* lisp/emacs-lisp/rx.el (rx-syntax): Fix typo.
[emacs.git] / lisp / ChangeLog
blob7081edf4100f4e8824b7452c5dc59d77c5c31dd2
1 2010-12-30  Andreas Schwab  <schwab@linux-m68k.org>
3         * emacs-lisp/rx.el (rx-syntax): Fix typo.
5 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7         * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
8         on a copy of auto-mode-alist, because that deletes with side
9         effects.
11 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
13         * doc-view.el (doc-view-mode, doc-view-toggle-display): Use
14         normal-mode without doc-view-mode bindings in auto-mode-alist as
15         fallback instead of hard coding fundamental mode.
17 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
19         * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
20         Office) files also for searching.
22 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
24         * doc-view.el: Implement viewing of OpenDocument (and Microsoft
25         Office) files.  Not yet enabled via auto-mode-list.
26         (doc-view-unoconv-program): New custom variable.
27         (doc-view-mode-p): Handle new odf document type.
28         (doc-view-odf->pdf): New conversion function.
29         (doc-view-convert-current-doc): Call it for odf files.
30         (doc-view-mode): Recognize newly supported file extensions.
32 2010-12-30  Michael Albinus  <michael.albinus@gmx.de>
34         * net/tramp.el (tramp-default-method-alist)
35         (tramp-default-user-alist)
36         (tramp-local-host-regexp, tramp-prefix-domain-format)
37         (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
39         * net/tramp-ftp.el:
40         * net/tramp-gvfs.el:
41         * net/tramp-gw.el:
42         * net/tramp-imap.el:
43         * net/tramp-sh.el:
44         * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
45         code of `tramp-default-method-alist' and `tramp-default-user-alist'.
47 2010-12-29  Karl Fogel  <kfogel@red-bean.com>
49         * saveplace.el (save-place-alist-to-file): Save list sorted and
50         pretty-printed, so that it is mergeable by line-based text merging,
51         as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
53 2010-12-28  Chong Yidong  <cyd@stupidchicken.com>
55         * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
56         are handled by the menu-bar entries.  As before, don't use
57         :visibile to avoid changing the tool-bar.
59 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
61         * net/secrets.el (secrets-delete-alias): New defun.
63 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
65         * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
66         methods, otherwise ~/.ssh/config would be ignored.
68 2010-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
70         * emacs-lisp/rx.el: Make it a superset of sregex.
71         (rx-constituents): Add `any => "."', mark `repeat' as taking any number
72         of args, add `regex' alias.
73         (rx-info): Add arg to distinguish head and standalone forms.
74         (rx-check, rx-form): Pass the corresponding arg.
75         (rx-**): Simplify.
76         (rx-repeat): Make it work for any number of args.
77         (rx-syntax): Make it accept syntax chars as is.
78         * obsolete/sregex.el: Move from emacs-lisp/.
79         * emacs-lisp/re-builder.el: Remove sregex support.
80         * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
82 2010-12-25  Eli Zaretskii  <eliz@gnu.org>
84         * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
85         PRIMARY first, then the clipboard.  (Bug#7699)
87 2010-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
89         * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
90         print-number-table.
92 2010-12-21  Chong Yidong  <cyd@stupidchicken.com>
94         * help-fns.el (find-lisp-object-file-name): Locate .emacs from
95         .emacs.elc (Bug#7530).
97         * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
98         image spec (Bug#7480).
100 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
102         * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
103         * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
104         Move from lisp/.
106 2010-12-20  Leo  <sdl.web@gmail.com>
108         * dnd.el (dnd-get-local-file-name): Unhex of file name shall
109         always be performed (Bug#7680).
111 2010-12-20  Chong Yidong  <cyd@stupidchicken.com>
113         * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
114         (menu-bar-edit-menu): Bind "Copy" to kill-ring-save.  Don't use
115         mouse-region-match.
117         * color.el: Move from gnus/.
119         * vc/diff.el (diff-better-file-name): Function deleted.
120         abbreviating file names causes problems with shell-quote-argument.
121         (diff-no-select): Just use expand-file-name.
123         * tool-bar.el (tool-bar--image-expression): New function.
124         (tool-bar-local-item, tool-bar--image-exp): Use it.
125         (tool-bar-setup): Initialize tool-bar-separator-image-expression.
126         Use :enable instead of :visible to avoid changing the tool-bar
127         configuration unnecessarily.
129         * info.el (info-tool-bar-map): Add separators.
131 2010-12-17  Ken Brown  <kbrown@cornell.edu>
133         * loadup.el: Use version numbers in Cygwin build.
135 2010-12-17  Ryan Twitchell  <metatheorem@gmail.com>  (tiny change)
137         * ido.el (ido-file-internal): Ask for confirmation before
138         overwriting an existing file (Bug#1238).
140 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
142         * tool-bar.el (tool-bar-setup): Add separators.
144         * menu-bar.el (featurep): Use menu-bar-separator.
146 2010-12-16  Ken Manheimer  <ken.manheimer@gmail.com>
148         Migrate allout encryption provisions from pgg to epg.
150         * allout.el (allout-toggle-current-subtree-encryption)
151         (allout-toggle-subtree-encryption): Adjust docstrings to reflect
152         defaulting policy and other changes.  Change fetch-pass to keymode-cue,
153         for simpler universal argument interpretation.
154         (allout-toggle-subtree-encryption):  Adjust docstring to describe
155         changed encryption provisions.  Change fetch-pass to keymode-cue, for
156         simpler universal argument interpretation.  Remove provisions for
157         handling key type and identity - they'll all be within
158         allout-encrypt-string or epg/epg or even contained all the way in gpg.
159         (allout-encrypt-string): Include keymode-cue, for optionally prompting
160         for keypair recipients (universal argument > 1) and, in addition,
161         associating the specified recipients with the outline (universal
162         argument > 4) using a file local variable setting for
163         'epa-file-encrypt-to'.
164         Require epa, for recipients handling.
165         Change how regexp filtering elements are named.
166         Describe the problem with caching of incorrect symmetric-decryption
167         keys.
168         Use the epa-passphrase-callback-function, in case the user is using
169         GnuPG v1.
170         Support saving of the selected keypair recipients when invoked with a
171         keymode-cue > 4.
172         Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
173         Require 'epa.
174         Establish epg-context with armoring and default epg-protocol.
175         Remove all passphrase cache, verification, and hinting code.
176         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
177         No longer used, delete.
178         (allout-mode): Adjust docstring to describe changed encryption
179         provisions.  Describe the problem with caching of incorrect
180         symmetric-decryption keys.
181         (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
182         (allout-make-passphrase-state, allout-passphrase-state-passphrase)
183         (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
184         (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
185         Obsolete, remove.
187 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
189         * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
190         key selection prompt; make 'silent as default (Bug#7487).
192 2010-12-16  Leo  <sdl.web@gmail.com>
194         * eshell/eshell.el (eshell-directory-name): Use
195         locate-user-emacs-file (Bug#7578).
197 2010-12-15  Glenn Morris  <rgm@gnu.org>
199         * loadup.el (symbol-file-load-history-loaded): Remove; unused.
201 2010-12-15  Jari Aalto  <jari.aalto@cante.net>
202             Scott Evans <gse@antisleep.com>
204         * rect.el (rectange--default-line-number-format)
205         (rectangle-number-line-callback): New functions.
206         (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
208 2010-12-15  Chong Yidong  <cyd@stupidchicken.com>
210         * rect.el (operate-on-rectangle-lines, string-rectangle-string):
211         Delete unused variables.
212         (move-to-column-force): Remove function obsolete since 21.2.
214 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
216         * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
217         (tramp-handle-insert-file-contents): Do not set permanent-local
218         property.
220         * net/tramp-cache.el (tramp-persistency-file-name): Use
221         `locate-user-emacs-file' if fboundp.
223         * net/tramp-sh.el (tramp-methods): Add "ksu".
224         (tramp-default-user-alist): Add "ksu".  Use `regexp-opt' for
225         method list.
227 2010-12-14  Glenn Morris  <rgm@gnu.org>
229         * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
230         (find-tag-marker-ring): Declare.
231         (js-find-symbol): Require etags.
233         * mail/sendmail.el: Don't require rmail or mailalias when compiling.
234         Require mail-utils.
235         (mail-alias-file): Don't autoload.  Doc fix.
236         (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
237         (mail-mailer-swallows-blank-line): Default to nil.  Doc fix.
238         Mark as obsolete, and risky.
239         (mail-setup): Simplify.
241         * mail/mailalias.el (build-mail-aliases): Make it interactive.
242         * mail/sendmail.el (build-mail-aliases): Update autoload.
244         * dired.el (dired-trivial-filenames, dired-chown-program)
245         (dired-auto-revert-buffer): Remove autoload cookies.
246         * mail/sendmail.el (mail-recover-1): Require 'dired.
248         * dired.el (dired-subdir-switches, dired-chown-program)
249         (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
250         Make into defcustoms.
251         (dired-chown-program): Simplify initialization.
253         * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
255 2010-12-13  Romain Francoise  <romain@orebokech.com>
257         * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
259 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261         * net/netrc.el (netrc-point-at-eol): Remove the unused
262         netrc-point-at-old and netrc-bound-and-true-p bindings.
263         (netrc-parse): Cache the netrc contents.
265 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
267         * subr.el (posn-col-row): Evaluate header-line-format in the
268         context of the POSITION window's buffer.
270 2010-12-13  Glenn Morris  <rgm@gnu.org>
272         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
273         (with-silent-modifications): Doc fixes.
275 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
277         * net/tramp.el (tramp-action-password, tramp-process-actions):
278         Revert previous from.  Use `save-restriction'.
280 2010-12-13  Stephen Berman  <stephen.berman@gmx.net>
282         * calendar/diary-lib.el (diary-list-sexp-entries):
283         Handle case of no newline at end of file.  (Bug#7536)
285 2010-12-13  Glenn Morris  <rgm@gnu.org>
287         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
289 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
291         * net/tramp.el (tramp-action-password): Delete region, do not narrow.
292         (tramp-process-actions): Do not widen.
294         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
295         Protect buffer-modified value.  (Bug#7557)
297 2010-12-13   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
299         * log-edit.el (log-edit-changelog-entries):
300         Regexp quote filename.  (Bug#7505)
302 2010-12-13  Tom Breton  <tehom@panix.com>
304         * cus-edit.el (custom-save-all):
305         Bind print-length and print-level to nil.  (Bug#7581)
307 2010-12-13  Glenn Morris  <rgm@gnu.org>
309         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
310         Run hooks to update menu contents.  (Bug#7586)
312         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
313         file names, for the sake of MS Windows.  (Bug#7588)
315 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
317         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
318         empty lines without a leading space.
320 2010-12-13  Leo  <sdl.web@gmail.com>
322         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
323         while mapping over marks (Bug#6810).
325 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
327         * image-dired.el (image-dired-db-file)
328         (image-dired-temp-image-file, image-dired-gallery-dir)
329         (image-dired-temp-rotate-image-file): Set default values relative
330         to image-dired-dir (Bug#7518).
332 2010-12-13  Lawrence Mitchell  <wence@gmx.li>
334         * format.el (format-decode-run-method): Pass args FROM and TO, not
335         point-min and point-max, to shell-command-on-region (Bug#7488).
337 2010-12-13  Jan Djärv  <jan.h.d@swipnet.se>
339         * frame.el (blink-cursor-mode): Make default t for ns.
341 2010-12-13  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
343         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
345 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
347         * comint.el (comint-dynamic-list-input-ring)
348         (comint-dynamic-complete-filename)
349         (comint-replace-by-expanded-filename)
350         (comint-dynamic-simple-complete)
351         (comint-dynamic-list-filename-completions)
352         (comint-dynamic-list-completions): Doc fix (Bug#7499).
354         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
355         Doc fix (Bug#7471).
357 2010-12-13  Martin Rudalics  <rudalics@gmx.at>
359         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
360         (Bug#7533).
362 2010-12-13  W. Martin Borgert <debacle@debian.org>  (tiny change)
364         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
365         (Bug#7491).
367 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
369         * files.el (file-relative-name): Handle UNC file names on
370         DOS/Windows.  (Bug#4674)
372 2010-12-13  Daiki Ueno  <ueno@unixuser.org>
374         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
375         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
376         (epg-context-set-passphrase-callback): Mention that the callback
377         is not called when used with GnuPG 2.x.
379 2010-12-13  Glenn Morris  <rgm@gnu.org>
381         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
382         Ensure ps-footer-font-size-internal is initialized.
383         Call ps-get-page-dimensions before trying to use ps-font-for-text.
385 2010-12-13  Kenichi Handa  <handa@m17n.org>
387         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
388         within condition-case.
389         (rmail-show-mime): Don't use condition-case.
390         (rmail-search-mime-message): New function.
391         (rmail-search-mime-message-function): Set to
392         rmail-search-mime-message.
394 2010-12-13  Leo  <sdl.web@gmail.com>
396         * ido.el (ido-common-initialization): New function.  (bug#3274)
397         (ido-mode): Use it.
398         (ido-completing-read): Call it.
400 2010-12-12  Karl Fogel  <kfogel@red-bean.com>
402         * bookmark.el (bookmark-name-from-full-record): Rename back to
403         this original name from `bookmark-name-from-record' reverting part
404         of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
405         As Drew Adams pointed out, there was no reason to cause churn for
406         third-party callers.
408 2010-12-12  Alan Mackenzie  <acm@muc.de>
410         * progmodes/cc-engine.el (c-forward-type): Before scanning a
411         template arglist, check that the current language supports this.
413 2010-12-11  Glenn Morris  <rgm@gnu.org>
415         * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
416         state of the file matches.  (Bug#7544)
417         (vc-bzr-register, vc-bzr-checkin)
418         (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
419         (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
421         * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
423 2010-12-11  Karel Klíč  <kklic@redhat.com>
425         * files.el (auto-mode-alist): Use html-mode for *.xhtml.  (Bug#7606)
427 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
429         Derive from prog-mode, use derived-mode-p, and fix up various
430         minor style issues in lisp/progmodes.
432         * progmodes/vhdl-mode.el (vhdl-mode):
433         * progmodes/verilog-mode.el (verilog-mode):
434         * progmodes/vera-mode.el (vera-mode):
435         * progmodes/sql.el (sql-mode):
436         * progmodes/scheme.el (scheme-mode):
437         * progmodes/perl-mode.el (perl-mode):
438         * progmodes/octave-inf.el (inferior-octave-mode):
439         * progmodes/autoconf.el (autoconf-mode):
440         * progmodes/m4-mode.el (m4-mode):
441         * progmodes/inf-lisp.el (inferior-lisp-mode):
442         * progmodes/idlwave.el (idlwave-mode):
443         * progmodes/icon.el (icon-mode):
444         * progmodes/idlw-help.el (idlwave-help-mode):
445         * progmodes/dcl-mode.el (dcl-mode):
446         * progmodes/idlw-shell.el (idlwave-shell-mode):
447         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
448         (ebrowse-member-mode, ebrowse-electric-position-mode):
449         Use define-derived-mode.
451         * progmodes/xscheme.el (exit-scheme-interaction-mode)
452         (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
453         (xscheme-debugger-mode-p, xscheme-send-string-1):
454         * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
455         (tcl-load-file, tcl-restart-with-file):
456         * progmodes/ps-mode.el (ps-run-running):
457         * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
458         * progmodes/js.el (js--get-all-known-symbols):
459         * progmodes/inf-lisp.el (inferior-lisp-proc):
460         * progmodes/idlwave.el (idlwave-beginning-of-statement)
461         (idlwave-template, idlwave-update-buffer-routine-info)
462         (idlwave-update-current-buffer-info)
463         (idlwave-get-routine-info-from-buffers, idlwave-choose)
464         (idlwave-scan-class-info, idlwave-fix-keywords)
465         (idlwave-list-buffer-load-path-shadows):
466         * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
467         (idlwave-toolbar-remove):
468         * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
469         (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
470         (idlwave-shell-menu-def):
471         * progmodes/idlw-complete-structtag.el
472         (idlwave-prepare-structure-tag-completion):
473         * progmodes/gud.el (gud-set-buffer):
474         * progmodes/f90.el (f90-backslash-not-special):
475         * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
477         * progmodes/xscheme.el (xscheme-start)
478         (local-set-scheme-interaction-buffer, scheme-interaction-mode):
479         * progmodes/which-func.el (which-function):
480         * progmodes/vhdl-mode.el (vhdl-set-style):
481         * progmodes/verilog-mode.el (verilog-set-compile-command)
482         (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
483         (verilog-set-define, verilog-auto-reeval-locals):
484         * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
485         * progmodes/simula.el (simula-mode):
486         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
487         * progmodes/python.el (python-check, python-mode):
488         * progmodes/prolog.el (prolog-mode-variables):
489         * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
490         * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
491         * progmodes/delphi.el (delphi-mode):
492         * progmodes/cc-styles.el (c-setup-paragraph-variables):
493         * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
494         (c-font-lock-init): Move make-local-variable to their setq.
496         * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
497         (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
498         make-local-hook.
499         * progmodes/sh-script.el (sh-require-final-newline): Remove.
500         (sh-set-shell): Don't set require-final-newline since it's already done
501         by prog-mode.
502         * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
503         since we never set it.
504         * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
505         Use read-string and standard prompt.
506         * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
507         * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
508         (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
509         (meta-common-mode-map): Rename from meta-mode-map.
510         Remove C-m binding, which is a user preference, not mode specific.
511         (meta-common-mode): New major mode; replace meta-common-initialization.
512         * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
513         around with font-lock.
514         * progmodes/etags.el (select-tags-table-mode):
515         Derive from special-mode.
516         * progmodes/octave-mod.el (octave-mode):
517         * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
518         (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
519         (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
520         Let define-derived-mode do its job.
521         * progmodes/cpp.el (cpp-edit-mode-map):
522         Move initialization into declaration.
523         (cpp-edit-mode): Use define-derived-mode.
524         (cpp-edit-load): Use derived-mode-p.
525         * progmodes/mixal-mode.el (mixal-mode):
526         * progmodes/f90.el (f90-mode):
527         * progmodes/cfengine.el (cfengine-mode): Don't bother setting
528         require-final-newline since prog-mode does it already.
529         * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
530         * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
531         * progmodes/antlr-mode.el: Require cc-mode upfront.
532         (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
533         the declaration.
534         (antlr-directory-dependencies, antlr-show-makefile-rules):
535         Use derived-mode-p.
536         (antlr-language-option): Don't assume point-min==1.
537         (antlr-mode): Use define-derived-mode.
538         * progmodes/ada-mode.el: Use derived-mode-p.
539         (ada-mode): Use define-derived-mode.
540         Use hack-local-variables-hook.
542 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
544         * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
545         (texinfo-mode): Don't disable adaptive-fill-mode.
546         (texinfo-insert-block): Adjust cursor placement for blocks with arg.
547         (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
548         (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
549         (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
550         (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
551         (texinfo-insert-@quotation, texinfo-insert-@samp)
552         (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
553         (texinfo-insert-@uref): Use define-skeleton.
554         (texinfo-insert-@-with-arg): Delete.
556 2010-12-10  Eli Zaretskii  <eliz@gnu.org>
558         * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
559         nil, do quote archive member names.  (Bug#6144)
561 2010-12-10  Glenn Morris  <rgm@gnu.org>
563         * files.el (diff-no-select): Declare.
565         * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
566         (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
568         * comint.el (comint-input-ring-file-name): Doc fix.
570 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
572         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
573         New functions.
574         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
575         Use them instead of `nil' and `>', respectively.
576         (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
577         instead of `nil'.
578         (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
579         and menu-bar-positive-p instead of `nil' and `>', respectively.
580         (Bug#1077)
582 2010-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
584         * whitespace.el (whitespace-newline-mode): Code fix.
586 2010-12-09  Glenn Morris  <rgm@gnu.org>
588         * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
589         Rename functions without commas, update callers.
591 2010-12-08  Jeff Dairiki  <dairiki@dairiki.org>  (tiny change)
593         * whitespace.el (whitespace-cleanup-region):
594         Clean up spaces before tabs.  (Bug#7582)
596 2010-12-08  Karl Fogel  <kfogel@red-bean.com>
598         * bookmark.el: Adjust parameter names and doc strings to resolve
599         confusion over whether "bookmark" meant a bookmark name or a
600         bookmark record.  Along the way, shorten one function's name for
601         similar reasons.  (Issue #7548)
602         (bookmark-name-from-record): New name for
603         `bookmark-name-from-full-record'.  All callers changed.
604         (bookmark-get-bookmark, bookmark-get-bookmark-record)
605         (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
606         (bookmark-get-annotation, bookmark-set-annotation)
607         (bookmark-get-filename, bookmark-set-filename)
608         (bookmark-get-position, bookmark-set-position)
609         (bookmark-get-front-context-string, bookmark-set-front-context-string)
610         (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
611         (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
612         (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
613         Rename `bookmark' parameter to `bookmark-name-or-record', to
614         clearly show its role, and shorten or adjust doc strings accordingly.
615         (bookmark-set-name): Same, and pass the parameter directly to
616         `bookmark-get-bookmark' instead of redundantly doing the callee's work.
617         (bookmark-default-annotation-text, bookmark-send-edited-annotation)
618         (bookmark-relocate, bookmark-insert-location, bookmark-insert)
619         (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
620         and in some cases shorten doc string accordingly.
621         (bookmark-rename): Change `old' and `new' parameters to `old-name'
622         and `new-name', and adjust an internal variable to avoid confusion.
623         (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
624         parameter in doc string.
626 2010-12-08  Glenn Morris  <rgm@gnu.org>
628         * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
629         from gdb's history file.  (Bug#7575)
631         * mail/emacsbug.el (report-emacs-bug):
632         Try to handle some other mail clients.
634 2010-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
636         * files.el (dir-locals-collect-variables): Don't let errors stop us.
637         Use string-prefix-p.
638         (file-name-version-regexp): New var.
639         (file-name-sans-versions):
640         * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
641         (jka-compr-get-compression-info): Use dolist.
642         (jka-compr-compression-info-list): Don't bother specifying
643         version/backup regexps.
645 2010-12-07  Tassilo Horn  <tassilo@member.fsf.org>
647         * simple.el (just-one-space): Make argument n default to 1 if
648         omitted.
650 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
652         * electric.el (electric-indent-post-self-insert-function):
653         Delete trailing newlines even if we don't reindent.
655 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
657         * minibuffer.el (completion-at-point): Remove the `arg'.
658         * bindings.el (complete-symbol): Move back from minibuffer.el.
660 2010-12-06  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
662         * simple.el (just-one-space): Delete newlines for negative arg.
664 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
666         * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
667         (ansi-color-filter-apply): Simplify.
668         (ansi-color-apply): Use `font-lock-face' rather than `face'.
670 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
672         * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
674 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
676         * dired.el (dired-use-ls-dired): Set default to a special
677         "unspecified" value.
678         (dired-insert-directory): When called the first time, check
679         whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
681 2010-12-04  Tak Ota  <Takaaki.Ota@am.sony.com>
683         * replace.el: Add "collect" feature to occur.
684         (occur-collect-regexp-history): New var.
685         (occur-read-primary-args): Return a replace string for nlines,
686         if needed.
687         (occur): Extend the meaning of nlines.
689 2010-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
691         * progmodes/which-func.el (which-func-ff-hook): Log the error message.
692         (which-func-update-1): Distinguish symbols from strings.
693         (which-function): Stay within 80 columns.
695 2010-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
697         * subr.el (with-demoted-errors): Distinguish symbols from strings.
699         * newcomment.el (comment-styles): Add docs to each style (bug#7509).
700         Improve docstring.
701         (comment-style): Use comment-styles's docs to describe values.
703 2010-12-03  Jan Djärv  <jan.h.d@swipnet.se>
705         * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
706         and ns-show-prefs (Bug#7535).
708         * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
709         bindings (Bug#7535).
711 2010-12-03  Glenn Morris  <rgm@gnu.org>
713         * nxml/nxml-mode.el: Require rng-nxml.
714         (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
715         Remove declarations.
717         * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
718         * nxml/rng-nxml.el, nxml/rng-valid.el:
719         Remove leading `*' from defcustom docs.
721         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
722         (normal-top-level-add-to-load-path, tty-handle-args):
723         Convert comments to basic doc-strings.
725         * net/browse-url.el (browse-url-url-at-point)
726         (browse-url-default-browser): Remove autoload cookies.
728         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
729         Remove more undefined cl functions.
731         * vc/diff.el (diff-sentinel): Make new arguments optional.
732         * ibuf-ext.el (diff-sentinel): Update declaration.
734 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
736         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
737         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
738         (epg-context-set-passphrase-callback): Mention that the callback
739         is not called when used with GnuPG 2.x.
741 2010-12-02  Michael Albinus  <michael.albinus@gmx.de>
743         * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
744         (tramp-file-name-port): Check also for `tramp-default-port'.
745         (tramp-get-connection-name): New defun.
746         (tramp-get-connection-process): Use it.
747         (tramp-debug-message): Extend function exclude list.
748         (tramp-drop-volume-letter): Fix doc string.
750         * net/tramp-cmds.el: Remove solved todo item.
752         * net/tramp-efs.el:
753         * net/tramp-ftp.el:
754         * net/tramp-gvfs.el:
755         * net/tramp-gw.el:
756         * net/tramp-imap.el:
757         * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
758         and `tramp-default-user-alist', respectively.
760         * net/tramp-gw.el (tramp-gw-open-connection):
761         Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
763         * net/tramp-imap.el (tramp-imap-make-iht): Use just
764         `tramp-file-name-port'.
766         * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
767         and "psftp".  Exchange "%k" marker with options.
768         (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
769         Compute size of link target.
770         (tramp-do-copy-or-rename-file-out-of-band). Move setting of
771         `tramp-current-*' up due to gateway methods.  Optimze computing of
772         copy arguments.  Use `tramp-get-connection-name' and
773         `tramp-get-connection-buffer'.  Improve debug messages.
774         (tramp-compute-multi-hops): Remove port determination.
775         (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
777         * net/trampver.el: Update release number.
779 2010-12-02  Glenn Morris  <rgm@gnu.org>
781         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
782         Avoid infinite loop over windows.  (Bug#7492)
784         * progmodes/flymake.el (flymake-check-file-limit):
785         Allow nil to mean "no limit".
786         (flymake-check-patch-master-file-buffer): Update for above change.
787         Allow a .tex file-name extension to be optional.
788         (flymake-master-tex-init): Also match \include statements.
790 2010-11-30  Sam Steingold  <sds@gnu.org>
792         * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
793         (nxml-parent-document-set): A function to set `nxml-parent-document'.
794         (nxml-mode): Define using `define-derived-mode' instead of `defun'.
795         (nxml-mode-hook): Remove `defcustom' (auto-defined by
796         define-derived-mode').
797         * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
798         users who want to call `nxml-parent-document-set'.
800 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
802         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
803         stand-alone lines, since that is handled by log-edit-match-to-eoh
804         (Bug#6465).
806 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
808         * dired.el (dired-get-filename): Replace backslashes with slashes
809         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
810         * locate.el (locate-default-make-command-line): Don't consider
811         drive letter and root directory part of
812         `directory-listing-before-filename-regexp'.  (Bug#7308)
813         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
815 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
817         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
818         of :smie-open/close-alist.
819         (smie-next-sexp): Make it accept a "start token" as argument.
820         (smie-indent-keyword): Be careful not to misidentify tokens that span
821         more than one line, as empty lines.  Add argument `token'.
823 2010-11-27  Kenichi Handa  <handa@m17n.org>
825         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
826         multipart subtypes, insert all as usual.
828         * mail/rmail.el: Require rfc2047.
830 2010-11-27  Kenichi Handa  <handa@m17n.org>
832         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
833         (rmail-mime-entity-disposition)
834         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
835         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
836         (rmail-mime-save): Handle the case that the button's `data' is a
837         MIME entity.
838         (rmail-mime-insert-text): New function.
839         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
840         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
841         (rmail-mime-insert-bulk): New function mostly copied from the old
842         rmail-mime-bulk-handler.
843         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
844         (rmail-mime-process-multipart): New function mostly copied from
845         the old rmail-mime-multipart-handler.
846         (rmail-mime-show): Just call rmail-mime-process.
847         (rmail-mime-process): New function mostly copied from the old
848         rmail-mime-show.
849         (rmail-mime-insert-multipart, rmail-mime-parse)
850         (rmail-mime-insert, rmail-show-mime)
851         (rmail-insert-mime-forwarded-message)
852         (rmail-insert-mime-resent-message): New functions.
853         (rmail-insert-mime-forwarded-message-function): Set to
854         rmail-insert-mime-forwarded-message.
855         (rmail-insert-mime-resent-message-function): Set to
856         rmail-insert-mime-resent-message.
858         * mail/rmailsum.el: Require rfc2047.
859         (rmail-header-summary): Handle multiline Subject: field.
860         (rmail-summary-line-decoder): Change the default to
861         rfc2047-decode-string.
863         * mail/rmail.el (rmail-enable-mime): Change the default to t.
864         (rmail-mime-feature): Change the default to `rmailmm'.
865         (rmail-quit): Delete the specifal code for rmail-enable-mime.
866         (rmail-display-labels): Likewise.
867         (rmail-show-message-1): Check rmail-enable-mime, and use
868         rmail-show-mime-function for a MIME message.  Decode the headers
869         according to RFC2047.
871 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
873         * progmodes/which-func.el (which-func-imenu-joiner-function):
874         Return a string, as expected.
875         (which-function-mode): Make sure we stop any previous timer before
876         starting a new one.
878 2010-11-27  Michael Albinus  <michael.albinus@gmx.de>
880         * net/tramp.el (tramp-default-method-alist)
881         (tramp-default-user-alist, tramp-default-proxies-alist):
882         Adapt custom options type.  (Bug#7445)
884 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
886         * progmodes/python.el: Add Ipython support (Bug#5390).
887         (python-shell-prompt-alist)
888         (python-shell-continuation-prompt-alist): New options.
889         (python--set-prompt-regexp): New function.
890         (inferior-python-mode, run-python, python-shell):
891         Require ansi-color.  Use python--set-prompt-regexp to set the comint
892         prompt based on the Python interpreter.
893         (python--prompt-regexp): New var.
894         (python-check-comint-prompt)
895         (python-comint-output-filter-function): Use it.
896         (run-python): Use a pipe (Bug#5694).
898 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
900         * progmodes/python.el (run-python): Doc fix.
901         (python-keep-current-directory-in-path): New var (Bug#7454).
903 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
905         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
906         Prompt user before actually printing.
908 2010-11-27  Glenn Morris  <rgm@gnu.org>
910         * startup.el (package-enable-at-startup, package-initialize):
911         Remove unnecessary declarations.
913 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
915         * international/characters.el (glyphless-char-display-control):
916         Exclude newline and TAB from the c0-control group.
918 2010-11-27  Glenn Morris  <rgm@gnu.org>
920         * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
921         (expand-mail-aliases): Remove unnecessary autoload.
923         * allout.el (allout-command-prefix, allout-mode-map): Declare.
925         * shell.el (shell-dir-cookie-re): Move definition before use.
927         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
928         Replace undefined CL functions.
930 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
932         * simple.el (prog-mode): Set bidi-paragraph-direction to
933         left-to-right.
935         * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
937 2010-11-26  Glenn Morris  <rgm@gnu.org>
939         * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
940         diary-outlook-formats can be sensitive to calendar-date-style.
941         (diary-outlook-formats): Simplify the default setting.
942         (diary-from-outlook-internal): Pass subject and body as arguments.
943         Use dolist rather than dotimes.  Don't save the diary buffer.
944         (diary-from-outlook-gnus, diary-from-outlook-rmail):
945         Pass subject and body as explicit arguments to the -internal function.
947 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949         * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
950         parsing them.  This makes mailto:...?subject=foo\nbar work.
952 2010-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
954         * vc/diff.el (diff): Fix last change.
956 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
958         * emacs-lisp/pcase.el: Improve pcase-let.  Use "pcase--" prefix.
959         (pcase--dontcare-upats): New var.
960         (pcase-let, pcase-let*): Generate better code.
961         Accept the same bodies as `let'.
962         (pcase-dolist): New macro.
963         (pcase--trivial-upat-p): New helper function.
964         (pcase--expand): Strip leading "(let nil" if any.
966 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968         * mail/mailclient.el (browse-url): Require.
969         (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
970         use the external browser function to send the mail (bug#7469).
972         * net/browse-url.el (browse-url-browser-function): Revert the
973         default back to the previous value, since the new value broke
974         mailclient.el.
975         (browse-url-mailto-function): New variable for mailto: URLs.
976         (browse-url): Use the new variable for mailto: URLs.
978 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
980         * eshell/esh-cmd.el (eshell-parse-command):
981         * eshell/esh-arg.el (eshell-parse-arguments):
982         * eshell/em-script.el (eshell-source-file):
983         Use with-silent-modifications.
985 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
987         * vc/vc.el (vc-merge): Remove optional arg PROMPT.  Always prompt
988         for a merge location.
990         * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
991         (vc-bzr-merge-branch): Always prompt.
992         (vc-bzr-async-command): Use the full branch filename.
994 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
996         * shell.el (shell): Use current-buffer by default if it's already
997         a shell mode buffer and its process is dead.
998         Suggested by Jose E. Marchesi <jemarch@gnu.org>.
1000 2010-11-23  Tassilo Horn  <tassilo@member.fsf.org>
1002         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1003         Mention that the keywords should be comma separated.
1005 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
1007         * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
1008         Accept optional prefix arg meaning to prompt for a command.
1009         (vc-update): Use vc-BACKEND-pull if available.  Accept optional
1010         prefix arg meaning to prompt for a command.
1011         (vc-pull): Alias for vc-update.
1013         * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
1014         (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
1015         (vc-bzr-merge-branch): New functions, implementing merge-branch
1016         and pull operations.
1018 2010-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1020         * Makefile.in: Fix up last merge.
1022         * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
1023         (diff-sentinel): Get them as arguments instead.
1024         (diff-old-file, diff-new-file, diff-extra-args): Remove.
1025         (diff-file-local-copy, diff-better-file-name): New funs.
1026         (diff-no-select): Rename from diff-into-buffer.
1027         Support buffers additionally to files.  Move `buf' arg.  Don't display buf.
1028         Prefer closures to buffer-local variables.
1029         (diff): Adjust accordingly.
1030         (diff-buffer-with-file): Move from files.el.
1031         * files.el (diff-buffer-with-file): Move to vc/diff.el.
1032         (diff-buffer-internal): Remove.
1033         (diff-buffer-buffer): Remove.
1034         (save-some-buffers-action-alist): Use diff-no-select so as not to guess
1035         the buffer name used, and so as not to mess up windows and frames.
1037 2010-11-22  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
1039         * files.el: Make revert work with diff-buffer-with-file (bug#7277).
1040         (diff-buffer-internal): New function extracted from diff-buffer-with-file
1041         (diff-buffer-with-file): Use it.
1042         * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
1043         (diff): Use it.
1045 2010-11-22  Tassilo Horn  <tassilo@member.fsf.org>
1047         * textmodes/reftex-ref.el (reftex-goto-label): Use the current
1048         \ref's or \pageref's value as default instead of initial input.
1050 2010-11-21  Michael Albinus  <michael.albinus@gmx.de>
1052         * files.el (backup-by-copying-when-mismatch): The default value is
1053         now t.
1055         * startup.el (normal-top-level):
1056         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1057         `backup-by-copying-when-mismatch'.
1059 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1061         * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
1063 2010-11-21  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1065         * progmodes/python.el (python-font-lock-keywords):
1066         Highlight top-level augmented assignments (Bug#6445).
1068 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1070         * term/ns-win.el (ns-right-control-modifier)
1071         (ns-right-command-modifier): Defvar them.
1073         * cus-start.el (all): Add ns-right-control-modifier and
1074         ns-right-command-modifier (Bug#7458).
1076 2010-11-20  Glenn Morris  <rgm@gnu.org>
1078         * emacs-lisp/authors.el (authors-ignored-files)
1079         (authors-valid-file-names, authors-renamed-files-alist): Add entries.
1081 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1083         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
1084         (report-emacs-bug-parse-query-results)
1085         (report-emacs-bug-create-existing-bugs-buffer): Pass through
1086         keywords used for querying the bug database to show them in the
1087         existing bugs buffer.
1089 2010-11-20  Jan Djärv  <jan.h.d@swipnet.se>
1091         * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
1093         * info.el (info-tool-bar-map): Add some :vert-only keywords.
1095 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
1097         * international/characters.el (glyphless-char-display-control):
1098         Make it a defcustom, with update-glyphless-char-display as its
1099         :set attribute.
1100         (top level): Don't call update-glyphless-char-display.
1102 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
1104         Sync with Tramp 2.2.0.
1106         * net/tramp.el (tramp-handle-insert-file-contents): Don't use
1107         `file-remote-p' (due to compatibility).
1109         * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
1110         (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
1112         * net/trampver.el: Update release number.
1114 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
1116         * faces.el (glyphless-char): Define value for `pc'.
1118 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1120         Implemented a bug querying mechanism.
1121         * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
1122         (report-emacs-bug-create-existing-bugs-buffer)
1123         (report-emacs-bug-parse-query-results)
1124         (report-emacs-bug-query-existing-bugs): New functions.
1126 2010-11-19  Tassilo Horn  <tassilo@member.fsf.org>
1128         * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
1129         a \ref{} or \pageref{} macro, then use its value as initial input.
1131 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
1133         * calc/calc-units.el (math-build-units-table-buffer):
1134         calc/README: Mention that the TeX specific units won't use the
1135         `tex' prefix in TeX mode.
1136         calc/calc-lang.el (math-variable-table): Don't use the `tex'
1137         prefix for units in TeX mode.
1139 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1141         * simple.el (kill-new, kill-append, kill-region):
1142         * comint.el (comint-kill-region): Make the yank-handler argument
1143         obsolete.
1145 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1147         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
1148         that are both openers (resp. closers) and something else.
1149         (smie-grammar): Loosen definition of valid values.
1150         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
1151         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
1152         (smie-indent-after-keyword): Adjust users.
1153         (smie-indent-keyword): Don't indent empty lines.
1155         * vc-hg.el (vc-hg-program): New var.
1156         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
1157         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
1159 2010-11-18  Glenn Morris  <rgm@gnu.org>
1161         * emacs-lisp/autoload.el (autoload-find-destination): The function
1162         coding-system-eol-type may return non-numeric values.  (Bug#7414)
1164 2010-11-18  Ulrich Mueller  <ulm@gentoo.org>
1166         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
1168 2010-11-18  Eli Zaretskii  <eliz@gnu.org>
1170         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
1172 2010-11-18  Chong Yidong  <cyd@stupidchicken.com>
1174         * textmodes/picture.el (picture-mouse-set-point): Don't use
1175         posn-col-row; explicitly compute the motion based on the posn at
1176         the window-start (Bug#7390).
1178 2010-11-18  Glenn Morris  <rgm@gnu.org>
1180         * novice.el (disabled-command-function):
1181         Fix 2009-11-15 change.  (Bug#7384)
1183 2010-11-18  Glenn Morris  <rgm@gnu.org>
1185         * calendar/calendar.el (diary-iso-date-forms): Make elements
1186         mutually exclusive.  (Bug#7377)
1188 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
1191         when filling the remaining "unconstrained" values.
1193 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1195         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
1196         safety predicate.
1198         * files.el (safe-local-variable-p): Gracefully handle errors.
1200         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
1201         Use smie-indent-virtual when indenting relative to an opener.
1202         (smie-rule-separator): Use smie-rule-parent.
1203         (smie-indent-keyword): Consult rules, even for openers at bol.
1204         (smie-indent-comment-close): Try to align closer's content.
1206 2010-11-18  Glenn Morris  <rgm@gnu.org>
1208         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1210 2010-11-18  Glenn Morris  <rgm@gnu.org>
1212         * printing.el (pr-menu-bind): Doc fix.
1214         * speedbar.el (speedbar-toggle-images): Doc fix.
1216         * progmodes/python.el (python-shell): Doc fix.
1218         * wid-edit.el (widget-field-use-before-change)
1219         (widget-use-overlay-change): Doc fixes.
1221 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1223         Minor cleanup to improve style.
1224         * textmodes/rst.el (rst-update-section): Use point-marker.
1225         (rst-get-decoration): Eliminate unneeded assignment.
1226         (rst-promote-region, rst-straighten-decorations)
1227         (rst-section-tree, rst-adjust): Use point-marker.
1228         (rst-toc-mode-mouse-goto): Avoid setq.
1229         (rst-shift-region-guts, rst-shift-region-left)
1230         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
1231         (rst-convert-bullets-to-enumeration): Use copy-marker.
1233         * minibuffer.el (completion-fail-discreetly): New var.
1234         (completion--do-completion): Use it.
1236         * electric.el (electric-pair-pairs): New var.
1237         (electric-pair-post-self-insert-function): Use it.
1238         (electric-layout-post-self-insert-function): Don't insert a before
1239         newline unless it's actually needed.
1241 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1243         * progmodes/python.el (run-python): Explain why we remove the current
1244         directory from sys.path.  Suggested by Eric Hanchrow <erich@cozi.com>.
1246         * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
1248 2010-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1250         * progmodes/octave-mod.el: Rely on elecric-*-modes.
1251         (octave-mode-map): Don't bind ;, SPC, and LF.
1252         (octave-auto-indent, octave-auto-newline): Remove.
1253         (electric-layout-rules): Declare.
1254         (octave-mode): Set electric-layout-rules.
1255         (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
1256         (octave-reindent-then-newline-and-indent, octave-electric-semi)
1257         (octave-electric-space): Remove.
1259         * electric.el (electric-layout-mode): New minor mode.
1260         (electric--after-char-pos): New function.
1261         (electric-indent-post-self-insert-function): Use it.
1262         (electric-layout-rules): New var.
1263         (electric-layout-post-self-insert-function): New function.
1264         (electric-indent-mode): Make them interact better.
1266 2010-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1268         * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
1269         (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
1270         (checkdoc-proper-noun-region-engine): Use with-syntax-table.
1272 2010-11-15  Agustín Martín  <agustin.martin@hispalinux.es>
1274         * textmodes/flyspell.el (flyspell-generic-progmode-verify):
1275         Make sure to check inside the word (Bug#6761).
1277 2010-11-14  Chong Yidong  <cyd@stupidchicken.com>
1279         * startup.el (command-line): If the cursorColor resource is set,
1280         change the cursor face-spec (Bug#7392).
1282 2010-11-13  Ken Manheimer  <ken.manheimer@gmail.com>
1284         The main features of the following allout.el changes are:
1285         - implement user customization for the allout key bindings
1286         - add a customization control by which the user can inhibit use of
1287           a trailing Ctrl-H, so by default it's reserved for use with
1288           describe-prefix-bindings
1289         - adapt to new version of called-interactively-p, while
1290           maintaining backwards compatibility with old version
1291         - fix hotspot navigation so i works properly with meta-modified keys
1293         * allout.el (allout-keybindings, allout-bind-keys)
1294         (allout-keybindings-binding, allout-prefixed-keybindings)
1295         (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
1296         (allout-keybindings-list, allout-mode-map-adjustments)
1297         (allout-setup-mode-map): Establish allout-mode keymaps as user
1298         customizable settings, and also establish a customizable setting which
1299         regulates whether or not a trailing control-h is reserved for use with
1300         describe-prefix-bindings - and inhibit it by default, so that control-h
1301         *is* reserved for describe-prefix-bindings unless the user changes it.
1303         * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
1304         and accurately between modified and unmodified events, and handle
1305         modified events more comprehensively.
1307         * allout.el (allout-substring-no-properties):
1308         Alias to use or provide version of `substring-no-properties'.
1309         (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1311         * allout.el (allout-next-single-char-property-change):
1312         Alias to use or provide version of `next-single-char-property-change'.
1313         (allout-annotate-hidden, allout-hide-by-annotation):
1314         Use `allout-next-single-char-property-change'.
1316         * allout.el (allout-select-safe-coding-system):
1317         Alias to use or provide version of `select-safe-coding-system'.
1318         (allout-toggle-subtree-encryption):
1319         Use `allout-select-safe-coding-system'.
1321         * allout.el (allout-set-buffer-multibyte):
1322         Alias to use or provide version of `set-buffer-multibyte'.
1323         (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1325         * allout.el (allout-called-interactively-p): Macro for using the
1326         different versions of called-interactively-p identically, depending on
1327         the subroutine's argument signature.
1328         (allout-back-to-current-heading, allout-beginning-of-current-entry):
1329         Use `(interactive "p")' instead of `(called-interactively-p)'.
1331         * allout.el (allout-init, allout-ascend, allout-end-of-level)
1332         (allout-previous-visible-heading, allout-forward-current-level)
1333         (allout-backward-current-level, allout-show-children):
1334         Use `allout-called-interactively-p' instead of `called-interactively-p'.
1336         * allout.el (allout-before-change-handler):
1337         Exempt edits to the (overlaid) character after the allout outline
1338         bullet from edit confirmation prompt.
1340         * allout.el (allout-add-resumptions):
1341         Ensure that it respects correct buffer for keybindings.
1343         * allout.el (allout-beginning-of-line):
1344         Use `allout-previous-single-char-property-change' alias for the sake of
1345         diverse compatibility.
1347         * allout.el (allout-end-of-line):
1348         Use `allout-mark-active-p' to encapsulate respect for mark activity.
1350 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
1352         * frame.el (frame-notice-user-settings): Don't clobber other
1353         user-set parameters when calling face-set-after-frame-default in
1354         response to background-color parameter (Bug#7373).
1356 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1358         * international/characters.el (glyphless-char-display-control):
1359         Rename from glyphless-char-control; all users changed.  Doc fix.
1360         Signal an error if display method is not one of the recognized
1361         symbols.
1363 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
1365         * net/tramp-compat.el (tramp-compat-line-beginning-position)
1366         (tramp-compat-line-end-position): Remove them.
1368         * net/tramp.el (tramp-parse-rhosts-group)
1369         (tramp-parse-shosts-group, tramp-parse-sconfig-group)
1370         (tramp-parse-hosts-group, tramp-parse-passwd-group)
1371         (tramp-parse-netrc-group, tramp-parse-putty-group)
1372         * net/tramp-cmds.el (tramp-append-tramp-buffers)
1373         * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
1374         (tramp-sh-handle-file-selinux-context)
1375         (tramp-sh-handle-file-name-all-completions)
1376         (tramp-sh-handle-insert-directory)
1377         (tramp-sh-handle-expand-file-name, tramp-find-executable)
1378         (tramp-wait-for-output, tramp-send-command-and-read)
1379         * net/tramp-smb.el (tramp-smb-read-file-entry)
1380         (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
1382         * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
1383         `point-at-bol'.
1384         (tramp-remote-coding-commands): Add an alternative using "base64
1385         -d -i".  This is needed for older base64 versions from GNU
1386         coreutils.  Reported by Klaus Reichl
1387         <Klaus.Reichl@thalesgroup.com>.
1389 2010-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
1391         * simple.el (count-words-region): New function.
1393 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1395         * shell.el (shell-dir-cookie-re): New custom variable.
1396         (shell-dir-cookie-watcher): New function.
1398         * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
1399         and compilation-mode (bug#7350).
1401         * vc/smerge-mode.el (smerge-refine): Choose better default part to
1402         highlight when one of them is empty.
1404         * skeleton.el (skeleton-read): Don't use `newline' since it may strip
1405         trailing space.
1406         (skeleton-newline): New function.
1407         (skeleton-internal-1): Use it.
1409         * simple.el (open-line): `newline' may strip trailing space.
1411 2010-11-12  Kevin Ryde  <user42@zip.com.au>
1413         * international/mule-cmds.el (princ-list): Use mapc.
1415 2010-11-12  Glenn Morris  <rgm@gnu.org>
1417         * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
1418         Use it to replace all instances of "*Compile-Log*"
1420 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
1423         indentation specs.
1425 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1427         * progmodes/modula2.el: Use SMIE and skeleton.
1428         (m2-mode-syntax-table): (*..*) can be nested.
1429         Add //...\n.  Fix paren syntax.
1430         (m2-mode-map): Remove LF and TAB bindings.
1431         (m2-indent): Add safety property.
1432         (m2-smie-grammar): New var.
1433         (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
1434         (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
1435         (m2-mode): Use define-derived-mode.
1436         (m2-newline, m2-tab): Remove.
1437         (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
1438         (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
1439         (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
1440         (m2-import): Use define-skeleton.
1442 2010-11-11  Glenn Morris  <rgm@gnu.org>
1444         * obsolete/lucid.el: Don't warn about any CL functions in this file.
1446         * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
1447         (ls-lisp-verbosity): Add custom :set-after property.
1448         (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
1449         (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
1450         (ls-lisp-insert-directory): Update caller.
1451         (ls-lisp-set-options): New function.
1452         (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
1453         Doc fix.
1455         * play/landmark.el (lm-prompt-for-move):
1456         * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
1458         * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
1460         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
1461         (idlwave-study-twins): Prefix dynamic local variable `name'.
1462         (idlwave-routine-twin-compare): Update for above change.
1464         * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
1465         Prefix dynamic local variables `name', `kwd', and `link'.
1466         * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
1467         * progmodes/idlw-complete-structtag.el
1468         (idlwave-complete-structure-tag-help):
1469         * progmodes/idlwave.el (idlwave-complete-sysvar-help)
1470         (idlwave-complete-sysvar-tag-help)
1471         (idlwave-complete-class-structure-tag-help):
1472         Update for above name changes.
1474 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476         * net/browse-url.el (browse-url-browser-function): Change the
1477         default to use `browse-url-mail' on mailto: URLs.
1479 2010-11-10  Chong Yidong  <cyd@stupidchicken.com>
1481         * emacs-lisp/package.el (package-read-all-archive-contents):
1482         Reset package-archive-contents to nil before re-reading.
1484 2010-11-10  Brandon Craig Rhodes  <brandon@rhodesmill.org>  (tiny change)
1486         * textmodes/flyspell.el (flyspell-word): Do not re-check words
1487         already found as misspellings by (flyspell-large-region), just
1488         do highlighting (bug#7322).
1490 2010-11-10  Glenn Morris  <rgm@gnu.org>
1492         * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
1494         * emulation/edt.el (edt-with-position): New macro.
1495         (edt-find-forward, edt-find-backward, edt-find-next-forward)
1496         (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
1497         (edt-paragraph-forward, edt-paragraph-backward): Use it.
1499         * emulation/tpu-extras.el (tpu-with-position): New macro.
1500         (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
1502         * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
1504         * textmodes/texnfo-upd.el (texinfo-all-menus-update)
1505         (texinfo-menu-copy-old-description, texinfo-start-menu-description)
1506         (texinfo-master-menu, texinfo-insert-node-lines)
1507         (texinfo-multiple-files-update):
1508         * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
1509         Use line-beginning-position.
1511         * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
1512         No recent Emacs supports system-type `emx'.
1514         * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
1515         (ada-command-separator, ada-default-prj-properties)
1516         (ada-find-any-references): Update for above name change.
1518         * dirtrack.el (dirtrack-directory-function)
1519         (dirtrack-canonicalize-function):
1520         * filecache.el (file-cache-completion-ignore-case)
1521         (file-cache-case-fold-search, file-cache-ignore-case):
1522         * term.el (serial-port-is-file-p): Cosmetic change.
1524         * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
1525         Remove non-existent `windows-95' system-type.
1526         * dired.el (dired-chown-program): Remove non-existent `linux'
1527         system-type.
1529         * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
1530         (ping-program-options): Remove non-existent `linux' system-type.
1532         * startup.el (package-initialize): Update declaration.
1534         * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
1535         (ls-lisp-handle-switches): Use time-less-p.
1536         (ls-lisp-format-time): Use float-time.
1538         * textmodes/remember.el (remember-time-to-seconds): Remove.
1539         (remember-store-in-mailbox): Use float-time.
1541         * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
1543         * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
1544         never a real function.
1545         (with-no-warnings): Remove compat stub, now unused.
1546         (time-less-p): Doc fix.
1547         (time-to-number-of-days): Simplify.
1549         * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
1550         Remove.
1551         (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
1552         * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
1553         * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
1554         * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
1555         * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
1557         * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
1558         (eshell-shuffle-files, eshell-shorthand-tar-command)
1559         (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
1560         Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
1561         * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
1562         Prefix dynamic local variable `matches'.
1564         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
1565         Prefix dynamic local variable `skeleton'.
1567 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1569         * net/browse-url.el (browse-url-mail): Insert body part of mailto url
1570         in mail buffer; make yank-action always a command that yanks original
1571         buffer.
1573 2010-11-09  Glenn Morris  <rgm@gnu.org>
1575         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
1577 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1579         * minibuffer.el (minibuffer-completion-help): Specify the end of the
1580         completion field (bug#7211).
1582         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1583         Fix handling of backslash escapes.
1584         (python-quote-syntax): Adjust accordingly.
1586 2010-11-09  Richard Levitte  <richard@levitte.org>  (tiny change)
1588         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1589         (vc-mtn-workfile-branch): Adjust to new output format.
1591 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1593         * international/mule-cmds.el (princ-list): Mark as obsolete.
1595 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1597         * emacs-lisp/smie.el: New package.
1599 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
1601         * files.el (backup-by-copying-when-mismatch):
1602         Set `permanent-local' property.
1604         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1605         `permanent-local' property for `backup-by-copying-when-mismatch'.
1607 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
1609         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
1611 2010-11-09  Wilson Snyder  <wsnyder@wsnyder.org>
1613         * progmodes/verilog-mode.el (verilog-insert-one-definition)
1614         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
1615         AUTOINOUT for SV style multidimensional arrays, bug294.
1616         Reported by Eric Mastromarchi.
1617         (verilog-preprocess): Use with-current-buffer and
1618         font-lock-fontify-buffer to cleanup style issues.
1620 2010-11-09  Glenn Morris  <rgm@gnu.org>
1622         * locate.el (locate, locate-mode): Doc fixes.
1624 2010-11-09  Chong Yidong  <cyd@stupidchicken.com>
1626         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1627         user for confirmation.
1628         (server-force-stop): Use it.
1629         (server-start): Use server-force-stop for kill-emacs-hook, to
1630         avoid user interaction while killing Emacs.
1632 2010-11-09  Glenn Morris  <rgm@gnu.org>
1634         * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
1635         (meta-indent-line): Simplify.
1637         * vc/emerge.el (emerge-line-number-in-buf):
1638         * textmodes/ispell.el (ispell-region):
1639         * textmodes/fill.el (current-fill-column):
1640         * progmodes/xscheme.el (xscheme-send-current-line):
1641         * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
1642         * progmodes/tcl.el (tcl-hairy-scan-for-comment):
1643         * progmodes/sh-script.el (sh-handle-prev-do):
1644         * progmodes/meta-mode.el (meta-indent-line):
1645         * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
1646         (idlwave-in-quote):
1647         * progmodes/idlw-shell.el (idlwave-shell-current-frame)
1648         (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
1649         * progmodes/fortran.el (fortran-looking-at-if-then):
1650         * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
1651         * progmodes/cperl-mode.el (cperl-sniff-for-indent)
1652         (cperl-find-pods-heres):
1653         * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
1654         * net/quickurl.el (quickurl-list-insert):
1655         * net/ldap.el (ldap-search-internal):
1656         * net/eudc.el (eudc-expand-inline):
1657         * mail/sendmail.el (sendmail-send-it):
1658         * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
1659         * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
1660         (viper-brac-function):
1661         * calc/calc-yank.el (calc-do-grab-region):
1662         * calc/calc-keypd.el (calc-keypad-press):
1663         * term.el (term-move-columns, term-insert-spaces):
1664         * speedbar.el (speedbar-highlight-one-tag-line):
1665         * simple.el (current-word):
1666         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1667         * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
1668         (Info-scroll-down):
1669         * hippie-exp.el (he-line-beg):
1670         * epa.el (epa--marked-keys):
1671         * dired-aux.el (dired-kill-line, dired-do-kill-lines)
1672         (dired-update-file-line, dired-add-entry, dired-remove-entry)
1673         (dired-relist-entry):
1674         * buff-menu.el (Buffer-menu-buffer):
1675         * array.el (current-line):
1676         * allout.el (allout-resolve-xref)
1677         (allout-latex-verbatim-quote-curr-line):
1678         Replace yet more uses of end-of-line etc with line-end-position, etc.
1680 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1682         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
1683         (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
1684         (checkdoc-syntax-table): Initialize in the declaration.
1685         (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
1686         the mode on unconditionally.
1688         * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
1689         (extent-end-position, extent-start-position): Remove setf method for
1690         non-existing functions (bug#7319).
1692 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1694         * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
1695         (smie-precs->prec2): Rename from smie-precs-precedence-table.
1696         (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
1697         (smie-prec2->grammar): Rename from smie-prec2-levels.
1698         (smie-grammar): Rename from smie-op-levels.
1699         (smie-indent--hanging-p): Rename from smie-hanging-p.
1700         (smie-rule-hanging-p): New alias.
1701         (smie-indent--bolp): Rename from smie-bolp.
1702         (smie-indent--hanging-p): New alias.
1703         (smie--token): New dynamically bound variable.
1704         (smie-indent--parent): New function.
1705         (smie-rule-parent-p): Use it; rename from smie-parent-p.
1706         (smie-rule-next-p): Rename from smie-next-p.
1707         (smie-rule-prev-p): Rename from smie-prev-p.
1708         (smie-rule-sibling-p, smie-rule-parent)
1709         (smie-indent--separator-outdent, smie-rule-separator): New functions.
1710         (smie-rule-separator-outdent): New var.
1711         (smie-indent--rule): Merge with smie-indent--column.
1712         (smie-indent-forward-token, smie-indent-backward-token):
1713         Also recognize close parens.
1714         (smie-indent-keyword): Don't use smie-indent--column any more.
1715         (smie-indent-after-keyword): Ignore closers by default.
1716         (smie-indent-line): Use with-demoted-errors.
1717         * progmodes/octave-mod.el (octave-smie-grammar):
1718         Rename from octave-smie-op-levels.
1719         (octave-smie-rules): Adjust to new behavior.
1720         * progmodes/prolog.el (prolog-smie-grammar):
1721         Rename from prolog-smie-op-levels.
1723 2010-11-07  Glenn Morris  <rgm@gnu.org>
1725         * eshell/esh-util.el (subst-char-in-string)
1726         (directory-files-and-attributes): These compatibility definitions are
1727         not needed on any version of Emacs since at least 21.4.
1729         * progmodes/verilog-mode.el (verilog-get-beg-of-line)
1730         (verilog-get-end-of-line): Remove.
1731         (verilog-within-string, verilog-re-search-forward-substr)
1732         (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
1733         (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
1734         Use point-at-bol, point-at-eol.
1735         * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
1736         Remove.
1737         (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
1738         (electric-pascal-terminate-line, pascal-set-auto-comments)
1739         (pascal-indent-paramlist, pascal-indent-declaration)
1740         (pascal-get-lineup-indent, pascal-func-completion)
1741         (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
1742         Use point-at-bol, point-at-eol.
1743         * progmodes/flymake.el (flymake-line-beginning-position)
1744         (flymake-line-end-position): Remove.
1745         (flymake-highlight-line): Use point-at-bol, point-at-eol.
1746         * eshell/esh-util.el (line-end-position, line-beginning-position):
1747         Remove compat definitions.
1749         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1750         Use end-of-line N.
1751         (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
1752         Use line-end-position.
1754         * emacs-lisp/chart.el (chart-zap-chars):
1755         * play/decipher.el (decipher-set-map):
1756         * progmodes/ada-mode.el (ada-get-current-indent)
1757         (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
1758         * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
1759         * progmodes/ada-xref.el (ada-initialize-runtime-library)
1760         (ada-get-all-references):
1761         * progmodes/cperl-mode.el (cperl-electric-paren)
1762         (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
1763         (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
1764         (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
1765         (cperl-word-at-point-hard):
1766         * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
1767         (idlwave-shell-filename-string, idlwave-shell-batch-command)
1768         (idlwave-shell-display-line):
1769         * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
1770         (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
1771         * progmodes/js.el (js--re-search-forward-inner)
1772         (js--re-search-backward-inner):
1773         * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
1774         (vhdl-fix-clause, vhdl-compose-configuration-architecture):
1775         * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
1776         * textmodes/flyspell.el (flyspell-process-localwords):
1777         * textmodes/ispell.el (ispell-buffer-local-parsing)
1778         (ispell-buffer-local-dict, ispell-buffer-local-words):
1779         Use point-at-bol and point-at-eol.
1781         * speedbar.el (speedbar-generic-item-info)
1782         (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
1783         (speedbar-add-indicator, speedbar-check-vc-this-line)
1784         (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
1785         (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
1786         Replace more uses of end-of-line etc with line-end-position.
1788 2010-11-06  Glenn Morris  <rgm@gnu.org>
1790         * textmodes/texnfo-upd.el (texinfo-start-menu-description)
1791         (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
1792         (texinfo-delete-existing-pointers, texinfo-find-pointer)
1793         (texinfo-clean-up-node-line, texinfo-insert-node-lines)
1794         (texinfo-multiple-files-update):
1795         * textmodes/table.el (table--probe-cell-left-up)
1796         (table--probe-cell-right-bottom):
1797         * textmodes/picture.el (picture-tab-search):
1798         * textmodes/page-ext.el (pages-copy-header-and-position)
1799         (pages-directory-for-addresses):
1800         * progmodes/vera-mode.el (vera-get-offset):
1801         * progmodes/simula.el (simula-calculate-indent):
1802         * progmodes/python.el (python-pdbtrack-overlay-arrow):
1803         * progmodes/prolog.el (end-of-prolog-clause):
1804         * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
1805         * progmodes/icon.el (indent-icon-exp):
1806         * progmodes/etags.el (tag-re-match-p):
1807         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
1808         * progmodes/ebnf2ps.el (ebnf-begin-file):
1809         * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
1810         (dcl-save-local-variable):
1811         * play/life.el (life-setup):
1812         * play/gametree.el (gametree-looking-at-ply):
1813         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1814         * mail/sendmail.el (mail-mode-auto-fill):
1815         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1816         * emacs-lisp/edebug.el (edebug-overlay-arrow):
1817         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
1818         * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
1819         (woman-tab-to-tab-stop, WoMan-warn-ignored):
1820         * type-break.el (type-break-file-keystroke-count):
1821         * term.el (term-replace-by-expanded-history-before-point)
1822         (term-skip-prompt, term-extract-string):
1823         * speedbar.el (speedbar-edit-line, speedbar-expand-line)
1824         (speedbar-contract-line, speedbar-toggle-line-expansion)
1825         (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
1826         (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
1827         * sort.el (sort-skip-fields):
1828         * skeleton.el (skeleton-internal-list):
1829         * simple.el (line-move-finish, line-move-to-column):
1830         * shell.el (shell-forward-command):
1831         * misc.el (copy-from-above-command):
1832         * makesum.el (double-column):
1833         * ebuff-menu.el (electric-buffer-update-highlight):
1834         * dired.el (dired-move-to-end-of-filename):
1835         * dframe.el (dframe-popup-kludge):
1836         * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
1837         * arc-mode.el (archive-get-lineno):
1838         Use line-end-position and line-beginning-position.
1840         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
1841         (idlwave-study-twins): Prefix dynamic local `class'.
1842         (idlwave-routine-twin-compare): Update for above name change.
1844         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
1845         Use boundp tests to silence compiler.  Update for changed name of
1846         bytecomp-filename variable.
1848         * emulation/viper-cmd.el (viper-read-string-with-history):
1849         Prefix dynamic local `initial'.
1850         (viper-minibuffer-standard-hook): Update for above name change.
1852         * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
1853         (elint-init-form): Update for above name change.
1855         * mail/mail-extr.el (mail-extract-address-components): Give dynamic
1856         local variables `cbeg' and `cend' a prefix.
1857         (mail-extr-voodoo): Update for above name change.
1859         * textmodes/reftex-toc.el (reftex-toc-do-promote)
1860         (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
1861         (reftex-toc-promote-action): Doc fix.
1863         * textmodes/reftex-sel.el (reftex-select-item): Give local variables
1864         `prompt', `data' a prefix.
1865         (reftex-select-post-command-hook, reftex-select-callback)
1866         (reftex-select-mouse-accept, reftex-select-read-cite):
1867         Update for above name changes.
1869         * textmodes/reftex-ref.el (reftex-reference): Rename local variable
1870         `refstyle' to reftex-refstyle.
1871         (reftex-offer-label-menu): Update for above name change.
1872         * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
1873         `refstyle' name change.
1875         * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
1876         with with-current-buffer.
1877         (diff, template): Give dynamic local variables a prefix.
1878         (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
1879         (emerge-line-number-in-buf): Update for above name change.
1880         (emerge-combine-versions-internal): Rename local `template' to
1881         emerge-combine-template.
1882         (emerge-combine-versions-edit): Update for above name change.
1884 2010-11-06  Ralf Angeli  <angeli@caeruleus.net>
1886         * textmodes/reftex-cite.el
1887         (reftex-extract-bib-entries-from-thebibliography): Match bibitem
1888         entries with whitespace after \bibitem.
1889         (reftex-create-bibtex-file): Match entries containing numbers and
1890         symbol constituents.  Make sure that entries with whitespace at
1891         various places are found.
1893 2010-11-05  Christian Millour  <cm@abtela.com>  (tiny change)
1895         * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
1897 2010-11-05  Jan Djärv  <jan.h.d@swipnet.se>
1899         * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
1901 2010-11-05  Glenn Morris  <rgm@gnu.org>
1903         * woman.el (woman0-roff-buffer, woman1-roff-buffer)
1904         (woman2-roff-buffer): Give local variable `request' a prefix.
1905         (woman0-macro): Rename argument `request' in the same way.
1906         (woman-request): New name for `request' dynamic variable.
1907         (woman-unquote, woman-forward-arg): Update for above name change.
1908         (woman1-roff-buffer): Give local variable `unquote' a prefix.
1909         (woman1-unquote): New name for `unquote' dynamic variable.
1910         (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
1911         (woman-translations): Rename from `translations'.  No longer global.
1912         (woman2-tr, woman-translate): Update for above name change.
1913         (woman-translate): Check for bound variable.
1914         (woman2-roff-buffer): Give local variable `translations' a prefix.
1916         * play/doctor.el: Give all local variables a prefix.  Update callers.
1917         (doc$, doctor-put-meaning): Use backquote.
1919         * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
1920         (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
1922         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
1923         variables bytes, ptr, op a prefix.
1924         (disassemble-offset): Update for above change.
1926 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
1928         * emacs-lisp/package.el (package-unpack): Remove no-op.
1929         (package--builtins, package--dir): Doc fix.
1930         (package-activate-1, package-activate, package-install)
1931         (package-compute-transaction): Fix error message.
1932         (package-delete): Use delete-directory.  Omit system packages.
1933         (package-initialize): Set package-alist to nil first.
1934         (package-menu-mark-delete, package-menu-mark-install): Don't add
1935         symbols that are inconsistent with the package state.
1936         (package-menu-execute): Perform deletions and installations as
1937         single batch operations.
1939 2010-11-03  Glenn Morris  <rgm@gnu.org>
1941         * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
1942         (props): Remove unnecessary declaration.
1944         * textmodes/ispell.el (ispell-init-process): On Emacs, always use
1945         set-process-query-on-exit-flag.
1947         * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
1948         (reftex-toc-do-promote): Remove unused local `mpos'.
1949         (reftex-toc-restore-region): Make `mpos' local to this function.
1951         * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
1953         * play/landmark.el (lm-losing-threshold): Correct spelling.
1954         (lm-human-plays): Use new name.
1956         * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
1957         (gomoku-human-plays): Use new name.
1959         * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
1960         (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
1961         (gomoku-score-trans-table, gomoku-winning-threshold)
1962         (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
1964 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
1966         * emacs-lisp/package.el: Don't put built-in packages in
1967         package-alist, to avoid loading inefficiencies.
1968         (package-built-in-p): Make VERSION optional, and treat it as a
1969         minimum acceptable version.
1970         (package-activate): Search separately for built-in packages.
1971         Emit a warning if a dependency fails.
1972         (define-package): Handle most common case, where there is no
1973         obsolete package, first.
1974         (package-compute-transaction): Print required version in error.
1975         (package--initialized): New variable.
1976         (list-packages): Use it.
1977         (package-initialize): Optional arg NO-ACTIVATE.  Don't put
1978         built-in packages in packages-alist; keep it separate.
1979         Set package--initialized.
1980         (describe-package): Avoid activating packages as a side-effect.
1981         Search separately for built-in packages.
1982         (describe-package-1): Handle the case where an elpa package is
1983         simultaneously built-in and available/installed.
1984         (package-installed-p, package--generate-package-list):
1985         Search separately for built-in packages.
1986         (package-load-descriptor): Doc fix.
1988 2010-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1990         * progmodes/perl-mode.el (perl-syntax-propertize-function):
1991         Handle __DATA__ and __END__.
1993 2010-11-02  Noah Friedman  <friedman@splode.com>
1995         * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
1996         nil, do not ask to recompile files that are not already compiled,
1997         and do not recompile them.
1999 2010-11-02  Chong Yidong  <cyd@stupidchicken.com>
2001         * emacs-lisp/package.el (package-initialize): Ensure that
2002         obsoleted built-in packages are not in package-activated-list
2003         during activation.
2004         (describe-package-1): Make the "installed" status override
2005         "built-in".
2007 2010-11-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2009         * subr.el (version-separator, version-regexp-alist): Remove '*'
2010         from docstring.
2011         (version-list-<=, version<=, version=): Doc fix.
2013 2010-11-01  Kenichi Handa  <handa@m17n.org>
2015         * faces.el (glyphless-char): Inherit underline for tty.
2017 2010-11-01  Kenichi Handa  <handa@m17n.org>
2019         Implement various display methods for glyphless characters.
2021         * international/characters.el (char-acronym-table): New variable.
2022         (glyphless-char-control): New variable.
2023         (update-glyphless-char-display): New funciton.
2025         * faces.el (glyphless-char): New face.
2027 2010-11-01  Glenn Morris  <rgm@gnu.org>
2029         * calendar/holidays.el (general-holidays, oriental-holidays)
2030         (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
2031         (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
2032         the definitions of their targets.
2034         * emacs-lisp/smie.el (smie): New custom group.
2035         (smie-blink-matching-inners, smie-indent-basic): Add :group.
2037         * faces.el (xw-defined-colors, x-setup-function-keys):
2038         * mouse-sel.el (x-select-text):
2039         * term/w32console.el (x-setup-function-keys): Update declarations.
2041         * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
2043         * textmodes/ispell.el (comment-add): Declare.
2045         * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
2046         Declare.
2048         * info.el (finder-keywords-hash, package-alist): Declare.
2050 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
2052         * finder.el (finder-compile-keywords): Don't use intern-soft,
2053         since package names may not yet exist in the obarray.
2055 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
2057         * vc/vc-arch.el (vc-arch-checkin):
2058         * vc/vc-cvs.el (vc-cvs-checkin):
2059         * vc/vc-mtn.el (vc-mtn-checkin):
2060         * vc/vc-rcs.el (vc-rcs-checkin):
2061         * vc/vc-sccs.el (vc-sccs-checkin):
2062         * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
2063         since 2010-04-21 commit by Stefan Monnier.
2065 2010-11-01  Glenn Morris  <rgm@gnu.org>
2067         * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
2069         * startup.el (package-enable-at-startup, package-initialize):
2070         Silence compiler.
2072         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2073         Silence compiler.
2075 2010-10-31  Julien Danjou  <julien@danjou.info>
2077         * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
2078         (byte-recompile-directory):
2079         * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
2080         Use `byte-recompile-file'.
2082 2010-10-31  Glenn Morris  <rgm@gnu.org>
2084         * cus-start.el: Handle standard values via a keyword.
2085         Only set version property if specified.
2086         (cursor-in-non-selected-windows, menu-bar-mode)
2087         (tool-bar-mode, show-trailing-whitespace):
2088         Do not specify standard values.
2089         (transient-mark-mode, temporary-file-directory): Use :standard.
2091 2010-10-31  Jan Djärv  <jan.h.d@swipnet.se>
2093         * term/x-win.el (x-get-selection-value): New function that gets
2094         PRIMARY with type as specified in x-select-request-type. (Bug#6802).
2096 2010-10-31  Michael Albinus  <michael.albinus@gmx.de>
2098         * net/tramp.el (tramp-handle-insert-file-contents): For root,
2099         preserve owner and group when editing files.  (Bug#7289)
2101 2010-10-31  Glenn Morris  <rgm@gnu.org>
2103         * speedbar.el (speedbar-mode):
2104         * play/fortune.el (fortune-in-buffer, fortune):
2105         * play/gomoku.el (gomoku-mode):
2106         * play/landmark.el (lm-mode):
2107         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2108         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
2110         * select.el (x-selection): Mark it as an obsolete alias.
2112 2010-10-31  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2114         * vc/add-log.el (find-change-log): Use derived-mode-p rather than
2115         major-mode (bug#7284).
2117 2010-10-31  Glenn Morris  <rgm@gnu.org>
2119         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
2120         rather than just an unused variable that inherits from the real one.
2122 2010-10-31  Alan Mackenzie  <acm@muc.de>
2124         * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
2125         This fixes bug #7185.
2127 2010-10-30  Chong Yidong  <cyd@stupidchicken.com>
2129         * startup.el (command-line): Search for package directories, and
2130         don't load package.el if none are found.
2132         * emacs-lisp/package.el (describe-package, list-packages):
2133         Call package-initialize if it has not been called yet.
2135 2010-10-30  Alan Mackenzie  <acm@muc.de>
2137         * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
2138         which fontifies the tail of an enum.
2139         (c-basic-matchers-after): Insert a call to the above new function.
2140         This fixes bug #7264.
2142 2010-10-30  Glenn Morris  <rgm@gnu.org>
2144         * cus-start.el: Add :set properties for minor modes menu-bar-mode,
2145         tool-bar-mode, transient-mark-mode.  (Bug#7306)
2146         Include the :set property in the dumped Emacs.
2148 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2150         SMIE: change indent rules format, improve smie-setup.
2151         * emacs-lisp/smie.el (smie-precs-precedence-table)
2152         (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
2153         Mark them pure so the tables gets built at compile time.
2154         (smie-bnf-precedence-table): Store the closer-alist in the table.
2155         (smie-prec2-levels): Preserve the closer-alist.
2156         (smie-blink-matching-open): Be more forgiving in case of indentation.
2157         (smie-hanging-p): Rename from smie-indent--hanging-p.
2158         (smie-bolp): Rename from smie-indent--bolp.
2159         (smie--parent, smie--after): New dynamic vars.
2160         (smie-parent-p, smie-next-p, smie-prev-p): New funs.
2161         (smie-indent-rules): Remove.
2162         (smie-indent--offset-rule): Remove fun.
2163         (smie-rules-function): New var.
2164         (smie-indent--rule): New fun.
2165         (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
2166         (smie-indent-exps): Use it.
2167         (smie-setup): Setup paren blinking; add keyword args for token
2168         functions; extract closer-alist from op-levels.
2169         (smie-indent-debug-log): Remove var.
2170         (smie-indent-debug): Remove fun.
2171         * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
2172         (prolog-smie-rules): New fun to replace it.
2173         (prolog-mode-variables): Simplify.
2174         * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
2175         it's setup automatically.
2176         (octave-smie-indent-rules): Remove.
2177         (octave-smie-rules): New fun to replace it.
2178         (octave-mode): Simplify.
2180 2010-10-29  Glenn Morris  <rgm@gnu.org>
2182         * files.el (temporary-file-directory): Remove (already defined in C).
2183         * cus-start.el: Add temporary-file-directory.
2185         * abbrev.el (abbrev-mode):
2186         * composite.el (auto-composition-mode):
2187         * menu-bar.el (menu-bar-mode):
2188         * simple.el (transient-mark-mode):
2189         * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
2190         that they do not define the associated variables twice.
2191         * simple.el (transient-mark-mode): Remove defvar.
2192         * composite.el (auto-composition-mode): Make variable auto-buffer-local.
2193         * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
2194         Handle multiple groups, and also custom-delayed-init-variables.
2195         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2197 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2199         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
2200         (pcase-if): Add one minor optimization.
2201         (pcase-split-equal): Rename from pcase-split-eq.
2202         (pcase-split-member): Rename from pcase-split-memq.
2203         (pcase-u1): Add strings to the member optimization.
2204         Add `guard' variant of predicates.
2205         (pcase-q1): Add string patterns.
2207 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2209         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
2211 2010-10-28  Glenn Morris  <rgm@gnu.org>
2213         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2214         Move menu-bar related settings to ../menu-bar.el.
2215         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2216         Move ns-specific settings here from term/ns-win.el.
2218         * simple.el (x-selection-owner-p): Remove unused declaration.
2220 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2222         * minibuffer.el (completion-cycling): New var (bug#7266).
2223         (minibuffer-complete, completion--do-completion):
2224         Use completion--flush-all-sorted-completions.
2225         (minibuffer-complete): Only cycle if completion-cycling is set.
2226         (completion--flush-all-sorted-completions): Unset completion-cycling.
2227         (minibuffer-force-complete): Set completion-cycling.
2228         (completion-all-sorted-completions): Move declaration before first use.
2230 2010-10-28  Leo  <sdl.web@gmail.com>
2232         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
2233         which changes the order of matches seen by users (bug#7231).
2235 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
2237         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2238         Don't confuse -omega as "-o mega".
2240 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2242         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
2243         (log-edit-author): New dynamic var.
2244         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
2245         to return the author if different from committer.
2246         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
2248         * play/landmark.el: Adjust commenting convention.
2249         (lm-nil-score): Rename from nil-score.
2250         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
2251         (OOOOscore): Move into a let in lm-score-trans-table.
2252         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
2254         * electric.el (electric-indent-chars): Autoload.
2255         * progmodes/octave-mod.el (octave-mode):
2256         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
2257         (ruby-mode-abbrev-table): Merge initialization and declaration.
2259 2010-10-27  Glenn Morris  <rgm@gnu.org>
2261         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
2262         variable.
2264         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
2266         * term/ns-win.el: Restore require of cl when compiling.
2267         (menu-bar-final-items): Remove non-existent `windows' menu.
2268         (ns-handle-nxopen): Optionally handle the temp-case.
2269         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
2270         (ns-insert-file, ns-find-file): Use `pop'.
2272 2010-10-26  Glenn Morris  <rgm@gnu.org>
2274         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
2276 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
2278         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
2279         global map.
2280         * term/common-win.el (x-setup-function-keys): Remove most of the
2281         keymappings.  Comment on the remaining ones.
2283 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
2285         * server.el (server-port): New option.  (Bug#854)
2286         (server-start): Use server-port.
2288 2010-10-26  Glenn Morris  <rgm@gnu.org>
2290         * term/ns-win.el (ns-version-string): Remove unused declaration.
2291         (ns-invocation-args): Change to x-invocation-args.
2292         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
2293         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
2294         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
2295         Use x-invocation-args instead of ns-invocation-args.
2296         (ns-initialize-window-system, handle-args-function-alist):
2297         Use x-handle-args instead of ns-handle-args.
2298         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
2299         * startup.el (command-line-ns-option-alist): Replace
2300         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
2301         ns-handle-iconic with the x- equivalents.
2303         * term/common-win.el (x-select-enable-clipboard):
2304         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
2306         * term/ns-win.el: No need to require cl when compiling.
2307         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
2308         (xw-defined-colors): Use the common-win definitions.
2309         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
2310         (ns-handle-iconic): Make it an alias for x-handle-iconic.
2311         * term/common-win.el (x-select-text, x-alternatives-map)
2312         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
2313         * loadup.el [ns]: Load common-win.
2315 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
2317         * epa-mail.el (epa-mail-encrypt): Handle local-part only
2318         recipients; expand mail aliases (Bug#7280).
2320 2010-10-25  Glenn Morris  <rgm@gnu.org>
2322         * term/common-win.el (x-handle-switch): Simplify with pop.
2323         Optionally handle numeric switches.
2324         (x-handle-numeric-switch): Just call x-handle-switch.
2325         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
2326         (x-handle-name-switch, x-handle-display, x-handle-args):
2327         Simplify with pop.
2329         * term/ns-win.el: Do not require easymenu.
2330         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
2331         <spell>: Move adjustments to menu-bar.el.
2332         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
2333         <separator-undo, spell>: Move ns-win's adjustments here.
2334         * loadup.el [ns]: Do not load easymenu.
2336 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2338         * image.el (image-checkbox-checked, image-checkbox-unchecked):
2339         Delete (Bug#7222).
2341         * startup.el (fancy-startup-tail): Instead of using inline images,
2342         refer to image files from etc/.
2344         * wid-edit.el (checkbox): Likewise.
2345         (widget-image-find): Center image specs.
2347 2010-10-24  Glenn Morris  <rgm@gnu.org>
2349         * term/ns-win.el (x-select-text): Doc fix.
2350         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
2351         (x-select-text): Move to term/common-win.
2352         * term/w32-win.el (xw-defined-colors): Move to common-win.
2353         * term/x-win.el (xw-defined-colors, x-alternatives-map)
2354         (x-setup-function-keys, x-select-text): Move to common-win.
2355         * term/common-win.el (x-select-text, x-alternatives-map)
2356         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
2357         definitions here.
2359 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
2361         * net/mairix.el (mairix-searches-mode-map):
2362         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
2364 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
2366         * verilog-mode.el (verilog-directive-re): Make this variable
2367         auto-built for efficiency of execution and updating.
2368         (verilog-extended-complete-re): Support 'pure' fucntion & task
2369         declarations (these have no bodies).
2370         (verilog-beg-of-statement): General cleanup to enable support of
2371         'pure' fucntion & task declarations (these have no bodies).
2372         These efforts together fix Verilog bug210 from veripool; which was also
2373         noticed by Steve Pearlmutter.
2374         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
2375         (verilog-directive-nest-re, verilog-set-auto-endcomments):
2376         Support `elsif.  Reported by Shankar Giri.
2377         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
2378         attribute handling for lining up declarations and assignments.
2379         (verilog-beg-of-statement-1): Fix issue where continued declaration
2380         is indented differently if it is after a begin..end clock.
2381         (verilog-in-attribute-p, verilog-skip-backward-comments)
2382         (verilog-skip-forward-comment-p): Support proper treatment of
2383         attributes by indent code. Reported by Jeff Steele.
2384         (verilog-in-directive-p): Fix comment to correctly describe function.
2385         (verilog-backward-up-list, verilog-in-struct-region-p)
2386         (verilog-backward-token, verilog-in-struct-p)
2387         (verilog-in-coverage-p, verilog-do-indent)
2388         (verilog-pretty-declarations): Use verilog-backward-up-list as
2389         wrapper around backward-up-list inorder to properly skip comments.
2390         Reported by David Rogoff.
2391         (verilog-property-re, verilog-endcomment-reason-re)
2392         (verilog-beg-of-statement, verilog-set-auto-endcomments)
2393         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
2394         of if). Reported by Max Bjurling and
2395         (verilog-calc-1): Fix for clocking block in modport
2396         declaration. Reported by Brian Hunter.
2398 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
2400         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
2401         (verilog-gate-keywords, verilog-read-sub-decls)
2402         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
2403         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
2404         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
2405         (verilog-read-decls): Fix spaces in V2K module parameters causing
2406         mis-identification as interfaces, bug287.
2407         (verilog-read-decls): Fix not treating "parameter string" as a
2408         parameter in AUTOINSTPARAM.
2409         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
2410         treating `elsif similar to `endif inside AUTOSENSE.
2411         (verilog-do-indent): Implement correct automatic or static task or
2412         function end comment highlight. Reported by Steve Pearlmutter.
2413         (verilog-font-lock-keywords-2): Fix highlighting of single
2414         character pins, bug264.  Reported by Michael Laajanen.
2415         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
2416         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
2417         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
2418         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
2419         (verilog-pretty-expr): Fix interactive arguments, bug272.
2420         Reported by Mark Johnson.
2421         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
2422         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
2423         bug269. Suggested by Gary Delp.
2424         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
2425         (verilog-preprocessor, verilog-set-compile-command):
2426         Create verilog-preprocess and verilog-preprocessor to show
2427         preprocessed output.
2428         (verilog-get-beg-of-line, verilog-get-end-of-line)
2429         (verilog-modi-file-or-buffer, verilog-modi-name)
2430         (verilog-modi-point, verilog-within-string): Move defmacro's
2431         before first use to avoid warning. Reported by Steve Pearlmutter.
2432         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
2433         (verilog-colorize-region, verilog-highlight-buffer)
2434         (verilog-highlight-includes, verilog-highlight-modules)
2435         (verilog-highlight-region, verilog-mode): Rename colorize to
2436         highlight to match other packages.  Disable module highlighting,
2437         as received speed complaints, reenable for experimentation only
2438         using new verilog-highlight-modules.
2439         (verilog-read-decls): Fix regexp stack overflow in very large
2440         AUTO_TEMPLATEs, bug250.
2441         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
2442         (verilog-scan): Create verilog-save-buffer-state to standardize
2443         making insignificant changes that shouldn't call hooks.
2444         (verilog-save-no-change-functions, verilog-save-scan-cache)
2445         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
2446         Create verilog-save-no-change-functions to wrap verilog-scan
2447         preservation, and fix to work with nested preserved calls.
2448         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
2449         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
2450         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
2451         (verilog-submit-bug-report): Update variable list to be complete.
2452         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
2453         breaking on-the-fly font-locking.
2454         (verilog-colorize-buffer, verilog-colorize-include-files)
2455         (verilog-colorize-include-files-buffer, verilog-colorize-region)
2456         (verilog-load-file-at-mouse, verilog-load-file-at-point)
2457         (verilog-mode, verilog-read-inst-module-matcher): With point on a
2458         AUTOINST cell instance name, middle mouse button now finds-file on
2459         it.  Suggested by Brad Dobbie.
2460         (verilog-alw-get-temps, verilog-auto-reset)
2461         (verilog-auto-sense-sigs, verilog-read-always-signals)
2462         (verilog-read-always-signals-recurse): Fix loop indexes being
2463         AUTORESET. AUTORESET now assumes any variables in the
2464         initialization section of a for() should be ignored.
2465         Reported by Dan Dever.
2466         (verilog-error-font-lock-keywords)
2467         (verilog-error-regexp-emacs-alist)
2468         (verilog-error-regexp-xemacs-alist): Fix error detection of
2469         Cadence HAL, reported by David Asher.  Repair drift between the
2470         three similar error variables.
2471         (verilog-modi-lookup, verilog-modi-lookup-cache)
2472         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
2473         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
2474         Fix slow verilog-auto expansion on very large files.
2475         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
2476         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
2477         "{1*2{...".  Broke in last revision.
2478         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
2479         submodule connections with replications "{#{a},#{b}}".
2481 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
2483         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
2484         Fix typo in docstring.
2486 2010-10-24  Kenichi Handa  <handa@m17n.org>
2488         * face-remap.el (text-scale-adjust): Call read-event with a proper
2489         prompt.
2491 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2493         * emacs-lisp/unsafep.el: Don't mark functions that display
2494         messages as safe.  Suggested by Johan Bockgård.
2496 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2498         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
2499         Turn comments into docstrings.
2501         * minibuffer.el (completion--replace): Move point where it belongs
2502         when there's a common suffix (bug#7215).
2504 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2506         Merge read-color and facemenu-read-color (Bug#7242).
2508         * faces.el (read-color): Use the completion code from
2509         facemenu-read-color.  Require match in completion.  Doc fix.
2511         * facemenu.el (facemenu-read-color): Alias for read-color.
2512         (facemenu-set-foreground, facemenu-set-background):
2513         Use read-color.
2515         * frame.el (set-background-color, set-foreground-color)
2516         (set-cursor-color, set-mouse-color, set-border-color):
2517         Use read-color.
2519 2010-10-24  Leo  <sdl.web@gmail.com>
2521         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
2522         argument of delete-file and delete-directory (Bug#7011).
2524 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2526         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
2527         button-buffer-map.
2529 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
2531         * emacs-lisp/package.el (package--generate-package-list): Make the
2532         *Packages* buffer read-only.
2534 2010-10-24  Alan Mackenzie  <acm@muc.de>
2536         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
2537         result of `c-beginning-of-decl-1' between invocations of a lambda
2538         function (Bug #7265).
2540 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
2542         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
2543         executable is not available on the system (Bug#7268).
2545 2010-10-24  Glenn Morris  <rgm@gnu.org>
2547         * select.el (selection-coding-system, next-selection-coding-system):
2548         Sync doc with C versions.
2550         * w32-vars.el (x-select-enable-clipboard):
2551         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
2552         * term/common-win.el (x-select-enable-clipboard): Move here.
2554         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
2555         definition of C variable.
2557         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
2558         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2559         Don't redefine things that are defined in C.
2560         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
2561         (show-trailing-whitespace, auto-hscroll-mode)
2562         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2563         Set up the appropriate custom properties.
2565 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2567         Bind "C-c ]" to ...
2568         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
2569         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
2570         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
2571         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
2573 2010-10-23  Glenn Morris  <rgm@gnu.org>
2575         * textmodes/flyspell.el (flyspell-mode): If there was an error,
2576         say what it was.
2578         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
2579         Sync docs with C version.
2581         * term/ns-win.el (xw-defined-colors):
2582         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
2584         * term/pc-win.el (x-select-enable-clipboard):
2585         * term/x-win.el (x-select-enable-clipboard):
2586         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
2588         * comint.el (comint-password-prompt-regexp): Make it less vague.
2589         Bump version.
2591         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
2593         * help.el (finder-by-keyword): Remove unnecessary autoload.
2595 2010-10-22  Glenn Morris  <rgm@gnu.org>
2597         * loadup.el: Unconditionally load float-sup.
2598         * paren.el (show-paren-delay):
2599         * emacs-lisp/float-sup.el:
2600         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
2601         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
2602         (lazy-lock-stealth-verbose): Assume float support.
2603         * ps-print.el: Assume float support on Emacs.
2604         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
2605         Remove non-float branch.
2607         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
2608         src/Makefile no longer being pre-processed.
2610 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2612         * emacs-lisp/find-func.el (find-library): Use test-completion.
2614 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
2618 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
2620         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
2621         space in stat format string.
2622         (tramp-send-command): Unset $PS1 when using here documents, in
2623         order not to get several prompts.
2624         (tramp-get-inline-coding): Return `nil' in case of errors.
2626 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
2628         * hexl.el (hexl-mode, hexl-mode-exit):
2629         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
2630         (hexl-revert-buffer-function): New function.
2631         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
2633 2010-10-19  Alan Mackenzie  <acm@muc.de>
2635         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
2636         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
2637         that these keywords aren't wrongly matched as identifiers.
2639         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
2640         setting of c-new-BEG and c-new-END from c-before-change to
2641         c-after-change.  (Bug#7181)
2643 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
2645         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
2646         Don't mark as safe.
2648         * custom.el (custom-theme-set-variables): Likewise.
2649         (load-theme): Add custom-theme-set-faces and
2650         custom-theme-set-variables to safe-functions while loading.
2651         (custom-enabled-themes): Mark as risky.
2653 2010-10-18  Julien Danjou  <julien@danjou.info>
2655         * bindings.el: Remove end dashes in default mode-line-format.
2657 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
2659         * bindings.el (global-map): Bind C-d to delete-char and deletechar
2660         to delete-forward-char.
2662         * simple.el (normal-erase-is-backspace-mode): Remap delete to
2663         deletechar, and hence delete-forward-char.
2665 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2667         * repeat.el (repeat): Use read-key (bug#6256).
2669 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
2671         * emacs-lisp/unsafep.el: Don't mark functions that display
2672         messages as safe.  Suggested by Johan Bockgård.
2674 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2676         * minibuffer.el (completion--replace): Move point where it belongs
2677         when there's a common suffix (bug#7215).
2679 2010-10-19  Kenichi Handa  <handa@m17n.org>
2681         * international/characters.el: Add category '|' (word breakable)
2682         to fullwidth characters.
2684 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
2686         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
2687         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
2688         order to make stat results a float.  Patch by Andreas Schwab
2689         <schwab@linux-m68k.org>.
2691 2010-10-18  Julien Danjou  <julien@danjou.info>
2693         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
2694         hidden by `make-pointer-invisible'.
2696 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2698         * files.el (locate-file-completion-table): Strip non-matching elements
2699         before checking length of list (bug#7238).
2701 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
2703         * custom.el (custom-theme-set-variables): Mark as a safe function.
2704         (load-theme): Check forms using unsafep.
2706         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
2708 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
2710         * textmodes/ispell.el (ispell-aspell-find-dictionary):
2711         Fix aspell data file searching (bug#7230).
2713 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
2715         * cus-theme.el (custom-theme--migrate-settings): New var.
2716         (customize-create-theme): Allow editing the `user' theme.
2717         (custom-theme-add-variable, custom-theme-add-var-1)
2718         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
2719         to the front of each variable or face widget.
2720         (custom-theme-write): Save theme settings in the correct order.
2721         Optionally, remove saved settings from user customizations.
2722         (custom-theme-write-variables, custom-theme-write-faces):
2723         Save only the checked widgets.
2724         (customize-themes): Add a link for migrating custom settings.
2726         * custom.el (custom-declare-theme, provide-theme):
2727         Use custom-theme-name-valid-p.
2728         (custom-theme-name-valid-p): Remove checks that are now
2729         unnecessary since themes no longer obey load-path.
2731         * cus-edit.el (custom-variable-value-create): For the simple
2732         style, hide documentation string when hidden.
2734 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
2736         * cus-edit.el (custom-variable, custom-face): Combine the
2737         :inhibit-magic and :display-style properties into a single
2738         :custom-style property.
2739         (custom-toggle-hide-variable, custom-toggle-hide-face):
2740         New functions.  If hiding an edited value, save it to :shown-value.
2741         (custom-variable-value-create, custom-face-value-create): Use them.
2742         (custom-magic-reset): Allow magic property to be unset.
2744         * custom.el: Custom themes no longer use load-path.
2745         (custom-theme-load-path): New option.  Change built-in theme
2746         directory to etc/.
2747         (custom-enabled-themes): Add custom-theme-load-path dependency.
2748         (custom-theme--load-path): New function.
2749         (load-theme, custom-available-themes): Use it.
2751         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
2752         (customize-themes): Link to custom-theme-load-path variable.
2753         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
2754         :custom-style property.
2756         * themes/*.el: Moved to etc/.
2758 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
2760         * textmodes/reftex-cite.el
2761         (reftex-extract-bib-entries-from-thebibliography): Do not move
2762         point when searching for \bibitem entries.  Match entries with
2763         spaces or tabs in front of arguments.
2765 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
2767         * cus-theme.el (customize-create-theme): Delete overlays after
2768         erasing.  If given a THEME arg, display only the faces of that arg
2769         instead of custom-theme--listed-faces.
2770         (custom-theme-variable-menu, custom-theme-variable-action)
2771         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
2772         (custom-theme-add-variable, custom-theme-add-face): Apply value
2773         from the theme settings, instead of the current value.
2774         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
2775         (custom-theme-visit-theme): Allow calling outside theme buffers.
2776         (custom-theme-merge-theme): Don't enable the theme when merging.
2777         (custom-theme-write-variables, custom-theme-write-faces): Use the
2778         :shown-value properties to save buffer values, not global ones.
2779         (customize-themes): Display a warning about user customizations.
2781         * cus-edit.el (custom-variable-value-create)
2782         (custom-face-value-create): Obey new special properties
2783         :shown-value and :inhibit-magic.
2785 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
2787         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2788         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
2789         <dale@codefu.org>.
2791 2010-10-14  Kenichi Handa  <handa@m17n.org>
2793         * mail/rmail.el (rmail-show-message-1): Catch an error of
2794         base64-decode-region and just show an error message (bug#7165).
2796         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
2797         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
2798         a font-spec (bug#7197).
2800 2010-10-14  Glenn Morris  <rgm@gnu.org>
2802         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
2804 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
2806         * international/mule.el (define-coding-system):
2807         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2808         * composite.el (compose-region): Fix typo in docstring.
2810 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
2812         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
2813         only after checking the theme-face property.
2815         * faces.el (face-spec-reset-face): Reset all attributes in one
2816         single call to set-face-attribute.
2817         (face-spec-match-p): Make it a defsubst.
2818         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
2819         (x-create-frame-with-faces, tty-create-frame-with-faces)
2820         (tty-set-up-initial-frame-faces): Don't recompute face specs in
2821         frame-set-background-mode, since they are recomputed immediately
2822         afterwards in face-set-after-frame-default.
2823         (face-set-after-frame-default): Minor optimization.
2824         (cursor): Provide non-trivial defface spec.
2826         * custom.el (custom-theme-recalc-face): Simplify.
2828 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
2830         * calc/calc-alg.el (math-var): Rename from `var'.
2831         (math-is-polynomial, math-is-poly-rec): Replace `var'
2832         with `math-var'.
2834         * calc/calcalg2.el (math-var): Rename from `var'.
2835         (calcFunc-table, math-scan-for-limits): Replace `var'
2836         with `math-var'.
2838 2010-10-13  Glenn Morris  <rgm@gnu.org>
2840         * subr.el (last): Deal with dotted lists (reported in bug#7174).
2842 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
2844         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
2846 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2848         * net/tls.el (tls-program): Remove spurious %s from openssl.
2849         (tls-starttls-switches): Remove starttls hack.
2850         (open-tls-stream): Ditto.
2851         (tls-find-starttls-argument): Ditto.
2853 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
2855         * image.el (image-library-alist): Declare as obsolete alias.
2856         (image-type-available-p): Use `dynamic-library-alist'.
2858         * term/w32-win.el (dynamic-library-alist):
2859         Use instead of `image-library-alist'.
2861 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
2863         * subr.el (last): Make it faster.  (Bug#7174)
2865 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
2867         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
2869 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
2871         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
2872         (describe-theme-1): Extract doc from unloaded themes.
2874         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
2876         * themes/tango-theme.el:
2877         * themes/tango-dark-theme.el:
2878         * themes/wheatgrass-theme.el: New files.
2880 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
2882         * cus-theme.el (describe-theme, customize-themes)
2883         (custom-theme-save): New commands.
2884         (custom-new-theme-mode-map): Bind C-x C-s.
2885         (custom-new-theme-mode): Use custom--initialize-widget-variables.
2886         (customize-create-theme): New optional arg THEME.
2887         (custom-theme-revert): Use it.
2888         (custom-theme-visit-theme): Remove dead code.
2889         (custom-theme-merge-theme): Use custom-available-themes.
2890         (custom-theme-write): Make interactive.
2891         (custom-theme-write): Use custom-theme-name-valid-p.
2892         (describe-theme-1, custom-theme-choose-revert)
2893         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
2894         New funs.
2895         (custom-theme-allow-multiple-selections): New option.
2896         (custom-theme-choose-mode): New major mode.
2898         * custom.el (custom-theme-set-variables): Remove dead code.
2899         Obey custom--inhibit-theme-enable.
2900         (custom--inhibit-theme-enable): New var.
2901         (provide-theme): Obey it.
2902         (load-theme): Replace load with manual read/eval, in order to
2903         check for correctness.  Use custom-theme-name-valid-p.
2904         (custom-theme-name-valid-p): New function.
2905         (custom-available-themes): Use it.
2907         * cus-edit.el (custom--initialize-widget-variables): New function.
2908         (Custom-mode): Use it.
2910         * cus-face.el (custom-theme-set-faces): Remove dead code.
2911         Obey custom--inhibit-theme-enable.
2913         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
2915 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
2917         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
2919 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
2921         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
2922         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
2923         (mac-right-option-modifier): New alias for ns-right-option-modifier.
2925         * cus-start.el (all): ns-right-alternate-modifier is new.
2927 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2929         * emacs-lisp/lisp.el (lisp-completion-at-point):
2930         Use emacs-lisp-mode-syntax-table for the whole function.
2932 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
2934         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
2935         instead of font-lock-mode before adding keywords.
2936         Remove hi-lock-mode off code.  Remove inhibit hack.
2937         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
2938         non-nil; removed hook inhibit hack.
2940 2010-10-12  Glenn Morris  <rgm@gnu.org>
2942         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
2943         (load-path-shadows-find): ... to this.
2944         (list-load-path-shadows): Update for above change.
2946         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
2948 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2950         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
2951         Fix comment for declare-function.
2953 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
2955         * custom.el (custom-fix-face-spec): New function; code moved from
2956         custom-face-edit-fix-value.
2957         (custom-push-theme): Use it when checking if a face has been
2958         changed outside customize.
2959         (custom-available-themes): New function.
2960         (load-theme): Use it.
2962         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
2964         * custom.el (custom-push-theme): Cleanup (use cond).
2965         (disable-theme): Recompute the saved-face property.
2966         (custom-theme-recalc-face): Follow face alias before setting prop.
2968         * image.el (image-checkbox-checked, image-checkbox-unchecked):
2969         New variables, containing checkbox images.
2971         * startup.el (fancy-startup-tail):
2972         * wid-edit.el (checkbox): Use them.
2974 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2976         * shell.el (shell-mode-map):
2977         * progmodes/modula2.el (m2-mode-map):
2978         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
2979         * play/mpuz.el (mpuz-mode-map):
2980         * play/landmark.el (lm-mode-map):
2981         * play/decipher.el (decipher-mode-map):
2982         * play/5x5.el (5x5-mode-map):
2983         * net/telnet.el (telnet-mode-map):
2984         * net/quickurl.el (quickurl-list-mode-map):
2985         * net/mairix.el (mairix-searches-mode-map):
2986         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
2987         * net/dig.el (dig-mode-map):
2988         * mail/mspools.el (mspools-mode-map):
2989         * hexl.el (hexl-mode-map):
2990         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
2991         (wordstar-C-o-map, wordstar-C-q-map):
2992         * emacs-lisp/edebug.el (edebug-eval-mode-map):
2993         * emacs-lisp/chart.el (chart-map):
2994         * edmacro.el (edmacro-mode-map):
2995         * erc/erc-list.el (erc-list-menu-mode-map):
2996         * array.el (array-mode-map): Declare and define in one step.
2998         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
3000 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
3002         * epa.el (epa-passphrase-callback-function): Display filename
3003         passed as the 3rd arg.
3004         * epa-file.el (epa-file-passphrase-callback-function):
3005         Pass filename to epa-passphrase-callback-function.
3007 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
3009         * cus-edit.el (custom-face-widget-to-spec)
3010         (custom-face-get-current-spec, custom-face-state): New functions.
3011         (custom-face-set, custom-face-mark-to-save)
3012         (custom-face-value-create, custom-face-state-set): Use them.
3014         * cus-theme.el (custom-theme--listed-faces): New var.
3015         (customize-create-theme): Use *Custom Theme* as the buffer name.
3016         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
3017         faces listed in custom-theme--listed-faces.
3018         (custom-theme-revert): New function.
3019         (custom-theme-add-variable, custom-theme-add-face): Insert at the
3020         bottom of the list.
3021         (custom-theme-write): Prompt for theme name if empty.
3022         (custom-theme-write-variables): Use dolist.
3023         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
3025 2010-10-09  Alan Mackenzie  <acm@muc.de>
3027         Enhance fontification of declarators to take account of the
3028         presence/absence of "typedef".
3030         * cc-engine.el (c-forward-type): New &optional param
3031         "brace-block-too".
3032         (c-forward-decl-or-cast-1): cdr of return value now indicates the
3033         presence of either or both of a "struct"-like keyword and "typedef".
3035         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
3036         fontification of declarators which follow a "}".
3037         (c-font-lock-declarations): Fontify declarators according to the
3038         presence/absence of "typedef".
3040         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
3041         for "typedef".
3042         (c-typedef-decl-key): New lang variable built from
3043         c-typedef-decl-kwds.
3045 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3047         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
3048         since that's too annoying.  Move the filter groups commands to
3049         TAB/backtab.
3051         * epa.el (epa-passphrase-callback-function): Say what we're
3052         querying the password for.
3054         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
3055         behaviour, don't bury the ibuffer buffer when visiting other buffers.
3057 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
3059         * cus-edit.el (custom-commands, custom-buffer-create-internal)
3060         (custom-magic-value-create): Pad button tags with spaces.
3061         (custom-face-edit): New variable.
3062         (custom-face-value-create): Determine whether to use the usual
3063         face editor here, instead of using custom-face-selected.
3064         Pass face defaults to custom-face-edit widget.
3065         (custom-face-selected, custom-display-unselected): Delete widgets.
3066         (custom-display-unselected-match): Function removed.
3067         (custom-face-set, custom-face-mark-to-save):
3068         Accept custom-face-edit widgets as the direct widget child.
3070         * wid-edit.el (widget--completing-widget): New var.
3071         (widget-default-complete): Bind it when doing completion.
3072         (widget-string-complete, widget-file-complete): Use it.
3074 2010-10-09  Glenn Morris  <rgm@gnu.org>
3076         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
3077         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
3078         (holiday-hebrew-misc): Small simplifications.
3080         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
3082         * net/browse-url.el: Don't require thingatpt, term, dired,
3083         executable, or w3-auto when compiling.
3084         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
3085         Declare.
3086         (browse-url-text-emacs): Require term.
3088 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
3090         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
3092 2010-10-08  Glenn Morris  <rgm@gnu.org>
3094         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
3096         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
3097         (shadows-compare-text-p): Make it an obsolete alias for...
3098         (load-path-shadows-compare-text): ... new name.
3099         (find-emacs-lisp-shadows): Update for above name change.
3100         (load-path-shadows-same-file-or-nonexistent): New name for the old
3101         shadow-same-file-or-nonexistent.
3103 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
3105         * minibuffer.el (completion--some, completion--do-completion)
3106         (minibuffer-complete-and-exit, minibuffer-completion-help)
3107         (completion-basic-try-completion)
3108         (completion-basic-all-completions)
3109         (completion-pcm--find-all-completions): Use lexical-let to
3110         avoid some false matches in variable completion (Bug#7056)
3112 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
3114         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
3116 2010-10-08  Leo  <sdl.web@gmail.com>
3118         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
3119         return non-nil if the file exists (Bug#7090).
3121 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3123         * minibuffer.el (completion--replace):
3124         Better preserve markers (bug#7138).
3126 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
3128         * server.el (server-process-filter): Doc fix.
3130 2010-10-08  Drew Adams  <drew.adams@oracle.com>
3132         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
3134 2010-10-08  Glenn Morris  <rgm@gnu.org>
3136         * vc/ediff-wind.el (ediff-setup-control-frame):
3137         * vc/ediff-ptch.el (ediff-default-backup-extension):
3138         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
3139         (ediff-exec-process): Remove system-types emx, windows-95.
3141         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
3143 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
3145         * cus-edit.el (custom-variable, custom-face): Doc fix.
3146         (custom-face-edit): Add value-create attribute.
3147         (custom-face-edit-value-create)
3148         (custom-face-edit-value-visibility-action): New functions.
3149         Hide unused face attributes by default, and add a visibility toggle.
3150         (custom-face-edit-deactivate): Show empty values with shadow face.
3151         (custom-face-selected): Only use this for face specs with default
3152         attributes.
3153         (custom-face-value-create): Cleanup.
3155         * wid-edit.el (widget-checklist-value-create): Use dolist.
3156         (widget-checklist-match-find): Make second arg optional.
3158 2010-10-07  Glenn Morris  <rgm@gnu.org>
3160         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
3161         Prefix things.
3163         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
3164         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
3165         load-path-shadows-mode, update references.
3166         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
3167         Rename variable and button.
3168         (list-load-path-shadows): Update button caller.
3170 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3172         * emacs-lisp/smie.el (smie-bnf-classify): New function.
3173         (smie-bnf-precedence-table): Use it to remember the closers/openers.
3174         (smie-merge-prec2s): Handle those new entries.
3175         (smie-prec2-levels): Only set precedence to nil for actual
3176         openers/closers.
3177         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
3178         that is now unnecessary.
3180 2010-10-07  Miles Bader  <miles@gnu.org>
3182         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
3184 2010-10-07  Glenn Morris  <rgm@gnu.org>
3186         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
3187         (mail-position-on-field): Remove declarations.
3188         (mail-position-on-field): Autoload it.
3189         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
3190         and mail-header-end.  Don't require sendmail.
3192         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
3193         (shadow-mode): New mode.
3194         (shadow-find-file): New button.
3195         (list-load-path-shadows): Use shadow-mode and buttons.
3197         * iimage.el (iimage-version): Remove.
3198         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
3199         Turn into defcustoms.
3200         (iimage-mode-map): Give it a doc string.
3202         * calendar/appt.el (appt-activate): Give a warning rather than an error
3203         if there is no diary-file.
3205 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
3207         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3208         Use `tramp-handle-find-backup-file-name'.
3210 2010-10-06  Glenn Morris  <rgm@gnu.org>
3212         * font-core.el (font-lock-defaults-alist): Remove variable.
3213         (font-lock-mode): Doc fix.
3214         (font-lock-default-function): Do not consult font-lock-defaults-alist.
3215         * font-lock.el (font-lock-refresh-defaults): Doc fix.
3216         (font-lock-set-defaults): Doc fix.
3217         Do not consult font-lock-defaults-alist.
3219         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
3221         * emacs-lisp/cl.el: No longer provide cl-19.
3223 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
3225         * net/tramp.el (tramp-handle-directory-files-and-attributes)
3226         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
3227         New defuns, taken from tramp-smb.el.
3228         (tramp-coding-system-change-eol-conversion)
3229         (tramp-set-process-query-on-exit-flag): Remove.
3231         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
3232         (tramp-compat-coding-system-change-eol-conversion)
3233         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
3234         from tramp.el.
3236         * net/tramp-gvfs.el:
3237         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
3238         by `tramp-compat-set-process-query-on-exit-flag'.
3240         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3241         Use `tramp-handle-directory-files-and-attributes',
3242         `tramp-handle-file-exists-p' and
3243         `tramp-handle-file-newer-than-file-p'.
3244         (tramp-imap-handle-file-exists-p)
3245         (tramp-imap-handle-file-executable-p)
3246         (tramp-imap-handle-file-readable-p)
3247         (tramp-imap-handle-directory-files-and-attributes)
3248         (tramp-imap-handle-file-newer-than-file-p): Remove.
3250         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
3251         by `tramp-compat-set-process-query-on-exit-flag' and
3252         `tramp-coding-system-change-eol-conversion' by
3253         `tramp-compat-coding-system-change-eol-conversion'.
3255         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3256         Use `tramp-handle-directory-files-and-attributes',
3257         `tramp-handle-file-exists-p' and
3258         `tramp-handle-file-newer-than-file-p'.
3259         (tramp-smb-handle-directory-files-and-attributes)
3260         (tramp-smb-handle-file-exists-p)
3261         (tramp-smb-handle-file-newer-than-file-p): Remove.
3262         (tramp-smb-maybe-open-connection):
3263         Replace `tramp-set-process-query-on-exit-flag' by
3264         `tramp-compat-set-process-query-on-exit-flag'.
3266 2010-10-05  Glenn Morris  <rgm@gnu.org>
3268         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
3270 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
3272         Continue reorganization of load dependencies.  (Bug#7156)
3274         * net/tramp.el (tramp-handle-file-local-copy-hook)
3275         (tramp-delete-temp-file-function): Move down.
3276         (tramp-exists-file-name-handler): Move up.
3277         (tramp-register-file-name-handlers): Simplify autoload.
3278         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
3279         (tramp-handle-directory-files, tramp-handle-dired-uncache)
3280         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
3281         (tramp-handle-file-name-completion)
3282         (tramp-handle-file-name-directory)
3283         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
3284         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
3285         (tramp-handle-find-backup-file-name)
3286         (tramp-handle-insert-file-contents, tramp-handle-load)
3287         (tramp-handle-substitute-in-file-name)
3288         (tramp-handle-unhandled-file-name-directory)
3289         (tramp-mode-string-to-int, tramp-local-host-p)
3290         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
3292         * net/tramp-gvfs.el (top):
3293         * net/tramp-smb.el (top): Do not require 'tramp-sh.
3295         * net/tramp-sh.el (all): Move several objects to tramp.el, see
3296         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
3298 2010-10-04  Glenn Morris  <rgm@gnu.org>
3300         * calendar/appt.el (appt-add): Ensure reminders are enabled.
3301         (appt-activate): Give status messages.
3303 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
3305         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
3306         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
3307         `gnutls-negotiate' (formerly `starttls-negotiate').
3308         Remove trivial wrapper `starttls-open-stream'.
3310 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
3312         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
3313         log-outgoing commands.
3314         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
3315         to create a buffer local revert-buffer-function variable.
3316         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
3317         revert-buffer-function lambda.
3319 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
3321         * net/gnutls.el (starttls-negotiate): Use the plist interface to
3322         `gnutls-boot'.  Make TYPE the only required parameter.
3323         Allow TRUSTFILES and KEYFILES to be lists.
3324         (open-ssl-stream): Use it.
3326 2010-10-03  Glenn Morris  <rgm@gnu.org>
3328         * subr.el (directory-sep-char): Remove obsolete variable.
3329         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
3330         it is "necessary".
3332         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
3333         * vc/vc.el (vc-static-header-alist): Doc fix.
3334         * vc/vc-cvs.el (vc-cvs-header):
3335         * vc/vc-rcs.el (vc-rcs-header):
3336         * vc/vc-sccs.el (vc-sccs-header):
3337         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
3338         * obsolete/vc-mcvs.el (vc-mcvs-header):
3339         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
3340         on XEmacs.
3342 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3344         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3345         Remove obsolete use of binary-overwrite-mode (Bug#7001).
3347 2010-10-03  Glenn Morris  <rgm@gnu.org>
3349         * obsolete/x-menu.el: Remove file, obsolete since 21.1
3351         * textmodes/rst.el (rst-font-lock-keywords-function):
3352         Drop Emacs 20 code.
3354         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
3356         * printing.el: Drop Emacs 20 code.
3358         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
3359         without having used appt.el already).
3361         * subr.el (make-local-hook): Remove function obsolete since 21.1.
3362         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
3363         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
3364         XEmacs.
3365         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
3366         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
3368         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
3369         (charset-width, find-charset-region, chars-in-region, forward-point)
3370         (encode-coding-string, coding-system-p, ccl-execute-on-string)
3371         (define-ccl-program, multibyte-string-p, string-make-multibyte):
3372         Remove compatibility cruft (none of these are used by ps*.el).
3374 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
3376         * subr.el (booleanp): Return t instead of a list (Bug#7086).
3378 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3380         * server.el (server-process-filter, server-return-error):
3381         Give emacsclient time to shut down after receiving an error string.
3383 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
3385         * files.el (remote-file-name-inhibit-cache): New defcustom.
3387         * time.el (display-time-file-nonempty-p):
3388         Use `remote-file-name-inhibit-cache'.
3390         * net/tramp.el (tramp-completion-reread-directory-timeout):
3391         Fix docstring.
3393         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
3394         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
3395         `remote-file-name-inhibit-cache'.  Check also for an integer
3396         value.  Add/increase counter when `tramp-verbose' >= 10.
3397         (tramp-set-file-property): Add/increase counter when
3398         `tramp-verbose' >= 10.
3400         * net/tramp-cmds.el (tramp-cleanup-all-connections)
3401         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
3402         (tramp-bug): Set tramp-autoload cookie.  Report all interned
3403         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
3404         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
3405         characters only in strings.
3407         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
3408         to backward compatibility.
3410         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
3411         (tramp-handle-file-name-all-completions)
3412         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
3413         (tramp-open-connection-setup-interactive-shell):
3414         Call `tramp-cleanup-connection' directly.
3416 2010-10-02  Glenn Morris  <rgm@gnu.org>
3418         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
3420         * subr.el (char-bytes): Remove obsolete function.
3422         * isearch.el (isearch-return-char): Remove obsolete function.
3424         * mouse.el: No longer provide mldrag.
3425         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
3426         Remove obsolete aliases.
3428         * comint.el (comint-kill-output): Remove obsolete alias.
3430         * composite.el (decompose-composite-char): Remove obsolete function.
3431         * ps-def.el (decompose-composite-char): Remove unused function.
3433         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
3435         * outline.el (outline-visible): Remove obsolete function.
3437         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
3438         * faces.el (internal-find-face, internal-get-face)
3439         (frame-update-faces, frame-update-face-colors)
3440         (x-frob-font-weight, x-frob-font-slant)
3441         (internal-frob-font-weight, internal-frob-font-slant)
3442         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
3443         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
3444         (x-make-font-bold-italic): Remove functions and aliases, obsolete
3445         since Emacs 21.1.
3446         * emulation/viper-util.el (viper-get-face):
3447         * obsolete/lucid.el (find-face, get-face): Use facep.
3448         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
3449         Remove unused functions.
3450         * vc/ediff-util.el (ediff-submit-report): Doc fix.
3452         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
3453         delete tempfile if interrupted during compilation.
3455 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457         * net/tls.el (tls-starttls-switches): Give up on using starttls with
3458         gnutls-cli.
3459         (tls-program): Add --insecure to be consistent with the defaults from
3460         openssl s_client.  Now all three commands are insecure.
3462 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
3464         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
3465         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
3466         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
3468 2010-10-01  Glenn Morris  <rgm@gnu.org>
3470         * obsolete/sc.el: Remove file.
3472         * files.el (temporary-file-directory): On darwin, also try
3473         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
3475 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
3477         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
3478         Let's not break compatibility gratuitously, shall we?
3480 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482         * net/tls.el (tls-starttls-switches): New variable.
3483         (tls-find-starttls-argument): Use it.
3484         (open-tls-stream): Ditto.
3486         * net/netrc.el (netrc-credentials): Return the value of the "default"
3487         entry.
3488         (netrc-machine): Ditto.
3490 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
3492         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
3494 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
3496         * server.el (server-start): Don't write pid to the authentication file.
3497         (server-create-tty-frame): Don't send pid.
3498         (server-process-filter): Send pid at the start of every connection.
3500 2010-09-30  Glenn Morris  <rgm@gnu.org>
3502         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
3503         (show-all-diary-entries): Remove obsolete function aliases.
3505         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
3506         Remove options, obsolete since 22.1.
3507         (appt-display-format, appt-display-message):
3508         Remove backwards-compatibility code.
3509         (appt-check): No longer check appt-issue-message.
3510         (appt-make-list): No longer autoload it.  Doc fix.  No longer
3511         activate the package.
3513 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3515         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
3516         (starttls-negotiate): Just call boot, and let the handshake be
3517         triggered from the read loop.
3519 2010-09-29  Glenn Morris  <rgm@gnu.org>
3521         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
3522         not displaying the diary.
3523         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
3524         * calendar/appt.el (appt-check): No longer need to kill diary.
3526         * calendar/diary-lib.el (diary-list-entries): Move the
3527         "Preparing..." message entirely here.
3528         (diary-simple-display, diary-fancy-display): Move "Preparing..."
3529         messages to diary-list-entries.
3530         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
3531         diary-display-function.
3533         * calendar/diary-lib.el (diary-include-other-diary-files):
3534         Trap some recursive includes.
3536         * calendar/appt.el (appt-activate): Check diary file.
3538 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3540         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3541         construction.
3543         * calendar/time-date.el: No need to require cl for Emacs 21.
3545 2010-09-28  Glenn Morris  <rgm@gnu.org>
3547         * calendar/appt.el (appt-check): Minor simplification.
3549 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3551         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
3552         citation prefix.
3554 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
3556         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3557         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
3559 2010-09-27  Kenichi Handa  <handa@m17n.org>
3561         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
3562         "ustar" format.
3564 2010-09-27  Kenichi Handa  <handa@m17n.org>
3566         * international/mule.el (define-coding-system): Docstring fixed.
3568         * international/mule-diag.el (describe-character-set): Use princ
3569         with proper print-length and print-level instead of insert.
3571 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3573         * window.el (walk-windows): Doc fix (bug#7105).
3575 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3577         * emacs-lisp/float-sup.el (e): Remove.
3579 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3581         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
3582         variable.
3583         (starttls-negotiate): Use it.
3585 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
3588         back.
3590 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3592         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
3594 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
3598         * net/netrc.el (netrc-store-data): New function.
3600 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
3602         * net/gnutls.el: GnuTLS glue code to set up a connection.
3604 2010-09-25  Julien Danjou  <julien@danjou.info>
3606         * notifications.el: Call dbus-register-signal only if it is bound.
3608 2010-09-25  Glenn Morris  <rgm@gnu.org>
3610         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3611         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3612         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3613         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3614         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3615         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
3616         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
3617         * eshell/esh-util.el, eshell/esh-var.el:
3618         Remove leading `*' from docs of faces and defcustoms.
3620 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
3622         * eshell/em-ls.el (eshell-ls-archive-regexp):
3623         * eshell/esh-util.el (eshell-tar-regexp):
3624         * ibuffer.el (ibuffer-compressed-file-name-regexp):
3625         * info.el (Info-suffix-list):
3626         * international/mule.el (auto-coding-alist):
3627         * woman.el (woman-file-regexp, woman-file-compression-regexp):
3628         * progmodes/etags.el (tags-compression-info-list):
3629         Support xz compression.
3631 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
3633         * files.el (get-free-disk-space): Don't assume the "df" output
3634         columns line up (Bug#6995).
3636 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
3638         * finder.el (finder-unknown-keywords):
3639         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
3640         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
3642 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
3644         * server.el (server-start): Revert part of 2010-08-08 change.  Using
3645         address 127.0.0.1 for local host is now done in Fmake_network_process.
3647 2010-09-24  Glenn Morris  <rgm@gnu.org>
3649         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
3650         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
3651         * textmodes/css-mode.el, textmodes/dns-mode.el:
3652         Move autoloaded auto-mode-alist entries to files.el.
3653         * files.el (auto-mode-alist): Move entries here.
3655 2010-09-23  Glenn Morris  <rgm@gnu.org>
3657         * isearch.el (isearch-lazy-highlight-cleanup)
3658         (isearch-lazy-highlight-initial-delay)
3659         (isearch-lazy-highlight-interval)
3660         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
3661         * net/net-utils.el (ipconfig-program-options):
3662         Move aliases to options before the associated definitions.
3664 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3666         * newcomment.el (comment-normalize-vars): Better test validity of
3667         comment-end-skip.
3669 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3671         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
3672         (float-e): New name for `e'.
3673         (degrees-to-radians, radians-to-degrees):
3674         * calendar/solar.el (solar-longitude):
3675         * calculator.el (calculator-registers, calculator-funcall):
3676         * textmodes/artist.el (artist-spray-random-points):
3677         * play/bubbles.el (bubbles--initialize-images): Use new names.
3679 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
3681         Update to CEDET 1.0's version of EIEIO.
3683         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
3684         New function.
3685         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
3686         (eieio-default-eval-maybe): Eval val instead of unquoting only.
3687         (class-precedence-list): If class is nil, return nil.
3688         (eieio-generic-call): If class of first input arg is nil, don't
3689         look up static methods, and do check for primary methods.
3690         (initialize-instance): See if the default needs to be evaluated
3691         during the constructor.
3692         (eieio-perform-slot-validation-for-default): Don't do the check
3693         for values that will eventually be evaluated.
3694         (eieio-eval-default-p): New function.
3695         (eieio-default-eval-maybe): Use it.
3697 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
3699         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
3700         method-invocation-order.
3701         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
3702         (eieio-class-precedence-dfs): Compute class precedence list using
3703         dfs algorithm.
3704         (eieio-class-precedence-bfs): Compute class precedence list using
3705         bfs algorithm.
3706         (eieio-class-precedence-c3): Compute class precedence list using
3707         c3 algorithm.
3708         (class-precedence-list): New function.
3709         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
3710         (inconsistent-class-hierarchy): New error symbol.
3711         (call-next-method): Stow the replacement argument list for future
3712         call-next-method invocations.
3714 2010-09-23  Glenn Morris  <rgm@gnu.org>
3716         * calendar/appt.el (appt-check): If not displaying the diary,
3717         use (diary 1) to only get the entries we need.
3718         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
3719         that it is in day order.  (Bug#7019)
3721         * calendar/appt.el (appt-check): Rather than showing the diary,
3722         just turn off invisible display, and only if needed.
3724         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
3726 2010-09-23  Glenn Morris  <rgm@gnu.org>
3728         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3729         (byte-compile-defvar, byte-compile-cl-warn):
3730         Start warnings with lower-case, like the majority.
3732         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
3734         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
3736         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
3737         * files.el (auto-mode-alist): Move ld-script entries here, further down
3738         the list.
3740         * vc/add-log.el: Don't require timezone when compiling.
3741         (timezone-make-date-sortable): Autoload it.
3742         (change-log-sortable-date-at): Don't require timezone.
3743         Use `ignore-errors'.
3745         * comint.el (comint-use-prompt-regexp-instead-of-fields):
3746         Move alias before definition, so it does not need autoloading.
3748         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
3749         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
3750         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
3751         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
3752         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
3753         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
3754         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
3755         * textmodes/tex-mode.el, textmodes/two-column.el:
3756         Remove leading `*' from docs of defcustoms etc.
3758 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3760         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
3762 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3764         * calendar/time-date.el (date-to-time): Try using parse-time-string
3765         first before using the slower timezone-make-date-arpa-standard.
3767 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3769         * calendar/time-date.el (format-seconds): Comment fix.
3771 2010-09-22  Glenn Morris  <rgm@gnu.org>
3773         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
3774         is not automatically buffer-local.
3776 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3778         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
3779         (smie-indent-comment): Be more careful with comment-start-skip.
3780         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
3781         (smie-indent-functions): Use them.
3783 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
3785         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
3787 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
3789         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
3790         tool-bar-position.  Don't modify frame parameters here.
3791         (menu-bar-options-save): Add tool-bar-position.
3793         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
3795 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3797         * textmodes/reftex-parse.el (reftex-what-macro)
3798         (reftex-context-substring): Let-bind forward-sexp-function to nil
3799         since we don't need/want to treat \begin...\end as a block (bug#7053).
3801         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
3803         * simple.el (blink-matching-open): Use syntax-class.
3805         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
3806         Set invisibility spec for pascal's outline mode.
3807         (pascal-outline-change): Clean up calling convention.
3808         (pascal-show-all, pascal-hide-other-defuns): Update callers.
3810         * progmodes/prolog.el (prolog-smie-forward-token)
3811         (prolog-smie-backward-token): New functions.
3812         (prolog-mode-variables): Use them to parse "!," correctly.
3813         Set up smie-blink-matching for ".".
3815         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
3816         and `end'.
3817         (ispell-region, ispell-process-line): Update users.
3819         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
3820         point-min==1.
3822         * textmodes/ispell.el: Fix commenting convention.
3823         (ispell-parse-output): Simplify, use push.
3824         (ispell-region): Use match-string-no-properties.
3825         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
3826         (ispell-minor-mode): Use define-minor-mode.
3827         (ispell-message): Remove unused var `skip-regexp'.
3828         (ispell-add-per-file-word-list): Use dynamic let-binding.
3829         Try and use the proper comment marker.
3831         * mail/sendmail.el: Fix commenting convention.
3832         (sendmail-send-it): Use line-beginning-position.
3834         * help-fns.el (describe-variable): Add original value, if applicable.
3836 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
3838         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
3840         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
3842 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3844         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
3845         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
3846         (smie-prec2-levels): Use them to better diagnose precedence cycles.
3847         (smie-blink-matching-check): Don't signal a mismatch if car is t.
3848         (smie-blink-matching-open): Rewrite to remove assumptions, so that
3849         something like "." can also be a closer.
3850         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
3851         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
3852         Rename internal functions to use "--".  Update callers.
3854         * frame.el (make-frame-names-alist): Don't list frames on other displays.
3856         * fringe.el (fringe-styles): New var.
3857         (fringe-mode, fringe-query-style): Use it.
3859 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
3861         * progmodes/sql.el: Version 2.8
3862         (sql-login-params): Update widget structure; changes still needed.
3863         (sql-product-alist): Add :list-all and :list-table features for
3864         SQLite, Postgres and MySQL products.
3865         (sql-redirect): Handle default value.
3866         (sql-execute, sql-execute-feature): New functions.
3867         (sql-read-table-name): New function.
3868         (sql-list-all, sql-list-table): New functions.  User API.
3869         (sql-mode-map, sql-interactive-mode-map): Add key definitions
3870         for above functions.
3871         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
3872         for above functions.
3873         (sql-postgres-login-params): Add user and database defaults.
3874         (sql-buffer-live-p): Bug fix.
3875         (sql-product-history): New variable.
3876         (sql-read-product): New function. Use it.
3877         (sql-set-product, sql-product-interactive): Use it.
3878         (sql-connection-history): New variable.
3879         (sql-read-connection): New function.  Use it.
3880         (sql-connect): New function.
3881         (sql-for-each-login): Redesign function interface.
3882         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
3883         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
3884         (sql-comint): Check for program.  Existing live buffer.
3885         (sql-comint-postgres): Add port parameter.
3887 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3889         * emacs-lisp/warnings.el: Fix commenting convention.
3890         (display-warning): Use special mode and make the buffer read-only.
3892 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
3894         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
3895         empty string when it follows a repeated or optional pattern.
3897 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3899         * indent.el (indent-according-to-mode): Apply syntax-propertize.
3900         (indent-region): Use indent-according-to-mode.
3902 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
3904         * fringe.el (fringe-mode): Doc fix.
3906 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3908         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
3909         refreshing the preview buffer.
3911 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3913         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
3914         (latex-syntax-propertize-rules): New consts; replace
3915         tex-font-lock-syntactic-keywords.
3916         (tex-env-mark, latex-env-before-change): New functions.
3917         (latex-electric-env-pair-mode): New minor mode.
3918         (tex-font-lock-verb): Change arguments; do move point.
3919         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
3920         representation as a form of comment.
3921         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
3922         (doctex-syntax-propertize-rules): New const; replaces
3923         doctex-font-lock-syntactic-keywords.
3924         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
3926         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
3927         (fortran-make-syntax-propertize-function): New function; replaces
3928         fortran-font-lock-syntactic-keywords.
3929         (fortran-mode): Use it.
3930         (fortran-line-length): Use it.  Improve interactive spec.
3932         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
3933         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
3934         when adding surrounding \(..\).
3936         * progmodes/js.el (js-mode): Fix last change (bug#7054).
3938 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3940         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
3941         Use with-current-buffer.
3943         * isearch.el (isearch-face): Rename from `isearch'.
3944         (isearch-highlight): Use new name.
3946 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
3948         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
3949         5, for `half' width fringes.  (Bug#6933)
3951 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3953         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3954         (byte-compile-defvar): "foo/bar" does not lack a prefix.
3956         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
3958 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
3960         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
3961         in calculating new frame position.  Add more space between new and
3962         parent on the left (Bug#7048).
3964 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
3966         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
3967         defmacro.
3969 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
3971         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
3973         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
3974         obsolete alias for x-selection-value.
3976         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
3978 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
3980         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
3981         cookie.
3983 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
3985         * net/tramp-compat.el (tramp-compat-with-temp-message)
3986         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
3987         (tramp-compat-process-put): New defuns.
3989         * net/tramp.el (top):
3990         * net/tramp-gvfs.el (top):
3991         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
3993         * net/tramp.el (tramp-progress-reporter-update):
3994         Use `tramp-compat-funcall'.
3996         * net/tramp.el (tramp-process-actions):
3997         * net/tramp-gvfs.el (tramp-handle-vc-registered):
3998         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
3999         (tramp-get-remote-stat, tramp-get-remote-readlink):
4000         Use `tramp-compat-with-temp-message'.
4002         * net/tramp-sh.el (top): Require 'cl.
4003         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
4004         (tramp-open-connection-setup-interactive-shell):
4005         Use `tramp-compat-process-put'.
4007 2010-09-15  Alan Mackenzie  <acm@muc.de>
4009         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
4010         indentation.
4011         (c-forward-<>-arglist-recur): Fix an infinite recursion.
4013 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4015         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4016         `lexical' for warnings related to lexical scoping.
4017         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
4018         global vars which don't have a prefix and could hence affect lexical
4019         scoping in unrelated files.
4021 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4023         * net/imap.el: Revert back to version
4024         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4025         seem problematic.
4027 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4029         * obsolete/old-whitespace.el (whitespace-unload-function):
4030         Explicitly pass `obarray' to `unintern' to avoid a warning.
4032 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4034         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
4035         Add `when' argument.  Update callers.
4037         * subr.el (unintern): Declare the obarray arg mandatory.
4039 2010-09-14  Glenn Morris  <rgm@gnu.org>
4041         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
4042         Doc fixes.
4044         * calendar/diary-lib.el (diary-included-files): New variable.
4045         (diary-list-entries): Maybe initialize diary-included-files.
4046         (diary-include-other-diary-files): Append to diary-included-files.
4047         * calendar/appt.el (appt-update-list): Also check the members of
4048         diary-included-files.  (Bug#6999)
4049         (appt-check): Doc fix.
4051 2010-09-14  David Reitter  <david.reitter@gmail.com>
4053         * simple.el (line-move-visual): Do not truncate goal column to
4054         integer size.  (Bug#7020)
4056 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4058         * repeat.el (repeat): Allow repeating when the last event is a click.
4059         Suggested by Drew Adams (bug#6256).
4061 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
4063         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
4064         Replace setting HGRCPATH to "" by some less invasive --config options.
4066 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4068         * font-lock.el (font-lock-beginning-of-syntax-function):
4069         Mark as obsolete.
4071 2010-09-14  Glenn Morris  <rgm@gnu.org>
4073         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
4074         and tool-bar modes.  (Bug#6211)
4075         (menu-bar-mode): Move setting of standard-value after the
4076         minor-mode definition, otherwise it seems to have no effect.
4078 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
4080         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
4081         Fix typo.  (Bug#6976)
4083 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4085         * whitespace.el: Allow cleaning up blanks without blank
4086         visualization (Bug#6651).  Adjust help window for
4087         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
4088         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
4089         (whitespace-style): Add new value 'face.  Adjust docstring.
4090         (whitespace-space, whitespace-hspace, whitespace-tab):
4091         Adjust foreground property face.
4092         (whitespace-line-column): Adjust docstring and type declaration.
4093         (whitespace-style-value-list, whitespace-toggle-option-alist)
4094         (whitespace-help-text): Adjust const initialization.
4095         (whitespace-toggle-options, global-whitespace-toggle-options):
4096         Adjust docstring.
4097         (whitespace-display-window, whitespace-interactive-char)
4098         (whitespace-style-face-p, whitespace-color-on): Adjust code.
4099         (whitespace-help-scroll): New fun.
4101 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4103         * calendar/time-date.el (format-seconds): Comment fix.
4105 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
4107         * progmodes/sql.el: Version 2.7.
4108         (sql-buffer-live-p): Improve detection.
4109         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4110         (sql-set-sqli-buffer): Use it.
4111         (sql-product-interactive): Run `sql-set-sqli-hook'.
4112         (sql-rename-buffer): Code cleanup.
4113         (sql-redirect, sql-redirect-value): New functions.  More to come.
4115 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
4117         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.
4118         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4119         (TRAMP_SRC): New macro.
4120         ($(lisp)/net/tramp-loaddefs.el): New target.
4122 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
4124         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
4126         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
4128         * net/tramp.el (top): Don't show loading message.  Require just
4129         'tramp-compat, everything else is required there.
4130         Use `ignore-errors' where appropriate.
4131         (tramp-inline-compress-start-size, tramp-copy-size-limit)
4132         (tramp-terminal-type, tramp-end-of-output)
4133         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
4134         (tramp-completion-function-alist-ssh)
4135         (tramp-completion-function-alist-telnet)
4136         (tramp-completion-function-alist-su)
4137         (tramp-completion-function-alist-putty, tramp-remote-path)
4138         (tramp-remote-process-environment, tramp-sh-extra-args)
4139         (tramp-actions-before-shell, tramp-uudecode)
4140         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
4141         (tramp-perl-file-attributes)
4142         (tramp-perl-directory-files-and-attributes)
4143         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
4144         (tramp-perl-encode, tramp-perl-decode)
4145         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
4146         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
4147         (tramp-handle-make-symbolic-link, tramp-handle-load)
4148         (tramp-handle-file-name-as-directory)
4149         (tramp-handle-file-name-directory)
4150         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4151         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
4152         (tramp-do-file-attributes-with-ls)
4153         (tramp-do-file-attributes-with-perl)
4154         (tramp-do-file-attributes-with-stat)
4155         (tramp-handle-set-visited-file-modtime)
4156         (tramp-handle-verify-visited-file-modtime)
4157         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
4158         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
4159         (tramp-handle-file-selinux-context)
4160         (tramp-handle-set-file-selinux-context)
4161         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
4162         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
4163         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
4164         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
4165         (tramp-handle-file-ownership-preserved-p)
4166         (tramp-handle-directory-file-name, tramp-handle-directory-files)
4167         (tramp-handle-directory-files-and-attributes)
4168         (tramp-do-directory-files-and-attributes-with-perl)
4169         (tramp-do-directory-files-and-attributes-with-stat)
4170         (tramp-handle-file-name-all-completions)
4171         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
4172         (tramp-handle-copy-file, tramp-handle-copy-directory)
4173         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
4174         (tramp-do-copy-or-rename-file-via-buffer)
4175         (tramp-do-copy-or-rename-file-directly)
4176         (tramp-do-copy-or-rename-file-out-of-band)
4177         (tramp-handle-make-directory, tramp-handle-delete-directory)
4178         (tramp-handle-delete-file)
4179         (tramp-handle-dired-recursive-delete-directory)
4180         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
4181         (tramp-handle-insert-directory)
4182         (tramp-handle-unhandled-file-name-directory)
4183         (tramp-handle-expand-file-name)
4184         (tramp-handle-substitute-in-file-name)
4185         (tramp-handle-executable-find, tramp-process-sentinel)
4186         (tramp-handle-start-file-process, tramp-handle-process-file)
4187         (tramp-handle-call-process-region, tramp-handle-shell-command)
4188         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
4189         (tramp-handle-insert-file-contents)
4190         (tramp-handle-insert-file-contents-literally)
4191         (tramp-handle-find-backup-file-name)
4192         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
4193         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
4194         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
4195         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
4196         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
4197         (tramp-find-file-exists-command, tramp-open-shell)
4198         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
4199         (tramp-open-connection-setup-interactive-shell)
4200         (tramp-local-coding-commands, tramp-remote-coding-commands)
4201         (tramp-find-inline-encoding, tramp-call-local-coding-command)
4202         (tramp-inline-compress-commands, tramp-find-inline-compress)
4203         (tramp-compute-multi-hops, tramp-maybe-open-connection)
4204         (tramp-send-command, tramp-wait-for-output)
4205         (tramp-send-command-and-check, tramp-barf-unless-okay)
4206         (tramp-send-command-and-read, tramp-mode-string-to-int)
4207         (tramp-convert-file-attributes, tramp-check-cached-permissions)
4208         (tramp-file-mode-from-int, tramp-file-mode-permissions)
4209         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
4210         (tramp-method-out-of-band-p, tramp-local-host-p)
4211         (tramp-get-remote-path, tramp-get-remote-tmpdir)
4212         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
4213         (tramp-get-test-command, tramp-get-test-nt-command)
4214         (tramp-get-file-exists-command, tramp-get-remote-ln)
4215         (tramp-get-remote-perl, tramp-get-remote-stat)
4216         (tramp-get-remote-readlink, tramp-get-remote-trash)
4217         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
4218         (tramp-get-local-uid, tramp-get-local-gid)
4219         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
4220         tramp-sh.el.
4221         (tramp-methods, tramp-default-method-alist)
4222         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
4223         Move initialization to tramp-sh.el.
4224         (tramp-temp-name-prefix): Make it a defconst.
4225         (tramp-dissect-file-name): Don't check anymore for multi-hop
4226         methods.
4227         (tramp-debug-outline-regexp): Add a docstring.
4228         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
4229         (tramp-get-debug-buffer): Use it.
4231         * net/tramp-cache.el (top): Set tramp-autoload cookie for
4232         initialization forms.
4233         (tramp-set-connection-property): Don't protect `tramp-message'
4234         call, it isn't necessary any longer.
4235         (tramp-dump-connection-properties): Use `ignore-errors'.
4237         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
4238         'password-cache and 'auth-source.
4240         * net/tramp-gvfs.el (top):
4241         * net/tramp-smb.el (top): Require 'tramp-sh.
4243         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
4245         * net/tramp-sh.el: New file, derived from tramp.el.
4246         (top): Initialize `tramp-methods', `tramp-default-method-alist',
4247         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
4248         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
4249         Use `ignore-errors' where appropriate.
4250         (tramp-sh-file-name-handler-alist): Rename from
4251         `tramp-file-name-handler-alist'.
4252         (tramp-send-command-and-check): Return t or nil.  Remove all
4253         `zerop' checks, where called.
4254         (tramp-handle-set-file-modes)
4255         (tramp-do-copy-or-rename-file-directly)
4256         (tramp-handle-delete-directory, tramp-handle-delete-file)
4257         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
4258         (tramp-sh-file-name-handler, tramp-send-command-and-check)
4259         (tramp-get-remote-ln): Set tramp-autoload cookie.
4261         * net/tramp-fish.el: Remove file.
4263 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
4265         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
4266         buffer-file-name to avoid file-locking.  (Bug#7026)
4268 2010-09-13  Julien Danjou  <julien@danjou.info>
4270         * notifications.el (notifications-notify): Add support for
4271         image-path and sound-name.
4272         (notifications-specification-version): Add this variable.
4274 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4276         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
4278 2010-09-12  Leo  <sdl.web@gmail.com>
4280         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
4281         (rcirc-completion-start): New variables.
4282         (rcirc-nick-completions): Rename to rcirc-completions.
4283         (rcirc-nick-completion-start-offset): Delete.
4284         (rcirc-completion-at-point): New function for constructing
4285         completion data for both nicks and irc commands.  Add to
4286         completion-at-point-functions in rcirc mode.
4287         (rcirc-complete): Rename from rcirc-nick-complete; use
4288         rcirc-completion-at-point.
4289         (defun-rcirc-command): Update rcirc-client-commands.
4291 2010-09-11  Glenn Morris  <rgm@gnu.org>
4293         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
4294         atomically, to avoid parallel build errors.  (Bug#4196)
4296 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
4298         * progmodes/sql.el: Version 2.6
4299         (sql-dialect): Synonym for "sql-product".
4300         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4301         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
4302         Set "sql-buffer" to buffer name not buffer object so multiple sql
4303         interactive buffers work properly.  Reverts misguided changes in
4304         earlier work.
4305         (sql-comint): Make sure different buffer name is used if "*SQL*"
4306         buffer is for a different product.
4307         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
4308         login param.
4309         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4310         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4311         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
4312         Accept new buffer name or prompt for one.
4313         (sql-port): Default to zero.
4314         (sql-comint-mysql): Handle "sql-port" as a numeric.
4315         (sql-port-history): Delete unused variable.
4316         (sql-get-login): Default "sql-port" to a number.
4317         (sql-product-alist): Correct Postgres prompt and terminator regexp.
4318         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
4319         "sqlite3" executables.
4320         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
4321         (sql-buffer-live-p): New function.
4322         (sql-mode-menu, sql-send-string): Use it.
4323         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
4324         syntax pattern.
4325         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
4326         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
4328 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4330         * net/netrc.el (netrc-credentials): New convenience function.
4332 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4334         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
4335         to replace texinfo-font-lock-syntactic-keywords.
4336         (texinfo-mode): Use it.
4338         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
4339         Use syntax-propertize-function.
4341         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
4342         replace sgml-font-lock-syntactic-keywords.
4343         (sgml-mode): Use it.
4345         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
4346         since we don't use it.
4348         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
4350         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
4351         if available.
4352         (vhdl-fontify-buffer): Adjust.
4354         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
4355         replace tcl-font-lock-syntactic-keywords.
4356         (tcl-mode): Use it.
4358         * progmodes/simula.el (simula-syntax-propertize-function): New var to
4359         replace simula-font-lock-syntactic-keywords.
4360         (simula-mode): Use it.
4362         * progmodes/sh-script.el (sh-st-symbol): Remove.
4363         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
4364         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
4365         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
4366         (sh-font-lock-paren): Set syntax-multiline.
4367         (sh-font-lock-syntactic-keywords): Remove.
4368         (sh-syntax-propertize-function): New function to replace it.
4369         (sh-mode): Use it.
4371         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
4372         Define while compiling.
4373         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4374         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
4375         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
4376         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4377         (ruby-here-doc-end-syntax): Only define when
4378         syntax-propertize is not available.
4379         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
4380         New functions.
4381         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
4382         (electric-indent-chars): Silence bytecompiler.
4383         (ruby-mode): Use prog-mode, syntax-propertize-function, and
4384         electric-indent-chars.
4386         * progmodes/python.el (python-syntax-propertize-function): New var to
4387         replace python-font-lock-syntactic-keywords.
4388         (python-mode): Use it.
4389         (python-quote-syntax): Simplify and adjust to new use.
4391         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
4392         replace perl-font-lock-syntactic-keywords.
4393         (perl-syntax-propertize-special-constructs): New fun to replace
4394         perl-font-lock-special-syntactic-constructs.
4395         (perl-font-lock-syntactic-face-function): New fun.
4396         (perl-mode): Use it.
4398         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
4399         to replace octave-font-lock-close-quotes.
4400         (octave-syntax-propertize-function): New function to replace
4401         octave-font-lock-syntactic-keywords.
4402         (octave-mode): Use it.
4404         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
4405         replaces mixal-font-lock-syntactic-keywords.
4406         (mixal-mode): Use it.
4408         * progmodes/make-mode.el (makefile-syntax-propertize-function):
4409         New var; replaces makefile-font-lock-syntactic-keywords.
4410         (makefile-mode): Use it.
4411         (makefile-imake-mode): Adjust.
4413         * progmodes/js.el (js--regexp-literal): Define while compiling.
4414         (js-syntax-propertize-function): New var; replaces
4415         js-font-lock-syntactic-keywords.
4416         (js-mode): Use it.
4418         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
4419         replaces gdb-script-font-lock-syntactic-keywords.
4420         (gdb-script-mode): Use it.
4422         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
4423         (fortran--font-lock-syntactic-keywords): New var.
4424         (fortran-line-length): Update syntax-propertize-function and
4425         fortran--font-lock-syntactic-keywords.
4427         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
4429         * progmodes/cfengine.el (cfengine-mode):
4430         Use syntax-propertize-function.
4431         (cfengine-font-lock-syntactic-keywords): Remove.
4433         * progmodes/autoconf.el (autoconf-mode):
4434         Use syntax-propertize-function.
4435         (autoconf-font-lock-syntactic-keywords): Remove.
4437         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
4438         (ada-after-change-function, ada-initialize-syntax-table-properties)
4439         (ada-handle-syntax-table-properties): Only define when
4440         syntax-propertize is not available.
4441         (ada-mode): Use syntax-propertize-function.
4443         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
4444         (font-lock-fontify-syntactic-keywords-region): Move handling of
4445         font-lock-syntactically-fontified to...
4446         (font-lock-default-fontify-region): ...here.
4447         Let syntax-propertize-function take precedence.
4448         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
4450         * emacs-lisp/syntax.el (syntax-propertize-function)
4451         (syntax-propertize-chunk-size, syntax-propertize--done)
4452         (syntax-propertize-extend-region-functions): New vars.
4453         (syntax-propertize-wholelines, syntax-propertize-multiline)
4454         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
4455         (syntax-propertize): New functions.
4456         (syntax-propertize-rules): New macro.
4457         (syntax-ppss-flush-cache): Set syntax-propertize--done.
4458         (syntax-ppss): Call syntax-propertize.
4460         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
4462 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
4464         * textmodes/ispell.el (ispell-init-process): Improve comments.
4465         XEmacs compatibility changes regarding (add-hook) 'local option
4466         and (set-process-query-on-exit-flag).
4468 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
4470         * net/tramp-cache.el (tramp-parse-connection-properties):
4471         Set tramp-autoload cookie.
4473 2010-09-09  Glenn Morris  <rgm@gnu.org>
4475         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
4476         (imagemagick-register-types): Doc fix.
4478 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4480         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
4482         * progmodes/js.el (require): Require is already "eval-and-compile".
4483         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
4484         (js--re-search-backward): Use js--re-search-forward.
4486         * progmodes/fortran.el (fortran-line-length): Don't recompute
4487         syntactic keywords redundantly a second time.
4489         * progmodes/ada-mode.el: Replace "(set '" with setq.
4490         (ada-mode): Simplify.
4491         (ada-create-case-exception, ada-adjust-case-interactive)
4492         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
4493         (ada-search-ignore-string-comment, ada-move-to-start)
4494         (ada-move-to-end): Use with-syntax-table.
4496         * font-lock.el (save-buffer-state): Remove `varlist' arg.
4497         (font-lock-unfontify-region, font-lock-default-fontify-region):
4498         Update usage correspondingly.
4499         (font-lock-fontify-syntactic-keywords-region):
4500         Set parse-sexp-lookup-properties buffer-locally here.
4501         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
4503         * simple.el (blink-matching-open): Don't burp if we can't find a match.
4505 2010-09-08  Glenn Morris  <rgm@gnu.org>
4507         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
4508         Error if not compiled with -DBYTE_CODE_METER.
4510         * emacs-lisp/bytecomp.el (byte-recompile-directory):
4511         Ignore dir-locals-file.
4513 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4515         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4516         Not a const.
4517         (compilation-error-regexp-alist-alist): Rule out ": " in file names
4518         for the `gnu' messages.
4519         (compilation-set-skip-threshold): New command.
4520         (compilation-start): Use \' rather than $.
4521         (compilation-forget-errors): Use clrhash.
4523 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
4525         * textmodes/ispell.el (ispell-valid-dictionary-list):
4526         Simplify logic.
4528 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
4530         Migrate to Tramp 2.2.  Rearrange load dependencies.
4531         (Bug#1529, Bug#5448, Bug#5705)
4533         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
4534         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
4535         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4537         * net/tramp.el (top): Remove all other tramp-* loads except
4538         tramp-compat.el.  Remove all changes to tramp-unload-hook for
4539         other tramp-* packages.  Rearrange defun order.  Change calls of
4540         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
4541         `tramp-compat-octal-to-decimal' to new function names.
4542         (tramp-terminal-type, tramp-initial-end-of-output)
4543         (tramp-methods, tramp-foreign-file-name-handler-alist)
4544         (tramp-tramp-file-p, tramp-completion-mode-p)
4545         (tramp-send-command-and-check, tramp-get-remote-path)
4546         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
4547         (tramp-shell-quote-argument): Set tramp-autoload cookie.
4548         (with-file-property, with-connection-property): Move to
4549         tramp-cache.el.
4550         (tramp-local-call-process, tramp-decimal-to-octal)
4551         (tramp-octal-to-decimal): Move to tramp-compat.el.
4552         (tramp-handle-shell-command): Do not require 'shell.
4553         (tramp-compute-multi-hops): No special handling for tramp-gw-*
4554         symbols.
4555         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
4557         * net/tramp-cache.el (top): Require 'tramp.  Add to
4558         `tramp-unload-hook'.
4559         (tramp-cache-data, tramp-get-file-property)
4560         (tramp-set-file-property, tramp-flush-file-property)
4561         (tramp-flush-directory-property, tramp-get-connection-property)
4562         (tramp-set-connection-property, tramp-flush-connection-property)
4563         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
4564         cookie.
4565         (with-file-property, with-connection-property): New defuns, moved
4566         from tramp.el.
4567         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
4568         macro.
4570         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
4571         (tramp-version): Set tramp-autoload cookie.
4573         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
4574         changes to tramp-unload-hook for other tramp-* packages.  Add to
4575         `tramp-unload-hook'.
4576         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
4577         (tramp-compat-call-process): New defuns, moved from tramp.el.
4579         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
4580         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4581         Add to `tramp-unload-hook'.  Change call of
4582         `tramp-compat-decimal-to-octal' to new function name.
4583         (tramp-fish-method): Make it a defconst.
4584         (tramp-fish-file-name-p): Make it a defsubst.
4585         (tramp-fish-method, tramp-fish-file-name-handler)
4586         (tramp-fish-file-name-p): Set tramp-autoload cookie.
4588         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
4589         `tramp-foreign-file-name-handler-alist'.  Add to
4590         `tramp-unload-hook'.
4591         (tramp-ftp-method): Make it a defconst.
4592         (tramp-ftp-file-name-p): Make it a defsubst.
4593         (tramp-ftp-method, tramp-ftp-file-name-handler)
4594         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
4596         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
4597         `tramp-foreign-file-name-handler-alist'.  Add to
4598         `tramp-unload-hook'.  Change checks, whether package can be
4599         loaded.
4600         (tramp-gvfs-file-name-p): Make it a defsubst.
4601         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
4602         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
4603         (tramp-gvfs-handle-file-directory-p): New defun.
4604         (tramp-gvfs-file-name-handler-alist): Use it.
4606         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
4607         `tramp-foreign-file-name-handler-alist'.  Add to
4608         `tramp-unload-hook'.
4609         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
4610         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
4611         defconst.
4612         (tramp-gw-tunnel-method, tramp-gw-socks-method)
4613         (tramp-gw-open-connection): Set tramp-autoload cookie.
4615         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
4616         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4617         Add to `tramp-unload-hook'.  Change checks, whether package can be
4618         loaded.
4619         (tramp-imap-file-name-p): Make it a defsubst.
4620         (tramp-imap-method, tramp-imaps-method)
4621         (tramp-imap-file-name-handler)
4622         (tramp-imap-file-name-p): Set tramp-autoload cookie.
4624         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
4625         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4626         Add to `tramp-unload-hook'.  Change checks, whether package can be
4627         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
4628         function name.
4629         (tramp-smb-tunnel-method): Make it a defconst.
4630         (tramp-smb-file-name-p): Make it a defsubst.
4631         (tramp-smb-method, tramp-smb-file-name-handler)
4632         (tramp-smb-file-name-p): Set tramp-autoload cookie.
4634         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
4635         (tramp-uuencode-region): Set tramp-autoload cookie.
4637         * net/trampver.el (top) Add to `tramp-unload-hook'.
4638         (tramp-version, tramp-bug-report-address): Set tramp-autoload
4639         cookie.  Update release number.
4641 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
4643         * textmodes/ispell.el (ispell-start-process): Make sure original
4644         arg list is properly initialized (Bug#6993, Bug#6994).
4646 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4648         * files.el (directory-abbrev-alist): Use \` as default regexp.
4650         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
4651         chars like - or ] (bug#6984).
4652         (rx-any-condense-range): Explode 2-char ranges.
4654 2010-09-06  Glenn Morris  <rgm@gnu.org>
4656         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
4658 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4660         * textmodes/bibtex.el:
4661         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
4663 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4665         * net/imap.el (imap-message-map): Remove optional buffer parameter,
4666         since no callers use it.
4667         (imap-message-get): Ditto.
4668         (imap-message-put): Ditto.
4669         (imap-mailbox-map): Ditto.
4670         (imap-mailbox-put): Ditto.
4671         (imap-mailbox-get): Ditto.
4672         (imap-mailbox-get): Revert last change for this function.
4674 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4676         * net/imap.el (imap-fetch-safe): Remove function, and alter all
4677         callers to use `imap-fetch' instead.  According to the comments, this
4678         should be safe, since all other IMAP clients use the 1:* syntax.
4679         (imap-enable-exchange-bug-workaround): Remove.
4680         (imap-debug): Remove -- doesn't seem very useful.
4682 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684         * net/imap.el (imap-log): New convenience function used throughout
4685         instead of repeating the same code all over the place.
4687 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
4689         * mouse.el (mouse-save-then-kill): Save region to kill-ring
4690         when mouse-drag-copy-region is non-nil (Bug#6956).
4692 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
4694         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
4695         Improve regexps (Bug#6987).
4696         (dired-sort-toggle): Search more robustly for -t flag.
4698         * files.el (get-free-disk-space): Search more robustly for
4699         "available" column.  Suggested by Ehud Karni
4700         <ehud@unix.mvs.co.il>.
4702 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
4704         * international/uni-bidi.el:
4705         * international/uni-category.el:
4706         * international/uni-combining.el:
4707         * international/uni-decimal.el:
4708         * international/uni-mirrored.el:
4709         * international/uni-name.el: Regenerate.
4711 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4713         * electric.el (electric-indent-post-self-insert-function):
4714         Don't reindent with a sloppy indentation function.
4716         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
4717         border case in change-log-mode.
4719 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
4721         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4722         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
4723         Recognize leading tab in gcc-include regexp.  Ignore names with
4724         leading "from" or "in" in gnu regexp (Bug#6937).
4726 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4728         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
4729         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
4730         (ispell-start-process): Avoid setq and simplify logic.
4731         (ispell-init-process): Setup kill-buffer-hook locally when needed.
4732         (kill-buffer-hook): Don't use it globally with code that uses
4733         expand-file-name since that may call kill-buffer via
4734         code_conversion_restore.
4736 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
4738         * emacs-lisp/package.el (package-directory-list): Only call
4739         file-name-nondirectory on a string.
4741 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
4743         * emacs-lisp/package.el (package--download-one-archive):
4744         Ensure that archive-contents is valid before saving it.
4745         (package-activate-1, package-mark-obsolete, define-package)
4746         (package-compute-transaction, package-list-maybe-add): Use push.
4748 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4750         Use SMIE's blink-paren for octave-mode.
4751         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
4752         Backslashes do not escape single-quotes, single-quotes do.
4753         (octave-block-else-regexp, octave-block-end-regexp)
4754         (octave-block-match-alist): Remove.
4755         (octave-smie-bnf-table): New var, with old content.
4756         (octave-smie-op-levels): Use it.
4757         (octave-smie-closer-alist): New var.
4758         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
4759         (octave-blink-matching-block-open): Remove.
4760         (octave-reindent-then-newline-and-indent, octave-electric-semi)
4761         (octave-electric-space): Let self-insert-command run expand-abbrev and
4762         blink parens.
4764         * electric.el (electricity): New group.
4765         (electric-indent-chars): New var.
4766         (electric-indent-post-self-insert-function): New fun.
4767         (electric-indent-mode): New minor mode.
4768         (electric-pair-skip-self): New custom.
4769         (electric-pair-post-self-insert-function): New function.
4770         (electric-pair-mode): New minor mode.
4772         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
4773         calcAlg-blink-matching-open.
4774         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
4775         (calc-do-alg-entry): Only touch the part of the keymap that varies.
4776         Use the new blink-matching-check-function.
4778         Provide blink-matching support to SMIE.
4779         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
4780         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
4781         (smie-blink-matching-check, smie-blink-matching-open): New functions.
4783         * simple.el (newline): Fix last change to properly remove itself from
4784         the hook.
4786 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4788         * simple.el (newline): Eliminate optimization.
4789         Use post-self-insert-hook to set hard-newline and things before
4790         running post-self-insert-hook.
4791         (blink-matching-check-mismatch): New function.
4792         (blink-matching-check-function): New variable.
4793         (blink-matching-open): Use them.
4794         Skip back forward over prefix chars skipped by forward-sexp.
4795         Don't check if the parens are backslash escaped.
4796         (blink-paren-post-self-insert-function): Check backslash escaping here.
4798 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
4800         * emacs-lisp/package.el (package-menu-mode-map):
4801         Change package-menu-revert bindings to revert-buffer.
4802         (package-menu-mode): Set revert-buffer-function.
4803         (package-menu-revert): Doc fix.
4805 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
4807         * textmodes/ispell.el (ispell-init-process): Use "~/" as
4808         `default-directory' unless using Ispell per-directory personal
4809         dictionaries and not in a mini-buffer under XEmacs.
4810         (kill-buffer-hook): Do not kill ispell process on exit when
4811         `ispell-process-directory' is "~/".  (Bug#6143)
4813 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
4815         * simple.el (kill-new): Call interprogram-cut-function with only
4816         one argument.
4818         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
4819         Remove cut buffer from error message.
4821         * term/x-win.el (x-select-text):
4822         * term/pc-win.el (x-selection-value):
4823         * term/ns-win.el (x-selection-value):
4824         * eshell/em-term.el:
4825         * w32-fns.el (x-get-selection-value):
4826         * mouse-sel.el (mouse-sel-set-selection-function):
4827         * frame.el (display-selections-p): Remove cut-buffer in documentation.
4829         * term/x-win.el: Update documentation for x-last-selected-text-*.
4830         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
4831         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
4832         (x-select-text): Remove argument PUSH, update documentation.
4833         Remove cut-buffer code.
4834         (x-selection-value-internal): Was previously x-selection-value.
4835         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
4836         Update documentation, remove cut-buffer code.
4837         Call x-selection-value-internal.
4838         (x-clipboard-yank): Call x-selection-value-internal.
4839         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
4841         * term/pc-win.el (x-last-selected-text):
4842         x-cut-buffer-or-selection-value renamed to x-selection-value
4843         (x-select-text): Remove argument PUSH, update documentation.
4845         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
4846         x-cut-buffer-or-selection-value renamed to x-selection-value
4847         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
4848         (x-select-text): Remove argument PUSH, update documentation.
4850         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
4852         * w32-fns.el (x-last-selected-text):
4853         x-cut-buffer-or-selection-value renamed to x-selection-value.
4854         (x-cut-buffer-max): Remove.
4855         (x-select-text): Remove argument PUSH, update documentation.
4857         * simple.el (interprogram-cut-function): Remove mention of PUSH.
4859         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
4861         * mouse-sel.el (mouse-sel-get-selection-function):
4862         x-cut-buffer-or-selection-value renamed to x-selection-value.
4863         (x-select-text): Remove optional push.
4865 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4867         * simple.el (blink-paren-function): Move from C to here.
4868         (blink-paren-post-self-insert-function): New function.
4869         (post-self-insert-hook): Use it.
4871         * emacs-lisp/pcase.el (pcase-split-memq):
4872         Fix overenthusiastic optimisation.
4873         (pcase-u1): Handle the case of a lambda pred.
4875 2010-08-31  Kenichi Handa  <handa@m17n.org>
4877         * international/mule-cmds.el (standard-display-european-internal):
4878         Setup standard-display-table for 8-bit characters by storing 8-bit
4879         characters in the element vector.
4881         * disp-table.el (standard-display-8bit):
4882         Setup standard-display-table for 8-bit characters by storing 8-bit
4883         characters in the element vector.
4884         (standard-display-european): Likewise.
4886 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
4888         * textmodes/nroff-mode.el (nroff-view): New command.
4889         (nroff-mode-map): Bind it to C-c C-c.
4891 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4893         * emacs-lisp/smie.el (smie-down-list): New command.
4895         Remove old indentation and navigation code on octave-mode.
4896         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
4897         smie-down-list rather than add a binding for octave-down-block.
4898         (octave-mark-block, octave-blink-matching-block-open):
4899         Rely on forward-sexp-function.
4900         (octave-fill-paragraph): Don't narrow, so you can use
4901         indent-according-to-mode.
4902         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
4903         (octave-in-block-p, octave-re-search-forward-kw)
4904         (octave-re-search-backward-kw, octave-indent-calculate)
4905         (octave-end-as-array-index-p, octave-block-end-offset)
4906         (octave-scan-blocks, octave-forward-block, octave-backward-block)
4907         (octave-down-block, octave-backward-up-block, octave-up-block)
4908         (octave-before-magic-comment-p, octave-indent-line): Remove.
4910 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
4912         * emacs-lisp/package.el (package--read-archive-file): Just use
4913         `read', to avoid copying an additional string.
4914         (package-menu-mode): Set header-line-format here.
4915         (package-menu-refresh, package-menu-revert): Signal an error if
4916         not in the Package Menu.
4917         (package-menu-package-list): New var.
4918         (package--generate-package-list): Operate on the current buffer;
4919         don't assume that it is *Packages*, since the user may rename it.
4920         Allow persistent package listings and sort keys using
4921         package-menu-package-list and package-menu-package-sort-key.
4922         (package-menu--version-predicate): Fix version calculation.
4923         (package-menu-sort-by-column): Don't select the window.
4924         (package--list-packages): Create the *Packages* buffer.
4925         Set package-menu-package-list-key.
4926         (list-packages): Sorting by status is now the default.
4927         (package-buffer-info): Use match-string-no-properties.
4928         (define-package): Add a &rest argument for future proofing, but
4929         don't use it yet.
4930         (package-install-from-buffer, package-install-buffer-internal):
4931         Merge into a single function, package-install-from-buffer.
4932         (package-install-file): Change caller.
4934         * finder.el: Load finder-inf using `require'.
4935         (finder-list-matches): Sorting by status is now the default.
4936         (finder-compile-keywords): Simpify printing.
4938 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4940         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4941         (octave-mode-map): Remove special bindings for forward/backward-block
4942         and octave-backward-up-block.  Use smie-close-block.
4943         (octave-continuation-marker-regexp): New var.
4944         (octave-continuation-regexp): Use it.
4945         (octave-operator-table, octave-smie-op-levels)
4946         (octave-operator-regexp, octave-smie-indent-rules): New vars.
4947         (octave-smie-backward-token, octave-smie-forward-token): New funs.
4948         (octave-mode): Use SMIE.
4949         (octave-close-block): Delete.
4951 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
4953         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
4954         CLIPBOARD, not in PRIMARY.  (Bug#6944)
4956 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4958         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
4959         a list of parents.
4960         (smie-indent-column): Allow indirection through variables.
4962         * composite.el (save-buffer-state): Delete, unused.
4963         * font-lock.el (save-buffer-state): Use with-silent-modifications.
4964         (font-lock-default-fontify-region): Use with-syntax-table.
4965         * jit-lock.el (with-buffer-unmodified): Remove.
4966         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
4968         Use `declare' in defmacros.
4969         * window.el (save-selected-window):
4970         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
4971         * progmodes/python.el (def-python-skeleton):
4972         * net/dbus.el (dbus-ignore-errors):
4973         * jka-cmpr-hook.el (with-auto-compression-mode):
4974         * international/mule.el (with-category-table):
4975         * emacs-lisp/timer.el (with-timeout):
4976         * emacs-lisp/lisp-mnt.el (lm-with-file):
4977         * emacs-lisp/eieio.el (with-slots):
4978         * emacs-lisp/easymenu.el (easy-menu-define):
4979         * emacs-lisp/debug.el (debugger-env-macro):
4980         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
4981         (Multiple-value-call, Multiple-value-prog1):
4982         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
4983         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
4984         edebug rule to definition.
4985         * emacs-lisp/lisp-mode.el (save-selected-window)
4986         (with-current-buffer, combine-after-change-calls)
4987         (with-output-to-string, with-temp-file, with-temp-buffer)
4988         (with-temp-message, with-syntax-table, read-if, eval-after-load)
4989         (dolist, dotimes, when, unless):
4990         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
4992 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
4994         * finder.el: Require `package'.
4995         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
4996         (finder-package-info): Var deleted.
4997         (finder-keywords-hash, finder--builtins-alist): New vars.
4998         (finder-compile-keywords): Compute package--builtins and
4999         finder-keywords-hash instead of finder-keywords-hash, respecting
5000         the "Package" header.
5001         (finder-unknown-keywords, finder-list-matches):
5002         Use finder-keywords-hash and package--list-packages.
5003         (finder-mode): Don't set font-lock-defaults.
5004         (finder-exit): We don't use "*Finder-package*" and "*Finder
5005         Category*" buffers anymore.
5007         * emacs-lisp/package.el (package--builtins-base): Var deleted.
5008         (package--builtins): Set default value to nil.
5009         (package-initialize): Load precomputed value of package--builtins
5010         from finder-inf.el.
5011         (package-alist, package-compute-transaction)
5012         (package-download-transaction): Improve docstring.
5013         (package-read-all-archive-contents): Do not change
5014         package--builtins here.
5015         (list-packages): Make package-list-packages an alias for this.
5016         Sort by status by default.
5017         (package--list-packages): Add optional PACKAGES arg.
5018         (describe-package-1): Use font-lock-face property.  For built-in
5019         packages, insert file commentary.
5020         (package--generate-package-list): Rename from
5021         package-list-packages-internal; all callers changed.  Add optional
5022         PACKAGES arg.  Add alphabetical sort fallbacks.
5023         (package-menu--version-predicate, package-menu--status-predicate)
5024         (package-menu--description-predicate)
5025         (package-menu--name-predicate): New functions.
5027         * info.el (Info-finder-find-node): Search package-alist instead of
5028         finder-package-info.
5030 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
5032         * subr.el (version-regexp-alist): Don't use "a" and "b" for
5033         "alpha" and "beta".
5034         (version-to-list): Handle versions like "10.3d".
5036 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5038         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
5039         (macroexp-accumulate): Use `declare'.
5041 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5043         * whitespace.el (whitespace-style): Adjust type declaration.
5045 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
5047         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5048         empty argument to gvfs-copy.
5050 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
5052         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5053         handle new TRASH arg of `delete-file'.
5055 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
5057         * net/tramp.el (tramp-handle-insert-directory): Don't use
5058         `forward-word', its default syntax could be changed.
5060 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5061             Michael Albinus  <michael.albinus@gmx.de>
5063         Implement compression for inline methods.
5065         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5066         (tramp-copy-size-limit): Allow also nil.
5067         (tramp-inline-compress-commands): New defconst.
5068         (tramp-find-inline-compress, tramp-get-inline-compress)
5069         (tramp-get-inline-coding): New defuns.
5070         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5071         replaced by `tramp-get-inline-coding'.
5072         (tramp-handle-file-local-copy, tramp-handle-write-region)
5073         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5075 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
5077         Detect ssh 'ControlMaster' argument automatically in some cases.
5079         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5080         (tramp-default-method): Use it.
5082 2010-08-26  Karel Klíč  <kklic@redhat.com>
5084         * net/tramp.el (tramp-file-name-for-operation):
5085         Add file-selinux-context.
5087 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5089         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
5091 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
5093         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
5094         (Bug#6907).
5096 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
5098         * progmodes/js.el: Make indentation more customizable (Bug#6914).
5099         (js-paren-indent-offset, js-square-indent-offset)
5100         (js-curly-indent-offset): New options.
5101         (js--proper-indentation): Use them.
5103 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
5105         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
5106         instead of inspecting font-lock properties (Bug#6916).
5108 2010-08-26  David Reitter  <david.reitter@gmail.com>
5110         * server.el (server-visit-files): Run pre-command-hook and
5111         post-command-hook for each buffer while it is current (Bug#6910).
5112         (server-execute): Do not run hooks here.
5114 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
5116         Sync with Tramp 2.1.19.
5118         * net/tramp-cmds.el (tramp-cleanup-all-connections)
5119         (tramp-reporter-dump-variable, tramp-load-report-modules)
5120         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
5121         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
5123         * net/tramp-compat.el (top): Do not autoload
5124         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
5125         only when `start-file-process' is not bound.
5126         (byte-compile-not-obsolete-vars): Define if not bound.
5127         (tramp-compat-funcall): New defmacro.
5128         (tramp-compat-line-beginning-position)
5129         (tramp-compat-line-end-position)
5130         (tramp-compat-temporary-file-directory)
5131         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5132         (tramp-compat-copy-file, tramp-compat-copy-directory)
5133         (tramp-compat-delete-file, tramp-compat-delete-directory)
5134         (tramp-compat-number-sequence, tramp-compat-process-running-p):
5135         Use it.
5136         (tramp-advice-file-expand-wildcards): Do not use
5137         `tramp-handle-file-remote-p'.
5138         (tramp-compat-make-temp-file): Simplify fallback implementation.
5139         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5140         (tramp-compat-copy-tree): Remove function.
5141         (tramp-compat-delete-file): New defun.
5142         (tramp-compat-delete-directory): Provide implementation for older
5143         Emacsen.
5144         (tramp-compat-file-attributes): Handle only
5145         `wrong-number-of-arguments' error.
5147         * net/tramp-fish.el (tramp-fish-handle-copy-file):
5148         Add PRESERVE_SELINUX_CONTEXT.
5149         (tramp-fish-handle-delete-file): Add TRASH arg.
5150         (tramp-fish-handle-directory-files-and-attributes):
5151         Do not use `tramp-fish-handle-file-attributes.
5152         (tramp-fish-handle-file-local-copy)
5153         (tramp-fish-handle-insert-file-contents)
5154         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
5156         * net/tramp-gvfs.el (top): Require url-util.
5157         (tramp-gvfs-mount-point): Remove.
5158         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
5159         and `set-file-selinux-context'.
5160         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
5161         (tramp-gvfs-handle-file-selinux-context)
5162         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5163         (with-tramp-dbus-call-method): Format trace message.
5164         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5165         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
5166         Implement backup call, when operation on local files fails.
5167         Use progress reporter.  Flush properties of changed files.
5168         (tramp-gvfs-handle-delete-file): Add TRASH arg.
5169         Use `tramp-compat-delete-file'.
5170         (tramp-gvfs-handle-expand-file-name): Expand "~/".
5171         (tramp-gvfs-handle-make-directory): Make more traces.
5172         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
5173         (tramp-gvfs-url-file-name): Hexify file name in url.
5174         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5175         into account for the resulting file name.
5176         (tramp-gvfs-handler-askquestion): Preserve current message, in
5177         order to let progress reporter continue afterwards.  (Bug#6257)
5178         Return dummy mountpoint, when the answer is "no".
5179         See `tramp-gvfs-maybe-open-connection'.
5180         (tramp-gvfs-handler-mounted-unmounted)
5181         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
5182         attribute "default_location".  Set "prefix" property.
5183         Handle default-location.
5184         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5185         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5186         exists.  Raise an error, if not (due to a corresponding answer
5187         "no" in interactive questions, for example).
5188         Use `tramp-compat-funcall'.
5190         * net/tramp-imap.el (top): Autoload `epg-make-context'.
5191         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5192         (tramp-imap-do-copy-or-rename-file)
5193         (tramp-imap-handle-insert-file-contents)
5194         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5195         (tramp-imap-handle-delete-file): Add TRASH arg.
5197         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5198         Add PRESERVE-SELINUX-CONTEXT.
5199         (tramp-smb-handle-copy-file)
5200         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5201         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5202         Use `with-progress-reporter'.
5203         (tramp-smb-handle-delete-file): Add TRASH arg.
5205         * net/tramp.el (tramp-methods): Move hostname to the end in all
5206         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
5207         appropriate.
5208         (tramp-verbose): Describe verbose level 9.
5209         (tramp-completion-function-alist)
5210         (tramp-file-name-regexp, tramp-chunksize)
5211         (tramp-local-coding-commands, tramp-remote-coding-commands)
5212         (with-connection-property, tramp-completion-mode-p)
5213         (tramp-action-process-alive, tramp-action-out-of-band)
5214         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5215         (tramp-exists-file-name-handler): Fix docstring.
5216         (tramp-remote-process-environment): Use `format' instead of
5217         `concat'.  Protect version string by apostroph.
5218         (tramp-shell-prompt-pattern): Do not use a shy group in case of
5219         XEmacs.
5220         (tramp-file-name-regexp-unified)
5221         (tramp-completion-file-name-regexp-unified): On W32 systems, do
5222         not regard the volume letter as remote filename.  (Bug#5447)
5223         (tramp-perl-file-attributes)
5224         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5225         (tramp-vc-registered-read-file-names): Read input as
5226         here-document, otherwise the command could exceed maximum length
5227         of command line.
5228         (tramp-file-name-handler-alist): Add `file-selinux-context' and
5229         `set-file-selinux-context'.
5230         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
5231         backtrace functions.
5232         (tramp-error-with-buffer): Don't show the connection buffer when
5233         we are in completion mode.
5234         (tramp-progress-reporter-update, tramp-remote-selinux-p)
5235         (tramp-handle-file-selinux-context)
5236         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
5237         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
5238         New defuns.
5239         (with-progress-reporter): New defmacro.
5240         (tramp-debug-outline-regexp): New defconst.
5241         (top, tramp-rfn-eshadow-setup-minibuffer)
5242         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5243         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5244         (tramp-completion-mode-p, tramp-check-for-regexp)
5245         (tramp-open-connection-setup-interactive-shell)
5246         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5247         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5248         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
5249         Use `tramp-compat-funcall'.
5250         (tramp-handle-make-symbolic-link): Flush file properties.
5251         (tramp-handle-load, tramp-handle-file-local-copy)
5252         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5253         (tramp-handle-vc-registered, tramp-maybe-send-script)
5254         (tramp-find-shell): Use `with-progress-reporter'.
5255         (tramp-do-file-attributes-with-stat): Add space in format string,
5256         in order to work around a bug in pdksh.  Reported by Gilles Pion
5257         <gpion@lfdj.com>.
5258         (tramp-handle-verify-visited-file-modtime): Do not send a command
5259         when the connection is not established.
5260         (tramp-handle-set-file-times): Simplify the check for utc.
5261         (tramp-handle-directory-files-and-attributes)
5262         (tramp-get-remote-path): Use `copy-tree'.
5263         (tramp-completion-handle-file-name-all-completions): Ensure, that
5264         non remote files are still checked.  Oops.
5265         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5266         Handle PRESERVE-SELINUX-CONTEXT.
5267         (tramp-do-copy-or-rename-file): Add progress reporter.
5268         (tramp-do-copy-or-rename-file-directly): Do not use
5269         `tramp-handle-file-remote-p'.
5270         (tramp-do-copy-or-rename-file-out-of-band):
5271         Use `tramp-compat-delete-directory'.
5272         (tramp-do-copy-or-rename-file-out-of-band)
5273         (tramp-compute-multi-hops, tramp-maybe-open-connection):
5274         Use `format-spec-make'.
5275         (tramp-handle-delete-file): Add TRASH arg.
5276         (tramp-handle-dired-uncache): Flush directory cache, not only file
5277         cache.
5278         (tramp-handle-expand-file-name)
5279         (tramp-completion-handle-file-name-all-completions)
5280         (tramp-completion-handle-file-name-completion):
5281         Use `tramp-connectable-p'.
5282         (tramp-handle-start-file-process): Set connection property "vec".
5283         Use it, in order to invalidate file caches.  Check only for
5284         `remote-tty' process property.
5285         Implement tty setting.  (Bug#4604, Bug#6360)
5286         (tramp-file-name-for-operation): Add `call-process-region' and
5287         `set-file-selinux-context'.
5288         (tramp-find-foreign-file-name-handler)
5289         (tramp-advice-make-auto-save-file-name)
5290         (tramp-set-auto-save-file-modes): Remove superfluous check for
5291         `stringp'.  This is done inside `tramp-tramp-file-p'.
5292         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
5293         operations when we are in completion mode.  This gives the user
5294         the chance to correct the file name in the minibuffer.
5295         (tramp-completion-mode-p): Use `non-essential'.
5296         (tramp-handle-file-name-all-completions): Backward/ XEmacs
5297         compatibility: Use `completion-ignore-case' if
5298         `read-file-name-completion-ignore-case' does not exist.
5299         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
5300         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5301         `tramp-open-shell'.
5302         (tramp-action-password): Hide password prompt before next run.
5303         (tramp-process-actions): Widen connection buffer for the trace.
5304         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5305         process property.  Trace stty settings if `tramp-verbose' >= 9.
5306         Apply workaround for IRIX64 bug.  Move argument of last
5307         `tramp-send-command' where it belongs to.
5308         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5309         front of `login-args'.
5310         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
5311         on "/dev/null" instead of "/".
5312         (tramp-get-ls-command-with-dired): Make test for "--dired"
5313         stronger.
5314         (tramp-set-auto-save-file-modes): Adapt version check.
5315         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5316         (tramp-handle-process-file): Call the program in a subshell, in
5317         order to preserve working directory.
5318         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
5319         `tramp-remote-sh' from `tramp-methods'.
5320         (tramp-get-ls-command): Make test for "--color=never" stronger.
5321         (tramp-check-for-regexp): Use (forward-line 1).
5323         * net/trampver.el: Update release number.
5325 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
5327         * help.el (help-map): Bind `C-h P' to describe-package.
5329         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
5331         * emacs-lisp/package.el (package-refresh-contents): Catch errors
5332         when downloading archives.
5333         (describe-package-1): Add package commentary.
5334         (package-install-button-action): New function.
5335         (package-menu-mode-map): Bind ? to package-menu-describe-package.
5336         (package-menu-view-commentary): Function removed.
5337         (package-list-packages-internal): Hide the `package' package too.
5339 2010-08-25  Kenichi Handa  <handa@m17n.org>
5341         * language/misc-lang.el ("Arabic"): New language environment.
5342         Setup composition-function-table for Arabic characters.
5344         * international/fontset.el (setup-default-fontset): Fix typo for
5345         arabic OTF spec (fini->fina).
5347 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
5349         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
5350         on all frames.
5352 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5354         * whitespace.el: Allow cleaning up blanks without blank
5355         visualization (Bug#6651).  Adjust help window for
5356         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
5357         instead of whitespace-line-column (from EmacsWiki).  New version
5358         13.1.
5359         (whitespace-style): Add new value 'face.  Adjust docstring.
5360         (whitespace-space, whitespace-hspace, whitespace-tab):
5361         Adjust foreground property face.
5362         (whitespace-line-column): Adjust docstring and type declaration.
5363         (whitespace-style-value-list, whitespace-toggle-option-alist)
5364         (whitespace-help-text): Adjust const initialization.
5365         (whitespace-toggle-options, global-whitespace-toggle-options):
5366         Adjust docstring.
5367         (whitespace-display-window, whitespace-interactive-char)
5368         (whitespace-style-face-p, whitespace-color-on): Adjust code.
5369         (whitespace-help-scroll): New fun.
5371 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
5373         * emacs-lisp/package.el (list-packages): Alias for
5374         package-list-packages.
5376 2010-08-24  Kevin Ryde  <user42@zip.com.au>
5378         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
5379         (Bug#5651).
5381         * progmodes/ruby-mode.el (ruby): Add defgroup.
5383 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
5385         * progmodes/python.el: Add Ipython support (Bug#5390).
5386         (python-shell-prompt-alist)
5387         (python-shell-continuation-prompt-alist): New options.
5388         (python--set-prompt-regexp): New function.
5389         (inferior-python-mode, run-python, python-shell):
5390         Require ansi-color.  Use python--set-prompt-regexp to set the comint
5391         prompt based on the Python interpreter.
5392         (python--prompt-regexp): New var.
5393         (python-check-comint-prompt)
5394         (python-comint-output-filter-function): Use it.
5395         (run-python): Use a pipe (Bug#5694).
5397 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
5399         * progmodes/python.el (python-send-region): Send a different
5400         Python command if Ipython is in use.
5401         (python-check-version): Use a Python command to find the version.
5403 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
5405         * mouse.el (mouse-yank-primary): Avoid setting primary when
5406         deactivating the mark (Bug#6872).
5408 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
5410         * progmodes/python.el (python-block-pairs): Allow use of "finally"
5411         with "else" (Bug#3991).
5413 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
5415         * net/dbus.el: Accept UNIX domain sockets as bus address.
5416         (top): Don't initialize `dbus-registered-objects-table' anymore,
5417         this is done in dbusbind,c.
5418         (dbus-check-event): Adapt test for bus.
5419         (dbus-return-values-table, dbus-unregister-service)
5420         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
5421         Adapt doc string.
5423 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
5425         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
5427 2010-08-22  Juri Linkov  <juri@jurta.org>
5429         * simple.el (read-extended-command): New function with the logic
5430         for `completing-read' moved to Elisp from `execute-extended-command'.
5431         Use `function-called-at-point' in `minibuffer-default-add-function'
5432         to get a command name for M-n (bug#5364, bug#5214).
5434 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5436         * startup.el (command-line-1): Issue warning for ignored arguments
5437         --unibyte, etc (Bug#6886).
5439 2010-08-22  Leo  <sdl.web@gmail.com>
5441         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
5442         (ignore, bright, dim, keyword): Split list of nicknames before
5443         passing to rcirc-add-or-remove (Bug#6894).
5445 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5447         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
5449 2010-08-22  Leo  <sdl.web@gmail.com>
5451         Fix buffer-list rename&refresh after killing a buffer in ido.
5452         * ido.el: Revert Óscar's.
5453         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
5454         Remember the buffers at head, rather than their name.
5455         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
5457 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
5458             Stefan Monnier  <monnier@iro.umontreal.ca>
5460         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
5461         extra backslash added to each line (bug#6890).
5463 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5465         * subr.el (read-key): Don't echo keystrokes (bug#6883).
5467 2010-08-22  Glenn Morris  <rgm@gnu.org>
5469         * menu-bar.el (menu-bar-games-menu): Add landmark.
5471 2010-08-22  Glenn Morris  <rgm@gnu.org>
5473         * align.el (align-regexp): Make group and spacing arguments
5474         use the interactive defaults when non-interactive.  (Bug#6698)
5476         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
5477         expansion, so as not to need sendmail.
5478         (mail-text-start): Remove declaration.
5479         (rmail-retry-failure): Require sendmail.
5481 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5483         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
5485 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
5487         * progmodes/flymake.el (flymake-start-syntax-check-process):
5488         Use `start-file-process' in order to let it run also on remote hosts.
5490 2010-08-22  Kenichi Handa  <handa@m17n.org>
5492         * files.el: Add `word-wrap' as safe local variable.
5494 2010-08-22  Glenn Morris  <rgm@gnu.org>
5496         * woman.el (woman-translate): Case matters.  (Bug#6849)
5498 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5500         * simple.el (kill-region): Doc fix (Bug#6787).
5502 2010-08-22  Glenn Morris  <rgm@gnu.org>
5504         * calendar/diary-lib.el (diary-header-line-format):
5505         Fit it to the window, not the frame.
5507 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
5509         * subr.el (ignore-errors): Add debug declaration.
5511 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
5513         * whitespace.el (whitespace-color-off): Remove post-command-hook
5514         locally.
5516 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5518         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
5520 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
5522         * cus-edit.el (custom-group-value-create): Add extra newline
5523         before end line (Bug#6876).
5525 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
5527         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
5528         when extending it.  Before killing on the second click, check if
5529         the buffer is the correct one.  Doc fix.
5530         (mouse-secondary-save-then-kill): Allow usage without first
5531         calling mouse-start-secondary, by defaulting to point.  Don't save
5532         an empty secondary selection.  Doc fix.
5534 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5536         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
5537         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
5538         New version 13.0.
5539         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5540         Adjust initialization.
5541         (whitespace-bob-marker, whitespace-eob-marker)
5542         (whitespace-buffer-changed): New vars.
5543         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
5544         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
5545         (whitespace-post-command-hook, whitespace-display-char-on):
5546         Adjust code.
5547         (whitespace-looking-back, whitespace-buffer-changed): New funs.
5548         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
5550 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5552         * files.el (locate-file-completion-table): Only list the .el and .elc
5553         extensions if there's no other choice (bug#5955).
5555         * facemenu.el (facemenu-self-insert-data): New var.
5556         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
5557         New functions.
5558         (facemenu-add-face): Use them.
5560         * simple.el (blink-matching-open): Obey forward-sexp-function.
5562 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5564         * simple.el (prog-mode-map): New var.
5565         (prog-indent-sexp): New command.
5567         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
5569         * progmodes/prolog.el (smie): Require.
5571         * emacs-lisp/smie.el (smie-default-backward-token)
5572         (smie-default-forward-token): Strip properties.
5573         (smie-next-sexp): Be more careful with associative operators.
5574         (smie-forward-sexp-command): Generalize.
5575         (smie-backward-sexp-command): Simplify.
5576         (smie-closer-alist): New var.
5577         (smie-close-block): New command.
5578         (smie-indent-debug-log): New var.
5579         (smie-indent-offset-rule): Add a few more cases.
5580         (smie-indent-column): New function.
5581         (smie-indent-after-keyword): Use it.
5582         (smie-indent-keyword): Use it.
5583         Fix up the opener code's point position.
5584         (smie-indent-comment): Only applies at BOL.
5585         (smie-indent-debug): New command.
5587         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
5588         declarations that are useful before running the macro.
5590 2010-08-18  Joakim Verona  <joakim@verona.se>
5592         * image.el (imagemagick-types-inhibit): New variable.
5593         (imagemagick-register-types): New function.
5594         * image-mode.el (image-transform-properties): New function.
5595         (image-transform-set-scale, image-transform-fit-to-height)
5596         (image-transform-set-rotation, image-transform-set-resize)
5597         (image-transform-fit-to-width, image-transform-fit-to-height):
5598         New functions.
5599         (image-toggle-display-image): Support image transforms.
5601 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5603         * image.el (create-animated-image): Don't add heuristic mask to image
5604         (Bug#6839).
5606 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
5608         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
5609         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
5611 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5613         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
5615         Font-lock '...' strings, plus various simplifications and fixes.
5616         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5617         (octave-font-lock-close-quotes): New function.
5618         (octave-font-lock-syntactic-keywords): New var.
5619         (octave-mode): Use it.  Set beginning-of-defun-function.
5620         (octave-mode-map): Don't override the <foo>-defun commands.
5621         (octave-mode-menu): Pass it directly to easy-menu-define;
5622         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
5623         (octave-block-match-alist): Fix up last change so that
5624         octave-close-block uses the more specific keyword.
5625         (info-lookup-mode): Silence byte-compiler.
5626         (octave-beginning-of-defun): Not interactive any more.
5627         Optimize slightly.
5628         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
5629         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
5630         (octave-completion-at-point-function): Make sure point is within
5631         beg..end.
5632         (octave-reindent-then-newline-and-indent):
5633         Use reindent-then-newline-and-indent.
5634         (octave-add-octave-menu): Remove.
5636 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
5638         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
5639         (report-emacs-bug-can-use-xdg-email): New functions.
5640         (report-emacs-bug): Set can-xdg-email to result of
5641         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
5642         \C-cm to report-emacs-bug-insert-to-mailer and add help text
5643         about it.
5645         * net/browse-url.el (browse-url-default-browser): Add cond
5646         for browse-url-xdg-open.
5647         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
5649 2010-08-17  Glenn Morris  <rgm@gnu.org>
5651         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
5652         (c-fontify-recorded-types-and-refs): Define for compiler.
5653         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
5654         before use.
5656         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
5657         Fix format call.
5659 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
5661         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
5662         properties.
5663         (tramp-handle-process-file): Call the program in a subshell, in
5664         order to preserve working directory.
5665         (tramp-action-password): Hide password prompt before next run.
5666         (tramp-process-actions): Widen connection buffer for the trace.
5668 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
5670         * net/rcirc.el (rcirc-log-process-buffers): New option.
5671         (rcirc-print): Use it.
5672         (rcirc-generate-log-filename): New function.
5673         (rcirc-log-filename-function): Change default to
5674         rcirc-generate-log-filename (Bug#6828).
5676 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
5678         * simple.el (deactivate-mark): If select-active-regions is `only',
5679         only set selection for temporarily active regions.
5681         * cus-start.el: Change defcustom for select-active-regions.
5683 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
5685         * mouse.el (mouse--drag-set-mark-and-point): New function.
5686         (mouse-drag-track): Use LOCATION arg to push-mark.
5687         Use mouse--drag-set-mark-and-point to take click-count into
5688         consideration when updating point and mark (Bug#6840).
5690 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
5692         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5693         Give the Ruby rule a lower priority than Gnu (Bug#6778).
5695 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
5697         * font-lock.el (lisp-font-lock-keywords-2):
5698         Add combine-after-change-calls, condition-case-no-debug,
5699         with-demoted-errors, and with-silent-modifications (Bug#6025).
5701 2010-08-14  Kevin Ryde  <user42@zip.com.au>
5703         * emacs-lisp/copyright.el (copyright-update-year)
5704         (copyright-update): Temporary switch-to-buffer to ensure the
5705         buffer change being queried is visible (Bug#5394).
5707 2010-08-14  Tom Tromey  <tromey@redhat.com>
5709         * progmodes/etags.el (tags-file-name): Mark safe if stringp
5710         (Bug#6733).
5712 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
5714         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
5715         MS-DOS.  (Bug#6689)
5717 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
5719         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
5720         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5721         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
5722         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
5723         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
5724         Call menu-bar-set-tool-bar-position.
5726 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5728         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
5729         comment style (bug#6834).
5730         * progmodes/scheme.el (scheme-mode-syntax-table):
5731         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
5732         "b" flag in "' 14b" syntax.
5734         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
5735         for (un)commenting the region and performing completion.
5736         (octave-mode-menu): Use standard commands for help and completion.
5737         (octave-mode-syntax-table): Support %{..%} comments (sort of).
5738         (octave-mode): Use define-derived-mode.
5739         Set completion-at-point-functions and don't set columns.
5740         Don't disable adaptive-fill-regexp.
5741         (octave-describe-major-mode, octave-comment-region)
5742         (octave-uncomment-region, octave-comment-indent)
5743         (octave-indent-for-comment): Remove.
5744         (octave-indent-calculate): Rename from calculate-octave-indent.
5745         (octave-indent-line, octave-fill-paragraph): Update caller.
5746         (octave-initialize-completions): No need to make an alist.
5747         (octave-completion-at-point-function): New function.
5748         (octave-complete-symbol): Use it.
5749         (octave-insert-defun): Use define-skeleton.
5751         * progmodes/octave-mod.el (octave-mode): Set comment-add.
5752         (octave-mode-map): Use comment-dwim (bug#6829).
5754 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5756         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
5757         indentation of inserted comment.
5759 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
5761         * faces.el (region): Add type gtk that uses gtk colors.
5763         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
5764         Handle theme-name change.
5766 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
5768         * progmodes/sql.el: Version 2.5
5769         (sql-product-alist): Add :prompt-cont-regexp property for several
5770         database products.
5771         (sql-prompt-cont-regexp): New variable.
5772         (sql-output-newline-count, sql-output-by-send):
5773         New variables.  Record number of newlines in input text.
5774         (sql-send-string): Handle multiple filters and count newlines.
5775         (sql-send-magic-terminator): Count terminator newline.
5776         (sql-interactive-remove-continuation-prompt): Filters output to
5777         remove continuation prompts; one for each newline.
5778         (sql-interactive-mode): Set up new variables, prompt regexp and
5779         output filter.
5780         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
5781         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
5783 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5785         * emacs-lisp/pcase.el: New file.
5787 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
5789         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
5790         as here-document, otherwise the command could exceed maximum
5791         length of command line.
5792         (tramp-handle-vc-registered): Call script accordingly.
5793         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
5795 2010-08-10  Kenichi Handa  <handa@m17n.org>
5797         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
5798         composable pattern.
5800 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
5802         * emacs-lisp/package.el (package-version-split)
5803         (package--version-first-nonzero, package-version-compare):
5804         Functions removed.
5805         (package-directory-list, package-load-all-descriptors)
5806         (package--built-in, package-activate, define-package)
5807         (package-installed-p, package-compute-transaction)
5808         (package-read-all-archive-contents)
5809         (package--add-to-archive-contents, package-buffer-info)
5810         (package-tar-file-info, package-list-packages-internal):
5811         Use version-to-list and version-list-*.
5813         * emacs-lisp/package-x.el (package-upload-buffer-internal):
5814         Use version-to-list.
5815         (package-upload-buffer-internal): Use version-list-<=.
5817 2010-08-09  Kenichi Handa  <handa@m17n.org>
5819         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
5820         composable pattern.
5822 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
5824         * tutorial.el (tutorial--default-keys): C-d is now bound to
5825         delete-forward-char (Bug#6826).
5827         * mouse.el (mouse-drag-track): Remove accidentally-removed check
5828         for `double' value of mouse-1-click-follows-link (Bug#6807).
5830 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
5832         * replace.el (replace-highlight): Bind isearch-forward and
5833         isearch-error, ensuring that highlighting is updated if the user
5834         switches the search direction (Bug#6808).
5836         * isearch.el (isearch-lazy-highlight-forward): New var.
5837         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5838         (isearch-lazy-highlight-update): Use it.
5840 2010-08-08  Kenichi Handa  <handa@m17n.org>
5842         * international/mule.el (define-charset): Store NAME as :base property.
5843         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
5844         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
5845         current priority.  Force using the designation of the specific
5846         charset by adding `charset' text property.  Improve the whole algorithm.
5848 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5850         * emulation/pc-select.el (pc-selection-mode-hook)
5851         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
5852         (pc-selection-mode): Fix typos in docstrings.
5854 2010-08-08  Kenichi Handa  <handa@m17n.org>
5856         * language/cyrillic.el: Don't add "microsoft-cp1251" to
5857         ctext-non-standard-encodings-alist here.
5859         * international/mule.el (ctext-non-standard-encodings-alist):
5860         Add "koi8-r" and "microsoft-cp1251".
5861         (ctext-standard-encodings): New variable.
5862         (ctext-non-standard-encodings-table): List only elements for
5863         non-standard encodings.
5864         (ctext-pre-write-conversion): Adjust for the above change.
5865         Check ctext-standard-encodings.
5867         * international/mule-conf.el (compound-text): Doc fix.
5868         (ctext-no-compositions): Doc fix.
5869         (compound-text-with-extensions): Doc fix.
5871 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5873         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
5875 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5877         * progmodes/which-func.el (which-func-format): Split help-echo text
5878         into lines, like other mode-line tooltips.
5880         * server.el (server-start): When using TCP sockets, force IPv4
5881         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
5883 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5885         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
5887 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5889         * term.el (term-delimiter-argument-list): Reflow docstring.
5890         (term-read-input-ring, term-write-input-ring, term-send-input)
5891         (term-bol, term-erase-in-display, serial-supported-or-barf):
5892         Fix typos in docstrings.
5894 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5896         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
5898 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5900         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
5902 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
5904         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
5905         Fix typo in docstring (bug#6747).
5907 2010-08-08  Leo  <sdl.web@gmail.com>
5909         * eshell/esh-io.el (eshell-get-target): Better detection of
5910         read-only file (Bug#6762).
5912 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5914         * align.el (align-default-spacing): Doc fix.
5915         (align-region-heuristic, align-regexp): Fix typos in docstrings.
5917 2010-08-08  Stephen Peters  <speters@itasoftware.com>
5919         * calendar/icalendar.el
5920         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
5921         (icalendar--get-weekday-numbers): New.
5922         (icalendar--convert-recurring-to-diary): Handle multiple byday
5923         values in weekly rules.  (Bug#6766)
5925 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
5927         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
5928         (icalendar--create-uid, icalendar-export-region)
5929         (icalendar--parse-summary-and-rest): Code formatting.
5931 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
5933         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
5934         to italicize headers.
5935         (calc-highlight-selections-with-faces): New variable.
5936         (calc-selected-face, calc-nonselected-face): New faces.
5938         * calc/calccomp.el (math-comp-highlight-string): Use
5939         `calc-highlight-selections-with-faces' to determine how to highlight
5940         sub-formulas.
5942         * calc/calc-sel.el (calc-show-selections): Change message to when
5943         using faces to highlight selections.
5945 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
5947         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
5948         Add SQLite 3 keywords, functions and datatypes.
5949         (sql-interactive-mode): Remove `comint-process-echoes' set to t
5950         (Bug#6686).
5952 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
5954         * simple.el (select-active-regions): Move to keyboard.c.
5955         (deactivate-mark): Used saved-region-selection.
5956         (select-active-region): Function removed.
5957         (activate-mark, set-mark, push-mark-command)
5958         (handle-shift-selection): Don't call it.
5959         (keyboard-quit): Avoid adding the region to the window selection.
5961         * mouse.el (mouse-drag-track): Remove hacks to deal with old
5962         select-active-regions implementation.
5963         (mouse-yank-at-click): Doc fix.
5965         * cus-start.el: Add custom declaration for select-active-regions.
5967 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
5969         * simple.el (delete-forward-char): Doc fix.
5971         * tutorial.el (help-with-tutorial): Hack safe file-local variables
5972         after reading the tutorial.
5974 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
5976         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
5977         Fix for the case that a C style comment has its delimiters alone on
5978         their respective lines.
5980 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
5982         * net/tramp.el (tramp-handle-start-file-process): Set connection
5983         property "vec".
5984         (tramp-process-sentinel): Use it for flushing the cache.
5985         We cannot do it via the process buffer, the buffer could be deleted
5986         already when running the sentinel.
5988 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
5990         * comint.el (comint-mode): Make directory tracking functions
5991         functional on remote files.  (Bug#6764)
5993 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
5995         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
5997 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
5999         * emacs-lisp/find-gc.el (find-gc-source-files):
6000         Rename unexec.c => unexcoff.c.
6002         * emacs-lisp/authors.el (authors-fixed-entries):
6003         Rename unexec.c => unexcoff.c.
6005 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
6007         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
6008         cache, not only file cache.
6009         (tramp-process-sentinel): New defun.
6010         (tramp-handle-start-file-process): Use it, in order to invalidate
6011         file caches.
6013 2010-08-03  Leo  <sdl.web@gmail.com>
6015         * server.el (server-start): Simplify loop.
6017 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6019         * frame.el (screen-height, screen-width, set-screen-width)
6020         (set-screen-height): Remove ancient compatibility aliases.
6022         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
6023         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
6025         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
6026         that change current buffer.
6028 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6030         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
6031         beginning of the string.  Use `string-match-p'.  (Bug#6765)
6033 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
6035         * cus-start.el (x-gtk-use-system-tooltips): New variable.
6037 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
6039         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
6040         (package--builtins): Tweak descriptions.
6041         (package-print-package): Upcase descriptions if necessary.
6042         Show all built-in packages in font-lock-builtin-face.
6043         (package-list-packages-internal): Omit "emacs" package.
6044         Show status of built-in packages as "built-in".
6046 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
6048         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
6049         before killing to preserve the primary selection (Bug#6701).
6051         * term/x-win.el (x-select-text): Doc fix.
6053 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
6055         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
6056         (objc-font-lock-extra-types):
6057         * progmodes/cc-mode.el (c-basic-common-init):
6058         * progmodes/cc-langs.el (c-make-mode-syntax-table)
6059         (c++-make-template-syntax-table)
6060         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
6061         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
6062         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
6063         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
6064         * progmodes/cc-fonts.el (c-make-inverse-face)
6065         (c-basic-matchers-after):
6066         * progmodes/cc-engine.el (c-forward-keyword-clause)
6067         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
6068         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
6069         (c-guess-continued-construct, c-guess-basic-syntax):
6070         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
6071         The above functions were modified or created.
6073 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
6075         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
6077 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
6079         * files.el (bidi-paragraph-direction): Define safe local values.
6081         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
6082         language-info-alist.  Remove outdated FIXME in a comment.
6084 2010-07-31  Alan Mackenzie  <acm@muc.de>
6086         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
6087         Auto-fill broken in C/C++ modes.
6089 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
6091         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6092         (menu-bar-showhide-tool-bar-menu-customize-disable)
6093         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6094         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
6095         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
6096         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
6097         make a menu for Options => toolbar that can move it.
6099 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
6101         * emacs-lisp/package-x.el (package--make-rss-entry):
6102         (package-maint-add-news-item, package--update-news)
6103         (package-upload-buffer-internal): New arg ARCHIVE-URL.
6105         * emacs-lisp/package.el (package-archive-url): Rename from
6106         package-archive-id.
6107         (package-install): Doc fix.
6108         (package-download-single, package-download-tar, package-install)
6109         (package-menu-view-commentary): Callers changed.
6111 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
6113         * net/tramp.el (tramp-handle-start-file-process): Check only for
6114         `remote-tty' process property.
6115         (tramp-open-shell): Don't check for tty.
6116         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6117         process property.
6119         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
6120         host.
6122 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
6124         * emacs-lisp/package.el (package-load-list, package-archives)
6125         (package-archive-contents, package-user-dir)
6126         (package-directory-list, package--builtins, package-alist)
6127         (package-activated-list, package-obsolete-alist): Mark as risky.
6129 2010-07-28  Phil Hagelberg  <phil@evri.com>
6131         Add support for non-default package repositories.
6132         * emacs-lisp/package.el (package-archive-base): Var deleted.
6133         (package-archives): New variable.
6134         (package-archive-contents): Doc fix.
6135         (package-load-descriptor): Do nothing if descriptor file is missing.
6136         (package--write-file-no-coding): New function.
6137         (package-unpack-single): Use it.
6138         (package-archive-id): New function.
6139         (package-download-single, package-download-tar)
6140         (package-menu-view-commentary): Use it.
6141         (package-installed-p): Make second argument optional.
6142         (package-read-all-archive-contents): New function.
6143         (package-initialize): Use it.
6144         (package-read-archive-contents): Add ARCHIVE argument.
6145         (package--add-to-archive-contents): New function.
6146         (package-install): Don't call package-read-archive-contents.
6147         (package--download-one-archive): Store archive file in a
6148         subdirectory of package-user-dir.
6149         (package-menu-execute): Remove spurious line movement.
6151 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
6153         * cus-start.el (tool-bar-style): Add text-image-horiz.
6155 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
6157         * progmodes/gud.el (gud-common-init): Check for remoteness of
6158         `file', and not of `default-directory'.
6160 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
6162         * net/tramp.el (tramp-methods): Move hostname to the end in all
6163         ssh `tramp-login-args'.
6164         (tramp-verbose): Describe verbose level 9.
6165         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
6166         (tramp-open-connection-setup-interactive-shell): Trace stty
6167         settings if `tramp-verbose' >= 9.
6168         (tramp-handle-start-file-process): Implement tty setting.
6169         (Bug#4604, Bug#6360)
6171         * net/tramp-cmds.el (tramp-bug): Recommend setting of
6172         `tramp-verbose' to 9.
6174 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
6176         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
6177         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
6178         Remove references to package `lisp-re' (bug#4369).
6180 2010-07-27  Tom Tromey  <tromey@redhat.com>
6182         * progmodes/js.el (js-mode):
6183         * progmodes/make-mode.el (makefile-mode):
6184         * progmodes/simula.el (simula-mode):
6185         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
6187 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
6189         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
6191         * time.el (display-time-day-and-date): Remove spurious * in docstring.
6192         (display-time-world-buffer-name, display-time-world-mode-map):
6193         Fix typos in docstrings.
6195 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
6197         * image-mode.el (image-display-size): New function.
6198         (image-forward-hscroll, image-next-line, image-eol, image-eob)
6199         (image-mode-fit-frame): Use it (Bug#6639).
6201 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
6203         * dired.el (dired-buffers-for-dir): Handle list values of
6204         dired-directory (Bug#6636).
6206 2010-07-26  Sam Steingold  <sds@gnu.org>
6208         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
6209         Do not call `x-get-selection' the second time, reuse the value.
6211 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
6213         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
6214         which consist of control chars only.  Suggested by Richard Stallman.
6216 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
6218         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
6219         exists before passing an error to find-file-not-found-functions
6220         (bug#6723).
6222 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
6224         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
6225         Remove leading nil element, adjust values.
6226         (tetris-shapes, tetris-shape-scores):
6227         Change representation of shapes and remove some redundancy.
6228         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
6229         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
6230         Adjust for working with new representation of shapes.
6231         (tetris-shape-rotations): New function.
6232         (tetris-move-bottom, tetris-move-left, tetris-move-right)
6233         (tetris-rotate-prev, tetris-rotate-next):
6234         Adjust for working with the new version of tetris-test-shape.
6236 2010-07-23  Markus Triska  <markus.triska@gmx.at>
6238         * progmodes/ps-mode.el: Use comint (bug#5954).
6239         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
6240         (ps-mode-other-newline): Simplify.
6241         (ps-run-mode): Derive from comint-mode instead of
6242         fundamental-mode, yielding input history etc.
6243         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
6244         (ps-run-send-string): Adapt for comint-mode.
6245         (ps-run-newline): Remove now unneeded function.
6247 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
6249         * net/tramp.el (tramp-methods): Move hostname to the end in all
6250         plink `tramp-login-args'.
6252 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
6254         * net/tramp.el (tramp-open-shell): New defun.
6255         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6256         Use it.
6258 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
6260         * net/tramp.el (tramp-file-name-regexp-unified)
6261         (tramp-completion-file-name-regexp-unified): On W32 systems, do
6262         not regard the volume letter as remote filename.  (Bug#5447)
6264 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
6266         * custom.el (custom-declare-variable): Give a clearer error message
6267         when the docstring is missing (bug#6476).
6269 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
6271         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
6272         (sql-login-params): New widget definition.
6273         (sql-oracle-login-params, sql-mysql-login-params)
6274         (sql-solid-login-params, sql-sybase-login-params)
6275         (sql-informix-login-params, sql-ingres-login-params)
6276         (sql-ms-login-params, sql-postgres-login-params)
6277         (sql-interbase-login-params, sql-db2-login-params)
6278         (sql-linter-login-params): Use it.
6279         (sql-sqlite-login-params): Use it; Define "database" parameter as
6280         a file name.
6281         (sql-sqlite-program): Change to "sqlite3".
6282         (sql-comint-sqlite): Make sure database name is complete.
6283         (sql-for-each-login): New function.
6284         (sql-connect, sql-save-connection): Use it.
6285         (sql-get-login-ext): New function.
6286         (sql-get-login): Use it.
6287         (sql-make-alternate-buffer-name): Handle :file parameters.
6289 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
6291         * dired.el (dired-no-confirm): Document value t and fix defcustom to
6292         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
6294 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6296         * dired.el (dired-mode-map): Use command remapping (bug#6632).
6298 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
6300         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
6302 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
6304         * net/tramp.el (tramp-get-ls-command)
6305         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
6306         instead of "/".
6308 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
6310         * progmodes/sql.el: Version 2.3.
6311         (sql-connection-alist): Change keys from symbols to strings;
6312         enhanced the widget definition.
6313         (sql-mode-menu): Add submenu to select connections.
6314         (sql-interactive-mode-menu): Add "Save Connection" item.
6315         (sql-add-product): Fix menu item.
6316         (sql-get-product-feature): Improved error handling.
6317         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
6318         (sql-make-alternate-buffer-name): Simplified.
6319         (sql-product-interactive): Handle missing product.
6320         (sql-connect): Support string keys, minor improvements.
6321         (sql-save-connection): New function.
6322         (sql-connection-menu-filter): New function.
6324 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
6326         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6327         (tramp-open-connection-setup-interactive-shell):
6328         Apply workaround for IRIX64 bug.  Move argument of last
6329         `tramp-send-command' where it belongs to.
6331 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
6333         * net/tramp.el (tramp-perl-file-attributes)
6334         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6335         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6336         front of `login-args'.
6338 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
6340         * time.el (display-time-world-mode): Define with `define-derived-mode'.
6341         Set `show-trailing-whitespace' to nil.
6342         (display-time-world-display): Simplify.
6344 2010-07-18  Alan Mackenzie  <acm@muc.de>
6346         Enhance `c-file-style' in file/directory local variables.
6347         * progmodes/cc-mode.el (c-count-cfss): New function.
6348         (c-before-hack-hook): Call `c-set-style' differently according to
6349         whether c-file-style was set in file or directory local
6350         variables.
6352 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
6354         * progmodes/sql.el: Version 2.2.
6355         (sql-product, sql-user, sql-database, sql-server, sql-port):
6356         Use defcustom :safe keyword rather than putting safe-local-variable
6357         property.
6358         (sql-password): Use defcustom :risky keyword rather than putting
6359         risky-local-variable property.
6360         (sql-oracle-login-params, sql-sqlite-login-params)
6361         (sql-solid-login-params, sql-sybase-login-params)
6362         (sql-informix-login-params, sql-ingres-login-params)
6363         (sql-ms-login-params, sql-postgres-login-params)
6364         (sql-interbase-login-params, sql-db2-login-params)
6365         (sql-linter-login-params): Add `port' option.
6366         (sql-get-product-feature): Add NO-INDIRECT parameter.
6367         (sql-comint-oracle, sql-comint-sybase)
6368         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
6369         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
6370         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
6371         (sql-comint-linter): Rename sql-connect-* functions to
6372         sql-comint-*.
6373         (sql-product-alist, sql-mode-menu): Rename as above and
6374         :sqli-connect-func to :sqli-comint-func.
6375         (sql-connection): New variable.
6376         (sql-interactive-mode): Set it.
6377         (sql-connection-alist): New variable.
6378         (sql-connect): New function.
6379         (sql--alt-buffer-part, sql--alt-if-not-empty)
6380         (sql-make-alternate-buffer-name): Improved alternative buffer name.
6382 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6384         * image-mode.el (image-bookmark-make-record): Do not set context
6385         in an image (Bug#6650).
6387 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
6389         * simple.el (select-active-region): New function.
6390         (push-mark-command, set-mark, activate-mark)
6391         (handle-shift-selection): Use it.
6392         (deactivate-mark): Don't check for size of region.
6394         * mouse.el (mouse-drag-track): Use select-active-region.
6396 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
6398         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
6399         "--dired" stronger.
6401 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
6403         * term/x-win.el (x-select-enable-primary): Change default to nil.
6404         (x-select-enable-clipboard): Add :version keyword.
6406         * mouse.el (mouse-drag-copy-region):
6407         * simple.el (select-active-regions): Likewise.
6409 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
6411         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
6412         (vc-coding-system-for-diff): Use it to decide whether to inherit
6413         from the file the EOL format for reading the diffs of that file.
6414         (Bug#4451)
6416 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
6418         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
6419         unibyte, so compressed attachments are not compressed again.
6421 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
6423         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
6424         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
6425         (tramp-find-shell): Simplify setting connection property.
6426         (tramp-get-ls-command): Make test for "--color=never" stronger.
6428 2010-07-15  Simon South  <ssouth@member.fsf.org>
6430         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
6431         blocks within record declarations (i.e. variant parts) correctly.
6433 2010-07-15  Simon South  <ssouth@member.fsf.org>
6435         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
6436         over literal tokens when parsing so newlines aren't "absorbed" by
6437         single-line comments.  Corrects the indentation of case blocks
6438         that have a comment on the first line.
6440 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
6442         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
6443         by Drew Adams (Bug#5504).
6445 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
6447         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
6448         now that Unicode is used (Bug#6594).
6450 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
6452         * term/x-win.el (x-select-enable-clipboard): Default to t.
6453         (x-initialize-window-system): Don't overwrite Paste menu item.
6455         * simple.el (select-active-regions): Default to t.
6456         (push-mark-command): Don't overwrite primary with empty string.
6458         * mouse.el: Bind mouse-2 to mouse-yank-primary.
6459         (mouse-drag-copy-region): Default to nil.
6461         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
6462         Cut/Copy/Paste menu bar items.
6464 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6466         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6467         Patch applied by Karl Fogel.
6469         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
6470         and `bookmark-current-buffer' if they have been already set in
6471         another buffer (e.g gnus-art).
6473 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6474             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6476         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
6478         * bookmark.el (bookmark-make-record-default): Allow unneeded
6479         information to be omitted from the record.
6481         Adjust declarations and calls:
6483         * info.el (bookmark-make-record-default): Adjust declaration.
6484         (Info-bookmark-make-record): Adjust call.
6486         * woman.el (bookmark-make-record-default): Adjust declaration.
6487         (woman-bookmark-make-record): Adjust call.
6489         * man.el (bookmark-make-record-default): Adjust declaration.
6490         (Man-bookmark-make-record): Adjust call.
6492         * image-mode.el (bookmark-make-record-default): Adjust declaration.
6494         * doc-view.el (bookmark-make-record-default): Adjust declaration.
6496 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6498         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
6499         This is also from Thierry Volpiatto's patch in bug #6444.  However,
6500         because it was extraneous to the functional change in that patch,
6501         and causes a re-indendation, I am committing it separately.
6503 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6505         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
6506         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
6507         Patch applied by Karl Fogel (Bug#6444).
6509 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
6511         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
6513 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
6515         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
6516         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
6517         (ns-alternatives-map): Change S-tab binding to backtab
6518         (bug#6616).
6520         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
6521         under ns.
6523 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
6525         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
6526         (Bug#5806)
6528         * language/tv-util.el (tai-viet-re): Remove format.
6530 2010-07-12  Kenichi Handa  <handa@m17n.org>
6532         * language/hebrew.el: Remove no-byte-compile declaration.
6533         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
6534         composition-function-table for 3-character looking back.
6535         (hebrew-font-get-precomposed): New function.
6536         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
6538 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
6540         * mouse.el (mouse-drag-track): Handle select-active-regions
6541         (Bug#6612).
6543 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
6545         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
6546         empty argument to gvfs-copy.
6548 2010-07-10  Glenn Morris  <rgm@gnu.org>
6550         * calendar/calendar.el (calendar-week-end-day): New function.
6551         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
6552         Respect calendar-week-start-day.  (Bug#6606)
6553         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6554         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
6555         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
6556         respect calendar-week-start-day.
6558 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
6560         * simple.el (use-region-p): Doc fix (Bug#6607).
6562 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
6564         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6565         Add regexps for cucumber and ruby.
6567 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
6569         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
6570         (epa-file-insert-file-contents): Hack to prevent
6571         find-file from opening empty buffer when decryption failed
6572         (bug#6568).
6574 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
6576         * textmodes/ispell.el (ispell-alternate-dictionary):
6577         Use file-readable-p.
6578         Return nil if no word-list is found at default locations.
6579         (ispell-complete-word-dict): Default to nil.
6580         (ispell-command-loop): Use 'word-list' when using lookup-words.
6581         (lookup-words): Use ispell-complete-word-dict or
6582         ispell-alternate-dictionary.  Check for word-list availability
6583         and handle errors if needed with better messages (Bug#6539).
6584         (ispell-complete-word): Use ispell-complete-word-dict or
6585         ispell-alternate-dictionary.
6587 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
6589         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
6590         builtins (BufferError, BytesWarning, WindowsError; callables
6591         bin, bytearray, bytes, format, memoryview, next, print; __package__).
6593 2010-07-07  Glenn Morris  <rgm@gnu.org>
6595         * play/zone.el (top-level): Do not require timer, tabify, or cl.
6596         (zone-shift-left): Ignore intangibility, and any errors from
6597         forward-char.
6598         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
6599         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
6600         deleting, and copying text properties.
6601         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
6602         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
6603         to point-max is hard.
6604         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
6605         (zone-fill-out-screen): Ignore intangibility.
6607 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
6609         * menu-bar.el (menu-bar-mode):
6610         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
6611         if it has been set.
6613         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
6614         word/line selection (Bug#6565).
6616 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
6618         * net/dbus.el (dbus-send-signal): Declare function.
6620 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
6622         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
6623         (dbus-register-property): New optional argument EMITS-SIGNAL.
6624         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
6626 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
6628         * mouse.el (mouse-drag-overlay): Variable deleted.
6629         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
6630         (mouse--remap-link-click-p): New function.
6631         (mouse-drag-track): Handle dragging by using temporary Transient
6632         Mark mode, instead of a special overlay.
6633         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
6634         mouse-show-mark.
6636         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
6637         deleted.
6639 2010-07-02  Juri Linkov  <juri@jurta.org>
6641         * autoinsert.el (auto-insert-alist): Fix readability
6642         by using dotted pair notation for lambda.
6644 2010-07-02  Juri Linkov  <juri@jurta.org>
6646         * faces.el (read-face-name): Rename arg `string-describing-default'
6647         to `default'.  Doc fix.  Display the default value in quotes
6648         in the prompt.  With empty input, return the `default' arg,
6649         unless the default value is a string (in which case return nil).
6650         (describe-face): Replace the string `default' arg of `read-face-name'
6651         with the symbol `default'.
6653 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
6655         * emulation/viper-cmd.el (viper-delete-backward-char)
6656         (viper-del-backward-char-in-insert)
6657         (viper-del-backward-char-in-replace, viper-change)
6658         (viper-backward-indent): Replace delete-backward-char with
6659         delete-char (Bug#6552).
6661 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
6663         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
6665 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
6667         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
6668         argument passed to frame-creation-function (Bug#5378).
6670         * faces.el (x-handle-named-frame-geometry)
6671         (x-handle-reverse-video, x-create-frame-with-faces)
6672         (face-set-after-frame-default, tty-create-frame-with-faces):
6673         Don't separately consult default-frame-alist.  It is now passed as the
6674         PARAMETER argument.
6676 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
6678         * startup.el (command-line): Don't call tool-bar-setup in a
6679         tty-only build.
6681 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
6683         * ruler-mode.el (ruler--save-header-line-format): New fun.
6684         (ruler-mode): Use it as a setter function, so as not to overwrite
6685         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
6687 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
6689         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
6690         (vc-root-diff, vc-print-root-log, vc-log-incoming)
6691         (vc-log-outgoing): Use it.
6692         (vc-diff-internal): Set diff-vc-backend.
6694         * vc/diff-mode.el (diff-vc-backend): New var.
6696 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
6698         * dynamic-setting.el (font-setting-change-default-font):
6699         Remove call to message.
6701 2010-06-28  Kenichi Handa  <handa@m17n.org>
6703         * international/quail.el (quail-insert-kbd-layout): Fix the
6704         showing of untranslated characters.
6706 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
6708         * simple.el (delete-active-region): New option.
6709         (delete-backward-char): Implement in Lisp.
6710         (delete-forward-char): New command.
6712         * mouse.el (mouse-region-delete-keys): Deleted.
6713         (mouse-show-mark): Simplify.
6715         * bindings.el (global-map): Bind delete and DEL, the former to
6716         delete-forward-char.
6718 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
6720         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
6721         (ruby-mode): Bind indent-line-function (Bug#5119).
6723 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
6725         * startup.el (command-line): Recognize "0" X resource value.
6727 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
6729         * startup.el (command-line): Use X resources to set the value of
6730         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
6732         * menu-bar.el (menu-bar-mode):
6733         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
6734         Set init-value to t.
6736         * frame.el (frame-notice-user-settings): Don't change
6737         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
6738         vice versa (Bug#2249).
6740 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
6742         * w32-fns.el (w32-convert-standard-filename): Doc fix.
6744 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
6746         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
6747         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
6749         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
6750         default directories are expanded (Bug#6143).
6752 2010-06-24  Juri Linkov  <juri@jurta.org>
6754         * minibuffer.el (completions-format): Change default from nil to
6755         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
6757 2010-06-24  Juri Linkov  <juri@jurta.org>
6759         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
6760         buffer-locally to lambda that re-runs the vc diff command.
6761         (Bug#6447)
6763 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
6765         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
6766         echo area is in use (Bug#3412).
6768 2010-06-22  Glenn Morris  <rgm@gnu.org>
6770         * textmodes/texinfmt.el (texinfo-format-region)
6771         (texinfo-raise-lower-sections, texinfo-format-separate-node)
6772         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
6773         (texinfo-format-option, texinfo-noindent):
6774         Use line-beginning-position and line-end-position.
6776         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
6777         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
6778         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
6779         utf-8 characters.
6781 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
6783         * play/zone.el (zone-fall-through-ws): Fix next-line ->
6784         forward-line fallout.
6786 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
6788         * mouse.el (mouse-appearance-menu): Add docstring.
6790         * help.el (describe-key): Print up-event using key-description.
6792 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
6794         * net/zeroconf.el (zeroconf-resolve-service)
6795         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
6796         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
6798 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
6800         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
6802 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
6804         Avoid displaying files with a nil state in vc-dir.
6805         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
6806         cases that cause insertion.
6807         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
6808         with a nil state.
6810 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
6812         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
6814 2010-06-29  Leo  <sdl.web@gmail.com>
6816         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
6818 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
6820         * generic-x.el (bat-generic-mode): Fix regexp for command line
6821         switches (Bug#5719).
6823 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
6825         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
6826         of nconc to avoid pure storage error (Bug#6239).
6828 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
6830         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
6831         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
6832         bindings of bookmark-automatically-show-annotations (Bug#6515).
6834 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
6836         * arc-mode.el (archive-zip-extract): Don't quote the file name on
6837         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
6839 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6841         * comint.el (make-comint, make-comint-in-buffer): Mention return
6842         value in the docstrings.  (Bug#6498)
6844 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
6846         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
6847         since it is not present when using some non-default switches.
6849 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
6851         * simple.el (compose-mail): Fix doc string to refer to
6852         `compose-mail-user-agent-warnings', instead of to the
6853         nonexistent `compose-mail-check-user-agent'.
6855 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
6857         Fix an indentation bug:
6859         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
6860         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
6861         of existing values.
6863         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
6864         (c-clear->-pair-props-if-match-before): now return t when they've
6865         cleared properties, nil otherwise.
6866         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
6867         by taking account of the existing value.
6869         * progmodes/cc-defs.el
6870         (c-clear-char-property-with-value-function): Fix this to clear the
6871         property rather than overwriting it with nil.
6873 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
6875         * emacs-lisp/package.el (package-print-package): Add link to
6876         package description via describe-package.
6877         (describe-package-1): List package requirements.  Add button to
6878         perform installation.
6879         (package-menu-describe-package): New command.
6881         * help-mode.el (help-package): New button type.
6883 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
6885         * emacs-lisp/package.el: Move package-list-packages binding to
6886         menu-bar.el.
6887         (describe-package, describe-package-1, package--dir): New funs.
6888         (package-activate-1): Use package--dir.
6890         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
6892         * help-mode.el (help-package-def): New button type.
6894         * menu-bar.el: Move package-list-packages binding here from
6895         package.el.
6897 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
6899         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
6901 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6903         * emacs-lisp/edebug.el (edebug-read-list):
6904         Phase out old-style backquotes.
6906 2010-06-17  Juri Linkov  <juri@jurta.org>
6908         * help-mode.el (help-mode): Set buffer-local variable
6909         revert-buffer-function to help-mode-revert-buffer.
6910         (help-mode-revert-buffer): New function.
6912         * info.el (Info-revert-find-node): Check for major-mode Info-mode
6913         before popping to "*info*" (like in other Info functions).
6914         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
6915         old-history-forward.  Pop to old-buffer-name or "*info*" to
6916         recreate the killed buffer.  Set Info-history-forward from
6917         old-history-forward.
6918         (Info-breadcrumbs-depth): Add :group and :version.
6920 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
6922         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
6924 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
6926         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
6927         for languages like Portuguese with pt_{BR,PT} and no plain pt.
6929 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
6931         * emacs-lisp/package.el (package-menu-mode-map):
6932         Move initialization into declaration.
6934         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
6936 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
6938         * emacs-lisp/package.el (package-archive-base): Point to
6939         elpa.gnu.org.
6940         (package-enable, package-load-list): New defcustoms.
6941         (package-user-dir, package-directory-list): Turn into defcustoms.
6942         Don't include package-user-dir in package-directory-list.
6943         (package--builtins-base): Don't include Emacs as a "package".
6944         (package-subdirectory-regexp): New var.
6945         (package-load-all-descriptors, package-compute-transaction)
6946         (package-download-transaction): Obey package-load-list.
6947         (package-activate-1): Rename from package-do-activate.
6948         (package-list-packages-internal): Check package-load-list.
6949         (package-load-descriptor, package-generate-autoloads)
6950         (package-unpack, package-unpack-single)
6951         (package--read-archive-file, package-delete):
6952         Use expand-file-name.
6954         * emacs-lisp/package-x.el: New file.  Package uploading
6955         functionality split out from package.el.
6957         * startup.el (command-line): Load packages after reading init file.
6959 2010-06-17  Tom Tromey  <tromey@redhat.com>
6961         * emacs-lisp/package.el: New file.
6963 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6965         Fix vc-annotate for renamed files when using Git.
6966         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
6967         ls-files.  Doe not pass the object as a file name to cat-file, it
6968         is not a file name.
6969         (vc-git-annotate-command): Pass the file name using -- to avoid
6970         ambiguity with the revision.
6971         (vc-git-previous-revision): Pass a relative file name.
6973 2010-06-22  Glenn Morris  <rgm@gnu.org>
6975         * progmodes/js.el (js-mode-map): Use standard capitalization and
6976         ellipses for menu entries.
6978         * wid-edit.el (widget-complete): Doc fix.
6980 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
6982         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
6984 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6986         Fix annotating other revisions for renamed files in vc-annotate.
6987         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
6988         VC backend.  Use it when non-nil.
6989         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
6990         (Bug#6487).
6992         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
6993         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
6994         Do not pass the file name to the 'previous-revision call when we
6995         don't want a file diff.  (Bug#6489)
6997 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
6999         Fix finding revisions for renamed files in vc-annotate.
7000         * vc/vc.el (vc-find-revision): Add an optional argument for
7001         the VC backend.  Use it when non-nil.
7002         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
7003         backend to vc-find-revision.  (Bug#6487)
7005 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
7007         Fix reading file names in Git annotate buffers.
7008         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
7009         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
7011 2010-06-20  Alan Mackenzie  <acm@muc.de>
7013         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
7014         in file local variables, set it first.
7016 2010-06-19  Glenn Morris  <rgm@gnu.org>
7018         * descr-text.el (describe-char-unicode-data): Insert separating
7019         space when needed.  (Bug#6422)
7021         * progmodes/idlwave.el (idlwave-action-and-binding):
7022         Fix typo in 2009-12-03 change.  (Bug#6450)
7024 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7026         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
7027         handling for `lambda' (misunderstanding).
7029 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
7031         * calc/calc-poly.el (math-accum-factors): Make sure that
7032         constants aren't distributed after they are factored out.
7034 2010-06-16  Juri Linkov  <juri@jurta.org>
7036         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
7037         `list-colors-print'.  (Bug#6332)
7039         * subr.el (read-quoted-char): Fix up last change (bug#6290).
7041 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7043         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
7044         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
7046         * font-lock.el (font-lock-major-mode): Rename from
7047         font-lock-mode-major-mode to distinguish it from
7048         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
7049         (font-lock-set-defaults):
7050         * font-core.el (font-lock-default-function): Adjust users.
7051         (font-lock-mode): Don't set it at all.
7053 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7055         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
7057 2010-06-16  Glenn Morris  <rgm@gnu.org>
7059         * calendar/appt.el (appt-time-msg-list): Doc fix.
7060         (appt-check): Let-bind appt-warn-time.
7061         (appt-add): Make the 3rd argument optional.
7062         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
7063         Only add WARNTIME to the output list if non-nil.
7065 2010-06-16  Ivan Kanis  <apple@kanis.eu>
7067         * calendar/appt.el (appt-check): Let the 3rd element of
7068         appt-time-msg-list specify the warning time.
7069         (appt-add): Add new argument with the warning time.  (Bug#5176)
7071 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
7073         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
7074         older than version 1.6.  (Bug#6361)
7076 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
7078         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
7079         used by cl-do-arglist.  (Bug#6408)
7081 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
7083         * textmodes/ispell.el (ispell-dictionary-base-alist):
7084         Fix portuguese casechars/not-casechars for missing 'çÇ'.
7085         Suggested by Rolando Pereira (bug#6434).
7087 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
7089         * facemenu.el (list-colors-sort): Doc fix.
7091 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
7093         * progmodes/sql.el (sql-connect-mysql): Fix typo.
7095 2010-06-14  Juri Linkov  <juri@jurta.org>
7097         Add sort option `list-colors-sort'.  (Bug#6332)
7098         * facemenu.el (color-rgb-to-hsv): New function.
7099         (list-colors-sort): New defcustom.
7100         (list-colors-sort-key): New function.
7101         (list-colors-display): Doc fix.  Sort list according to the option
7102         `list-colors-sort'.
7103         (list-colors-print): Add HSV values to `help-echo' property of
7104         RGB strings.
7106 2010-06-14  Juri Linkov  <juri@jurta.org>
7108         * compare-w.el: Move to the "vc" subdirectory.
7110 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7112         * image-mode.el (image-mode-map): Remap left-char and right-char.
7114         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
7116 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
7118         * term/common-win.el (x-colors): Add all the color names defined
7119         in rgb.txt (Bug#6332).
7121         * facemenu.el (list-colors-print): Don't print extra names if it
7122         will overflow the window width.
7124         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
7125         change (Bug#6343).
7127 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
7129         * files.el (make-directory): Doc fix (bug#6396).
7131 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
7133         * net/tramp.el (tramp-remote-process-environment): Protect version
7134         string by apostroph.
7135         (tramp-shell-prompt-pattern): Do not use a shy group in case of
7136         XEmacs.
7137         (tramp-file-name-for-operation): Add `call-process-region'.
7138         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
7140         * net/tramp-compat.el (top): Do not autoload
7141         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
7142         only when `start-file-process' is not bound.
7143         (tramp-advice-file-expand-wildcards): Do not use
7144         `tramp-handle-file-remote-p'.
7145         (tramp-compat-make-temp-file): Handle the case, that
7146         `make-temp-file' has no third argument EXTENSION.
7148 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
7150         * makefile.w32-in (WINS_BASIC): Include new directory vc.
7152         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
7154 2010-06-11  Juri Linkov  <juri@jurta.org>
7156         * finder.el (finder-known-keywords): Add keyword "vc"
7157         for version control.
7159         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
7160         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
7161         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
7162         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
7164 2010-06-11  Juri Linkov  <juri@jurta.org>
7166         Move version control related files to the "vc" subdirectory.
7167         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
7168         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
7169         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
7170         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
7171         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
7172         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
7173         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
7174         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
7175         Move files to the "vc" subdirectory.
7177 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
7179         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
7180         (Bug#6367).
7182 2010-06-11  Stephen Eglen  <stephen@gnu.org>
7184         * shell.el: Bind `shell-resync-dirs' to M-RET.
7186 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
7188         * notifications.el: Move file from lisp/net, because it is
7189         supposed to talk locally to the user.
7191 2010-06-10  Julien Danjou  <julien@danjou.info>
7193         * net/notifications.el (notifications-on-action-signal)
7194         (notifications-on-closed-signal): Pass notification id as first
7195         argument to the callback functions.  Add docstrings.
7196         (notifications-notify): Fix docstring.
7198 2010-06-10  Glenn Morris  <rgm@gnu.org>
7200         * emacs-lisp/authors.el (authors-ignored-files)
7201         (authors-valid-file-names): Add some files.
7203 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7205         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
7206         merge conflict, giving preference to the emacs-23 version of the code.
7208 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7210         * emacs-lisp/advice.el (ad-compile-function):
7211         Define warning-suppress-types before we let-bind it (bug#6275).
7213         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
7214         declare it, make it buffer-local and permanent-local (bug#6324).
7215         (vc-resynch-window): Adjust name.
7216         * vc-hooks.el (vc-find-file-hook): Adjust name.
7218 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
7220         * net/notifications.el (notifications-notify): Fix docstring.
7222 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
7224         Update to Unicode 6.0.0 beta.
7225         * international/charprop.el: Update copyright.
7226         * international/mule-cmds.el (ucs-names): Update character ranges.
7227         * international/uni-bidi.el:
7228         * international/uni-category.el:
7229         * international/uni-combining.el:
7230         * international/uni-comment.el:
7231         * international/uni-decimal.el:
7232         * international/uni-decomposition.el:
7233         * international/uni-digit.el:
7234         * international/uni-lowercase.el:
7235         * international/uni-mirrored.el:
7236         * international/uni-name.el:
7237         * international/uni-numeric.el:
7238         * international/uni-old-name.el:
7239         * international/uni-titlecase.el:
7240         * international/uni-uppercase.el: Regenerate.
7242 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
7244         * emacs-lisp/smie.el (comment-string-strip): Declare function.
7245         (smie-precs-precedence-table): Fix typo in docstring.
7247         * vc-mtn.el (log-edit-extract-headers): Declare function.
7249         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
7251         * net/notifications.el (dbus-register-signal): Declare function.
7252         (notifications-notify): Fix typos and reflow docstring.
7254 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
7256         Improve VC create/retrieve tag/branch.
7257         * vc.el (vc-create-tag): Do not read the directory name for VCs
7258         with repository revision granularity.  Adjust the tag/branch
7259         prompt.  Reset VC properties.
7260         (vc-retrieve-tag): Do not read the directory name for VCs
7261         with repository revision granularity.  Reset VC properties.
7263 2010-06-09  Julien Danjou  <julien@danjou.info>
7265         * net/notifications.el: New file.
7267 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
7269         Add optional support for resetting VC properties.
7270         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
7271         call vc-file-clearprops when true.
7272         (vc-resynch-buffer): Add new optional argument, pass it down.
7273         (vc-resynch-buffers-in-directory): Likewise.
7275         Improve support for special markup in the VC commit message.
7276         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
7277         * vc-hg.el (vc-hg-checkin): Add support for Date:.
7278         * vc-git.el (vc-git-checkin):
7279         * vc-bzr.el (vc-bzr-checkin): Likewise.
7281 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7283         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
7284         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
7286 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
7288         * iimage.el: Remove images as soon as the underlying text is modified.
7289         (iimage-modification-hook): New function.
7290         (iimage-mode-buffer): Use it.
7292 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7294         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
7295         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
7296         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
7297         (smie-indent-keyword): Add handling of open-paren keywords.
7298         (smie-indent-comment-continue): Don't assume comment-continue.
7300 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
7302         * window.el (pop-to-buffer): Remove the conditional that
7303         compares new-window and old-window, so it will reselect
7304         the selected window unconditionally.
7305         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
7307 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7309         * emacs-lisp/smie.el (smie-indent-offset-after)
7310         (smie-indent-forward-token, smie-indent-backward-token): New functions.
7311         (smie-indent-after-keyword): Use them.
7312         (smie-indent-fixindent): Only applies to the indentation of the BOL.
7313         (smie-indent-keyword): Tweak the black magic.
7314         (smie-indent-comment-continue): Strip comment-continue before use.
7315         (smie-indent-functions): Indent comments before keywords.
7317 2010-06-06  Juri Linkov  <juri@jurta.org>
7319         * isearch.el (isearch-lazy-highlight-search): Fix looping
7320         by checking for empty match.  This syncs this loop with the
7321         similar loop in `isearch-search'.  (Bug#6362)
7323 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
7325         * net/dbus.el (dbus-register-method): Declare function.
7326         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
7327         (dbus-introspect): Doc fix.
7328         (dbus-event-bus-name, dbus-introspect-get-interface)
7329         (dbus-introspect-get-argument): Reflow docstrings.
7331 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
7333         vc-log-incoming/vc-log-outgoing fixes for Git.
7334         * vc-git.el (vc-git-log-view-mode): Fix font lock for
7335         incoming/outgoing logs.
7336         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
7337         instead of vc-git-compute-remote.
7338         (vc-git-compute-remote): Remove.
7340 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
7342         * term/common-win.el (x-colors): Add "dark green" and "dark
7343         turquoise" (Bug#6332).
7345 2010-06-04  Juri Linkov  <juri@jurta.org>
7347         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
7348         Instead of setting `replace' to t and replacing the same string
7349         with itself, don't do certain actions when
7350         kill-do-not-save-duplicates is non-nil and string is equal to car
7351         of kill-ring: don't call menu-bar-update-yank-menu, don't push
7352         interprogram-paste strings to kill-ring, and don't push the input
7353         argument `string' to kill-ring.
7354         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
7356 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
7358         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
7360 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
7362         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
7363         (tramp-gvfs-handler-mounted-unmounted)
7364         (tramp-gvfs-connection-mounted-p): Handle default-location.
7366         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
7367         move files to trash.
7369 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
7371         * international/mule-cmds.el (nonascii-insert-offset)
7372         (nonascii-translation-table): Add obsolescence information.
7374         * international/mule.el (make-translation-table-from-vector): Doc fix.
7376 2010-06-03  Glenn Morris  <rgm@gnu.org>
7378         * desktop.el (desktop-clear-preserve-buffers):
7379         Add "*Warnings*" buffer.  (Bug#6336)
7381 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
7383         vc-log-incoming/vc-log-outgoing improvements for Git.
7384         * vc-git.el (vc-git-log-outgoing): Use the same format as the
7385         short log.
7386         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
7388         Add bindings for vc-log-incoming and vc-log-outgoing.
7389         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
7390         and vc-log-outgoing.
7391         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
7392         and vc-log-outgoing.
7394 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
7396         * net/rcirc.el (rcirc-sort-nicknames): Remove.
7397         (rcirc-handler-366): Always sort nicknames.
7399 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
7401         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
7403 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
7405         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
7407 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7409         * net/rcirc.el (rcirc-sort-nicknames): Change default.
7410         (rcirc-sort-nicknames-join): Avoid setq.
7412 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
7414         * net/rcirc.el (rcirc-sort-nicknames): New custom.
7415         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
7416         (rcirc-handler-366): Use them.
7418 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7420         Split smie-indent-calculate into more manageable chunks.
7421         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
7422         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
7423         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
7424         (smie-indent-exps): Extract from smie-indent-calculate.
7425         (smie-indent-functions): New var.
7426         (smie-indent-functions): Use them.
7428 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7430         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
7431         (smie-indent-calculate): Simplify and cleanup.
7433 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
7435         * net/tramp-gvfs.el (top): Require url-util.
7436         (tramp-gvfs-mount-point): Remove.
7437         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
7438         New defuns.
7439         (with-tramp-dbus-call-method): Format trace message.
7440         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
7441         Implement backup call, when operation on local files fails.
7442         Use progress reporter.  Flush properties of changed files.
7443         (tramp-gvfs-handle-make-directory): Make more traces.
7444         (tramp-gvfs-url-file-name): Hexify file name in url.
7445         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
7446         into account for the resulting file name.
7447         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
7448         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
7449         (tramp-gvfs-handler-mounted-unmounted)
7450         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
7451         attribute "default_location".  Set "prefix" property.
7452         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
7453         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
7454         exists.  Raise an error, if not (due to a corresponding answer
7455         "no" in interactive questions, for example).
7457 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
7459         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
7461 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
7463         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
7464         right-*.  (Bug#6265)
7466 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
7468         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
7469         * vc-git.el (vc-git-compute-remote): New function.
7470         (vc-git-log-outgoing): Use it instead of hard coding a value.
7471         (vc-git-log-incoming): New function.
7473         Improve state updating for VC tag commands.
7474         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
7475         to update the state of all buffers in the directory.
7477         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
7479 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7481         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
7482         `file-directory-p' to the filename part rather than to the whole text.
7484 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7486         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
7488 2010-05-31  Drew Adams  <drew.adams@oracle.com>
7490         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
7492 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
7494         * subr.el (momentary-string-display): Just use read-event to read
7495         the exit event (Bug#6238).
7497 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
7499         * international/mule.el (define-coding-system): Doc fix (bug#6313).
7501 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
7503         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
7504         Suggested by Eli Zaretskii <eliz@gnu.org>.
7506 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7508         * minibuffer.el (completion-file-name-table): Don't return a boundary
7509         past the end of `string' (bug#6299).
7510         (completion--file-name-table): Delegate to completion-file-name-table
7511         for the `boundaries' case.
7513 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
7515         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
7516         movement commands.
7518         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
7519         `path-separator', but maintain compatibility with Emacs 20.2.
7521 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
7523         * server.el (server-process-filter): Receive parent-id argument
7524         from emacsclient.
7525         (server-create-window-system-frame): New arg.  Pass parent-id as
7526         frame parameter.
7528 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
7530         Bidi-sensitive word movement with arrow keys.
7531         * subr.el (right-arrow-command, left-arrow-command): Move to
7532         bindings.el.
7534         * bindings.el (right-char, left-char): Move from subr.el and
7535         rename from right-arrow-command and left-arrow-command.
7536         (right-word, left-word): New functions.
7537         (global-map) <right>: Bind to right-char.
7538         (global-map) <left>: Bind to left-char.
7539         (global-map) <C-right>: Bind to right-word.
7540         (global-map) <C-left>: Bind to left-word.
7542         * ls-lisp.el (ls-lisp-classify-file): New function.
7543         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
7544         (ls-lisp-classify): Call ls-lisp-classify-file.
7545         (insert-directory): Remove blanks from switches.
7547 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
7549         * ansi-color.el: Delete unused escape sequences (Bug#6085).
7550         (ansi-color-drop-regexp): New constant.
7551         (ansi-color-apply, ansi-color-filter-region)
7552         (ansi-color-apply-on-region): Delete unrecognized control sequences.
7553         (ansi-color-apply): Build string list before calling concat.
7555 2010-05-28  Juri Linkov  <juri@jurta.org>
7557         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7558         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
7559         (Bug#5270)
7561 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
7563         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
7564         to ignored backtrace functions.
7565         (with-progress-reporter): Expand docstring.
7566         (tramp-handle-delete-file): Implement TRASH argument.
7567         (tramp-get-remote-trash): New defun.
7569 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
7571         * net/tramp-compat.el (tramp-compat-delete-file):
7572         Use `symbol-value' for backward compatibility.
7574         * net/tramp.el (tramp-handle-make-symbolic-link)
7575         (tramp-handle-load)
7576         (tramp-do-copy-or-rename-file-via-buffer)
7577         (tramp-do-copy-or-rename-file-directly)
7578         (tramp-do-copy-or-rename-file-out-of-band)
7579         (tramp-handle-process-file, tramp-handle-call-process-region)
7580         (tramp-handle-shell-command, tramp-handle-file-local-copy)
7581         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7582         (tramp-delete-temp-file-function): Use `delete-file' instead
7583         of `tramp-compat-delete-file'.
7585         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7586         (tramp-fish-handle-make-symbolic-link)
7587         (tramp-fish-handle-process-file): Use `delete-file' instead
7588         of `tramp-compat-delete-file'.
7590         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7591         Use `delete-file' instead of `tramp-compat-delete-file'.
7593         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7594         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
7595         `tramp-compat-delete-file'.
7597         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
7598         Use `delete-file' instead of `tramp-compat-delete-file'.
7600         * net/tramp-smb.el (tramp-smb-handle-copy-file)
7601         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7602         (tramp-smb-handle-write-region): Use `delete-file' instead of
7603         `tramp-compat-delete-file'.
7604         (tramp-smb-handle-delete-directory): Use 'trash as arg.
7606 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
7608         * dired.el (dired-delete-file): New arg TRASH.
7609         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
7610         (dired-do-flagged-delete, dired-do-delete): Use trash.
7612         * speedbar.el (speedbar-item-delete): Allow trashing.
7614         * files.el (delete-directory): New arg TRASH.
7616         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
7617         (ange-ftp-rename-remote-to-remote)
7618         (ange-ftp-rename-local-to-remote)
7619         (ange-ftp-rename-remote-to-local, ange-ftp-load)
7620         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
7621         `delete-file'.
7622         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
7623         allow trashing.
7625         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
7626         handle new TRASH arg of `delete-file'.
7628         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
7629         (tramp-handle-make-symbolic-link, tramp-handle-load)
7630         (tramp-do-copy-or-rename-file-via-buffer)
7631         (tramp-do-copy-or-rename-file-directly)
7632         (tramp-do-copy-or-rename-file-out-of-band)
7633         (tramp-handle-process-file, tramp-handle-call-process-region)
7634         (tramp-handle-shell-command, tramp-handle-file-local-copy)
7635         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7636         (tramp-delete-temp-file-function): Use null TRASH arg in
7637         tramp-compat-delete-file call.
7639         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7640         (tramp-fish-handle-delete-file)
7641         (tramp-fish-handle-make-symbolic-link)
7642         (tramp-fish-handle-process-file): Use null TRASH arg in
7643         `tramp-compat-delete-file' call.
7645         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
7646         arg in `tramp-compat-delete-file' call.
7648         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7649         (tramp-gvfs-handle-write-region): Use null TRASH arg in
7650         `tramp-compat-delete-file' call.
7652         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
7653         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
7654         `tramp-compat-delete-file' call.
7656         * net/tramp-smb.el (tramp-smb-handle-copy-file)
7657         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7658         (tramp-smb-handle-write-region): Use null TRASH arg in
7659         tramp-compat-delete-file call.
7660         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
7661         (tramp-smb-handle-delete-file): Rename arg.
7663         * diff.el (diff-sentinel):
7664         * epg.el (epg--make-temp-file, epg-decrypt-string)
7665         (epg-verify-string, epg-sign-string, epg-encrypt-string):
7666         * jka-compr.el (jka-compr-partial-uncompress)
7667         (jka-compr-call-process, jka-compr-write-region):
7668         * server.el (server-sentinel): Remove optional arg from
7669         delete-file, reverting 2010-05-03 change.
7671 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
7673         * progmodes/verilog-mode.el (verilog-type-font-keywords):
7674         Use font-lock-constant-face, not obsolete font-lock-reference-face.
7676 2010-05-27  Kenichi Handa  <handa@m17n.org>
7678         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
7679         element of GSTRING is nil.
7681 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7683         * emacs-lisp/smie.el (smie-forward-token-function)
7684         (smie-backward-token-function): New vars.
7685         (smie-backward-sexp, smie-forward-sexp)
7686         (smie-indent-hanging-p, smie-indent-calculate): Use them.
7687         (smie-default-backward-token): Rename from smie-backward-token and
7688         skip comments.
7689         (smie-default-forward-token): Rename from smie-forward-token and
7690         skip comments.
7691         (smie-next-sexp): Handle nil results from next-token.
7692         (smie-indent-calculate): Add a new case for special `fixindent' comments.
7694 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
7696         * progmodes/verilog-mode.el (verilog-type-font-keywords):
7697         Use font-lock-constant-face, not obsolete font-lock-reference-face.
7699 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
7701         * htmlfontify.el (hfy-face-resolve-face): New function.
7702         (hfy-face-to-style): Use it (Bug#6279).
7704 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7706         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
7707         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
7709 2010-05-26  Glenn Morris  <rgm@gnu.org>
7711         * emulation/edt.el (edt-load-keys): Use locate-library.
7713 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
7715         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
7716         (log-edit-changelog-entries): Doc fix.
7717         (log-edit-changelog-insert-entries): Args changed.
7718         Rename relative filenames in ChangeLog entries.  Delete tabs.
7719         (log-edit-insert-changelog-entries): Reorganize return value of
7720         `log-edit-changelog-entries' to pass filenames to
7721         log-edit-changelog-insert-entries.
7723 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7725         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
7726         `image-dired-dired-insert-marked-thumbs' to
7727         `image-dired-dired-toggle-marked-thumbs'.
7729         * image-dired.el: Require cl when compiling.
7730         (image-dired-dired-toggle-marked-thumbs): Rename from
7731         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
7732         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
7733         to 'no-dir.  Skip files whose names don't match
7734         `image-file-name-regexp'.  When file has a thumbnail overlay,
7735         delete it.  (Bug#5270)
7737 2010-05-25  Juri Linkov  <juri@jurta.org>
7739         * image-mode.el (image-mode): Add image-after-revert-hook to
7740         after-revert-hook.
7741         (image-after-revert-hook): New function.  (Bug#5669)
7743 2010-05-25  Juri Linkov  <juri@jurta.org>
7745         * image.el (image-animated-p): When delay between animated images
7746         is 0, set it to 10 (0.1 sec).  (Bug#6258)
7748 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
7750         * net/tramp.el (tramp-handle-insert-directory): Don't use
7751         `forward-word', its default syntax could be changed.
7753 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
7755         * net/tramp.el (tramp-progress-reporter-update): New defun.
7756         (with-progress-reporter): Use it.
7757         (tramp-process-actions):
7758         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7759         Preserve current message, in order to let progress reporter continue
7760         afterwards.  (Bug#6257)
7762 2010-05-25  Glenn Morris  <rgm@gnu.org>
7764         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
7765         Add :version.
7767 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
7769         * net/rcirc.el (rcirc-default-user-name): Change to "user".
7770         (rcirc-default-full-name): Change to "unknown".
7771         (rcirc-user-name-history): Add variable.
7773 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
7774             Jonathan Rockway  <jon@jrock.us>
7776         * net/rcirc.el (rcirc-server-alist): Add :pass.
7777         (rcirc): When prompting for connection parameters, also prompt for
7778         username and password.
7779         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
7780         value to server when connecting.
7782 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7784         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
7785         (smie-merge-prec2s): Pass the tables as separate args.
7786         (smie-bnf-precedence-table): Adjust call accordingly.
7787         (smie-prec2-levels): Set levels at the end.
7789         Replace Lisp calls to delete-backward-char by delete-char.
7790         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
7791         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
7792         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
7793         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
7794         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
7795         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
7796         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
7797         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
7798         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
7799         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
7800         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
7801         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
7802         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
7803         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
7804         delete-backward-char by calls to delete-char.
7806 2010-05-25  Kenichi Handa  <handa@m17n.org>
7808         * language/hebrew.el (hebrew-shape-gstring): New function.
7809         Register it in composition-function-table for all Hebrew combining
7810         characters.
7812 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7814         * epa.el (epa--select-keys): Don't explicitly delete the window since
7815         that can fail (e.g. sole window in frame).  Use dedication instead.
7817 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
7819         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
7821 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
7823         * image.el (image-refresh): Define as an alias for image-flush.
7825         * image-mode.el (image-toggle-display-image): Caller changed.
7827 2010-05-21  Juri Linkov  <juri@jurta.org>
7829         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
7830         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
7831         whitespace, call wildcard-to-regexp on substrings and concat them
7832         with "\\|".  (Bug#6114)
7834 2010-05-21  Alan Mackenzie  <acm@muc.de>
7836         * progmodes/cc-engine.el (c-parse-state-get-strategy):
7837         Replace parameter `here' with `here-' and `here-plus', which sandwich
7838         any pertinent CPP construct.
7839         (c-remove-stale-state-cache-backwards): Fix a bug which happens
7840         when doing (c-parse-state) in a CPP construct: Exclude any "new"
7841         CPP construct from taking part in the scanning.
7843 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
7845         * net/tramp.el (tramp-do-copy-or-rename-file)
7846         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
7847         Tune `with-progress-reporter' messages.
7848         (tramp-handle-vc-registered):
7849         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
7850         (tramp-fish-handle-insert-file-contents)
7851         (tramp-fish-maybe-open-connection):
7852         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7853         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
7854         (tramp-imap-handle-insert-file-contents)
7855         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
7857 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
7859         * add-log.el (change-log-font-lock-keywords):
7860         Highlight all authors in multi-author entries.
7862         * smerge-mode.el (smerge-refine-ignore-whitespace)
7863         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
7864         Fix typos in docstrings.
7865         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
7867 2010-05-21  Glenn Morris  <rgm@gnu.org>
7869         * progmodes/fortran.el (fortran-mode):
7870         * progmodes/f90.el (f90-mode): Derive from prog-mode.
7872         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
7873         having a relative path in src/Makefile.in.
7875 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7877         * help-mode.el (help-make-xrefs): For Info node links turn
7878         newlines into spaces.  Link node names with newlines are matched
7879         by help-xref-info-regexp and buttonized, this change ensures they
7880         can be followed successfully with RET.  (Bug#6206)
7882 2010-05-20  Juri Linkov  <juri@jurta.org>
7884         * locate.el (locate): Use pop-to-buffer instead of
7885         switch-to-buffer-other-window.  (Bug#6204)
7887 2010-05-20  Juri Linkov  <juri@jurta.org>
7889         * replace.el (replace-highlight): Fix lazy-highlighting
7890         for `M-s w str M-% str RET'.
7892 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
7894         * isearch.el (isearch-yank-word-or-char): Pull next subword
7895         when `subword-mode' is activated.  (Bug#6220)
7897 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
7899         * isearch.el (isearch-update-post-hook): New hook.
7900         (isearch-update): Use the new hook.  (Bug#6225)
7902 2010-05-20  Juri Linkov  <juri@jurta.org>
7904         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
7905         [f1], [help], and (char-to-string help-char) instead of "\C-h".
7906         (Bug#6222)
7908 2010-05-20  Juri Linkov  <juri@jurta.org>
7910         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
7911         (Bug#6223)
7913 2010-05-20  Juri Linkov  <juri@jurta.org>
7915         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
7916         FILE-NAME to read from the minibuffer when called interactively
7917         with prefix argument instead of using buffer-file-name.
7918         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
7920         * dired.el: Update autoloads.
7922 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
7924         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
7925         nxml-finish-element, for consistency with SGML mode.
7927         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
7928         octave-close-block.
7930 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
7932         * composite.el: Require cl when compiling.
7933         (reference-point-alist, compose-gstring-for-graphic)
7934         (compose-gstring-for-terminal): Fix typos in docstrings.
7936 2010-05-19  Juri Linkov  <juri@jurta.org>
7938         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
7939         set-window-parameter.
7941 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7943         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
7944         where appropriate.
7945         (tramp-maybe-open-connection): Use it.
7947 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
7949         * simple.el (move-end-of-line): Make sure we are at line beginning
7950         before backing up to end of previous line.
7952 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7954         * password-cache.el (password-cache-remove): Fix docstring.
7956         * net/secrets.el: Autoload the widget functions.
7957         (secrets-search-items, secrets-create-item)
7958         (secrets-get-attributes, secrets-expand-item): Attributes will be
7959         stored on the password database without leading ":", as all other
7960         clients do as well.
7961         (secrets-mode): Fix docstring.
7962         (secrets-show-secrets): Provide it as autoloaded command only when
7963         D-Bus support is available.  Check existence of Secret Service API.
7965 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7967         * indent.el (indent-region): Deactivate region (bug#6200).
7969 2010-05-19  Glenn Morris  <rgm@gnu.org>
7971         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
7973 2010-05-19  Kenichi Handa  <handa@m17n.org>
7975         * composite.el: Register compose-gstring-for-graphic in
7976         composition-function-table only for combining characters (Mn, Mc, Me).
7978 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
7980         * calc/calc-trail.el (calc-trail-isearch-forward)
7981         (calc-trail-isearch-backward): Ensure that the new window
7982         point is set correctly.
7984 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7986         * subr.el (read-quoted-char): Resolve modifiers after key
7987         remapping (bug#6212).
7989 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
7991         Add visualization code for secrets.
7992         * net/secrets.el (secrets-mode): New major mode.
7993         (secrets-show-secrets, secrets-show-collections)
7994         (secrets-expand-collection, secrets-expand-item)
7995         (secrets-tree-widget-after-toggle-function)
7996         (secrets-tree-widget-show-password): New defuns.
7998 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8000         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
8001         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
8002         handled in smie-next-sexp.
8003         (smie-indent-calculate): Provide a starting indentation (so the
8004         recursion is well-founded ;-).
8006         Fix handling of non-associative equal levels.
8007         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
8008         when it's not needed.
8009         (smie-op-left, smie-op-right): New functions.
8010         (smie-next-sexp): New function, extracted from smie-backward-sexp.
8011         Better handle equal levels to distinguish the associative case from
8012         the "multi-keyword construct" case.
8013         (smie-backward-sexp, smie-forward-sexp): Use it.
8015 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
8017         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
8019         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
8020         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
8022 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8024         Provide a simple generic indentation engine and use it for Prolog.
8025         * emacs-lisp/smie.el: New file.
8026         * progmodes/prolog.el (prolog-smie-op-levels)
8027         (prolog-smie-indent-rules): New var.
8028         (prolog-mode-variables): Use them to configure SMIE.
8029         (prolog-indent-line, prolog-indent-level): Remove.
8031 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
8033         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
8034         order before computing the averages.
8036 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
8038         * calc/calc-vec.el (calc-histogram):
8039         (calcFunc-histogram): Allow vectors as inputs.
8040         (math-vector-avg): New function.
8042         * calc/calc-ext.el (math-group-float): Have the number of digits
8043         being grouped depend on the radix (Bug#6189).
8045 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
8047         * version.el (emacs-copyright, emacs-version): Don't define here,
8048         now that emacs.c defines it.
8050 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
8052         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
8053         "Describe Language Environment" menu item.
8055         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
8057         Bidi-sensitive movement with arrow keys.
8058         * subr.el (right-arrow-command, left-arrow-command): New functions.
8060         * bindings.el (global-map): Bind them to right and left arrow keys.
8062         Don't override standard definition of convert-standard-filename.
8063         * files.el (convert-standard-filename):
8064         Call w32-convert-standard-filename and dos-convert-standard-filename on
8065         the corresponding systems.
8067         * w32-fns.el (w32-convert-standard-filename): Rename from
8068         convert-standard-filename.  Doc fix.
8070         * dos-fns.el (dos-convert-standard-filename): Doc fix.
8071         (convert-standard-filename): Don't defalias.
8072         (register-name-alist, make-register, register-value)
8073         (set-register-value, intdos): Obsolete aliases for the
8074         corresponding dos-* functions and variables.
8075         (dos-intdos): Add a doc string.
8077 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
8079         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
8080         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
8081         (math-compose-tex-func):
8082         * calc/calccomp.el (math-compose-expr):
8083         * calc/calc-ext.el (math-format-flat-expr-fancy):
8084         * calc/calc-store.el (calc-read-var-name):
8085         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
8087         * calc/calc.el (var-π, var-φ, var-γ): New variables.
8088         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
8089         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
8090         (math-standard-units): Add units.
8092 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8094         * progmodes/asm-mode.el (asm-mode):
8095         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
8097         * pcomplete.el (pcomplete-completions-at-point): New function,
8098         extracted from pcomplete-std-complete.
8099         (pcomplete-std-complete): Use it.
8101 2010-05-15  Glenn Morris  <rgm@gnu.org>
8103         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8104         Remove references to CVS, RCS and Old directories.
8106 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
8108         * calc/calc-bin.el (math-format-twos-complement): Group digits when
8109         appropriate.
8111 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8113         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
8114         (sh-mode-syntax-table): Give it a default value instead.
8115         (sh-header-marker): Make buffer-local.
8116         (sh-mode): Move make-local-variable to the corresponding setq.
8117         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
8118         Use complete-with-action.
8120         * simple.el (prog-mode): New (abstract) major mode.
8121         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
8122         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
8124 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
8126         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
8127         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
8128         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
8129         (sql-make-alternate-buffer-name, sql-placeholders-filter)
8130         (sql-escape-newlines-filter, sql-input-sender)
8131         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
8133 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
8135         Add TeX open-block and close-block keybindings to SGML, and vice versa.
8137         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
8138         latex-open-block and C-c / to latex-close-block.
8140         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
8141         and C-c C-e to sgml-close-tag.
8143 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
8145         * net/tramp.el (with-progress-reporter): Create reporter object
8146         only when the message would be displayed.  Handle nested calls.
8147         (tramp-handle-load, tramp-handle-file-local-copy)
8148         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8149         (tramp-maybe-send-script, tramp-find-shell):
8150         Use `with-progress-reporter'.
8151         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
8152         Fix message text.
8154         * net/tramp-smb.el (tramp-smb-handle-copy-file)
8155         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8156         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
8157         Use `with-progress-reporter'.
8159 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
8161         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
8162         process everytime when spellchecking from the minibuffer (bug#6143).
8164 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8166         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
8168         * dos-fns.el: Add "dos-" prefix for namespace control.
8169         (convert-standard-filename): Define as alias for
8170         dos-convert-standard-filename but only if applicable.
8172 2010-05-12  Alan Mackenzie  <acm@muc.de>
8174         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
8175         Push the mark at the start of these functions when appropriate.
8177 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8179         * minibuffer.el (completion-cycle-threshold): New custom var.
8180         (completion--do-completion): Use it.
8181         (minibuffer-complete): Use cycling if appropriate.
8183 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
8185         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
8186         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
8188 2010-05-11  Juri Linkov  <juri@jurta.org>
8190         * scroll-all.el (scroll-all-check-to-scroll):
8191         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
8193 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8195         * iimage.el (iimage-mode-map): Move initialization into declaration.
8196         (iimage-mode-buffer): Use with-silent-modifications.
8197         Simplify calling convention.  Adjust callers.
8198         (iimage-mode): Don't run hook redundantly.
8200         * minibuffer.el (completion-pcm--pattern->regex):
8201         Fix last change (bug#6160).
8203 2010-05-10  Juri Linkov  <juri@jurta.org>
8205         Remove nodes visited during Isearch from the Info history.
8206         * info.el (Info-isearch-initial-history)
8207         (Info-isearch-initial-history-list): New variables.
8208         (Info-isearch-start): Record initial values of
8209         Info-isearch-initial-history and Info-isearch-initial-history-list.
8210         Add Info-isearch-end to isearch-mode-end-hook.
8211         (Info-isearch-end): New function.
8213 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
8215         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8216         format string, in order to work around a bug in pdksh.
8217         Reported by Gilles Pion <gpion@lfdj.com>.
8218         (tramp-handle-verify-visited-file-modtime): Do not send a command
8219         when the connection is not established.
8220         (tramp-handle-set-file-times): Simplify the check for utc.
8222 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
8224         Fix use of `filter-buffer-substring' (rework previous change).
8225         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
8226         (cua-repeat-replace-region):
8227         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
8228         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8229         (cua-cut-region-to-global-mark): Use it.
8231 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
8233         * progmodes/sql.el: Version 2.1.
8234         (sql-product-alist): Redesign structure of product info.
8235         (sql-product, sql-user, sql-server, sql-database): Safe variables.
8236         (sql-port, sql-port-history): New variables.
8237         (sql-interactive-product): New variable.
8238         (sql-send-terminator): New variable.
8239         (sql-imenu-generic-expression): Add "Types" imenu entry.
8240         (sql-oracle-login-params, sql-sqlite-login-params)
8241         (sql-mysql-login-params, sql-solid-login-params)
8242         (sql-sybase-login-params, sql-informix-login-params)
8243         (sql-ingres-login-params, sql-ms-login-params)
8244         (sql-postgres-login-params, sql-interbase-login-params)
8245         (sql-db2-login-params, sql-linter-login-params)
8246         (sql-oracle-scan-on): New variables.
8247         (sql-mode-map): Add C-c C-i to start interactive mode.
8248         (sql-mode-menu): Update existing menu entries.
8249         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
8250         (sql-mode-oracle-font-lock-keywords)
8251         (sql-mode-postgres-font-lock-keywords)
8252         (sql-mode-ms-font-lock-keywords)
8253         (sql-mode-sybase-font-lock-keywords)
8254         (sql-mode-informix-font-lock-keywords)
8255         (sql-mode-interbase-font-lock-keywords)
8256         (sql-mode-ingres-font-lock-keywords)
8257         (sql-mode-solid-font-lock-keywords)
8258         (sql-mode-mysql-font-lock-keywords)
8259         (sql-mode-sqlite-font-lock-keywords)
8260         (sql-mode-db2-font-lock-keywords)
8261         (sql-mode-linter-font-lock-keywords): Update initialization to
8262         reduce run-time complexity.
8263         (sql-add-product, sql-del-product): New functions.
8264         (sql-set-product-feature, sql-get-product-feature): New functions.
8265         (sql-product-font-lock): Update product API.
8266         (sql-add-product-keywords): New function.
8267         (sql-highlight-product): Update product API.
8268         (sql-help-list-products): New function.
8269         (sql-help): Dynamically lists free and non-free products.
8270         (sql-get-login): Correct bug in handling history and added
8271         prompt for port.
8272         (sql-copy-column): Copy without properties.
8273         (sqli-input-sender): Apply filters to SQLi input.
8274         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
8275         Implement as a filter.
8276         (sql-escape-newlines-filter): Implement as a filter.
8277         (sql-remove-tabs-filter): New function.
8278         (sql-send-magic-terminator): New function.
8279         (sql-send-string): Implement magic terminator.
8280         (sql-send-region): Use `sql-send-string'.
8281         (sql-interactive-mode): Use product API.
8282         (sql-product-interactive): Use product API.
8283         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8284         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8285         (sql-db2, sql-linter): Use `sql-product-interactive'.
8286         (sql-connect): New function.
8287         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8288         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8289         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
8290         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8291         Use `sql-connect'.
8293 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8295         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
8296         New custom variable.
8297         (completion-pcm--string->pattern): Use it.
8298         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
8299         Make it handle any symbol as `any'.
8300         (completion-pcm--merge-completions): Extract common suffix for the new
8301         `prefix' symbol as well.
8302         (completion-substring--all-completions): Use the new `prefix' symbol.
8304 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
8306         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
8307         not bound.
8308         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
8309         (tramp-compat-funcall): New defmacro.
8310         (tramp-compat-line-beginning-position)
8311         (tramp-compat-line-end-position)
8312         (tramp-compat-temporary-file-directory)
8313         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
8314         (tramp-compat-copy-file, tramp-compat-copy-directory)
8315         (tramp-compat-delete-file, tramp-compat-delete-directory)
8316         (tramp-compat-number-sequence, tramp-compat-process-running-p)
8317         * net/tramp.el (top, with-progress-reporter)
8318         (tramp-rfn-eshadow-setup-minibuffer)
8319         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
8320         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
8321         (tramp-completion-mode-p, tramp-check-for-regexp)
8322         (tramp-open-connection-setup-interactive-shell)
8323         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
8324         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
8325         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
8326         * net/tramp-cmds.el (tramp-cleanup-all-connections)
8327         (tramp-reporter-dump-variable, tramp-load-report-modules)
8328         (tramp-append-tramp-buffers)
8329         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
8331         * net/tramp-imap.el (top): Autoload `epg-make-context'.
8333 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8335         * progmodes/compile.el (compilation-buffer-modtime): Rename from
8336         buffer-modtime.  Adjust users.
8338 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
8340         * international/mule.el (auto-coding-alist): Only purecopy
8341         car of each item, not the whole list (Bug#6083).
8343 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
8345         * progmodes/js.el (js-mode): Make paragraph variables local before
8346         calling c-setup-paragraph-variables (Bug#6071).
8348 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
8350         * composite.el (compose-region, reference-point-alist): Fix typos
8351         in the doc strings.
8353 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
8355         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
8356         gnuplot's "set" command.
8358 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
8360         * abbrev.el (last-abbrev-text): Doc fix.
8361         (abbrev-prefix-mark): Don't escape parenthesis.
8363 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
8365         * composite.el (find-composition): Doc fix.
8367 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
8369         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
8370         (sql-oracle-program, sql-sqlite-options)
8371         (sql-query-placeholders-and-send): Doc fixes.
8372         (sql-set-product, sql-interactive-mode): Reflow docstrings.
8373         (sql-imenu-generic-expression, sql-buffer)
8374         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
8375         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
8376         (sql-mode-sybase-font-lock-keywords)
8377         (sql-mode-informix-font-lock-keywords)
8378         (sql-mode-interbase-font-lock-keywords)
8379         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
8380         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
8381         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
8382         (sql-product-feature, sql-highlight-product)
8383         (comint-line-beginning-position, sql-rename-buffer)
8384         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
8385         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
8386         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
8387         Fix typos in docstrings.
8389 2010-05-08  Juri Linkov  <juri@jurta.org>
8391         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
8392         property instead of `invisible' and `after-string' (bug#5998).
8394 2010-05-08  Juri Linkov  <juri@jurta.org>
8396         * image-mode.el (image-mode-as-text): Fix typo in docstring.
8398 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
8400         * filecache.el (file-cache-add-directory-list)
8401         (file-cache-add-directory-recursively): Fix typos in docstrings.
8403 2010-05-08  Kenichi Handa  <handa@m17n.org>
8405         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
8406         (gujarati-composable-pattern): Fix typo.
8408 2010-05-08  Kenichi Handa  <handa@m17n.org>
8410         * language/indian.el (oriya-composable-pattern)
8411         (tamil-composable-pattern, malayalam-composable-pattern):
8412         Add two-part vowels to "v" (vowel sign).
8414 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
8416         * files.el (copy-directory): Handle symlinks (Bug#5982).
8418 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
8420         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
8421         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
8422         (Bug#5846).
8424 2010-05-08  Glenn Morris  <rgm@gnu.org>
8426         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
8428         * minibuffer.el (completion-at-point): Doc fix.
8430 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8432         * electric.el (Electric-command-loop): Minor tweak.
8434         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
8435         better with dedicated windows.
8437 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
8439         * Version 23.2 released.
8441 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
8442             Stefan Monnier  <monnier@iro.umontreal.ca>
8444         Highlight vendor specific properties.
8445         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
8446         (css-proprietary-property): New face.
8447         (css-font-lock-keywords): Use them.
8449 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
8451         * cus-start.el (all): Add native condition for tool-bar-* symbols.
8453 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8455         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
8456         * files.el (auto-mode-alist): Remove redundant entries.
8458         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
8459         * simple.el (auto-save-mode): Move from files.el.
8460         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
8462 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8464         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
8466 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8468         * mail/binhex.el (binhex-decode-region-internal)
8469         * mail/uudecode.el (uudecode-decode-region-internal)
8470         * net/dns.el (dns-read-string-name, dns-write, dns-read)
8471         (dns-read-type, dns-query)
8472         * pgg-parse.el (pgg-parse-armor)
8473         * pgg.el (pgg-verify-region)
8474         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
8475         XEmacs.
8477         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
8479 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
8481         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
8483         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
8484         * emulation/cua-base.el (cua-repeat-replace-region):
8485         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8486         (cua-cut-region-to-global-mark):
8487         Remove text properties with `set-text-properties'.
8489 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
8491         * net/tramp.el (top, with-progress-reporter):
8492         Use `symbol-function' inside `funcall'.
8494         * net/tramp-compat.el (tramp-compat-file-attributes)
8495         (tramp-compat-delete-file, tramp-compat-delete-directory):
8496         Handle only `wrong-number-of-arguments' error.
8498         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
8499         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
8500         inside `funcall'.
8502 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8504         * minibuffer.el (completion--sreverse, completion--common-suffix):
8505         New functions.
8506         (completion-pcm--merge-completions): Extract common suffix when safe.
8508         * emacs-lisp/easy-mmode.el (define-minor-mode):
8509         Make :variable more flexible.
8510         * files.el (auto-save-mode): Use it to define using define-minor-mode.
8512 2010-05-05  Juri Linkov  <juri@jurta.org>
8514         Add `slow' and `history' tags to the desktop data.
8516         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
8517         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
8518         (Info-finder-find-node): Require `finder.el' to be able
8519         to restore node from the desktop.
8520         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
8521         data `Info-history' and `slow' tag in the assoc list.
8522         (Info-restore-desktop-buffer): Don't restore nodes with the
8523         `slow' tag.  Restore `Info-history'.
8525 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
8527         Add FORCE argument to `delete-file'.
8529         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
8530         forcing to delete the temporary file.
8531         (ange-ftp-delete-file): Add FORCE arg.
8532         (ange-ftp-rename-remote-to-remote)
8533         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
8534         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
8535         Force file deletion.
8537         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
8539         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
8540         (tramp-handle-make-symbolic-link, tramp-handle-load)
8541         (tramp-do-copy-or-rename-file-via-buffer)
8542         (tramp-do-copy-or-rename-file-directly)
8543         (tramp-do-copy-or-rename-file-out-of-band)
8544         (tramp-handle-process-file, tramp-handle-call-process-region)
8545         (tramp-handle-shell-command, tramp-handle-file-local-copy)
8546         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8547         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
8549         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
8550         (tramp-fish-handle-make-symbolic-link)
8551         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
8553         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8554         Use `tramp-compat-delete-file'.
8556         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
8557         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
8559         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
8560         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
8562         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
8563         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
8564         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8565         Use `tramp-compat-delete-file'.
8567 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8569         Minor cleanups.
8570         * subr.el (add-minor-mode): Use push.
8571         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
8572         * emulation/edt.el (edt-select-mode): Simplify.
8574         Use define-minor-mode in more cases.
8575         * term/tvi970.el (tvi970-set-keypad-mode):
8576         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8577         (normal-erase-is-backspace-mode):
8578         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
8579         (set-scroll-bar-mode-1): (Re)move to its sole caller.
8580         (get-scroll-bar-mode): New function.
8581         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
8583         Use define-minor-mode for less obvious cases.
8584         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
8585         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
8586         * international/iso-ascii.el (iso-ascii-mode):
8587         * frame.el (auto-raise-mode, auto-lower-mode):
8588         * composite.el (global-auto-composition-mode): Use define-minor-mode.
8590 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
8592         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
8593         in order to see error messages for failed logins.
8595 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
8597         * diff.el (diff-sentinel):
8599         * epg.el (epg--make-temp-file, epg-decrypt-string)
8600         (epg-verify-string, epg-sign-string, epg-encrypt-string):
8602         * jka-compr.el (jka-compr-partial-uncompress)
8603         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
8605         * server.el (server-sentinel): Use delete-file's new FORCE arg
8606         (Bug#6070).
8608 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8610         Use define-minor-mode where applicable.
8611         * view.el (view-mode):
8612         * type-break.el (type-break-query-mode)
8613         (type-break-mode-line-message-mode):
8614         * textmodes/reftex.el (reftex-mode):
8615         * term/vt100.el (vt100-wide-mode):
8616         * tar-mode.el (tar-subfile-mode):
8617         * savehist.el (savehist-mode):
8618         * ibuf-ext.el (ibuffer-auto-mode):
8619         * composite.el (auto-composition-mode):
8620         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8621         Use define-minor-mode.
8622         (vhdl-mode): Use static mode-line format.
8623         (vhdl-mode-line-update): Delete.
8624         (vhdl-create-mode-menu, vhdl-activate-customizations)
8625         (vhdl-hs-minor-mode): Don't bother calling it.
8627 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8629         * simple.el (with-wrapper-hook): Move.
8630         (buffer-substring-filters): Mark obsolete.
8631         (filter-buffer-substring-functions): New variable.
8632         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
8634 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
8635             Michael Albinus  <michael.albinus@gmx.de>
8637         Implement compression for inline methods.
8639         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
8640         (tramp-copy-size-limit): Allow also nil.
8641         (tramp-inline-compress-commands): New defconst.
8642         (tramp-find-inline-compress, tramp-get-inline-compress)
8643         (tramp-get-inline-coding): New defuns.
8644         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
8645         replaced by `tramp-get-inline-coding'.
8646         (tramp-handle-file-local-copy, tramp-handle-write-region)
8647         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
8649 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8651         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
8652         Remove unused functions.
8654         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
8655         Set find-tag-default-function as a variable rather than a property.
8657         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
8658         * progmodes/etags.el (tags-completion-at-point-function):
8659         Remove left over interactive spec.  Add autoloading stub.
8660         (complete-tag): Use tags-completion-at-point-function.
8662 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
8664         * minibuffer.el (tags-completion-at-point-function): Fix return value.
8666 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
8668         * ido.el (ido-init-completion-maps): Remove C-v binding.
8669         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
8671 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
8673         * minibuffer.el (tags-completion-at-point-function): New function.
8674         (completion-at-point-functions): Use it.
8676         * progmodes/etags.el (complete-tag): Revert last change.
8678 2010-04-29  Alan Mackenzie  <acm@muc.de>
8680         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
8681         off-by-one error (in end of macro position).
8683 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8685         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
8686         firefox is absent.  Don't autoload.
8687         (browse-url-galeon-program): Don't autoload.
8689 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
8691         * bindings.el (complete-symbol): Move into minibuffer.el.
8693         * minibuffer.el (complete-tag): Move from etags.el.  If tags
8694         completion cannot be performed, return nil instead of signalling
8695         an error.
8696         (completion-at-point): Make it an alias for complete-symbol.
8697         (complete-symbol): Move from bindings.el, and replace with the
8698         body of completion-at-point.
8700         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
8702 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
8704         * net/tramp.el (tramp-remote-selinux-p): New defun.
8705         (tramp-handle-file-selinux-context)
8706         (tramp-handle-set-file-selinux-context): Use it.
8708 2010-04-28  Sam Steingold  <sds@gnu.org>
8710         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8711         `safe-local-variable' if the value is a string or a symbol with
8712         the property `bug-reference-url-format'.
8714 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
8716         * progmodes/bug-reference.el (bug-reference-url-format):
8717         Revert 2010-04-27 change due to security risk.
8719 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8721         Make it possible to locally disable a globally enabled mode.
8722         * simple.el (fundamental-mode): Run fundamental-mode-hook.
8723         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
8724         rather than kill-all-local-variables so it runs fundamental-mode-hook.
8725         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8726         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
8727         that subsequent hooks get a chance to disable it.
8729 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8731         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8732         Avoid re-enabling a minor mode after the user turned the minor mode
8733         off if MODE-enable-in-buffers is run twice (typically once from
8734         fundamental-mode's after-change-major-mode-hook and a second time from
8735         run-mode-hook's own after-change-major-mode-hook).
8737         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
8739 2010-04-27  Sam Steingold  <sds@gnu.org>
8741         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8742         `safe-local-variable' if the value is a string or a function, as
8743         documented and implemented on 2010-04-02.
8745 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
8747         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
8748         when method is 'kill.
8750 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
8752         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
8753         condition in default directory check.
8754         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
8755         Kill ispell process when killing its associated buffer.
8757 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
8759         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
8760         but we aren't using it.
8762 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
8764         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
8765         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
8767 2010-04-24  Glenn Morris  <rgm@gnu.org>
8769         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
8770         Ignore VCS-ignore files, and deleted nextstep preferences files.
8771         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
8772         (authors-ambiguous-files): New list.
8773         (authors-valid-file-names): Add some deleted files.
8774         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
8775         (authors-disambiguate-file-name): New function.  (Bug#5501)
8776         (authors-canonical-file-name): Doc fix.
8777         Don't warn about obsolete files.
8778         (authors-canonical-file-name, authors-scan-el):
8779         Use authors-disambiguate-file-name.
8781         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8782         Add autoload cookies.
8783         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
8784         (generated-autoload-file): Set file-local value to "htmlfontify.el".
8785         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
8786         They have definitions / compiler macros in cl.el.
8787         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8788         Replace manual autoloads with generated ones.
8789         (htmlfontify-unload-rgb-file): Remove autoload.
8790         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
8792 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8794         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
8795         (byte-compile-setq-default): Optimize for the
8796         single-var case and don't call byte-compile-form in this case to avoid
8797         inf-loop with byte-compile-set-default.
8799         * progmodes/compile.el (compilation-start): Abbreviate default directory.
8801 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
8803         Implement SELINUX backends.
8805         * net/tramp.el (tramp-file-name-handler-alist):
8806         Add `file-selinux-context' and `set-file-selinux-context'.
8807         (tramp-handle-file-selinux-context)
8808         (tramp-handle-set-file-selinux-context): New defuns.
8809         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
8810         Handle PRESERVE-SELINUX-CONTEXT.
8812         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8813         Add `file-selinux-context' and `set-file-selinux-context'.
8814         (tramp-gvfs-handle-file-selinux-context)
8815         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
8816         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
8818         * net/ange-ftp.el (ange-ftp-copy-file):
8819         * net/tramp-fish.el (tramp-fish-handle-copy-file):
8820         * net/tramp-imap.el (tramp-imap-handle-copy-file):
8821         * net/tramp-smb.el (tramp-smb-handle-copy-file):
8822         Add PRESERVE-SELINUX-CONTEXT.
8824 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
8826         Synchronize with Tramp repository.
8828         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
8829         (tramp-action-process-alive, tramp-action-out-of-band)
8830         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
8831         (tramp-exists-file-name-handler): Fix docstring.
8832         (with-progress-reporter): New defmacro.
8833         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
8834         (tramp-maybe-open-connection): Use it.
8836 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
8838         Detect ssh 'ControlMaster' argument automatically in some cases.
8840         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
8841         (tramp-default-method): Use it.
8843 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
8845         * net/tramp.el (tramp-handle-copy-file): Add new optional
8846         parameter `preserve-selinux-context'.
8847         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
8849 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
8851         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
8852         Ensure, that non remote files are still checked.  Oops.
8854 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
8856         Fix Bug#5840.
8858         * icomplete.el (icomplete-completions): Use `non-essential'.
8860         * net/tramp.el (tramp-connectable-p): New defun.
8861         (tramp-handle-expand-file-name)
8862         (tramp-completion-handle-file-name-all-completions)
8863         (tramp-completion-handle-file-name-completion): Use it.
8865 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8867         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
8869 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
8871         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
8873         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
8875         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
8876         is present.
8878         * info.el (info-tool-bar-map): Add labels.
8880         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
8882         * cus-edit.el (custom-commands): Add labels for tool bar.
8883         (custom-buffer-create-internal, Custom-mode): Adjust for
8884         labels in custom-commands.
8886         * dynamic-setting.el: Renamed from font-setting.el.
8888 2010-04-21  John Wiegley  <jwiegley@gmail.com>
8890         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
8891         toggles the use of virtual buffers.
8892         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
8893         (ido-toggle-virtual-buffers): New function.
8895 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
8897         Use `define-derived-mode'; fix window selection; doc fixes.
8898         * play/tetris.el (tetris, tetris-update-speed-function)
8899         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
8900         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
8901         (tetris-rotate-next, tetris-end-game, tetris-start-game)
8902         (tetris-pause-game): Fix typos in docstrings.
8903         (tetris-mode-map, tetris-null-map):
8904         Move initialization into declaration.
8905         (tetris-mode): Define with `define-derived-mode';
8906         set show-trailing-whitespace to nil.
8907         (tetris): Prefer window already displaying the "*Tetris*" buffer.
8909 2010-04-21  Karel Klíč  <kklic@redhat.com>
8911         * files.el (backup-buffer): Handle SELinux context, and return it
8912         if a backup was made by renaming.
8913         (backup-buffer-copy): Set SELinux context to the target file.
8914         (basic-save-buffer): Set SELinux context of the newly written file.
8915         (basic-save-buffer-1): Now it also returns any SELinux context.
8916         (basic-save-buffer-2): Set SELinux context of the newly created file,
8917         and return it.
8918         * net/tramp.el (tramp-file-name-for-operation):
8919         Add file-selinux-context.
8921 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8923         Make the log-edit comments use RFC822 format throughout.
8925         * vc.el (vc-checkin, vc-modify-change-comment):
8926         Adjust to new vc-start/finish-logentry.
8927         (vc-find-conflicted-file): New command.
8928         (vc-transfer-file): Adjust to new vc-checkin.
8929         (vc-next-action): Improve scoping.
8931         * vc-hg.el (vc-hg-log-edit-mode): Remove.
8932         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
8934         * vc-git.el (vc-git-log-edit-mode): Remove.
8935         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
8936         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
8938         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
8939         (vc-start-logentry): Remove argument `extra'.
8940         (vc-finish-logentry): Remove extra args.
8942         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
8943         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
8944         (vc-bzr-conflicted-files): New function.
8946         * log-edit.el (log-edit-extra-flags)
8947         (log-edit-before-checkin-process): Remove.
8948         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
8949         (log-edit-headers-alist): New var.
8950         (log-edit-header-contents-regexp): New const.
8951         (log-edit-match-to-eoh): New function.
8952         (log-edit-font-lock-keywords): Use them.
8953         (log-edit): Insert a "Summary:" header as default.
8954         (log-edit-mode): Mark font-lock rules as case-insensitive.
8955         (log-edit-done): Cleanup headers.
8956         (log-view-process-buffer): Remove.
8957         (log-edit-extract-headers): New function to replace it.
8959 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
8961         * subr.el (default-direction-reversed): Remove obsolescence info.
8963 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8965         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
8966         windows/frames.
8968         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
8969         I.e. include text after point in the completion region.
8970         Also, return nil when we're not after/in a symbol.
8972         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
8973         default enable-multibyte-characters.
8975 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8977         * international/mule.el: Help the user choose a valid coding-system.
8978         (read-buffer-file-coding-system): New function.
8979         (set-buffer-file-coding-system): Use it.  Prompt the user if the
8980         coding-system cannot encode all the chars.
8982         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
8983         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
8984         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
8985         Don't use *vc-bzr-shelve*.
8987 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
8989         Fix the version number for added files.
8990         * vc-hg.el (vc-hg-working-revision): Check if the file is
8991         registered after hg parent fails (Bug#5961).
8993 2010-04-19  Glenn Morris  <rgm@gnu.org>
8995         * htmlfontify.el (htmlfontify-buffer)
8996         (htmlfontify-copy-and-link-dir): Autoload entry points.
8998 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
9000         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
9001         name relative to the project root (Bug#5960).
9003 2010-04-19  Glenn Morris  <rgm@gnu.org>
9005         * vc-git.el (vc-git-print-log): Doc fix.
9007 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
9009         * ido.el (ido-file-internal): Fix 2009-12-02 change.
9011 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
9013         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
9014         default settings (Bug#5928).
9016 2010-04-19  Glenn Morris  <rgm@gnu.org>
9018         * progmodes/fortran.el (fortran-match-and-skip-declaration):
9019         New function.
9020         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
9022 2010-04-19  Kenichi Handa  <handa@m17n.org>
9024         * language/indian.el (malayalam-composable-pattern): Fix previous
9025         change (add U+0D4D "SIGN VIRAMA").
9026         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
9027         (tamil-composable-pattern): Fix typo in the regexp.
9028         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
9029         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
9030         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
9032 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
9034         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
9035         paragraph-separate (Bug#5821).
9037 2010-04-19  Juri Linkov  <juri@jurta.org>
9039         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
9041         * info.el (Info-find-node-2): Comment out code that skips
9042         breadcrumbs line.
9043         (Info-mouse-follow-link): New command.
9044         (Info-link-keymap): New keymap.
9045         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
9046         Return a string with links instead of inserting breadcrumbs
9047         to the Info buffer.
9048         (Info-fontify-node): Comment out code that inserts breadcrumbs.
9049         Instead of putting the `invisible' text property over the Info
9050         header, make an overlay over the Info header with the `invisible'
9051         property and `after-string' set to the string returned by
9052         `Info-breadcrumbs'.
9054 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
9056         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
9057         Reported by monkey@sandpframing.com.
9059 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9061         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
9062         (tmm-get-keymap): Add key-binding shortcuts now that they're not
9063         available in the "keyseq cache" any more.
9065         * custom.el (defcustom): Add edebug spec.
9067 2010-04-18  Juri Linkov  <juri@jurta.org>
9069         Test for special mode-class in view-buffer instead of view-file (bug#5513).
9071         * view.el (view-file, view-buffer): Move test for special mode-class
9072         from view-file to view-buffer.
9074         * tar-mode.el (tar-extract): Turn if's into one cond
9075         like in arc-mode.el.
9077 2010-04-18  Juri Linkov  <juri@jurta.org>
9079         Add 7z archive format support (bug#5475).
9081         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
9082         (archive-7z-extract): New defcustom.
9083         (archive-find-type): Add magic string for 7z.
9084         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
9085         If `stderr-file' is non-nil, use `(t stderr-file)' for the
9086         `buffer' arg of `call-process'.
9087         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
9088         call the function `archive-7z-extract' with the variable
9089         `archive-7z-extract' let-bound to `archive-zip-extract'.
9090         (archive-7z-summarize, archive-7z-extract): New functions.
9092         * international/mule.el (auto-coding-alist):
9093         * files.el (auto-mode-alist): Add 7z file extension.
9095 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9097         * loadup.el: Setup hash-cons for pure data.
9099         Fix duplicate entries in cedet's loaddefs.el files.
9100         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
9101         Should make most file-local generated-autoload-file unnecessary.
9102         (print-readably): Silence warnings.
9103         (autoload-find-destination): Take load-name as an arg to make sure
9104         it's the same as the one that will be in the file.
9105         (autoload-generate-file-autoloads): Adjust to above changes.
9106         Try to make the dataflow a bit simpler.
9108         * cvs-status.el (cvs-refontify): Remove unused.
9110 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
9112         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
9114         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
9115         twos-complement mode.
9117 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
9119         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9120         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
9121         (calc-inverse): Add "Option" to message, as appropriate.
9122         (calc-hyperbolic): Add "Option" to message, as appropriate.
9123         (calc-option, calc-is-option): New functions.
9125         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
9126         (calc-option-prefix-help): New function.
9128         * calc/calc-misc.el (calc-help): Add "Option" entry.
9130         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
9131         (calc-option-flag): New variable.
9132         (calc-do): Set `calc-option-flag to nil.
9133         (calc-set-mode-line): Add "Opt " as appropriate.
9135 2010-04-16  Juri Linkov  <juri@jurta.org>
9137         Move scrolling commands from simple.el to window.el
9138         because their primitives are implemented in window.c.
9140         * simple.el (scroll-error-top-bottom)
9141         (scroll-up-command, scroll-down-command, scroll-up-line)
9142         (scroll-down-line, scroll-other-window-down)
9143         (beginning-of-buffer-other-window, end-of-buffer-other-window):
9144         * window.el (scroll-error-top-bottom)
9145         (scroll-up-command, scroll-down-command, scroll-up-line)
9146         (scroll-down-line, scroll-other-window-down)
9147         (beginning-of-buffer-other-window, end-of-buffer-other-window):
9148         Move from simple.el to window.el because their primitives are
9149         implemented in window.c.
9151 2010-04-16  Juri Linkov  <juri@jurta.org>
9153         * isearch.el (isearch-lookup-scroll-key): Check both
9154         `isearch-scroll' and `scroll-command' properties.
9155         (scroll-up, scroll-down): Remove `isearch-scroll' property.
9157         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
9159         * simple.el (scroll-up-command, scroll-down-command)
9160         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
9162 2010-04-15  Juri Linkov  <juri@jurta.org>
9164         * simple.el (scroll-up-command, scroll-down-command)
9165         (scroll-up-line, scroll-down-line): Put `scroll-command'
9166         property on the these symbols.  Remove them from
9167         `scroll-preserve-screen-position-commands'.
9169         * mwheel.el (mwheel-scroll): Put `scroll-command' and
9170         `isearch-scroll' properties on the `mwheel-scroll' symbol.
9171         Remove it from `scroll-preserve-screen-position-commands'.
9173         * isearch.el (isearch-allow-scroll): Doc fix.
9175 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
9177         * net/tramp.el (tramp-error-with-buffer): Don't show the
9178         connection buffer when we are in completion mode.
9179         (tramp-file-name-handler): Catch the error for some operations
9180         when we are in completion mode.  This gives the user the chance to
9181         correct the file name in the minibuffer.
9183 2010-04-15  Glenn Morris  <rgm@gnu.org>
9185         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
9187 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
9189         Simplify by using `define-derived-mode'.
9190         * info.el (Info-mode):
9191         * calendar/todo-mode.el (todo-mode):
9192         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
9193         (gomoku-mode-map): Move initialization into declaration.
9195 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
9197         Fix Bug#5840.
9198         * ido.el (ido-file-name-all-completions-1):
9199         * minibuffer.el (minibuffer-completion-help):
9200         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
9202 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9204         * simple.el (non-essential): New var.
9206         Add a new field `location' to bookmarks for non-file bookmarks.
9207         * bookmark.el (bookmark-location): Use the new field, if present.
9208         (bookmark-insert-location): Undo last change, not needed any more.
9209         * man.el (Man-bookmark-make-record):
9210         * woman.el (woman-bookmark-make-record): Add `location' field.
9212 2010-04-14  Juri Linkov  <juri@jurta.org>
9214         * simple.el (scroll-error-top-bottom): New defcustom.
9215         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
9217         * emulation/pc-select.el (pc-select-override-scroll-error):
9218         Obsolete in favor of `scroll-error-top-bottom'.
9220 2010-04-14  Juri Linkov  <juri@jurta.org>
9222         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
9223         `scroll-up-command' and `M-v' to `scroll-down-command'.
9225         * emulation/cua-rect.el (cua--init-rectangles):
9226         * forms.el (forms--change-commands):
9227         * image-mode.el (image-mode-map):
9228         Remap scroll-down-command and scroll-up-command
9229         in addition to scroll-down and scroll-up.
9231 2010-04-14  Juri Linkov  <juri@jurta.org>
9233         * mwheel.el (scroll-preserve-screen-position-commands):
9234         Add mwheel-scroll to this list of commands.
9236         * simple.el (scroll-preserve-screen-position-commands):
9237         Add scroll-up-command, scroll-down-command, scroll-up-line,
9238         scroll-down-line to this list of commands.
9240 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9242         * obsolete/complete.el: Move from lisp/complete.el.
9244         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
9246         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
9247         to the minor mode function now turns the mode ON unconditionally.
9249 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9251         * vc-dir.el (vc-dir-kill-line): New command.
9252         (vc-dir-mode-map): Bind it to C-k.
9254         * bookmark.el (bookmark-insert-location): Handle a nil filename.
9256         * woman.el: Add bookmark declarations to silence the compiler.
9257         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
9258         step to compatibility between man and woman bookmarks.
9259         Adjust for Man-default-bookmark-title renaming.
9260         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
9262         * man.el: Add bookmark declarations to silence the compiler.
9263         (Man-name-local-regexp): Make it match NAME as well.
9264         (Man-getpage-in-background): Return the buffer.
9265         (Man-notify-when-ready): Use `case'.
9266         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
9267         Don't hardcode "NAME".  Simplify.
9268         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
9269         Rename from Man-bookmark-make-record.
9270         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
9271         we have the actual man-args.  Use Man-getpage-in-background rather
9272         than `man' since the arg is already processed.  Let bookmark.el do the
9273         window handling.  Only wait for the relevant process.
9274         Don't forget to autoload.
9276         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
9278 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9280         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
9281         New functions.
9282         (woman-mode): Setup bookmark support.
9284         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
9285         (man-bookmark-jump): New functions.
9286         (Man-mode): Setup bookmark support.
9288 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
9290         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
9291         recognize ssh-keygen prompt (Bug#2817).
9293 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
9295         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
9297 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
9299         Synchronize with Tramp repository.
9301         * net/tramp.el (tramp-completion-function-alist)
9302         (tramp-file-name-regexp, tramp-chunksize)
9303         (tramp-local-coding-commands, tramp-remote-coding-commands):
9304         Fix docstring.
9305         (tramp-remote-process-environment): Use `format' instead of `concat'.
9306         (tramp-handle-directory-files-and-attributes)
9307         (tramp-get-remote-path): Use `copy-tree'.
9308         (tramp-handle-file-name-all-completions): Backward/ XEmacs
9309         compatibility: Use `completion-ignore-case' if
9310         `read-file-name-completion-ignore-case' does not exist.
9311         (tramp-do-copy-or-rename-file-directly): Do not use
9312         `tramp-handle-file-remote-p'.
9313         (tramp-do-copy-or-rename-file-out-of-band):
9314         Use `tramp-compat-delete-directory'.
9315         (tramp-do-copy-or-rename-file-out-of-band)
9316         (tramp-compute-multi-hops, tramp-maybe-open-connection):
9317         Use `format-spec-make'.
9318         (tramp-find-foreign-file-name-handler)
9319         (tramp-advice-make-auto-save-file-name)
9320         (tramp-set-auto-save-file-modes): Remove superfluous check for
9321         `stringp'.  This is done inside `tramp-tramp-file-p'.
9322         (tramp-debug-outline-regexp): New defconst.
9323         (tramp-get-debug-buffer): Use it.
9324         (tramp-check-for-regexp): Use (forward-line 1).
9325         (tramp-set-auto-save-file-modes): Adapt version check.
9327         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
9328         Wrap call of `featurep' for 2nd argument.
9329         (tramp-compat-make-temp-file): Simplify fallback implementation.
9330         (tramp-compat-copy-tree): Remove function.
9331         (tramp-compat-delete-directory): Provide implementation for older
9332         Emacsen.
9334         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
9335         Do not use `tramp-fish-handle-file-attributes.
9337         * net/trampver.el: Update release number.
9339 2010-04-10  Glenn Morris  <rgm@gnu.org>
9341         * progmodes/compile.el (compilation-save-buffers-predicate):
9342         Add missing :version tag.
9344 2010-04-09  Sam Steingold  <sds@gnu.org>
9346         * progmodes/compile.el (compilation-save-buffers-predicate):
9347         Remove the "autoload" cookie.
9349         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
9350         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
9351         and `bug-reference-prog-mode' can be used in hooks directly.
9353 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
9355         Add --author support to git commit.
9356         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
9357         (vc-git-log-edit-mode): New minor mode.
9358         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
9359         New declarations.
9361 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
9363         * vc-hooks.el, vc-git.el: Improve documentation comments.
9365 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9367         Fix some of the problems in defsubst* (bug#5728).
9368         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
9369         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
9371 2010-04-07  Sam Steingold  <sds@gnu.org>
9373         * progmodes/compile.el (compilation-save-buffers-predicate):
9374         New custom variable.
9375         (compile, recompile): Pass it to `save-some-buffers'.
9377 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
9379         * wid-edit.el (widget-choose): Move cursor to the second line of
9380         the buffer (Bug#5695).
9382 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
9384         Add new VC methods: vc-log-incoming and vc-log-outgoing.
9385         * vc.el (vc-print-log-setup-buttons): New function split out from
9386         vc-print-log-internal.
9387         (vc-log-internal-common): New function, a parametrized version of
9388         vc-print-log-internal.
9389         (vc-print-log-internal): Just call vc-log-internal-common with the
9390         right arguments.
9391         (vc-incoming-outgoing-internal):
9392         (vc-log-incoming, vc-log-outgoing): New functions.
9393         (vc-log-view-type): New permanent local variable.
9395         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
9397         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
9398         of the dynamic bound vc-short-log.
9399         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
9401         * vc-git.el (vc-git-log-outgoing): New function.
9402         (vc-git-log-view-mode): Use vc-log-view-type instead
9403         of the dynamic bound vc-short-log.
9405         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
9406         of the dynamic bound vc-short-log.  Highlight the tag.
9407         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
9408         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
9409         (vc-hg-incoming-mode): Remove.
9410         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
9412 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
9414         Fix default-directory for vc-root-diff.
9415         * vc.el (vc-root-diff): Bind default-directory to the root
9416         directory for the diff command.
9418 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
9420         * progmodes/verilog-mode.el (verilog-forward-sexp):
9421         (verilog-calc-1): Support "disable fork" and "fork wait" multi
9422         word keywords, suggested by Steve Pearlmutter.
9423         (verilog-pretty-declarations): Support lineup of declarations in
9424         port lists.
9425         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
9426         fix bug for /* / comments.
9427         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
9428         Speed up and simplfy as this is never called with a bound.
9429         (verilog-pretty-declarations): Enhance to line up declarations
9430         inside a parameter list, suggested by Alan Morgan.
9431         (verilog-pretty-expr): Tune assignment regular expression match
9432         string for corner cases; also use markers instead of character
9433         number as indent changes the later.
9435 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
9437         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
9438         as missing keyword.
9439         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
9440         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
9441         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
9442         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
9443         Tennant.
9444         (verilog-keywords):
9445         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
9446         1800-2009 keywords, including "global.".
9448 2010-04-06  John Wiegley  <jwiegley@gmail.com>
9450         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
9451         appearing in buffer list (if a live buffer name matched a recentf
9452         file basename).  Should use uniquify to offer a real solution.
9454 2010-04-06  John Wiegley  <jwiegley@gmail.com>
9456         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
9457         comment to code, and add a :version tag.
9458         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
9460 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
9462         Enable recentf-mode if using virtual buffers.
9463         * ido.el (recentf-list): Declare for byte-compiler.
9464         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
9465         (ido-make-buffer-list): Simplify.
9466         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
9468 2010-04-05  Juri Linkov  <juri@jurta.org>
9470         Scrolling commands which scroll a line instead of full screen.
9471         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9473         * simple.el (scroll-up-line, scroll-down-line): New commands.
9474         Put property isearch-scroll=t on them.
9476         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
9477         Remove commands.
9479 2010-04-05  Juri Linkov  <juri@jurta.org>
9481         Scrolling commands which do not signal errors at top/bottom.
9482         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9484         * simple.el (scroll-up-command, scroll-down-command): New commands.
9485         Put property isearch-scroll=t on them.
9487         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
9488         `scroll-down-command' and [next] from `scroll-up' to
9489         `scroll-up-command'.
9491         * emulation/cua-base.el: Put property CUA=move on
9492         `scroll-up-command' and `scroll-down-command'.
9493         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
9494         and `scroll-down-command' to `cua-scroll-down'.
9496 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
9498         * help.el (describe-mode): Return nil.
9500 2010-04-04  John Wiegley  <jwiegley@gmail.com>
9502         * ido.el (ido-use-virtual-buffers): New variable to indicate
9503         whether "virtual buffer" support is enabled for IDO.
9504         (ido-virtual): Face used to indicate virtual buffers in the list.
9505         (ido-buffer-internal): If a buffer is chosen, and no such buffer
9506         exists, but a virtual buffer of that name does (which would be why
9507         it was in the list), recreate the buffer by reopening the file.
9508         (ido-make-buffer-list): If virtual buffers are being used, call
9509         `ido-add-virtual-buffers-to-list' before the make list hook.
9510         (ido-virtual-buffers): New variable which contains a copy of the
9511         current contents of the `recentf-list', albeit pared down for the
9512         sake of speed, and with proper faces applied.
9513         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
9514         create a list of "virtual buffers" to present to the user in
9515         addition to the currently open set.  Note that this logic could
9516         get rather slow if that list is too large.  With the default
9517         `recentf-max-saved-items' of 200, there is little speed penalty.
9519 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9521         * font-lock.el: Require CL when compiling.
9522         (font-lock-turn-on-thing-lock): Use `case'.
9524 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
9526         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
9527         Zaretskii.
9529 2010-04-02  Juri Linkov  <juri@jurta.org>
9531         * ehelp.el (electric-help-orig-major-mode):
9532         New buffer-local variable.
9533         (electric-help-mode): Set it to original major-mode.  Doc fix.
9534         (with-electric-help): Use `electric-help-orig-major-mode' instead
9535         of (default-value 'major-mode).  Doc fix.
9536         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
9538 2010-04-02  Sam Steingold  <sds@gnu.org>
9540         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
9541         `vc-hg-command' with a list of flags.
9543         * progmodes/bug-reference.el (bug-reference-bug-regexp):
9544         Also accept "patch" and "RFE".
9545         (bug-reference-fontify): `bug-reference-url-format' can also be a
9546         function to be able to handle the bug kind.
9547         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
9549 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
9551         * tmm.el (tmm-get-keymap): Check with symbolp before passing
9552         value to fboundp, it may not be a symbol.
9554 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9556         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
9558 2010-03-31  Juri Linkov  <juri@jurta.org>
9560         * simple.el (next-line, previous-line): Re-throw a signal
9561         with `signal' instead of using `ding'.
9562         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
9564 2010-03-31  Juri Linkov  <juri@jurta.org>
9566         * simple.el (keyboard-escape-quit): Raise deselecting the active
9567         region higher than exiting the minibuffer.
9568         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
9570 2010-03-31  Juri Linkov  <juri@jurta.org>
9572         * image.el (image-animated-p): Use `image-metadata' instead of
9573         `image-extension-data'.  Get GIF extenstion data from metadata
9574         property `extension-data'.
9576 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9578         * simple.el (append-to-buffer): Simplify.
9580 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
9582         * textmodes/artist.el (artist-mode): Fix typo in docstring.
9583         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
9585 2010-03-31  Kenichi Handa  <handa@m17n.org>
9587         * language/sinhala.el (composition-function-table): Fix regexp for
9588         the new Unicode specification.
9590         * language/indian.el (devanagari-composable-pattern)
9591         (tamil-composable-pattern, kannada-composable-pattern)
9592         (malayalam-composable-pattern): Adjust for the new Unicode
9593         specification.
9594         (bengali-composable-pattern, gurmukhi-composable-pattern)
9595         (gujarati-composable-pattern, oriya-composable-pattern)
9596         (telugu-composable-pattern): New variables to cope with the new
9597         Unicode specification.  Use them in composition-function-table.
9599 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9601         Make tmm-menubar work for the Buffers menu again (bug#5726).
9602         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
9603         vectors rather than cons cells, as used in menu-bar-update-buffers.
9605 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9607         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
9608         (js-insert-and-indent): Revert 2009-08-15 change, restoring
9609         electric punctuation for "{}();,:" (Bug#5586).
9611         * mail/sendmail.el (mail-default-directory): Doc fix.
9613 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9615         * mail/sendmail.el (mail-default-directory): Doc fix.
9617 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
9619         * subr.el (version-regexp-alist, version-to-list)
9620         (version-list-<, version-list-=, version-list-<=)
9621         (version-list-not-zero, version<, version<=, version=): Doc fix.
9622         (Bug#5744).
9624 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
9626         * vc.el (vc-root-diff): Doc fix.
9628 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9630         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
9632         * simple.el (append-to-buffer): Fix last change.
9634 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9636         * simple.el (append-to-buffer): Ensure that point is preserved if
9637         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
9638         (Bug#5749)
9640 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9642         * files.el (auto-mode-case-fold): Change default to t.
9644 2010-03-30  Juri Linkov  <juri@jurta.org>
9646         * dired-x.el (dired-omit-mode): Doc fix.
9648 2010-03-30  Juri Linkov  <juri@jurta.org>
9650         * replace.el (occur-accumulate-lines): Move occur-engine related
9651         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
9652         to be located after `occur-engine'.
9654 2010-03-30  Juri Linkov  <juri@jurta.org>
9656         Make occur handle multi-line matches cleanly with context.
9657         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
9659         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
9660         (occur-engine): Add local variables `ret', `prev-after-lines',
9661         `prev-lines'.  Use more arguments for `occur-context-lines'.
9662         Set first elem of its returned list to `data', and the second elem
9663         to `prev-after-lines'.  Don't print the separator line.
9664         In the end, print remaining context after-lines.
9665         (occur-context-lines): Add new arguments `begpt', `endpt',
9666         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
9667         after-lines of the previous match with before-lines of the
9668         current match and not overlap them.  Return a list with two
9669         values: the output line and the list of context after-lines.
9671 2010-03-30  Juri Linkov  <juri@jurta.org>
9673         * replace.el (occur-accumulate-lines): Fix a bug where the first
9674         context line at the beginning of the buffer was missing.
9676 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
9678         * files.el: Make bidi-display-reordering safe variable for boolean
9679         values.
9681 2010-03-29  Phil Hagelberg  <phil@evri.com>
9682             Chong Yidong  <cyd@stupidchicken.com>
9684         * subr.el: Extend progress reporters to perform "spinning".
9685         (progress-reporter-update, progress-reporter-do-update):
9686         Handle non-numeric value arguments.
9687         (progress-reporter--pulse-characters): New var.
9689 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
9691         * progmodes/compile.el (compilation-start): Fix regexp detection
9692         of initial cd command (Bug#5771).
9694 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
9696         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
9698 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
9700         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
9701         * progmodes/gdb-mi.el: Restore.
9702         * progmodes/gdb-ui.el: Remove.
9703         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
9705 2010-03-25  Glenn Morris  <rgm@gnu.org>
9707         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
9708         all dired buffers, even tramp ones.  (Bug#5755)
9710 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9712         Add "union tags" in mpc.el.
9713         * mpc.el: Remove backward compatibility code.
9714         (mpc-browser-tags): Change default.
9715         (mpc--find-memoize-union-tags): New var.
9716         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
9717         (mpc-cmd-find): Handle the case where the playlist does not exist.
9718         Handle union-tags.
9719         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
9720         (mpc-cmd-add): Use mpc-cmd-flush.
9721         (mpc-tagbrowser-tag-name): New fun.
9722         (mpc-tagbrowser-buf): Use it.
9723         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
9725 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9727         Misc cleanup.
9728         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
9729         Use replace-regexp-in-string.
9730         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
9731         (makefile-imake-mode-syntax-table): Move init into defvar.
9732         (makefile-mode): Use define-derived-mode.
9734         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
9735         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
9736         not be present any more.
9738 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9740         * faces.el (set-face-attribute): Fix typo in docstring.
9741         (face-valid-attribute-values): Reflow docstring.
9743 2010-03-24  Glenn Morris  <rgm@gnu.org>
9745         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
9747 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
9749         * indent.el (indent-for-tab-command): Doc fix.
9751 2010-03-24  Alan Mackenzie  <acm@muc.de>
9753         * progmodes/cc-engine.el (c-remove-stale-state-cache):
9754         Fix off-by-one error.  Fixes bug #5747.
9756 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9758         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
9759         (image-dired-read-comment): Doc fix.
9761         * json.el (json-object-type, json-array-type, json-key-type)
9762         (json-false, json-null, json-read-number):
9763         * minibuffer.el (completion-in-region-functions):
9764         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
9765         (cal-tex-cursor-week):
9766         * emacs-lisp/trace.el (trace-function):
9767         * eshell/em-basic.el (eshell/printnl):
9768         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
9769         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
9770         * obsolete/levents.el (allocate-event, event-key, event-object)
9771         (event-point, event-process, event-timestamp, event-to-character)
9772         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
9773         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
9774         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
9775         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
9776         (reftex-highlight-selection): Fix typos in docstrings.
9778 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9780         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
9782 2010-03-24  Glenn Morris  <rgm@gnu.org>
9784         * mail/rmail.el (rmail-highlight-face): Restore option deleted
9785         2008-02-13 without comment; mark it obsolete.
9786         (rmail-highlight-headers): Use rmail-highlight-face once more.
9788 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
9790         * woman.el (woman2-process-escapes): Only consume the newline if
9791         the filler character is on a line by itself (Bug#5729).
9793 2010-03-24  Kenichi Handa  <handa@m17n.org>
9795         * language/indian.el (devanagari-composable-pattern): Add more
9796         consonants.
9798 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
9800         * net/trampver.el: Update release number.
9802 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
9804         * net/tramp.el (tramp-find-executable):
9805         Use `tramp-get-connection-buffer'.  Make the regexp for checking
9806         output of "wc -l" more robust.
9807         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
9808         (tramp-open-connection-setup-interactive-shell): Remove workaround
9809         for OpenSolaris bug, it is not needed anymore.
9811 2010-03-24  Glenn Morris  <rgm@gnu.org>
9813         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
9815 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
9817         * files.el (auto-mode-alist): Accept more verilog file patterns.
9819 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9821         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
9823 2010-03-24  Glenn Morris  <rgm@gnu.org>
9825         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
9826         log-edit-before-checkin-process.
9828         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
9830         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
9832         * vc-dispatcher.el (vc-start-logentry): Doc fix.
9833         (log-view-process-buffer, log-edit-extra-flags): Declare.
9835         * log-edit.el (log-edit-before-checkin-process): Doc fix.
9837 2010-03-23  Sam Steingold  <sds@gnu.org>
9839         Fix bug#5620: recalculate all markers on compilation buffer
9840         modifications, not on file modifications.
9841         * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
9842         variable: the buffer modification time, for buffers not associated with
9843         files.
9844         (compilation-mode): Create it.
9845         (compilation-filter): Update it.
9846         (compilation-next-error-function): Use it instead of
9847         `visited-file-modtime' for timestamp.
9849 2010-03-23  Juri Linkov  <juri@jurta.org>
9851         Implement Occur multi-line matches.
9852         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
9854         * replace.el (occur): Doc fix.
9855         (occur-engine): Set `begpt' to the beginning of the first line.
9856         Set `endpt' to the end of the last match line.  At first, count
9857         line numbers between `origpt' and `begpt'.  Split out code from
9858         `out-line' variable to new let-bindings `match-prefix' and
9859         `match-str'.  In `out-line' add non-numeric prefix to all
9860         non-first lines of multi-line matches.  Finally, count lines
9861         between `begpt' and `endpt' and add to `lines'.
9863 2010-03-23  Juri Linkov  <juri@jurta.org>
9865         * replace.el (occur-accumulate-lines, occur-engine):
9866         Use `occur-engine-line' instead of duplicate code.
9867         (occur-engine-line): New function created from duplicate code
9868         in `occur-accumulate-lines' and `occur-engine'.
9870         * replace.el (occur-engine-line): Add optional arg `keep-props'.
9871         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
9873 2010-03-23  Juri Linkov  <juri@jurta.org>
9875         * finder.el: Remove TODO tasks.
9877         * info.el (Info-finder-find-node): Add node "all"
9878         with all package info.  Handle a list of multiple keywords
9879         separated by comma.
9880         (info-finder): In interactive use with a prefix argument,
9881         use `completing-read-multiple' to read a list of keywords
9882         separated by comma.
9884 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9886         Add a new completion style `substring'.
9887         * minibuffer.el (completion-basic--pattern): New function.
9888         (completion-basic-try-completion, completion-basic-all-completions):
9889         Use it.
9890         (completion-substring--all-completions)
9891         (completion-substring-try-completion)
9892         (completion-substring-all-completions): New functions.
9893         (completion-styles-alist): New style `substring'.
9895 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9897         Get rid of .elc files after removal of the corresponding .el.
9898         * Makefile.in (compile-clean): New target.
9899         (compile-main): Use it.
9901 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
9903         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
9904         don't do make there.  When compiling with separate object dir, there
9905         is no Makefile there.
9907 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9909         Get rid of the ELCFILES abomination, again.
9910         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9911         (all, compile): Don't call compile-last.
9912         (compile-main): Build the "elcfiles" list dynamically.
9913         (compile-targets): New (internal) target.
9915 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
9917         * Makefile.in (top_srcdir): Define.
9918         (abs_top_builddir): Define.
9919         (srcdir): Don't append `/..'.
9920         (EMACS): Use ${abs_top_builddir}.
9921         (all, compile, compile-always, compile-last): Don't set emacswd.
9922         (update-subdirs, update-authors): Use $(top_srcdir) instead of
9923         $(srcdir).
9924         (lisp): Use $(srcdir) instead of @srcdir@.
9926 2010-03-21  Juri Linkov  <juri@jurta.org>
9928         Fix message of multi-line occur regexps and multi-buffer header lines.
9929         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
9931         * replace.el (occur-1): Don't display regexp if it is longer
9932         than window-width.  Use `query-replace-descr' to display regexp.
9933         (occur-engine): Don't display regexp in the buffer header for
9934         multi-buffer occur.  Display a separate header line with total
9935         match count and regexp for multi-buffer occur.
9936         Use `query-replace-descr' to display regexp.
9938 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9940         * net/secrets.el: Fix parenthesis.
9941         (secrets-enabled): Fix parenthesis.
9943 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9945         Use more relative file and directory names.
9946         * Makefile.in (EMACS): Arrange for it to work when we chdir.
9947         (setwins, setwins_almost, setwins_for_subdirs):
9948         Don't `cd'; output relative names.
9949         (all, compile, compile-always, compile-last): Set emacswd.
9950         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
9951         Just cd to the lisp source dir so we can use relative file names.
9953         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
9955 2010-03-20  Glenn Morris  <rgm@gnu.org>
9957         * textmodes/rst.el: Use faces for font-lock customization, and make the
9958         old -face variables obsolete.
9959         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
9960         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
9961         (rst-block-face, rst-external-face, rst-definition-face)
9962         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
9963         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
9964         Make obsolete.
9965         (rst-font-lock-keywords-function): Update for above changes.
9967 2010-03-20  Juri Linkov  <juri@jurta.org>
9969         * s-region.el:
9970         * obsolete/s-region.el: Move to obsolete.
9972 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
9974         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
9976 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
9978         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
9980 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
9982         Add special markup processing for commit logs.
9983         * log-edit.el (log-edit-extra-flags): New variable.
9984         (log-edit): Add new argument MODE.  Use that mode when non-nil
9985         instead of the log-view-mode.
9986         (log-view-process-buffer): New function.
9988         * vc.el: Document that the checkin method takes optional
9989         arguments.  Document new backend specific method: log-view-mode.
9990         (vc-default-log-edit-mode): New function.
9991         (vc-checkin): Use a backend specific log-view-mode.
9992         Pass extra arguments to the checkin method.
9993         (vc-modify-change-comment): Pass a dummy extra argument.
9995         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
9996         log-edit.
9997         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
9998         (vc-finish-logentry): Process the log buffer before passing it
9999         down.  Pass log-edit-extra-flags.
10001         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
10002         command.
10003         (log-edit-extra-flags, log-edit-before-checkin-process):
10004         New declarations.
10006         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
10007         command.
10008         (log-edit-extra-flags, log-edit-before-checkin-process):
10009         New declarations.
10010         (vc-hg-log-edit-mode): New derived mode.
10012         * vc-arch.el (vc-arch-checkin):
10013         * vc-cvs.el (vc-cvs-checkin):
10014         * vc-git.el (vc-git-checkin):
10015         * vc-mtn.el (vc-mtn-checkin):
10016         * vc-rcs.el (vc-rcs-checkin):
10017         * vc-sccs.el (vc-sccs-checkin):
10018         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
10020 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10022         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
10023         parent typo).
10025 2010-03-19  Glenn Morris  <rgm@gnu.org>
10027         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10029 2010-03-18  Glenn Morris  <rgm@gnu.org>
10031         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
10033         * replace.el (query-replace-history): Give it a doc string.
10034         (map-query-replace-regexp): Use query-replace-from-history-variable
10035         and query-replace-to-history-variable.
10037         * mail/hashcash.el (declare-function): Remove duplicate definition.
10039         * mail/emacsbug.el (report-emacs-bug-pretest-address):
10040         Make it an obsolete alias for report-emacs-bug-address.
10041         (message-strip-special-text-properties): Declare.
10042         (report-emacs-bug): Remove test for a pretest bug address.
10043         Combine message-mode-specific code.
10045         * mail/supercite.el: Don't require sendmail.
10046         (mh-in-header-p): Declare rather than using with-no-warnings.
10047         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
10048         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
10050         * calendar/cal-french.el: Convert to utf-8.
10052         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
10053         Emacs scripts.
10055 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
10057         * net/secrets.el (secrets-enabled): New variable.  Use it instead
10058         of a subfeature.
10060 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
10062         * net/secrets.el (top): Register the D-Bus signals only when the
10063         service "org.freedesktop.secrets" can be pinged.
10064         Provide subfeature `enabled'.
10066 2010-03-14  Juri Linkov  <juri@jurta.org>
10068         Add finder unknown keywords.
10070         * finder.el (finder-unknown-keywords): New function.
10072         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
10073         to create a Finder node with unknown keywords.
10075 2010-03-14  Juri Linkov  <juri@jurta.org>
10077         * finder.el (finder-compile-keywords): Replace `princ' with
10078         `prin1' on a list of symbols interned from keyword strings.
10080         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
10081         a comma, then split keywords using a comma and optional whitespace.
10082         Otherwise, split by whitespace.
10084         * complete.el:
10085         * face-remap.el:
10086         * log-view.el:
10087         * net/hmac-def.el:
10088         * net/hmac-md5.el:
10089         * net/netrc.el:
10090         * progmodes/mixal-mode.el: Fix keywords.
10092 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
10094         * Makefile.in (ELCFILES): Add net/secrets.elc.
10096         * net/secrets.el: New file.
10098 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
10100         * facemenu.el (list-colors-display, list-colors-print): New arg
10101         callback.  Use it to allow selecting colors.
10103         * wid-edit.el (widget-image-insert): Insert image prop even if the
10104         current display is non-graphic.
10105         (widget-field-value-set): New fun.
10106         (editable-field): Use it.
10107         (widget-field-value-get): Clean up unused var.
10108         (widget-color-value-create, widget-color--choose-action):
10109         New funs.  Allow using list-colors-display to choose color.
10111 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
10113         * cus-edit.el: Resort topmost custom groups.
10114         (custom-buffer-sort-alphabetically): Default to t.
10115         (customize-apropos): Use apropos-parse-pattern.
10116         (custom-search-field): New var.
10117         (custom-buffer-create-internal): Add custom-apropos search field.
10118         (custom-add-parent-links): Don't display parent doc.
10119         (custom-group-value-create): Don't sort top-level custom group.
10120         (custom-magic-value-create): Show visibility button before option name.
10122         (custom-variable-state): New fun, from custom-variable-state-set.
10123         (custom-variable-state-set): Use it.
10124         (custom-group-value-create): Hide options with standard values
10125         using the :hidden-states property.  Use progress reporter.
10127         (custom-show): Simplify.
10128         (custom-visibility): Disable images by default.
10129         (custom-variable): New property :hidden-states.
10130         (custom-variable-value-create): Enable images for
10131         custom-visibility widgets.  Use :hidden-states property to
10132         determine initial visibility.
10134         * wid-edit.el (widget-image-find): Give images center ascent.
10135         (visibility): Add :on-image and :off-image properties.
10136         (widget-visibility-value-create): Use them.
10138 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
10140         * cus-edit.el (processes): Remove from development group.
10141         (oop, hypermedia): Delete group.
10142         (comm): Promote to top-level group.
10144         * net/browse-url.el (browse-url):
10145         * net/xesam.el (xesam):
10146         * net/tramp.el (tramp):
10147         * net/goto-addr.el (goto-address):
10148         * net/ange-ftp.el (ange-ftp): Put in comm group.
10150         * view.el (view): Remove from editing group.
10152         * uniquify.el (uniquify): Put in files group.
10154         * net/browse-url.el (browse-url):
10155         * ps-print.el (postscript): Put in external group.
10157         * cus-edit.el (outlines):
10158         * textmodes/text-mode.el (text-mode-hook):
10159         * textmodes/table.el (table):
10160         * textmodes/picture.el (picture):
10161         * outline.el (outlines): Put in wp group.
10163         * nxml/nxml-mode.el (nxml): Remove from wp group.
10165         * net/tramp-imap.el (tramp-imap): Put in tramp group.
10167         * mail/metamail.el (metamail): Remove from hypermedia group.
10169         * cus-edit.el (abbrev):
10170         * whitespace.el (whitespace):
10171         * vcursor.el (vcursor):
10172         * reveal.el (reveal):
10173         * hl-line.el (hl-line): Put in convenience group.
10175         * epg-config.el (epg): Put in data group.
10177         * emulation/pc-select.el (pc-select): Put in emulations group.
10179         * calculator.el (calculator): Put in applications group.
10181 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
10183         Add .dir-locals.el support for file-less buffers.
10184         * files.el (hack-local-variables): Split out code to apply local
10185         variable settings ...
10186         (hack-local-variables-apply): ... here.  New function.
10187         (hack-dir-local-variables): Use the default directory for when the
10188         buffer does not have an associated file.
10189         (hack-dir-local-variables-non-file-buffer): New function.
10190         * diff-mode.el (diff-mode):
10191         * vc-annotate.el (vc-annotate-mode):
10192         * vc-dir.el (vc-dir-mode):
10193         * log-edit.el (log-edit-mode):
10194         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
10196 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
10198         Add support for shelving snapshots and for showing shelves.
10199         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
10200         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
10201         New functions.
10202         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10203         (vc-bzr-extra-menu-map): Map them.
10205 2010-03-11  Glenn Morris  <rgm@gnu.org>
10207         * cus-edit.el (customize-changed-options-previous-release):
10208         Bump to 23.1.
10210         * image.el (image-animate-max-time): Fix :version tag.
10212 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
10214         * Branch for 23.2.
10216 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10218         * vc-git.el (vc-git-revision-table): Include remote branches.
10220 2010-03-10  Kim F. Storm  <storm@cua.dk>
10222         Animated image API.
10223         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
10225         * image.el (image-animate-max-time): New defcustom.
10226         (image-animated-types): New defconst.
10227         (create-animated-image, image-animate-timer)
10228         (image-animate-start, image-animate-stop, image-animate-timeout)
10229         (image-animated-p): New functions.
10231         * image-mode.el (image-toggle-display-image):
10232         Replace `create-image' with `create-animated-image'.
10234 2010-03-09  Miles Bader  <miles@gnu.org>
10236         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
10237         instead of "format:"; this ensures that the output is
10238         newline-terminated.
10240 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
10242         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
10243         that all errors are caught, and that the return value is always a
10244         list (Bug#5692).
10246 2010-03-08  Kenichi Handa  <handa@m17n.org>
10248         * language/misc-lang.el (windows-1256): New coding system.
10249         (cp1256): New alias of windows-1256 (bug#5690).
10251 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
10253         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
10254         call to rfc822-bad-address.  (Bug#5692)
10256 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
10258         * vc-git.el (vc-git-annotate-extract-revision-at-line):
10259         Use vc-git-root as default directory for revision path (Bug#5657).
10261 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
10263         * calculator.el (calculator): Don't bind split-window-keep-point
10264         (Bug#5674).
10266 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10268         * vc-git.el: Re-flow to fit into 80 columns.
10269         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
10270         Remove spurious `quote' element in each case alternative.
10271         (vc-git-show-log-entry): Use prog1.
10272         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
10274 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10276         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
10278 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
10280         * macros.el (insert-kbd-macro): Look up keyboard macro using the
10281         definition, not the name (Bug#5481).
10283 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
10285         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
10286         argument with a local variable.  (Bug#5670)
10288 2010-03-02  Juri Linkov  <juri@jurta.org>
10290         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
10292 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
10294         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
10295         error when FILENAME and NEWNAME are existing remote directories.
10297         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
10298         parameter DIR-FLAG.
10300 2010-03-02  Glenn Morris  <rgm@gnu.org>
10302         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
10303         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
10305 2010-03-01  Kenichi Handa  <handa@m17n.org>
10307         * language/burmese.el (burmese-composable-pattern): Rename from
10308         myanmar-composable-pattern.
10310         * international/characters.el (script-list):
10311         * international/fontset.el (script-representative-chars):
10312         Change myanmar to burmese.
10313         (otf-script-alist): Likewise.
10314         (setup-default-fontset): Likewise.  Re-fix :otf spec.
10316 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10318         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
10320 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
10322         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
10324 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
10326         * net/tramp.el (tramp-handle-write-region): START can be a string.
10327         Take care in the checks.  Reported by Dan Davison
10328         <davison@stats.ox.ac.uk>.
10330 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
10332         * net/dbus.el (dbus-introspect, dbus-get-property)
10333         (dbus-set-property, dbus-get-all-properties):
10334         Use `dbus-call-method' when noninteractive.  (Bug#5645)
10336 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
10338         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
10339         * emacs-lisp/elint.el (elint-add-required-env):
10340         * calendar/icalendar.el (icalendar--add-diary-entry):
10341         * calc/calcalg2.el (math-tracing-integral):
10342         * files.el (recover-session-finish): Use with-current-buffer
10343         instead of save-excursion.
10345 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10347         Fix in-buffer completion when after-change-functions modify the buffer.
10348         * minibuffer.el (completion--replace): New function.
10349         (completion--do-completion): Use it and use relative movement.
10351 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
10353         * international/fontset.el (setup-default-fontset): Fix :otf spec.
10355 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
10357         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
10358         Allow the characters _<> in the stack entry (Bug#5653).
10360 2010-02-26  Kenichi Handa  <handa@m17n.org>
10362         * language/burmese.el: Fix entries in composition-function-table.
10363         (myanmar-composable-pattern): New variable.
10365         * international/fontset.el (setup-default-fontset): Add an entry
10366         for myanmar.
10368         * international/characters.el (script-list): Add Myanmar
10369         Extended-A.
10371 2010-02-26  Glenn Morris  <rgm@gnu.org>
10373         * custom.el (custom-initialize-delay): Doc fix.
10375         * mail/sendmail.el (send-mail-function): Autoload the call
10376         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
10378 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
10380         * files.el (hack-local-variables-filter): For eval forms, also
10381         check safe-local-variable-p (Bug#5636).
10383 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
10385         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
10386         setting the modes by `ignore-errors'.  It might fail, for example
10387         if the file is not owned by the user but the group.
10388         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
10390 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
10392         * files.el (directory-listing-before-filename-regexp):
10393         Use stricter matching for iso-style dates, to avoid false matches with
10394         date-like filenames (Bug#5597).
10396         * htmlfontify.el (htmlfontify): Doc fix.
10398         * eshell/eshell.el (eshell): Doc fix.
10400         * startup.el (fancy-about-screen): In mode-line, apply
10401         mode-line-buffer-id face only to the buffer name (Bug#5613).
10403 2010-02-20  Kevin Ryde  <user42@zip.com.au>
10405         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10406         In `watcom' anchor regexp to start of line, to avoid slowness
10407         (Bug#5599).
10409 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
10411         * subr.el (remove-yank-excluded-properties): Explain in a comment
10412         why `category' property is removed.
10414 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
10416         * isearch.el (isearch-update-post-hook, isearch-update):
10417         Revert 2010-02-17 change.
10419 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
10421         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
10422         (icalendar--convert-weekly-to-ical)
10423         (icalendar--convert-yearly-to-ical)
10424         (icalendar--convert-block-to-ical)
10425         (icalendar--convert-cyclic-to-ical)
10426         (icalendar--convert-anniversary-to-ical): Take care of time
10427         specifications where hour has 1-digit only (Bug#5549).
10429 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
10431         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
10432         of disassemble output in GDB 7.1.
10434 2010-02-19  Glenn Morris  <rgm@gnu.org>
10436         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
10437         property.  (Bug#5593)
10439 2010-02-18  Sam Steingold  <sds@gnu.org>
10441         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10443 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10445         Use abbreviated file names in bookmarks (bug#5591).
10446         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
10447         calls to expand-file-name.
10448         (bookmark-relocate): Use abbreviated file names in bookmarks.
10449         (bookmark-load): Use abbreviated file names in messages.
10451 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
10453         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
10454         expand "." and "..".  Reported by Thierry Volpiatto
10455         <thierry.volpiatto@gmail.com>.
10457 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
10459         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
10460         permissions of the temporary file to "0600".  In case the remote
10461         file has no read permissions for the owner, there might be
10462         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
10464 22010-02-18  Glenn Morris  <rgm@gnu.org>
10466         * emacs-lisp/authors.el (authors-renamed-files-alist):
10467         Add entries for INSTALL.CVS.
10469 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
10471         * vc-bzr.el: Fix typo in Known Bugs section.
10473         * isearch.el (isearch-update-post-hook): New hook.
10474         (isearch-update): Use the new hook.
10476 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
10478         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10479         Fix errors in copying directories.
10480         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
10481         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
10482         (tramp-handle-delete-file)
10483         (tramp-handle-dired-recursive-delete-directory)
10484         (tramp-handle-write-region): Flush also the cache for the upper
10485         directory.
10487 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
10489         * simple.el (save-interprogram-paste-before-kill): Doc fix.
10491         * cus-edit.el (hardware): Doc fix.
10493         * man.el (man): Add to external custom group.
10495         * delim-col.el (columns): Move to wp custom group.
10497         * doc-view.el (doc-view): Add to data custom group.
10499         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
10501         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
10502         by ispell-parse-output (Bug#5575).
10504 2010-02-16  Kenichi Handa  <handa@m17n.org>
10506         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
10507         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
10508         (skkdic-convert): Use `euc-japan' coding system for writing.
10510 2010-02-16  Glenn Morris  <rgm@gnu.org>
10512         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
10513         tex-main-file before using it.  (Bug#5562)
10515 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10517         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
10518         warnings, since it is annoying for the user to see them each time he
10519         runs the code.
10521 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
10523         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
10524         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
10525         instead of PROC for caching "first-password-request".  Otherwise,
10526         new processes would not profit from passwords already entered.
10528         * net/tramp-cache.el (tramp-dump-connection-properties):
10529         Don't save "first-password-request" property.
10531 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
10533         * outline.el (outline-head-from-level):
10534         * simple.el (with-wrapper-hook):
10535         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
10536         (elint-defun, elint-buffer-env, elint-top-form-logged)
10537         (elint-unbound-variable):
10538         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
10539         Fix typos in docstrings.
10541 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
10543         * files.el (insert-directory): When WILDCARD-REGEXP and
10544         FULL-DIRECTORY-P are nil, insert the file entry instead of the
10545         whole directory.  (Bug#5551)
10547         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
10548         dired's alignment sanity.  (Bug#5516)
10550 2010-02-14  Juri Linkov  <juri@jurta.org>
10552         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
10553         Remove remaining ^H with their preceding chars.  (Bug#5566)
10555 2010-02-13  Glenn Morris  <rgm@gnu.org>
10557         * simple.el (transpose-subr): Give it a doc-string.
10559         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
10560         Doc fixes.
10562 2010-02-12  Juri Linkov  <juri@jurta.org>
10564         * arc-mode.el (archive-unique-fname): Make directories for nested
10565         archives.  (Bug#5540)
10567 2010-02-12  Juri Linkov  <juri@jurta.org>
10569         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
10571 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10573         * subr.el (copy-overlay): Handle deleted overlays.
10575         * man.el (Man-completion-table): Don't signal an error if we can't run
10576         manual-program (bug#4056).
10578 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
10580         * textmodes/artist.el (artist-mt): Fix typos in docstring.
10582 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10584         * info.el (Info-bookmark-jump): Simplify.
10586         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
10587         (bookmark-default-handler): Accept new bookmark field `buffer'.
10589 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
10591         * iswitchb.el (iswitchb-completions): Revert last change.
10593 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
10595         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
10596         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
10597         This prevents file names like "~/" being listed literally.
10599 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
10601         * term/xterm.el (xterm-maybe-set-dark-background-mode):
10602         Remove dead code.  (Bug#5546)
10604 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
10606         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
10607         correctly (Bug#5548).
10609 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
10611         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
10612         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
10614 2010-02-08  Kenichi Handa  <handa@m17n.org>
10616         * international/mule-util.el (with-coding-priority): Add autoload
10617         cookie for putting `lisp-indent-function'.
10619 2010-02-07  Glenn Morris  <rgm@gnu.org>
10621         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
10622         Move F2003 named interfaces from keywords-2 to keywords-1, and
10623         use function-name-face rather than constant-face.
10624         Simplify "abstract interface" regexp.
10626 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
10628         * eshell/esh-util.el (eshell-file-attributes): New optional arg
10629         ID-FORMAT.  Pass it to `file-attributes'.
10631         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
10633 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
10635         * faces.el (set-face-attribute): Allow calling
10636         internal-set-lisp-face-attribute with 'unspecified family and
10637         foundry argument (Bug#5536).
10639 2010-02-07  Glenn Morris  <rgm@gnu.org>
10641         * progmodes/f90.el (f90-font-lock-keywords-2)
10642         (f90-looking-at-type-like, f90-looking-at-program-block-end):
10643         Handle F2003 named interfaces.
10645 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
10647         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
10648         beg and end before calling c-get-state-before-change-functions.
10650 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
10652         * vc-bzr.el (vc-bzr-dir-extra-headers):
10653         Disable the pending merges header.
10655 2010-02-05  Juri Linkov  <juri@jurta.org>
10657         * doc-view.el (doc-view-mode):
10658         * image-mode.el (image-mode): Put property mode-class=special.
10659         (Bug#4896)
10661 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
10663         * vc-svn.el (vc-svn-revision-table): New function.
10665 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
10667         * net/ange-ftp.el (ange-ftp-insert-directory):
10668         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10669         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10670         Handle also directories.  (Bug#5478)
10672 2010-02-05  Glenn Morris  <rgm@gnu.org>
10674         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
10676 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
10678         * startup.el (command-line-1): Convert options beginning with a
10679         single dash as well (Bug#5519).
10681 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10683         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
10684         * minibuffer.el (completion-initials-expand): Only check the presence
10685         of delims *within* the boundaries, since otherwise the / delim is
10686         always found for files.
10688         Fix up various corner case problems.
10689         * doc-view.el (doc-view-last-page-number): New function.
10690         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
10691         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
10692         (doc-view-kill-proc): Avoid inf-loop in freak cases.
10693         (doc-view-reconvert-doc): Use the new recursive delete-directory.
10694         (doc-view-convert-current-doc): Don't create the resolution.el file
10695         here any more.
10696         (doc-view-pdf/ps->png): Do it here instead.
10697         (doc-view-already-converted-p): Check that resolution.el is present.
10698         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
10699         windows that are not yet showing images.
10701 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
10703         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
10704         `dired-uncache' for every elemnt which is an absolute file name.
10706         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
10707         directory, handle its directory component.
10708         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
10709         function is called permanently and creates noise, otherwise.
10711         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10712         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10713         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
10715 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
10717         * macros.el (apply-macro-to-region-lines):
10718         Minor simplification.  (Bug#5485)
10720 2010-02-04  Glenn Morris  <rgm@gnu.org>
10722         * mail/rmail.el (rmail-show-message-1): Handle malformed
10723         quoted-printable text.  (Bug#5441)
10725         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
10727         * simple.el (visual-line-mode): Capitalize lighter.
10729 2010-02-03  John Wiegley  <jwiegley@gmail.com>
10731         * iswitchb.el (iswitchb-completions): Add bookmark files to the
10732         list of files considered for "virtual buffer" completions.
10734 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
10736         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
10737         also in case of (and (not full) (not wildcard)).  This is needed
10738         when dired is called with a list of files, which are not in
10739         `default-directory'.  (Bug#5478)
10741 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10743         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
10745 2010-02-02  Juri Linkov  <juri@jurta.org>
10747         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
10748         from unidiff to allow function-line after @@.
10750 2010-02-02  Juri Linkov  <juri@jurta.org>
10752         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
10753         '(RCS SCCS) with inverted condition.
10755 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
10757         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
10758         messages.
10760 2010-02-01  Juri Linkov  <juri@jurta.org>
10762         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
10763         compare with "pkunzip" and "pkzip" instead of only "pkzip".
10764         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
10765         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
10767 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10769         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
10770         (doc-view-revert-buffer): New command.
10771         (doc-view-mode-map): Use it.
10773 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
10775         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
10776         pending merge is detected.
10778 2010-01-31  Juri Linkov  <juri@jurta.org>
10780         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
10781         beginning of interactive spec like all other grep commands do.
10782         Put "all" in front of "gz".  (Bug#5260)
10784 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
10786         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
10788 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
10790         * dirtrack.el (dirtrack): Warn instead of signalling error if the
10791         regexp is incorrect (Bug#5476).
10793 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
10795         * net/tramp.el (tramp-handle-insert-directory): Handle also
10796         symlinks, when FILENAME is not in `default-directory'.
10798 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
10800         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
10801         FILE is not in `default-directory'.  (Bug#5478)
10803         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
10804         of SWITCHES.  Handle the case, FILENAME is not in
10805         `default-directory'.  (Bug#5478)
10806         (tramp-register-file-name-handlers): Add safe-magic property.
10808 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
10810         * arc-mode.el (archive-zip-extract): Quote the argument passed to
10811         unzip (Bug#5475).
10813 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
10815         * progmodes/flymake.el (flymake-allowed-file-name-masks)
10816         (flymake-master-make-header-init): Add other C++ filename masks.
10817         (flymake-find-possible-master-files)
10818         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
10820 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
10822         Fix some busybox annoyances.
10824         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
10825         not responding." string.
10826         (tramp-open-connection-setup-interactive-shell): Dump stty
10827         settings.  Enable "neveropen" arg for all `tramp-send-command'
10828         calls.  Handle "=" in variable values properly.
10829         (tramp-find-inline-encoding): Raise an error, when no encoding is
10830         found.
10831         (tramp-wait-for-output): Check, whether PROC buffer is available.
10832         Remove spurious " ^H" sequences, sent by busybox.
10833         (tramp-get-ls-command): Suppress coloring, if possible.
10835 2010-01-28  Glenn Morris  <rgm@gnu.org>
10837         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
10839         * log-edit.el (log-edit-strip-single-file-name): Add missing
10840         :safe, :group, and :version tags.
10842 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
10844         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
10845         buffers.  (Bug#5477)
10847 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
10849         * files.el (delete-directory): Handle moving to trash without
10850         first doing recursion (Bug#5436).
10852 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
10854         * vc-hooks.el (vc-path): Mark as obsolete.
10856 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
10858         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
10859         names too.
10861         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
10862         for the short log.
10863         (vc-bzr-log-view-mode): Adjust regexp for the above change.
10865 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
10867         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
10869         * vc-bzr.el (vc-bzr-revision-table): New function.
10871 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>
10873         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
10874         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
10876 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10878         Remove support for adding --signoff on commit.
10879         Future support will use an incompatible generic mechanism.
10880         * vc-git.el (vc-git-add-signoff): Remove variable.
10881         (vc-git-toggle-signoff): Remove function.
10882         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
10884         * term/xterm.el (xterm-maybe-set-dark-background-mode):
10885         Rename from xterm-set-background-mode.  Return t if the background mode
10886         was set.
10887         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
10888         earlier, call it again in case the background mode has changed.
10890 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
10892         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
10893         (Bug#3541).
10895 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
10897         * emacs-lisp/assoc.el (aelement): Doc fix.
10898         (aput, adelete, amake): Use lexical-let (Bug#5450).
10900 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
10902         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
10903         is the same as subprogram call, not declaration.  (Bug#5435).
10905 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
10907         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
10908         (tramp-smb-maybe-open-connection): Use it.
10910 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
10912         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
10914 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10916         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
10917         just because we see "encoding: 8bit".
10918         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
10920 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
10922         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
10924 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
10926         * jka-compr.el (jka-compr-load): If load-file is not in
10927         load-history, try its file-truename version.  (bug#5447)
10929 2010-01-21  Alan Mackenzie  <acm@muc.de>
10931         Fix a situation where deletion of a cpp construct throws an error.
10932         * progmodes/cc-engine.el (c-invalidate-state-cache):
10933         Before invoking c-with-all-but-one-cpps-commented-out, check that the
10934         special cpp construct is still in the buffer.
10935         (c-parse-state): Record the special cpp with markers, not numbers.
10937 2010-01-21  Kenichi Handa  <handa@m17n.org>
10939         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
10940         process last-command-event, as it is now decoded first (Bug#5380).
10942 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
10944         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
10946 2010-01-20  Glenn Morris  <rgm@gnu.org>
10948         * indent.el (tab-always-indent): Fix custom-type.
10950 2010-01-19  Alan Mackenzie  <acm@muc.de>
10952         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
10953         buffer throws "args out of range".
10954         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
10955         playing the role of delimiter.
10957 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
10959         * progmodes/ada-mode.el: Fix bug#5400.
10960         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
10961         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
10962         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
10963         Improve comments in "is" portion.  Handle null procedure declaration.
10964         (ada-move-to-end): Improve doc string.
10966 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
10968         * ido.el (ido-cur-list): Initialize to nil.
10969         Remove obsolete information from commentary.
10970         (ido-choice-list): Initialize to nil.
10971         (ido-get-bufname): Reject minibuffers.
10972         (ido-make-buffer-list): If "default" is a nonexistent
10973         buffer, ignore it, as per the function's comment.
10974         (ido-kill-buffer-internal): New function.
10975         (ido-kill-buffer-at-head): Use it.
10976         (ido-visit-buffer): Likewise.
10978 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10980         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
10982 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
10984         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
10985         Fix typos in chart titles.
10987         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
10988         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
10989         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
10990         (describe-class, eieio-describe-generic, describe-generic):
10991         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
10992         (eieio-speedbar-expand):
10993         * emulation/viper-cmd.el (viper-exec-form-in-vi)
10994         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
10995         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
10996         (viper-del-backward-char-in-replace, viper-backward-indent)
10997         (viper-brac-function, viper-register-to-point, viper-submit-report):
10998         * net/tramp.el (tramp-remote-coding-commands):
10999         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
11000         Fix typos in docstrings.
11002 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11004         * mail/sendmail.el (mail-yank-original): Set the mark if the
11005         specified function for yanking does not do it.
11007 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
11009         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
11011         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
11012         resyncing a directory.
11014 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
11016         * progmodes/ada-mode.el: Fix bug#1920.
11017         (ada-ident-re): Delete ., allow multibyte characters.
11018         (ada-goto-label-re): New; matches goto labels.
11019         (ada-block-label-re): New; matches block labels.
11020         (ada-label-re): New; matches both.
11021         (ada-named-block-re): Deleted; callers changed to use
11022         `ada-block-label-re' instead.
11023         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
11024         Use `ada-block-label-re'.
11025         (ada-indent-on-previous-lines): Improve handling of goto labels.
11026         (ada-get-indent-block-start): Special-case block label.
11027         (ada-get-indent-label): Split into `ada-indent-block-label' and
11028         `ada-indent-goto-label'.
11029         (ada-goto-stmt-start, ada-goto-next-non-ws):
11030         Optionally ignore goto labels.
11031         (ada-goto-next-word): Simplify.
11032         (ada-indent-newline-indent-conditional): Insert newline before
11033         trying to fix indentation; doc fix.
11035 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
11037         * calc/calc.el (calc-command-flags): Give it an initial value.
11039 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11041         * files.el (minibuffer-with-setup-hook):
11042         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
11043         (artist-key-draw-continously, artist-key-do-continously-continously)
11044         (artist-key-set-point-continously, artist-mouse-draw-continously):
11045         Fix typos in docstrings.
11047 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
11049         * nxml/nxml-mode.el (nxml-extend-after-change-region):
11050         Never return t (Bug#3898).
11052 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
11054         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
11055         can parse the output of the external commands (Bug#5279).
11057 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
11059         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
11061 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
11063         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
11065         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
11067         * startup.el (command-line): Remove unused --icon-type arg.
11068         Handle --display arg, passing it to command-line-1 (Bug#5392).
11070 2010-01-16  Mario Lang  <mlang@delysid.org>
11072         * emacs-lisp/chart.el (chart-translate-namezone):
11073         * textmodes/artist.el (artist-compute-popup-menu-table):
11074         Remove duplicated words in doc-strings.
11076 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
11078         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
11079         to mairix-search to suppress threading (Bug#5342).
11081 2010-01-15  Kenichi Handa  <handa@m17n.org>
11083         * international/mule-cmds.el (canonicalize-coding-system-name):
11084         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
11086 2010-01-15  Glenn Morris  <rgm@gnu.org>
11088         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
11090         * wid-edit.el (widget-keymap): Doc fix.
11092         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
11093         former seems to be more widely accepted by various svn versions.
11095 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
11097         * find-cmd.el (find-constituents):
11098         * vc-arch.el (vc-arch-root):
11099         * window.el (window-body-height, pop-up-frames):
11100         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
11101         * progmodes/ada-stmt.el (ada-if):
11102         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
11103         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
11104         (ispell-encoding8-command, ispell-aspell-supports-utf8)
11105         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
11107         * progmodes/flymake.el (flymake-post-syntax-check):
11108         Fix typo in error message.
11110 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
11112         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
11113         which is always a string.  (Bug#5313)
11115 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
11117         * progmodes/ada-xref.el (ada-default-prj-properties):
11118         Simplify previous change.
11120 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
11122         * progmodes/ada-xref.el (ada-default-prj-properties):
11123         Default ada_project_path to $ADA_PROJECT_PATH.
11125 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
11127         * progmodes/ada-mode.el (ada-create-keymap):
11128         Override `narrow-to-defun' with `ada-narrow-to-defun'.
11130 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
11132         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
11133         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
11134         (ada-get-current-indent, ada-imenu-generic-expression)
11135         (ada-which-function): Check for it.
11137 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
11139         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
11140         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
11142 2010-01-14  Glenn Morris  <rgm@gnu.org>
11144         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
11146 2010-01-14  Kenichi Handa  <handa@m17n.org>
11148         * composite.el (auto-composition-mode): Make it a buffer local
11149         variable (permanent-local).
11150         (auto-composition-function): Set the default value to
11151         auto-compose-chars.
11152         (auto-composition-mode): Make it a simple function, not a minor mode.
11153         (global-auto-composition-mode): Likewise.
11154         (turn-on-auto-composition-if-enabled): Delete it.
11156 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
11158         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
11160 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
11162         * files.el (copy-directory): Compute target for recursive
11163         directories with identical names.  (Bug#5343)
11165 2010-01-12  Glenn Morris  <rgm@gnu.org>
11167         * mail/emacsbug.el (report-emacs-bug-pretest-address):
11168         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
11170 2010-01-11  Sam Steingold  <sds@gnu.org>
11172         * imenu.el (imenu-default-create-index-function): Detect infinite
11173         loops caused by imenu-prev-index-position-function.
11175 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
11177         * htmlfontify.el (htmlfontify-load-rgb-file)
11178         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
11179         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
11180         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
11181         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
11182         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
11183         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
11184         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
11185         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
11186         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
11187         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
11188         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
11189         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
11190         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
11191         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
11192         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
11193         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
11194         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
11195         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
11196         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
11197         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
11198         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
11199         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
11200         backslash-quoting from parentheses, etc.
11202 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
11204         * progmodes/js.el: Autoload javascript-mode alias.
11206 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
11208         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
11209         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
11210         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
11211         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
11212         Fix typos in docstrings.
11213         (ffap-url-regexp): Doc fix.
11214         (ffap-at-mouse): Fix typo in message.
11216 2010-01-11  Glenn Morris  <rgm@gnu.org>
11218         * version.el (emacs-copyright): Set copyright year to 2010.
11220 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11222         * format.el (format-annotate-function): Only set
11223         write-region-post-annotation-function after running to-fn so as not to
11224         affect nested write-region calls (bug#5273).
11226 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
11228         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
11229         wisent/python.el.
11231 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
11233         * man.el (Man-goto-section): Signal error if the section is not
11234         found (Bug#5317).
11236 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
11238         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
11239         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
11241 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
11243         * progmodes/compile.el: Don't treat compile-command as safe if
11244         compilation-read-command might be nil (Bug#4218).
11246 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
11248         * startup.el (command-line-1): Use orig-argi to check for ignored X and
11249         NS options.
11251 2010-01-08  Kenichi Handa  <handa@m17n.org>
11253         * international/fontset.el (build-default-fontset-data):
11254         Exclude characters in scripts kana, hangul, han, or cjk-misc.
11256 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
11258         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
11259         to `create-file-buffer' as it expects, not just a buffer name.
11260         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
11261         to help uniquify.  (Bug#3224)
11263 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
11265         * font-setting.el (font-setting-change-default-font): Use user-spec
11266         instead of name.
11268 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11270         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
11272 2010-01-05  Tom Tromey  <tromey@redhat.com>
11274         * progmodes/python.el (python-font-lock-keywords):
11275         Handle qualified decorators (Bug#881).
11277 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
11279         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
11280         in a lightweight checkout.
11282 2010-01-05  Kenichi Handa  <handa@m17n.org>
11284         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
11286 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
11288         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
11290 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
11292         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
11293         checkouts.  (Bug#618)
11294         (vc-bzr-log-view-mode): Also highlight the author.
11295         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
11296         (vc-bzr-shelve-menu-map):
11297         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
11298         (vc-bzr-shelve-apply): Make prompt more explicit.
11300 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11302         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
11303         They are valid characters in URL paths (rfc3986), and at least
11304         Firefox does not understand the encoded version (Bug#3166).
11306 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
11308         * progmodes/octave-mod.el (octave-end-keywords)
11309         (octave-block-begin-or-end-regexp, octave-block-match-alist):
11310         Add "end" keyword (Bug#3061).
11311         (octave-end-as-array-index-p): New function.
11312         (calculate-octave-indent): Use it.
11314 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11316         * bookmark.el: Consistently put the text property on the bookmark name.
11317         (bookmark-bmenu-marks-width): Bump back to 2, to include
11318         annotation marks.
11319         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
11320         property on the bookmark name, instead of not putting it at all.
11321         (bookmark-bmenu-list): Fix where we put the text property.
11323 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11325         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
11326         for showing buffer modified state (as added in the previous change).
11328 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11330         * bookmark.el: Show modified state of bookmark buffer more accurately.
11331         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
11332         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
11333         (with-buffer-modified-unmodified): New macro.
11334         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11335         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
11336         Use new macro to preserve the buffer modified state.
11338 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11340         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
11341         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
11342         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
11343         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
11344         (bookmark-bmenu-rename, bookmark-bmenu-locate)
11345         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
11346         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
11348 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
11350         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11351         Make the lines in the generated doc string shorter.  (Bug#4668)
11353 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
11355         * net/rcirc.el: Add follow-link binding (Bug#4738).
11357 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
11359         * Makefile.in (bzr-update): Rename from cvs-update.
11360         (cvs-update): New target for backward compatibility.
11362         * makefile.w32-in (bzr-update): Rename from cvs-update.
11363         (cvs-update): New target for backward compatibility.
11365 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11367         * bookmark.el: Remove gratuitous gratitude.
11369 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11371         * bookmark.el (bookmark-bmenu-any-marks): New function.
11372         (bookmark-bmenu-save): Clear buffer modification if no marks.
11374 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11376         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
11377         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
11378         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
11379         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
11381         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
11382         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
11383         To: emacs-devel {_AT_} gnu.org
11384         Subject: bookmark.el bug report
11385         Date: Mon, 28 Dec 2009 14:19:16 +0800
11386         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
11388 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11390         * bookmark.el: Improvements suggested by Drew Adams:
11391         (bookmark-bmenu-ensure-position): New name for
11392         `bookmark-bmenu-check-position'.  Just ensure the position,
11393         don't return any meaningful value.
11394         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
11395         New constants.
11397 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
11399         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
11400         (bookmark-yank-point, bookmark-bmenu-check-position):
11401         Fix typos in docstrings.
11402         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
11403         (bookmark-name-from-full-record, bookmark-get-position)
11404         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
11405         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
11406         Remove useless quoting of parenthesis, etc. in docstrings.
11408         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
11409         (ediff-append-custom-diff): Fix typo in error message.
11410         (ediff-meta-mark-equal-files): Fix typos in messages.
11412         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
11414         * net/imap-hash.el (imap-hash-make): Doc fix.
11415         (imap-hash-test): Fix typo in error message; reflow docstring.
11416         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
11417         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
11418         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
11419         Fix typos in docstrings.
11420         (imap-hash-open-connection): Fix typo in error message.
11422         * play/gomoku.el (gomoku): Fix typos in docstring.
11424         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
11425         (gdb-jsonify-buffer): Fix typos in docstring.
11426         (gdb-goto-breakpoint): Fix typo in error message.
11427         ("Display Other Windows"): Fix typo in help message.
11428         (gdb-speedbar-expand-node): Fix typo in question.
11430         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
11431         (idlwave-html-system-help-location, idlwave-html-help-location)
11432         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
11433         (idlwave-help-browser-generic-args, idlwave-help-directory)
11434         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
11435         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
11436         (idlwave-online-help, idlwave-help-html-link)
11437         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
11438         Fix typos in docstrings.
11439         (idlwave-help-with-source, idlwave-help-find-routine-definition):
11440         Reflow docstrings.
11441         (idlwave-help-assistant-start): Fix typo in error message.
11443         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
11444         (octave-electric-space): Fix typos in docstrings.
11446 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11448         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
11450 2010-01-01  Juri Linkov  <juri@jurta.org>
11452         * comint.el (comint-input-ring-size): Make it a defcustom and
11453         increase the default to 500 (Bug#5148).
11455 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
11457         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
11458         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
11459         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
11461 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
11463         Show working revision correctly for mercurial.
11464         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
11465         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
11467 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
11469         Declare some functions for the byte-compiler.
11470         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
11471         (speedbar-timer-fn, speedbar-change-expand-button-char)
11472         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
11474 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
11476         This changeset reverts GDB Graphical Interface to use annotations.
11477         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
11479 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11481         Make vc-dir work on subdirectories of the bzr root.
11482         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
11483         Return file names relative to it.
11484         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
11485         relative directory to vc-bzr-after-dir-status.
11487 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
11489         * font-lock.el (font-lock-refresh-defaults): New function, which
11490         can be used to let font-lock react to external changes in
11491         variables like font-lock-defaults and keywords.
11492         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
11494 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
11496         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
11498         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
11500 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
11502         Supersede color.diff settings in git log (bug#5211).
11504         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
11505         escape chars in its output when the user has color.diff set to `always'.
11506         This fix works on git 1.4.2 and newer (released on 2006-08-13).
11508 2009-12-26  Kevin Ryde  <user42@zip.com.au>
11510         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
11511         node.  Keep previous "Index" name to work with past coreutils too.
11513         * man.el (man): Revise docstring a bit to show -a and -l as
11514         examples.  Add -k description since support for it has otherwise
11515         been a secret.  (Further to bug#3717.)
11516         (Man-bgproc-sentinel): When "-k foo" produces no output show error
11517         "no matches" rather than "Can't find manpage", as the latter reads
11518         like -k was interpreted as a page name, which is not so.  (Bug#5431)
11520 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
11522         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
11523         switches.  Check also for //SUBDIRED// line.
11525 2009-12-25  Kenichi Handa  <handa@m17n.org>
11527         * language/indian.el (devanagari-composable-pattern): Fix to
11528         handle ZWNJ and ZWJ.  Use it in composition-function-table for
11529         Devanagari.
11530         (malayalam-composable-pattern): Fix previous change.
11532 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11534         * ps-print.el (ps-face-attributes): It was not returning the
11535         attribute face for faces specified as string.  Reported by harven
11536         <harven@free.fr>.  (Bug#5254)
11537         (ps-print-version): New version 7.3.5.
11539 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
11541         * calendar/icalendar.el (icalendar--convert-tz-offset):
11542         Fix timezone names.
11543         (icalendar--convert-tz-offset): Fix the "last-day-problem".
11544         (icalendar--add-diary-entry): Remove the trailing blank that
11545         diary-make-entry inserts.
11547 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
11549         Make `file-expand-wildcards' work for remote files.
11551         * files.el (file-expand-wildcards): In case of remote files, check
11552         only local file name part for wildcards.  Provide feature 'files
11553         and subfeature 'remote-wildcards.  (Bug#5198)
11555         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
11556         if there is already an established connection.
11557         (tramp-advice-file-expand-wildcards): Remove it.
11559         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
11560         (tramp-advice-file-expand-wildcards): Move from tramp.el.
11561         Activate advice for older GNU Emacs versions.  (Bug#5237)
11563 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
11565         Some doc fixes (more needed).
11567         * find-cmd.el (find-constituents): Reflow docstring.
11568         (find-cmd, find-prune, find-command): Fix typos in docstrings.
11569         (find-generic): Doc fix.
11571 2009-12-17  Juri Linkov  <juri@jurta.org>
11573         Fix regression from 23.1 to allow multiple modes in Local Variables.
11575         * files.el (hack-local-variables-filter): While ignoring duplicates,
11576         don't take `mode' into account.
11577         (hack-local-variables-filter, hack-dir-local-variables):
11578         Don't remove duplicate `mode' from local-variables-alist (like `eval').
11580 2009-12-17  Juri Linkov  <juri@jurta.org>
11582         Make `dired-diff' safer.  (Bug#5225)
11584         * dired-aux.el (dired-diff): Signal an error when `file' equals to
11585         `current' or when `file' is a directory of the `current' file.
11587 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
11589         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
11590         unconditionally preloaded files.
11592 2009-12-16  Juri Linkov  <juri@jurta.org>
11594         Revert to old 23.1 logic of using the file at the mark as default.
11595         * dired-aux.el (dired-diff): Use the file at the mark as default
11596         if it's not the same as the current file, and the target dir is
11597         the current dir or the mark is active.  Add the current file
11598         as the arg of `dired-dwim-target-defaults'.  Use the default file
11599         in the prompt.  (Bug#5225)
11601 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
11603         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
11604         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
11605         (tramp-check-for-regexp): Check also, when an echoing shell stops
11606         to echo sent commands.
11608 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
11610         * Makefile.in: Revert last change (Bug#5191).
11612 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
11614         * vc-hg.el (vc-hg-print-log): Fix argument order.
11615         (vc-hg-working-revision): Make sure the command is executed in a
11616         known environment so that we can parse the output.  (Bug#4417)
11618 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
11620         * progmodes/python.el (python-symbol-completions): Remove text
11621         properties from symbol string before calling python-send-receive.
11623 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
11625         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
11626         when there are values for both file and line.  (Bug#5060)
11628 2009-12-14  Juri Linkov  <juri@jurta.org>
11630         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
11631         whitespace after the file name of the first line of unified format,
11632         because git-diff doesn't output whitespace and file modification time
11633         after the file name.
11635 2009-12-14  David Kastrup  <dak@gnu.org>
11637         * info.el (Info-hide-cookies-node): Before hiding a cookie,
11638         check if it already has the `display' property added by
11639         `Info-display-images-node', and not put the `invisible' property
11640         in this case.
11642 2009-12-13  Glenn Morris  <rgm@gnu.org>
11644         * mail/emacsbug.el (message-sort-headers): Define for compiler.
11645         (report-emacs-bug): In message-mode, sort manually before storing
11646         original report text.  (Bug#5178)
11647         Remove superfluous save-excursion.
11649 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
11651         * net/dbus.el (dbus-property-handler): Filter lambda forms out
11652         when responding to "GetAll" properties.
11654 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
11656         * simple.el (compose-mail): Remove mail-setup-with-from from
11657         customization checks.
11659 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
11661         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
11662         RAR archives created on Unix systems.
11664 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11666         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
11667         the varalias that was accidentally removed by the 2009-11-19 change
11668         (bug#5186).
11670 2009-12-12  Kenichi Handa  <handa@m17n.org>
11672         * language/indian.el (indian-compose-regexp): New function.
11673         (malayalam-composable-pattern): Fix the pattern.
11674         (composition-function-table): Set malayalam-composable-pattern for
11675         Malayalam characters.
11677 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
11679         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
11680         rather than down-mouse-1, based on follow-link conventions.
11682         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
11683         are compiled.
11685 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
11687         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
11688         (verilog-vmm-statement-re, verilog-ovm-statement-re)
11689         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
11690         (verilog-leap-to-head, verilog-backward-token):
11691         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
11693 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
11695         * progmodes/verilog-mode.el (verilog-auto-lineup)
11696         (verilog-nameable-item-re): Cleanup user-visible spelling and
11697         documentation errors.  One reported by Gary Delp.
11698         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
11699         (verilog-read-decls): Fix AUTOWIRE with types declared in a
11700         package, bug195.  Reported by Pierre-David Pfister.
11702 2009-12-11  Glenn Morris  <rgm@gnu.org>
11704         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
11706         * mail/emacsbug.el: No longer require sendmail.
11707         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
11708         (report-emacs-bug-orig-text): Doc fix.
11709         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
11710         New local variables, to adapt to different mail-user-agents.
11711         (report-emacs-bug): Fix test for a gnu.org address.
11712         Use overlays for emphasis, since font-lock defeats 'face property.
11713         Pretest bugs also end up at the newsgroup these days.
11714         Stop message-mode stripping text properties.
11715         Set and use the new buffer-local variables.
11716         (report-emacs-bug-hook): Add doc-string.
11717         Remove some unnecessary save-excursions and simplify.
11718         Use the appropriate hook and send-command.
11720         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
11721         capitalization of some menu entries.
11723 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11725         * whitespace.el (whitespace-display-char-on):
11726         Ensure `buffer-display-table' is unique when two or more windows are
11727         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
11728         New version 12.1.
11730 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
11732         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
11733         characters in the Attribute field.
11735 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
11737         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
11739 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11741         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
11742         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11743         Disregard autoload-excludes.
11744         (update-directory-autoloads): Obey autoload-excludes here instead.
11745         But don't store its contents in no-autoloads and remove entries that
11746         refer to excludes files.
11748 2009-12-10  Glenn Morris  <rgm@gnu.org>
11750         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
11751         (expand-mail-aliases): Define for compiler.
11753         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
11754         Define for compiler.
11756         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
11757         appropriate for the mail-user-agent in use.
11759 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
11761         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
11763 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
11765         Fix short log parsing and fontification.
11766         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
11767         Fix fontification for the [merge] label.
11769 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
11771         Drop some properties to avoid surprises (bug#5002).
11772         * htmlfontify.el (hfy-ignored-properties): New defcustom.
11773         (hfy-fontify-buffer): Use it.
11775 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11777         Minor cleanup.
11778         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
11779         Adjust all callers.
11780         (ffap-locate-file): Remove unused arg `dir-ok' and make other
11781         args compulsory.  Adjust callers.
11782         (ffap-gopher-at-point): Remove unused var `name'.
11784         Get rid of the ELCFILES abomination.
11785         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
11786         (compile-elcfiles): New phony target.
11787         (compile-main): Compute ELCFILES dynamically.
11788         (compile-clean): New target to remove left-over elc files.
11789         (compile, all): Use it.
11791 2009-12-09  Kenichi Handa  <handa@etlken>
11793         * international/mule-diag.el: Require help-mode instead of help-fns.
11795 2009-12-09  Kenichi Handa  <handa@m17n.org>
11797         * international/mule-cmds.el (ucs-names): Supply sufficiently
11798         fine ranges instead of pre-calculating accurate ranges.
11799         Iterate with bigger gc-cons-threshold.
11801 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
11803         Add support for stashing a snapshot of the current tree.
11804         * vc-git.el (vc-git-stash-snapshot): New function.
11805         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
11807 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
11809         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
11810         instead of `(beginning|end)-of-line'.
11812 2009-12-08  Glenn Morris  <rgm@gnu.org>
11814         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
11816         * Makefile.in (ELCFILES): Regenerate.
11818 2009-12-07  Juri Linkov  <juri@jurta.org>
11820         Don't lazy-highlight the comint output in history Isearch mode.
11822         * comint.el (comint-history-isearch-search): Instead of
11823         `comint-line-beginning-position', use `comint-after-pmark-p'
11824         to check if point if before the process mark, and go to
11825         `process-mark' in this case.
11827 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11829         * textmodes/tex-mode.el (latex-complete)
11830         (latex-indent-or-complete): Remove.
11831         (latex-mode): Set completion-at-point-functions instead.
11833         Provide a standard completion command and hook it into TAB.
11834         * minibuffer.el (completion-at-point-functions): New var.
11835         (completion-at-point): New command.
11836         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
11837         * progmodes/python.el (python-mode-map): Use completion-at-point.
11838         (python-completion-at-point): Rename from python-partial-symbol and
11839         adjust for use in completion-at-point-functions.
11840         (python-mode): Setup completion-at-point for Python completion.
11841         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
11842         extracted from lisp-complete-symbol.
11843         (lisp-complete-symbol): Use it.
11844         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
11845         setup completion-at-point for Elisp completion.
11846         (emacs-lisp-mode-map, lisp-interaction-mode-map):
11847         Use completion-at-point.
11848         * ielm.el (ielm-map): Use completion-at-point.
11849         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
11850         * progmodes/sym-comp.el: Move to...
11851         * obsolete/sym-comp.el: Move from progmodes.
11853 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
11855         Prevent save-buffer in Rmail buffers from using the coding-system
11856         of the current message, and from clobbering the encoding mnemonics
11857         in the mode line (Bug#4623).
11859         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
11860         flag, too.
11861         (rmail-message-encoding): New variable.
11862         (rmail-write-region-annotate): Record the encoding of the current
11863         message in rmail-message-encoding.
11864         (rmail-after-save-hook): New function, restores the encoding of
11865         the current message after the message collection is saved.
11867 2009-12-07  Juri Linkov  <juri@jurta.org>
11869         * progmodes/grep.el (grep-read-files): Use `completing-read'
11870         instead of `read-string'.  Set its `collection' arg to
11871         `read-file-name-internal'.  (Bug#4301)
11873 2009-12-07  Juri Linkov  <juri@jurta.org>
11875         Correctly restore original Isearch point.  (Bug#4994)
11877         * isearch.el (isearch-mode): Move `isearch-push-state' after
11878         `(run-hooks 'isearch-mode-hook)'.
11879         (isearch-cancel): When `isearch-push-state-function' is defined,
11880         let-bind `isearch-cmds' to the first state (the last element of
11881         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
11882         function and restores the original point).  Otherwise, move point
11883         to `isearch-opoint'.
11885 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11887         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
11888         chars that don't have names, so the table can be built much faster at
11889         run-time.
11891 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
11893         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
11894         change.  Suggested by David Kastrup.
11896         * simple.el (compose-mail): Check for incompatibilities and warn.
11897         (compose-mail-user-agent-warnings): New option.
11899 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
11901         Support showing a single log entry from vc-annotate.
11902         * vc.el (print-log): Add a new argument: START-REVISION.
11903         (vc-print-log-internal): Add a new optional argument and
11904         pass it to the backend.
11905         (vc-print-log, vc-print-root-log): Adjust callers.
11906         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
11907         buffer already displays the requested log entry, use it.
11908         Otherwise display only the log entry in question.
11909         * vc-svn.el (vc-svn-print-log):
11910         * vc-mtn.el (vc-mtn-print-log):
11911         * vc-hg.el (vc-hg-state):
11912         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
11913         (vc-git-show-log-entry): Return t on success.
11914         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
11915         (vc-bzr-show-log-entry): Return t on success.
11916         * vc-rcs.el (vc-rcs-print-log):
11917         * vc-sccs.el (vc-sccs-print-log):
11918         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
11920 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
11922         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
11923         Add menus to the meta mode.  (Bug#5043)
11925 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
11927         * ediff-init.el (ediff-event-key): Use event-to-character instead of
11928         event-key.
11930         * ediff.el (ediff-buffers-internal): Add unwind-protect.
11932 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
11934         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
11935         Berbain <raphael.berbain@gmail.com>.
11937         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
11938         characters.
11939         (tramp-initial-end-of-output): New defconst.
11940         (tramp-methods, tramp-find-shell)
11941         (tramp-open-connection-setup-interactive-shell)
11942         (tramp-maybe-open-connection): Use it.
11943         (tramp-shell-prompt-pattern, tramp-wait-for-output):
11944         Handle existence of `#' and `$'.
11946         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
11947         Use `tramp-initial-end-of-output'.
11949 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
11951         Get the background mode from the terminal for xterm, and set
11952         faces accordingly.
11953         * term/xterm.el (xterm-set-background-mode): New function.
11954         (terminal-init-xterm): Use it in case xterm supports background
11955         color queries.  Recompute faces after getting the background
11956         color.
11958 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
11960         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
11961         number comment back on its own line, for easier parsing.
11963 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11965         Make it work for non-file buffers (bug#5102).
11966         * doc-view.el (doc-view-current-cache-dir):
11967         Use doc-view-buffer-file-name rather than buffer-file-name.
11968         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
11970 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
11972         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
11973         author field is too short.
11975 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
11977         * vc-git.el (vc-git-print-log): Handle a limit argument.
11978         Display the short log in graph form and with labels.
11979         (vc-git-log-view-mode): Handle labels.
11981         Make vc-revert change VC state from 'added to 'unregistered.
11982         * vc-git.el (vc-git-revert): Call git reset first.
11984 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
11986         * net/newst-backend.el, net/newst-plainview.el:
11987         * net/newst-reader.el, net/newst-ticker.el:
11988         * net/newst-treeview.el, net/newsticker.el:
11989         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
11991 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
11993         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
11995         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
11996         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
11997         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11998         Update annotation regexp.
12000         * simple.el (beginning-of-visual-line): Constrain to field
12001         boundaries (Bug#5106).
12003 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
12005         * xml.el (xml-substitute-numeric-entities):
12006         Move newsticker--decode-numeric-entities in newst-backend.el to
12007         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
12008         * net/newst-backend.el (newsticker--parse-generic-feed)
12009         (newsticker--parse-generic-items)
12010         (newsticker--decode-numeric-entities):
12011         Move newsticker--decode-numeric-entities in newst-backend.el to
12012         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
12014 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
12016         * progmodes/js.el (js--js-not): Add null to the list of values.
12018 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
12020         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
12022 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12024         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
12025         delimiter if it is at the end of the current line.
12026         (bibtex-generate-url-list): Fix docstring.
12028 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12030         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
12031         minibuffer's content with itself.
12032         Fold the confirm-after-completion case into the `confirm' case.
12033         (completion-pcm-word-delimiters): Add : and / to the delimiters.
12035 2009-12-06  Kevin Ryde  <user42@zip.com.au>
12037         * ffap.el (ffap-rfc-path): Make this a defcustom since
12038         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
12040         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
12041         manuals, similar to existing setup for help-mode.  (Bug#3913.)
12043 2009-12-05  Juri Linkov  <juri@jurta.org>
12045         Save and restore dired buffer's point positions too.  (Bug#4880)
12047         * dired.el (dired-save-positions): Return in the first element
12048         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
12049         Doc fix.
12050         (dired-restore-positions): First restore buffer's position.
12051         While restoring window's positions, check if window still displays
12052         the original buffer.
12054 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
12056         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
12057         if possible.
12059         * shell.el (shell): Require ansi-color (Bug#5113).
12061         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
12063         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
12065 2009-12-05  Alan Mackenzie  <acm@muc.de>
12067         * progmodes/cc-mode.el (c-before-hack-hook)
12068         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
12069         `c-file-style' to work again.  This reversion restores the current
12070         software to its state in Emacs 23.1.  (Bug#4146)
12072 2009-12-05  Kevin Ryde  <user42@zip.com.au>
12074         * textmodes/sgml-mode.el (sgml-lexical-context):
12075         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
12077 2009-12-05  Juri Linkov  <juri@jurta.org>
12079         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
12080         for virtual nodes.  (Bug#4147)
12081         (Info-find-node-2): Set `Info-current-node-virtual' to nil
12082         when moving from a virtual node.
12083         (Info-mode-menu): Add `Info-virtual-index' to the menu.
12084         (Info-mode): Add `Info-virtual-index' to the docstring.
12086 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12088         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
12089         track of the buffer position of the end of a BibTeX entry as this
12090         position may change during reformatting.
12091         (bibtex-format-entry): Remove whitespace before processing
12092         numerical fields so that we recognize the latter properly.
12093         (bibtex-reformat): Do not use push which changes the global value
12094         of bibtex-entry-format.
12095         (bibtex-field-braces-alist, bibtex-field-strings-alist)
12096         (bibtex-field-re-init): Replace only space characters by regexp
12097         for whitespace.
12098         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
12099         (bibtex-initialize): Also update bibtex-strings.
12100         (bibtex-kill-field): Preserve white space at end of entry.
12101         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
12102         Update bibtex-reference-keys.
12104 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12106         * minibuffer.el (completion-pcm--merge-try): Also consider placing
12107         point after a star, if that's the only place where modifications can
12108         make progress.
12110 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
12112         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
12113         in docstrings.
12115 2009-12-04  Juri Linkov  <juri@jurta.org>
12117         * proced.el (proced): Call `(proced-update t)' to update process
12118         information instead of only running proced-post-display-hook.
12119         (proced-send-signal): Add a leading space to the buffer name
12120         " *Marked Processes*" to make this buffer ephemeral.
12122 2009-12-04  Juri Linkov  <juri@jurta.org>
12124         * dired.el (dired-auto-revert-buffer): New defcustom.
12125         (dired-internal-noselect): Use it.
12127 2009-12-04  Juri Linkov  <juri@jurta.org>
12129         Change roles of modes and functions in image-mode.el (Bug#5062).
12131         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
12132         in `auto-mode-alist'.
12133         (image-mode-previous-major-mode): New variable.
12134         (image-minor-mode-map): Rename from `image-mode-text-map'.
12135         (image-mode): Move graceful error-handling code from
12136         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
12137         (image-minor-mode): Remove all image-handling code.
12138         Replace `image-mode-text-map' with `image-minor-mode-map'.
12139         Check for `image-type' in mode-line format string.
12140         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
12141         (image-mode-as-text): New function with most code from
12142         `image-mode-maybe'.
12143         (image-toggle-display-text): Move code that removes image
12144         properties from `image-toggle-display' to here.
12145         (image-toggle-display-image): New function with code that adds
12146         image properties copied from `image-toggle-display'.
12147         (image-toggle-display): Remove most code with leaving only code
12148         that toggles between `image-mode-as-text' and `image-mode'.
12150 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
12152         * net/newst-treeview.el
12153         (newsticker--treeview-list-highlight-start): Restored call to
12154         save-excursion: Selected item was stuck.
12155         (newsticker--treeview-list-select): New.
12156         (newsticker--treeview-item-show-text)
12157         (newsticker--treeview-item-show)
12158         (newsticker--treeview-item-update): Use new
12159         newsticker-treeview-item-mode.
12160         (newsticker-treeview-update): Keep current item.
12161         (newsticker-treeview-next-new-or-immortal-item): Doc change.
12162         (newsticker--treeview-first-feed): Doc change.
12163         (newsticker-treeview-list-menu)
12164         (newsticker-treeview-item-menu): Add menu entries.
12165         (newsticker-treeview-item-mode): New.
12167         * net/newst-backend.el (newsticker-customize): Delete other
12168         windows.
12170 2009-12-04  Sam Steingold  <sds@gnu.org>
12172         * log-view.el (log-view-mode-map): "q" calls quit-window,
12173         like in all the other non-self-insert buffers.
12175 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12177         Minor cleanup.
12178         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
12179         key decoding rather than do it manually via last-input-event +
12180         ascii-character.
12181         (term-exec): Use delete-and-extract-region.
12182         (term-handle-ansi-terminal-messages): Remove unused var `end'.
12183         (term-process-pager): Remove unused var `i'.
12184         (term-dynamic-simple-complete): Make obsolete.
12185         (serial-update-config-menu): Remove unused vars `y' and `str'.
12186         (term-update-mode-line): Remove unused var `temp'.
12188 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
12190         Limit the number of log entries displayed by default.
12191         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
12192         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
12193         using a prefix argument.
12195 2009-12-03  Glenn Morris  <rgm@gnu.org>
12197         * progmodes/idlwave.el (class): Restore still useful declaration.
12199 2009-12-03  Alan Mackenzie  <acm@muc.de>
12201         Enhance `c-parse-state' to run efficiently in "brace deserts".
12203         * progmodes/cc-mode.el (c-basic-common-init):
12204         Call c-state-cache-init.
12205         (c-neutralize-syntax-in-and-mark-CPP): Rename from
12206         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
12207         placing `category' properties value 'c-cpp-delimiter at its boundaries.
12209         * progmodes/cc-langs.el (c-before-font-lock-function):
12210         c-extend-and-neutralize-syntax-in-CPP has been renamed
12211         c-neutralize-syntax-in-and-mark-CPP.
12213         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
12214         with `category' properties now, not `syntax-table' ones.
12216         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
12217         enhanced (but slower) version of c-end-of-macro that won't land
12218         inside a literal or on another awkward character.
12219         (c-state-cache-too-far, c-state-cache-start)
12220         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
12221         (c-state-nonlit-pos-cache-limit, c-state-point-min)
12222         (c-state-point-min-lit-type, c-state-point-min-lit-start)
12223         (c-state-min-scan-pos, c-state-brace-pair-desert)
12224         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
12225         buffer local variables.
12226         (c-state-literal-at, c-state-lit-beg)
12227         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
12228         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
12229         (c-state-cache-top-paren, c-state-cache-after-top-paren)
12230         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
12231         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
12232         (c-renarrow-state-cache)
12233         (c-append-lower-brace-pair-to-state-cache)
12234         (c-state-push-any-brace-pair, c-append-to-state-cache)
12235         (c-remove-stale-state-cache)
12236         (c-remove-stale-state-cache-backwards, c-state-cache-init)
12237         (c-invalidate-state-cache-1, c-parse-state-1)
12238         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
12239         (c-parse-state): Enhance and refactor.
12240         (c-debug-parse-state): Amend to deal with all the new variables.
12242         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
12243         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
12244         modify to use category text properties rather than syntax-table ones.
12245         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
12246         to switch off/on the syntactic paren property of C++ template
12247         delimiters using the category property.
12248         (c-with-<->-as-parens-suppressed): Macro to invoke code with
12249         template delims suppressed.
12250         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
12251         New constant/macros which apply category properties to the start
12252         and end of preprocessor constructs.
12253         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
12254         "comment out" the syntactic value of characters in preprocessor
12255         constructs.
12256         (c-with-cpps-commented-out)
12257         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
12258         with characters in all or all but one preprocessor constructs
12259         "commented out".
12261 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12263         * proced.el (proced-filter-alist): Use regexp-quote.
12265 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
12267         Cleanup.
12268         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
12269         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
12270         arguments.  Expand `default-directory'.
12272         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
12273         the benefit of returning an expanded localname.
12274         (tramp-tramp-file-p): Handle the case NAME is not a string.
12276 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
12278         Add support for bzr shelve/unshelve.
12279         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12280         (vc-bzr-extra-menu-map): New variables.
12281         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
12282         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
12283         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
12284         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
12285         (vc-bzr-dir-extra-headers): Display shelves.
12287         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
12289 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12291         * textmodes/bibtex.el (bibtex-complete-internal):
12292         Use completion-in-region.
12293         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
12295 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
12297         Support applying stashes.  Improve UI.
12298         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
12299         (vc-git-stash-apply, vc-git-stash-pop)
12300         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
12301         (vc-git-stash-menu): New functions.
12302         (vc-git-stash-menu-map): New variable.
12303         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
12305 2009-12-03  Glenn Morris  <rgm@gnu.org>
12307         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
12308         (vc-print-log-internal): Fix previous change.
12309         (vc-revert): Correct pluralization.
12311 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12313         * progmodes/make-mode.el (makefile-special-targets-list): No need for
12314         it to be an alist any more.
12315         (makefile-complete): Use completion-in-region.
12317         * progmodes/octave-mod.el (octave-complete-symbol):
12318         Use completion-in-region.
12320         Misc cleanup.
12321         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
12322         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
12323         (idlwave-complete-class): Don't quote lambda.
12324         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
12325         (idlwave-mode-map): Move initialization into declaration.
12326         (idlwave-action-and-binding): Use backquotes.
12327         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
12328         Simplify.
12329         (idlwave-is-pointer-dereference): Remove unused var `pos'.
12330         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
12331         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
12332         `parts', and `all-parts'.
12333         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
12334         (idlwave-convert-xml-system-routine-info): Remove unused string
12335         `version-string'.
12336         (idlwave-display-user-catalog-widget): Use dolist.
12337         (idlwave-scanning-lib): Declare dynamically-scoped var.
12338         (idlwave-scan-library-catalogs): Remove unused var `flags'.
12339         (completion-highlight-first-word-only): Declare to silence bytecomp.
12340         (idlwave-popup-select): Tighten scope of `resp'.
12341         (idlwave-find-struct-tag): Remove unused var `beg'.
12342         (idlwave-after-load-rinfo-hook): Declare.
12343         (idlwave-sintern-class-info): Remove unused var `taglist'.
12344         (idlwave-find-class-definition): Remove unused var `list'.
12345         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
12346         (idlwave-what-module-find-class): Remove unused var `classes'.
12348 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
12350         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
12352 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12354         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
12355         buffers visited.  Remove redundant current-buffer-saving.
12357 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12359         Use completion-in-buffer and remove uses of dynamic scoping.
12360         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
12361         (pascal-buffer-to-use, pascal-flag): Don't declare.
12362         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
12363         (pascal-get-completion-decl, pascal-keyword-completion):
12364         Add `pascal-str' argument, save-excursion,
12365         return the found completions, and don't filter with pascal-pred.
12366         (pascal-completion-cache): New var.
12367         (pascal-completion): Don't switch buffer any more (it was never
12368         necessary).  Don't save-excursion any more (it's done by the called
12369         subroutines).  Use a cache to avoid redundant computations.
12370         Use complete-with-action rather than pascal-completion-response and
12371         let it apply the predicate as well.
12372         (pascal-complete-word): Use completion-in-buffer when
12373         pascal-toggle-completions is nil.
12374         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
12375         not used any more.
12376         (pascal-comp-defun): Don't change buffer any more.
12377         Use complete-with-action rather than pascal-completion-response and
12378         let it apply the predicate as well.
12379         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
12380         when neded.
12382 2009-12-02  Kenichi Handa  <handa@m17n.org>
12384         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
12385         shape for all Indic scripts.
12387 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12389         Use completion-in-buffer.
12390         * wid-edit.el (widget-field-text-end): New function.
12391         (widget-field-value-get): Use it.
12392         (widget-string-complete, widget-file-complete)
12393         (widget-color-complete): Use it and completion-in-region.
12394         (widget-complete): Don't narrow the buffer.
12396 2009-12-02  Glenn Morris  <rgm@gnu.org>
12398         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
12399         (rmail-select-summary): Use rmail-pop-to-buffer.
12400         * mail/rmailsum.el: Replace all pop-to-buffer calls with
12401         rmail-pop-to-buffer, to prevent horizontal splits.
12403         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
12404         save-excursion with save-current-buffer.
12405         Widen before searching.  (Bug#5093)
12406         (diary-list-sexp-entries): Remove superfluous save-excursion.
12408 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
12410         * woman.el (woman-make-bufname): Handle man-pages with "." in the
12411         name.  (Bug#5038)
12413 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
12415         * ido.el (ido-file-internal): Handle filenames at point that do
12416         not have a directory part.  (Bug#5049)
12418 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
12420         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
12421         (mpc-songs-jump-to, mpc-resume): Doc fixes.
12423 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
12425         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
12426         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
12427         any more.
12429 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12431         * comint.el (comint-insert-input): Ignore clicks to the right of
12432         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
12434         * vc.el (vc-print-log-internal): Don't wait for the process to
12435         terminate before setting up the major mode.
12437         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
12438         in case.
12440         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
12441         the last element.
12443         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
12445 2009-12-01  Glenn Morris  <rgm@gnu.org>
12447         * window.el (window--display-buffer-2): Fix previous changes.
12449 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
12451         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
12453 2009-12-01  Glenn Morris  <rgm@gnu.org>
12455         * Makefile.in (ELCFILES): Add mpc.elc.
12457 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12459         * mpc.el: New file.
12461 2009-12-01  Glenn Morris  <rgm@gnu.org>
12463         * window.el (window-to-use): Define for compiler.
12465         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
12466         consistent with others (no final period).
12468         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
12469         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
12471 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
12473         Make vc-print-log buttons work.
12474         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
12476 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
12478         * savehist.el (savehist-autosave-interval): Allow setting to nil
12479         through customize.  (Bug#5056)
12481 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
12483         Fix references to jit-lock properties.
12484         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12485         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
12486         (perl-font-lock-special-syntactic-constructs):
12487         Quote jit-lock-defer-multiline property.
12489 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
12491         * vc-git.el (vc-git-registered): Call vc-git-root only once.
12493 2009-11-30  Juri Linkov  <juri@jurta.org>
12495         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
12496         value `buffer' of `multi-isearch-next-buffer-current-function'.
12497         Use `(current-buffer)' when `buffer' is nil.
12498         (multi-isearch-next-buffer-from-list): Don't fallback to
12499         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
12501 2009-11-30  Juri Linkov  <juri@jurta.org>
12503         * misearch.el (multi-isearch-read-buffers): Move canonicalization
12504         of buffers with `get-buffer' to `multi-isearch-buffers'.
12505         (multi-isearch-buffers, multi-isearch-buffers-regexp):
12506         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
12507         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
12508         FILES with `expand-file-name' converting relative file names
12509         to absolute.  Doc fix.  (Bug#4727)
12511 2009-11-30  Juri Linkov  <juri@jurta.org>
12513         * misearch.el (multi-isearch-read-buffers)
12514         (multi-isearch-read-matching-buffers): New functions.
12515         (multi-isearch-buffers, multi-isearch-buffers-regexp):
12516         Use them in the `interactive' spec.  Doc fix.
12517         (multi-isearch-read-files, multi-isearch-read-matching-files):
12518         New functions.
12519         (multi-isearch-files, multi-isearch-files-regexp):
12520         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
12522 2009-11-30  Juri Linkov  <juri@jurta.org>
12524         * doc-view.el (doc-view-continuous):
12525         Rename from `doc-view-continuous-mode'.
12526         (doc-view-menu): Move "Toggle display" to the top.
12527         Add submenu "Continuous" with radio buttons "Off"/"On"
12528         and "Save as Default".
12529         (doc-view-scroll-up-or-next-page)
12530         (doc-view-scroll-down-or-previous-page)
12531         (doc-view-next-line-or-next-page)
12532         (doc-view-previous-line-or-previous-page):
12533         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
12535 2009-11-30  Juri Linkov  <juri@jurta.org>
12537         * comint.el (comint-mode-map): Rebind `M-r' from
12538         `comint-previous-matching-input' to
12539         `comint-history-isearch-backward-regexp'.
12540         Unbind `M-s' to allow global key binding `M-s'.
12541         Add menu items for `comint-history-isearch-backward' and
12542         `comint-history-isearch-backward-regexp'.  (Bug#3746)
12544 2009-11-30  Juri Linkov  <juri@jurta.org>
12546         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
12547         For def=recenter, replace `recenter' with `recenter-top-bottom'
12548         that is called with `this-command' and `last-command' let-bound
12549         to `recenter-top-bottom'.  When the last `def' was not `recenter',
12550         set `recenter-last-op' to nil.  (Bug#4981)
12552 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12554         Minor cleanup and simplification.
12555         * filecache.el (file-cache-add-directory)
12556         (file-cache-add-directory-recursively)
12557         (file-cache-add-from-file-cache-buffer)
12558         (file-cache-delete-file-regexp, file-cache-delete-directory)
12559         (file-cache-files-matching-internal, file-cache-display): Use dolist.
12560         (file-cache-temp-minibuffer-message): Delete function.
12561         (file-cache-minibuffer-complete): Use minibuffer-message instead.
12563         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12564         Don't signal an error when bumping into EOB in tr, s, or y.
12566 2009-11-29  Juri Linkov  <juri@jurta.org>
12568         * startup.el (fancy-about-text): Fix wording of Guided Tour.
12569         (Bug#4960)
12571         * descr-text.el (describe-char-unidata-list): Use lowercase name
12572         for "Unicode name" like in other tags.
12574 2009-11-29  Juri Linkov  <juri@jurta.org>
12576         * ediff-util.el (ediff-minibuffer-with-setup-hook):
12577         New compatibility macro.
12578         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
12580 2009-11-29  Juri Linkov  <juri@jurta.org>
12582         Add defcustom to define the cycling order of `recenter-top-bottom'.
12583         (Bug#4981)
12585         * window.el (recenter-last-op): Doc fix.
12586         (recenter-positions): New defcustom.
12587         (recenter-top-bottom): Rewrite to use `recenter-positions'.
12588         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
12590 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
12592         Improve integration of Tramp and ange-ftp in eshell.
12594         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
12595         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
12596         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
12598         * eshell/esh-util.el (top): Require also Tramp when compiling.
12599         (eshell-directory-files-and-attributes): Check for FTP remote
12600         connection.
12601         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
12602         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
12603         (eshell-file-attributes): Handle ".".  Return `entry'.
12605         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
12606         (ange-ftp-directory-files-and-attributes)
12607         (ange-ftp-real-directory-files-and-attributes): New defuns.
12609         * net/tramp.el (tramp-maybe-open-connection): Open the remote
12610         shell with "exec" when possible.  This prevents trailing prompts
12611         in `start-file-process'.
12613 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12615         Try and remove assumptions about point-min==1.
12616         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
12617         (rng-compute-mode-line-string): Show the validation percentage in
12618         terms of the narrowed text, not the widened text.
12619         (rng-do-some-validation): Don't catch internal errors when debugging.
12620         (rng-first-error): Simplify.
12621         (rng-after-change-function): Remove work around.  AFAIK the bug has
12622         been fixed a while ago.
12624         * image-mode.el (image-minor-mode): Exit more gracefully when the image
12625         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
12627         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
12629         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
12630         `cd' doesn't always do it for us (bug#5067).
12632         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
12633         on 2009-10-25 as part of some other change (bug#5067).
12635 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12637         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
12638         `suspicious'.
12639         (byte-compile-warnings): Use byte-compile-warning-types.
12640         (byte-compile-save-excursion): Warn about use of set-buffer right
12641         after save-excursion.
12643         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
12644         the excursion as well.
12646 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
12648         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
12649         providing a Tramp related implementation of "su" and "sudo".
12650         (eshell-unix-initialize): Add "su" and "sudo".
12652 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
12654         * net/socks.el (socks-send-command): Convert binary request to
12655         unibyte before sending.  This fixes mishandling of some port
12656         numbers such as 129.
12658 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12660         * help.el (describe-bindings-internal): Remove `interactive'.
12662         * man.el (Man-completion-table): Trim a terminating "(".
12663         Remove the space between name page a section.
12664         Add the command's description on the `help-echo' property.
12665         Remove `process-connection-type' binding since it's unused by
12666         call-process.
12667         Provide completion for the "<section> <name>" format as well.
12668         (Man-default-man-entry): Remove spurious var shadowing the argument.
12670 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12672         * log-view.el: Add "Keywords: tools", since its other keywords
12673         aren't in finder-known-keywords, and following vc.el.
12675         * sha1.el (sha1-string-external): default-directory "/" in case
12676         otherwise non-existent.  process-connection-type pipe for touch of
12677         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12679 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12681         Misc coding convention cleanups.
12682         * htmlfontify.el (hfy-init-kludge-hook): Rename from
12683         hfy-init-kludge-hooks.
12684         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
12685         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
12686         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
12687         and push.
12688         (hfy-slant, hfy-weight): Use tables rather than code.
12689         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
12690         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
12691         (hfy-face-attr-for-class): Initialize `face-spec' directly.
12692         (hfy-face-to-css): Remove `nconc' with single arg.
12693         (hfy-p-to-face-lennart): Use `or'.
12694         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
12695         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
12696         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
12697         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
12698         (hfy-force-fontification): Use run-hooks.
12700 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
12702         Various minor fixes.
12703         * htmlfontify.el (hfy-default-header): Add toggle_invis since
12704         Javascript belongs in the header, not the body.
12705         (hfy-javascript): Remove.
12706         (hfy-fontify-buffer): Don't insert it any more.
12707         (hfy-face-at): Handle (face0 face1 face2) style face properties.
12708         Fix bug in invis handling when there were no invis props in a chunk.
12710 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12712         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
12714 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
12716         * finder.el (finder-mode-map): Add a menu.
12718 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
12720         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
12721         "unsigned" structs.
12723         (verilog-leap-to-head, verilog-backward-token): Handle "disable
12724         fork" statement better.
12726 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
12728         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
12729         (verilog-delete-auto, verilog-delete-empty-auto-pair)
12730         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
12731         Reported by Clay Douglass.
12733         (verilog-auto-inst, verilog-auto-star-safe)
12734         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
12735         Fix removing "// Interfaces" when saving .* expansions.
12736         Reported by Pierre-David Pfister.
12738 2009-11-26  Glenn Morris  <rgm@gnu.org>
12740         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
12741         the scope.
12743 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
12745         * vc-annotate.el (vc-annotate-revision-previous-to-line):
12746         Really use previous revision.
12748 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12750         * man.el (Man-completion-table): default-directory "/" in case
12751         doesn't otherwise exist.  process-environment COLUMNS=999 so as
12752         not to truncate long names.  process-connection-type pipe to avoid
12753         any chance of hitting the pseudo-tty TIOCGWINSZ.
12754         (man): completion-ignore-case t for friendliness and since man
12755         itself is case-insensitive on the command line.
12756         Further to Bug#3717.
12758         * arc-mode.el: Add "Keywords: files", so the details in its
12759         commentary can be reached from finder-by-keyword.
12760         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
12761         editing mode, but it's comms related and sgml-mode.el has "comm"
12762         on that basis too.
12763         * textmodes/bibtex-style.el: Add "Keywords: tex".
12764         * international/isearch-x.el, international/ja-dic-cnv.el:
12765         * international/ja-dic-utl.el, international/kkc.el:
12766         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
12768 2009-11-25  Juri Linkov  <juri@jurta.org>
12770         * man.el (Man-completion-table): Modify regexp to include
12771         section names to completion strings.  (Bug#3717)
12773 2009-11-25  Juri Linkov  <juri@jurta.org>
12775         Search recursively in gzipped files.  (Bug#4982)
12777         * progmodes/grep.el (grep-highlight-matches): Add new options
12778         `always' and `auto'.  Doc fix.
12779         (grep-process-setup): Check `grep-highlight-matches' for
12780         `auto-detect' to determine the need to compute grep defaults.
12781         Move Windows/DOS specific --colors settings handling
12782         to `grep-compute-defaults'.  Check `grep-highlight-matches'
12783         to get the value of "--color=".
12784         (grep-compute-defaults): Compute `grep-highlight-matches' when it
12785         has the value `auto-detect'.  Move Windows/DOS specific settings
12786         from `grep-process-setup'.
12787         (zrgrep): New command with alias `rzgrep'.
12789 2009-11-25  Juri Linkov  <juri@jurta.org>
12791         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
12792         to nil instead of switching off view-mode.  (Bug#4896)
12794 2009-11-25  Juri Linkov  <juri@jurta.org>
12796         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
12798         * mwheel.el (mwheel-scroll-up-function)
12799         (mwheel-scroll-down-function): New defvars.
12800         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
12801         `scroll-up', and `mwheel-scroll-down-function' instead of
12802         `scroll-down'.
12804         * doc-view.el (doc-view-scroll-up-or-next-page)
12805         (doc-view-scroll-down-or-previous-page): Add optional ARG.
12806         Use this ARG in the call to image-scroll-up/image-scroll-down.
12807         Change `interactive' spec to "P".  Goto next/previous page only
12808         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
12809         SPC/DEL case).  Doc fix.
12810         (doc-view-next-line-or-next-page)
12811         (doc-view-previous-line-or-previous-page): Rename arg to ARG
12812         for consistency.
12813         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
12814         `doc-view-scroll-up-or-next-page', and buffer-local
12815         `mwheel-scroll-down-function' to
12816         `doc-view-scroll-down-or-previous-page'.
12818 2009-11-25  Juri Linkov  <juri@jurta.org>
12820         Provide additional default values (directories at other Dired
12821         windows) via M-n in the minibuffer of some Dired commands.
12823         * dired-aux.el (dired-diff, dired-compare-directories)
12824         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
12825         `minibuffer-default' in `minibuffer-with-setup-hook'.
12826         (dired-dwim-target-directory): Find a window that displays Dired
12827         buffer instead of failing when the next window is not Dired.
12828         Use `get-window-with-predicate' to find for the next Dired window.
12829         (dired-dwim-target-defaults): New function.
12831         * ediff-util.el (ediff-read-file-name):
12832         Use `dired-dwim-target-defaults' to set `minibuffer-default'
12833         in `minibuffer-with-setup-hook'.
12835 2009-11-25  Juri Linkov  <juri@jurta.org>
12837         Provide additional default values (file name at point or at the
12838         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
12840         * minibuffer.el (read-file-name-defaults): New function.
12841         (read-file-name): Reset `minibuffer-default' to nil when
12842         it duplicates initial input `insdef'.
12843         Bind `minibuffer-default-add-function' to lambda that
12844         calls `read-file-name-defaults' in `minibuffer-selected-window'.
12845         (minibuffer-insert-file-name-at-point): New command.
12847         * files.el (file-name-at-point-functions): New defcustom.
12848         (find-file-default): Remove defvar.
12849         (find-file-read-args): Don't use `find-file-default'.
12850         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12851         to `read-file-name'.
12852         (find-file-literally): Use `read-file-name' with
12853         `confirm-nonexistent-file-or-buffer'.
12855         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
12857         * dired.el (dired-read-dir-and-switches):
12858         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12859         to `read-file-name'.
12860         (dired-file-name-at-point): New function.
12861         (dired-mode): Add hook `dired-file-name-at-point' to
12862         `file-name-at-point-functions'.
12864 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12866         Really make the *Completions* window soft-dedicated (bug#5030).
12867         * window.el (window--display-buffer-2): Add `dedicated' argument.
12868         (display-buffer): Pass it when needed so the dedicated flag is set
12869         after calling set-window-buffer, which would otherwise reset it.
12871 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12873         * progmodes/meta-mode.el (meta-complete-symbol):
12874         * progmodes/etags.el (complete-tag):
12875         * mail/mailabbrev.el (mail-abbrev-complete-alias):
12876         Use completion-in-region.
12878         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
12879         (dabbrev-completion): Use completion-in-region.
12880         (dabbrev--abbrev-at-point): Simplify regexp.
12882         * abbrev.el (abbrev--before-point): Use word-motion functions
12883         if :regexp is not specified (bug#5031).
12885         * subr.el (string-prefix-p): New function.
12887         * man.el (Man-completion-cache): New var.
12888         (Man-completion-table): Use it.
12890         * vc.el (vc-print-log-internal): Make `limit' optional for better
12891         compatibility (e.g. with vc-annotate.el).
12893 2009-11-24  Kevin Ryde  <user42@zip.com.au>
12895         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
12896         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
12898         * emacs-lisp/elint.el (elint-add-required-env): Better error message
12899         when .el source file not found or other error.
12901 2009-11-24  Markus Triska  <markus.triska@gmx.at>
12903         * linum.el (linum-update-window): Ignore intangible (bug#4996).
12905 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12907         Handle the [back] button properly (bug#4979).
12908         * descr-text.el (describe-text-properties): Add a `buffer' argument.
12909         Use help-setup-xref, help-buffer, and with-help-window.
12910         (describe-char): Add `buffer' argument.
12911         Pass proper command to help-setup-xref.  Don't meddle with
12912         help-xref-stack-item directly.
12913         (describe-text-category): Use with-help-window and help-buffer.
12915         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
12916         for the displayed buffer (bug#4887).
12918         * man.el (Man-completion-table): New function.
12919         (man): Use it.
12921 2009-11-24  David Reitter  <david.reitter@gmail.com>
12923         * vc-git.el (vc-git-registered): Use checkout directory (where
12924         .git is) rather than the file's directory and a relative path spec
12925         to work around a bug in git.
12927 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
12929         Improve handling of processes on remote hosts.
12931         * eshell/esh-util.el (eshell-path-env): New defvar.
12932         (eshell-parse-colon-path): New defun.
12933         (eshell-file-attributes): Use `eshell-parse-colon-path'.
12935         * eshell/esh-ext.el (eshell-search-path):
12936         Use `eshell-parse-colon-path'.
12937         (eshell-remote-command): Remove argument HANDLER.
12938         (eshell-external-command): Check for FTP remote connection.
12940         * eshell/esh-proc.el (eshell-gather-process-output):
12941         Use `file-truename', in order to start also symlinked files.
12942         Apply `start-file-process' instead of `start-process'.
12943         Shorten `command' to the local file name part.
12945         * eshell/em-cmpl.el (eshell-complete-commands-list):
12946         Use `eshell-parse-colon-path'.
12948         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
12950         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
12951         to `eshell-directory-change-hook'.
12953 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
12955         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
12956         because it could be enabled automatically if view-read-only is non-nil.
12958 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
12960         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
12961         made on 2009-11-22.
12963 2009-11-24  Glenn Morris  <rgm@gnu.org>
12965         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
12966         deleted variable bookmark-bmenu-bookmark-column.
12968 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12970         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
12972 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
12974         * net/browse-url.el (browse-url-filename-alist): On Windows, add
12975         two slashes to the "file:" prefix.
12976         (browse-url-file-url): De-munge Cygwin filenames before passing
12977         them to Windows browser.
12978         (browse-url-default-windows-browser): Use call-process.
12980 2009-11-23  Juri Linkov  <juri@jurta.org>
12982         Implement DocView Continuous mode.  (Bug#4896)
12983         * doc-view.el (doc-view-continuous-mode): New defcustom.
12984         (doc-view-mode-map): Bind C-n/<down> to
12985         `doc-view-next-line-or-next-page', C-p/<up> to
12986         `doc-view-previous-line-or-previous-page'.
12987         (doc-view-next-line-or-next-page)
12988         (doc-view-previous-line-or-previous-page): New commands.
12990 2009-11-23  Juri Linkov  <juri@jurta.org>
12992         Implement Isearch in comint input history.  (Bug#3746)
12993         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
12994         `isearch-mode-hook'.
12995         (comint-history-isearch): New defcustom.
12996         (comint-history-isearch-backward)
12997         (comint-history-isearch-backward-regexp): New commands.
12998         (comint-history-isearch-message-overlay): New buffer-local variable.
12999         (comint-history-isearch-setup, comint-history-isearch-end)
13000         (comint-goto-input, comint-history-isearch-search)
13001         (comint-history-isearch-message, comint-history-isearch-wrap)
13002         (comint-history-isearch-push-state)
13003         (comint-history-isearch-pop-state): New functions.
13005 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
13007         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
13008         return.
13009         (tramp-handle-make-symbolic-link)
13010         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
13011         Quote file names.
13012         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
13013         (tramp-handle-process-file): Use it.
13015 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13017         * window.el (move-to-window-line-last-op): Remove.
13018         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
13020 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
13022         Make M-r mirror the new cycling behavior of C-l.
13023         * window.el (move-to-window-line-last-op): New var.
13024         (move-to-window-line-top-bottom): New command.
13025         (global-map): Bind M-r move-to-window-line-top-bottom.
13027 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
13029         * dired-x.el (dired-guess-shell-alist-default):
13030         Support xz format.  (Bug#4953)
13032 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
13034         * emulation/viper-cmd.el: Use viper-last-command-char instead of
13035         last-command-char/last-command-event.
13036         (viper-prefix-arg-value): Do correct conversion of event-char for
13037         XEmacs.
13039         * emulation/viper-util.el, emulation/viper.el:
13040         Use viper-last-command-char instead of
13041         last-command-char/last-command-event.
13043         * ediff-init.el, ediff-mult.el, ediff-util.el:
13044         Replace last-command-char and last-command-event
13045         with (ediff-last-command-char) everywhere.
13047         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
13048         created in fundamental mode.
13050         * ediff.el (ediff-version): Revert the change of interactive-p to
13051         called-interactively-p.
13053 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
13055         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
13056         generation from word-movement command names.
13058 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
13060         * cus-start.el (all): Add native condition for font-use-system-font.
13062 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
13064         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
13065         Correct the patch from 2009-11-18.  (Bug#3910)
13067 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
13069         * progmodes/subword.el: Rename from lisp/subword.el.
13071         * subword.el: Rename to progmodes/subword.el.
13073         * Makefile.in (ELCFILES): Adapt to subword.el move.
13075 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13076             Stefan Monnier  <monnier@iro.umontreal.ca>
13078         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
13079         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
13080         (bookmark-bmenu-show-filenames): Use push.
13081         (bookmark-bmenu-hide-filenames): Use local var instead of
13082         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
13083         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
13084         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
13085         filenames now that the bookmark names are always available.
13087 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13089         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
13090         (bookmark-search-pattern): Move and leave unbound.
13091         (bookmark-bmenu-mode-map): Change binding.
13092         (bookmark-read-search-input): Simplify.
13093         Don't use text-char-description.  Don't error on non-char events.
13094         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
13095         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
13096         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
13097         Use a local var for the timer.
13098         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
13099         (i.e. bookmark-bmenu-search).
13101 2009-11-21  Glenn Morris  <rgm@gnu.org>
13103         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
13105 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
13107         * net/browse-url.el (browse-url-default-windows-browser):
13108         Use cygstart for cygwin.
13110 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
13112         * bookmark.el: Formatting and doc fixes only:
13113         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
13114         (bookmark-bmenu-search): Wrap to fit within 80 columns.
13115         Minor grammar and punctuation fixes in doc string.
13116         (bookmark-read-search-input): Adjust to fit within 80 columns.
13118 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
13120         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
13121         (c-backward-into-nomenclature): Adapt to subword renaming.
13123         * subword.el (subword-forward, subword-backward, subword-mark)
13124         (subword-kill, subword-backward-kill, subword-transpose)
13125         (subword-downcase, subword-upcase, subword-capitalize)
13126         (subword-forward-internal, subword-backward-internal):
13127         Rename from forward-subword, backward-subword, mark-subword,
13128         kill-subword, backward-kill-subword, transpose-subwords,
13129         downcase-subword, upcase-subword, capitalize-subword,
13130         forward-subword-internal, backward-subword-internal.
13132 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13134         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
13135         New options.
13136         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
13137         New vars.
13138         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
13139         (bookmark-bmenu-filter-alist-by-regexp)
13140         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
13141         (bookmark-bmenu-search): New command.
13142         (bookmark-bmenu-mode-map): Bind it.
13144 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
13146         * progmodes/cc-cmds.el: declare-functioned forward-subword and
13147         backward-subword to quit the byte-compiler.
13149         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
13151         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
13153         * progmodes/cc-cmds.el (c-update-modeline)
13154         (c-forward-into-nomenclature, c-backward-into-nomenclature):
13155         Refer to subword.el functions instead of cc-subword.el.
13157         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
13158         subword.el functions instead of cc-subword.el.
13160         * progmodes/cc-subword.el: Rename to subword.el.
13161         * subword.el: Rename from progmodes/cc-subword.el.
13162         (subword-mode-map): Rename from c-subword-mode-map.
13163         (subword-mode): Rename from c-subword-mode.
13164         (global-subword-mode): New global minor mode.
13165         (forward-subword): Rename from c-forward-subword.
13166         (backward-subword): Rename from c-backward-subword.
13167         (mark-subword): Rename from c-mark-subword.
13168         (kill-subword): Rename from c-kill-subword.
13169         (backward-kill-subword): Rename from c-backward-kill-subword.
13170         (transpose-subwords): Rename from c-tranpose-subword.
13171         (downcase-subword): Rename from c-downcase-subword.
13172         (capitalize-subword): Rename from c-capitalize-subword.
13173         (forward-subword-internal): Rename from c-forward-subword-internal.
13174         (backward-subword-internal): Rename from c-backward-subword-internal.
13176 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13178         * vc.el (vc-deduce-fileset): Allow non-state changing operations
13179         from a dired buffer.
13180         (vc-dired-deduce-fileset): New function.
13181         (vc-root-diff, vc-print-root-log): Use it.
13183         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
13184         nil LIMIT argument to vc-print-log-internal.
13186 2009-11-20  Glenn Morris  <rgm@gnu.org>
13188         * Makefile.in (ELCFILES): Regenerate.
13190 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
13192         * calc/calc.el (calc-set-mode-line):
13193         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13194         (math-format-number): Rename `math-format-complement-signed' to
13195         `math-format-twos-complement'.
13197         * calc/calc-bin.el (math-format-twos-complement): Rename from
13198         math-format-complement-signed.
13199         (calc-radix): Rename `calc-complement-signed-mode' to
13200         `calc-twos-complement-mode'.
13201         (calc-octal-radix, calc-hex-radix): Add an argument for
13202         two's complement.
13204         * calc/calc-embed.el (calc-embedded-mode-vars):
13205         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13207         * calc/calc-ext.el (calc-init-extensions):
13208         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13209         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
13211         * calc/calc-units.el (math-build-units-table-buffer):
13212         Let `calc-twos-complement-mode' be nil.
13214         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
13215         entries.
13217         * calc/calc-vec.el (calcFunc-vunpack):
13218         * calc/calc-aent.el (calc-do-calc-eval):
13219         * calc/calc-forms.el (math-format-date):
13220         * calc/calc-graph.el (calc-graph-plot):
13221         * calc/calc-math.el (math-use-emacs-fn):
13222         * calc/calccomp.el (math-compose-expr):
13223         Let `calc-twos-complement-mode' be nil.
13225 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13227         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
13228         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
13229         * minibuffer.el (completion-in-region-functions): New hook.
13230         (completion-in-region): New function.
13231         * emacs-lisp/lisp.el (lisp-complete-symbol):
13232         * pcomplete.el (pcomplete-std-complete): Use it.
13234 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13236         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
13237         (latex-complete-alist): New vars.
13238         (latex-string-prefix-p, latex-complete-bibtex-keys)
13239         (latex-complete-envnames, latex-complete-refkeys)
13240         (latex-complete-data): New functions.
13241         (latex-complete, latex-indent-or-complete): New commands.
13243         * window.el (display-buffer-mark-dedicated): New var.
13244         (display-buffer): Obey it.
13245         * minibuffer.el (minibuffer-completion-help): Use it.
13247         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
13249         * filecache.el (file-cache-add-file): Use push and cons.
13250         (file-cache-delete-file-regexp): Use push.
13251         (file-cache-complete): Use completion-in-region.
13253         * simple.el (with-wrapper-hook): Fix thinko.
13255         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
13256         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
13257         Use with-current-buffer and string-to-number.
13258         (hfy-fallback-colour-values): Use assoc-string.
13259         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
13260         (hfy-face-at): Remove unused var `found-face'.
13261         (hfy-compile-stylesheet): Remove unused var `css'.
13262         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
13263         and `orig-buffer'.
13264         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
13265         Use with-current-buffer.
13266         (hfy-text-p): Use expand-file-name and fewer setq.
13268 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
13270         * htmlfontify.el, hfy-cmap.el: New files.
13272 2009-11-19  Juri Linkov  <juri@jurta.org>
13274         * minibuffer.el (completions-format): New defcustom.
13275         (completion--insert-strings): Implement vertical format.
13277         * simple.el (switch-to-completions): Move point to the first
13278         completion when point was at the beginning of the buffer.
13280 2009-11-19  Juri Linkov  <juri@jurta.org>
13282         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
13284         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
13286 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
13288         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
13289         (mail-signature): Change default to t.
13290         (mail-from-style): Deprecate `system-default' value.
13291         (mail-insert-from-field): For default value of mail-from-style,
13292         default to `angles' unless `angles' needs quoting and `parens'
13293         does not.
13294         (mail-citation-prefix-regexp): Use citation regexp from
13295         message-mode.
13297 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
13299         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13300         Set variables for computing the prompt for reading password.
13302 2009-11-19  Glenn Morris  <rgm@gnu.org>
13304         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
13306         * textmodes/flyspell.el (sgml-lexical-context): Declare.
13308         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
13309         (newsticker-treeview-listwindow-height): Fix custom type.
13311 2009-11-19  Kenichi Handa  <handa@m17n.org>
13313         * descr-text.el (describe-char-padded-string): Compose with TAB
13314         only if there's a font for CH.
13315         (describe-char): Fix the condition for detecting a trivial composition.
13317 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
13319         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
13320         more accurate version of the regexp.  (Bug#3910)
13322 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
13324         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
13326 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
13328         * font-setting.el (font-use-system-font): Declare for byte-compiler.
13329         (font-setting-change-default-font): Fix typo in docstring.
13331 2009-11-18  Alan Mackenzie  <acm@muc.de>
13333         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
13335 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
13337         * font-setting.el (font-use-system-font): Move ...
13339         * cus-start.el (all): ... to here.
13341 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
13343         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
13344         Don't set `ad-return-value' if `ad-do-it' doesn't.
13346         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
13347         modification time.
13349 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
13351         * menu-bar.el: Put "Use system font" in Option-menu.
13352         (menu-bar-options-save): Add font-use-system-font.
13354         * loadup.el: If feature system-font-setting or font-render-setting is
13355         there, load font-setting.
13357         * Makefile.in (ELCFILES): Add font-settings.el.
13358         * font-setting.el: New file.
13360 2009-11-17  Glenn Morris  <rgm@gnu.org>
13362         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
13364         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
13365         Preserve point in the list buffer.  (Bug#4939)
13366         Use point-at-eol.
13367         (newsticker--treeview-list-update-highlight)
13368         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
13370 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
13372         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
13373         Remove.
13375         * calc/calc-ext.el (calc-init-extensions): Remove references to
13376         symclip.
13378         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
13380         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
13381         * calc/calc-help.el (calc-b-prefix-help): Remove references to
13382         `calc-symclip'.
13384 2009-11-16  Kevin Ryde  <user42@zip.com.au>
13386         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13387         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
13389         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
13390         (lm-keywords-list): Allow comma-only separator like "foo,bar".
13391         Ignore trailing spaces by omit-nulls to split-string (fixing
13392         regression from Emacs 21 due to the incompatible split-string
13393         change).  (Bug #4928.)
13395 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13397         * vc.el (vc-log-show-limit): Default to 2000.
13398         (vc-print-log-internal): Insert buttons to request more entries
13399         when limiting the output.
13401         * vc-sccs.el (vc-sccs-print-log):
13402         * vc-rcs.el (vc-rcs-print-log):
13403         * vc-cvs.el (vc-cvs-print-log):
13404         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
13405         LIMIT is non-nil.
13407 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
13409         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
13410         error when `tramp-gvfs-dbus-event-vector' is set.
13411         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
13413 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13415         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
13417 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
13419         * net/dbus.el (dbus-unregister-service): New defun.
13420         (dbus-register-property): Register the handlers of
13421         "org.freedesktop.DBus.Properties" for SERVICE.
13422         (dbus-property-handler): Fix docstring.
13424 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13426         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
13427         Quote doc string reference in defvaralias as it is not in special form.
13428         (byte-compile-output-docform): Doc fix.
13430 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
13432         * calc/calc.el (math-2-word-size, math-half-2-word-size)
13433         (calc-complement-signed-mode): New variables.
13434         (calc-set-mode-line): Add indicator for twos-complements.
13435         (math-format-number): Format twos-complement notation.
13437         * calc/calc-bin.el (calc-word-size): Reset the variables
13438         `math-2-word-size' and `math-half-2-word-size'.
13439         (math-format-complement-signed, math-symclip, calcFunc-symclip)
13440         (calc-symclip): New functions.
13442         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
13444         * calc/calc-embed.el (calc-embedded-mode-vars):
13445         Add `calc-complement-signed-mode' to the list of modes.
13447         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
13448         (calc-b-oper-keys): Add `calc-symclip' to list.
13450         * calc/calc-ext.el (math-read-number-fancy): Read complement
13451         signed numbers.
13452         (calc-init-extensions): Add binding for `calc-symclip'.
13453         Add autoload for `calcFunc-symclip' and `calc-symclip'.
13455         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
13456         `calc-symclip'.
13457         (calc-modes-menu): Add item for twos complement mode.
13459         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
13461 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
13463         * register.el (jump-to-register, insert-register): Handle Semantic
13464         tags.  From commented-out advice in semantic/senator.el.
13466 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
13468         * vc.el (vc-log-show-limit): New variable.
13469         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
13470         when using a prefix argument.
13471         (vc-print-log-internal): Add new argument LIMIT.
13473         * vc-svn.el (vc-svn-print-log):
13474         * vc-mtn.el (vc-mtn-print-log):
13475         * vc-hg.el (vc-hg-print-log):
13476         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
13477         pass it to the log command when set.  Make the BUFFER argument
13478         non-optional.
13480         * vc-sccs.el (vc-sccs-print-log):
13481         * vc-rcs.el (vc-rcs-print-log):
13482         * vc-git.el (vc-git-print-log):
13483         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
13484         ignore it.  Make the BUFFER argument non-optional
13486         * bindings.el (mode-line-buffer-identification): Do not purecopy.
13488 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
13490         * dired.el (dired-mode-map): Move encryption items to "Operate"
13491         menu (Bug#4703).
13493         * strokes.el (strokes-update-window-configuration): Make strokes
13494         buffer current before erasing (Bug#4906).
13496 2009-11-15  Juri Linkov  <juri@jurta.org>
13498         * simple.el (set-mark-default-inactive): Add :type, :group
13499         and :version.  (Bug#4876)
13501 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
13503         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
13504         (archive-unique-fname): ... here.  (Bug#4929)
13506 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13508         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
13509         with a real fix.
13511         * novice.el (disabled-command-function): Add useful args.
13512         Setup the help buffer so that [back] works.
13513         Remove redundant call to help-mode.
13514         (disabled-command-function): Use `case'.
13515         (en/disable-command): New function extracted from enable-command.
13516         (enable-command, disable-command): Use it.
13518 2009-11-14  Glenn Morris  <rgm@gnu.org>
13520         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
13521         constants.  (Bug#4913)
13523         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
13525 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
13527         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
13528         defined in C that have no doc-strings.  (Bug#1063)
13530 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
13532         * cus-edit.el (data, files):
13533         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
13535 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
13537         * simple.el (shell-command): Doc fix (Bug#4891).
13539         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
13541 2009-11-14  Glenn Morris  <rgm@gnu.org>
13543         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
13544         statements for vc-diff, emerge-quit, and rmail-cease-edit.
13545         If they are already loaded, eval-after-load will do the right thing.
13547         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
13548         compiling.
13550         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
13552         * simple.el (x-selection-owner-p): Declare.
13553         (read-mail-command): Use custom radio type rather than choice.
13554         (completion-no-auto-exit): Doc fix.
13556         * custom.el (defgroup):
13557         * epg-config.el (epg): Doc fixes.
13559 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
13561         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
13562         * international/ccl.el (define-ccl-program): Do not purecopy the
13563         docstring, defconst does it anyway.
13565 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13567         * add-log.el (add-change-log-entry): Avoid displaying the changelog
13568         a second time.
13570         * x-dnd.el (x-dnd-maybe-call-test-function):
13571         * window.el (split-window-vertically):
13572         * whitespace.el (whitespace-help-on):
13573         * vc-rcs.el (vc-rcs-consult-headers):
13574         * userlock.el (ask-user-about-lock-help)
13575         (ask-user-about-supersession-help):
13576         * type-break.el (type-break-force-mode-line-update):
13577         * time-stamp.el (time-stamp-conv-warn):
13578         * terminal.el (te-set-output-log, te-more-break, te-filter)
13579         (te-sentinel, terminal-emulator):
13580         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
13581         (term-write-input-ring, term-check-source, term-start-output-log):
13582         (term-display-buffer-line, term-dynamic-list-completions):
13583         (term-ansi-make-term, serial-term):
13584         * subr.el (selective-display):
13585         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13586         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
13587         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
13588         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
13589         (speedbar-remove-localized-speedbar-support)
13590         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
13591         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
13592         (speedbar-buffers-line-directory):
13593         * simple.el (shell-command-on-region, append-to-buffer)
13594         (prepend-to-buffer):
13595         * shadowfile.el (shadow-save-todo-file):
13596         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
13597         (scroll-bar-maybe-set-window-start):
13598         * sb-image.el (speedbar-image-dump):
13599         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
13600         (load-save-place-alist-from-file):
13601         * ps-samp.el (ps-print-message-from-summary):
13602         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
13603         (ps-background-image, ps-begin-job, ps-do-despool):
13604         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
13605         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
13606         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
13607         (pr-call-process, pr-file-list, pr-interface-save):
13608         * novice.el (disabled-command-function)
13609         (enable-command, disable-command):
13610         * mouse.el (mouse-buffer-menu-alist):
13611         * mouse-copy.el (mouse-kill-preserving-secondary):
13612         * macros.el (kbd-macro-query):
13613         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
13614         * informat.el (batch-info-validate):
13615         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
13616         * hippie-exp.el (try-expand-dabbrev-visible):
13617         * help-mode.el (help-make-xrefs):
13618         * help-fns.el (describe-variable):
13619         * generic-x.el (bat-generic-mode-run-as-comint):
13620         * finder.el (finder-mouse-select):
13621         * find-dired.el (find-dired-sentinel):
13622         * filesets.el (filesets-file-close):
13623         * files.el (list-directory):
13624         * faces.el (list-faces-display, describe-face):
13625         * facemenu.el (list-colors-display):
13626         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
13627         * epg.el (epg--process-filter, epg-cancel):
13628         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
13629         (epa--read-signature-type):
13630         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
13631         (emerge-file-names):
13632         * ehelp.el (electric-helpify):
13633         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
13634         * ediff-vers.el (rcs-ediff-view-revision):
13635         * ediff-util.el (ediff-setup):
13636         * ediff-mult.el (ediff-append-custom-diff):
13637         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
13638         (ediff-wordify):
13639         * echistory.el (Electric-command-history-redo-expression):
13640         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
13641         * disp-table.el (describe-display-table):
13642         * dired.el (dired-find-buffer-nocreate):
13643         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
13644         * dabbrev.el (dabbrev--same-major-mode-p):
13645         * chistory.el (list-command-history):
13646         * apropos.el (apropos-documentation):
13647         * allout.el (allout-obtain-passphrase):
13648         (allout-copy-exposed-to-buffer):
13649         (allout-verify-passphrase): Use with-current-buffer.
13651 2009-11-13  Glenn Morris  <rgm@gnu.org>
13653         * Makefile.in (ELCFILES): Regenerate.
13655 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
13657         * net/dbus.el (dbus-registered-objects-table): Rename from
13658         `dbus-registered-functions-table', because it contains also properties.
13659         (dbus-unregister-object): Unregister also properties.
13660         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13661         Use a timeout of 500 msec, in order to not block.
13662         (dbus-register-property, dbus-property-handler): New defuns.
13664 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13666         * simple.el (minibuffer-default-add-completions): Drop deprecated
13667         4th arg.
13669 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
13671         * textmodes/artist.el (artist-mouse-choose-operation):
13672         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
13673         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
13674         (artist-compute-up-event-key): New function.
13675         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
13677 2009-11-13  Kenichi Handa  <handa@m17n.org>
13679         * language/japan-util.el: Make sure that the value of jisx0208
13680         property is jisx0208 character.
13682 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
13684         * international/mule.el (auto-coding-regexp-alist): Only purecopy
13685         car or each item, not the whole list.
13687 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13689         * minibuffer.el (minibuffer-completion-help):
13690         Use minibuffer-hide-completions.
13692 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
13694         * dired.el (dired-save-positions, dired-restore-positions): New funs.
13695         (dired-revert): Use them (bug#4880).
13697 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
13699         * tooltip.el (tooltip-frame-parameters): Undo previous change.
13701 2009-11-12  Juri Linkov  <juri@jurta.org>
13703         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
13704         New functions.
13705         (find-file-literally-at-point): Alias of `ffap-literally'.
13707 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
13709         * textmodes/ispell.el (ispell-skip-region-alist):
13710         * textmodes/css-mode.el (auto-mode-alist):
13711         * progmodes/compile.el (auto-mode-alist):
13712         * international/mule.el (ctext-non-standard-encodings-alist)
13713         (ctext-non-standard-encodings-regexp):
13714         * simple.el (shell-command-switch, text-read-only):
13715         * replace.el (occur-mode-map):
13716         * paths.el (rmail-file-name):
13717         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
13718         * find-file.el (ff-special-constructs):
13719         * files.el (file-name-handler-alist):
13720         * composite.el: Purecopy strings.
13722         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
13724 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
13726         * widget.el (define-widget): Purecopy the docstring.
13727         * international/mule-cmds.el (charset): Do not purecopy the
13728         docstring here, define-widget does it.
13730         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
13731         * textmodes/bibtex-style.el (auto-mode-alist):
13732         * progmodes/inf-lisp.el (inferior-lisp-prompt):
13733         * progmodes/compile.el (compile-command):
13734         * language/korea-util.el (default-korean-keyboard):
13735         * international/mule-conf.el (file-coding-system-alist):
13736         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
13737         * tooltip.el (tooltip-frame-parameters):
13738         * newcomment.el (comment-end, comment-padding):
13739         * dired.el (dired-trivial-filenames):
13740         * comint.el (comint-file-name-prefix): Purecopy initial values.
13742 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
13744         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
13745         (tramp-advice-minibuffer-electric-tilde): Unload advices via
13746         `tramp-unload'.
13747         (tramp-advice-make-auto-save-file-name)
13748         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
13749         after removing the advice.
13751 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
13753         * progmodes/grep.el (grep-regexp-alist):
13754         * international/mule-cmds.el (iso-2022-control-alist):
13755         * emacs-lisp/timer.el (timer-duration-words):
13756         * subr.el (version-separator, version-regexp-alist):
13757         * minibuffer.el (completion-styles-alist):
13758         * faces.el (face-attribute-name-alist, list-faces-sample-text):
13759         Change defvars to defconsts.
13761         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
13762         * loadup.el ("international/mule-conf"): Load the byte compiled version.
13763         * international/mule-conf.el: Allow to be byte compiled.
13765         * international/mule.el (define-charset): Purecopy props.
13766         (load-with-code-conversion): Purecopy doc string and file name.
13767         (put-charset-property): Purecopy strings.
13768         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
13770         * international/mule-cmds.el (register-input-method): Purecopy arguments.
13771         (define-char-code-property): Correctly purecopy the table.
13773         * international/ccl.el (define-ccl-program): Purecopy the docstring.
13775         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
13777         * subr.el (add-hook): Purecopy strings.
13778         (eval-after-load): Purecopy load-history-regexp and the form.
13780         * custom.el (custom-declare-group): Purecopy load-file-name.
13782         * subr.el (menu-bar-separator): New defconst.
13783         * net/eudc.el (eudc-tools-menu):
13784         * international/mule-cmds.el (set-coding-system-map)
13785         (mule-menu-keymap):
13786         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13787         * vc-hooks.el (vc-menu-map):
13788         * replace.el (occur-mode-map):
13789         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
13790         (menu-bar-edit-menu, menu-bar-goto-menu)
13791         (menu-bar-custom-menu, menu-bar-showhide-menu)
13792         (menu-bar-options-menu, menu-bar-tools-menu)
13793         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
13794         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
13795         (menu-bar-help-menu):
13796         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
13797         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
13799         * term/x-win.el (x-gtk-stock-map):
13800         * progmodes/vera-mode.el (auto-mode-alist):
13801         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
13802         (inferior-lisp-program, inferior-lisp-load-command):
13803         * progmodes/hideshow.el (hs-special-modes-alist):
13804         * progmodes/gud.el (same-window-regexps):
13805         * progmodes/grep.el (grep-program, find-program, xargs-program):
13806         * net/telnet.el (same-window-regexps):
13807         * net/rlogin.el (same-window-regexps):
13808         * language/ethiopic.el (font-ccl-encoder-alist):
13809         * vc-sccs.el (vc-sccs-master-templates):
13810         * vc-rcs.el (vc-rcs-master-templates):
13811         * subr.el (cl-assertion-failed):
13812         * simple.el (next-error-overlay-arrow-position):
13813         * lpr.el (lpr-command):
13814         * locate.el (locate-ls-subdir-switches):
13815         * info.el (same-window-regexps, info)
13816         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13817         * image-mode.el (image-mode, auto-mode-alist):
13818         * hippie-exp.el (hippie-expand-ignore-buffers):
13819         * format.el (format-alist):
13820         * find-dired.el (find-ls-subdir-switches, find-grep-options)
13821         (find-name-arg):
13822         * facemenu.el (facemenu-keybindings):
13823         * dired.el (dired-listing-switches, dired-chown-program):
13824         * diff.el (diff-switches, diff-command):
13825         * cus-edit.el (same-window-regexps):
13826         * bindings.el (mode-line-mule-info)
13827         (mode-line-buffer-identification): Purecopy strings.
13829 2009-11-11  Juri Linkov  <juri@jurta.org>
13831         * simple.el (dired-get-filename) <declare-function>:
13832         Tell the byte-compiler about dired-get-filename.
13833         (shell-command): In Dired mode, get filename from the current line
13834         as the default value.
13836 2009-11-10  Glenn Morris  <rgm@gnu.org>
13838         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
13839         * calendar/holidays.el, progmodes/cperl-mode.el:
13840         Update x-popup-menu declarations.
13842         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
13843         (list-load-path-shadows): Use dolist.
13844         (list-load-path-shadows): Use with-current-buffer.
13846 2009-11-10  Juri Linkov  <juri@jurta.org>
13848         * minibuffer.el (read-file-name): Support a list of default values
13849         in `default-filename'.  Use the first file name where only one
13850         element is required.  Doc fix.
13852 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
13854         * net/dbus.el (dbus-unregister-object): Release service, if no
13855         other method is registered for it.
13857 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
13859         * bookmark.el (bookmark-completing-read): Sort bookmark names if
13860         bookmark-sort-flag is non-nil (Bug#4653).
13862 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
13864         * emulation/cua-base.el: Add CUA property to some CC mode commands
13865         (Bug#4100).
13867 2009-11-08  Kevin Ryde  <user42@zip.com.au>
13869         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
13870         at end of sentence (Bug#4818).
13872 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
13874         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13875         Handle "see declaration of" MSFT statements (Bug#4100).
13877 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
13879         * net/tramp.el (tramp-advice-make-auto-save-file-name)
13880         (tramp-advice-file-expand-wildcards): Unload via
13881         `ad-remove-advice'.
13883         * net/trampver.el: Update release number.
13885 2009-11-08  Kevin Ryde  <user42@zip.com.au>
13887         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
13888         `ad-do-it'.
13890 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
13892         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
13893         in order to keep context in SELinux.
13895 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
13897         * dired-aux.el (dired-query): Place cursor in echo area and allow
13898         C-g.
13900         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
13901         menu item if not on a directory (Bug#4701).
13903 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
13905         Sync with Tramp 2.1.17.
13907         * net/tramp.el (tramp-handle-copy-directory): Don't use
13908         `file-remote-p' (due to compatibility).
13910         * net/tramp-compat.el (tramp-compat-copy-directory)
13911         (tramp-compat-delete-directory): New defuns.
13913         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13914         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13915         Use `tramp-compat-delete-directory'.
13917         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
13918         (tramp-smb-handle-delete-directory):
13919         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
13921         * net/trampver.el: Update release number.
13923 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
13925         * tar-mode.el (tar-copy): Call write-region on the right buffer
13926         (Bug#4857).
13928         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
13929         by hand, if necessary (Bug#4878).
13931 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
13933         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
13934         align size column (Bug#4839).
13936         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
13937         statement.
13939 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13941         * progmodes/ld-script.el (auto-mode-alist):
13942         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
13944         * cus-face.el (custom-declare-face): Purecopy face spec.
13946 2009-11-06  Kenichi Handa  <handa@m17n.org>
13948         * international/uni-bidi.el: Re-generated.
13949         * international/uni-category.el: Re-generated.
13950         * international/uni-combining.el: Re-generated.
13951         * international/uni-mirrored.el: Re-generated.
13953 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13955         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
13956         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
13957         (tex-start-options, slitex-run-command, latex-run-command)
13958         (tex-run-command, tex-directory):
13959         * textmodes/ispell.el (ispell-html-skip-alists)
13960         (ispell-tex-skip-alists, ispell-tex-skip-alists):
13961         * textmodes/fill.el (adaptive-fill-first-line-regexp):
13962         (adaptive-fill-regexp):
13963         * textmodes/dns-mode.el (auto-mode-alist):
13964         * progmodes/python.el (interpreter-mode-alist):
13965         * progmodes/etags.el (tags-compression-info-list):
13966         * progmodes/etags.el (tags-file-name):
13967         * net/browse-url.el (browse-url-galeon-program)
13968         (browse-url-firefox-program):
13969         * mail/sendmail.el (mail-signature-file)
13970         (mail-citation-prefix-regexp):
13971         * international/mule-conf.el (eight-bit):
13972         * international/latexenc.el (latex-inputenc-coding-alist):
13973         * international/fontset.el (x-pixel-size-width-font-regexp):
13974         * emacs-lisp/warnings.el (warning-type-format):
13975         * emacs-lisp/trace.el (trace-buffer):
13976         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
13977         (emacs-lisp-mode-map):
13978         * calendar/holidays.el (holiday-solar-holidays)
13979         (holiday-bahai-holidays, holiday-islamic-holidays)
13980         (holiday-christian-holidays, holiday-hebrew-holidays)
13981         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
13982         (hebrew-holidays-1, holiday-oriental-holidays)
13983         (holiday-general-holidays):
13984         * x-dnd.el (x-dnd-known-types):
13985         * tool-bar.el (tool-bar):
13986         * startup.el (site-run-file):
13987         * shell.el (shell-dumb-shell-regexp):
13988         * rfn-eshadow.el (file-name-shadow-tty-properties)
13989         (file-name-shadow-properties):
13990         * paths.el (remote-shell-program, news-directory):
13991         * mouse.el ([C-down-mouse-3]):
13992         * menu-bar.el (menu-bar-tools-menu):
13993         * jka-cmpr-hook.el (jka-compr-load-suffixes)
13994         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
13995         (jka-compr-compression-info-list):
13996         * isearch.el (search-whitespace-regexp):
13997         * image-file.el (image-file-name-extensions):
13998         * find-dired.el (find-ls-option):
13999         * files.el (directory-listing-before-filename-regexp)
14000         (directory-free-space-args, insert-directory-program)
14001         (list-directory-brief-switches, magic-fallback-mode-alist)
14002         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
14003         (automount-dir-prefix):
14004         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
14005         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
14006         (face-font-registry-alternatives, face-font-registry-alternatives)
14007         (face-font-family-alternatives):
14008         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
14009         (facemenu-foreground-menu, facemenu-face-menu):
14010         * epa-hook.el (epa-file-name-regexp):
14011         * dnd.el (dnd-protocol-alist):
14012         * textmodes/rst.el (auto-mode-alist):
14013         * button.el (default-button): Purecopy strings.
14015 2009-11-06  Glenn Morris  <rgm@gnu.org>
14017         * Makefile.in (ELCFILES): Update.
14019 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14021         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
14022         * emacs-lisp/levents.el: Move to obsolete/levents.el.
14024         * nxml/xsd-regexp.el (xsdre-gen-categories):
14025         * nxml/xmltok.el (xmltok-parse-entity):
14026         * nxml/rng-parse.el (rng-parse-validate-file):
14027         * nxml/rng-maint.el (rng-format-manual)
14028         (rng-manual-output-force-new-line):
14029         * nxml/rng-loc.el (rng-save-schema-location-1):
14030         * nxml/rng-cmpct.el (rng-c-parse-file):
14031         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
14032         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
14034 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
14036         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14037         Remove extra save-excursions and make-variable-buffer-local's.
14038         Suggested by Stefan Monnier.
14040         (verilog-getopt-file, verilog-module-inside-filename-p)
14041         (verilog-set-define): Merge GNU 1.35 and repair changes from
14042         switching to using with-current-buffer.
14044         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
14045         being treated as a number and confusing AUTORESET.
14046         Reported by Dan Dever.
14048         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
14049         Add verilog-auto-ignore-concat to fix backward compatibility with
14050         older verilog-modes.  Reported by Dan Katz.
14052         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
14053         containing closing anchors "...$".
14055         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
14056         Reported by Wade Smith.
14058         (verilog-batch-execute-func): Comment on function usage.
14060 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
14062         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
14063         for labels.
14065         (verilog-label-re, verilog-calc-1): Support proper indent of named
14066         asserts.
14068         (verilog-backward-token, verilog-basic-complete-re)
14069         (verilog-beg-of-statement, verilog-indent-re): Support proper
14070         indent of the assert statement at the beginning of a block of text.
14072         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
14073         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
14074         tokens as begins.
14076 2009-11-05  Glenn Morris  <rgm@gnu.org>
14078         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
14079         Emacs 19.  (Bug#1531)
14080         (byte-compile-fix-header): Update for the above change.
14081         Drop test for epoch::version.
14083         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
14084         * cus-dep.el (custom-make-dependencies):
14085         * finder.el (finder-compile-keywords):
14086         Use autoload-rubric's feature argument.
14088         * calendar/diary-lib.el (top-level): Make load behave more like require.
14090         * vc-git.el (vc-git-stash-map): Move definition before use.
14092 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
14094         * custom.el (custom-declare-group): Purecopy standard-value.
14095         (custom-declare-group): Purecopy custom-prefix.
14097         * international/mule.el (load-with-code-conversion):
14098         Call do-after-load-evaluation unconditionally.
14100         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
14102 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14104         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
14106 2009-11-04  Glenn Morris  <rgm@gnu.org>
14108         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
14109         (byte-compile-compatibility): Remove option.
14110         (byte-compile-close-variables, byte-compile-fix-header)
14111         (byte-compile-insert-header, byte-compile-output-docform)
14112         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
14113         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
14114         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
14115         (byte-compile-insert, byte-compile-defun):
14116         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
14117         (byte-defop-compiler19): Remove.
14118         Without byte-compile-compatibility, the 'emacs19-opcode property is not
14119         used by anything.  Replace all calls with byte-defop-compiler.
14121 2009-11-04  Juri Linkov  <juri@jurta.org>
14123         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
14124         (menu-bar-options-menu): Don't quote the `prop' arg of
14125         `menu-bar-make-mm-toggle'.
14127 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
14129         * calendar/calendar.el (cal-loaddefs):
14130         * calendar/diary-lib.el (diary-loaddefs):
14131         * calendar/holidays.el (hol-loaddefs):
14132         * eshell/esh-module.el (esh-groups): Load rather than require.
14134 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14136         * calendar/todo-mode.el (todo-add-category): Don't hardcode
14137         point-min==1.
14138         (todo-top-priorities): Only display-buffer when called interactively.
14139         (todo-item-start): Don't save excursion point.
14140         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
14141         (todo-insert-item-here, todo-file-item, todo-remove-item):
14142         Adjust uses of todo-item-start and todo-item-end.
14144         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
14145         (autoload-rubric): Don't use any more.
14147         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
14148         and only put a prop if it is non-nil.
14150 2009-11-03  Juri Linkov  <juri@jurta.org>
14152         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
14153         (menu-bar-options-menu): Fix list quoting (Bug#4429).
14155         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
14156         and "Menu" to make top-level menu item visually one unit (like
14157         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
14158         multi-word menu items).  Fix :help string for quit-window.
14160 2009-11-03  Glenn Morris  <rgm@gnu.org>
14162         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
14163         (byte-compile-file-form-define-abbrev-table)
14164         (byte-compile-file-form-custom-declare-variable)
14165         (byte-compile-variable-ref, byte-compile-defvar):
14166         Whether or not a warning is enabled should only affect whether we issue
14167         the warning, not whether or not we collect the relevant data.
14168         Eg warnings can be turned on and off throughout the course of a file.
14170         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
14171         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
14173 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14175         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
14176         * play/mpuz.el (mpuz-create-buffer):
14177         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
14178         (lm-print-y,s,noise, lm-print-w0, lm-init):
14179         * play/gomoku.el (gomoku-prompt-for-move):
14180         * play/fortune.el (fortune-in-buffer):
14181         * play/dissociate.el (dissociated-press):
14182         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
14183         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
14184         * mail/supercite.el (sc-eref-show):
14185         * mail/smtpmail.el (smtpmail-send-it):
14186         * mail/rmailsum.el (rmail-summary-next-labeled-message)
14187         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
14188         (rmail-summary-undelete-many, rmail-summary-rmail-update)
14189         (rmail-summary-goto-msg, rmail-summary-expunge)
14190         (rmail-summary-get-new-mail, rmail-summary-search-backward)
14191         (rmail-summary-add-label, rmail-summary-output-menu)
14192         (rmail-summary-output-body):
14193         * mail/rfc822.el (rfc822-addresses):
14194         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
14195         * mail/mailpost.el (post-mail-send-it):
14196         * mail/hashcash.el (hashcash-generate-payment):
14197         * mail/feedmail.el (feedmail-run-the-queue)
14198         (feedmail-queue-send-edit-prompt-help-first)
14199         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
14200         (feedmail-deduce-address-list):
14201         * eshell/esh-ext.el (eshell-remote-command):
14202         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
14203         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
14204         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
14205         (viper-save-string-in-file, viper-valid-marker):
14206         * emulation/viper-keym.el (viper-toggle-key):
14207         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
14208         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
14209         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
14210         * emulation/viper-cmd.el (viper-exec-form-in-vi)
14211         (viper-exec-form-in-emacs, viper-brac-function):
14212         * emulation/viper.el (viper-delocalize-var):
14213         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
14214         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
14215         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
14216         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
14217         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
14218         * emulation/edt.el (edt-electric-helpify):
14219         * emulation/cua-rect.el (cua--rectangle-aux-replace):
14220         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
14221         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
14222         (cua-indent-to-global-mark-column):
14223         * calendar/diary-lib.el (calendar-mark-1):
14224         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
14225         Use with-current-buffer.
14226         * emulation/viper.el (viper-delocalize-var): Use dolist.
14228 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
14230         * comint.el (comint-replace-by-expanded-history-before-point):
14231         Replace !! with the previous input string literally (Bug#1795).
14233 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
14235         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
14236         to be made up of whitespace.
14238 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
14240         * minibuffer.el (read-file-name): Don't use file dialogs for
14241         remote directories (Bug#99).
14243 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
14245         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
14247 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
14249         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
14250         instead of deleting the window or frame.
14252 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
14254         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
14255         Support face colors.
14257         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
14258         New function.  Support face colors (Bug#1168).
14259         (tex-common-initialization): Use it.
14261         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
14262         mode allows it (Bug#1168).
14264 2009-10-31  Juri Linkov  <juri@jurta.org>
14266         * facemenu.el (list-colors-display): Don't mark buffer as
14267         modified (Bug#3948).
14269 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
14271         * international/mule-diag.el (list-character-sets-1):
14272         Minor message fix (Bug#3526).
14274         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
14275         Fix face property (Bug#4834).
14276         (etags-list-tags, etags-tags-apropos-additional)
14277         (etags-tags-apropos, tags-select-tags-table): Add follow-link
14278         property.
14280         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
14281         items.
14283 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14285         * textmodes/two-column.el (2C-split):
14286         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
14287         * textmodes/tex-mode.el (tex-set-buffer-directory):
14288         * textmodes/spell.el (spell-region, spell-string):
14289         * textmodes/reftex.el (reftex-erase-buffer):
14290         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
14291         * textmodes/reftex-toc.el (reftex-toc-promote-action):
14292         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
14293         (reftex-select-item):
14294         * textmodes/reftex-ref.el (reftex-label-info-update)
14295         (reftex-offer-label-menu):
14296         * textmodes/reftex-index.el (reftex-index-change-entry)
14297         (reftex-index-phrases-info):
14298         * textmodes/reftex-global.el (reftex-create-tags-file)
14299         (reftex-save-all-document-buffers, reftex-ensure-write-access):
14300         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
14301         (reftex-view-crossref-from-bibtex):
14302         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
14303         (reftex-extract-bib-entries-from-thebibliography)
14304         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
14305         * textmodes/refbib.el (r2b-capitalize-title):
14306         (r2b-convert-buffer, r2b-help):
14307         * textmodes/page-ext.el (pages-directory)
14308         (pages-directory-goto-with-mouse):
14309         * textmodes/bibtex.el (bibtex-validate-globally):
14310         * textmodes/bib-mode.el (bib-capitalize-title):
14311         * textmodes/artist.el (artist-clear-buffer, artist-system):
14312         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
14313         (local-set-scheme-interaction-buffer, xscheme-process-filter)
14314         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
14315         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
14316         (xscheme-send-control-g-interrupt, xscheme-start-process)
14317         (xscheme-process-sentinel, xscheme-cd):
14318         * progmodes/verilog-mode.el (verilog-read-always-signals)
14319         (verilog-set-define, verilog-getopt-file)
14320         (verilog-module-inside-filename-p):
14321         * progmodes/sh-script.el:
14322         * progmodes/python.el (python-pdbtrack-get-source-buffer)
14323         (python-pdbtrack-grub-for-buffer, python-execute-file):
14324         * progmodes/octave-inf.el (inferior-octave):
14325         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14326         (idlwave-shell-compile-helper-routines, idlwave-set-local)
14327         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
14328         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
14329         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
14330         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
14331         (idlwave-shell-filter, idlwave-shell-examine-highlight)
14332         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
14333         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
14334         (idlwave-shell-examine-display, idlwave-shell-run-region)
14335         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
14336         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
14337         * progmodes/idlw-help.el (idlwave-help-get-special-help)
14338         (idlwave-help-get-help-buffer):
14339         * progmodes/gud.el (gud-basic-call, gud-find-class)
14340         (gud-tooltip-activate-mouse-motions-if-enabled):
14341         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
14342         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
14343         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
14344         (ebrowse-tags-next-file):
14345         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
14346         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
14347         (ebnf-eps-finish-and-write):
14348         * progmodes/cpp.el (cpp-edit-save):
14349         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
14350         * progmodes/cc-defs.el (c-emacs-features):
14351         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
14352         (antlr-directory-dependencies):
14353         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
14354         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
14355         (ada-find-any-references, ada-make-filename-from-adaname)
14356         (ada-make-body-gnatstub):
14357         * obsolete/rnews.el (news-list-news-groups):
14358         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
14359         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
14360         * net/rcirc.el (rcirc-debug):
14361         * net/newst-treeview.el (newsticker--treeview-list-add-item)
14362         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
14363         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
14364         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
14365         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
14366         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
14367         (newsticker--treeview-list-clear-highlight)
14368         (newsticker--treeview-list-update-highlight)
14369         (newsticker--treeview-list-highlight-start)
14370         (newsticker--treeview-tree-update-highlight)
14371         (newsticker--treeview-get-selected-item)
14372         (newsticker-treeview-mark-list-items-old)
14373         (newsticker--treeview-set-current-node):
14374         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
14375         * net/newst-backend.el (newsticker--get-news-by-funcall)
14376         (newsticker--get-news-by-wget, newsticker--image-get)
14377         (newsticker--image-sentinel):
14378         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
14379         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
14380         (eudc-ph-close-session):
14381         * net/eudc.el (eudc-save-options):
14382         * language/thai-word.el (thai-update-word-table):
14383         * language/japan-util.el (japanese-string-conversion):
14384         * international/titdic-cnv.el (tsang-quick-converter)
14385         (ziranma-converter, ctlau-converter):
14386         * international/mule-cmds.el (describe-language-environment):
14387         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
14388         (skkdic-convert-postfix, skkdic-convert-prefix):
14389         (skkdic-convert-okuri-nasi, skkdic-convert):
14390         * emacs-lisp/re-builder.el (reb-update-overlays):
14391         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
14392         * emacs-lisp/gulp.el (gulp-send-requests):
14393         * emacs-lisp/find-gc.el (trace-call-tree):
14394         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
14395         (eieio-describe-generic):
14396         * emacs-lisp/eieio-base.el (eieio-persistent-read):
14397         * emacs-lisp/edebug.el (edebug-outside-excursion):
14398         * emacs-lisp/debug.el (debugger-make-xrefs):
14399         * emacs-lisp/cust-print.el (custom-prin1-to-string):
14400         * emacs-lisp/chart.el (chart-new-buffer):
14401         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
14402         Use with-current-buffer.
14403         * textmodes/artist.el (artist-system): Don't call
14404         copy-sequence on a fresh string.
14405         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
14407 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
14409         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
14410         is no item to edit.  (Bug#4820)
14411         (todo-top-priorities): Restore point and restore narrowing in Todo
14412         buffer.  (Bug#4820)
14414 2009-10-31  Glenn Morris  <rgm@gnu.org>
14416         * net/ange-ftp.el (top-level): Don't require dired when compiling.
14417         (comint-last-output-start, comint-last-input-start)
14418         (comint-last-input-end): Don't defvar when compiling.
14419         (ange-ftp-process-file): Use bound-and-true-p.
14421         * pcmpl-rpm.el (top-level): Move provide statement to end.
14422         (pcmpl-rpm): Remove unused custom group.
14424         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
14426         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
14428         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14429         (byte-compile-warnings): Add `constants' as an option.
14430         (byte-compile-callargs-warn, byte-compile-arglist-warn)
14431         (display-call-tree): Update for byte-compile-fdefinition possibly
14432         returning `(macro lambda ...)'.  (Bug#4778)
14433         (byte-compile-variable-ref, byte-compile-setq-default):
14434         Respect `constants' member of byte-compile-warnings.
14436 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14438         * vc-bzr.el (vc-bzr-revision-keywords): New var.
14439         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
14440         to "submit:".
14442 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
14444         * textmodes/ispell.el (ispell-skip-region-alist):
14445         * international/mule-conf.el (eight-bit):
14446         * international/fontset.el (font-encoding-alist):
14447         * startup.el (pure-space-overflow-message):
14448         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
14449         * paths.el (gnus-nntp-service, rmail-spool-directory)
14450         (term-file-prefix):
14451         * files.el (save-some-buffers-action-alist):
14452         * cmuscheme.el (same-window-buffer-names):
14453         * ielm.el (same-window-buffer-names):
14454         * shell.el (same-window-buffer-names):
14455         * mail/sendmail.el (same-window-buffer-names):
14456         * progmodes/inf-lisp.el (same-window-buffer-names):
14457         * bindings.el (mode-line-client)
14458         (mode-line-column-line-number-mode-map):
14459         * language/tibetan.el (tibetan-precomposition-rule-regexp)
14460         (tibetan-precomposed-regexp): Purecopy string arguments.
14462 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14464         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
14465         (calcDigit-nondigit):
14466         * calc/calc-yank.el (calc-copy-to-buffer):
14467         * calc/calc-units.el (calc-invalidate-units-table):
14468         * calc/calc-trail.el (calc-trail-yank):
14469         * calc/calc-store.el (calc-insert-variables):
14470         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
14471         * calc/calc-prog.el (calc-read-parse-table):
14472         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
14473         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
14474         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
14475         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
14476         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
14477         (calc-graph-name, calc-graph-find-command, calc-graph-view)
14478         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
14479         * calc/calc-ext.el (calc-realign):
14480         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
14481         (calc-embedded-finish-edit, calc-embedded-make-info)
14482         (calc-embedded-finish-command, calc-embedded-stack-change):
14483         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
14485         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
14486         shell-dynamic-complete-filename in preference to
14487         comint-dynamic-complete-filename.
14489         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14490         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14491         Don't consider whether the display supports colors.
14492         (bookmark-import-new-list): Use dolist.
14493         (bookmark-bmenu-mode-map): Move initialization into declaration.
14494         (bookmark-bmenu-list): Use dolist, simplify.
14495         (bookmark-show-all-annotations): Use save-selected-window and dolist.
14496         (menu-bar-final-items): Use push.
14498 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
14500         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
14501         it works on remote files.
14502         (vc-hg-diff): Don't pass any `--cwd' argument.
14504 2009-10-27  Kevin Ryde  <user42@zip.com.au>
14506         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14507         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
14508         (Further to Bug#3921).
14510 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
14512         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
14513         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
14514         calling `tramp-imap-put-file'.  Add file size to the call.
14515         (tramp-imap-get-file-entries): Compute also user name, file size,
14516         and date.
14517         (tramp-imap-handle-insert-directory): Insert uid and gid.
14518         (tramp-imap-handle-file-attributes): Transform uid and gid
14519         according to `id-format'.
14520         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
14521         size in header X-Size.
14523 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
14525         * simple.el (transpose-subr): Give clearer error when the mark
14526         is not set.  (Bug#4807)
14528 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
14530         * net/tramp.el (tramp-perl-file-truename): New defconst.
14531         Perl code contributed by yary <not.com@gmail.com> (tiny change).
14532         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
14533         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
14534         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
14536         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
14537         Ignore `dired-call-process'.
14538         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
14540 2009-10-26  Julian Scheid  <julians37@gmail.com>
14542         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
14543         (tramp-get-remote-readlink): New defun.
14544         (tramp-handle-file-truename): Use it.
14545         (tramp-handle-file-exists-p): Check file-attributes cache, assume
14546         file exists if cache value present.
14547         (tramp-check-cached-permissions): New defun.
14548         (tramp-handle-file-readable-p): Use it.
14549         (tramp-handle-file-writable-p): Likewise.
14550         (tramp-handle-file-executable-p): Likewise.
14551         (tramp-handle-file-name-all-completions): Try using Perl to get
14552         partial completions.  When perl not available, combine `cd' and
14553         `ls' into single remote operation and use shell expansion to get
14554         partial remote directory contents.  Set `file-exists-p' cache for
14555         directory and any files returned by ls.  Change cache handling to
14556         support partial directory contents.  Use error message emitted by
14557         remote `cd' or Perl code for local tramp-error.
14558         (tramp-do-copy-or-rename-file-directly): Avoid separate
14559         tramp-send-command-and-check call.
14560         (tramp-handle-process-file): Merge three remote ops into one.
14561         Do not flush all caches when `process-file-side-effects' is set.
14562         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
14563         file-attributes shows uid/gid to be set already.
14565 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
14567         * textmodes/tex-mode.el (tex-dvi-view-command)
14568         (tex-show-queue-command, tex-open-quote):
14569         * progmodes/ruby-mode.el (auto-mode-alist)
14570         (interpreter-mode-alist): Purecopy strings.
14572         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
14574         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
14575         string for the hook, keymap and abbrev table.
14577         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
14579         * x-dnd.el (x-dnd-xdnd-to-action):
14580         * startup.el (fancy-startup-text, fancy-about-text): Change to
14581         defconst from defvar.
14583         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
14585         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
14586         Purecopy initialization strings.
14588         * mail/sendmail.el (mail-header-separator)
14589         (mail-personal-alias-file):
14590         * mail/rmail.el (rmail-default-dont-reply-to-names)
14591         (rmail-ignored-headers, rmail-retry-ignored-headers)
14592         (rmail-highlighted-headers, rmail-secondary-file-directory)
14593         (rmail-secondary-file-regexp):
14594         * files.el (null-device, file-name-invalid-regexp)
14595         (locate-dominating-stop-dir-regexp)
14596         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
14597         (interpreter-mode-alist): Use mapcar instead of mapc.
14599         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
14601         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
14602         (completion-ignored-extensions):
14603         (debug-ignored-errors): Purecopy strings.
14605 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14607         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
14608         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
14609         (pcomplete--here): Use push.
14611         * subr.el (all-completions): Declare the 4th arg obsolete.
14613 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14615         * pcomplete.el (pcomplete-unquote-argument-function): New var.
14616         (pcomplete-unquote-argument): New function.
14617         (pcomplete--common-suffix): Always pay attention to case.
14618         (pcomplete--table-subvert): Quote and unquote the text.
14619         (pcomplete--common-quoted-suffix): New function.
14620         (pcomplete-std-complete): Use it and pcomplete-begin.
14622         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
14623         we're inside a dedicated or minibuffer window.
14625 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
14627         * bookmark.el: Update documentation, especially documentation
14628         of `bookmark-alist' and of the bookmark file format.
14629         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
14631 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
14633         * mail/emacsbug.el (report-emacs-bug): Clarify that the
14634         keybindings apply to the mail buffer (Bug#4003).  Shrink help
14635         window to buffer.
14637         * whitespace.el (whitespace-mode, whitespace-newline-mode)
14638         (global-whitespace-mode, global-whitespace-newline-mode)
14639         (whitespace-toggle-options, global-whitespace-toggle-options):
14640         Doc fix (Bug#3660).
14642         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
14643         of xmltok-start before the end tag was inserted (Bug#2840).
14645         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
14646         patterns that are preceded by an open-paren (Bug#1320).
14648 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
14650         * files.el (delete-directory): Delete symlinks to directories with
14651         delete-file (Bug#4739).
14653 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
14655         * vc.el (vc-backend-for-registration): Rename from
14656         vc-get-backend-for-registration.  Update callers.
14658         * international/mule-cmds.el (set-language-info-alist):
14659         Purecopy lang-env.
14660         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
14661         (charset): Purecopy the name.
14662         (define-char-code-property): Purecopy string arguments.
14664         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14665         Purecopy string arguments.
14667         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14668         * ediff-hook.el (menu-bar-ediff-menu):
14669         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
14670         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
14672 2009-10-24  Glenn Morris  <rgm@gnu.org>
14674         * comint.el (comint-dynamic-list-completions):
14675         * term.el (term-dynamic-list-completions): Use choose-completion rather
14676         than obsolete alias mouse-choose-completion.
14678         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
14679         file-cache-choose-completion.
14680         (file-cache-choose-completion): Handle an optional event argument.
14681         (file-cache-mouse-choose-completion): Make it an obsolete alias.
14683         * progmodes/octave-mod.el (octave-complete-symbol):
14684         Use choose-completion if mouse-choose-completion is ever removed.
14686         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
14687         use.
14689         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
14690         compiler.
14692         * vc-hooks.el (vc-responsible-backend): Fix declaration.
14694 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14696         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
14697         Ignore `pred' now that we receive one.
14698         Handle test-completion specially.
14700 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
14702         * vc.el (vc-responsible-backend): Throw an error if not backend is
14703         found.  Remove the REGISTER argument.  Move the code dealing with
14704         REGISTER ...
14705         (vc-get-backend-for-registration): ... here.  New function.
14706         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
14707         of vc-responsible-backend, pass the file name instead of the
14708         directory name.
14710 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14712         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
14713         New funs.
14714         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
14715         (pcomplete-comint-setup): Don't modify a global var via
14716         accidental side-effects.
14717         (pcomplete-shell-setup): Adjust call accordingly.
14718         (pcomplete-parse-comint-arguments): Use push.
14720 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
14722         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14723         Allow uncapitalized info node names (Bug#3921).
14725         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
14726         to the DEBUG file (Bug#3781).
14728 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
14730         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
14731         dictionary entry (Bug#4579).
14733 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
14735         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
14736         from `rfn-eshadow-update-overlay-hook' when unloading.
14737         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
14738         "rsyncc".  Adjust doc string.
14739         (tramp-temp-buffer-file-name): New buffer-local defvar.
14740         (tramp-handle-insert-file-contents, tramp-handle-write-region):
14741         Keep temporary file when indicated by method ("rsync" and
14742         "rsyncc").
14743         (tramp-handle-write-region): Handle APPEND.
14744         (tramp-delete-temp-file-function): New defun.  Added to
14745         `kill-buffer-hook'.
14747 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
14749         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
14751 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
14753         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
14754         (color-name-rgb-alist, tty-standard-colors)
14755         (tty-color-mode-alist): Change to defconst.
14757         * simple.el (mark-inactive): Purecopy message.
14759         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
14760         (global-map, yank-menu):
14761         * textmodes/ispell.el (ispell-menu-map):
14762         * net/eudc.el (eudc-tools-menu):
14763         * international/mule-cmds.el (describe-language-environment-map)
14764         (setup-language-environment-map, set-coding-system-map)
14765         (mule-menu-keymap):
14766         * vc-hooks.el (vc-menu-entry, vc-menu-map):
14767         * replace.el (occur-mode-map):
14768         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
14770 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
14772         * calc/calc.el (math-read-number, math-read-number-simple):
14773         Use `save-match-data'.
14775 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14777         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
14778         rather than fiddling with global-map bindings, since it should only
14779         affect per-terminal settings.
14780         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
14782         * minibuffer.el (completion-table-with-terminator): Allow to specify
14783         the terminator-regexp.
14785         * simple.el (switch-to-completions): Look for *Completions* in other
14786         frames as well.
14788         * pcomplete.el: Allow the use of completion-tables.
14789         (pcomplete-std-complete): New command.
14790         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
14791         (pcomplete--here): Use a function for `form' rather than an expression,
14792         so it can be byte-compiled.
14793         (pcomplete-here, pcomplete-here*): Adjust accordingly.
14794         Add edebug declaration.
14795         (pcomplete-show-completions): Remove unused var `curbuf'.
14796         (pcomplete-do-complete, pcomplete-stub):
14797         Don't assume `completions' is a list of strings any more.
14799 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
14801         * find-dired.el (find-name-arg): Fix typo in docstring.
14803 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14805         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
14806         (pcmpl-linux-fs-types): Same, and update to new modules layout.
14808         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
14809         pcomplete-entries.
14811         * comint.el (comint-read-input-ring, comint-write-input-ring)
14812         (comint-substitute-in-file-name)
14813         (comint-dynamic-complete-as-filename)
14814         (comint-dynamic-simple-complete)
14815         (comint-dynamic-list-filename-completions)
14816         (comint-dynamic-list-completions)
14817         (comint-redirect-results-list-from-process): Minor simplifications.
14819 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14821         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
14822         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
14823         the first form.  And insert a blank line after ";;; Code" since
14824         that's usual style.  (Bug#4612)
14826         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
14828 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14830         * minibuffer.el (completion-table-with-terminator): Properly implement
14831         boundaries, in case `terminator' appears in the suffix.
14832         (completion--embedded-envvar-table): Don't return boundaries if
14833         there's no valid completion.  Simplify.
14834         (completion-file-name-table): New completion table extracted from
14835         completion--file-name-table.
14836         (completion--file-name-table): Use it.
14837         (read-file-name-predicate): Declare obsolete.
14838         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
14839         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
14840         completion-file-name-table, and use the `pred' argument.
14841         * files.el (locate-file-completion-table): Use the `pred' arg rather
14842         than read-file-name-predicate.
14843         (abbreviate-file-name): Use \` rather than ^ for BOS.
14845 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
14847         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
14848         vc-responsible-backend to register, it causes problems.
14850 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14852         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
14854 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
14856         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
14857         (tramp-smb-handle-file-attributes): Use it.
14858         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
14859         (tramp-smb-handle-insert-directory): Use `mapc' rather than
14860         `mapcar'.  Use `tramp-smb-get-stat-capability'.
14861         Add `dired-filename' text properties.
14862         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
14863         (tramp-smb-maybe-open-connection): Simplify check for smbclient
14864         version.
14866 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14868         * subr.el (read-key-delay): Reduce to 0.01.
14869         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
14870         (bug#4751).
14872 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14874         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
14876         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
14877         (Info-menu): Remove unused vars `last' and `completions'.
14878         (Info-index-nodes): Remove unused var `node'.
14880         * info.el (Info-complete-menu-item): Use complete-with-action.
14882 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
14884         Make vc-annotate work through copies and renames.
14885         * vc-annotate.el (vc-annotate-extract-revision-at-line):
14886         Return the file name too.
14887         (vc-annotate-revision-at-line)
14888         (vc-annotate-find-revision-at-line)
14889         (vc-annotate-revision-previous-to-line)
14890         (vc-annotate-show-log-revision-at-line): Update to get the file
14891         name from vc-annotate-extract-revision-at-line.
14892         (vc-annotate-show-diff-revision-at-line-internal): Change the
14893         argument to mean whether to show a file diff or not.  Get the file
14894         name from vc-annotate-extract-revision-at-line.
14895         (vc-annotate-show-diff-revision-at-line):
14896         Update vc-annotate-show-diff-revision-at-line call.
14897         (vc-annotate-warp-revision): Add an optional file argument.
14899         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
14900         (vc-git-annotate-extract-revision-at-line): Also return the file
14901         name if found.
14903         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
14904         command.  Remove unused code.
14905         (vc-hg-annotate-re): Update to match --follow output.
14906         (vc-hg-annotate-extract-revision-at-line): Also return the file
14907         name if found.
14909         * vc.el: Update annotate-extract-revision-at-line documentation.
14911 2009-10-18  Kevin Ryde  <user42@zip.com.au>
14913         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
14914         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
14916         * net/browse-url.el (browse-url): Identify alist with "consp and
14917         not functionp" and let all other things go down the `apply' leg,
14918         as suggested by Stefan.  (Further to bug#4531.)
14920 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
14922         * minibuffer.el (read-file-name): Check for repeat before putting
14923         a default argument in file-name-history (Bug#4657).
14925         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
14926         read syntax (Bug#4737).
14928         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
14930 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14932         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
14933         (html-tag-alist, html-tag-help): Add descriptions for undocumented
14934         entries and make note of obsolete tags.
14936 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14938         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
14940 2009-10-18  Glenn Morris  <rgm@gnu.org>
14942         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
14943         grep, so that binary files (eg international/uni-bidi.el) can match.
14944         Remove test for "UnicodeData" files, since it is hopefully unnecessary
14945         now, and in any case the file header format has changed.
14947 2009-10-17  Glenn Morris  <rgm@gnu.org>
14949         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
14950         (flyspell-get-word, flyspell-large-region)
14951         (flyspell-auto-correct-previous-word): Doc/error message fixes.
14953 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
14955         * Makefile.in (ELCFILES): Add ede/shell.
14957 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
14959         * term/common-win.el (x-colors): Purecopy it.
14961 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14963         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
14964         permissive for when the buffer is empty.
14965         (tar-header-block-tokenize): Decode the username and groupname.
14966         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
14968 2009-10-17  Eric Ludlam  <zappo@gnu.org>
14970         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
14971         contains multibyte characters, choose first applicable coding
14972         system automatically.
14974 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14976         * international/mule-cmds.el (select-safe-coding-system): If the file
14977         has a coding cookie, use it regardless of any other setting (bug#4712).
14979 2009-10-17  Glenn Morris  <rgm@gnu.org>
14981         * foldout.el (foldout-mouse-swallow-events):
14982         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
14984         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
14985         (dired-keep-marker-copy, dired-keep-marker-hardlink)
14986         (dired-keep-marker-symlink, dired-dwim-target)
14987         (dired-copy-preserve-time): Do not autoload these defcustoms.
14989         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
14990         messages from messing up the file coding.  (Bug#4623)
14992 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
14994         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
14995         if no match is found for the current dictionary.  (Bug#4578)
14997         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
14998         optional, since that is how it is documented, and this is often called
14999         with a nil argument.  (Bug#4577)
15000         (flyspell-external-point-words, flyspell-auto-correct-word)
15001         (flyspell-correct-word-before-point, flyspell-word-search-forward)
15002         (flyspell-word-search-backward): Remove nil argument in calls to
15003         flyspell-get-word, since it is not needed now.
15005 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
15007         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
15009 2009-10-16  Glenn Morris  <rgm@gnu.org>
15011         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
15013 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
15015         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
15016         (ange-ftp-file-size): New function.
15017         (ange-ftp-file-attributes): Use it.
15019 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
15021         * net/tramp-smb.el (tramp-smb-version): New defvar.
15022         (tramp-smb-maybe-open-connection): Use it, in order to avoid
15023         repeated checks.
15025 2009-10-16  Glenn Morris  <rgm@gnu.org>
15027         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
15028         Maybe copy some custom properties from old to new name.  (Bug#4706)
15030 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
15032         * subr.el (error, sit-for, start-process-shell-command)
15033         (start-file-process-shell-command): Set the calling convention
15034         after the function definition.
15036 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15038         * subr.el (error, sit-for, start-process-shell-command)
15039         (start-file-process-shell-command): Use the new
15040         set-advertised-calling-convention feature.
15042 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
15044         * international/ucs-normalize.el (ucs-normalize-version):
15045         Change to 1.2.
15046         (check-range): Adjust for Unicode 5.2.
15048 2009-10-15  Juri Linkov  <juri@jurta.org>
15050         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
15051         to the `menu-item' format.
15053 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
15055         * net/tramp.el (tramp-replace-environment-variables): Do not fail
15056         if the environment variable does not exist.
15058         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15059         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
15060         parameter.
15061         (tramp-smb-handle-add-name-to-file)
15062         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15063         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15064         (tramp-smb-handle-file-attributes)
15065         (tramp-smb-do-file-attributes-with-stat)
15066         (tramp-smb-handle-file-local-copy)
15067         (tramp-smb-handle-insert-directory)
15068         (tramp-smb-handle-make-directory)
15069         (tramp-smb-handle-make-directory-internal)
15070         (tramp-smb-handle-make-symbolic-link)
15071         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
15072         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
15073         (tramp-smb-maybe-open-connection): Apply the changed parameters.
15074         (tramp-smb-read-file-entry): Read Disk names in compressed format.
15075         Handle long file names.
15076         (tramp-smb-get-cifs-capabilities): Check, whether the connection
15077         process is running.
15078         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
15079         Read share names with "-g" option.
15081 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
15083         * net/rcirc.el (rcirc-view-log-file): New command.
15084         (rcirc-track-minor-mode-map): Remove C-c ` binding.
15085         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
15086         specified.
15088 2009-10-15  Glenn Morris  <rgm@gnu.org>
15090         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
15091         from the second command-line argument.
15092         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
15093         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
15094         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
15095         w32-batch-update-autoloads.
15096         * emacs-lisp/autoload.el (autoload-make-program): New variable.
15097         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
15099         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
15100         the headers cannot be located.  Simplify, subtracting superflous
15101         save-excursions.
15103 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15105         Replace completion-base-size by completion-base-position to fix bugs
15106         such as (bug#4699).
15107         * simple.el (completion-base-position): New var.
15108         (completion-base-size): Mark as obsolete.
15109         (choose-completion): Make it work for mouse events as well.
15110         Pass the new base-position to choose-completion-string.
15111         (choose-completion-guess-base-position): New function, extracted from
15112         choose-completion-delete-max-match.
15113         (choose-completion-delete-max-match): Use it.  Make obsolete.
15114         (choose-completion-string): Use the new base-position info.
15115         (completion-root-regexp): Delete.
15116         (completion-setup-function): Preserve completion-base-position.
15117         Eliminate obsolete base-size manipulation.
15118         * minibuffer.el (display-completion-list): Don't mess with base-size.
15119         (minibuffer-completion-help): Set completion-base-position instead.
15120         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
15121         choose-completion.
15122         * textmodes/bibtex.el (bibtex-complete):
15123         * emacs-lisp/crm.el (crm--choose-completion-string):
15124         Adjust to new calling convention.
15125         * complete.el (partial-completion-mode): Use minibufferp to avoid
15126         bumping into incompatible change to choose-completion-string-functions.
15127         * ido.el (ido-choose-completion-string): Make its calling convention
15128         more permissive.
15129         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
15130         base-size manipulation.
15131         (comint-dynamic-list-input-ring): Use dotimes and push.
15132         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
15133         fundamental-mode.  Use `or'.
15135 2009-10-14  Juri Linkov  <juri@jurta.org>
15137         * misearch.el (multi-isearch-next-buffer-from-list)
15138         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
15140 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15142         * Makefile.in (compile-onefile): Load `bytecomp' rather than
15143         `bytecomp.el'.
15145         * minibuffer.el (completion-pcm--merge-completions): Make sure the
15146         string we return is all made up of text from the completions rather
15147         than part from the completions and part from the input (bug#4219).
15149         * ido.el (ido-everywhere): Use define-minor-mode.
15151         * buff-menu.el (list-buffers, ctl-x-map):
15152         Mark the entry points with ;;;###autoload cookies.
15154 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
15156         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
15157         correctly in the detached head case.
15158         (vc-git-print-log): Remove unused binding.
15160         * vc.el (vc-responsible-backend): When a directory is passed for
15161         for registration create a VC repository if no backend is
15162         responsible for the directory argument.
15163         (vc-deduce-fileset): Tell vc-responsible-backend to register.
15165         * vc.el: Move comments about RCS and SCCS ...
15166         * vc-rcs.el:
15167         * vc-sccs.el: ... here, respectively.
15169 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15171         * minibuffer.el (completion--file-name-table): Return nil if there's
15172         no file completion, even if substitute-in-file-name changed
15173         the string (bug#4708).
15175 2009-10-13  Juri Linkov  <juri@jurta.org>
15177         * files-x.el (read-file-local-variable-value): Don't filter out
15178         minor modes from mode name completion (bug#4664).
15180 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
15182         * international/mule-cmds.el (ucs-names): Remove exclusion of
15183         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
15185 2009-10-13  Kenichi Handa  <handa@m17n.org>
15187         * international/uni-name.el: Regenerated.
15189 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
15191         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
15192         should be automatically buffer-local, but isn't.)
15194 2009-10-12  Sam Steingold  <sds@gnu.org>
15196         * progmodes/compile.el (compilation-next-error-function): Fix the
15197         timestamps if the buffer has been visited before.
15198         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
15199         non-anchored patterns, like the perl one (bug#3928).
15201 2009-10-12  Glenn Morris  <rgm@gnu.org>
15203         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
15204         Let-bind `size'.
15206 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
15208         * proced.el (proced-unload-function): New function.
15210         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
15211         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
15212         Doc fix.
15214         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
15216 2009-10-11  Juri Linkov  <juri@jurta.org>
15218         * files-x.el (read-file-local-variable-value):
15219         Provide default value only for bound variables (bug#4664).
15221 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
15223         * net/tramp.el (tramp-local-host-p): Function shall return nil for
15224         connection methods like smb.
15226         * net/tramp-cache.el (tramp-flush-connection-property): The hash
15227         can be empty.
15229         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15230         (tramp-smb-file-name-handler-alist): Add handlers for
15231         `add-name-to-file', `make-symbolic-link'.
15232         (tramp-smb-handle-add-name-to-file)
15233         (tramp-smb-do-file-attributes-with-stat)
15234         (tramp-smb-handle-make-symbolic-link)
15235         (tramp-smb-get-cifs-capabilities): New defuns.
15236         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15237         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15238         (tramp-smb-handle-file-local-copy)
15239         (tramp-smb-handle-make-directory-internal)
15240         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
15241         The file name syntax depends on cifs capabilities.
15242         (tramp-smb-handle-file-attributes):
15243         Call `tramp-smb-do-file-attributes-with-stat' if possible.
15244         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
15245         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
15247 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
15249         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
15250         (eieio-defclass): Apply deftype handler and setf-method properties
15251         directly.
15252         (eieio-add-new-slot): Avoid union function from cl library.
15253         (eieio--typep): New function.
15254         (eieio-perform-slot-validation): Use it.
15256 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
15258         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
15259         Update documentation to refer to the variables documented in r1.135.
15260         (Bug#4188)
15262 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
15264         * bookmark.el (Info-suffix-list): Remove this unused variable.
15265         (bookmark-current-point): Remove this obsolete variable.
15266         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
15267         Adjust for removal of bookmark-current-point.
15269         (bookmarks-already-loaded, bookmark-current-buffer)
15270         (bookmark-yank-point): Document.  (Bug#4188)
15272 2009-10-10  Glenn Morris  <rgm@gnu.org>
15274         * frame.el (frame-height): Doc fix.
15276         * calendar/calendar.el (calendar-split-width-threshold): New option.
15277         (calendar-basic-setup): Use calendar-split-width-threshold.
15279 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
15281         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
15282         Ideographic Supplement" range (U+1F200..U+1F2FF).
15284 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
15286         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
15287         since the list will have been rebuilt anyway.  (Bug#4349)
15289 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
15291         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
15292         (bookmark-bmenu-execute-deletions): Don't save here, as
15293         bookmark-delete will now do so if necessary.
15294         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
15295         (Bug#4348)
15297 2009-10-09  Glenn Morris  <rgm@gnu.org>
15299         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
15301 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
15303         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
15304         (bookmark-jump-other-window): Just invoke bookmark-jump with new
15305         argument now, so the two function's behaviors will match.  (Bug#3645)
15307 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
15309         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
15310         (tramp-file-name-real-host, tramp-file-name-port):
15311         Apply `save-match-data'.
15313         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
15314         case both directories are remote.
15315         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
15316         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
15318 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
15320         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
15322 2009-10-07  Glenn Morris  <rgm@gnu.org>
15324         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
15325         of concat.
15327 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15329         * files-x.el (read-file-local-variable): Include some
15330         non-user-variables in the completion table (bug#4664).
15332 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
15334         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
15335         message.
15337         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15338         (tramp-smb-file-name-handler-alist): Add handler for
15339         `copy-directory', `expand-file-name', `set-file-modes'.
15340         (tramp-smb-handle-copy-directory)
15341         (tramp-smb-handle-expand-file-name)
15342         (tramp-smb-handle-set-file-modes): New defuns.
15343         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
15344         (tramp-smb-handle-file-attributes): Simplify check for retrieving
15345         entry.
15346         (tramp-smb-handle-insert-directory): Don't flush the cache.
15347         (tramp-smb-maybe-open-connection): Check for samba client and
15348         server versions.
15350 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
15352         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
15353         to not error out of search for "^lisp=" fails.
15355 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
15357         * makefile.w32-in (WINS_UPDATES): New macro.
15358         (custom-deps, finder-data, autoloads): Use it.
15360 2009-10-07  Glenn Morris  <rgm@gnu.org>
15362         * Makefile.in (autoloads): Revert previous change.
15363         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
15364         the list of preloaded files passed on the command-line, get
15365         it from src/Makefile.
15367         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
15368         show the original buffer rather than a random one.
15370 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
15372         * help.el (describe-no-warranty): Place point in a slightly better
15373         position in the GPLv3 text.
15375 2009-10-06  Sam Steingold  <sds@gnu.org>
15377         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
15378         the comm attribute is present before calling regexp-quote.
15380 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
15382         * play/animate.el (animate-string): For good effect, make sure
15383         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
15385         * play/animate.el (animate-sequence, animate-birthday-present):
15386         * misc.el (butterfly): Don't set `indent-tabs-mode'.
15388 2009-10-06  Glenn Morris  <rgm@gnu.org>
15390         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
15392         * emacs-lisp/autoload.el (autoload-excludes): New variable.
15393         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
15394         (batch-update-autoloads): Process a string value of autoload-excludes,
15395         set during the build process.
15396         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
15398         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
15399         inside with-parsed...  macro so that `v' is defined.
15401         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
15402         * progmodes/fortran.el (fortran-end-of-block)
15403         (fortran-beginning-of-block):
15404         Also push mark in the macro case.
15406         * emerge.el (emerge-show-file-name):
15407         * calc/calc.el (calc-quit):
15408         * calc/calc-misc.el (calc-big-or-small):
15409         * calc/calc-graph.el (calc-graph-view):
15410         * calc/calc-ext.el (calc-reset):
15411         * calendar/calendar.el (calendar-basic-setup):
15412         Use window-full-height-p.
15414         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
15415         header we don't understand, don't insert another.  (Bug#4624)
15416         If changing mime charset, insert the new one in the right place.
15418 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
15420         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15421         (cal-tex-cursor-month): Correctly increment the end date for diary and
15422         holiday listing.  (Bug#4626)
15424 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15426         * help-fns.el (describe-function-1): Don't burp if the function is not
15427         a symbol.
15429 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
15431         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
15432         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
15433         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
15434         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
15436         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
15437         (eieio-default-superclass): Reflow docstrings.
15438         (this, class-option-assoc, defclass, eieio-class-un-autoload)
15439         (eieio-unbind-method-implementations, defmethod)
15440         (eieio-validate-slot-value, eieio-validate-class-slot-value)
15441         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
15442         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
15443         (eieio-slot-originating-class-p, eieio-slot-name-index)
15444         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
15445         (constructor, initialize-instance, no-next-method, object-print)
15446         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
15447         Fix typos in docstrings.
15448         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
15449         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
15450         (next-method-p): Doc fixes.
15451         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
15452         Fix typos in error messages.
15453         (eieio-defmethod): Fix typo in description of generic method.
15455         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
15456         (eieio-persistent-save-interactive, slot-missing):
15457         Fix typos in docstrings.
15458         (eieio-instance-inheritor-slot-boundp): Doc fix.
15460         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
15461         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
15463         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
15464         (eieio-custom-object-apply-reset):
15465         Fix typos in docstrings and error messages.
15467         * emacs-lisp/eieio-datadebug.el (data-debug-show):
15468         Fix typo in docstring.
15470         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
15471         (eieio-browse-tree): Doc fix.
15472         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
15473         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
15474         Fix typos in docstrings.
15476         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
15477         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
15478         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
15479         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
15480         Reflow docstrings.
15482 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
15484         * vc-hg.el (log-view-vc-backend): Declare for compiler.
15485         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
15486         Set log-view-vc-backend so that diff can work.
15488         * log-view.el (log-view-diff): Use vc-diff-internal instead of
15489         vc-version-diff.
15490         (vc-diff-internal): Autoload this instead of vc-version-diff.
15492 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
15494         * simple.el (eval-expression): Doc fix.
15496         * progmodes/cwarn.el (cwarn-mode): Doc fix.
15498 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
15500         * files.el (directory-files-no-dot-files-regexp): New defconst.
15501         (delete-directory): Use it.
15502         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
15504         * net/tramp.el (tramp-verbose): Fix docstring.
15505         (tramp-methods): Add recursive option to `tramp-copy-args'.
15506         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
15507         "scp1_old", "scp2_old", "rsync", "rsyncc".
15508         (tramp-default-method): Check also for `auth-source-user-or-password'.
15509         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15510         Add handler for `copy-directory'.
15511         (tramp-handle-copy-directory): New defun.
15512         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
15513         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
15514         Optimize sent command.
15516 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15518         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
15519         window if necessary.
15521         * calendar/calendar.el (calendar-basic-setup): Don't call
15522         switch-to-buffer in a dedicated window.
15524 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
15526         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
15527         don't do anything related to relocating, just return nil.
15528         (bookmark-error-no-filename): New error.
15529         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
15530         bookmark has no file.  Don't even attempt to handle things that
15531         are not files; the whole point of custom handlers is to keep that
15532         knowledge elsewhere anyway.  Tighten some comments.
15533         (bookmark-file-or-variation-thereof): Remove now-unused function.
15534         (bookmark-location): Doc string fix.
15535         (Bug#4250)
15537 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15539         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
15540         don't use a file dialog, because they usually don't know how to read
15541         a directory target from the user.  (Bug#4230)
15542         Also, make sure the prompt can display directories as well as files.
15544 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15546         * bookmark.el (bookmark-set, bookmark-buffer-name):
15547         Improve doc strings.  (Bug#1193)
15549 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15551         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
15552         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
15553         (bookmark-get-annotation, bookmark-set-annotation)
15554         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
15555         (bookmark-set-position, bookmark-get-front-context-string)
15556         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
15557         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
15558         (bookmark-jump-other-window, bookmark-handle-bookmark)
15559         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
15560         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
15561         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
15562         Improve doc strings to say whether bookmark can be a string or
15563         a record or both, and make other consistency and clarity fixes.
15564         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
15565         (bookmark-default-annotation-text, bookmark-yank-word)
15566         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
15567         (bookmark-import-new-list, bookmark-maybe-rename)
15568         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15569         (bookmark-bmenu-bookmark): Give these doc strings.
15570         (bookmark-bmenu-check-position): Give this a doc string, but also
15571         add a FIXME comment about how the function may be pointless.
15572         (bookmark-default-handler): Rework doc string and change a
15573         parameter name, to clarify that this takes a bookmark record
15574         not a bookmark name.
15575         (bookmark-set): Change a parameter name to indicate its meaning,
15576         and improve the doc string a bit.
15577         (Bug#4188)
15579 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15581         * bookmark.el (bookmark-alist): Document the new `handler' element
15582         in the param alist.
15583         (bookmark-make-record-function): Adjust documentation for above.
15584         (Bug#4193)
15586 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15588         * info.el (Info-bookmark-make-record): Document this function.
15589         (Info-bookmark-jump): Document with a doc string, not just a comment.
15590         (Bug#4203)
15592 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
15594         * files.el (copy-directory): New defun.
15596         * dired-aux.el (dired-copy-file-recursive): Use it.
15598 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
15600         * files-x.el (modify-dir-local-variable)
15601         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
15602         docstrings.
15604         * recentf.el (recentf-unload-function): New function.
15606 2009-10-04  Glenn Morris  <rgm@gnu.org>
15608         * window.el (window-full-height-p): Add doc string.
15610 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
15612         * window.el (window-full-height-p): New function.  (Bug#4543)
15614 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
15616         * vc.el: Remove commented out code.
15617         (vc-derived-from-dir-mode): Remove, unused.
15618         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
15620 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
15622         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
15623         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
15624         there could be recursive loading when `default-directory' is a
15625         remote file name.  (Bug#4614)
15627 2009-10-03  Glenn Morris  <rgm@gnu.org>
15629         * calendar/calendar.el (calendar-basic-setup): Handle the case where
15630         the frame is wide.
15631         (calendar-generate-window): Test for shrinkability rather than width.
15633         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
15634         reusing existing buffers, in case we happen to visit two files with the
15635         same basename.  (Bug#4593)
15637 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
15639         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
15640         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
15641         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
15642         subdirs of cedet as well.
15643         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
15645 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15647         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
15648         Obey advertised-signature-table.
15650         * help-fns.el (help-function-arglist): Don't check
15651         advertised-signature-table.
15652         (describe-function-1): Do it here instead so it also applies to subrs.
15654 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
15656         * simple.el (start-file-process): Say in the doc-string, that file
15657         handlers might not support pty association, if PROGRAM is nil.
15659         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
15660         HOST and USER are strings.  They are nil, when there are
15661         incomplete entries in ~/.netrc, for example.
15662         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
15663         root directory ("device busy" error otherwise).
15665         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
15666         Flush file properties of created directory.
15668 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
15670         * makefile.w32-in (WINS_BASIC): Remove cedet.
15671         (WINS_CEDET): Add cedet.
15672         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
15674 2009-10-02  Kevin Ryde  <user42@zip.com.au>
15676         * net/browse-url.el (browse-url): Pass any symbol in
15677         browse-url-browser-function to `apply', since if you've mistakenly put
15678         an unbound symbol then the error is clearer.  (Bug#4531)
15680 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
15682         * allout.el (allout-init, allout-back-to-current-heading)
15683         (allout-beginning-of-current-entry, allout-ascend-to-depth)
15684         (allout-ascend, allout-up-current-level, allout-end-of-level)
15685         (allout-previous-visible-heading, allout-forward-current-level)
15686         (allout-backward-current-level, allout-show-children):
15687         * apropos.el (apropos-describe-plist):
15688         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
15689         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
15690         * completion.el (add-completion, add-permanent-completion):
15691         * descr-text.el (describe-text-category, describe-char):
15692         * desktop.el (desktop-lazy-abort):
15693         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
15694         * dired.el (dired-build-subdir-alist):
15695         * ediff.el (ediff-version):
15696         * elide-head.el (elide-head, elide-head-show):
15697         * emerge.el (emerge-version):
15698         * env.el (getenv):
15699         * face-remap.el (variable-pitch-mode):
15700         * faces.el (describe-face):
15701         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
15702         (dired-at-point):
15703         * files.el (find-file-existing, auto-save-mode):
15704         * font-lock.el (font-lock-fontify-buffer):
15705         * help-fns.el (describe-function, describe-variable)
15706         (describe-syntax, describe-categories):
15707         * help.el (view-lossage, describe-bindings, describe-key)
15708         (describe-mode):
15709         * hexl.el (hexl-current-address):
15710         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
15711         * info.el (Info-goto-emacs-key-command-node):
15712         * log-edit.el (log-edit-insert-cvs-template)
15713         (log-edit-insert-cvs-rcstemplate):
15714         * menu-bar.el (menu-bar-mode):
15715         * mouse.el (mouse-appearance-menu):
15716         * newcomment.el (comment-indent-new-line):
15717         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
15718         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
15719         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
15720         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
15721         * recentf.el (recentf-mode):
15722         * savehist.el (savehist-mode, savehist-save):
15723         * shadowfile.el (shadow-copy-files):
15724         * simple.el (kill-ring-save, next-line, previous-line)
15725         (normal-erase-is-backspace-mode):
15726         * strokes.el (strokes-update-window-configuration)
15727         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
15728         (strokes-xpm-for-stroke):
15729         * time.el (emacs-uptime, emacs-init-time):
15730         * tutorial.el (tutorial--describe-nonstandard-key)
15731         (tutorial--detailed-help):
15732         * type-break.el (type-break-mode)
15733         (type-break-mode-line-message-mode, type-break-query-mode)
15734         (type-break-guesstimate-keystroke-threshold):
15735         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
15736         * version.el (emacs-version):
15737         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
15738         * winner.el (winner-mode):
15739         * calendar/timeclock.el (timeclock-in, timeclock-out)
15740         (timeclock-status-string, timeclock-change)
15741         (timeclock-workday-remaining-string)
15742         (timeclock-workday-elapsed-string)
15743         (timeclock-when-to-leave-string):
15744         * calendar/todo-mode.el (todo-add-category):
15745         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
15746         * emacs-lisp/autoload.el (update-file-autoloads):
15747         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
15748         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
15749         (checkdoc-message-text, checkdoc-defun):
15750         * emacs-lisp/debug.el (debugger-list-functions):
15751         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15752         * emacs-lisp/eieio-opt.el (eieio-describe-class)
15753         (eieio-describe-generic):
15754         * emacs-lisp/lisp-mnt.el (lm-synopsis):
15755         * emacs-lisp/shadow.el (list-load-path-shadows):
15756         * emulation/cua-base.el (cua-mode):
15757         * emulation/edt.el (edt-set-scroll-margins):
15758         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
15759         (tpu-toggle-regexp, tpu-toggle-search-direction)
15760         (tpu-toggle-rectangle, tpu-toggle-control-keys):
15761         * emulation/tpu-extras.el (tpu-set-scroll-margins):
15762         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
15763         (viper-set-parsing-style-toggling-macro)
15764         (viper-set-emacs-state-searchstyle-macros):
15765         * emulation/viper.el (viper-set-hooks):
15766         * eshell/esh-mode.el (eshell-truncate-buffer):
15767         * international/mule-cmds.el (prefer-coding-system)
15768         (describe-input-method, describe-language-environment):
15769         * international/mule-diag.el (list-character-sets)
15770         (describe-character-set, describe-coding-system)
15771         (describe-fontset, list-fontsets, list-input-methods):
15772         * mail/sendmail.el (mail-signature):
15773         * net/ange-ftp.el (ange-ftp-copy-file):
15774         * net/browse-url.el (browse-url):
15775         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
15776         * net/quickurl.el (quickurl-add-url):
15777         * net/rcirc.el (names, topic):
15778         * net/xesam.el (xesam-mode):
15779         * play/5x5.el (5x5-new-game):
15780         * play/yow.el (apropos-zippy):
15781         * progmodes/ada-mode.el (ada-mode-version):
15782         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
15783         (f90-end-of-block)
15784         (f90-beginning-of-block):
15785         * progmodes/fortran.el (fortran-end-of-block)
15786         (fortran-beginning-of-block):
15787         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
15788         * progmodes/python.el (python-describe-symbol, python-shell):
15789         * term/ns-win.el (ns-print-buffer):
15790         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
15791         * textmodes/flyspell.el (flyspell-mode-on):
15792         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
15793         (pages-directory-for-addresses):
15794         * textmodes/table.el (table-recognize-cell)
15795         (table-query-dimension, table-generate-source)
15796         (table-insert-sequence, table--warn-incompatibility):
15797         * textmodes/tex-mode.el (tex-validate-buffer):
15798         * textmodes/texinfmt.el (texinfmt-version)
15799         (texinfo-format-buffer):
15800         Use `called-interactively-p' instead of `interactive-p'.
15802 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
15804         * image-mode.el (image-toggle-display):
15805         * emacs-lisp/elp.el (elp-instrument-function):
15806         * emacs-lisp/advice.el (ad-make-advised-definition):
15807         * emacs-lisp/easy-mmode.el (define-minor-mode):
15808         * net/browse-url.el (browse-url-maybe-new-window):
15809         * progmodes/sh-script.el (sh-learn-buffer-indent):
15810         Pass new argument 'any to `called-interactively-p'.
15812 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
15814         * international/uni-bidi.el:
15815         * international/uni-category.el:
15816         * international/uni-combining.el:
15817         * international/uni-comment.el:
15818         * international/uni-decimal.el:
15819         * international/uni-decomposition.el:
15820         * international/uni-digit.el:
15821         * international/uni-lowercase.el:
15822         * international/uni-mirrored.el:
15823         * international/uni-name.el:
15824         * international/uni-numeric.el:
15825         * international/uni-old-name.el:
15826         * international/uni-titlecase.el:
15827         * international/uni-uppercase.el:
15828         Regenerate from Unicode 5.2.0 data.
15830 2009-10-01  Glenn Morris  <rgm@gnu.org>
15832         * Makefile.in (ELCFILES): Regenerate.
15834 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15836         * subr.el (interactive-p): Mark obsolete.
15837         (called-interactively-p): Make the optional-ness of `kind' obsolete.
15838         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
15839         advertised-signature-table for subroutines as well.
15841         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
15842         (set-advertised-calling-convention): New function.
15843         (make-obsolete, define-obsolete-function-alias)
15844         (make-obsolete-variable, define-obsolete-variable-alias):
15845         Make the optional-ness of `when' obsolete.
15846         (define-obsolete-face-alias): Make `when' non-optional.
15847         * help-fns.el (help-function-arglist):
15848         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
15849         Use advertised-signature-table.
15851 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
15853         * files.el (delete-directory): New defun.  The original function
15854         in fileio.c has been renamed to `delete-directory-internal'.
15856         * dired.el (dired-delete-file): Call `delete-directory' with
15857         RECURSIVE parameter.
15859         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
15860         parameter RECURSIVE.  Implementation is missing.
15862         * net/tramp.el (tramp-handle-make-directory): Flush upper
15863         directory's file properties.
15864         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
15865         (tramp-handle-dired-recursive-delete-directory): Flush directory
15866         properties after the remove command only.
15868         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
15869         Handle optional parameter RECURSIVE.
15871         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
15872         Handle optional parameter RECURSIVE.
15874         * net/tramp-smb.el (tramp-smb-errors): Add error message for
15875         connection timeout.
15876         (tramp-smb-handle-delete-directory): Handle optional parameter
15877         RECURSIVE.
15879 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15881         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
15882         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
15883         (byte-compile-defmacro): Use backquotes.
15885         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
15887         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
15888         has no associated file.
15889         (vc-resynch-buffer): Use vc-dir-buffers.
15891 2009-10-01  Glenn Morris  <rgm@gnu.org>
15893         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
15894         (chart-file-count):
15895         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
15896         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
15897         * emacs-lisp/eieio-opt.el (eieio-describe-class):
15898         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
15899         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
15900         (eieio-copy-parents-into-subclass, make-instance, class-children)
15901         (eieio-generic-form):
15903         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
15904         match-data.  (Bug#4555).
15906         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
15907         rather than parsing it as a regexp.  This relaxes the layout
15908         requirements and makes errors easier to detect.
15909         (check-declare-verify): Check file is regular.
15910         (check-declare-directory): Doc fix.
15911         * subr.el (declare-function): Doc fix.
15913         * ibuffer.el (ibuffer-format-qualifier):
15914         * isearch.el (hi-lock-regexp-okay):
15915         * calc/calc.el (math-zerop):
15916         * mail/uce.el (rmail-msgbeg, rmail-msgend):
15917         * term/w32-win.el (setup-default-fontset, set-fontset-font):
15918         Remove unused declarations.
15920 2009-09-30  Eric Ludlam  <zappo@gnu.org>
15922         * emacs-lisp/eieio.el (boolean-p): Delete.
15924 2009-09-30  Glenn Morris  <rgm@gnu.org>
15926         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
15928         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
15929         filename is not a string.
15931 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
15933         * files.el (safe-local-eval-forms): Fix typo.
15935 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15937         * vc-hooks.el (vc-dir-buffers): New var.
15938         (vc-state-refresh): New function.
15939         (vc-state): Use it.
15940         (vc-after-save): Always ask the backend to recompute the new state.
15941         Always call vc-dir if necessary, using vc-dir-buffers.
15942         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
15943         Use vc-dir-buffers.
15944         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
15945         (vc-dir-prepare-status-buffer, vc-dir-update)
15946         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
15947         Don't call expand-file-name on default-directory.
15949 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
15951         * speedbar.el (speedbar-item-delete):
15952         * calc/calc-prog.el (calc-kbd-if):
15953         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
15955         * epa.el (epa-key-list-mode-map):
15956         * hi-lock.el (hi-lock-menu): Fix typos in menus.
15958         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
15959         (hs-show-hook): Fix typo in docstring.
15961 2009-09-29  Glenn Morris  <rgm@gnu.org>
15963         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
15964         file-name-nondirectory call preventing location of cedet files.
15965         (check-declare-verify): Use literal search rather than re-search.
15966         Add basic defmethod and defclass, and define-overloadable-function.
15968         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15969         Use tramp-compat-file-attributes rather than nonexistent
15970         tramp-compat-handle-file-attributes.
15972         * Makefile.in (lisptagsfiles4): New.
15973         (AUTOGENEL): Add cedet loaddefs files.
15974         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
15975         (update-elclist, compile-always, backup-compiled-files)
15976         (bootstrap-clean): Add yet another directory level.
15977         (update-elclist): Use LC_COLLATE rather than COLLATE.
15978         (ELCFILES): Update, via `make update-elclist'.
15980 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
15982         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
15983         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
15984         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
15986 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
15988         * Makefile.in (lisptagsfiles3): Define.
15989         (TAGS, TAGS-LISP): Use it.
15990         (update-elclist): Add third directory level to look for elc files.
15991         (compile-always): Likewise.
15992         (backup-compiled-files): Likewise.
15993         (bootstrap-clean): Likewise.
15994         (ELCFILES): Update.
15996 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
15998         * Makefile.in (ELCFILES): Add CEDET files.
16000 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
16002         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
16004         * net/tramp.el (top): Require tramp-imap.
16006         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16007         Use `tramp-compat-handle-file-attributes'.
16009 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16011         * net/tramp-imap.el: New package.
16013 2009-09-28  Eric Ludlam  <zappo@gnu.org>
16015         * emacs-lisp/chart.el:
16016         * emacs-lisp/eieio-base.el:
16017         * emacs-lisp/eieio-comp.el:
16018         * emacs-lisp/eieio-custom.el:
16019         * emacs-lisp/eieio-datadebug.el:
16020         * emacs-lisp/eieio-opt.el:
16021         * emacs-lisp/eieio-speedbar.el:
16022         * emacs-lisp/eieio.el: New files.
16024 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16026         * whitespace.el (whitespace-trailing-regexp)
16027         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
16028         Fix doc string.
16030 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
16032         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
16033         menu.
16035         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
16036         menu-bar-ediff-menu.
16038         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
16039         define-overloadable-function.
16041         * progmodes/autoconf.el: Provide autoconf as well, so that this
16042         file can be `require'd.
16044         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
16046         * emacs-lisp/autoload.el (generated-autoload-feature)
16047         (generated-autoload-load-name): New vars.
16048         (autoload-rubric, autoload-generate-file-autoloads): Use them.
16049         (make-autoload): Recognize define-overloadable-function and
16050         defclass forms (for EIEIO).
16052         * Makefile.in (update-subdirs): Exclude cedet directory.
16054 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
16056         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
16058         * faces.el: Default light-background background for region face to
16059         ns_selection_color under NS.
16061 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16063         * net/imap-hash.el: New library, see NEWS.
16065         * Makefile.in (ELCFILES): Add imap-hash.el.
16067 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16069         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
16070         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
16071         * help-macro.el (make-help-screen): Avoid using an ambiguous function
16072         definition where the docstring could be taken for the return value.
16074 2009-09-26  Glenn Morris  <rgm@gnu.org>
16076         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
16077         Add option to only show images below a certain size.
16078         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
16079         save-excursion calls.
16081 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
16083         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
16084         subdirectories) and eieio.
16086 2009-09-26  Alan Mackenzie  <acm@muc.de>
16088         * progmodes/cc-engine.el (c-beginning-of-statement-1):
16089         Correct buggy bracketing.  (Bug#4289)
16091         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
16092         character constants (as case labels).  (Bug#4289)
16094 2009-09-25  Juri Linkov  <juri@jurta.org>
16096         * files.el (safe-local-eval-forms): Allow time-stamp in
16097         before-save-hook (Bug#4554).
16099 2009-09-25  Drew Adams  <drew.adams@oracle.com>
16101         * menu-bar.el (list-buffers-directory): Doc fix.
16103 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16105         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
16106         Try and avoid copying twice the same paragraph.
16107         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
16108         Remove save-excursion.
16109         (log-edit-changelog-entry): Do it here instead.
16111 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
16113         * bs.el (bs--get-file-name): Use `list-buffers-directory'
16114         when available, instead of hardcoding mode names.  Doc fix.
16116         * menu-bar.el (list-buffers-directory): Add docstring.
16117         Make automatically buffer-local.
16119         * dired.el (dired-mode):
16120         * files.el (cd-absolute):
16121         * pcvs.el (cvs-temp-buffer):
16122         * pcvs-util.el (cvs-get-buffer-create):
16123         * shell.el (shell-mode):
16124         * vc-dir.el (vc-dir-mode):
16125         Don't make `list-buffers-directory' buffer local.
16127 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
16129         * comint.el (comint-exec, comint-run, make-comint):
16130         Doc fixes (Bug#4542).
16132 2009-09-25  Glenn Morris  <rgm@gnu.org>
16134         * mail/rmailmm.el (rmail-mime): New custom group.
16135         Move all defcustoms in this file into this group.
16136         (rmail-mime-media-type-handlers-alist): Revert previous change.
16137         (rmail-mime-show-images): New option.
16138         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
16139         references to it, since it wasn't actually used for anything.
16140         (rmail-mime-insert-image): New function.
16141         (rmail-mime-image): Use rmail-mime-insert-image.
16142         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
16143         obey the value of `rmail-mime-show-images' option.  Print the size of
16144         attachments.
16146 2009-09-25  David Engster  <deng@randomsample.de>
16148         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
16150 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16152         * whitespace.el: Does not highlight trailing spaces While point is
16153         at end of line.  Does not highligt spaces at beginning of buffer
16154         while point is at beginning of buffer.  Does not highlight spaces
16155         at end of buffer while point is at end of buffer.  (Bug#4177)
16156         New version 12.0.
16157         (whitespace-display-mappings): Adjust initialization.
16158         (whitespace-point, whitespace-font-lock-refontify): New vars.
16159         (whitespace-color-on, whitespace-color-off): Adjust code.
16160         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
16161         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
16162         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
16164 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
16166         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
16168         * textmodes/sgml-mode.el: Remove xml-mode alias.
16170         * files.el (auto-mode-alist, conf-mode-maybe)
16171         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
16173 2009-09-24  Alan Mackenzie  <acm@muc.de>
16175         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
16176         c-forward-conditionals, but it doesn't move point and doesn't set
16177         the mark.
16178         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
16179         (c-down-conditional-with-else, c-backward-conditional)
16180         (c-forward-conditional): Refactor to use c-scan-conditionals.
16182 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
16184         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
16185         (help-default-arg-highlight): Remove.
16186         (help-highlight-arg): New function.
16187         (help-do-arg-highlight): Use it.
16188         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
16190 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16192         * term.el (term-set-scroll-region, term-handle-ansi-escape):
16193         Undo last change, which didn't fix the problem and introduced others.
16195 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
16197         * progmodes/gdb-mi.el: Don't require speedbar.
16198         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
16200 2009-09-24  Glenn Morris  <rgm@gnu.org>
16202         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
16204         * term/ns-win.el (ns-reg-to-script): Define for compiler.
16206         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
16207         there is no newline after the final mime boundary.  (Bug#4539)
16208         Move markers on insertion so that any buttons inserted don't end up in
16209         the next part of a multipart message.
16210         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
16211         (rmail-mime-bulk-handler): Optionally handle images.
16212         (rmail-mime-image): New button action.
16213         (rmail-mime-image-handler): New function.
16214         (rmail-mime-mode): New mode.
16215         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
16217 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16219         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
16220         than just dropping elements from it (bug#4504).
16222         * term.el (term-set-scroll-region): Don't move cursor any more.
16223         (term-handle-ansi-escape): Call term-goto here instead.
16224         Suggested by Ivan Kanis <apple@kanis.eu>.
16226         * term.el: Require CL.
16227         (term-ansi-reset): New function.
16228         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
16229         (term-handle-colors-array): Simplify.
16231 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
16233         * allout.el (allout-overlay-interior-modification-handler)
16234         (allout-obtain-passphrase):
16235         * epa-file.el (epa-file-write-region):
16236         * ps-print.el (ps-begin-job):
16237         * vc-hooks.el (vc-toggle-read-only):
16238         * vc-rcs.el (vc-rcs-rollback):
16239         * vc-sccs.el (vc-sccs-rollback):
16240         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
16241         (vc-version-diff, vc-revert, vc-rollback):
16242         * wdired.el (wdired-check-kill-buffer):
16243         * emacs-lisp/authors.el (authors):
16244         * net/socks.el (socks-open-connection):
16245         * net/zeroconf.el (zeroconf-service-add-hook):
16246         * obsolete/vc-mcvs.el (vc-mcvs-register):
16247         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
16248         (gdb-select-frame):
16249         * progmodes/grep.el (lgrep, rgrep):
16250         * progmodes/idlw-help.el (idlwave-help-check-locations)
16251         (idlwave-help-html-link, idlwave-help-assistant-open-link):
16252         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16253         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
16254         (reftex-toc-rename-label): Fix typos in error messages.
16256         * dired-aux.el (dired-do-shell-command): Reflow docstring.
16257         (dired-copy-how-to-fn): Doc fix.
16258         (dired-files-attributes, dired-read-shell-command):
16259         Fix typos in docstrings.
16261         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
16262         (dired-x-find-file-other-window): Reflow docstrings.
16263         (dired-omit-marker-char, dired-read-shell-command)
16264         (dired-x-submit-report): Fix typos in docstrings.
16266         * shell.el (shell-mode-hook):
16267         * view.el (View-scroll-line-forward):
16268         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
16269         Fix typos in docstrings.
16271         * net/dig.el (dig-invoke): Fix typo in docstring.
16272         (query-dig): Reflow docstring.
16274         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
16275         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
16276         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
16277         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
16278         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
16279         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
16280         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
16281         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
16282         (idlwave-completion-map, idlwave-current-indent)
16283         (idlwave-custom-ampersand-surround, idlwave-customize)
16284         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
16285         (idlwave-define-abbrev, idlwave-determine-class-special)
16286         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
16287         (idlwave-end-block-reg, idlwave-end-of-statement)
16288         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
16289         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
16290         (idlwave-explicit-class-listed, idlwave-file-header)
16291         (idlwave-fill-paragraph, idlwave-find-class-definition)
16292         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
16293         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
16294         (idlwave-in-quote, idlwave-indent-action-table)
16295         (idlwave-indent-expand-table, idlwave-indent-line)
16296         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
16297         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
16298         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
16299         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
16300         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
16301         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
16302         (idlwave-outlawed-buffers, idlwave-popup-select)
16303         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
16304         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
16305         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
16306         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
16307         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
16308         (idlwave-statement-type, idlwave-struct-skip)
16309         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
16310         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
16311         (idlwave-what-module-find-class): Fix typos in docstrings.
16312         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
16313         (idlwave-calculate-cont-indent, idlwave-expand-equal)
16314         (idlwave-find-module, idlwave-find-structure-definition)
16315         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
16316         (idlwave-list-load-path-shadows, idlwave-next-statement)
16317         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
16318         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
16319         (idlwave-template): Reflow docstrings.
16321         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
16322         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
16323         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
16324         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
16325         (idlwave-shell-display-line, idlwave-shell-display-wframe)
16326         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
16327         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
16328         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
16329         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
16330         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
16331         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
16332         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
16333         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
16334         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
16335         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
16336         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
16337         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
16338         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
16339         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
16340         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
16341         Fix typos in docstrings.
16342         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
16343         (idlwave-shell-hide-output, idlwave-shell-mode)
16344         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
16345         Reflow docstrings.
16347         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
16349 2009-09-24  Ivan Kanis  <apple@kanis.eu>
16351         * term.el (term-bold-attribute): New var.
16352         (term-handle-colors-array): Use it.
16354 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
16356         * progmodes/gdb-mi.el (gdb-version): New variable.
16357         (gdb-non-stop-handler): Set gdb-version.
16358         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
16359         Condition "--thread" option on gdb-version.
16360         (gdb-invalidate-threads): Remove unused argument.
16362 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16364         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
16365         to looking-back to avoid ridiculous slow down in large files (bug#4511).
16367 2009-09-23  Glenn Morris  <rgm@gnu.org>
16369         * mail/rmail.el (rmail-reply): Don't try to add a References header when
16370         replying to mail without References or Message-Id.  (Bug#4525)
16372 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
16374         * term/ns-win.el (ns-reg-to-script): New variable.
16376 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
16378         * epg.el (epg-wait-for-status): Preserve existing 'error results.
16380 2009-09-22  Sam Steingold  <sds@gnu.org>
16382         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
16383         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
16384         to 1 because hg returns status 1 when nothing is found.
16385         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
16387 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16389         * textmodes/fill.el: Convert to utf-8 encoding.
16390         (fill-french-nobreak-p): Remove redundant » and « inherited from our
16391         pre-Unicode days.
16393         * add-log.el (change-log-fill-forward-paragraph): New function.
16394         (change-log-mode): Use it so fill-region DTRT.
16395         Set fill-indent-according-to-mode here rather than in
16396         change-log-fill-paragraph.
16397         (change-log-fill-paragraph): Remove.
16399 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
16401         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
16402         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
16404 2009-09-22  Glenn Morris  <rgm@gnu.org>
16406         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
16407         the scroll-bar scroll the calendar window rather than the buffer.
16409         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
16410         commands that move point (as opposed to scrolling).
16412         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
16414         * emacs-lisp/elint.el (elint): New custom group.
16415         (elint-log-buffer): Make it a defcustom.
16416         (elint-scan-preloaded, elint-ignored-warnings)
16417         (elint-directory-skip-re): New options.
16418         (elint-builtin-variables): Doc fix.
16419         (elint-preloaded-env): New variable.
16420         (elint-unknown-builtin-args): Add an entry for encode-time.
16421         (elint-extra-errors): Make it a variable rather than a constant.
16422         (elint-preloaded-skip-re): New constant.
16423         (elint-directory): Skip files matching elint-directory-skip-re.
16424         (elint-features): New variable, local to linted buffers.
16425         (elint-update-env): Initialize elint-features.  Possibly add
16426         elint-preloaded-env to the buffer's environment.
16427         (elint-get-top-forms): Bind elint-current-pos, for log messages.
16428         Skip quoted forms.
16429         (elint-init-form): New function, extracted from elint-init-env.
16430         Make non-list forms a warning rather than an error.
16431         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
16432         easy-menu-define, put that adds an error-condition, and provide.
16433         When requiring cl, also require cl-macs.  Really require cl, to handle
16434         some cl macros.  Store required libraries in the list elint-features,
16435         so as not to re-load them.  Treat cc-require like require.
16436         (elint-init-env): Call elint-init-form to do the work.
16437         Handle eval-and-compile and such like.
16438         (elint-add-required-env): Do not clear messages.
16439         (elint-special-forms): Add handlers for function, defalias, if, when,
16440         unless, and, or.
16441         (elint-form): Add optional argument to ignore elint-special-forms,
16442         useful to prevent recursive calls from handlers.  Doc fix.
16443         Respect elint-ignored-warnings.
16444         (elint-form): Respect elint-ignored-warnings.
16445         (elint-bound-variable, elint-bound-function): New variables.
16446         (elint-unbound-variable): Respect elint-bound-variable.
16447         (elint-get-args): Respect elint-bound-function.
16448         (elint-check-cond-form): Add some simple handling for (f)boundp and
16449         featurep tests.
16450         (elint-check-defalias-form): New handler.
16451         (elint-check-let-form): Make an empty let a warning rather than an
16452         error.
16453         (elint-check-setq-form): Make an empty setq a warning rather than an
16454         error.  Respect elint-ignored-warnings.
16455         (elint-check-defvar-form): Accept null doc-strings.
16456         (elint-check-conditional-form): New handler.  Does some simple-minded
16457         checking of featurep and (f)boundp tests.
16458         (elint-put-function-args): New function.
16459         (elint-initialize): Use elint-scan-doc-file rather than
16460         elint-find-builtin-variables.  Use elint-put-function-args.
16461         Possibly scan preloaded-file-list.
16462         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
16463         extend to handle functions as well.
16465 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
16467         * linum.el (linum-delete-overlays, linum-update-window):
16468         Do not modify the right margin.  (Bug#3971)
16470 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
16472         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
16473         Use nxml-mode instead of xml-mode.
16475 2009-09-21  Kevin Ryde  <user42@zip.com.au>
16477         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
16479 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16481         * net/dig.el (dig-mode): Use define-derived-mode.
16483 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
16485         * vc-dispatcher.el (vc-do-command): Return the process object in
16486         the asynchronous case.  Use when instead of if.  Do not run
16487         vc-exec-after to display a message if not enabled.  (Bug#4463)
16489         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
16490         properties to the stash strings.
16491         (vc-git-stash-list): Return a list of strings.
16492         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
16493         (vc-git-stash-show-at-point): New functions.
16494         (vc-git-stash-map): New keymap.
16496         * register.el (ctl-x-r-map): Define the keys here instead of
16497         using autoload.
16499 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
16501         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
16502         list, to workaround performance problem (bug#4485).
16504 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
16506         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
16508 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
16510         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
16511         Document that this option is not recommended to use.
16513 2009-09-19  Glenn Morris  <rgm@gnu.org>
16515         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
16516         variable `var'.
16518         * calc/calc-alg.el (var):
16519         * calc/calcalg2.el (var): Define for compiler.
16521 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
16523         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
16524         Doc fix (Bug#3932).
16526         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
16528         * time-stamp.el (time-stamp-month-dd-yyyy)
16529         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
16530         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
16531         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
16532         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
16533         Remove functions that have been obsolete since 1995 (Bug#4436).
16535         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
16536         indent buffer only if called interactively (Bug#4452).
16538 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
16539             Eli Zaretskii  <eliz@gnu.org>
16541         This fixes bug#4197 (merged to bug#865, though not identical).
16542         * server.el (server-auth-dir): Add docstring note about FAT32.
16543         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
16544         but warn against using them.
16546 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
16548         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
16549         older GDB where there is no has_more field.
16551 2009-09-19  Glenn Morris  <rgm@gnu.org>
16553         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
16555 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
16557         * files.el (auto-mode-alist): Change default for XML files to nXML
16558         mode (Bug#4169).
16560 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
16562         * server.el (server-ensure-safe-dir): Pass 'integer
16563         to `file-attributes', as suggested.
16565 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16567         * dired-aux.el (dired-query-alist): Remove spurious backslash.
16568         (dired-query): Use read-key.
16570 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
16572         * cus-start.el (ns-use-qd-smoothing): Remove.
16574 2009-09-18  Glenn Morris  <rgm@gnu.org>
16576         * allout.el (top-level): Remove unnecessary progn.
16578         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
16580         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
16581         definition of abbrev table.
16583         * speedbar.el (speedbar-track-mouse):
16584         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
16585         * net/eudc.el (eudc-expand-inline):
16586         * net/newst-backend.el (newsticker--cache-read-feed):
16587         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
16588         condition-case handlers.
16590 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
16592         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
16593         (gdb-var-list): Add an element for has_more field.
16594         (gdb-non-stop-handler): Enable pretty printing for STL containers.
16595         (gdb-var-create-handler, gdb-var-list-children-handler-1)
16596         (gdb-var-update-handler-1): Parse output of dynamic variable
16597         objects (STL containers).
16598         (gdb-var-delete-1): Pass var1 as an explicit second argument.
16599         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
16601         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
16602         gdb-var-list.
16603         (gud-speedbar-buttons): Make node expandable if expression "has more"
16604         children.
16606 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
16608         * startup.el (emacs-quick-startup): Remove variable and all uses.
16609         (command-line): Set `inhibit-x-resources' instead.
16610         (command-line-1): Use `inhibit-x-resources' instead.
16612 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
16614         * subr.el: Fix last change to avoid using the `unless' macro,
16615         which breaks bootstrapping.
16617 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16619         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
16620         extended definitions, in case we reload subr.el after having
16621         loaded CL.
16622         (eval-next-after-load): Mark as obsolete.
16624 2009-09-17  Juri Linkov  <juri@jurta.org>
16626         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
16627         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
16628         (menu-bar-showhide-menu, menu-bar-tools-menu)
16629         (menu-bar-describe-menu, menu-bar-help-menu)
16630         (minibuffer-local-completion-map, minibuffer-local-map):
16631         Fix list quoting.
16633 2009-09-17  Glenn Morris  <rgm@gnu.org>
16635         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
16636         arguments, whether or not it has a handler.
16638         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
16640         * simple.el (hard-newline): Give it a doc-string.
16642         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16643         (lisp-mode-syntax-table): Give them doc-strings.
16645 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
16647         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
16648         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
16649         (menu-bar-options-menu, menu-bar-showhide-menu)
16650         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
16651         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
16652         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
16653         (menu-bar-options-menu, menu-bar-tools-menu)
16654         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
16655         (menu-bar-help-menu):
16656         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
16657         string arguments.
16659         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
16660         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
16661         calls for the menu names and :help.
16663 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16665         * mouse.el (minor-mode-menu-from-indicator): Pay attention
16666         to :minor-mode-function (bug#4455).
16668 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16670         * startup.el (command-line): Initialize the window-system after
16671         processing the command-line.
16673         * textmodes/page.el (what-page): Make sure we don't inf-loop if
16674         page-delimiter matches the empty string.
16676 2009-09-16  Glenn Morris  <rgm@gnu.org>
16678         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
16679         byte-compile-not-obsolete-var.  It's a list now.
16680         (byte-compile-not-obsolete-funcs): New variable.
16681         (byte-compile-warn-obsolete): Don't warn about functions if they are in
16682         byte-compile-not-obsolete-funcs.
16683         (byte-compile-variable-ref, byte-compile-defvar): Update for
16684         byte-compile-not-obsolete-vars name-change and list nature.
16685         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
16686         and variables behind (f)boundp tests.
16687         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
16689 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
16691         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
16693 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16695         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
16696         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
16697         Don't autoload.
16699 2009-09-15  Stephen Eglen  <stephen@gnu.org>
16701         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
16702         the virtual-buffers, use the name of the buffer specified by
16703         find-file-noselect, as the match may be a symlink.  (This was a
16704         problem if the target and the symlink had different names.)
16706 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16708         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
16710         * desktop.el (desktop-path): Check user-emacs-directory.
16712         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
16714         * loadup.el: Use after-load-functions to GC after loading each file.
16715         Remove the explicit GC calls that used to be sprinkled around.
16717         * subr.el (after-load-functions): New hook.
16718         (do-after-load-evaluation): Run it.  Use string-match-p to detect
16719         `obsolete' packages, rather than painfully extracting the relevant
16720         directory name.
16722 2009-09-15  Glenn Morris  <rgm@gnu.org>
16724         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
16725         free variable `doc'.
16727         * dired.el (dired-mode-map): Add menu entry for async shell command.
16729         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
16730         variables, also consider the .elc files, since the .el files are
16731         normally gzipped (subsequent code locates the .el.gz from the .elc).
16733         * calc/calc-prog.el (arglist): Define for compiler.
16735         * calendar/diary-lib.el (diary-display-function): Change the default to
16736         fancy display.
16737         (body): Define for compiler.
16739         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
16740         (byte-compile-file-form, byte-compile-lambda)
16741         (byte-compile-top-level-body, byte-compile-form)
16742         (byte-compile-variable-ref, byte-compile-setq)
16743         (byte-compile-setq-default, byte-compile-body)
16744         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
16745         (batch-byte-compile): Give some more local variables with common names
16746         a "bytecomp-" prefix to avoid masking warnings about free variables.
16748         * startup.el (command-line-1): Give local variables with common names a
16749         distinguishing prefix, so as not to hide free variable warnings during
16750         bootstrap.
16752         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
16753         clever and add a suffix to make a unique name, just let the user decide
16754         whether or not to overwrite it.  If the input is a directory, write the
16755         default filename to that directory.  (Bug#4388)
16756         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
16757         is a filename-as-a-directory.
16759 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16761         * textmodes/page.el (what-page): Don't move to beginning of line.
16762         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
16764 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
16766         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
16768 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
16770         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
16771         * help.el (help-for-help-internal): Add purecopy calls for text.
16773         * vc.el (top): print-log method now takes an optional SHORTLOG
16774         argument.  Add a new method: root.
16775         (vc-root-diff, vc-print-root-log): New functions.
16776         (vc-log-short-style): New variable.
16777         (vc-print-log-internal): Add support for showing short logs.
16779         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
16780         vc-print-root-log and vc-print-root-diff.
16782         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
16783         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
16784         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
16785         short logs.
16787         * vc-cvs.el (vc-cvs-print-log):
16788         * vc-mtn.el (vc-mtn-print-log):
16789         * vc-rcs.el (vc-rcs-print-log):
16790         * vc-sccs.el (vc-sccs-print-log):
16791         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
16792         that is ignored for now.
16794         * vc-mtn.el (vc-mtn-annotate-command):
16795         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
16797 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16799         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
16800         to function-key-map, and give them ascii-character property.
16801         * term/x-win.el (x-alternatives-map):
16802         * term/ns-win.el (ns-alternatives-map):
16803         * term/internal.el (msdos-key-remapping-map):
16804         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
16806 2009-09-14  Glenn Morris  <rgm@gnu.org>
16808         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
16809         temp-buffers (2009-09-12).
16811 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16813         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
16814         the new read-key function.
16816 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
16818         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
16819         is defined (Bug#4405).
16821 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
16823         * recentf.el (recentf-cleanup): Use a hash table to find
16824         duplicates (Bug#4407).
16826 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
16828         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
16829         kp-0 to ascii equivalents (Bug#4325).
16831 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
16833         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
16835         * eshell/em-hist.el:
16836         * eshell/em-dirs.el (eshell-complete-user-reference):
16837         Declare pcomplete functions and variables to avoid compiler warnings.
16839 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
16841         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
16842         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
16843         * eshell/em-alias.el (eshell-aliases-file):
16844         * eshell/em-hist.el (eshell-history-file-name):
16845         Use expand-file-name instead of concat to make file names (Bug#4308).
16847 2009-09-13  Glenn Morris  <rgm@gnu.org>
16849         * ediff-merg.el (ediff-do-merge):
16850         * filesets.el (filesets-run-cmd):
16851         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
16852         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
16853         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
16854         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
16855         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
16856         Replace empty `let's with `progn'.
16858 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16860         * mail/sendmail.el (send-mail-function):
16861         * tooltip.el (tooltip-mode):
16862         * simple.el (transient-mark-mode):
16863         * rfn-eshadow.el (file-name-shadow-mode):
16864         * frame.el (blink-cursor-mode):
16865         * font-core.el (global-font-lock-mode):
16866         * files.el (temporary-file-directory)
16867         (small-temporary-file-directory, auto-save-file-name-transforms):
16868         * epa-hook.el (auto-encryption-mode):
16869         * composite.el (global-auto-composition-mode):
16870         Use custom-initialize-delay.
16871         * startup.el (command-line): Don't explicitly call
16872         custom-reevaluate-setting for all the above vars.
16873         * custom.el (custom-initialize-safe-set)
16874         (custom-initialize-safe-default): Delete.
16876 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16878         * term/x-win.el (x-initialize-window-system):
16879         * term/w32-win.el (w32-initialize-window-system):
16880         * term/ns-win.el (ns-initialize-window-system): Don't call
16881         mouse-wheel-mode since it's enabled globally by default already.
16883         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
16884         actually define the variable, but only silences the byte-compiler.
16885         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
16886         before looking it up.
16887         (mouse-wheel-scroll-amount): Also reset the bindings if this value
16888         is changed.
16890 2009-09-12  Glenn Morris  <rgm@gnu.org>
16892         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
16893         1000.
16894         (elint-add-required-env): Don't beep on error.
16895         (elint-forms): In case of error, return ENV unchanged.
16896         (elint-init-env): Skip non-list forms.
16897         (elint-log): Handle unknown file positions.
16899 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
16901         * epg.el (epg-make-context): Add autoload cookie.
16902         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
16903         (epg-decrypt-string, epg-start-verify, epg-verify-file)
16904         (epg-verify-string, epg-start-sign, epg-sign-file)
16905         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
16906         (epg-encrypt-string, epg-start-export-keys)
16907         (epg-export-keys-to-file, epg-export-keys-to-string)
16908         (epg-start-import-keys, epg-import-keys-from-file)
16909         (epg-import-keys-from-string, epg-start-receive-keys)
16910         (epg-receive-keys, epg-import-keys-from-server)
16911         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
16912         (epg-sign-keys, epg-start-generate-key)
16913         (epg-generate-key-from-file, epg-generate-key-from-string):
16914         Remove autoload cookie.
16916 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
16918         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
16919         reevaluation of trash-directory.
16921         * mwheel.el: Fix last change.
16922         (mouse-wheel-mode): New defvar.
16923         (mouse-wheel-mode): Remove autoload cookie.
16925 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16927         * mwheel.el (mwheel-installed-bindings): New var.
16928         (mouse-wheel-mode): Use it, so as to make sure we really remove all
16929         the bindings we set last time.  Use custom-initialize-delay.
16930         * loadup.el: Load mwheel after term/*-win.el.
16931         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
16932         and mouse-wheel-up-event now that their first evaluation is done
16933         sufficiently late to be correct.
16935         * startup.el (tutorial-directory): Make it a defcustom.
16936         Use custom-initialize-delay rather than eval-at-startup to set it.
16937         * image.el (image-load-path): Make it a defcustom.
16938         Use custom-initialize-delay rather than eval-at-startup to set it.
16939         * subr.el (eval-at-startup): Remove.
16940         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
16942         * subr.el (do-after-load-evaluation): Warn the user after loading an
16943         obsolete package.
16945 2009-09-12  Glenn Morris  <rgm@gnu.org>
16947         * proced.el (proced-mark-alt): Remove alias.
16948         (proced-mode-map): Remove proced-mark-alt.
16950         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
16951         Elint file and directory.  Remove initialization entry.
16953         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
16954         commands.
16955         (elint-current-buffer): Set mode-line-process.
16956         (elint-init-env): Handle define-derived-mode.
16957         Fix declare-function with unspecified arglist.  Guard against odd
16958         defalias statements (eg iso-insert's 8859-1-map).
16959         (elint-add-required-env): Use a temp buffer.
16960         (elint-form): Just print the function/macro name, not the whole form.
16961         Return env unchanged if we fail to parse a macro.
16962         (elint-forms): Guard against parse errors.
16963         (elint-output): New function, to handle batch mode.
16964         (elint-log-message): Add optional argument.  Use elint-output.
16965         (elint-set-mode-line): New function.
16967 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
16969         * emacs-lisp/elp.el (elp-not-profilable): Add more
16970         functions (Bug#4233).
16972 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
16974         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
16975         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
16977 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
16979         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
16980         (gdb-var-list-children): Use json parsing.
16982 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
16984         * progmodes/js.el (js--proper-indentation): Handle the case where
16985         char-before is null.  Reported by Deniz Dogan.
16987 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
16989         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
16991 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
16993         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
16994         (epg-digest-algorithm-alist): Add SHA224.
16995         (epg-context-set-passphrase-callback)
16996         (epg-context-set-progress-callback): Add description about
16997         callback function.
16999 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17001         * custom.el (custom-delayed-init-variables): New var.
17002         (custom-initialize-delay): New function.
17003         * startup.el (command-line): "Re"evaluate all vars in
17004         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
17005         explicitly any more.
17006         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
17007         to avoid creating a ~/.emacs.d at build-time (bug#4347).
17009         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
17011 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
17013         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
17014         (gdb-var-update-handler): Use json parsing.
17016 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
17018         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
17019         decode annotated text, regardless of language environment.  (Bug#2741)
17021 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17023         * Makefile.in (autoloads): Make rmail.el writable as well.
17025 2009-09-11  Glenn Morris  <rgm@gnu.org>
17027         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
17028         loaddefs.el.
17029         * dired.el: Regenerate with extracted autoloads.
17030         * Makefile.in (autoloads): Make dired.el writable.
17032         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
17033         * ibuffer.el: Regenerate with extracted autoloads.
17034         * Makefile.in (autoloads): Make ibuffer.el writable.
17036         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
17037         * version.el (emacs-copyright, emacs-major-version)
17038         (emacs-minor-version): Reformat doc-strings for make-docfile.
17040         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
17041         functions and variables, since they must be stuff specific to some other
17042         platform.
17043         (apropos-print): Make mouse-click message less specific about button.
17045         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
17046         that records where a macro was defined.
17047         * help-fns.el (describe-function-1): Mention if a function has a
17048         compiler-macro.
17049         * help-mode.el (help-function-cmacro): New button.
17051         * locate.el (top-level): Always require dired.
17052         (locate-mode-map): Initialize inside the defvar.
17054         * net/ange-ftp.el (dired-compress-file): Declare.
17055         (ange-ftp-dired-compress-file): Add doc string.
17057         * term/ns-win.el (x-display-name, x-setup-function-keys):
17058         Unify doc-strings with X versions.
17060 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17062         * emulation/crisp.el (crisp-mode-map): Move initialization
17063         into declaration.
17064         (crisp-mode): Use define-minor-mode.
17066         * progmodes/xscheme.el (xscheme-evaluation-commands):
17067         Put a :advertised-binding property rather than using
17068         advertised-xscheme-send-previous-expression.
17069         (advertised-xscheme-send-previous-expression): Declare obsolete.
17070         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
17071         `advertised-undo'.
17072         (crisp-mode): Add corresponding bindings to
17073         undo's :advertised-binding instead.
17074         * dired.el (dired-mode-map): Put a :advertised-binding property rather
17075         than using dired-advertised-find-file.
17076         (dired-advertised-find-file):
17077         * simple.el (advertised-undo):
17078         * wid-edit.el (advertised-widget-backward): Declare obsolete.
17079         (widget-keymap): Put a :advertised-binding property rather
17080         than using advertised-widget-backward.
17081         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
17082         than using advertised-undo.
17083         * tutorial.el (tutorial--default-keys): Adjust accordingly.
17085 2009-09-10  Simon South  <ssouth@slowcomputing.org>
17087         * progmodes/delphi.el (delphi-tab): Indent region when Transient
17088         Mark mode is enabled and region is active; otherwise indent or
17089         insert TAB as usual.
17090         (delphi-mode): Update description of TAB-key binding.
17092 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17094         * subr.el (define-key-rebound-commands): Mark obsolete.
17095         * startup.el (precompute-menubar-bindings): Remove.
17096         (normal-top-level): Remove obsolete code that tried to precompute
17097         menubar bindings.
17098         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
17099         define-key-rebound-commands and precompute-menubar-bindings.
17101 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17103         * net/imap.el (imap-interactive-login): Better messages.
17104         (imap-open): Fix bug with renamed buffer on reconnect.
17105         (imap-authenticate): Add buffer-local imap-last-authenticator variable
17106         for easier debugging and cleaner code.  On successful (guessed based on
17107         server capabilities) secondary authentication, set imap-state
17108         correctly.
17109         (imap-last-authenticator): Define imap-last-authenticator as a variable
17110         to avoid warnings.
17112 2009-09-10  Glenn Morris  <rgm@gnu.org>
17114         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
17116         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
17117         (byte-compile-file-form-autoload): Don't warn about unknown functions
17118         where the autoload statement comes after the use.
17119         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
17120         that any handlers inside the body (eg require) are in turn respected.
17122         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
17123         effects.
17125         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
17126         and syntax and abbrev tables basic docs, if they don't have any.
17128         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
17130         * international/mule-cmds.el (top-level): Require cl when compiling.
17131         (view-hello-file): Use default-value rather than
17132         default-enable-multibyte-characters.
17134         * progmodes/fortran.el: Move all safe and risky properties into the
17135         defcustoms.
17137         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
17138         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
17139         * mail/undigest.el:
17140         Put autoloads in rmail.el rather than loaddefs.el.
17141         * mail/rmail.el: Regenerate with extracted autoloads.
17143         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
17144         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
17146 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
17148         Reported in thread for Bug#4375.
17149         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
17150         "-data-evaluate-expression" instead of print.
17151         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
17152         (gdb-tooltip-print): Parse output from above MI command.
17153         (gdb): Revert 2009-08-11 change.  User should detach inferior
17154         manually.
17156         Remove the word "separate" from IO functions as inferior
17157         output is now never displayed in the GUD buffer.
17159 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
17161         * startup.el (command-line-normalize-file-name): On Windows and
17162         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
17164 2009-09-10  Juri Linkov  <juri@jurta.org>
17166         * isearch.el (isearch-text-char-description): Propertize escape
17167         character sequences with the `escape-glyph' face.  (Bug#4344)
17169         * simple.el (shell-command): Set asynchronous process filter to
17170         `comint-output-filter'.  (Bug#4343)
17172         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
17173         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
17174         the list.  Move "asm" to the bottom.
17175         (grep-find-ignored-directories): Add `choice' with nil value
17176         to empty the list easily.
17177         (grep-find-ignored-files): New option.
17178         (grep-files-history): Set to nil by default instead of '("ch" "el").
17179         (grep-compute-defaults): Add "<X>" to `grep-template'.
17180         (grep-read-files): Bind new local variables `default-alias' and
17181         `default-extension'.  Use a list of default values for the file prompt.
17182         (lgrep): Add `--exclude=' command line options composed from
17183         `grep-find-ignored-files'.
17184         (rgrep): Add `-name' command line options composed from
17185         `grep-find-ignored-files'.  (Bug#4301)
17187 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17189         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
17190         (bug#4368).
17192 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17194         * calendar/time-date.el (autoload):
17195         Expand define-obsolete-function-alias into defalias and make-obsolete
17196         for old Emacsen that Gnus supports.
17197         (with-no-warnings): Define it for old Emacsen.
17198         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
17199         is available.
17200         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
17201         float-time is available; suppress compile warning for time-to-seconds.
17203 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
17205         * net/imap.el (imap-message-map): Docstring fix.
17207 2009-09-09  Glenn Morris  <rgm@gnu.org>
17209         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
17210         line numbers too.  (Bug#4374)
17212 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17214         * smerge-mode.el (smerge-remove-props, smerge-refine):
17215         Use with-silent-modifications (bug#4342).
17217         * subr.el (with-silent-modifications): New macro.
17219 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
17221         * files.el (top-level): Require `cl' when compiling.
17223 2009-09-07  Glenn Morris  <rgm@gnu.org>
17225         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
17227         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
17228         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
17230 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
17232         * vc-git.el (vc-git-annotate-command): Use separator to parse
17233         arguments correctly.
17235 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
17237         * proced.el (proced-mode): Doc fix.
17239 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
17241         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
17242         lstat fails.
17243         (tramp-do-file-attributes-with-ls): Check for file existence at
17244         remote end.
17245         (tramp-do-file-attributes-with-stat): Likewise.
17246         (tramp-convert-file-attributes): Return nil when attr is nil.
17248 2009-09-05  Glenn Morris  <rgm@gnu.org>
17250         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
17251         properties to this button.
17252         (diary-fancy-display): Don't extend the button to the final newline.
17253         (diary-fancy-display-mode): Continue to define "q" as a local key.
17255         * calendar/cal-china.el (holiday-chinese): Make it slightly more
17256         efficient.
17258         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
17260         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
17261         (byte-compile-dest-file-function): New option.
17262         (byte-compile-dest-file): Doc fix.
17263         Obey byte-compile-dest-file-function.
17264         (byte-compile-cl-file-p): New function.
17265         (byte-compile-eval): Only suppress noruntime warnings about cl functions
17266         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
17267         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
17268         than for file being previously loaded.
17269         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
17270         (byte-compile-file-form-require): Handle the case where requiring a file
17271         indirectly causes CL to be loaded.
17273 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
17275         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
17276         before killing the old buffer, since by the time `kill-buffer' is
17277         run so many buffer variables have been set to nil that it may not
17278         behave as expected.  (Bug#4061)
17280 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
17282         * files.el (find-alternate-file): If the old buffer is modified
17283         and visiting a file, behave similarly to `kill-buffer' when
17284         killing it, thus reverting to the pre-1.878 behavior; see
17285         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
17286         for discussion.  Also, consult `buffer-file-name' as a variable
17287         not as a function, for consistency with the rest of the code.
17289 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
17291         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
17292         also when adding a new directory.
17294         * net/tramp-compat.el (tramp-compat-line-beginning-position):
17295         New defun.
17297 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17299         * files.el (locate-file-completion-table): Make it provide boundary
17300         information, so partial-completion works better.
17302 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
17304         * mail/footnote.el (Footnote-text-under-cursor):
17305         Check footnote-text-marker-alist before using it (bug#4324).
17307 2009-09-04  Glenn Morris  <rgm@gnu.org>
17309         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
17310         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
17311         * play/solitaire.el, play/tetris.el:
17312         Remove leading * from defcustom and defface docs.
17314         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
17315         necessary.
17316         (diary-fancy-overriding-map): New variable.
17317         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
17318         Use view-mode.
17320         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
17321         goto-line.
17323 2009-09-03  Glenn Morris  <rgm@gnu.org>
17325         * arc-mode.el (archive-mode):
17326         * dos-fns.el (set-default-process-coding-system):
17327         * man.el (Man-getpage-in-background):
17328         * menu-bar.el (menu-bar-describe-menu):
17329         * server.el (server-process-filter):
17330         * startup.el (command-line):
17331         * tar-mode.el (tar-header-block-tokenize, tar-extract):
17332         * w32-fns.el (set-default-process-coding-system):
17333         * x-dnd.el (x-dnd-handle-file-name):
17334         * international/mule-cmds.el (mule-menu-keymap)
17335         (set-default-coding-systems, language-info-alist, set-language-info)
17336         (set-language-environment, standard-display-european-internal)
17337         (set-locale-environment):
17338         * international/mule-diag.el (mule-diag):
17339         * mail/emacsbug.el (report-emacs-bug):
17340         * mail/rmail.el (rmail-mode):
17341         * mail/sendmail.el (mail-setup):
17342         Use default-value rather than default-enable-multibyte-characters.
17344         * progmodes/f90.el: Move all safe properties into the defcustoms.
17345         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
17347         * calendar/appt.el (appt-check):
17348         * calendar/diary-lib.el (diary-set-header, diary-live-p)
17349         (diary-check-diary-file, diary-list-entries)
17350         (diary-include-other-diary-files, diary-simple-display)
17351         (diary-fancy-display, diary-print-entries)
17352         (diary-mark-included-diary-files, diary-make-entry):
17353         Don't call substitute-in-file-name on diary-file.
17355 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
17356             Stefan Monnier  <monnier@iro.umontreal.ca>
17358         * mail/footnote.el (footnote-prefix): Make it a defcustom.
17359         (footnote-mode-map): Move initialization into the declaration.
17360         (footnote-minor-mode-map): Define it rather than changing global-map.
17361         (footnote-mode): Use define-minor-mode.
17363 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
17365         * net/tramp.el (tramp-handle-file-attributes-with-ls)
17366         (tramp-do-file-attributes-with-perl)
17367         (tramp-do-file-attributes-with-stat): Rename from
17368         `tramp-handle-file-attributes-with-*'.
17369         (tramp-handle-file-attributes): Use them.
17370         (tramp-do-directory-files-and-attributes-with-perl)
17371         (tramp-do-directory-files-and-attributes-with-stat): Rename from
17372         `tramp-handle-directory-files-and-attributes-with-*'.
17373         (tramp-handle-directory-files-and-attributes): Use them.
17374         (tramp-method-out-of-band-p): Additional parameter SIZE.
17375         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
17376         (tramp-handle-write-region): Use it.
17377         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
17378         (tramp-handle-vc-registered): Check, whether the first run did
17379         return files to be tested.
17380         (tramp-advice-make-auto-save-file-name): Do not call directly
17381         `tramp-handle-make-auto-save-file-name', because this would bypass
17382         the locking mechanism.
17384         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
17385         (file-remote-p, process-file, start-file-process, set-file-times)
17386         (tramp-compat-file-attributes): Compatibility functions shall not
17387         call directly `tramp-handle-*', because this would bypass the
17388         locking mechanism.
17389         (tramp-compat-number-sequence): New defun.
17391 2009-09-02  Glenn Morris  <rgm@gnu.org>
17393         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
17394         alias for float-time.
17395         (time-to-number-of-days): In Emacs, use float-time.
17396         * net/newst-backend.el (time-add): Suppress warnings from compat
17397         function.
17398         * time.el (emacs-uptime, emacs-init-time):
17399         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
17400         Use float-time rather than time-to-seconds.
17402         * minibuffer.el (completion-initials-expand): Fix typo.
17404         * faces.el (modeline, modeline-inactive, modeline-highlight)
17405         (modeline-buffer-id):
17406         * info.el (info-menu-5): Mark these face aliases as obsolete.
17408 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
17410         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
17411         space ...
17412         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
17413         no "--thread" option.
17414         (gdb-stopped): Don't print "Switched to thread" message when it is
17415         unchanged.
17417 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17419         * minibuffer.el (completion-try-completion)
17420         (completion-all-completions): Remove ill-defined (and
17421         mistakenly installed and luckily never used nor documented)
17422         `completion-styles' property.
17423         (completion-initials-expand, completion-initials-all-completions)
17424         (completion-initials-try-completion): New functions.
17425         (completion-styles-alist): Add doc to each entry.
17426         Add new `initials' entry.
17428 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
17430         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
17431         MI command -var-evaluate-expression.
17432         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
17433         and tweak for case of string child.
17434         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
17436 2009-09-01  Glenn Morris  <rgm@gnu.org>
17438         * add-log.el (change-log-date-face, change-log-name-face)
17439         (change-log-email-face, change-log-file-face, change-log-list-face)
17440         (change-log-conditionals-face, change-log-function-face)
17441         (change-log-acknowledgement-face):
17442         * cus-edit.el (custom-invalid-face, custom-rogue-face)
17443         (custom-modified-face, custom-set-face, custom-changed-face)
17444         (custom-saved-face, custom-button-face, custom-button-pressed-face)
17445         (custom-documentation-face, custom-state-face, custom-comment-face)
17446         (custom-comment-tag-face, custom-variable-tag-face)
17447         (custom-variable-button-face, custom-face-tag-face)
17448         (custom-group-tag-face-1, custom-group-tag-face):
17449         * diff-mode.el (diff-header-face, diff-file-header-face)
17450         (diff-index-face, diff-hunk-header-face, diff-removed-face)
17451         (diff-added-face, diff-changed-face, diff-function-face)
17452         (diff-context-face, diff-nonexistent-face):
17453         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17454         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
17455         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17456         (Info-title-4-face):
17457         * isearch.el (isearch-lazy-highlight-face):
17458         * log-view.el (log-view-file-face, log-view-message-face):
17459         * paren.el (show-paren-match-face, show-paren-mismatch-face):
17460         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17461         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17462         (cvs-msg-face):
17463         * smerge-mode.el (smerge-mine-face, smerge-other-face)
17464         (smerge-base-face, smerge-markers-face):
17465         * wid-edit.el (widget-documentation-face, widget-button-face)
17466         (widget-field-face, widget-single-line-field-face)
17467         (widget-inactive-face, widget-button-pressed-face):
17468         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
17469         (woman-addition-face):
17470         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
17471         (eshell-ls-executable-face, eshell-ls-readonly-face)
17472         (eshell-ls-unreadable-face, eshell-ls-special-face)
17473         (eshell-ls-missing-face, eshell-ls-archive-face)
17474         (eshell-ls-backup-face, eshell-ls-product-face)
17475         (eshell-ls-clutter-face):
17476         * eshell/em-prompt.el (eshell-prompt-face):
17477         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
17478         * obsolete/old-whitespace.el (whitespace-highlight-face):
17479         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
17480         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
17481         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
17482         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
17483         (antlr-font-lock-literal-face):
17484         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17485         (ebrowse-root-class-face, ebrowse-file-name-face)
17486         (ebrowse-default-face, ebrowse-member-attribute-face)
17487         (ebrowse-member-class-face, ebrowse-progress-face):
17488         * progmodes/make-mode.el (makefile-space-face):
17489         * progmodes/sh-script.el (sh-heredoc-face):
17490         * textmodes/flyspell.el (flyspell-incorrect-face)
17491         (flyspell-duplicate-face):
17492         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
17493         * textmodes/texinfo.el (texinfo-heading-face):
17494         Mark face aliases with "-face" suffix as obsolete.
17496         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
17497         compiler.
17499         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
17500         (eudc-bob-sound-menu): Use defvar rather than defconst, since
17501         easy-menu-define wants to modify these.
17503         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
17505         * net/browse-url.el (browse-url-file-url):
17506         * term/internal.el (dos-codepage-setup):
17507         Use default-value rather than default-enable-multibyte-characters.
17509         * progmodes/etags.el (etags-goto-tag-location):
17510         * progmodes/flymake.el (flymake-highlight-line)
17511         (flymake-goto-file-and-line, flymake-goto-line):
17512         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
17513         (gdb-goto-breakpoint):
17514         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17515         * progmodes/python.el (python-find-function)
17516         (python-pdbtrack-track-stack-file):
17517         * progmodes/verilog-mode.el (verilog-surelint-off):
17518         * term/ns-win.el (ns-open-file-select-line):
17519         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
17520         Use forward-line rather than goto-line.
17522         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
17523         * textmodes/reftex-index.el (reftex-display-index):
17524         * textmodes/reftex-ref.el (reftex-offer-label-menu):
17525         * textmodes/reftex-toc.el (reftex-toc):
17526         Remove unnecessary bindings of default-major-mode (all are followed by
17527         major-mode check and possible mode switch).
17529 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
17531         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
17532         Handle watchpoints (bug#4282).
17533         (def-gdb-thread-buffer-command): Enable thread to be selected by
17534         clicking without selecting threads buffer first.
17535         (gdb-current-context-command): Use selected frame so that "up",
17536         "down" etc work in the GUD buffer.
17537         (gdb-update): Find selected frame before rendering stack buffer.
17538         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
17540 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17542         * progmodes/sym-comp.el (displayed-completions): Remove.
17543         (symbol-complete): Use minibuffer-complete.
17545 2009-08-31  Glenn Morris  <rgm@gnu.org>
17547         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
17549         * apropos.el (apropos-symbols-internal):
17550         Handle (obsolete) face aliases.
17552         * faces.el (describe-face): Adjust the output format to be more like
17553         describe-variable, and to mention (obsolete) face aliases.
17554         Adjust the whitespace so that help-setup-xref works.
17556         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
17557         * calendar/diary-lib.el (diary-button-face):
17558         Mark these face aliases as obsolete.
17560         * calendar/calendar.el (calendar-today): Doc fix.
17562 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
17564         * progmodes/gdb-mi.el (gdb-control-all-threads)
17565         (gdb-control-current-thread): Force tool bar update.
17566         (gdb-non-stop-handler): New function.
17567         (gdb-init-1): Use it to test if non-stop mode is supported.
17568         Remove unused gdbmi buffer type.
17570 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
17572         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
17573         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
17575 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
17577         * comint.el (comint-exec-1): Check command is non-null first.
17578         Part of gdb-mi.el change (2009-08-28).
17580 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17582         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
17584 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
17586         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
17587         instead of `dolist' to avoid a recursive require when bootstrapping.
17589 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17591         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
17593         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
17595         * net/imap.el (imap-send-command): Simplify.
17596         (imap-wait-for-tag): point-max -> buffer-size.
17598         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
17600         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
17601         with constant argument.
17603         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
17605         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
17607         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
17608         Change default, since most of our files don't have a history.
17609         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
17610         the user.
17612         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17613         Add comint-run.
17615         * calc/calc.el: Improve commenting convention.
17616         (calc-digit-map, toplevel): Simplify.
17618         * comint.el (comint-insert-input): Be careful to only set point if we
17619         don't delegate to some other command.
17621         * proced.el (proced-signal-list): Make it an alist.
17622         (proced-grammar-alist): Capitalize names.
17623         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
17624         Disable undo manually and make it read-only.
17625         Use completion-annotate-function.
17627         * minibuffer.el (minibuffer-message): If the current buffer is not
17628         a minibuffer, insert the message in the echo area rather than at the
17629         end of the buffer.
17630         (completion-annotate-function): New variable.
17631         (minibuffer-completion-help): Use it.
17632         (completion--embedded-envvar-table): Environment vars are
17633         always case-sensitive.
17635 2009-08-30  Glenn Morris  <rgm@gnu.org>
17637         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
17638         from fortran-current-defun.
17639         (fortran-beginning-of-subprogram): Be more precise about finding the
17640         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
17641         (fortran-end-of-subprogram): Simplify.
17642         (fortran-current-defun): Use fortran-start-prog-re.
17644 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
17646         * subr.el (do-after-load-evaluation): Simplify.
17648 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
17650         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
17652         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
17653         (vc-rcs-print-log): Use it.
17655         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
17657 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17659         * paths.el (abbrev-file-name): Move to abbrev.el.
17660         * abbrev.el (abbrev-file-name): Move from paths.el.
17661         Obey user-emacs-directory.
17662         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
17663         user-emacs-directory.
17664         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
17665         abbrev-file-name and calc-settings-file any more.
17666         * startup.el (command-line): Recompute abbrev-file-name and
17667         abbreviated-home-dir.
17668         (normal-no-mouse-startup-screen): Improve the generic code and get rid
17669         of the special code for when C-h bindings haven't been changed.
17670         (display-startup-echo-area-message): Use with-current-buffer.
17671         (command-line-1): Use a list of strings, rather than a list of lists
17672         of strings for longopts.
17674         * files.el (get-free-disk-space): Use / for default-directory.
17676         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
17677         Use with-current-buffer.
17679         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
17680         Recognize immutable variables like most-positive-fixnum.
17681         (byte-compile-setq-default): Check and warn if trying to assign
17682         to an immutable variable, or a non-variable.
17684         * progmodes/cc-vars.el (c-comment-continuation-stars):
17685         * progmodes/cc-engine.el (c-looking-at-bos):
17686         * progmodes/cc-cmds.el (c-toggle-auto-state)
17687         (c-forward-into-nomenclature, c-backward-into-nomenclature)
17688         (c-comment-line-break-function): Add version of obsolescence.
17690 2009-08-28  Juri Linkov  <juri@jurta.org>
17692         * files.el (magic-fallback-mode-alist): Add ZIP magic number
17693         associated with `archive-mode'.
17695         * image.el (image-type-header-regexps): Use only JPEG magic number
17696         to determine JPEG images, and don't use `image-jpeg-p' because
17697         Emacs can display non-JFIF non-Exif JPEG images.
17699 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
17701         * arc-mode.el (archive-mode):
17702         * emacs-lisp/re-builder.el (re-builder-unload-function):
17703         Protect against the default value of `major-mode' being nil.
17705 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
17707         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
17708         Fix typos in docstrings.
17710         * progmodes/js.el (js--macro-decl-re): Doc fix.
17711         (js--plain-method-re, js--split-name): Refloc docstring.
17712         (js--class-styles, js--make-merged-item, js--splice-into-items):
17713         Fix typos in docstrings; reflow docstrings.
17714         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
17715         (js--variable-decl-matcher, js--inside-pitem-p)
17716         (js--parse-state-at-point, js--get-all-known-symbols)
17717         (js--symbol-history, js-find-symbol, js--js-references)
17718         (js--moz-interactor, js--js-encode-value, js--read-tab):
17719         Fix typos in docstrings.
17721 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17723         * textmodes/reftex.el (reftex-get-file-buffer-force):
17724         * progmodes/verilog-mode.el (verilog-batch-execute-func):
17725         * emulation/viper.el (viper-go-away, viper-set-hooks):
17726         * emacs-lisp/re-builder.el (re-builder-unload-function):
17727         * emacs-lisp/bytecomp.el (byte-compile-file):
17728         * ses.el (ses-unload-function):
17729         * hexl.el (hexl-find-file):
17730         * files.el (normal-mode):
17731         * ehelp.el (with-electric-help):
17732         * autoinsert.el (auto-insert-alist):
17733         * arc-mode.el (archive-mode):
17734         Use (default-value 'major-mode) instead of default-major-mode.
17736         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
17737         * international/mule.el (load-with-code-conversion):
17738         * emacs-lisp/debug.el (debug):
17739         * ediff-vers.el (ediff-rcs-get-output-buffer):
17740         * dired.el (dired-internal-noselect): Don't let-bind
17741         default-major-mode around code that doesn't use it.
17742         E.g. buffer creation via get-buffer-create doesn't use it.
17744 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
17746         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
17747         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
17748         when writing the temp file.  Otherwise, epa-file gets confused.
17749         (tramp-register-file-name-handlers): Make it a defun.  Move also
17750         `epa-file-handler' to the front of `file-name-handler-alist'.
17752 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17754         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
17755         start right after a ^M.
17756         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
17757         (tramp-completion-file-name-regexp-separate)
17758         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
17759         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
17760         Don't modify last-coding-system-used by accident.
17761         (tramp-completion-file-name-handler): Apply the checks here,
17762         instead during registration.
17763         (tramp-register-file-name-handlers): Rename from
17764         `tramp-register-file-name-handler'.  Register both
17765         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
17766         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
17768 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
17770         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
17771         Remove variable ...
17772         (gdb-init-1, gdb-display-separate-io-buffer)
17773         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
17774         references to it.
17775         (gdb-inferior-io-mode): Use make-comint-in-buffer.
17776         (gdb-inferior-filter): Use comint-output-filter to stop
17777         echoing and remove ^M characters.
17779 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17781         * emulation/viper-init.el (viper-restore-cursor-type):
17782         * emulation/cua-base.el (cua--update-indications):
17783         Replace default-cursor-type with (default-value 'cursor-type).
17785         * mail/sendmail.el (mail-recover-1):
17786         * international/mule-diag.el (describe-current-coding-system-briefly)
17787         (describe-current-coding-system):
17788         * international/mule-cmds.el (select-safe-coding-system)
17789         (select-message-coding-system)
17790         (set-language-environment-coding-systems, set-locale-environment):
17791         * hexl.el (hexl-insert-multibyte-char):
17792         * dos-w32.el (find-buffer-file-type-coding-system):
17793         * simple.el (what-cursor-position):
17794         Replace uses of default-buffer-file-coding-system
17795         with (default-value 'buffer-file-coding-system).
17797         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
17798         Replace uses of default-cursor-in-non-selected-windows
17799         with (default-value 'cursor-in-non-selected-windows).
17800         Use with-current-buffer.
17802         * mail/feedmail.el: Use CL macros.
17803         (feedmail-run-the-queue, feedmail-send-it-immediately):
17804         * dos-w32.el (find-buffer-file-type): Replace uses of
17805         default-buffer-file-type with (default-value 'buffer-file-type).
17807 2009-08-28  Glenn Morris  <rgm@gnu.org>
17809         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
17810         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
17811         Use default-value of major-mode rather than default-major-mode.
17813 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17815         * Makefile.in (update-elcfiles): Report left over elc files.
17817         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
17818         expand-file-name and with-current-buffer.
17819         (mail-get-names, mail-directory): Use with-current-buffer.
17821         * vc.el (vc-read-revision): New function.
17822         (vc-version-diff, vc-merge): Use it.
17824 2009-08-27  Sam Steingold  <sds@gnu.org>
17826         * simple.el (kill-do-not-save-duplicates): New user option.
17827         (kill-new): When it is non-nil, and the new string is the same as
17828         the latest kill, set replace to t to avoid duplicates in kill-ring.
17830 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
17832         * net/tramp.el (tramp-handle-process-file): Do not flush all
17833         caches when `process-file-side-effects' is set.
17834         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17835         instead of `tramp-find-file-exists-command'.
17836         Unset `process-file-side-effects'.
17838 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
17840         * net/tramp.el (tramp-methods): New method "rsyncc".
17841         (top): Add completion function for "rsyncc".
17842         (tramp-message-show-message): New defvar.
17843         (tramp-message, tramp-error): Use it.
17844         (tramp-do-copy-or-rename-file-directly): Extend check for direct
17845         remote copying.
17846         (tramp-do-copy-or-rename-file-out-of-band): Handle new
17847         `tramp-methods' entry `copy-env' of "rsyncc".
17848         (tramp-vc-registered-read-file-names): New defconst.
17849         (tramp-vc-registered-file-names): New defvar.
17850         (tramp-handle-vc-registered): Implement optimization strategy.
17851         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
17852         (tramp-vc-file-name-handler): New defun.
17853         (tramp-get-ls-command, tramp-get-test-command)
17854         (tramp-get-file-exists-command, tramp-get-remote-ln)
17855         (tramp-get-remote-perl, tramp-get-remote-stat)
17856         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
17858         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
17859         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
17860         timestamps.
17861         (tramp-get-file-property): Check for timestamps in
17862         `tramp-cache-inhibit-cache'.
17863         (tramp-set-file-property): Write timestamp.
17865 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17867         * language/japan-util.el (japanese-symbol-table): Add entries for
17868         cp932-2-byte.
17870         * international/characters.el: Add category `j' to cp932-2-byte.
17872 2009-08-27  Kenichi Handa  <handa@m17n.org>
17874         * international/fontset.el (build-default-fontset-data): New macro.
17875         (setup-default-fontset): Use build-default-fontset-data for CJK,
17876         tibetan, ethiopic, and ipa.
17878 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17880         * cus-start.el (default-major-mode): Customize `major-mode' instead.
17881         (enable-multibyte-characters): Not customizable any more.
17883         * subr.el (default-mode-line-format, default-header-line-format)
17884         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
17885         (default-direction-reversed, default-truncate-lines)
17886         (default-left-margin, default-tab-width, default-case-fold-search)
17887         (default-left-margin-width, default-right-margin-width)
17888         (default-left-fringe-width, default-right-fringe-width)
17889         (default-fringes-outside-margins, default-scroll-bar-width)
17890         (default-vertical-scroll-bar, default-indicate-empty-lines)
17891         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
17892         (default-fringe-cursor-alist, default-scroll-up-aggressively)
17893         (default-scroll-down-aggressively, default-fill-column)
17894         (default-cursor-type, default-buffer-file-type)
17895         (default-cursor-in-non-selected-windows)
17896         (default-buffer-file-coding-system, default-major-mode)
17897         (default-enable-multibyte-characters): Mark as obsolete.
17899 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
17901         * vc-dir.el (vc-dir-update): Remove debug helper.
17903         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
17905 2009-08-26  Sam Steingold  <sds@gnu.org>
17907         * simple.el (save-interprogram-paste-before-kill): New user option.
17908         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
17909         save the interprogram-paste into kill-ring before overriding it
17910         with the Emacs kill.
17912 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
17914         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
17915         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
17916         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
17917         and move to vc-rcs.el.
17918         (vc-default-next-revision): Rename to vc-rcs-next-revision and
17919         move to vc-rcs.el.
17920         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
17921         (vc-rcs-update-changelog): Remove.
17922         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
17923         and move to vc-rcs.el.
17925         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
17926         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
17927         renaming.
17928         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
17929         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
17930         vc.el, renamed to be RCS specific.
17932         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
17933         New functions.
17934         (vc-cvs-update-changelog): Move here from vc.el.
17936         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
17937         New functions.
17939 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17941         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
17943 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
17945         * vc-git.el (vc-git-register): Use "git add" for directories.
17946         (vc-git-stash, vc-git-stash-show): New functions.
17947         (vc-git-extra-menu-map): Bind them.
17949         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
17950         directory correctly in case the item is a directory itself.
17952         * vc.el: Document the desired behavior for reverted files in the
17953         `added' state.
17954         (vc-default-prettify-state-info): Remove function, unused.
17956         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
17958 2009-08-26  Glenn Morris  <rgm@gnu.org>
17960         * bindings.el (standard-mode-line-format): Reposition dashes in
17961         which-func entry.  (Bug#4217)
17963         * files.el (enable-local-variables, enable-local-eval)
17964         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
17965         the defcustoms.
17966         (auto-mode-alist, ignored-local-variables)
17967         (save-some-buffers-action-alist): Move risky declarations to the
17968         definitions.
17969         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
17970         (font-lock-defaults, format-alist, imenu--index-alist)
17971         (imenu-generic-expression, input-method-alist, minor-mode-alist)
17972         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
17973         (mode-line-modified, mode-line-mule-info, mode-line-position)
17974         (mode-line-process, mode-line-remote, outline-level)
17975         (parse-time-rules, rmail-output-file-alist)
17976         (special-display-buffer-names, vc-mode):
17977         Move risky declarations to the relevant files.
17978         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
17979         (mode-line-modified, mode-line-process, mode-line-position)
17980         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
17981         * font-core.el (font-lock-defaults):
17982         * format.el (format-alist):
17983         * vc-hooks.el (vc-mode):
17984         * window.el (special-display-buffer-names):
17985         * international/mule-cmds.el (input-method-alist):
17986         Define riskiness here (dumped file) rather than in files.el.
17987         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
17988         * imenu.el (imenu-generic-expression, imenu--index-alist):
17989         * outline.el (outline-level):
17990         * time.el (display-time-string):
17991         * calendar/parse-time.el (parse-time-rules):
17992         * mail/rmailout.el (rmail-output-file-alist):
17993         Autoload riskiness here, rather than placing in files.el.
17995 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
17997         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
17999 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
18001         * simple.el (process-file-side-effects): New defvar.
18003         * dired-aux.el (dired-show-file-type):
18004         * vc.el (vc-diff-internal):
18005         * vc-arch.el (vc-arch-diff):
18006         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
18007         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
18008         * vc-git.el (vc-git-registered, vc-git-working-revision)
18009         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
18010         (vc-git--empty-db-p):
18011         * vc-hooks.el (vc-user-login-name):
18012         * vc-svn.el (vc-svn-registered, vc-svn-state)
18013         (vc-svn-dir-extra-headers, vc-svn-find-revision):
18014         * progmodes/grep.el (grep-probe): Let-bind
18015         `process-file-side-effects' with nil.
18017         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
18019         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
18020         daemon.  Replace ping by checking for running service for bluez
18021         and zeroconf.  (Bug#4239)
18023 2009-08-25  Kevin Ryde  <user42@zip.com.au>
18025         * net/dig.el (dig): Add autoload cookie.
18027 2009-08-25  Glenn Morris  <rgm@gnu.org>
18029         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
18030         load-history for absolute file-names.
18031         (byte-compile-file-form-require): Warn about use of the cl package.
18033         * format.el (format-alist): Doc fix.
18035         * play/bubbles.el (top-level): Don't require cl at run-time.
18037         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
18038         run-time cl).
18040 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
18042         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
18043         from cl package.
18044         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
18046 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
18048         * calc/calc-alg.el (math-trig-rewrite)
18049         (math-hyperbolic-trig-rewrite): New functions.
18050         (calc-simplify): Simplify trig functions when asked.
18052 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18054         * diff-mode.el (diff-find-source-location): Avoid goto-line.
18056 2009-08-24  Kenichi Handa  <handa@m17n.org>
18058         * language/ind-util.el (mapthread): Delete it.
18059         (combinatorial): New function.
18060         (indian--puthash-cv): Use combinatorial instead of mapthread.
18062 2009-08-22  Kevin Ryde  <user42@zip.com.au>
18064         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
18065         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
18066         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
18067         Clarify docstring that the value is strings not symbols.
18068         (checkdoc-list-of-strings-p): New function.
18070 2009-08-22  Glenn Morris  <rgm@gnu.org>
18072         * files.el (auto-mode-alist):
18073         * hippie-exp.el (he-concat-directory-file-name):
18074         * lpr.el (lpr-windows-system, printer-name):
18075         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
18076         * ps-print.el (ps-windows-system):
18077         * startup.el (command-line):
18078         * emulation/viper-ex.el (viper-glob-function):
18079         * international/mule-cmds.el (set-language-environment-coding-systems):
18080         * net/ange-ftp.el (ange-ftp-write-region):
18081         * obsolete/fast-lock.el (fast-lock-cache-name):
18082         Remove code for defunct system-types emx, macos, mswindows, next-mach,
18083         unisoft-unix, vax-vms, win32, w32.
18085         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
18086         given name if the pattern is not more specific.
18088         * calendar/lunar.el (lunar-phase-names): New option.
18089         (lunar-phase): Doc fix.
18090         (lunar-cycles-per-year): New constant.
18091         (lunar-index): New function.
18092         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
18093         (lunar-phase-name): Use lunar-phase-names.
18094         (calendar-lunar-phases): Use format.
18095         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
18097         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
18098         Copy imenu-example--name-and-position function here for own use.
18099         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
18101         * bs.el (bs--redisplay):
18102         * cus-edit.el (custom-redraw):
18103         * ibuffer.el (ibuffer-bury-buffer):
18104         * server.el (server-goto-line-column):
18105         * startup.el (command-line-1):
18106         * strokes.el (strokes-xpm-for-stroke):
18107         * term.el (term-display-buffer-line):
18108         * view.el (View-goto-line):
18109         * calc/calc.el (calc-do, calc-trail-buffer):
18110         * play/gamegrid.el (gamegrid-add-score-insecure):
18111         * progmodes/ada-mode.el (ada-compile-goto-error):
18112         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
18113         (ebrowse-select-1st-to-9nth):
18114         * progmodes/cperl-mode.el (cperl-time-fontification):
18115         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
18116         * progmodes/gud.el (gud-display-line):
18117         (idlwave-shell-display-line):
18118         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
18119         * progmodes/make-mode.el (makefile-browser-toggle):
18120         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
18121         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
18122         * textmodes/picture.el (picture-draw-rectangle):
18123         * textmodes/reftex-index.el (reftex-index-goto-letter):
18124         (reftex-select-jump-to-previous):
18125         * textmodes/reftex-sel.el (reftex-find-start-point)
18126         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
18127         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
18128         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
18129         * textmodes/tex-mode.el (tex-compilation-parse-errors):
18130         * textmodes/two-column.el (2C-associated-buffer):
18131         Use forward-line rather than goto-line.
18133         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
18134         goto-line.
18136         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
18137         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
18138         (quick-check-list-to-regexp): Declare.
18140         * progmodes/make-mode.el (makefile-browser-insert-selection):
18141         Use goto-char rather than goto-line.
18143         * progmodes/prolog.el (compilation-error-regexp-alist)
18144         (compilation-forget-errors): Declare.
18146 2009-08-22  Juri Linkov  <juri@jurta.org>
18148         * progmodes/grep.el (lgrep, rgrep): At the beginning
18149         set `dir' to `default-directory' unless `dir' is a non-nil
18150         readable directory.  (Bug#4052)
18151         (lgrep, rgrep): Change a weird way to report an error
18152         from using `read-string' to using `error'.
18153         Instead of using interactive arguments in the function body,
18154         add new argument `confirm'.
18156 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18158         * textmodes/remember.el (remember-buffer):
18159         * progmodes/cperl-mode.el (cperl-vc-header-alist):
18160         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
18161         (icalendar-extract-ical-from-buffer):
18162         * net/newst-treeview.el (newsticker-groups-filename):
18163         * net/newst-backend.el (newsticker-cache-filename):
18164         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
18165         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
18166         (speedbar-add-ignored-path-regexp, speedbar-line-path)
18167         (speedbar-buffers-line-path, speedbar-path-line)
18168         (speedbar-buffers-line-path):
18169         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
18170         (epg-sign-keys):
18171         * epa.el (epa-display-verify-result):
18172         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
18174 2009-08-21  Glenn Morris  <rgm@gnu.org>
18176         * progmodes/js.el (inferior-moz-process): Fix declaration.
18178         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
18180         * obsolete/rnewspost.el (news-mail-reply):
18181         Use goto-char rather than goto-line.
18183         * term/ns-win.el (ns-open-file-select-line):
18184         Use line-beginning-position rather than goto-line.
18186         * apropos.el (apropos-command):
18187         * ehelp.el (electric-helpify):
18188         * printing.el (pr-show-setup):
18189         * strokes.el (strokes-help):
18190         * tutorial.el (tutorial--describe-nonstandard-key)
18191         (tutorial--detailed-help):
18192         * woman.el (woman-mini-help, woman-display-extended-fonts):
18193         * calc/calc-help.el (calc-describe-key):
18194         * emulation/edt.el (edt-electric-helpify):
18195         * international/mule-diag.el (mule-diag):
18196         * play/yow.el (apropos-zippy):
18197         * progmodes/python.el (python-describe-symbol):
18198         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
18199         * textmodes/table.el (*table--cell-describe-mode)
18200         (*table--cell-describe-bindings):
18201         Use help-print-return-message rather than the now obsolete alias.
18203         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
18204         (calendar-cursor-to-visible-date):
18205         * play/5x5.el (5x5-position-cursor):
18206         * play/decipher.el (decipher):
18207         * play/gomoku.el (gomoku-goto-xy):
18208         * play/landmark.el (lm-goto-xy):
18209         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
18210         (mpuz-paint-digit):
18211         Use forward-line, not goto-line.
18213         * mail/rmail.el (rmail-obsolete): Delete custom group.
18214         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
18215         (rmail-remote-password, rmail-remote-password-required):
18216         Remove unneeded :set-after and :set properties.
18218 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
18220         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
18222 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
18224         * loadup.el: Remove leftover macos code.
18226         * vc-git.el (vc-git-annotate-command): Run asynchronously.
18227         Explicitly pass the date format to git blame so that user local
18228         so that the output format can be parsed.
18230 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
18232         * net/dbus.el (top): Don't check for (getenv
18233         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
18235 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
18237         * log-edit.el (log-edit-strip-single-file-name): New var.
18238         (log-edit-insert-changelog): Use it.  Bug#3571
18240 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18242         * subr.el (read-passwd): Use read-key so keypad keys work as well.
18243         Bug#3287
18245         * help.el (help-print-return-message): Rename from
18246         print-help-return-message.
18248         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
18249         cvs-mode-map parent hack.
18250         (log-view-mode): Derive from special-mode.
18252         * linum.el (linum-mode): window-size-change-functions is redundant.
18253         Adapt to new window-configuration-change-hook behavior.
18254         (linum-after-size, linum-after-config): Remove.
18256         * imenu.el (imenu-example--name-and-position)
18257         (imenu-example--lisp-extract-index-name)
18258         (imenu-example--create-lisp-index, imenu-example--create-c-index):
18259         Mark as obsolete.
18261         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
18262         (inferior-prolog-mode): Use it.
18263         (inferior-prolog-load-file): Reset list of errors.
18265 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18267         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
18269         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
18271 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
18273         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
18274         is running already.
18276 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18278         * subr.el (listify-key-sequence-1): Use normal syntax since those
18279         integers are nowadays always represented by the same (positive) number
18280         on all platforms.
18281         (read-key-empty-map): New const.
18282         (read-key-delay): New var.
18283         (read-key): New function.
18284         (force-mode-line-update): Use with-current-buffer.
18285         (locate-user-emacs-file): Don't forget to abbreviate the file name.
18286         (start-process-shell-command, start-file-process-shell-command):
18287         Discourage the use of command-args.
18289 2009-08-19  Glenn Morris  <rgm@gnu.org>
18291         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
18293 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18295         * simple.el (choose-completion-string): Don't rely on
18296         minibuffer-completing-file-name and ad-hoc checks to decide whether
18297         to continue completion or not.
18299         * minibuffer.el (minibuffer-hide-completions): New function.
18300         (completion--do-completion): Use it.
18301         (completions-annotations): New face.
18302         (completion--insert-strings): Use it.
18303         (completion-pcm--delim-wild-regex): Add docstring.
18304         (completion-pcm--string->pattern): Add support for 0-width delimiters
18305         in completion-pcm--delim-wild-regex.
18307 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18309         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
18310         Remove unused var `buffer-modified-p'.
18312         * minibuffer.el (completion--do-completion): Move point for the #b001
18313         case as well (bug#4176).
18314         (minibuffer-complete, minibuffer-complete-word): Don't move point.
18316 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
18318         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
18319         and :session buses.
18321 2009-08-18  Kenichi Handa  <handa@m17n.org>
18323         * international/ucs-normalize.el (ucs-normalize-version):
18324         Change to 1.1.
18325         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
18326         (utf-8-hfs): Make it perform normalization on encoding too.
18328         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
18329         (sentence-end-without-space): Delete duplicated chars.
18330         (sentence-end-base): Likewise.
18332         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
18333         (html-mode): Delete duplicated chars from sentence-end-base.
18335         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
18336         (texinfo-mode): Delete duplicated chars from sentence-end-base.
18338 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
18340         * files.el (hack-one-local-variable): If the mode function is for
18341         a minor mode, pass it an argument (Bug#4148).
18343 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
18345         * net/tramp.el (tramp-register-completion-file-name-handler):
18346         Check also for (member 'partial-completion completion-styles).
18348 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
18350         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
18351         abbrev (Bug#3943).
18353 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
18355         * progmodes/cperl-mode.el: Merge upstream 6.2.
18356         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
18357         (cperl-forward-re): Check cperl-brace-recursing.
18358         (cperl-highlight-charclass): New function.
18359         (cperl-find-pods-heres): Use it.
18360         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
18361         (cperl-beautify-regexp-piece): Fix column calculation.
18362         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
18363         (cperl-beautify-level): Don't process entire regexp.
18364         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
18365         calling man.
18366         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
18367         (cperl-init-faces): Build a list in the normal way.
18369 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
18371         * calendar/parse-time.el (parse-time-string-chars): Save match
18372         data.
18374 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18376         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
18377         (sql-product): Use it.
18378         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
18379         (sql-set-product): Add completion.
18380         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
18381         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
18382         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
18383         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
18384         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
18385         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
18386         (sql-highlight-db2-keywords): Remove.
18387         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
18388         (sql-highlight-product): Use derived-mode-p.
18389         (sql-set-sqli-buffer): Use with-current-buffer.
18390         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
18391         Simplify.
18393         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
18395         * term.el: Fix commenting convention, turn comments into docstrings.
18397 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
18399         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
18401 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
18403         * calendar/parse-time.el (parse-time-string-chars): Compute using
18404         character classes, to handle non-ascii characters (Bug#3190).
18406 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
18408         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
18409         another heredoc if the user adds another < (Bug#3226).
18411         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18412         Don't initialize based on window-system (Bug#4124).
18414         * facemenu.el (facemenu-read-color): Use a completion function
18415         that accepts any defined color, such as RGB triplets (Bug#3677).
18417         * files.el (get-free-disk-space): Change fallback default
18418         directory to /.  Expand DIR argument before switching to fallback.
18419         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
18421 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
18423         * files.el (load-library): Doc fix.
18425 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
18427         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
18428         (viper-if-string): Redefine C-s in the minibuffer to insert the last
18429         incremental search string.
18431         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
18432         XEmacs.
18434         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
18435         (ediff-merge-region-is-non-clash)
18436         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
18437         Also check if the job is really a merge job.
18439         * ediff.el (ediff-current-file): New function.
18441 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
18443         * progmodes/js.el: Edit docstrings throughout to follow Emacs
18444         conventions.
18445         (js-insert-and-indent): Delete function.
18446         (js-mode-map): Don't bind keys to js-insert-and-indent.
18447         (js-beginning-of-defun): Rename from js--beginning-of-defun.
18448         (js-end-of-defun): Rename from js--end-of-defun.
18449         (js-auto-indent-flag): Delete variable.
18451 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
18453         * progmodes/js.el: Remove proclaim statement.
18454         Defvar which-func-imenu-joiner-function to silence compiler.
18456         * files.el (auto-mode-alist): Use js-mode for .js files.
18458         * progmodes/js2-mode.el: Remove file.
18460         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
18462         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
18464         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
18466 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
18467             Karl Landstrom  <karl.landstrom@brgeight.se>
18469         * progmodes/js.el: New file.
18471 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
18473         * timezone.el (timezone-parse-date): Add ability to understand ISO
18474         basic format (minimal separators) dates in addition to the
18475         already-supported extended format dates.
18477 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
18479         * international/ucs-normalize.el: Add a `coding' file variable.
18481         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
18483 2009-08-14  Sam Steingold  <sds@gnu.org>
18485         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
18487 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
18489         * faces.el (help-argument-name): Define it here instead of
18490         help-fns.el, because in daemon mode help-fns.el may be loaded when
18491         faces are still uninitialized (Bug#1078).
18493         * help-fns.el (help-argument-name): Move defface to faces.el.
18495 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
18497         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
18498         create buffer with a pty but no process so that GDB can make the
18499         inferior the controlling process.
18501 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
18503         * international/ucs-normalize.el: New file.
18505 2009-08-13  Richard Stallman  <rms@gnu.org>
18507         * mail/rmail.el (rmail-get-attr-names):
18508         Accept an attribute header that is too short.
18510         * mail/rmail.el (rmail-forget-messages):
18511         Ignore nil elt in rmail-message-vector.  Use dotimes.
18513         * progmodes/compile.el (compilation-goto-locus):
18514         Use next-error-move-function.
18516         * simple.el (next-error-move-function): New variable.
18518 2009-08-12  Juri Linkov  <juri@jurta.org>
18520         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
18521         always non-nil.  (Bug#4052)
18523         * replace.el (read-regexp): Return empty string when
18524         `default-value' is nil.
18525         (keep-lines-read-args): Don't use empty string as the
18526         default value for `read-regexp'.  (Bug#2495)
18528 2009-08-12  Juri Linkov  <juri@jurta.org>
18530         * international/mule-cmds.el (ucs-insert): Change arguments
18531         from `arg' to `character', `count', `inherit' to be the same
18532         as in `insert-char'.  Doc fix.  (Bug#4039)
18534         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
18536 2009-08-12  Juri Linkov  <juri@jurta.org>
18538         * files-x.el: New file.
18540         * files.el: Move code that deals with adding/deleting
18541         file/directory-local variables to files-x.el.
18543         * Makefile.in (ELCFILES): Add files-x.elc.
18545 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
18547         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
18548         to use `goto-line'.
18549         (gdb-place-breakpoints, gdb-get-location): Rewritten without
18550         `goto-line'.
18551         (gdb-invalidate-disassembly): Do not refresh upon receiving
18552         'update signal.  Instead, update all disassembly buffers only after
18553         threads list.
18554         (gdb): Send -target-detach when buffer is killed (Bug#3794).
18555         (gdb-starting): Move -data-list-register-names...
18556         (gdb-stopped): ...here so it's sent when first thread stops.
18557         (gdb-registers-handler-custom): Do nothing if register names are
18558         unknown yet.
18560         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
18561         from `gdb-mi.el' to avoid extra tangling.
18563         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
18564         change which breaks `gud-def' definitions used in `gdb'.
18565         (gdb-update-gud-running): No extra fuss for updating frame number.
18567 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18569         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
18570         (describe-language-environment-map, setup-language-environment-map)
18571         (set-coding-system-map): Move initialization into declaration.
18572         (set-language-info-alist): Last arg to define-key-after can be skipped.
18574         * international/quail.el (quail-completion-1): Simplify.
18575         (quail-define-rules): Use slightly more compact code.
18576         (quail-insert-decode-map): Propertize keys, compact columns.
18578         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18579         Add goto-line.
18581 2009-08-10  Miles Bader  <miles@gnu.org>
18583         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
18584         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
18585         (js2-instance-member, js2-private-member, js2-private-function-call)
18586         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
18587         (js2-magic-paren, js2-external-variable):
18588         Remove "-face" suffix from face names.
18589         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
18590         (js2-highlight-undeclared-vars, js2-peek-token)
18591         (js2-parse-function-params, js2-mode-show-errors)
18592         (js2-mode-show-warnings, js2-make-magic-delimiter)
18593         (js2-mode-highlight-magic-parens): Update to use new face names.
18595 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
18597         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
18598         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
18600 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
18602         * subr.el: Provide hashtable-print-readable.
18604         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
18605         hs-c-like-adjust-block-beginning.
18606         (hs-hide-block-at-point): Stop hiding at the beginning of
18607         hs-block-end-regexp (Bug#700).
18609 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
18611         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
18612         a macro.
18613         (gdb-registers-handler-custom): Do not fail when register names
18614         are unavailable.
18616 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
18618         * progmodes/gdb-mi.el (gdb-control-all-threads)
18619         (gdb-control-current-thread): Interactive setters for
18620         `gdb-gud-control-all-threads' to use in menu.
18621         (gdb-show-run-p): Show «Go» when process is not active.
18622         (gud-tool-bar-map): Add non-stop/A,T indicator.
18623         Uses gud/thread.xpm and gud/all.xpm.
18625 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
18627         * net/net-utils.el (net-utils-font-lock-keywords): New var.
18628         (nslookup-font-lock-keywords): Make it a variable.
18629         (net-utils-mode): New mode for viewing diagnostic network output.
18630         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
18631         (net-utils-run-simple): New function.
18632         (ifconfig, iwconfig, netstat, arp, route): Use it.
18634 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
18636         * progmodes/gdb-mi.el (gdb-read-memory-custom)
18637         (gdb-memory-set-address, def-gdb-set-positive-number)
18638         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
18639         after changing settings.
18640         (gdb-invalidate-disassembly): Update when first shown.
18641         (gdb-edit-locals-value): Fixed.
18642         (gdb-registers-handler-custom): Print registers in right order and
18643         allow changing register values (only for current thread yet).
18644         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
18645         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
18646         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
18647         (gdb-locals-handler-custom, gdb-registers-handler-custom):
18648         Thread info in mode name.
18649         (gdb-registers-mode-map): TAB to switch to locals.
18651 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
18653         * mail/rmail.el (rmail-add-mbox-headers)
18654         (rmail-set-message-counters-counter): Search for
18655         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
18657 2009-08-08  Glenn Morris  <rgm@gnu.org>
18659         * Makefile.in (ELCFILES): Update.
18661 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
18663         * mail/sendmail.el (mail-yank-original):
18664         Set buffer-file-coding-system from the one used by the message whose
18665         text is yanked.
18667         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
18668         to "windows" when "pgnuplot" is used.
18669         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
18670         Don't call accept-process-output if "pgnuplot" is used.
18671         (calc-graph-init): Don't send -display and -geometry to
18672         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
18673         running "pgnuplot -V" with shell-command-to-string.
18675         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
18676         the default.
18678 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
18680         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
18681         org/org-latex.elc.
18683 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
18685         * vc-dispatcher.el (vc-resynch-window): Update comment.
18687         * term.el (term-handle-ansi-escape): Add comments with the
18688         terminfo capabilities implemented.
18690 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
18692         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
18693         (gdb-var-create-handler): Rewritten using JSON parser.
18694         (gdb-propertize-header): Move earlier.
18695         (gdb-set-header): Remove to avoid duplication.
18696         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
18697         Refresh disassembly buffers only after threads list have been
18698         update.
18699         (gdb-threads-header, gdb-registers-header): Per-buffer header line
18700         variables.
18702 2009-08-04  Juri Linkov  <juri@jurta.org>
18704         * files.el: Commands to add/delete file/directory-local variables.
18705         (read-file-local-variable, read-file-local-variable-value)
18706         (read-file-local-variable-mode, modify-file-local-variable)
18707         (modify-file-local-variable-prop-line)
18708         (modify-dir-local-variable): New functions.
18709         (add-file-local-variable, delete-file-local-variable)
18710         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
18711         (add-dir-local-variable, delete-dir-local-variable)
18712         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
18713         (copy-dir-locals-to-file-locals-prop-line): New commands.
18715 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
18717         * abbrev.el (insert-abbrev-table-description): Prettify output.
18718         Suggested by Karl Chen.
18720 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
18722         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
18723         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
18724         (gdb-overlay-arrow-position, gdb-thread-position)
18725         (gdb-disassembly-position): Declare variables.
18726         (gdb-wait-for-pending): Function now.
18727         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
18728         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
18729         compilation goes smoothly.
18730         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
18731         (gdb-non-stop-setting): New customization setting which replaces
18732         `gdb-non-stop' so changing it doesn't break active GDB session.
18733         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
18734         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
18735         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
18736         (gdb-show-threads-by-default): New customization options.
18737         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
18738         routines.
18739         (gdb-get-buffer-create): Send buffers update signal when they are
18740         created.
18741         (gdb-invalidate-locals, gdb-invalidate-registers)
18742         (gdb-invalidate-breakpoints)
18743         (gdb-invalidate-threads, gdb-invalidate-disassembly)
18744         (gdb-invalidate-memory): Accept update signal.
18745         (gdb-current-context-command): Use --frame option.
18746         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
18747         Implement `gdb-frame-number' selection logic.
18748         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
18749         whether to show GUD toolbar buttons.
18750         (gdb-thread-exited): Unselect current thread when it exits.
18751         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
18752         (gdb-mark-line): Routine which sets overlay arrow or inverses
18753         video on fringeless displays.
18754         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
18755         to build aligned columns of data in GDB buffers and set text
18756         properties line-by-line.
18757         (gdb-invalidate-breakpoints)
18758         (gdb-breakpoints-list-handler-custom)
18759         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
18760         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
18761         (gdb-registers-handler-custom): Align data columns.
18762         (gdb-locals-handler-custom): Now prints data like in variable
18763         declarations.
18764         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
18765         Remove confusing buttons.
18766         (gdb-invalidate-threads): Append --frame.
18767         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
18768         between breakpoints/threads buffers.
18769         (gdb-set-window-buffer): Now can ignore dedicated windows.
18770         (gdb-propertize-header): Use `gdb-set-window-buffer'.
18771         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
18772         (def-gdb-thread-buffer-gud-command): Replaces
18773         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
18774         for fine thread control.
18775         (gdb-preempt-existing-or-display-buffer): New function used to
18776         display bound buffers without breaking window layout.
18777         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
18778         (gdb-select-frame): New version of `gdb-frames-select' which now
18779         sets `gdb-frame-number' so commands may use --frame option instead
18780         of inner debugger state.
18781         (gdb-frame-handler): Do not set `gdb-frame-number'.
18782         (gdb-threads-mode-map): Select threads with mouse.
18784         * progmodes/gud.el (gdb-gud-context-call): Declare function to
18785         avoid compilation warning.
18786         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
18787         `gdb-show-stop-p`.
18789         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
18790         Argument `key' renamed to `buffer-type'.
18791         (gdb-current-context-buffer-name): Do not add thread info to
18792         buffer name when no thread is selected.
18793         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
18794         command (bug 3794).
18795         (gdb-thread-selected): Handle `=thread-selected' notification.
18796         (gdb-wait-for-pending): New macro to deal with congestion problems.
18797         (gdb-breakpoints-list-handler-custom): Don't fail on pending
18798         breakpoints.
18799         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
18800         This fixes problem similar to one described in bug 3947.
18801         (gud-menu-map): More menu items.
18802         (gdb-init-1): Reset `gdb-thread-number' to nil.
18804         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
18805         non-stop settings.
18807         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
18808         (gdb-current-context-command): Do not append --thread if
18809         `gdb-thread-number' is nil.
18810         (gdb-running-threads-count, gdb-stopped-threads-count):
18811         New variables.
18812         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
18813         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
18814         New customization options.
18815         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
18816         GUD commands.
18817         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
18818         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
18819         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
18820         set `gdb-thread-number' and update `gud-running' properly.
18821         (gdb-running): Update threads list when new threads appear.
18822         (gdb-stopped): Support non-stop operation and new thread switching
18823         logic.
18824         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
18825         (gdb-json-partial-output): New set of JSON routines.
18826         (def-gdb-auto-update-trigger): New `signal-list' optional
18827         argument.
18828         (gdb-thread-list-handler-custom): Update `gud-running',
18829         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
18830         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
18831         (gdb-continue-thread, gdb-step-thread): New commands for fine
18832         thread execution control.
18833         (gud-menu-map): New menu items to switch non-stop options.
18834         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
18835         (gdb-send): Mimic RET properly (bug 3794).
18837         * progmodes/gdb-mi.el (gdb-rules-name-maker)
18838         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
18839         gdb-buffer-rules.
18840         (def-gdb-auto-update-handler): New nopreserve optional argument.
18841         (gdb-stack-list-frames-custom): Print stack from top to bottom.
18843         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
18844         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
18845         (gdb-parent-mode): New mode to derive other GDB modes from.
18846         (gdb-display-disassembly-for-thread)
18847         (gdb-frame-disassembly-for-thread): New commands for threads
18848         buffer.
18850         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
18851         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
18852         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
18853         (gdb-update): We now store all GDB buffers in a list so that they
18854         can be updated by traversing a list instead of calling invalidate
18855         triggers explicitly.
18856         (def-gdb-trigger-and-handler): New macro to define trigger-handler
18857         pair for GDB buffer.
18858         (gdb-stack-buffer-name): Add thread information.
18859         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
18860         handle pending triggers.
18861         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
18862         (def-gdb-thread-buffer-simple-command)
18863         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
18864         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
18865         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
18866         New commands which show buffers bound to thread.
18867         (gdb-stack-list-locals-regexp): Remove unused regexp.
18869         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
18870         (gdb-locals-buffer-name, gdb-registers-buffer-name)
18871         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
18872         to (gud-comint-buffer) in *-buffer-name functions
18873         because (gdb-get-target-string) already does that.
18874         (gdb-locals-handler-custom, gdb-registers-handler-custom)
18875         (gdb-changed-registers-handler): Rewritten without regexps.
18877         * progmodes/gdb-mi.el: Basic thread selection support.
18878         (gdb-thread-number): New variable.
18879         (gdb-current-context-command): New macro which adds --thread
18880         option to command.
18881         (gdb-threads-mode-map): Select thread with SPC.
18882         (gdb-thread-list-handler-custom): Mark current thread with overlay
18883         arrow.  Synchronize GDB thread and Emacs thread.
18884         (gdb-select-thread): New command which selects current thread.
18885         (gdb-invalidate-frames, gdb-invalidate-locals)
18886         (gdb-invalidate-registers): Use --thread option.
18888 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
18890         * net/tramp.el (top): Make check for tramp-gvfs loading more
18891         robust.  (Bug#3977)
18892         (tramp-handle-insert-file-contents): `unwind-protect' must be
18893         inside `with-parsed-tramp-file-name'.
18895         * net/tramp-gvfs.el (top): Remove superfluous message when loading
18896         fails.
18898 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
18900         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
18901         directory if CLASSPATH is not set.
18903 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
18905         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
18906         New defconst.
18907         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
18909 2009-08-02  Kevin Ryde  <user42@zip.com.au>
18911         * net/newst-backend.el (newsticker--raw-url-list-defaults):
18912         Update freshmeat link.  Delete newsforge.com as it seems gone.
18914 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
18916         * select.el (x-set-selection): Doc fix (Bug#4021).
18918         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
18920         * help-fns.el (describe-variable): Treat list return values from
18921         dir-locals-find-file properly (Bug#4005).
18923 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
18925         * net/tramp.el (tramp-debug-message): Print also microseconds.
18927 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
18929         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
18930         or END is non-nil.
18931         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
18932         (tramp-get-debug-buffer): Change `outline-regexp' according to new
18933         format.
18935         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
18936         (tramp-get-file-property): Use it.
18938         * autorevert.el (auto-revert-handler):
18939         Allow `auto-revert-tail-mode' for remote files.
18941 2009-08-02  Jason Rumney  <jasonr@gnu.org>
18943         * minibuffer.el (read-file-name): Treat confirm options to
18944         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
18946 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
18948         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
18949         (font-lock-variable-name-face, font-lock-constant-face):
18950         Darken the colors for light backgrounds.
18952 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
18954         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
18955         month names.  (Bug#3987)
18957 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
18959         * simple.el (line-move-finish): Pass whole number to
18960         line-move-to-column.
18961         (line-move-visual): Perform hscroll to the recorded position.
18963 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
18965         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
18967 2009-07-29  Alan Mackenzie  <acm@muc.de>
18969         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
18971 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
18973         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
18974         (gdb-place-breakpoints): Use full path when setting breakpoints.
18976 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
18978         * calc/calc.el (calc-mode-map): Add keybinding for
18979         `calc-transpose-lines'.
18981 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
18983         * calc/calc-misc.el (calc-transpose-lines): New function.
18985 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
18987         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
18988         Simplify check for out-of-band methods.
18989         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
18990         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
18992 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
18994         * vc-git.el (vc-git-checkin): Fix typo.
18996 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
18998         * progmodes/js2-mode.el: New file.
19000 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
19002         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
19003         (gud-menu-map): Adjust tooltip accordingly.
19005 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
19007         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
19008         (vc-bzr-log-view-mode): Adjust log-view-file-re.
19010         * add-log.el (change-log-mode-map): Add a menu.
19012 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
19014         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
19015         function returns nil.
19016         (dbus-handle-event): Handle special return value :ignore.
19017         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
19019 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
19021         * view.el (view-mode-enable): Don't define Helper-return-blurb if
19022         it's not needed.
19024 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
19026         Fix Bug#3888:
19028         * w32-vars.el (x-select-enable-clipboard): Doc fix.
19030         * term/pc-win.el (x-display-name, x-colors)
19031         (x-select-enable-clipboard, x-select-text): Doc fix.
19033         * term/common-win.el (x-display-name, x-colors): Doc fix.
19035         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
19036         (xw-defined-colors): Doc fix.
19038         * w32-fns.el (x-select-text, x-setup-function-keys)
19039         (x-get-selection, x-set-selection): Doc fix.
19041         * term/x-win.el (x-select-text, x-setup-function-keys)
19042         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
19044         * select.el (x-set-selection): Doc fix.
19046 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
19048         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
19049         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
19050         "IsNSSSupportAvailable" method is not available.
19051         Reported by Steve Youngs <steve@sxemacs.org>.
19053 2009-07-24  Kenichi Handa  <handa@m17n.org>
19055         * international/characters.el: Fix setting of category ?C, ?|, ?K,
19056         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
19057         (build-unicode-category-table): Fix range checks.
19059 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
19061         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
19062         the buffer we try to sync is current when calling
19063         vc-resynch-buffer.
19065         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
19066         not show up to date files.
19068 2009-07-24  Glenn Morris  <rgm@gnu.org>
19070         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
19071         Add autoload cookies.  If necessary, initialize.
19072         (elint-log): Handle non-file buffers.
19073         (elint-initialize): Add optional argument to reinitialize.
19074         (elint-find-builtin-variables): Save excursion.
19076 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
19078         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
19079         for Lint.
19081 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19083         * vc.el (vc-print-log-internal): New function, split out from ...
19084         (vc-print-log): ... here.
19085         (vc-dir-move-to-goal-column): Declare.
19087         * vc-git.el (vc-git-add-signoff): New variable.
19088         (vc-git-checkin): Use it.
19089         (vc-git-toggle-signoff): New function.
19090         (vc-git-extra-menu-map): Bind it to menu.
19091         (vc-git--run-command-string): Accept a nil FILE argument.
19092         (vc-git-stash-list): New function.
19093         (vc-git-dir-extra-headers): Use it.
19095 2009-07-23  Glenn Morris  <rgm@gnu.org>
19097         * help-fns.el (describe-variable): Describe ignored and risky local
19098         variables in a similar way to that in which we describe safe ones.
19100         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
19101         (byte-compile-output-file-form, byte-compile-output-docform)
19102         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
19103         Give some more local variables with common names a "bytecomp-" prefix,
19104         so as not to shadow things during compilation.
19105         * emacs-lisp/cl-macs.el (load-time-value)
19106         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
19107         `outbuffer' to `bytecomp-outbuffer'.
19109         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
19110         since the next two variables cover them automatically now.
19111         (elint-builtin-variables, elint-autoloaded-variables): New.
19112         (elint-unknown-builtin-args): Remove all members, since they can be
19113         parsed automatically now.
19114         (elint-extra-errors): New.
19115         (elint-env-add-env, elint-env-add-macro): Use cadr.
19116         (elint-current-buffer): Use or.  Change final message.
19117         (elint-get-top-forms): Use line-end-position.
19118         (elint-init-env): Use cadr.  Handle autoload, declare-function,
19119         and defalias.
19120         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
19121         (regexp-assoc): Remove unused function.
19122         (elint-top-form): Set elint-current-pos, to record the start of the
19123         top-level form, for compilation-mode.
19124         (elint-form): Trap errors in macro expansion.  Use dolist.
19125         (elint-unbound-variable): Use elint-builtin-variables and
19126         elint-autoloaded-variables.
19127         (elint-get-args): Use cadr, or.
19128         (elint-check-cond-form): Use dolist, cadr.
19129         (elint-check-condition-case-form): Doc fix.  Use cadr.
19130         Use elint-extra-errors.
19131         (elint-log): New function.
19132         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
19133         Distinguish errors and warnings.
19134         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
19135         Use a bytecomp-style format.
19136         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
19137         (elint-get-log-buffer): Use compilation mode.  Disable undo.
19138         Don't truncate lines.
19139         (elint-initialize): Set builtin and autoloaded variable lists.
19140         Only process elint-unknown-builtin-args if non-nil.
19141         (elint-find-builtin-variables, elint-find-autoloaded-variables):
19142         New functions.
19143         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
19145 2009-07-22  Kevin Ryde  <user42@zip.com.au>
19147         * net/newst-backend.el (newsticker--parse-atom-1.0)
19148         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19149         (newsticker--parse-rss-1.0):
19150         * progmodes/idlwave.el (idlwave-mode):
19151         * progmodes/idlw-shell.el (idlwave-shell-mode):
19152         * progmodes/vera-mode.el (vera-mode):
19153         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
19154         * progmodes/vhdl-mode.el (vhdl-mode):
19155         * textmodes/table.el (table-generate-source)
19156         (table--warn-incompatibility):
19157         Hyperlink urls in docstrings with URL `...'.
19159 2009-07-22  Glenn Morris  <rgm@gnu.org>
19161         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
19162         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
19163         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
19164         Remove leading * from defcustom docs.
19166         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
19168         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
19169         defcustom doc.
19170         (list-load-path-shadows): Optionally, just return shadows as a string.
19172         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
19174 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
19176         * mail/rmailedit.el (rmail-edit-mode):
19177         Use auto-save-include-big-deletions.
19179         * mail/rmail.el (rmail-variables):
19180         Use auto-save-include-big-deletions.
19182         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
19183         changes.
19185 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
19187         * calc/calc.el (calc-undo-length): New variable.
19188         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
19190 2009-07-21  Richard Stallman  <rms@gnu.org>
19192         * files.el (auto-save-mode): Handle buffer-save-size = -2
19193         for toggling mode.
19195 2009-07-21  Glenn Morris  <rgm@gnu.org>
19197         * textmodes/ispell.el (ispell-looking-back): Update declaration.
19199         * calendar/todo-mode.el (calendar-current-date): Update declaration.
19201         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
19202         silence compiler.  Instead...
19203         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
19204         (ps-print-ensure-fontified): Update for above function name changes.
19206         * printing.el (pr-mh-get-msg-num, pr-mh-show)
19207         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
19208         silence compiler.  Instead...
19209         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
19210         (mh-show-buffer): Only define for compiler.
19211         (pr-mh-current-message): Update for above function name changes.
19213         * files.el (abort-if-file-too-large): Explicitly pass `filename'
19214         as an argument.
19215         (find-file-noselect, insert-file-1): Update for above change.
19217         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
19219         * mail/mailclient.el (mailclient-send-it): Fix message.
19221         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
19222         (edebug-eval): Check cl-debug-env is bound.
19223         (print-level, print-circle): Don't redefine built-in variables.
19225         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
19226         (custom-print-vectors): Remove old comments from doc.
19228         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
19229         (emerge-version): Make the variable an obsolete alias for the
19230         emacs-version variable.  Make the function obsolete.
19231         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
19232         Emerge options, rather than merging in into the main Options menu.
19233         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
19234         and auto advance modes.  Disable edit/fast items when not relevant.
19236 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
19238         * term/vt420.el (terminal-init-vt420): Fix typo.
19240 2009-07-20  Sam Steingold  <sds@gnu.org>
19242         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
19243         variable (removed from compile.el on 2004-03-11).
19245 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
19247         * files.el (hack-local-variables-filter): Fix last change.
19249 2009-07-19  Juri Linkov  <juri@jurta.org>
19251         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
19252         (dir-local-variables-alist): New buffer-local variable.
19253         (hack-local-variables-filter): If variable is not dir-local,
19254         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
19255         because file-local overrides dir-local.
19256         (c-postprocess-file-styles) <declare-function>:
19257         Remove obsolete declaration.
19258         (hack-dir-local-variables): Add dir-local variable/value pair to
19259         `dir-local-variables-alist' and remove duplicates.  Doc fix.
19261         * help-fns.el (describe-variable): Add information about
19262         file-local and dir-local variables.
19264 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
19266         * files.el (hack-local-variables-filter): Rewrite.
19268 2009-07-19  Glenn Morris  <rgm@gnu.org>
19270         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
19271         Silence compiler by only defining on XEmacs.
19273         * international/mule.el (auto-coding-regexp-alist): Only match
19274         BABYL... at the start of buffer, not of lines.  (Bug#3790)
19276         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
19277         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
19278         (cal-menu-context-mouse-menu): Doc fix.
19280         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
19282         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
19284 2009-07-18  Juri Linkov  <juri@jurta.org>
19286         * info.el: Virtual Info keyword finder.
19287         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
19288         (Info-finder-file): New variable.
19289         (Info-finder-find-file): New function.
19290         (finder-known-keywords, finder-package-info)
19291         (find-library-name, lm-commentary): Use defvar and
19292         declare-function to silence compiler warnings.
19293         (Info-finder-find-node): New function.
19294         (info-finder): New command.
19296         * subr.el (process-kill-buffer-query-function): New function.
19297         (add-hook)<kill-buffer-query-functions>: Add hook
19298         `process-kill-buffer-query-function'.
19300 2009-07-18  Alan Mackenzie  <acm@muc.de>
19302         * progmodes/cc-mode.el (c-before-hack-hook)
19303         (c-postprocess-file-styles): Give invocation of `c-set-style'
19304         DONT-OVERRIDE parameter of t.  Already set style variables will
19305         thus not be overridden by style settings given by `c-file-syle'.
19307         * files.el (hack-local-variables-filter): Remove entries with
19308         duplicate keys from `file-local-variables-alist'.
19310 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
19312         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
19313         x-set-selection if display-selections-p returns nil for the
19314         current frame.
19316 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
19318         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
19320 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
19322         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
19323         Accept nil in addition to a regexp.
19324         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
19325         Accept nil in addition to a regexp.
19326         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
19327         buffers that have an associated file.  Handle nil values of
19328         desktop-buffers-not-to-save and desktop-files-not-to-save.
19329         (Bug#3833)
19331         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
19332         (x-disown-selection-internal): New functions.
19334 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
19336         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
19337         warning.
19338         (gdb-breakpoints-header): Move forward to avoid compiler warning.
19339         (gdb-make-header-line-mouse-map): Remove duplicate definition.
19341 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
19343         * simple.el (set-mark): Revert last change.
19345 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
19347         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
19348         rendering of pngs is not possible instead of messaging a long
19349         description.
19351 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
19353         * w32-fns.el (x-selection-owner-p): New function.
19355         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
19356         (mouse-yank-at-click, mouse-yank-primary):
19357         If select-active-regions is non-nil, deactivate the mark before
19358         insertion.
19360         * simple.el (deactivate-mark, set-mark): Only save selection if we
19361         own it.
19363 2009-07-17  Kenichi Handa  <handa@m17n.org>
19365         * case-table.el (describe-buffer-case-table): Fix for the case
19366         that KEY is a cons.
19368 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
19370         * vc-rcs.el (vc-rcs-find-file-hook):
19371         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
19373 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
19375         * net/tramp.el (tramp-wait-for-output): Handle the case when
19376         commands do not return a newline but a null byte before the shell
19377         prompt.  (Bug#3858)
19379 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19381         * term/ns-win.el (ns-set-alpha): Don't declare.
19382         (ns-set-background-alpha): Remove function.
19384 2009-07-16  Kevin Ryde  <user42@zip.com.au>
19386         * emacs-lisp/copyright.el (copyright-update): Save match-data across
19387         y-or-n-p, for safety.
19389 2009-07-16  Richard Stallman  <rms@gnu.org>
19391         * files.el (auto-save-mode): If buffer-saved-size is -2,
19392         don't clobber it.
19394         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
19395         (rmail-retry-ignored-headers): Add more uninteresting fields.
19397 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
19399         * net/rcirc.el (rcirc): Use history variables.
19400         (rcirc-server-name-history, rcirc-nick-name-history)
19401         (rcirc-server-port-history): New variables.
19403 2009-07-15  Kenichi Handa  <handa@m17n.org>
19405         * international/mule-cmds.el (set-language-environment-charset):
19406         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
19407         ignore them.
19409         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
19410         Delete unibyte-display.
19412 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
19414         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
19416 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
19418         * simple.el (deactivate-mark): Optional argument FORCE.
19419         (set-mark): Use deactivate-mark.
19421         * info.el (Info-search): No need to check transient-mark-mode
19422         before calling deactivate-mark.
19424         * select.el (x-set-selection): Doc fix.
19425         (x-valid-simple-selection-p): Allow buffer values.
19426         (xselect--selection-bounds): Handle buffer values.
19427         Suggested by David De La Harpe Golden.
19429         * mouse.el (mouse-set-region, mouse-drag-track):
19430         Call copy-region-as-kill before setting the mark, to let
19431         select-active-regions work.
19433 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
19435         * simple.el (deactivate-mark): If select-active-regions is
19436         non-nil, copy the selection data into a string.
19437         (activate-mark): If select-active-regions is non-nil, set the
19438         selection to the current buffer.
19439         (set-mark): Update selection if select-active-regions is non-nil.
19441         * select.el (x-valid-simple-selection-p): Allow buffer values.
19443 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19445         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
19446         and more featureful message-mode.
19448 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
19450         * select.el (x-set-selection): Doc fix.
19451         (x-valid-simple-selection-p): Disallow selection data consisting
19452         of a list or cons of integers, since that is not used.
19453         (xselect--selection-bounds, xselect--int-to-cons): New functions.
19454         (xselect-convert-to-string, xselect-convert-to-length)
19455         (xselect-convert-to-filename, xselect-convert-to-charpos)
19456         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
19458 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
19460         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
19461         output in -break-info command (Emacs bug #3794).
19463 2009-07-14  Glenn Morris  <rgm@gnu.org>
19465         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
19466         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
19467         (edebug-print-length, edebug-print-level, edebug-print-circle)
19468         (edebug-sit-for-seconds, edebug-view-outside)
19469         (edebug-bounce-point, edebug-set-global-break-condition)
19470         (edebug-Go-nonstop-mode, edebug-trace-mode)
19471         (edebug-Trace-fast-mode, edebug-continue-mode)
19472         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
19473         (edebug-visit-eval-list): Doc fixes.
19475         * subr.el (def-edebug-spec): Doc fix.
19477 2009-07-14  Kenichi Handa  <handa@m17n.org>
19479         * international/characters.el: Fix setting of category ?C.
19481 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
19483         * term/ns-win.el (x-select-font): defalias x-select-font to
19484         ns-popup-font-panel instead of generate-fontset-menu.
19486 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
19488         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
19490 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
19492         * arc-mode.el (archive-find-type): Allow for a PK00 string before
19493         the PK\003\004 header (Bug#3770).
19495 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
19497         * pcomplete.el (pcomplete-comint-setup): Check for
19498         shell-dynamic-complete-filename too.
19500 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
19502         * simple.el (temporary-goal-column): Change the value for
19503         line-move-visual to a cons cell.
19504         (line-move-visual): Record or set the window hscroll, if
19505         necessary (Bug#3494).
19506         (line-move-1): Handle cons value of temporary-goal-column.
19508 2009-07-11  Kenichi Handa  <handa@m17n.org>
19510         * international/mule-diag.el (describe-character-set): Don't show
19511         width.
19513 2009-07-10  Sam Steingold  <sds@gnu.org>
19515         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19516         Omake sometimes indents the errors it prints, so allow all
19517         regexps to start with spaces.
19519 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
19521         * cus-edit.el (customize-changed-options-previous-release):
19522         Bump value to 22.1.  (Bug#3804)
19524 2009-07-08  Sam Steingold  <sds@gnu.org>
19526         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
19527         to be a cons cell (test . ignored-directory) to selectively ignore
19528         some directories depending on the location of the search.
19530 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
19532         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
19533         remote user is root, on the local host.
19534         (tramp-local-host-p): Either the local user or the remote user
19535         must be root.  (Bug#3771)
19537 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
19539         * progmodes/gdb-mi.el (gdb): Remove description of
19540         gdb-use-separate-io-buffer.
19541         (menu): Don't allow toggling of or enable
19542         gdb-use-separate-io-buffer from menubar.
19544 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
19546         * mail/unrmail.el (unrmail): Make sure the message ends with two
19547         newlines (Bug#3769).
19549 2009-07-08  Glenn Morris  <rgm@gnu.org>
19551         * calendar/calendar.el (calendar-current-date): Rework previous change.
19553 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
19555         * calendar/calendar.el (calendar-current-date):
19556         Add an optional argument giving an offset from today.
19558 2009-07-08  Glenn Morris  <rgm@gnu.org>
19560         * tutorial.el (tutorial--describe-nonstandard-key):
19561         Adjust the message for when a key has been unbound.
19562         (help-with-tutorial): Hide the arch-tag.
19564 2009-07-08  Kenichi Handa  <handa@m17n.org>
19566         * international/fontset.el (setup-default-fontset): For each
19567         script, append (not set) font-specs.
19569         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
19570         docstring.
19572 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
19574         * progmodes/gdb-mi.el (gdb-init-1): Move sending
19575         -data-list-register-names to ...
19576         (gdb-starting): ... here because GDB 7.0 requires execution to
19577         have started when using this MI command.
19578         (gdb-set-header): New function to distinguish select and
19579         unselected tabs in gdb buffers.
19580         (gdb-propertize-header): New macro that uses gdb-set-header.
19581         (gdb-breakpoints-header, gdb-locals-header): Use it.
19582         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
19584 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
19586         * Makefile.in (ELCFILES): Remove fadr.elc.
19588 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
19590         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
19591         may contain frame information, so `string-match' should be used.
19592         (gdb-update): Disassembly is invalidated through
19593         `gdb-get-selected-frame'.
19594         (gdb-pad-string): New function to pad string with spaces.
19595         (gdb-invalidate-disassembly): Invalidate only if the buffer
19596         exists.
19597         (gdb-disassembly-handler-custom): Column alignment.
19598         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
19599         placing new ones.
19600         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
19601         end of line, too.
19602         (gdb-frame-handler): Match convention to for disassembly buffer
19603         mode name.
19604         (gdb-stack-list-frames-handler): Rewritten without regexps.
19605         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
19606         not highlight breakpoints without line information.
19607         (gdb-input): Add trailing newline to command.
19609         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
19610         buffer properly.
19611         (gdb-breakpoints-list-handler-custom): Replacement for
19612         `gdb-break-list-handler'.  Using real parser instead of regexps
19613         now.
19614         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
19615         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
19616         to place breakpoints.
19617         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
19618         functions.
19619         (gdb-disassembly-handler-custom): Show overlay arrow.
19620         (gdb-disassembly-place-breakpoints): Show breakpoints in
19621         disassembly buffer.
19622         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
19623         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
19624         instead of parsing breakpoints buffer.  Fixed old menu references
19625         in `gud-menu-map'.
19627         * fadr.el: Remove.
19629         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
19630         (gdb-memory-address): New variable which holds top address of
19631         memory page shown in memory buffer.
19632         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
19633         New customization variables.
19634         New functions:
19635         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
19636         display the memory buffer.
19637         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
19638         buffer display parameters.
19639         (def-gdb-memory-format, gdb-memory-format-binary)
19640         (gdb-memory-format-octal, gdb-memory-format-unsigned)
19641         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
19642         Functions for setting memory buffer format.
19643         (gdb-memory-unit-word, gdb-memory-unit-halfword)
19644         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
19645         unit size used in memory buffer.
19646         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
19647         Switch to next/previous page of memory buffer.
19648         Now using (bindat-get-field) instead of fadr functions.
19650 2009-07-07  Sam Steingold  <sds@gnu.org>
19652         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
19653         non-top-level files.
19655 2009-07-07  Kenichi Handa  <handa@m17n.org>
19657         * international/mule-cmds.el (reset-language-environment):
19658         Put the highset priority to the charset iso-8859-1.
19660 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
19662         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
19663         to the end of the line when locating the block (Bug#700).
19665 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
19667         * net/tramp.el (tramp-handle-write-region): Flush file properties
19668         in case of short track.
19670 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
19672         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
19673         Coded custom representation of verilog error regular expressions
19674         to work with Emacs-22's new format.
19675         (verilog-error-regexp-xemacs-alist): Coded custom representation
19676         of verilog error regular expressions to work with XEmacs format.
19677         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
19678         error recognition into XEmacs.
19679         (verilog-error-regexp-add-emacs): Hook routine to install verilog
19680         error recognition into Emacs-22.
19682 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
19684         * woman.el: Remove stand-alone closing parentheses.
19685         (woman-file-name, woman2-format-paragraphs)
19686         (woman-leave-blank-lines): Code cleanup.
19687         (woman-use-own-frame): Change default to nil.
19688         (woman-italic, woman-bold, woman-unknown, woman-addition):
19689         Change defaults to inherit from default faces.
19690         (woman2-process-escapes): Consume the newline after a stand-alone
19691         filler character (Bug#3651).
19693 2009-07-06  Glenn Morris  <rgm@gnu.org>
19695         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
19696         (top-level): Move provide to the end.
19697         (ffap): Remove defunct URL from custom group.
19699         * subr.el (eval-after-load): Doc fix.
19701 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
19703         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
19704         `calc-embedded-word' is called twice.
19706 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19708         * files.el (find-alternate-file-other-window, find-alternate-file):
19709         Obey confirm-nonexistent-file-or-buffer.
19711 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
19713         * dired-aux.el (dired-show-file-type): Handle remote files.
19715 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
19717         * desktop.el (desktop-globals-to-save):
19718         Add file-name-history (Bug#2750).
19720 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
19722         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
19724 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
19726         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
19727         property on entire argument since this is what eshell-lisp-command
19728         expects.
19730 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
19732         * net/tramp-gvfs.el (tramp-gvfs-methods)
19733         (tramp-gvfs-zeroconf-domain)
19734         (tramp-bluez-discover-devices-timeout): Add version flag.
19735         (tramp-gvfs-handler-mounted-unmounted)
19736         (tramp-gvfs-connection-mounted-p): Polish handling of
19737         incompatibilities between GVFS 0.2 and 1.0.
19739 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
19741         * cus-start.el (all): Add make-pointer-invisible.
19743 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
19745         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
19746         formatted correctly.
19748 2009-07-02  Juri Linkov  <juri@jurta.org>
19750         * info.el: Virtual Info files and nodes.
19751         (Info-virtual-files, Info-virtual-nodes): New variables.
19752         (Info-current-node-virtual): New variable.
19753         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
19754         New functions.
19755         (Info-file-supports-index-cookies): Use Info-virtual-file-p
19756         to check for a virtual file instead of checking a fixed list
19757         of node names.
19758         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
19759         instead of ad-hoc processing of "dir" and (apropos history toc).
19760         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
19761         instead of ad-hoc processing of "dir" and (apropos history toc).
19762         Reread a file when moving from a virtual node.
19763         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
19764         (Info-directory-toc-nodes, Info-directory-find-file)
19765         (Info-directory-find-node): New functions.
19766         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
19767         (Info-history): Move part of code to
19768         `Info-history-find-node'.
19769         (Info-history-toc-nodes, Info-history-find-file)
19770         (Info-history-find-node): New functions.
19771         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
19772         (Info-toc): Move part of code to `Info-toc-find-node'.
19773         (Info-toc-find-node): New function.
19774         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
19775         the current Info file name to references because now the node
19776         "*TOC*" belongs to the same Info manual.
19777         (Info-toc-build): Rename from `Info-build-toc'.
19778         (Info-toc-nodes): Rename input argument `file' to `filename'.
19779         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
19780         instead of ad-hoc processing of ("dir" apropos history toc).
19781         (Info-index-nodes): Use Info-virtual-file-p
19782         to check for a virtual file instead of checking a fixed list
19783         of node names.
19784         (Info-index-node): Add check for `Info-current-node-virtual'.
19785         Raise `save-match-data' higher up the tree to contain
19786         `search-forward' too (bug fix).
19787         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
19788         (Info-virtual-index-nodes): New variable.
19789         (Info-virtual-index-find-node, Info-virtual-index): New functions.
19790         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
19791         (Info-apropos-file, Info-apropos-nodes): New variables.
19792         (Info-apropos-toc-nodes, Info-apropos-find-file)
19793         (Info-apropos-find-node, Info-apropos-matches): New functions.
19794         (info-apropos): Move part of code to `Info-apropos-find-node' and
19795         `Info-apropos-matches'.
19796         (Info-mode-map): Bind "I" to `Info-virtual-index'.
19797         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
19798         for a virtual file instead of checking a fixed list of node names.
19800         * simple.el (async-shell-command): New command.
19802         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
19804         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
19805         instead of `mount-info'.
19807 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
19809         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
19810         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
19812 2009-07-02  Kenichi Handa  <handa@m17n.org>
19814         * international/mule.el (set-keyboard-coding-system): Force *-unix
19815         coding-system to avoid eol conversion.
19817 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
19819         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
19820         Add handler for `process-file', `shell-command' and
19821         `start-file-process'.
19822         (tramp-gvfs-handle-shell-command)
19823         (tramp-gvfs-handle-start-file-process)
19824         (tramp-gvfs-handle-process-file): New defuns.
19825         (tramp-synce-list-devices): Simplify check for existence of property.
19827 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
19829         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
19831 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
19833         * language/korean.el (set-language-info-alist): Add korean-cp949,
19834         cp949 to spec.
19836 2009-07-01  Kenichi Handa  <handa@m17n.org>
19838         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
19840         * international/encoded-kb.el: Deleted.
19842         * international/mule.el (set-keyboard-coding-system): Perform the
19843         necessary setup here instead of calling encoded-kbd-setup-display.
19845 2009-07-01  Glenn Morris  <rgm@gnu.org>
19847         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
19849 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
19851         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
19853 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
19855         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
19856         Handle also the 'rename case, when setting file modes.  (Bug#3712)
19857         (tramp-default-file-modes): Remove execute permissions.
19859         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
19860         (top): Add a default for "synce" in `tramp-default-user-alist'.
19861         Add completion function for "synce" method.
19862         (tramp-hal-service, tramp-hal-path-manager)
19863         (tramp-hal-interface-manager, tramp-hal-interface-device):
19864         New defconst.
19865         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
19866         (tramp-synce-list-devices, tramp-synce-parse-device-names):
19867         New defuns.
19869         * net/trampver.el: Update release number.
19871 2009-06-30  Kenichi Handa  <handa@m17n.org>
19873         * international/fontset.el (setup-default-fontset): Add CJK fonts
19874         for symbols and the other miscellaneous characters.
19876         * language/korea-util.el (setup-korean-environment-internal):
19877         Make char-width-table suitable for Korean environments.
19878         (exit-korean-environment): Cancel above.
19880         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
19881         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
19882         setup-function to make char-width-table suitable for respective
19883         environments, and an exit-function to cancel that.
19885         * language/japan-util.el (setup-japanese-environment-internal):
19886         Call use-cjk-char-width-table with arg `ja_JP'.
19888         * international/characters.el (cjk-char-width-table): Delete it.
19889         (cjk-char-width-table-list): New variable.
19890         (use-cjk-char-width-table): New arg local-name.
19891         (use-default-char-width-table): Fix for the case that Emacs is
19892         already using the default char-width-table.
19894 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
19896         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
19897         modes mandatory.  (Bug#3712)
19899 2009-06-29  Alan Mackenzie  <acm@muc.de>
19901         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
19902         correction between the visible width of TABs and their number of bytes.
19904 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
19906         * server.el (server-buffer-done): Prevent kill-buffer from
19907         prompting by clearing the buffer modification flag (Bug#3696).
19909 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
19911         * progmodes/verilog-mode.el (verilog-beg-of-statement)
19912         (verilog-endcomment-reason-re): Support unique case and priority case.
19913         (verilog-basic-complete-re): Support localparam lineup.
19914         (verilog-beg-of-statement-1): Fix for robustness, unique case.
19915         (verilog-set-auto-endcomments): Fix for unique case, always_comb
19916         commenting.
19917         (verilog-leap-to-case-head): Now support *nested* unique &
19918         priority case statements.
19919         (verilog-auto-lineup): Make just declarations the default (as it
19920         had been).
19921         (verilog-leap-to-case-head): Support priority/unique case statements.
19922         (verilog-auto-lineup): Rework to give users radio buttons to
19923         select the various styles of automatic lineup.
19924         (verilog-error-regexp-alist): Rework to support the XEmacs style
19925         of error regular expressions from compilers, lint tools &
19926         simulators.  Note that GNU Emacs has made it impossible for a mode
19927         to load such things.
19928         (electric-verilog-terminate-line, verilog-indent-declaration)
19929         (verilog-auto-wiure): Rework for radio button selection of
19930         auto-lineup selection of specification of auto lineup.
19931         (verilog-beg-of-statement-1): Redesign to support proper operation
19932         in additional code, based on testing with auto-lineup.
19933         (verilog-calculate-indent, assignments & declarations)
19934         (verilog-backward-token): Enhance to support auto-lineup of
19935         assignments & declarations.
19936         (verilog-in-directive-p, verilog-at-struct-p): New function for
19937         easy test of whether we are.
19938         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
19939         to support safe execution at almost anyline.
19940         (verilog-calc-1): Properly support indenting deep inside generate
19941         blocks.
19942         (verilog-init-font): Remove definition & use of verilog-init-font,
19943         as it is redundant with font-lock-defaults.
19944         (verilog-mode): Alter the definition of verilog-font-lock-defaults
19945         to avoid circular calls if syntax-ppss is a function (as is the
19946         case now in 22.x GNU Emacs) as that function would sometimes call
19947         itself, leading to (nearly) infinite recursion.
19948         (verilog-ovm-begin-re, verilog-ovm-end-re)
19949         (verilog-ovm-statement-re, verilog-leap-to-head)
19950         (verilog-backward-token): Add support for OVM macros.  Some are
19951         complete statements, and others open and close scopes like begin
19952         and end.
19953         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
19954         (verilog-defun-level-generate-only-re): Really fix the defun-list
19955         compilation issue.
19956         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
19957         coverpoint, constraint and cross statements.
19958         (verilog-defun-level-list, verilog-generate-defun-level-list)
19959         (verilog-all-defun-level-list): Redo these specifications - it is
19960         too hard to support eval-when compile aggregation of lists also
19961         built at when-compile time.
19962         (verilog-defun-level-list): Place defconsts of variables used in
19963         building regular expressions which are built in eval-when-compile
19964         bodies in the same eval-when-compile body to facilitate compile
19965         without load.
19966         (verilog-beg-block-re-ordered): Support indenting
19967         virtual/protected tasks and functions.
19968         (verilog-defun-level-list, verilog-in-generate-region-p)
19969         (verilog-backward-ws&directives, verilog-calc-1): Speed up
19970         indentation of some module items (generate items).
19971         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
19972         across virtual/protected tasks and functions.
19974 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
19976         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
19977         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
19978         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
19979         in concatenations.  Reported by Yishay Belkind.
19980         (verilog-auto-ascii-enum): Support one-hot state machines in
19981         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
19982         (verilog-auto-inst, verilog-auto-inst-port): Include interface
19983         modport in AUTOINST and add vl-modport for users.
19984         Reported by David Rogoff.
19985         (verilog-auto-inout-module, verilog-auto-inst)
19986         (verilog-decls-get-interfaces, verilog-insert-definition)
19987         (verilog-insert-one-definition, verilog-read-decls)
19988         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
19989         (verilog-sig-modport, verilog-signals-combine-bus)
19990         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
19991         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
19992         Suggested by David Rogoff.
19993         (verilog-repair-open-comma): Fix non-insertion of comma when
19994         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
19995         (verilog-make-width-expression): Simplify [A-1:0] expression
19996         widths to just {A{1'b0}}.
19997         (verilog-mode): Cleanup checkdoc warnings.
19998         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
19999         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
20000         inputs/outputs or data type.  Suggested by Vasu Kandadi.
20001         (next-error-last-buffer): Fix byte-compiler warning.
20002         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
20003         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
20004         or shell command text during AUTO expansion.  Suggested by Tad Truex.
20005         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
20006         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
20007         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
20008         in AUTOINOUT.  Reported by Matthew Lovell.
20009         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
20010         causing use of <= assignments.  Reported by Alex Reed.
20011         (verilog-read-decls): Fix triand, trior, wand, wor to be
20012         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
20013         (verilog-extended-complete-re): Support import "DPI-C" functions.
20014         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
20015         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
20016         (verilog-insert-date, verilog-insert-year)
20017         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
20018         Windows systems.  Reported by Michael Potts.
20019         (verilog-read-module-name): Fix AUTOINST when the child module
20020         declaration's name is a tick define.  Reported by Elliot Mednick.
20021         (verilog-read-decls): Fix V2K parameter bit subscripts getting
20022         passed to next parameter's definition.  Reported by Bruce T.
20023         (verilog-read-decls): Fix detecting "parameter int" when using
20024         AUTOINSTPARAM.  Reported by Bruce T.
20025         (verilog-goto-defun): Fix goto not finding modules unless first
20026         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
20027         (verilog-mode): Expand -f flag arguments on entry to mode so
20028         verilog-goto-defun will work.  Reported by Lawrence Butcher.
20029         (verilog-getopt): Expand environment variables in -f file
20030         arguments.  Suggested by Lawrence Butcher.
20031         (verilog-set-define): Fix "Symbol's value as variable is void"
20032         when reading enumerations.
20033         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
20034         Suggested by Stephen Peltan.
20035         (verilog-read-defines): Fix reading of enumerations in include
20036         files.  Reported by Steve Peltan.
20038 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
20040         * files.el (trash-directory): Fix defcustom type.
20042 2009-06-28  Juri Linkov  <juri@jurta.org>
20044         * help-fns.el (describe-function-1): Correctly locate adviced
20045         functions in hyperlink (Bug#2438).
20047 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
20049         * files.el (trash-directory): Change default to nil.
20050         (move-file-to-trash): If trash-directory is nil and
20051         system-move-file-to-trash is unbound, perform freedesktop-style
20052         trashing.
20054 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
20056         * files.el (move-file-to-trash): Add freedesktop trash
20057         support (Bug#973).
20059 2009-06-28  Glenn Morris  <rgm@gnu.org>
20061         * autorevert.el (global-auto-revert-non-file-buffers)
20062         (global-auto-revert-mode): Doc fixes.
20064 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
20066         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
20068 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
20070         * faces.el (x-handle-named-frame-geometry): Ensure that we have
20071         opened an X connection before calling x-get-resource (Bug#3194).
20073         * play/doctor.el: Remove reference to obsolete website.
20074         (make-doctor-variables): Correct grammar mistake (Bug#2633).
20076 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
20078         Remove find-file-not-found-hook VC method.  (Bug#2757)
20079         * vc-hooks.el (vc-file-not-found-hook)
20080         (vc-default-find-file-not-found-hook): Remove functions.
20081         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
20082         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
20083         * vc.el:
20084         * vc-hg.el:
20085         * vc-git.el: Do not mention find-file-not-found-hook VC method.
20087 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
20089         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
20090         compatibility function for `looking-back'.
20092         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
20093         Use `ispell-looking-back'.
20095 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
20097         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
20098         rather than `filename'.
20100 2009-06-23  Miles Bader  <miles@gnu.org>
20102         * face-remap.el (text-scale-set): New function.
20104 2009-06-23  Glenn Morris  <rgm@gnu.org>
20106         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
20108         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
20110         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
20112         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
20114         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
20115         Simplify Persian conditionals.
20117         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
20118         variable `filename'.
20120         * comint.el (comint-insert-input): Doc fix.
20122         * Makefile.in (ELCFILES): Fix typo in previous change.
20124 2009-06-23  Miles Bader  <miles@gnu.org>
20126         * cus-start.el: Add entry for `recenter-redisplay'.
20128 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
20130         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
20131         Add an optional argument for the backend, use it instead of
20132         calling vc-backend.
20133         (vc-mode-line): Add an optional argument for the backend.
20134         Pass the backend to vc-state and vc-working-revision.  Move code for
20135         special handling for vc-state being a buffer to ...
20137         * vc-rcs.el (vc-rcs-find-file-hook):
20138         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
20140         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
20141         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
20142         vc-stay-local-p and vc-mode-line calls.
20144         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
20145         (vc-cvs-diff, vc-cvs-annotate-command)
20146         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
20147         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
20148         vc-mode-line calls.
20150         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
20151         direct comparison.
20152         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
20153         backend when calling vc-mode-line.
20154         (vc-register): Do not create a closure for calling the vc register
20155         function, call it directly.
20157 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
20159         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
20160         to make it obvious item can be clicked.
20162         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
20164 2009-06-23  Kenichi Handa  <handa@m17n.org>
20166         * language/korea-util.el (korean-key-bindings): Change the binding
20167         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
20168         same command.
20170 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
20172         Sync with Tramp 2.1.16.
20174         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
20176         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
20177         when a loading of a package fails.  Completion function for rsync
20178         is `tramp-completion-function-alist-ssh'.
20179         (all): Replace all calls of `split-string' and
20180         `tramp-split-string' by `tramp-compat-split-string'.
20181         (tramp-default-method): Use `tramp-compat-process-running-p'.
20182         (tramp-default-proxies-alist): Allow also Lisp forms.
20183         (tramp-remote-path): Add choice "Private Directories".
20184         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
20185         (tramp-domain-regexp): Allow also "-", "_" and ".".
20186         (tramp-end-of-output): Remove newlines, and add "$" at the end.
20187         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
20188         (tramp-debug-message): Insert header line in debug buffer.
20189         (tramp-handle-directory-files-and-attributes-with-stat):
20190         Care about filenames with spaces, or starting with "-".
20191         (tramp-handle-dired-uncache): New defun.
20192         (tramp-handle-insert-directory): Don't flush the directory from
20193         cache, this is handled by `dired-uncache' now.
20194         (tramp-handle-insert-file-contents): Improve error handling.
20195         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20196         Quote `tramp-end-of-output'.
20197         (tramp-action-password): Improve trace message.
20198         (tramp-check-for-regexp): Both echoes must be present, before removing.
20199         (tramp-open-connection-setup-interactive-shell): Trace coding system.
20200         (tramp-compute-multi-hops): Eval cons cells of
20201         `tramp-default-proxies-alist'.
20202         (tramp-maybe-open-connection): Use the same command pattern for
20203         first hop and further hops.
20204         (tramp-wait-for-output): Remove handling of newlines.
20205         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
20206         (tramp-split-string): Remove function.  It is handled in
20207         tramp-compat now.
20209         * net/tramp-cmds.el (tramp-bug):
20210         Recommend `tramp-cleanup-all-connections' in the bug mail.
20212         * net/tramp-compat.el (tramp-compat-split-string)
20213         (tramp-compat-process-running-p): New defuns.
20215         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
20216         for `dired-uncache'.
20218         * net/tramp-gvfs.el: New package.
20220         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20221         Add handler for `dired-uncache'.
20222         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
20224         * net/trampver.el: Update release number.  Make version check fit
20225         for SXEmacs 22.
20227 2009-06-22  Jim Meyering  <meyering@redhat.com>
20229         Automatically handle .xz suffix (XZ-compressed files), too.
20230         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
20231         XZ is the successor to LZMA: <http://tukaani.org/xz/>
20233 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
20234             Nick Roberts  <nickrob@snap.net.nz>
20236         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
20237         repository (http://sphinx.net.ru/hg/gdb-mi/).
20239 2009-06-22  Glenn Morris  <rgm@gnu.org>
20241         * files.el (dir-locals-collect-mode-variables): Allow for any number of
20242         `mode' and `eval' entries.  (Bug#3430)
20244         * Makefile.in (ELCFILES): Add fadr.elc.
20246         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
20247         differing behavior of \n and ^ in strings.  (Bug#3385)
20249         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
20251         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
20252         property.
20253         (lisp-indent-function): Make it a defcustom.
20255 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
20257         * progmodes/gdb-ui.el: Replace with ...
20258         * progmodes/gdb-mi.el: ... this file.
20259         * progmodes/gud.el: Modify for gdb-mi.el.
20261 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
20263         * fadr.el: New file.
20265 See ChangeLog.14 for earlier changes.
20267 ;; Local Variables:
20268 ;; coding: utf-8
20269 ;; End:
20271   Copyright (C) 2009, 2010  Free Software Foundation, Inc.
20273   This file is part of GNU Emacs.
20275   GNU Emacs is free software: you can redistribute it and/or modify
20276   it under the terms of the GNU General Public License as published by
20277   the Free Software Foundation, either version 3 of the License, or
20278   (at your option) any later version.
20280   GNU Emacs is distributed in the hope that it will be useful,
20281   but WITHOUT ANY WARRANTY; without even the implied warranty of
20282   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20283   GNU General Public License for more details.
20285   You should have received a copy of the GNU General Public License
20286   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.