* dnd.el (dnd-get-local-file-name): Unhex of file name shall
[emacs.git] / lisp / ChangeLog
blob8b60f871d783314fce8572aa4c297ffa3fea0df6
1 2010-12-20  Leo  <sdl.web@gmail.com>
3         * dnd.el (dnd-get-local-file-name): Unhex of file name shall
4         always be performed (Bug#7680).
6 2010-12-20  Chong Yidong  <cyd@stupidchicken.com>
8         * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
9         (menu-bar-edit-menu): Bind "Copy" to kill-ring-save.  Don't use
10         mouse-region-match.
12         * color.el: Move from gnus/.
14         * vc/diff.el (diff-better-file-name): Function deleted.
15         abbreviating file names causes problems with shell-quote-argument.
16         (diff-no-select): Just use expand-file-name.
18         * tool-bar.el (tool-bar--image-expression): New function.
19         (tool-bar-local-item, tool-bar--image-exp): Use it.
20         (tool-bar-setup): Initialize tool-bar-separator-image-expression.
21         Use :enable instead of :visible to avoid changing the tool-bar
22         configuration unnecessarily.
24         * info.el (info-tool-bar-map): Add separators.
26 2010-12-17  Ken Brown  <kbrown@cornell.edu>
28         * loadup.el: Use version numbers in Cygwin build.
30 2010-12-17  Ryan Twitchell  <metatheorem@gmail.com>  (tiny change)
32         * ido.el (ido-file-internal): Ask for confirmation before
33         overwriting an existing file (Bug#1238).
35 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
37         * tool-bar.el (tool-bar-setup): Add separators.
39         * menu-bar.el (featurep): Use menu-bar-separator.
41 2010-12-16  Ken Manheimer  <ken.manheimer@gmail.com>
43         Migrate allout encryption provisions from pgg to epg.
45         * allout.el (allout-toggle-current-subtree-encryption)
46         (allout-toggle-subtree-encryption): Adjust docstrings to reflect
47         defaulting policy and other changes.  Change fetch-pass to keymode-cue,
48         for simpler universal argument interpretation.
49         (allout-toggle-subtree-encryption):  Adjust docstring to describe
50         changed encryption provisions.  Change fetch-pass to keymode-cue, for
51         simpler universal argument interpretation.  Remove provisions for
52         handling key type and identity - they'll all be within
53         allout-encrypt-string or epg/epg or even contained all the way in gpg.
54         (allout-encrypt-string): Include keymode-cue, for optionally prompting
55         for keypair recipients (universal argument > 1) and, in addition,
56         associating the specified recipients with the outline (universal
57         argument > 4) using a file local variable setting for
58         'epa-file-encrypt-to'.
59         Require epa, for recipients handling.
60         Change how regexp filtering elements are named.
61         Describe the problem with caching of incorrect symmetric-decryption
62         keys.
63         Use the epa-passphrase-callback-function, in case the user is using
64         GnuPG v1.
65         Support saving of the selected keypair recipients when invoked with a
66         keymode-cue > 4.
67         Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
68         Require 'epa.
69         Establish epg-context with armoring and default epg-protocol.
70         Remove all passphrase cache, verification, and hinting code.
71         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
72         No longer used, delete.
73         (allout-mode): Adjust docstring to describe changed encryption
74         provisions.  Describe the problem with caching of incorrect
75         symmetric-decryption keys.
76         (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
77         (allout-make-passphrase-state, allout-passphrase-state-passphrase)
78         (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
79         (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
80         Obsolete, remove.
82 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
84         * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
85         key selection prompt; make 'silent as default (Bug#7487).
87 2010-12-16  Leo  <sdl.web@gmail.com>
89         * eshell/eshell.el (eshell-directory-name): Use
90         locate-user-emacs-file (Bug#7578).
92 2010-12-15  Glenn Morris  <rgm@gnu.org>
94         * loadup.el (symbol-file-load-history-loaded): Remove; unused.
96 2010-12-15  Jari Aalto  <jari.aalto@cante.net>
97             Scott Evans <gse@antisleep.com>
99         * rect.el (rectange--default-line-number-format)
100         (rectangle-number-line-callback): New functions.
101         (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
103 2010-12-15  Chong Yidong  <cyd@stupidchicken.com>
105         * rect.el (operate-on-rectangle-lines, string-rectangle-string):
106         Delete unused variables.
107         (move-to-column-force): Remove function obsolete since 21.2.
109 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
111         * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
112         (tramp-handle-insert-file-contents): Do not set permanent-local
113         property.
115         * net/tramp-cache.el (tramp-persistency-file-name): Use
116         `locate-user-emacs-file' if fboundp.
118         * net/tramp-sh.el (tramp-methods): Add "ksu".
119         (tramp-default-user-alist): Add "ksu".  Use `regexp-opt' for
120         method list.
122 2010-12-14  Glenn Morris  <rgm@gnu.org>
124         * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
125         (find-tag-marker-ring): Declare.
126         (js-find-symbol): Require etags.
128         * mail/sendmail.el: Don't require rmail or mailalias when compiling.
129         Require mail-utils.
130         (mail-alias-file): Don't autoload.  Doc fix.
131         (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
132         (mail-mailer-swallows-blank-line): Default to nil.  Doc fix.
133         Mark as obsolete, and risky.
134         (mail-setup): Simplify.
136         * mail/mailalias.el (build-mail-aliases): Make it interactive.
137         * mail/sendmail.el (build-mail-aliases): Update autoload.
139         * dired.el (dired-trivial-filenames, dired-chown-program)
140         (dired-auto-revert-buffer): Remove autoload cookies.
141         * mail/sendmail.el (mail-recover-1): Require 'dired.
143         * dired.el (dired-subdir-switches, dired-chown-program)
144         (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
145         Make into defcustoms.
146         (dired-chown-program): Simplify initialization.
148         * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
150 2010-12-13  Romain Francoise  <romain@orebokech.com>
152         * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
154 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156         * net/netrc.el (netrc-point-at-eol): Remove the unused
157         netrc-point-at-old and netrc-bound-and-true-p bindings.
158         (netrc-parse): Cache the netrc contents.
160 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
162         * subr.el (posn-col-row): Evaluate header-line-format in the
163         context of the POSITION window's buffer.
165 2010-12-13  Glenn Morris  <rgm@gnu.org>
167         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
168         (with-silent-modifications): Doc fixes.
170 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
172         * net/tramp.el (tramp-action-password, tramp-process-actions):
173         Revert previous from.  Use `save-restriction'.
175 2010-12-13  Stephen Berman  <stephen.berman@gmx.net>
177         * calendar/diary-lib.el (diary-list-sexp-entries):
178         Handle case of no newline at end of file.  (Bug#7536)
180 2010-12-13  Glenn Morris  <rgm@gnu.org>
182         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
184 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
186         * net/tramp.el (tramp-action-password): Delete region, do not narrow.
187         (tramp-process-actions): Do not widen.
189         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
190         Protect buffer-modified value.  (Bug#7557)
192 2010-12-13   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
194         * log-edit.el (log-edit-changelog-entries):
195         Regexp quote filename.  (Bug#7505)
197 2010-12-13  Tom Breton  <tehom@panix.com>
199         * cus-edit.el (custom-save-all):
200         Bind print-length and print-level to nil.  (Bug#7581)
202 2010-12-13  Glenn Morris  <rgm@gnu.org>
204         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
205         Run hooks to update menu contents.  (Bug#7586)
207         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
208         file names, for the sake of MS Windows.  (Bug#7588)
210 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
212         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
213         empty lines without a leading space.
215 2010-12-13  Leo  <sdl.web@gmail.com>
217         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
218         while mapping over marks (Bug#6810).
220 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
222         * image-dired.el (image-dired-db-file)
223         (image-dired-temp-image-file, image-dired-gallery-dir)
224         (image-dired-temp-rotate-image-file): Set default values relative
225         to image-dired-dir (Bug#7518).
227 2010-12-13  Lawrence Mitchell  <wence@gmx.li>
229         * format.el (format-decode-run-method): Pass args FROM and TO, not
230         point-min and point-max, to shell-command-on-region (Bug#7488).
232 2010-12-13  Jan Djärv  <jan.h.d@swipnet.se>
234         * frame.el (blink-cursor-mode): Make default t for ns.
236 2010-12-13  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
238         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
240 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
242         * comint.el (comint-dynamic-list-input-ring)
243         (comint-dynamic-complete-filename)
244         (comint-replace-by-expanded-filename)
245         (comint-dynamic-simple-complete)
246         (comint-dynamic-list-filename-completions)
247         (comint-dynamic-list-completions): Doc fix (Bug#7499).
249         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
250         Doc fix (Bug#7471).
252 2010-12-13  Martin Rudalics  <rudalics@gmx.at>
254         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
255         (Bug#7533).
257 2010-12-13  W. Martin Borgert <debacle@debian.org>  (tiny change)
259         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
260         (Bug#7491).
262 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
264         * files.el (file-relative-name): Handle UNC file names on
265         DOS/Windows.  (Bug#4674)
267 2010-12-13  Daiki Ueno  <ueno@unixuser.org>
269         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
270         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
271         (epg-context-set-passphrase-callback): Mention that the callback
272         is not called when used with GnuPG 2.x.
274 2010-12-13  Glenn Morris  <rgm@gnu.org>
276         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
277         Ensure ps-footer-font-size-internal is initialized.
278         Call ps-get-page-dimensions before trying to use ps-font-for-text.
280 2010-12-13  Kenichi Handa  <handa@m17n.org>
282         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
283         within condition-case.
284         (rmail-show-mime): Don't use condition-case.
285         (rmail-search-mime-message): New function.
286         (rmail-search-mime-message-function): Set to
287         rmail-search-mime-message.
289 2010-12-13  Leo  <sdl.web@gmail.com>
291         * ido.el (ido-common-initialization): New function.  (bug#3274)
292         (ido-mode): Use it.
293         (ido-completing-read): Call it.
295 2010-12-12  Karl Fogel  <kfogel@red-bean.com>
297         * bookmark.el (bookmark-name-from-full-record): Rename back to
298         this original name from `bookmark-name-from-record' reverting part
299         of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
300         As Drew Adams pointed out, there was no reason to cause churn for
301         third-party callers.
303 2010-12-12  Alan Mackenzie  <acm@muc.de>
305         * progmodes/cc-engine.el (c-forward-type): Before scanning a
306         template arglist, check that the current language supports this.
308 2010-12-11  Glenn Morris  <rgm@gnu.org>
310         * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
311         state of the file matches.  (Bug#7544)
312         (vc-bzr-register, vc-bzr-checkin)
313         (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
314         (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
316         * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
318 2010-12-11  Karel Klíč  <kklic@redhat.com>
320         * files.el (auto-mode-alist): Use html-mode for *.xhtml.  (Bug#7606)
322 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
324         Derive from prog-mode, use derived-mode-p, and fix up various
325         minor style issues in lisp/progmodes.
327         * progmodes/vhdl-mode.el (vhdl-mode):
328         * progmodes/verilog-mode.el (verilog-mode):
329         * progmodes/vera-mode.el (vera-mode):
330         * progmodes/sql.el (sql-mode):
331         * progmodes/scheme.el (scheme-mode):
332         * progmodes/perl-mode.el (perl-mode):
333         * progmodes/octave-inf.el (inferior-octave-mode):
334         * progmodes/autoconf.el (autoconf-mode):
335         * progmodes/m4-mode.el (m4-mode):
336         * progmodes/inf-lisp.el (inferior-lisp-mode):
337         * progmodes/idlwave.el (idlwave-mode):
338         * progmodes/icon.el (icon-mode):
339         * progmodes/idlw-help.el (idlwave-help-mode):
340         * progmodes/dcl-mode.el (dcl-mode):
341         * progmodes/idlw-shell.el (idlwave-shell-mode):
342         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
343         (ebrowse-member-mode, ebrowse-electric-position-mode):
344         Use define-derived-mode.
346         * progmodes/xscheme.el (exit-scheme-interaction-mode)
347         (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
348         (xscheme-debugger-mode-p, xscheme-send-string-1):
349         * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
350         (tcl-load-file, tcl-restart-with-file):
351         * progmodes/ps-mode.el (ps-run-running):
352         * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
353         * progmodes/js.el (js--get-all-known-symbols):
354         * progmodes/inf-lisp.el (inferior-lisp-proc):
355         * progmodes/idlwave.el (idlwave-beginning-of-statement)
356         (idlwave-template, idlwave-update-buffer-routine-info)
357         (idlwave-update-current-buffer-info)
358         (idlwave-get-routine-info-from-buffers, idlwave-choose)
359         (idlwave-scan-class-info, idlwave-fix-keywords)
360         (idlwave-list-buffer-load-path-shadows):
361         * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
362         (idlwave-toolbar-remove):
363         * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
364         (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
365         (idlwave-shell-menu-def):
366         * progmodes/idlw-complete-structtag.el
367         (idlwave-prepare-structure-tag-completion):
368         * progmodes/gud.el (gud-set-buffer):
369         * progmodes/f90.el (f90-backslash-not-special):
370         * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
372         * progmodes/xscheme.el (xscheme-start)
373         (local-set-scheme-interaction-buffer, scheme-interaction-mode):
374         * progmodes/which-func.el (which-function):
375         * progmodes/vhdl-mode.el (vhdl-set-style):
376         * progmodes/verilog-mode.el (verilog-set-compile-command)
377         (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
378         (verilog-set-define, verilog-auto-reeval-locals):
379         * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
380         * progmodes/simula.el (simula-mode):
381         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
382         * progmodes/python.el (python-check, python-mode):
383         * progmodes/prolog.el (prolog-mode-variables):
384         * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
385         * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
386         * progmodes/delphi.el (delphi-mode):
387         * progmodes/cc-styles.el (c-setup-paragraph-variables):
388         * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
389         (c-font-lock-init): Move make-local-variable to their setq.
391         * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
392         (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
393         make-local-hook.
394         * progmodes/sh-script.el (sh-require-final-newline): Remove.
395         (sh-set-shell): Don't set require-final-newline since it's already done
396         by prog-mode.
397         * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
398         since we never set it.
399         * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
400         Use read-string and standard prompt.
401         * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
402         * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
403         (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
404         (meta-common-mode-map): Rename from meta-mode-map.
405         Remove C-m binding, which is a user preference, not mode specific.
406         (meta-common-mode): New major mode; replace meta-common-initialization.
407         * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
408         around with font-lock.
409         * progmodes/etags.el (select-tags-table-mode):
410         Derive from special-mode.
411         * progmodes/octave-mod.el (octave-mode):
412         * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
413         (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
414         (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
415         Let define-derived-mode do its job.
416         * progmodes/cpp.el (cpp-edit-mode-map):
417         Move initialization into declaration.
418         (cpp-edit-mode): Use define-derived-mode.
419         (cpp-edit-load): Use derived-mode-p.
420         * progmodes/mixal-mode.el (mixal-mode):
421         * progmodes/f90.el (f90-mode):
422         * progmodes/cfengine.el (cfengine-mode): Don't bother setting
423         require-final-newline since prog-mode does it already.
424         * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
425         * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
426         * progmodes/antlr-mode.el: Require cc-mode upfront.
427         (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
428         the declaration.
429         (antlr-directory-dependencies, antlr-show-makefile-rules):
430         Use derived-mode-p.
431         (antlr-language-option): Don't assume point-min==1.
432         (antlr-mode): Use define-derived-mode.
433         * progmodes/ada-mode.el: Use derived-mode-p.
434         (ada-mode): Use define-derived-mode.
435         Use hack-local-variables-hook.
437 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
439         * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
440         (texinfo-mode): Don't disable adaptive-fill-mode.
441         (texinfo-insert-block): Adjust cursor placement for blocks with arg.
442         (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
443         (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
444         (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
445         (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
446         (texinfo-insert-@quotation, texinfo-insert-@samp)
447         (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
448         (texinfo-insert-@uref): Use define-skeleton.
449         (texinfo-insert-@-with-arg): Delete.
451 2010-12-10  Eli Zaretskii  <eliz@gnu.org>
453         * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
454         nil, do quote archive member names.  (Bug#6144)
456 2010-12-10  Glenn Morris  <rgm@gnu.org>
458         * files.el (diff-no-select): Declare.
460         * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
461         (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
463         * comint.el (comint-input-ring-file-name): Doc fix.
465 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
467         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
468         New functions.
469         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
470         Use them instead of `nil' and `>', respectively.
471         (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
472         instead of `nil'.
473         (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
474         and menu-bar-positive-p instead of `nil' and `>', respectively.
475         (Bug#1077)
477 2010-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
479         * whitespace.el (whitespace-newline-mode): Code fix.
481 2010-12-09  Glenn Morris  <rgm@gnu.org>
483         * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
484         Rename functions without commas, update callers.
486 2010-12-08  Jeff Dairiki  <dairiki@dairiki.org>  (tiny change)
488         * whitespace.el (whitespace-cleanup-region):
489         Clean up spaces before tabs.  (Bug#7582)
491 2010-12-08  Karl Fogel  <kfogel@red-bean.com>
493         * bookmark.el: Adjust parameter names and doc strings to resolve
494         confusion over whether "bookmark" meant a bookmark name or a
495         bookmark record.  Along the way, shorten one function's name for
496         similar reasons.  (Issue #7548)
497         (bookmark-name-from-record): New name for
498         `bookmark-name-from-full-record'.  All callers changed.
499         (bookmark-get-bookmark, bookmark-get-bookmark-record)
500         (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
501         (bookmark-get-annotation, bookmark-set-annotation)
502         (bookmark-get-filename, bookmark-set-filename)
503         (bookmark-get-position, bookmark-set-position)
504         (bookmark-get-front-context-string, bookmark-set-front-context-string)
505         (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
506         (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
507         (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
508         Rename `bookmark' parameter to `bookmark-name-or-record', to
509         clearly show its role, and shorten or adjust doc strings accordingly.
510         (bookmark-set-name): Same, and pass the parameter directly to
511         `bookmark-get-bookmark' instead of redundantly doing the callee's work.
512         (bookmark-default-annotation-text, bookmark-send-edited-annotation)
513         (bookmark-relocate, bookmark-insert-location, bookmark-insert)
514         (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
515         and in some cases shorten doc string accordingly.
516         (bookmark-rename): Change `old' and `new' parameters to `old-name'
517         and `new-name', and adjust an internal variable to avoid confusion.
518         (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
519         parameter in doc string.
521 2010-12-08  Glenn Morris  <rgm@gnu.org>
523         * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
524         from gdb's history file.  (Bug#7575)
526         * mail/emacsbug.el (report-emacs-bug):
527         Try to handle some other mail clients.
529 2010-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
531         * files.el (dir-locals-collect-variables): Don't let errors stop us.
532         Use string-prefix-p.
533         (file-name-version-regexp): New var.
534         (file-name-sans-versions):
535         * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
536         (jka-compr-get-compression-info): Use dolist.
537         (jka-compr-compression-info-list): Don't bother specifying
538         version/backup regexps.
540 2010-12-07  Tassilo Horn  <tassilo@member.fsf.org>
542         * simple.el (just-one-space): Make argument n default to 1 if
543         omitted.
545 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
547         * electric.el (electric-indent-post-self-insert-function):
548         Delete trailing newlines even if we don't reindent.
550 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
552         * minibuffer.el (completion-at-point): Remove the `arg'.
553         * bindings.el (complete-symbol): Move back from minibuffer.el.
555 2010-12-06  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
557         * simple.el (just-one-space): Delete newlines for negative arg.
559 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
561         * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
562         (ansi-color-filter-apply): Simplify.
563         (ansi-color-apply): Use `font-lock-face' rather than `face'.
565 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
567         * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
569 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
571         * dired.el (dired-use-ls-dired): Set default to a special
572         "unspecified" value.
573         (dired-insert-directory): When called the first time, check
574         whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
576 2010-12-04  Tak Ota  <Takaaki.Ota@am.sony.com>
578         * replace.el: Add "collect" feature to occur.
579         (occur-collect-regexp-history): New var.
580         (occur-read-primary-args): Return a replace string for nlines,
581         if needed.
582         (occur): Extend the meaning of nlines.
584 2010-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
586         * progmodes/which-func.el (which-func-ff-hook): Log the error message.
587         (which-func-update-1): Distinguish symbols from strings.
588         (which-function): Stay within 80 columns.
590 2010-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
592         * subr.el (with-demoted-errors): Distinguish symbols from strings.
594         * newcomment.el (comment-styles): Add docs to each style (bug#7509).
595         Improve docstring.
596         (comment-style): Use comment-styles's docs to describe values.
598 2010-12-03  Jan Djärv  <jan.h.d@swipnet.se>
600         * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
601         and ns-show-prefs (Bug#7535).
603         * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
604         bindings (Bug#7535).
606 2010-12-03  Glenn Morris  <rgm@gnu.org>
608         * nxml/nxml-mode.el: Require rng-nxml.
609         (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
610         Remove declarations.
612         * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
613         * nxml/rng-nxml.el, nxml/rng-valid.el:
614         Remove leading `*' from defcustom docs.
616         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
617         (normal-top-level-add-to-load-path, tty-handle-args):
618         Convert comments to basic doc-strings.
620         * net/browse-url.el (browse-url-url-at-point)
621         (browse-url-default-browser): Remove autoload cookies.
623         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
624         Remove more undefined cl functions.
626         * vc/diff.el (diff-sentinel): Make new arguments optional.
627         * ibuf-ext.el (diff-sentinel): Update declaration.
629 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
631         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
632         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
633         (epg-context-set-passphrase-callback): Mention that the callback
634         is not called when used with GnuPG 2.x.
636 2010-12-02  Michael Albinus  <michael.albinus@gmx.de>
638         * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
639         (tramp-file-name-port): Check also for `tramp-default-port'.
640         (tramp-get-connection-name): New defun.
641         (tramp-get-connection-process): Use it.
642         (tramp-debug-message): Extend function exclude list.
643         (tramp-drop-volume-letter): Fix doc string.
645         * net/tramp-cmds.el: Remove solved todo item.
647         * net/tramp-efs.el:
648         * net/tramp-ftp.el:
649         * net/tramp-gvfs.el:
650         * net/tramp-gw.el:
651         * net/tramp-imap.el:
652         * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
653         and `tramp-default-user-alist', respectively.
655         * net/tramp-gw.el (tramp-gw-open-connection):
656         Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
658         * net/tramp-imap.el (tramp-imap-make-iht): Use just
659         `tramp-file-name-port'.
661         * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
662         and "psftp".  Exchange "%k" marker with options.
663         (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
664         Compute size of link target.
665         (tramp-do-copy-or-rename-file-out-of-band). Move setting of
666         `tramp-current-*' up due to gateway methods.  Optimze computing of
667         copy arguments.  Use `tramp-get-connection-name' and
668         `tramp-get-connection-buffer'.  Improve debug messages.
669         (tramp-compute-multi-hops): Remove port determination.
670         (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
672         * net/trampver.el: Update release number.
674 2010-12-02  Glenn Morris  <rgm@gnu.org>
676         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
677         Avoid infinite loop over windows.  (Bug#7492)
679         * progmodes/flymake.el (flymake-check-file-limit):
680         Allow nil to mean "no limit".
681         (flymake-check-patch-master-file-buffer): Update for above change.
682         Allow a .tex file-name extension to be optional.
683         (flymake-master-tex-init): Also match \include statements.
685 2010-11-30  Sam Steingold  <sds@gnu.org>
687         * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
688         (nxml-parent-document-set): A function to set `nxml-parent-document'.
689         (nxml-mode): Define using `define-derived-mode' instead of `defun'.
690         (nxml-mode-hook): Remove `defcustom' (auto-defined by
691         define-derived-mode').
692         * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
693         users who want to call `nxml-parent-document-set'.
695 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
697         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
698         stand-alone lines, since that is handled by log-edit-match-to-eoh
699         (Bug#6465).
701 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
703         * dired.el (dired-get-filename): Replace backslashes with slashes
704         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
705         * locate.el (locate-default-make-command-line): Don't consider
706         drive letter and root directory part of
707         `directory-listing-before-filename-regexp'.  (Bug#7308)
708         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
710 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
712         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
713         of :smie-open/close-alist.
714         (smie-next-sexp): Make it accept a "start token" as argument.
715         (smie-indent-keyword): Be careful not to misidentify tokens that span
716         more than one line, as empty lines.  Add argument `token'.
718 2010-11-27  Kenichi Handa  <handa@m17n.org>
720         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
721         multipart subtypes, insert all as usual.
723         * mail/rmail.el: Require rfc2047.
725 2010-11-27  Kenichi Handa  <handa@m17n.org>
727         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
728         (rmail-mime-entity-disposition)
729         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
730         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
731         (rmail-mime-save): Handle the case that the button's `data' is a
732         MIME entity.
733         (rmail-mime-insert-text): New function.
734         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
735         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
736         (rmail-mime-insert-bulk): New function mostly copied from the old
737         rmail-mime-bulk-handler.
738         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
739         (rmail-mime-process-multipart): New function mostly copied from
740         the old rmail-mime-multipart-handler.
741         (rmail-mime-show): Just call rmail-mime-process.
742         (rmail-mime-process): New function mostly copied from the old
743         rmail-mime-show.
744         (rmail-mime-insert-multipart, rmail-mime-parse)
745         (rmail-mime-insert, rmail-show-mime)
746         (rmail-insert-mime-forwarded-message)
747         (rmail-insert-mime-resent-message): New functions.
748         (rmail-insert-mime-forwarded-message-function): Set to
749         rmail-insert-mime-forwarded-message.
750         (rmail-insert-mime-resent-message-function): Set to
751         rmail-insert-mime-resent-message.
753         * mail/rmailsum.el: Require rfc2047.
754         (rmail-header-summary): Handle multiline Subject: field.
755         (rmail-summary-line-decoder): Change the default to
756         rfc2047-decode-string.
758         * mail/rmail.el (rmail-enable-mime): Change the default to t.
759         (rmail-mime-feature): Change the default to `rmailmm'.
760         (rmail-quit): Delete the specifal code for rmail-enable-mime.
761         (rmail-display-labels): Likewise.
762         (rmail-show-message-1): Check rmail-enable-mime, and use
763         rmail-show-mime-function for a MIME message.  Decode the headers
764         according to RFC2047.
766 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
768         * progmodes/which-func.el (which-func-imenu-joiner-function):
769         Return a string, as expected.
770         (which-function-mode): Make sure we stop any previous timer before
771         starting a new one.
773 2010-11-27  Michael Albinus  <michael.albinus@gmx.de>
775         * net/tramp.el (tramp-default-method-alist)
776         (tramp-default-user-alist, tramp-default-proxies-alist):
777         Adapt custom options type.  (Bug#7445)
779 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
781         * progmodes/python.el: Add Ipython support (Bug#5390).
782         (python-shell-prompt-alist)
783         (python-shell-continuation-prompt-alist): New options.
784         (python--set-prompt-regexp): New function.
785         (inferior-python-mode, run-python, python-shell):
786         Require ansi-color.  Use python--set-prompt-regexp to set the comint
787         prompt based on the Python interpreter.
788         (python--prompt-regexp): New var.
789         (python-check-comint-prompt)
790         (python-comint-output-filter-function): Use it.
791         (run-python): Use a pipe (Bug#5694).
793 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
795         * progmodes/python.el (run-python): Doc fix.
796         (python-keep-current-directory-in-path): New var (Bug#7454).
798 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
800         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
801         Prompt user before actually printing.
803 2010-11-27  Glenn Morris  <rgm@gnu.org>
805         * startup.el (package-enable-at-startup, package-initialize):
806         Remove unnecessary declarations.
808 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
810         * international/characters.el (glyphless-char-display-control):
811         Exclude newline and TAB from the c0-control group.
813 2010-11-27  Glenn Morris  <rgm@gnu.org>
815         * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
816         (expand-mail-aliases): Remove unnecessary autoload.
818         * allout.el (allout-command-prefix, allout-mode-map): Declare.
820         * shell.el (shell-dir-cookie-re): Move definition before use.
822         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
823         Replace undefined CL functions.
825 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
827         * simple.el (prog-mode): Set bidi-paragraph-direction to
828         left-to-right.
830         * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
832 2010-11-26  Glenn Morris  <rgm@gnu.org>
834         * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
835         diary-outlook-formats can be sensitive to calendar-date-style.
836         (diary-outlook-formats): Simplify the default setting.
837         (diary-from-outlook-internal): Pass subject and body as arguments.
838         Use dolist rather than dotimes.  Don't save the diary buffer.
839         (diary-from-outlook-gnus, diary-from-outlook-rmail):
840         Pass subject and body as explicit arguments to the -internal function.
842 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844         * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
845         parsing them.  This makes mailto:...?subject=foo\nbar work.
847 2010-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
849         * vc/diff.el (diff): Fix last change.
851 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
853         * emacs-lisp/pcase.el: Improve pcase-let.  Use "pcase--" prefix.
854         (pcase--dontcare-upats): New var.
855         (pcase-let, pcase-let*): Generate better code.
856         Accept the same bodies as `let'.
857         (pcase-dolist): New macro.
858         (pcase--trivial-upat-p): New helper function.
859         (pcase--expand): Strip leading "(let nil" if any.
861 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863         * mail/mailclient.el (browse-url): Require.
864         (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
865         use the external browser function to send the mail (bug#7469).
867         * net/browse-url.el (browse-url-browser-function): Revert the
868         default back to the previous value, since the new value broke
869         mailclient.el.
870         (browse-url-mailto-function): New variable for mailto: URLs.
871         (browse-url): Use the new variable for mailto: URLs.
873 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * eshell/esh-cmd.el (eshell-parse-command):
876         * eshell/esh-arg.el (eshell-parse-arguments):
877         * eshell/em-script.el (eshell-source-file):
878         Use with-silent-modifications.
880 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
882         * vc/vc.el (vc-merge): Remove optional arg PROMPT.  Always prompt
883         for a merge location.
885         * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
886         (vc-bzr-merge-branch): Always prompt.
887         (vc-bzr-async-command): Use the full branch filename.
889 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
891         * shell.el (shell): Use current-buffer by default if it's already
892         a shell mode buffer and its process is dead.
893         Suggested by Jose E. Marchesi <jemarch@gnu.org>.
895 2010-11-23  Tassilo Horn  <tassilo@member.fsf.org>
897         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
898         Mention that the keywords should be comma separated.
900 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
902         * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
903         Accept optional prefix arg meaning to prompt for a command.
904         (vc-update): Use vc-BACKEND-pull if available.  Accept optional
905         prefix arg meaning to prompt for a command.
906         (vc-pull): Alias for vc-update.
908         * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
909         (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
910         (vc-bzr-merge-branch): New functions, implementing merge-branch
911         and pull operations.
913 2010-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
915         * Makefile.in: Fix up last merge.
917         * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
918         (diff-sentinel): Get them as arguments instead.
919         (diff-old-file, diff-new-file, diff-extra-args): Remove.
920         (diff-file-local-copy, diff-better-file-name): New funs.
921         (diff-no-select): Rename from diff-into-buffer.
922         Support buffers additionally to files.  Move `buf' arg.  Don't display buf.
923         Prefer closures to buffer-local variables.
924         (diff): Adjust accordingly.
925         (diff-buffer-with-file): Move from files.el.
926         * files.el (diff-buffer-with-file): Move to vc/diff.el.
927         (diff-buffer-internal): Remove.
928         (diff-buffer-buffer): Remove.
929         (save-some-buffers-action-alist): Use diff-no-select so as not to guess
930         the buffer name used, and so as not to mess up windows and frames.
932 2010-11-22  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
934         * files.el: Make revert work with diff-buffer-with-file (bug#7277).
935         (diff-buffer-internal): New function extracted from diff-buffer-with-file
936         (diff-buffer-with-file): Use it.
937         * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
938         (diff): Use it.
940 2010-11-22  Tassilo Horn  <tassilo@member.fsf.org>
942         * textmodes/reftex-ref.el (reftex-goto-label): Use the current
943         \ref's or \pageref's value as default instead of initial input.
945 2010-11-21  Michael Albinus  <michael.albinus@gmx.de>
947         * files.el (backup-by-copying-when-mismatch): The default value is
948         now t.
950         * startup.el (normal-top-level):
951         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
952         `backup-by-copying-when-mismatch'.
954 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
956         * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
958 2010-11-21  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
960         * progmodes/python.el (python-font-lock-keywords):
961         Highlight top-level augmented assignments (Bug#6445).
963 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
965         * term/ns-win.el (ns-right-control-modifier)
966         (ns-right-command-modifier): Defvar them.
968         * cus-start.el (all): Add ns-right-control-modifier and
969         ns-right-command-modifier (Bug#7458).
971 2010-11-20  Glenn Morris  <rgm@gnu.org>
973         * emacs-lisp/authors.el (authors-ignored-files)
974         (authors-valid-file-names, authors-renamed-files-alist): Add entries.
976 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
978         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
979         (report-emacs-bug-parse-query-results)
980         (report-emacs-bug-create-existing-bugs-buffer): Pass through
981         keywords used for querying the bug database to show them in the
982         existing bugs buffer.
984 2010-11-20  Jan Djärv  <jan.h.d@swipnet.se>
986         * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
988         * info.el (info-tool-bar-map): Add some :vert-only keywords.
990 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
992         * international/characters.el (glyphless-char-display-control):
993         Make it a defcustom, with update-glyphless-char-display as its
994         :set attribute.
995         (top level): Don't call update-glyphless-char-display.
997 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
999         Sync with Tramp 2.2.0.
1001         * net/tramp.el (tramp-handle-insert-file-contents): Don't use
1002         `file-remote-p' (due to compatibility).
1004         * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
1005         (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
1007         * net/trampver.el: Update release number.
1009 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
1011         * faces.el (glyphless-char): Define value for `pc'.
1013 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1015         Implemented a bug querying mechanism.
1016         * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
1017         (report-emacs-bug-create-existing-bugs-buffer)
1018         (report-emacs-bug-parse-query-results)
1019         (report-emacs-bug-query-existing-bugs): New functions.
1021 2010-11-19  Tassilo Horn  <tassilo@member.fsf.org>
1023         * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
1024         a \ref{} or \pageref{} macro, then use its value as initial input.
1026 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
1028         * calc/calc-units.el (math-build-units-table-buffer):
1029         calc/README: Mention that the TeX specific units won't use the
1030         `tex' prefix in TeX mode.
1031         calc/calc-lang.el (math-variable-table): Don't use the `tex'
1032         prefix for units in TeX mode.
1034 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1036         * simple.el (kill-new, kill-append, kill-region):
1037         * comint.el (comint-kill-region): Make the yank-handler argument
1038         obsolete.
1040 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1042         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
1043         that are both openers (resp. closers) and something else.
1044         (smie-grammar): Loosen definition of valid values.
1045         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
1046         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
1047         (smie-indent-after-keyword): Adjust users.
1048         (smie-indent-keyword): Don't indent empty lines.
1050         * vc-hg.el (vc-hg-program): New var.
1051         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
1052         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
1054 2010-11-18  Glenn Morris  <rgm@gnu.org>
1056         * emacs-lisp/autoload.el (autoload-find-destination): The function
1057         coding-system-eol-type may return non-numeric values.  (Bug#7414)
1059 2010-11-18  Ulrich Mueller  <ulm@gentoo.org>
1061         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
1063 2010-11-18  Eli Zaretskii  <eliz@gnu.org>
1065         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
1067 2010-11-18  Chong Yidong  <cyd@stupidchicken.com>
1069         * textmodes/picture.el (picture-mouse-set-point): Don't use
1070         posn-col-row; explicitly compute the motion based on the posn at
1071         the window-start (Bug#7390).
1073 2010-11-18  Glenn Morris  <rgm@gnu.org>
1075         * novice.el (disabled-command-function):
1076         Fix 2009-11-15 change.  (Bug#7384)
1078 2010-11-18  Glenn Morris  <rgm@gnu.org>
1080         * calendar/calendar.el (diary-iso-date-forms): Make elements
1081         mutually exclusive.  (Bug#7377)
1083 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1085         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
1086         when filling the remaining "unconstrained" values.
1088 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1090         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
1091         safety predicate.
1093         * files.el (safe-local-variable-p): Gracefully handle errors.
1095         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
1096         Use smie-indent-virtual when indenting relative to an opener.
1097         (smie-rule-separator): Use smie-rule-parent.
1098         (smie-indent-keyword): Consult rules, even for openers at bol.
1099         (smie-indent-comment-close): Try to align closer's content.
1101 2010-11-18  Glenn Morris  <rgm@gnu.org>
1103         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1105 2010-11-18  Glenn Morris  <rgm@gnu.org>
1107         * printing.el (pr-menu-bind): Doc fix.
1109         * speedbar.el (speedbar-toggle-images): Doc fix.
1111         * progmodes/python.el (python-shell): Doc fix.
1113         * wid-edit.el (widget-field-use-before-change)
1114         (widget-use-overlay-change): Doc fixes.
1116 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1118         Minor cleanup to improve style.
1119         * textmodes/rst.el (rst-update-section): Use point-marker.
1120         (rst-get-decoration): Eliminate unneeded assignment.
1121         (rst-promote-region, rst-straighten-decorations)
1122         (rst-section-tree, rst-adjust): Use point-marker.
1123         (rst-toc-mode-mouse-goto): Avoid setq.
1124         (rst-shift-region-guts, rst-shift-region-left)
1125         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
1126         (rst-convert-bullets-to-enumeration): Use copy-marker.
1128         * minibuffer.el (completion-fail-discreetly): New var.
1129         (completion--do-completion): Use it.
1131         * electric.el (electric-pair-pairs): New var.
1132         (electric-pair-post-self-insert-function): Use it.
1133         (electric-layout-post-self-insert-function): Don't insert a before
1134         newline unless it's actually needed.
1136 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1138         * progmodes/python.el (run-python): Explain why we remove the current
1139         directory from sys.path.  Suggested by Eric Hanchrow <erich@cozi.com>.
1141         * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
1143 2010-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1145         * progmodes/octave-mod.el: Rely on elecric-*-modes.
1146         (octave-mode-map): Don't bind ;, SPC, and LF.
1147         (octave-auto-indent, octave-auto-newline): Remove.
1148         (electric-layout-rules): Declare.
1149         (octave-mode): Set electric-layout-rules.
1150         (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
1151         (octave-reindent-then-newline-and-indent, octave-electric-semi)
1152         (octave-electric-space): Remove.
1154         * electric.el (electric-layout-mode): New minor mode.
1155         (electric--after-char-pos): New function.
1156         (electric-indent-post-self-insert-function): Use it.
1157         (electric-layout-rules): New var.
1158         (electric-layout-post-self-insert-function): New function.
1159         (electric-indent-mode): Make them interact better.
1161 2010-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1163         * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
1164         (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
1165         (checkdoc-proper-noun-region-engine): Use with-syntax-table.
1167 2010-11-15  Agustín Martín  <agustin.martin@hispalinux.es>
1169         * textmodes/flyspell.el (flyspell-generic-progmode-verify):
1170         Make sure to check inside the word (Bug#6761).
1172 2010-11-14  Chong Yidong  <cyd@stupidchicken.com>
1174         * startup.el (command-line): If the cursorColor resource is set,
1175         change the cursor face-spec (Bug#7392).
1177 2010-11-13  Ken Manheimer  <ken.manheimer@gmail.com>
1179         The main features of the following allout.el changes are:
1180         - implement user customization for the allout key bindings
1181         - add a customization control by which the user can inhibit use of
1182           a trailing Ctrl-H, so by default it's reserved for use with
1183           describe-prefix-bindings
1184         - adapt to new version of called-interactively-p, while
1185           maintaining backwards compatibility with old version
1186         - fix hotspot navigation so i works properly with meta-modified keys
1188         * allout.el (allout-keybindings, allout-bind-keys)
1189         (allout-keybindings-binding, allout-prefixed-keybindings)
1190         (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
1191         (allout-keybindings-list, allout-mode-map-adjustments)
1192         (allout-setup-mode-map): Establish allout-mode keymaps as user
1193         customizable settings, and also establish a customizable setting which
1194         regulates whether or not a trailing control-h is reserved for use with
1195         describe-prefix-bindings - and inhibit it by default, so that control-h
1196         *is* reserved for describe-prefix-bindings unless the user changes it.
1198         * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
1199         and accurately between modified and unmodified events, and handle
1200         modified events more comprehensively.
1202         * allout.el (allout-substring-no-properties):
1203         Alias to use or provide version of `substring-no-properties'.
1204         (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1206         * allout.el (allout-next-single-char-property-change):
1207         Alias to use or provide version of `next-single-char-property-change'.
1208         (allout-annotate-hidden, allout-hide-by-annotation):
1209         Use `allout-next-single-char-property-change'.
1211         * allout.el (allout-select-safe-coding-system):
1212         Alias to use or provide version of `select-safe-coding-system'.
1213         (allout-toggle-subtree-encryption):
1214         Use `allout-select-safe-coding-system'.
1216         * allout.el (allout-set-buffer-multibyte):
1217         Alias to use or provide version of `set-buffer-multibyte'.
1218         (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1220         * allout.el (allout-called-interactively-p): Macro for using the
1221         different versions of called-interactively-p identically, depending on
1222         the subroutine's argument signature.
1223         (allout-back-to-current-heading, allout-beginning-of-current-entry):
1224         Use `(interactive "p")' instead of `(called-interactively-p)'.
1226         * allout.el (allout-init, allout-ascend, allout-end-of-level)
1227         (allout-previous-visible-heading, allout-forward-current-level)
1228         (allout-backward-current-level, allout-show-children):
1229         Use `allout-called-interactively-p' instead of `called-interactively-p'.
1231         * allout.el (allout-before-change-handler):
1232         Exempt edits to the (overlaid) character after the allout outline
1233         bullet from edit confirmation prompt.
1235         * allout.el (allout-add-resumptions):
1236         Ensure that it respects correct buffer for keybindings.
1238         * allout.el (allout-beginning-of-line):
1239         Use `allout-previous-single-char-property-change' alias for the sake of
1240         diverse compatibility.
1242         * allout.el (allout-end-of-line):
1243         Use `allout-mark-active-p' to encapsulate respect for mark activity.
1245 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
1247         * frame.el (frame-notice-user-settings): Don't clobber other
1248         user-set parameters when calling face-set-after-frame-default in
1249         response to background-color parameter (Bug#7373).
1251 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1253         * international/characters.el (glyphless-char-display-control):
1254         Rename from glyphless-char-control; all users changed.  Doc fix.
1255         Signal an error if display method is not one of the recognized
1256         symbols.
1258 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
1260         * net/tramp-compat.el (tramp-compat-line-beginning-position)
1261         (tramp-compat-line-end-position): Remove them.
1263         * net/tramp.el (tramp-parse-rhosts-group)
1264         (tramp-parse-shosts-group, tramp-parse-sconfig-group)
1265         (tramp-parse-hosts-group, tramp-parse-passwd-group)
1266         (tramp-parse-netrc-group, tramp-parse-putty-group)
1267         * net/tramp-cmds.el (tramp-append-tramp-buffers)
1268         * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
1269         (tramp-sh-handle-file-selinux-context)
1270         (tramp-sh-handle-file-name-all-completions)
1271         (tramp-sh-handle-insert-directory)
1272         (tramp-sh-handle-expand-file-name, tramp-find-executable)
1273         (tramp-wait-for-output, tramp-send-command-and-read)
1274         * net/tramp-smb.el (tramp-smb-read-file-entry)
1275         (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
1277         * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
1278         `point-at-bol'.
1279         (tramp-remote-coding-commands): Add an alternative using "base64
1280         -d -i".  This is needed for older base64 versions from GNU
1281         coreutils.  Reported by Klaus Reichl
1282         <Klaus.Reichl@thalesgroup.com>.
1284 2010-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
1286         * simple.el (count-words-region): New function.
1288 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1290         * shell.el (shell-dir-cookie-re): New custom variable.
1291         (shell-dir-cookie-watcher): New function.
1293         * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
1294         and compilation-mode (bug#7350).
1296         * vc/smerge-mode.el (smerge-refine): Choose better default part to
1297         highlight when one of them is empty.
1299         * skeleton.el (skeleton-read): Don't use `newline' since it may strip
1300         trailing space.
1301         (skeleton-newline): New function.
1302         (skeleton-internal-1): Use it.
1304         * simple.el (open-line): `newline' may strip trailing space.
1306 2010-11-12  Kevin Ryde  <user42@zip.com.au>
1308         * international/mule-cmds.el (princ-list): Use mapc.
1310 2010-11-12  Glenn Morris  <rgm@gnu.org>
1312         * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
1313         Use it to replace all instances of "*Compile-Log*"
1315 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1317         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
1318         indentation specs.
1320 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1322         * progmodes/modula2.el: Use SMIE and skeleton.
1323         (m2-mode-syntax-table): (*..*) can be nested.
1324         Add //...\n.  Fix paren syntax.
1325         (m2-mode-map): Remove LF and TAB bindings.
1326         (m2-indent): Add safety property.
1327         (m2-smie-grammar): New var.
1328         (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
1329         (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
1330         (m2-mode): Use define-derived-mode.
1331         (m2-newline, m2-tab): Remove.
1332         (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
1333         (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
1334         (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
1335         (m2-import): Use define-skeleton.
1337 2010-11-11  Glenn Morris  <rgm@gnu.org>
1339         * obsolete/lucid.el: Don't warn about any CL functions in this file.
1341         * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
1342         (ls-lisp-verbosity): Add custom :set-after property.
1343         (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
1344         (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
1345         (ls-lisp-insert-directory): Update caller.
1346         (ls-lisp-set-options): New function.
1347         (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
1348         Doc fix.
1350         * play/landmark.el (lm-prompt-for-move):
1351         * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
1353         * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
1355         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
1356         (idlwave-study-twins): Prefix dynamic local variable `name'.
1357         (idlwave-routine-twin-compare): Update for above change.
1359         * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
1360         Prefix dynamic local variables `name', `kwd', and `link'.
1361         * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
1362         * progmodes/idlw-complete-structtag.el
1363         (idlwave-complete-structure-tag-help):
1364         * progmodes/idlwave.el (idlwave-complete-sysvar-help)
1365         (idlwave-complete-sysvar-tag-help)
1366         (idlwave-complete-class-structure-tag-help):
1367         Update for above name changes.
1369 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371         * net/browse-url.el (browse-url-browser-function): Change the
1372         default to use `browse-url-mail' on mailto: URLs.
1374 2010-11-10  Chong Yidong  <cyd@stupidchicken.com>
1376         * emacs-lisp/package.el (package-read-all-archive-contents):
1377         Reset package-archive-contents to nil before re-reading.
1379 2010-11-10  Brandon Craig Rhodes  <brandon@rhodesmill.org>  (tiny change)
1381         * textmodes/flyspell.el (flyspell-word): Do not re-check words
1382         already found as misspellings by (flyspell-large-region), just
1383         do highlighting (bug#7322).
1385 2010-11-10  Glenn Morris  <rgm@gnu.org>
1387         * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
1389         * emulation/edt.el (edt-with-position): New macro.
1390         (edt-find-forward, edt-find-backward, edt-find-next-forward)
1391         (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
1392         (edt-paragraph-forward, edt-paragraph-backward): Use it.
1394         * emulation/tpu-extras.el (tpu-with-position): New macro.
1395         (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
1397         * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
1399         * textmodes/texnfo-upd.el (texinfo-all-menus-update)
1400         (texinfo-menu-copy-old-description, texinfo-start-menu-description)
1401         (texinfo-master-menu, texinfo-insert-node-lines)
1402         (texinfo-multiple-files-update):
1403         * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
1404         Use line-beginning-position.
1406         * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
1407         No recent Emacs supports system-type `emx'.
1409         * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
1410         (ada-command-separator, ada-default-prj-properties)
1411         (ada-find-any-references): Update for above name change.
1413         * dirtrack.el (dirtrack-directory-function)
1414         (dirtrack-canonicalize-function):
1415         * filecache.el (file-cache-completion-ignore-case)
1416         (file-cache-case-fold-search, file-cache-ignore-case):
1417         * term.el (serial-port-is-file-p): Cosmetic change.
1419         * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
1420         Remove non-existent `windows-95' system-type.
1421         * dired.el (dired-chown-program): Remove non-existent `linux'
1422         system-type.
1424         * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
1425         (ping-program-options): Remove non-existent `linux' system-type.
1427         * startup.el (package-initialize): Update declaration.
1429         * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
1430         (ls-lisp-handle-switches): Use time-less-p.
1431         (ls-lisp-format-time): Use float-time.
1433         * textmodes/remember.el (remember-time-to-seconds): Remove.
1434         (remember-store-in-mailbox): Use float-time.
1436         * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
1438         * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
1439         never a real function.
1440         (with-no-warnings): Remove compat stub, now unused.
1441         (time-less-p): Doc fix.
1442         (time-to-number-of-days): Simplify.
1444         * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
1445         Remove.
1446         (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
1447         * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
1448         * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
1449         * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
1450         * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
1452         * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
1453         (eshell-shuffle-files, eshell-shorthand-tar-command)
1454         (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
1455         Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
1456         * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
1457         Prefix dynamic local variable `matches'.
1459         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
1460         Prefix dynamic local variable `skeleton'.
1462 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1464         * net/browse-url.el (browse-url-mail): Insert body part of mailto url
1465         in mail buffer; make yank-action always a command that yanks original
1466         buffer.
1468 2010-11-09  Glenn Morris  <rgm@gnu.org>
1470         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
1472 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1474         * minibuffer.el (minibuffer-completion-help): Specify the end of the
1475         completion field (bug#7211).
1477         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1478         Fix handling of backslash escapes.
1479         (python-quote-syntax): Adjust accordingly.
1481 2010-11-09  Richard Levitte  <richard@levitte.org>  (tiny change)
1483         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1484         (vc-mtn-workfile-branch): Adjust to new output format.
1486 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1488         * international/mule-cmds.el (princ-list): Mark as obsolete.
1490 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1492         * emacs-lisp/smie.el: New package.
1494 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
1496         * files.el (backup-by-copying-when-mismatch):
1497         Set `permanent-local' property.
1499         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1500         `permanent-local' property for `backup-by-copying-when-mismatch'.
1502 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
1504         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
1506 2010-11-09  Wilson Snyder  <wsnyder@wsnyder.org>
1508         * progmodes/verilog-mode.el (verilog-insert-one-definition)
1509         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
1510         AUTOINOUT for SV style multidimensional arrays, bug294.
1511         Reported by Eric Mastromarchi.
1512         (verilog-preprocess): Use with-current-buffer and
1513         font-lock-fontify-buffer to cleanup style issues.
1515 2010-11-09  Glenn Morris  <rgm@gnu.org>
1517         * locate.el (locate, locate-mode): Doc fixes.
1519 2010-11-09  Chong Yidong  <cyd@stupidchicken.com>
1521         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1522         user for confirmation.
1523         (server-force-stop): Use it.
1524         (server-start): Use server-force-stop for kill-emacs-hook, to
1525         avoid user interaction while killing Emacs.
1527 2010-11-09  Glenn Morris  <rgm@gnu.org>
1529         * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
1530         (meta-indent-line): Simplify.
1532         * vc/emerge.el (emerge-line-number-in-buf):
1533         * textmodes/ispell.el (ispell-region):
1534         * textmodes/fill.el (current-fill-column):
1535         * progmodes/xscheme.el (xscheme-send-current-line):
1536         * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
1537         * progmodes/tcl.el (tcl-hairy-scan-for-comment):
1538         * progmodes/sh-script.el (sh-handle-prev-do):
1539         * progmodes/meta-mode.el (meta-indent-line):
1540         * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
1541         (idlwave-in-quote):
1542         * progmodes/idlw-shell.el (idlwave-shell-current-frame)
1543         (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
1544         * progmodes/fortran.el (fortran-looking-at-if-then):
1545         * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
1546         * progmodes/cperl-mode.el (cperl-sniff-for-indent)
1547         (cperl-find-pods-heres):
1548         * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
1549         * net/quickurl.el (quickurl-list-insert):
1550         * net/ldap.el (ldap-search-internal):
1551         * net/eudc.el (eudc-expand-inline):
1552         * mail/sendmail.el (sendmail-send-it):
1553         * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
1554         * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
1555         (viper-brac-function):
1556         * calc/calc-yank.el (calc-do-grab-region):
1557         * calc/calc-keypd.el (calc-keypad-press):
1558         * term.el (term-move-columns, term-insert-spaces):
1559         * speedbar.el (speedbar-highlight-one-tag-line):
1560         * simple.el (current-word):
1561         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1562         * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
1563         (Info-scroll-down):
1564         * hippie-exp.el (he-line-beg):
1565         * epa.el (epa--marked-keys):
1566         * dired-aux.el (dired-kill-line, dired-do-kill-lines)
1567         (dired-update-file-line, dired-add-entry, dired-remove-entry)
1568         (dired-relist-entry):
1569         * buff-menu.el (Buffer-menu-buffer):
1570         * array.el (current-line):
1571         * allout.el (allout-resolve-xref)
1572         (allout-latex-verbatim-quote-curr-line):
1573         Replace yet more uses of end-of-line etc with line-end-position, etc.
1575 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1577         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
1578         (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
1579         (checkdoc-syntax-table): Initialize in the declaration.
1580         (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
1581         the mode on unconditionally.
1583         * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
1584         (extent-end-position, extent-start-position): Remove setf method for
1585         non-existing functions (bug#7319).
1587 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1589         * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
1590         (smie-precs->prec2): Rename from smie-precs-precedence-table.
1591         (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
1592         (smie-prec2->grammar): Rename from smie-prec2-levels.
1593         (smie-grammar): Rename from smie-op-levels.
1594         (smie-indent--hanging-p): Rename from smie-hanging-p.
1595         (smie-rule-hanging-p): New alias.
1596         (smie-indent--bolp): Rename from smie-bolp.
1597         (smie-indent--hanging-p): New alias.
1598         (smie--token): New dynamically bound variable.
1599         (smie-indent--parent): New function.
1600         (smie-rule-parent-p): Use it; rename from smie-parent-p.
1601         (smie-rule-next-p): Rename from smie-next-p.
1602         (smie-rule-prev-p): Rename from smie-prev-p.
1603         (smie-rule-sibling-p, smie-rule-parent)
1604         (smie-indent--separator-outdent, smie-rule-separator): New functions.
1605         (smie-rule-separator-outdent): New var.
1606         (smie-indent--rule): Merge with smie-indent--column.
1607         (smie-indent-forward-token, smie-indent-backward-token):
1608         Also recognize close parens.
1609         (smie-indent-keyword): Don't use smie-indent--column any more.
1610         (smie-indent-after-keyword): Ignore closers by default.
1611         (smie-indent-line): Use with-demoted-errors.
1612         * progmodes/octave-mod.el (octave-smie-grammar):
1613         Rename from octave-smie-op-levels.
1614         (octave-smie-rules): Adjust to new behavior.
1615         * progmodes/prolog.el (prolog-smie-grammar):
1616         Rename from prolog-smie-op-levels.
1618 2010-11-07  Glenn Morris  <rgm@gnu.org>
1620         * eshell/esh-util.el (subst-char-in-string)
1621         (directory-files-and-attributes): These compatibility definitions are
1622         not needed on any version of Emacs since at least 21.4.
1624         * progmodes/verilog-mode.el (verilog-get-beg-of-line)
1625         (verilog-get-end-of-line): Remove.
1626         (verilog-within-string, verilog-re-search-forward-substr)
1627         (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
1628         (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
1629         Use point-at-bol, point-at-eol.
1630         * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
1631         Remove.
1632         (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
1633         (electric-pascal-terminate-line, pascal-set-auto-comments)
1634         (pascal-indent-paramlist, pascal-indent-declaration)
1635         (pascal-get-lineup-indent, pascal-func-completion)
1636         (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
1637         Use point-at-bol, point-at-eol.
1638         * progmodes/flymake.el (flymake-line-beginning-position)
1639         (flymake-line-end-position): Remove.
1640         (flymake-highlight-line): Use point-at-bol, point-at-eol.
1641         * eshell/esh-util.el (line-end-position, line-beginning-position):
1642         Remove compat definitions.
1644         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1645         Use end-of-line N.
1646         (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
1647         Use line-end-position.
1649         * emacs-lisp/chart.el (chart-zap-chars):
1650         * play/decipher.el (decipher-set-map):
1651         * progmodes/ada-mode.el (ada-get-current-indent)
1652         (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
1653         * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
1654         * progmodes/ada-xref.el (ada-initialize-runtime-library)
1655         (ada-get-all-references):
1656         * progmodes/cperl-mode.el (cperl-electric-paren)
1657         (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
1658         (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
1659         (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
1660         (cperl-word-at-point-hard):
1661         * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
1662         (idlwave-shell-filename-string, idlwave-shell-batch-command)
1663         (idlwave-shell-display-line):
1664         * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
1665         (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
1666         * progmodes/js.el (js--re-search-forward-inner)
1667         (js--re-search-backward-inner):
1668         * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
1669         (vhdl-fix-clause, vhdl-compose-configuration-architecture):
1670         * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
1671         * textmodes/flyspell.el (flyspell-process-localwords):
1672         * textmodes/ispell.el (ispell-buffer-local-parsing)
1673         (ispell-buffer-local-dict, ispell-buffer-local-words):
1674         Use point-at-bol and point-at-eol.
1676         * speedbar.el (speedbar-generic-item-info)
1677         (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
1678         (speedbar-add-indicator, speedbar-check-vc-this-line)
1679         (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
1680         (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
1681         Replace more uses of end-of-line etc with line-end-position.
1683 2010-11-06  Glenn Morris  <rgm@gnu.org>
1685         * textmodes/texnfo-upd.el (texinfo-start-menu-description)
1686         (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
1687         (texinfo-delete-existing-pointers, texinfo-find-pointer)
1688         (texinfo-clean-up-node-line, texinfo-insert-node-lines)
1689         (texinfo-multiple-files-update):
1690         * textmodes/table.el (table--probe-cell-left-up)
1691         (table--probe-cell-right-bottom):
1692         * textmodes/picture.el (picture-tab-search):
1693         * textmodes/page-ext.el (pages-copy-header-and-position)
1694         (pages-directory-for-addresses):
1695         * progmodes/vera-mode.el (vera-get-offset):
1696         * progmodes/simula.el (simula-calculate-indent):
1697         * progmodes/python.el (python-pdbtrack-overlay-arrow):
1698         * progmodes/prolog.el (end-of-prolog-clause):
1699         * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
1700         * progmodes/icon.el (indent-icon-exp):
1701         * progmodes/etags.el (tag-re-match-p):
1702         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
1703         * progmodes/ebnf2ps.el (ebnf-begin-file):
1704         * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
1705         (dcl-save-local-variable):
1706         * play/life.el (life-setup):
1707         * play/gametree.el (gametree-looking-at-ply):
1708         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1709         * mail/sendmail.el (mail-mode-auto-fill):
1710         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1711         * emacs-lisp/edebug.el (edebug-overlay-arrow):
1712         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
1713         * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
1714         (woman-tab-to-tab-stop, WoMan-warn-ignored):
1715         * type-break.el (type-break-file-keystroke-count):
1716         * term.el (term-replace-by-expanded-history-before-point)
1717         (term-skip-prompt, term-extract-string):
1718         * speedbar.el (speedbar-edit-line, speedbar-expand-line)
1719         (speedbar-contract-line, speedbar-toggle-line-expansion)
1720         (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
1721         (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
1722         * sort.el (sort-skip-fields):
1723         * skeleton.el (skeleton-internal-list):
1724         * simple.el (line-move-finish, line-move-to-column):
1725         * shell.el (shell-forward-command):
1726         * misc.el (copy-from-above-command):
1727         * makesum.el (double-column):
1728         * ebuff-menu.el (electric-buffer-update-highlight):
1729         * dired.el (dired-move-to-end-of-filename):
1730         * dframe.el (dframe-popup-kludge):
1731         * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
1732         * arc-mode.el (archive-get-lineno):
1733         Use line-end-position and line-beginning-position.
1735         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
1736         (idlwave-study-twins): Prefix dynamic local `class'.
1737         (idlwave-routine-twin-compare): Update for above name change.
1739         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
1740         Use boundp tests to silence compiler.  Update for changed name of
1741         bytecomp-filename variable.
1743         * emulation/viper-cmd.el (viper-read-string-with-history):
1744         Prefix dynamic local `initial'.
1745         (viper-minibuffer-standard-hook): Update for above name change.
1747         * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
1748         (elint-init-form): Update for above name change.
1750         * mail/mail-extr.el (mail-extract-address-components): Give dynamic
1751         local variables `cbeg' and `cend' a prefix.
1752         (mail-extr-voodoo): Update for above name change.
1754         * textmodes/reftex-toc.el (reftex-toc-do-promote)
1755         (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
1756         (reftex-toc-promote-action): Doc fix.
1758         * textmodes/reftex-sel.el (reftex-select-item): Give local variables
1759         `prompt', `data' a prefix.
1760         (reftex-select-post-command-hook, reftex-select-callback)
1761         (reftex-select-mouse-accept, reftex-select-read-cite):
1762         Update for above name changes.
1764         * textmodes/reftex-ref.el (reftex-reference): Rename local variable
1765         `refstyle' to reftex-refstyle.
1766         (reftex-offer-label-menu): Update for above name change.
1767         * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
1768         `refstyle' name change.
1770         * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
1771         with with-current-buffer.
1772         (diff, template): Give dynamic local variables a prefix.
1773         (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
1774         (emerge-line-number-in-buf): Update for above name change.
1775         (emerge-combine-versions-internal): Rename local `template' to
1776         emerge-combine-template.
1777         (emerge-combine-versions-edit): Update for above name change.
1779 2010-11-06  Ralf Angeli  <angeli@caeruleus.net>
1781         * textmodes/reftex-cite.el
1782         (reftex-extract-bib-entries-from-thebibliography): Match bibitem
1783         entries with whitespace after \bibitem.
1784         (reftex-create-bibtex-file): Match entries containing numbers and
1785         symbol constituents.  Make sure that entries with whitespace at
1786         various places are found.
1788 2010-11-05  Christian Millour  <cm@abtela.com>  (tiny change)
1790         * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
1792 2010-11-05  Jan Djärv  <jan.h.d@swipnet.se>
1794         * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
1796 2010-11-05  Glenn Morris  <rgm@gnu.org>
1798         * woman.el (woman0-roff-buffer, woman1-roff-buffer)
1799         (woman2-roff-buffer): Give local variable `request' a prefix.
1800         (woman0-macro): Rename argument `request' in the same way.
1801         (woman-request): New name for `request' dynamic variable.
1802         (woman-unquote, woman-forward-arg): Update for above name change.
1803         (woman1-roff-buffer): Give local variable `unquote' a prefix.
1804         (woman1-unquote): New name for `unquote' dynamic variable.
1805         (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
1806         (woman-translations): Rename from `translations'.  No longer global.
1807         (woman2-tr, woman-translate): Update for above name change.
1808         (woman-translate): Check for bound variable.
1809         (woman2-roff-buffer): Give local variable `translations' a prefix.
1811         * play/doctor.el: Give all local variables a prefix.  Update callers.
1812         (doc$, doctor-put-meaning): Use backquote.
1814         * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
1815         (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
1817         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
1818         variables bytes, ptr, op a prefix.
1819         (disassemble-offset): Update for above change.
1821 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
1823         * emacs-lisp/package.el (package-unpack): Remove no-op.
1824         (package--builtins, package--dir): Doc fix.
1825         (package-activate-1, package-activate, package-install)
1826         (package-compute-transaction): Fix error message.
1827         (package-delete): Use delete-directory.  Omit system packages.
1828         (package-initialize): Set package-alist to nil first.
1829         (package-menu-mark-delete, package-menu-mark-install): Don't add
1830         symbols that are inconsistent with the package state.
1831         (package-menu-execute): Perform deletions and installations as
1832         single batch operations.
1834 2010-11-03  Glenn Morris  <rgm@gnu.org>
1836         * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
1837         (props): Remove unnecessary declaration.
1839         * textmodes/ispell.el (ispell-init-process): On Emacs, always use
1840         set-process-query-on-exit-flag.
1842         * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
1843         (reftex-toc-do-promote): Remove unused local `mpos'.
1844         (reftex-toc-restore-region): Make `mpos' local to this function.
1846         * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
1848         * play/landmark.el (lm-losing-threshold): Correct spelling.
1849         (lm-human-plays): Use new name.
1851         * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
1852         (gomoku-human-plays): Use new name.
1854         * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
1855         (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
1856         (gomoku-score-trans-table, gomoku-winning-threshold)
1857         (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
1859 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
1861         * emacs-lisp/package.el: Don't put built-in packages in
1862         package-alist, to avoid loading inefficiencies.
1863         (package-built-in-p): Make VERSION optional, and treat it as a
1864         minimum acceptable version.
1865         (package-activate): Search separately for built-in packages.
1866         Emit a warning if a dependency fails.
1867         (define-package): Handle most common case, where there is no
1868         obsolete package, first.
1869         (package-compute-transaction): Print required version in error.
1870         (package--initialized): New variable.
1871         (list-packages): Use it.
1872         (package-initialize): Optional arg NO-ACTIVATE.  Don't put
1873         built-in packages in packages-alist; keep it separate.
1874         Set package--initialized.
1875         (describe-package): Avoid activating packages as a side-effect.
1876         Search separately for built-in packages.
1877         (describe-package-1): Handle the case where an elpa package is
1878         simultaneously built-in and available/installed.
1879         (package-installed-p, package--generate-package-list):
1880         Search separately for built-in packages.
1881         (package-load-descriptor): Doc fix.
1883 2010-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1885         * progmodes/perl-mode.el (perl-syntax-propertize-function):
1886         Handle __DATA__ and __END__.
1888 2010-11-02  Noah Friedman  <friedman@splode.com>
1890         * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
1891         nil, do not ask to recompile files that are not already compiled,
1892         and do not recompile them.
1894 2010-11-02  Chong Yidong  <cyd@stupidchicken.com>
1896         * emacs-lisp/package.el (package-initialize): Ensure that
1897         obsoleted built-in packages are not in package-activated-list
1898         during activation.
1899         (describe-package-1): Make the "installed" status override
1900         "built-in".
1902 2010-11-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1904         * subr.el (version-separator, version-regexp-alist): Remove '*'
1905         from docstring.
1906         (version-list-<=, version<=, version=): Doc fix.
1908 2010-11-01  Kenichi Handa  <handa@m17n.org>
1910         * faces.el (glyphless-char): Inherit underline for tty.
1912 2010-11-01  Kenichi Handa  <handa@m17n.org>
1914         Implement various display methods for glyphless characters.
1916         * international/characters.el (char-acronym-table): New variable.
1917         (glyphless-char-control): New variable.
1918         (update-glyphless-char-display): New funciton.
1920         * faces.el (glyphless-char): New face.
1922 2010-11-01  Glenn Morris  <rgm@gnu.org>
1924         * calendar/holidays.el (general-holidays, oriental-holidays)
1925         (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
1926         (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
1927         the definitions of their targets.
1929         * emacs-lisp/smie.el (smie): New custom group.
1930         (smie-blink-matching-inners, smie-indent-basic): Add :group.
1932         * faces.el (xw-defined-colors, x-setup-function-keys):
1933         * mouse-sel.el (x-select-text):
1934         * term/w32console.el (x-setup-function-keys): Update declarations.
1936         * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
1938         * textmodes/ispell.el (comment-add): Declare.
1940         * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
1941         Declare.
1943         * info.el (finder-keywords-hash, package-alist): Declare.
1945 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
1947         * finder.el (finder-compile-keywords): Don't use intern-soft,
1948         since package names may not yet exist in the obarray.
1950 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
1952         * vc/vc-arch.el (vc-arch-checkin):
1953         * vc/vc-cvs.el (vc-cvs-checkin):
1954         * vc/vc-mtn.el (vc-mtn-checkin):
1955         * vc/vc-rcs.el (vc-rcs-checkin):
1956         * vc/vc-sccs.el (vc-sccs-checkin):
1957         * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
1958         since 2010-04-21 commit by Stefan Monnier.
1960 2010-11-01  Glenn Morris  <rgm@gnu.org>
1962         * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
1964         * startup.el (package-enable-at-startup, package-initialize):
1965         Silence compiler.
1967         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1968         Silence compiler.
1970 2010-10-31  Julien Danjou  <julien@danjou.info>
1972         * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
1973         (byte-recompile-directory):
1974         * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
1975         Use `byte-recompile-file'.
1977 2010-10-31  Glenn Morris  <rgm@gnu.org>
1979         * cus-start.el: Handle standard values via a keyword.
1980         Only set version property if specified.
1981         (cursor-in-non-selected-windows, menu-bar-mode)
1982         (tool-bar-mode, show-trailing-whitespace):
1983         Do not specify standard values.
1984         (transient-mark-mode, temporary-file-directory): Use :standard.
1986 2010-10-31  Jan Djärv  <jan.h.d@swipnet.se>
1988         * term/x-win.el (x-get-selection-value): New function that gets
1989         PRIMARY with type as specified in x-select-request-type. (Bug#6802).
1991 2010-10-31  Michael Albinus  <michael.albinus@gmx.de>
1993         * net/tramp.el (tramp-handle-insert-file-contents): For root,
1994         preserve owner and group when editing files.  (Bug#7289)
1996 2010-10-31  Glenn Morris  <rgm@gnu.org>
1998         * speedbar.el (speedbar-mode):
1999         * play/fortune.el (fortune-in-buffer, fortune):
2000         * play/gomoku.el (gomoku-mode):
2001         * play/landmark.el (lm-mode):
2002         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2003         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
2005         * select.el (x-selection): Mark it as an obsolete alias.
2007 2010-10-31  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2009         * vc/add-log.el (find-change-log): Use derived-mode-p rather than
2010         major-mode (bug#7284).
2012 2010-10-31  Glenn Morris  <rgm@gnu.org>
2014         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
2015         rather than just an unused variable that inherits from the real one.
2017 2010-10-31  Alan Mackenzie  <acm@muc.de>
2019         * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
2020         This fixes bug #7185.
2022 2010-10-30  Chong Yidong  <cyd@stupidchicken.com>
2024         * startup.el (command-line): Search for package directories, and
2025         don't load package.el if none are found.
2027         * emacs-lisp/package.el (describe-package, list-packages):
2028         Call package-initialize if it has not been called yet.
2030 2010-10-30  Alan Mackenzie  <acm@muc.de>
2032         * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
2033         which fontifies the tail of an enum.
2034         (c-basic-matchers-after): Insert a call to the above new function.
2035         This fixes bug #7264.
2037 2010-10-30  Glenn Morris  <rgm@gnu.org>
2039         * cus-start.el: Add :set properties for minor modes menu-bar-mode,
2040         tool-bar-mode, transient-mark-mode.  (Bug#7306)
2041         Include the :set property in the dumped Emacs.
2043 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2045         SMIE: change indent rules format, improve smie-setup.
2046         * emacs-lisp/smie.el (smie-precs-precedence-table)
2047         (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
2048         Mark them pure so the tables gets built at compile time.
2049         (smie-bnf-precedence-table): Store the closer-alist in the table.
2050         (smie-prec2-levels): Preserve the closer-alist.
2051         (smie-blink-matching-open): Be more forgiving in case of indentation.
2052         (smie-hanging-p): Rename from smie-indent--hanging-p.
2053         (smie-bolp): Rename from smie-indent--bolp.
2054         (smie--parent, smie--after): New dynamic vars.
2055         (smie-parent-p, smie-next-p, smie-prev-p): New funs.
2056         (smie-indent-rules): Remove.
2057         (smie-indent--offset-rule): Remove fun.
2058         (smie-rules-function): New var.
2059         (smie-indent--rule): New fun.
2060         (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
2061         (smie-indent-exps): Use it.
2062         (smie-setup): Setup paren blinking; add keyword args for token
2063         functions; extract closer-alist from op-levels.
2064         (smie-indent-debug-log): Remove var.
2065         (smie-indent-debug): Remove fun.
2066         * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
2067         (prolog-smie-rules): New fun to replace it.
2068         (prolog-mode-variables): Simplify.
2069         * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
2070         it's setup automatically.
2071         (octave-smie-indent-rules): Remove.
2072         (octave-smie-rules): New fun to replace it.
2073         (octave-mode): Simplify.
2075 2010-10-29  Glenn Morris  <rgm@gnu.org>
2077         * files.el (temporary-file-directory): Remove (already defined in C).
2078         * cus-start.el: Add temporary-file-directory.
2080         * abbrev.el (abbrev-mode):
2081         * composite.el (auto-composition-mode):
2082         * menu-bar.el (menu-bar-mode):
2083         * simple.el (transient-mark-mode):
2084         * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
2085         that they do not define the associated variables twice.
2086         * simple.el (transient-mark-mode): Remove defvar.
2087         * composite.el (auto-composition-mode): Make variable auto-buffer-local.
2088         * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
2089         Handle multiple groups, and also custom-delayed-init-variables.
2090         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2092 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2094         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
2095         (pcase-if): Add one minor optimization.
2096         (pcase-split-equal): Rename from pcase-split-eq.
2097         (pcase-split-member): Rename from pcase-split-memq.
2098         (pcase-u1): Add strings to the member optimization.
2099         Add `guard' variant of predicates.
2100         (pcase-q1): Add string patterns.
2102 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2104         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
2106 2010-10-28  Glenn Morris  <rgm@gnu.org>
2108         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2109         Move menu-bar related settings to ../menu-bar.el.
2110         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2111         Move ns-specific settings here from term/ns-win.el.
2113         * simple.el (x-selection-owner-p): Remove unused declaration.
2115 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2117         * minibuffer.el (completion-cycling): New var (bug#7266).
2118         (minibuffer-complete, completion--do-completion):
2119         Use completion--flush-all-sorted-completions.
2120         (minibuffer-complete): Only cycle if completion-cycling is set.
2121         (completion--flush-all-sorted-completions): Unset completion-cycling.
2122         (minibuffer-force-complete): Set completion-cycling.
2123         (completion-all-sorted-completions): Move declaration before first use.
2125 2010-10-28  Leo  <sdl.web@gmail.com>
2127         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
2128         which changes the order of matches seen by users (bug#7231).
2130 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
2132         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2133         Don't confuse -omega as "-o mega".
2135 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2137         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
2138         (log-edit-author): New dynamic var.
2139         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
2140         to return the author if different from committer.
2141         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
2143         * play/landmark.el: Adjust commenting convention.
2144         (lm-nil-score): Rename from nil-score.
2145         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
2146         (OOOOscore): Move into a let in lm-score-trans-table.
2147         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
2149         * electric.el (electric-indent-chars): Autoload.
2150         * progmodes/octave-mod.el (octave-mode):
2151         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
2152         (ruby-mode-abbrev-table): Merge initialization and declaration.
2154 2010-10-27  Glenn Morris  <rgm@gnu.org>
2156         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
2157         variable.
2159         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
2161         * term/ns-win.el: Restore require of cl when compiling.
2162         (menu-bar-final-items): Remove non-existent `windows' menu.
2163         (ns-handle-nxopen): Optionally handle the temp-case.
2164         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
2165         (ns-insert-file, ns-find-file): Use `pop'.
2167 2010-10-26  Glenn Morris  <rgm@gnu.org>
2169         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
2171 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
2173         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
2174         global map.
2175         * term/common-win.el (x-setup-function-keys): Remove most of the
2176         keymappings.  Comment on the remaining ones.
2178 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
2180         * server.el (server-port): New option.  (Bug#854)
2181         (server-start): Use server-port.
2183 2010-10-26  Glenn Morris  <rgm@gnu.org>
2185         * term/ns-win.el (ns-version-string): Remove unused declaration.
2186         (ns-invocation-args): Change to x-invocation-args.
2187         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
2188         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
2189         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
2190         Use x-invocation-args instead of ns-invocation-args.
2191         (ns-initialize-window-system, handle-args-function-alist):
2192         Use x-handle-args instead of ns-handle-args.
2193         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
2194         * startup.el (command-line-ns-option-alist): Replace
2195         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
2196         ns-handle-iconic with the x- equivalents.
2198         * term/common-win.el (x-select-enable-clipboard):
2199         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
2201         * term/ns-win.el: No need to require cl when compiling.
2202         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
2203         (xw-defined-colors): Use the common-win definitions.
2204         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
2205         (ns-handle-iconic): Make it an alias for x-handle-iconic.
2206         * term/common-win.el (x-select-text, x-alternatives-map)
2207         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
2208         * loadup.el [ns]: Load common-win.
2210 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
2212         * epa-mail.el (epa-mail-encrypt): Handle local-part only
2213         recipients; expand mail aliases (Bug#7280).
2215 2010-10-25  Glenn Morris  <rgm@gnu.org>
2217         * term/common-win.el (x-handle-switch): Simplify with pop.
2218         Optionally handle numeric switches.
2219         (x-handle-numeric-switch): Just call x-handle-switch.
2220         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
2221         (x-handle-name-switch, x-handle-display, x-handle-args):
2222         Simplify with pop.
2224         * term/ns-win.el: Do not require easymenu.
2225         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
2226         <spell>: Move adjustments to menu-bar.el.
2227         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
2228         <separator-undo, spell>: Move ns-win's adjustments here.
2229         * loadup.el [ns]: Do not load easymenu.
2231 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2233         * image.el (image-checkbox-checked, image-checkbox-unchecked):
2234         Delete (Bug#7222).
2236         * startup.el (fancy-startup-tail): Instead of using inline images,
2237         refer to image files from etc/.
2239         * wid-edit.el (checkbox): Likewise.
2240         (widget-image-find): Center image specs.
2242 2010-10-24  Glenn Morris  <rgm@gnu.org>
2244         * term/ns-win.el (x-select-text): Doc fix.
2245         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
2246         (x-select-text): Move to term/common-win.
2247         * term/w32-win.el (xw-defined-colors): Move to common-win.
2248         * term/x-win.el (xw-defined-colors, x-alternatives-map)
2249         (x-setup-function-keys, x-select-text): Move to common-win.
2250         * term/common-win.el (x-select-text, x-alternatives-map)
2251         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
2252         definitions here.
2254 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
2256         * net/mairix.el (mairix-searches-mode-map):
2257         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
2259 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
2261         * verilog-mode.el (verilog-directive-re): Make this variable
2262         auto-built for efficiency of execution and updating.
2263         (verilog-extended-complete-re): Support 'pure' fucntion & task
2264         declarations (these have no bodies).
2265         (verilog-beg-of-statement): General cleanup to enable support of
2266         'pure' fucntion & task declarations (these have no bodies).
2267         These efforts together fix Verilog bug210 from veripool; which was also
2268         noticed by Steve Pearlmutter.
2269         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
2270         (verilog-directive-nest-re, verilog-set-auto-endcomments):
2271         Support `elsif.  Reported by Shankar Giri.
2272         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
2273         attribute handling for lining up declarations and assignments.
2274         (verilog-beg-of-statement-1): Fix issue where continued declaration
2275         is indented differently if it is after a begin..end clock.
2276         (verilog-in-attribute-p, verilog-skip-backward-comments)
2277         (verilog-skip-forward-comment-p): Support proper treatment of
2278         attributes by indent code. Reported by Jeff Steele.
2279         (verilog-in-directive-p): Fix comment to correctly describe function.
2280         (verilog-backward-up-list, verilog-in-struct-region-p)
2281         (verilog-backward-token, verilog-in-struct-p)
2282         (verilog-in-coverage-p, verilog-do-indent)
2283         (verilog-pretty-declarations): Use verilog-backward-up-list as
2284         wrapper around backward-up-list inorder to properly skip comments.
2285         Reported by David Rogoff.
2286         (verilog-property-re, verilog-endcomment-reason-re)
2287         (verilog-beg-of-statement, verilog-set-auto-endcomments)
2288         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
2289         of if). Reported by Max Bjurling and
2290         (verilog-calc-1): Fix for clocking block in modport
2291         declaration. Reported by Brian Hunter.
2293 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
2295         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
2296         (verilog-gate-keywords, verilog-read-sub-decls)
2297         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
2298         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
2299         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
2300         (verilog-read-decls): Fix spaces in V2K module parameters causing
2301         mis-identification as interfaces, bug287.
2302         (verilog-read-decls): Fix not treating "parameter string" as a
2303         parameter in AUTOINSTPARAM.
2304         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
2305         treating `elsif similar to `endif inside AUTOSENSE.
2306         (verilog-do-indent): Implement correct automatic or static task or
2307         function end comment highlight. Reported by Steve Pearlmutter.
2308         (verilog-font-lock-keywords-2): Fix highlighting of single
2309         character pins, bug264.  Reported by Michael Laajanen.
2310         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
2311         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
2312         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
2313         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
2314         (verilog-pretty-expr): Fix interactive arguments, bug272.
2315         Reported by Mark Johnson.
2316         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
2317         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
2318         bug269. Suggested by Gary Delp.
2319         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
2320         (verilog-preprocessor, verilog-set-compile-command):
2321         Create verilog-preprocess and verilog-preprocessor to show
2322         preprocessed output.
2323         (verilog-get-beg-of-line, verilog-get-end-of-line)
2324         (verilog-modi-file-or-buffer, verilog-modi-name)
2325         (verilog-modi-point, verilog-within-string): Move defmacro's
2326         before first use to avoid warning. Reported by Steve Pearlmutter.
2327         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
2328         (verilog-colorize-region, verilog-highlight-buffer)
2329         (verilog-highlight-includes, verilog-highlight-modules)
2330         (verilog-highlight-region, verilog-mode): Rename colorize to
2331         highlight to match other packages.  Disable module highlighting,
2332         as received speed complaints, reenable for experimentation only
2333         using new verilog-highlight-modules.
2334         (verilog-read-decls): Fix regexp stack overflow in very large
2335         AUTO_TEMPLATEs, bug250.
2336         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
2337         (verilog-scan): Create verilog-save-buffer-state to standardize
2338         making insignificant changes that shouldn't call hooks.
2339         (verilog-save-no-change-functions, verilog-save-scan-cache)
2340         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
2341         Create verilog-save-no-change-functions to wrap verilog-scan
2342         preservation, and fix to work with nested preserved calls.
2343         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
2344         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
2345         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
2346         (verilog-submit-bug-report): Update variable list to be complete.
2347         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
2348         breaking on-the-fly font-locking.
2349         (verilog-colorize-buffer, verilog-colorize-include-files)
2350         (verilog-colorize-include-files-buffer, verilog-colorize-region)
2351         (verilog-load-file-at-mouse, verilog-load-file-at-point)
2352         (verilog-mode, verilog-read-inst-module-matcher): With point on a
2353         AUTOINST cell instance name, middle mouse button now finds-file on
2354         it.  Suggested by Brad Dobbie.
2355         (verilog-alw-get-temps, verilog-auto-reset)
2356         (verilog-auto-sense-sigs, verilog-read-always-signals)
2357         (verilog-read-always-signals-recurse): Fix loop indexes being
2358         AUTORESET. AUTORESET now assumes any variables in the
2359         initialization section of a for() should be ignored.
2360         Reported by Dan Dever.
2361         (verilog-error-font-lock-keywords)
2362         (verilog-error-regexp-emacs-alist)
2363         (verilog-error-regexp-xemacs-alist): Fix error detection of
2364         Cadence HAL, reported by David Asher.  Repair drift between the
2365         three similar error variables.
2366         (verilog-modi-lookup, verilog-modi-lookup-cache)
2367         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
2368         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
2369         Fix slow verilog-auto expansion on very large files.
2370         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
2371         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
2372         "{1*2{...".  Broke in last revision.
2373         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
2374         submodule connections with replications "{#{a},#{b}}".
2376 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
2378         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
2379         Fix typo in docstring.
2381 2010-10-24  Kenichi Handa  <handa@m17n.org>
2383         * face-remap.el (text-scale-adjust): Call read-event with a proper
2384         prompt.
2386 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2388         * emacs-lisp/unsafep.el: Don't mark functions that display
2389         messages as safe.  Suggested by Johan Bockgård.
2391 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2393         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
2394         Turn comments into docstrings.
2396         * minibuffer.el (completion--replace): Move point where it belongs
2397         when there's a common suffix (bug#7215).
2399 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2401         Merge read-color and facemenu-read-color (Bug#7242).
2403         * faces.el (read-color): Use the completion code from
2404         facemenu-read-color.  Require match in completion.  Doc fix.
2406         * facemenu.el (facemenu-read-color): Alias for read-color.
2407         (facemenu-set-foreground, facemenu-set-background):
2408         Use read-color.
2410         * frame.el (set-background-color, set-foreground-color)
2411         (set-cursor-color, set-mouse-color, set-border-color):
2412         Use read-color.
2414 2010-10-24  Leo  <sdl.web@gmail.com>
2416         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
2417         argument of delete-file and delete-directory (Bug#7011).
2419 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2421         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
2422         button-buffer-map.
2424 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
2426         * emacs-lisp/package.el (package--generate-package-list): Make the
2427         *Packages* buffer read-only.
2429 2010-10-24  Alan Mackenzie  <acm@muc.de>
2431         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
2432         result of `c-beginning-of-decl-1' between invocations of a lambda
2433         function (Bug #7265).
2435 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
2437         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
2438         executable is not available on the system (Bug#7268).
2440 2010-10-24  Glenn Morris  <rgm@gnu.org>
2442         * select.el (selection-coding-system, next-selection-coding-system):
2443         Sync doc with C versions.
2445         * w32-vars.el (x-select-enable-clipboard):
2446         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
2447         * term/common-win.el (x-select-enable-clipboard): Move here.
2449         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
2450         definition of C variable.
2452         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
2453         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2454         Don't redefine things that are defined in C.
2455         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
2456         (show-trailing-whitespace, auto-hscroll-mode)
2457         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2458         Set up the appropriate custom properties.
2460 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2462         Bind "C-c ]" to ...
2463         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
2464         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
2465         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
2466         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
2468 2010-10-23  Glenn Morris  <rgm@gnu.org>
2470         * textmodes/flyspell.el (flyspell-mode): If there was an error,
2471         say what it was.
2473         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
2474         Sync docs with C version.
2476         * term/ns-win.el (xw-defined-colors):
2477         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
2479         * term/pc-win.el (x-select-enable-clipboard):
2480         * term/x-win.el (x-select-enable-clipboard):
2481         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
2483         * comint.el (comint-password-prompt-regexp): Make it less vague.
2484         Bump version.
2486         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
2488         * help.el (finder-by-keyword): Remove unnecessary autoload.
2490 2010-10-22  Glenn Morris  <rgm@gnu.org>
2492         * loadup.el: Unconditionally load float-sup.
2493         * paren.el (show-paren-delay):
2494         * emacs-lisp/float-sup.el:
2495         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
2496         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
2497         (lazy-lock-stealth-verbose): Assume float support.
2498         * ps-print.el: Assume float support on Emacs.
2499         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
2500         Remove non-float branch.
2502         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
2503         src/Makefile no longer being pre-processed.
2505 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2507         * emacs-lisp/find-func.el (find-library): Use test-completion.
2509 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
2513 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
2515         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
2516         space in stat format string.
2517         (tramp-send-command): Unset $PS1 when using here documents, in
2518         order not to get several prompts.
2519         (tramp-get-inline-coding): Return `nil' in case of errors.
2521 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
2523         * hexl.el (hexl-mode, hexl-mode-exit):
2524         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
2525         (hexl-revert-buffer-function): New function.
2526         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
2528 2010-10-19  Alan Mackenzie  <acm@muc.de>
2530         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
2531         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
2532         that these keywords aren't wrongly matched as identifiers.
2534         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
2535         setting of c-new-BEG and c-new-END from c-before-change to
2536         c-after-change.  (Bug#7181)
2538 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
2540         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
2541         Don't mark as safe.
2543         * custom.el (custom-theme-set-variables): Likewise.
2544         (load-theme): Add custom-theme-set-faces and
2545         custom-theme-set-variables to safe-functions while loading.
2546         (custom-enabled-themes): Mark as risky.
2548 2010-10-18  Julien Danjou  <julien@danjou.info>
2550         * bindings.el: Remove end dashes in default mode-line-format.
2552 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
2554         * bindings.el (global-map): Bind C-d to delete-char and deletechar
2555         to delete-forward-char.
2557         * simple.el (normal-erase-is-backspace-mode): Remap delete to
2558         deletechar, and hence delete-forward-char.
2560 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2562         * repeat.el (repeat): Use read-key (bug#6256).
2564 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
2566         * emacs-lisp/unsafep.el: Don't mark functions that display
2567         messages as safe.  Suggested by Johan Bockgård.
2569 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2571         * minibuffer.el (completion--replace): Move point where it belongs
2572         when there's a common suffix (bug#7215).
2574 2010-10-19  Kenichi Handa  <handa@m17n.org>
2576         * international/characters.el: Add category '|' (word breakable)
2577         to fullwidth characters.
2579 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
2581         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
2582         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
2583         order to make stat results a float.  Patch by Andreas Schwab
2584         <schwab@linux-m68k.org>.
2586 2010-10-18  Julien Danjou  <julien@danjou.info>
2588         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
2589         hidden by `make-pointer-invisible'.
2591 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2593         * files.el (locate-file-completion-table): Strip non-matching elements
2594         before checking length of list (bug#7238).
2596 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
2598         * custom.el (custom-theme-set-variables): Mark as a safe function.
2599         (load-theme): Check forms using unsafep.
2601         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
2603 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
2605         * textmodes/ispell.el (ispell-aspell-find-dictionary):
2606         Fix aspell data file searching (bug#7230).
2608 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
2610         * cus-theme.el (custom-theme--migrate-settings): New var.
2611         (customize-create-theme): Allow editing the `user' theme.
2612         (custom-theme-add-variable, custom-theme-add-var-1)
2613         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
2614         to the front of each variable or face widget.
2615         (custom-theme-write): Save theme settings in the correct order.
2616         Optionally, remove saved settings from user customizations.
2617         (custom-theme-write-variables, custom-theme-write-faces):
2618         Save only the checked widgets.
2619         (customize-themes): Add a link for migrating custom settings.
2621         * custom.el (custom-declare-theme, provide-theme):
2622         Use custom-theme-name-valid-p.
2623         (custom-theme-name-valid-p): Remove checks that are now
2624         unnecessary since themes no longer obey load-path.
2626         * cus-edit.el (custom-variable-value-create): For the simple
2627         style, hide documentation string when hidden.
2629 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
2631         * cus-edit.el (custom-variable, custom-face): Combine the
2632         :inhibit-magic and :display-style properties into a single
2633         :custom-style property.
2634         (custom-toggle-hide-variable, custom-toggle-hide-face):
2635         New functions.  If hiding an edited value, save it to :shown-value.
2636         (custom-variable-value-create, custom-face-value-create): Use them.
2637         (custom-magic-reset): Allow magic property to be unset.
2639         * custom.el: Custom themes no longer use load-path.
2640         (custom-theme-load-path): New option.  Change built-in theme
2641         directory to etc/.
2642         (custom-enabled-themes): Add custom-theme-load-path dependency.
2643         (custom-theme--load-path): New function.
2644         (load-theme, custom-available-themes): Use it.
2646         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
2647         (customize-themes): Link to custom-theme-load-path variable.
2648         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
2649         :custom-style property.
2651         * themes/*.el: Moved to etc/.
2653 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
2655         * textmodes/reftex-cite.el
2656         (reftex-extract-bib-entries-from-thebibliography): Do not move
2657         point when searching for \bibitem entries.  Match entries with
2658         spaces or tabs in front of arguments.
2660 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
2662         * cus-theme.el (customize-create-theme): Delete overlays after
2663         erasing.  If given a THEME arg, display only the faces of that arg
2664         instead of custom-theme--listed-faces.
2665         (custom-theme-variable-menu, custom-theme-variable-action)
2666         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
2667         (custom-theme-add-variable, custom-theme-add-face): Apply value
2668         from the theme settings, instead of the current value.
2669         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
2670         (custom-theme-visit-theme): Allow calling outside theme buffers.
2671         (custom-theme-merge-theme): Don't enable the theme when merging.
2672         (custom-theme-write-variables, custom-theme-write-faces): Use the
2673         :shown-value properties to save buffer values, not global ones.
2674         (customize-themes): Display a warning about user customizations.
2676         * cus-edit.el (custom-variable-value-create)
2677         (custom-face-value-create): Obey new special properties
2678         :shown-value and :inhibit-magic.
2680 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
2682         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2683         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
2684         <dale@codefu.org>.
2686 2010-10-14  Kenichi Handa  <handa@m17n.org>
2688         * mail/rmail.el (rmail-show-message-1): Catch an error of
2689         base64-decode-region and just show an error message (bug#7165).
2691         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
2692         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
2693         a font-spec (bug#7197).
2695 2010-10-14  Glenn Morris  <rgm@gnu.org>
2697         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
2699 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
2701         * international/mule.el (define-coding-system):
2702         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2703         * composite.el (compose-region): Fix typo in docstring.
2705 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
2707         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
2708         only after checking the theme-face property.
2710         * faces.el (face-spec-reset-face): Reset all attributes in one
2711         single call to set-face-attribute.
2712         (face-spec-match-p): Make it a defsubst.
2713         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
2714         (x-create-frame-with-faces, tty-create-frame-with-faces)
2715         (tty-set-up-initial-frame-faces): Don't recompute face specs in
2716         frame-set-background-mode, since they are recomputed immediately
2717         afterwards in face-set-after-frame-default.
2718         (face-set-after-frame-default): Minor optimization.
2719         (cursor): Provide non-trivial defface spec.
2721         * custom.el (custom-theme-recalc-face): Simplify.
2723 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
2725         * calc/calc-alg.el (math-var): Rename from `var'.
2726         (math-is-polynomial, math-is-poly-rec): Replace `var'
2727         with `math-var'.
2729         * calc/calcalg2.el (math-var): Rename from `var'.
2730         (calcFunc-table, math-scan-for-limits): Replace `var'
2731         with `math-var'.
2733 2010-10-13  Glenn Morris  <rgm@gnu.org>
2735         * subr.el (last): Deal with dotted lists (reported in bug#7174).
2737 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
2739         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
2741 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743         * net/tls.el (tls-program): Remove spurious %s from openssl.
2744         (tls-starttls-switches): Remove starttls hack.
2745         (open-tls-stream): Ditto.
2746         (tls-find-starttls-argument): Ditto.
2748 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
2750         * image.el (image-library-alist): Declare as obsolete alias.
2751         (image-type-available-p): Use `dynamic-library-alist'.
2753         * term/w32-win.el (dynamic-library-alist):
2754         Use instead of `image-library-alist'.
2756 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
2758         * subr.el (last): Make it faster.  (Bug#7174)
2760 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
2762         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
2764 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
2766         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
2767         (describe-theme-1): Extract doc from unloaded themes.
2769         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
2771         * themes/tango-theme.el:
2772         * themes/tango-dark-theme.el:
2773         * themes/wheatgrass-theme.el: New files.
2775 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
2777         * cus-theme.el (describe-theme, customize-themes)
2778         (custom-theme-save): New commands.
2779         (custom-new-theme-mode-map): Bind C-x C-s.
2780         (custom-new-theme-mode): Use custom--initialize-widget-variables.
2781         (customize-create-theme): New optional arg THEME.
2782         (custom-theme-revert): Use it.
2783         (custom-theme-visit-theme): Remove dead code.
2784         (custom-theme-merge-theme): Use custom-available-themes.
2785         (custom-theme-write): Make interactive.
2786         (custom-theme-write): Use custom-theme-name-valid-p.
2787         (describe-theme-1, custom-theme-choose-revert)
2788         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
2789         New funs.
2790         (custom-theme-allow-multiple-selections): New option.
2791         (custom-theme-choose-mode): New major mode.
2793         * custom.el (custom-theme-set-variables): Remove dead code.
2794         Obey custom--inhibit-theme-enable.
2795         (custom--inhibit-theme-enable): New var.
2796         (provide-theme): Obey it.
2797         (load-theme): Replace load with manual read/eval, in order to
2798         check for correctness.  Use custom-theme-name-valid-p.
2799         (custom-theme-name-valid-p): New function.
2800         (custom-available-themes): Use it.
2802         * cus-edit.el (custom--initialize-widget-variables): New function.
2803         (Custom-mode): Use it.
2805         * cus-face.el (custom-theme-set-faces): Remove dead code.
2806         Obey custom--inhibit-theme-enable.
2808         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
2810 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
2812         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
2814 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
2816         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
2817         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
2818         (mac-right-option-modifier): New alias for ns-right-option-modifier.
2820         * cus-start.el (all): ns-right-alternate-modifier is new.
2822 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2824         * emacs-lisp/lisp.el (lisp-completion-at-point):
2825         Use emacs-lisp-mode-syntax-table for the whole function.
2827 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
2829         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
2830         instead of font-lock-mode before adding keywords.
2831         Remove hi-lock-mode off code.  Remove inhibit hack.
2832         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
2833         non-nil; removed hook inhibit hack.
2835 2010-10-12  Glenn Morris  <rgm@gnu.org>
2837         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
2838         (load-path-shadows-find): ... to this.
2839         (list-load-path-shadows): Update for above change.
2841         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
2843 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2845         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
2846         Fix comment for declare-function.
2848 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
2850         * custom.el (custom-fix-face-spec): New function; code moved from
2851         custom-face-edit-fix-value.
2852         (custom-push-theme): Use it when checking if a face has been
2853         changed outside customize.
2854         (custom-available-themes): New function.
2855         (load-theme): Use it.
2857         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
2859         * custom.el (custom-push-theme): Cleanup (use cond).
2860         (disable-theme): Recompute the saved-face property.
2861         (custom-theme-recalc-face): Follow face alias before setting prop.
2863         * image.el (image-checkbox-checked, image-checkbox-unchecked):
2864         New variables, containing checkbox images.
2866         * startup.el (fancy-startup-tail):
2867         * wid-edit.el (checkbox): Use them.
2869 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2871         * shell.el (shell-mode-map):
2872         * progmodes/modula2.el (m2-mode-map):
2873         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
2874         * play/mpuz.el (mpuz-mode-map):
2875         * play/landmark.el (lm-mode-map):
2876         * play/decipher.el (decipher-mode-map):
2877         * play/5x5.el (5x5-mode-map):
2878         * net/telnet.el (telnet-mode-map):
2879         * net/quickurl.el (quickurl-list-mode-map):
2880         * net/mairix.el (mairix-searches-mode-map):
2881         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
2882         * net/dig.el (dig-mode-map):
2883         * mail/mspools.el (mspools-mode-map):
2884         * hexl.el (hexl-mode-map):
2885         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
2886         (wordstar-C-o-map, wordstar-C-q-map):
2887         * emacs-lisp/edebug.el (edebug-eval-mode-map):
2888         * emacs-lisp/chart.el (chart-map):
2889         * edmacro.el (edmacro-mode-map):
2890         * erc/erc-list.el (erc-list-menu-mode-map):
2891         * array.el (array-mode-map): Declare and define in one step.
2893         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
2895 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
2897         * epa.el (epa-passphrase-callback-function): Display filename
2898         passed as the 3rd arg.
2899         * epa-file.el (epa-file-passphrase-callback-function):
2900         Pass filename to epa-passphrase-callback-function.
2902 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
2904         * cus-edit.el (custom-face-widget-to-spec)
2905         (custom-face-get-current-spec, custom-face-state): New functions.
2906         (custom-face-set, custom-face-mark-to-save)
2907         (custom-face-value-create, custom-face-state-set): Use them.
2909         * cus-theme.el (custom-theme--listed-faces): New var.
2910         (customize-create-theme): Use *Custom Theme* as the buffer name.
2911         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
2912         faces listed in custom-theme--listed-faces.
2913         (custom-theme-revert): New function.
2914         (custom-theme-add-variable, custom-theme-add-face): Insert at the
2915         bottom of the list.
2916         (custom-theme-write): Prompt for theme name if empty.
2917         (custom-theme-write-variables): Use dolist.
2918         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
2920 2010-10-09  Alan Mackenzie  <acm@muc.de>
2922         Enhance fontification of declarators to take account of the
2923         presence/absence of "typedef".
2925         * cc-engine.el (c-forward-type): New &optional param
2926         "brace-block-too".
2927         (c-forward-decl-or-cast-1): cdr of return value now indicates the
2928         presence of either or both of a "struct"-like keyword and "typedef".
2930         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
2931         fontification of declarators which follow a "}".
2932         (c-font-lock-declarations): Fontify declarators according to the
2933         presence/absence of "typedef".
2935         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
2936         for "typedef".
2937         (c-typedef-decl-key): New lang variable built from
2938         c-typedef-decl-kwds.
2940 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
2943         since that's too annoying.  Move the filter groups commands to
2944         TAB/backtab.
2946         * epa.el (epa-passphrase-callback-function): Say what we're
2947         querying the password for.
2949         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
2950         behaviour, don't bury the ibuffer buffer when visiting other buffers.
2952 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
2954         * cus-edit.el (custom-commands, custom-buffer-create-internal)
2955         (custom-magic-value-create): Pad button tags with spaces.
2956         (custom-face-edit): New variable.
2957         (custom-face-value-create): Determine whether to use the usual
2958         face editor here, instead of using custom-face-selected.
2959         Pass face defaults to custom-face-edit widget.
2960         (custom-face-selected, custom-display-unselected): Delete widgets.
2961         (custom-display-unselected-match): Function removed.
2962         (custom-face-set, custom-face-mark-to-save):
2963         Accept custom-face-edit widgets as the direct widget child.
2965         * wid-edit.el (widget--completing-widget): New var.
2966         (widget-default-complete): Bind it when doing completion.
2967         (widget-string-complete, widget-file-complete): Use it.
2969 2010-10-09  Glenn Morris  <rgm@gnu.org>
2971         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
2972         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
2973         (holiday-hebrew-misc): Small simplifications.
2975         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
2977         * net/browse-url.el: Don't require thingatpt, term, dired,
2978         executable, or w3-auto when compiling.
2979         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
2980         Declare.
2981         (browse-url-text-emacs): Require term.
2983 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
2985         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
2987 2010-10-08  Glenn Morris  <rgm@gnu.org>
2989         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
2991         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
2992         (shadows-compare-text-p): Make it an obsolete alias for...
2993         (load-path-shadows-compare-text): ... new name.
2994         (find-emacs-lisp-shadows): Update for above name change.
2995         (load-path-shadows-same-file-or-nonexistent): New name for the old
2996         shadow-same-file-or-nonexistent.
2998 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
3000         * minibuffer.el (completion--some, completion--do-completion)
3001         (minibuffer-complete-and-exit, minibuffer-completion-help)
3002         (completion-basic-try-completion)
3003         (completion-basic-all-completions)
3004         (completion-pcm--find-all-completions): Use lexical-let to
3005         avoid some false matches in variable completion (Bug#7056)
3007 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
3009         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
3011 2010-10-08  Leo  <sdl.web@gmail.com>
3013         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
3014         return non-nil if the file exists (Bug#7090).
3016 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3018         * minibuffer.el (completion--replace):
3019         Better preserve markers (bug#7138).
3021 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
3023         * server.el (server-process-filter): Doc fix.
3025 2010-10-08  Drew Adams  <drew.adams@oracle.com>
3027         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
3029 2010-10-08  Glenn Morris  <rgm@gnu.org>
3031         * vc/ediff-wind.el (ediff-setup-control-frame):
3032         * vc/ediff-ptch.el (ediff-default-backup-extension):
3033         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
3034         (ediff-exec-process): Remove system-types emx, windows-95.
3036         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
3038 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
3040         * cus-edit.el (custom-variable, custom-face): Doc fix.
3041         (custom-face-edit): Add value-create attribute.
3042         (custom-face-edit-value-create)
3043         (custom-face-edit-value-visibility-action): New functions.
3044         Hide unused face attributes by default, and add a visibility toggle.
3045         (custom-face-edit-deactivate): Show empty values with shadow face.
3046         (custom-face-selected): Only use this for face specs with default
3047         attributes.
3048         (custom-face-value-create): Cleanup.
3050         * wid-edit.el (widget-checklist-value-create): Use dolist.
3051         (widget-checklist-match-find): Make second arg optional.
3053 2010-10-07  Glenn Morris  <rgm@gnu.org>
3055         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
3056         Prefix things.
3058         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
3059         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
3060         load-path-shadows-mode, update references.
3061         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
3062         Rename variable and button.
3063         (list-load-path-shadows): Update button caller.
3065 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3067         * emacs-lisp/smie.el (smie-bnf-classify): New function.
3068         (smie-bnf-precedence-table): Use it to remember the closers/openers.
3069         (smie-merge-prec2s): Handle those new entries.
3070         (smie-prec2-levels): Only set precedence to nil for actual
3071         openers/closers.
3072         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
3073         that is now unnecessary.
3075 2010-10-07  Miles Bader  <miles@gnu.org>
3077         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
3079 2010-10-07  Glenn Morris  <rgm@gnu.org>
3081         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
3082         (mail-position-on-field): Remove declarations.
3083         (mail-position-on-field): Autoload it.
3084         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
3085         and mail-header-end.  Don't require sendmail.
3087         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
3088         (shadow-mode): New mode.
3089         (shadow-find-file): New button.
3090         (list-load-path-shadows): Use shadow-mode and buttons.
3092         * iimage.el (iimage-version): Remove.
3093         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
3094         Turn into defcustoms.
3095         (iimage-mode-map): Give it a doc string.
3097         * calendar/appt.el (appt-activate): Give a warning rather than an error
3098         if there is no diary-file.
3100 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
3102         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3103         Use `tramp-handle-find-backup-file-name'.
3105 2010-10-06  Glenn Morris  <rgm@gnu.org>
3107         * font-core.el (font-lock-defaults-alist): Remove variable.
3108         (font-lock-mode): Doc fix.
3109         (font-lock-default-function): Do not consult font-lock-defaults-alist.
3110         * font-lock.el (font-lock-refresh-defaults): Doc fix.
3111         (font-lock-set-defaults): Doc fix.
3112         Do not consult font-lock-defaults-alist.
3114         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
3116         * emacs-lisp/cl.el: No longer provide cl-19.
3118 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
3120         * net/tramp.el (tramp-handle-directory-files-and-attributes)
3121         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
3122         New defuns, taken from tramp-smb.el.
3123         (tramp-coding-system-change-eol-conversion)
3124         (tramp-set-process-query-on-exit-flag): Remove.
3126         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
3127         (tramp-compat-coding-system-change-eol-conversion)
3128         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
3129         from tramp.el.
3131         * net/tramp-gvfs.el:
3132         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
3133         by `tramp-compat-set-process-query-on-exit-flag'.
3135         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3136         Use `tramp-handle-directory-files-and-attributes',
3137         `tramp-handle-file-exists-p' and
3138         `tramp-handle-file-newer-than-file-p'.
3139         (tramp-imap-handle-file-exists-p)
3140         (tramp-imap-handle-file-executable-p)
3141         (tramp-imap-handle-file-readable-p)
3142         (tramp-imap-handle-directory-files-and-attributes)
3143         (tramp-imap-handle-file-newer-than-file-p): Remove.
3145         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
3146         by `tramp-compat-set-process-query-on-exit-flag' and
3147         `tramp-coding-system-change-eol-conversion' by
3148         `tramp-compat-coding-system-change-eol-conversion'.
3150         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3151         Use `tramp-handle-directory-files-and-attributes',
3152         `tramp-handle-file-exists-p' and
3153         `tramp-handle-file-newer-than-file-p'.
3154         (tramp-smb-handle-directory-files-and-attributes)
3155         (tramp-smb-handle-file-exists-p)
3156         (tramp-smb-handle-file-newer-than-file-p): Remove.
3157         (tramp-smb-maybe-open-connection):
3158         Replace `tramp-set-process-query-on-exit-flag' by
3159         `tramp-compat-set-process-query-on-exit-flag'.
3161 2010-10-05  Glenn Morris  <rgm@gnu.org>
3163         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
3165 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
3167         Continue reorganization of load dependencies.  (Bug#7156)
3169         * net/tramp.el (tramp-handle-file-local-copy-hook)
3170         (tramp-delete-temp-file-function): Move down.
3171         (tramp-exists-file-name-handler): Move up.
3172         (tramp-register-file-name-handlers): Simplify autoload.
3173         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
3174         (tramp-handle-directory-files, tramp-handle-dired-uncache)
3175         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
3176         (tramp-handle-file-name-completion)
3177         (tramp-handle-file-name-directory)
3178         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
3179         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
3180         (tramp-handle-find-backup-file-name)
3181         (tramp-handle-insert-file-contents, tramp-handle-load)
3182         (tramp-handle-substitute-in-file-name)
3183         (tramp-handle-unhandled-file-name-directory)
3184         (tramp-mode-string-to-int, tramp-local-host-p)
3185         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
3187         * net/tramp-gvfs.el (top):
3188         * net/tramp-smb.el (top): Do not require 'tramp-sh.
3190         * net/tramp-sh.el (all): Move several objects to tramp.el, see
3191         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
3193 2010-10-04  Glenn Morris  <rgm@gnu.org>
3195         * calendar/appt.el (appt-add): Ensure reminders are enabled.
3196         (appt-activate): Give status messages.
3198 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
3200         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
3201         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
3202         `gnutls-negotiate' (formerly `starttls-negotiate').
3203         Remove trivial wrapper `starttls-open-stream'.
3205 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
3207         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
3208         log-outgoing commands.
3209         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
3210         to create a buffer local revert-buffer-function variable.
3211         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
3212         revert-buffer-function lambda.
3214 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
3216         * net/gnutls.el (starttls-negotiate): Use the plist interface to
3217         `gnutls-boot'.  Make TYPE the only required parameter.
3218         Allow TRUSTFILES and KEYFILES to be lists.
3219         (open-ssl-stream): Use it.
3221 2010-10-03  Glenn Morris  <rgm@gnu.org>
3223         * subr.el (directory-sep-char): Remove obsolete variable.
3224         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
3225         it is "necessary".
3227         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
3228         * vc/vc.el (vc-static-header-alist): Doc fix.
3229         * vc/vc-cvs.el (vc-cvs-header):
3230         * vc/vc-rcs.el (vc-rcs-header):
3231         * vc/vc-sccs.el (vc-sccs-header):
3232         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
3233         * obsolete/vc-mcvs.el (vc-mcvs-header):
3234         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
3235         on XEmacs.
3237 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3239         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3240         Remove obsolete use of binary-overwrite-mode (Bug#7001).
3242 2010-10-03  Glenn Morris  <rgm@gnu.org>
3244         * obsolete/x-menu.el: Remove file, obsolete since 21.1
3246         * textmodes/rst.el (rst-font-lock-keywords-function):
3247         Drop Emacs 20 code.
3249         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
3251         * printing.el: Drop Emacs 20 code.
3253         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
3254         without having used appt.el already).
3256         * subr.el (make-local-hook): Remove function obsolete since 21.1.
3257         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
3258         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
3259         XEmacs.
3260         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
3261         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
3263         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
3264         (charset-width, find-charset-region, chars-in-region, forward-point)
3265         (encode-coding-string, coding-system-p, ccl-execute-on-string)
3266         (define-ccl-program, multibyte-string-p, string-make-multibyte):
3267         Remove compatibility cruft (none of these are used by ps*.el).
3269 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
3271         * subr.el (booleanp): Return t instead of a list (Bug#7086).
3273 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3275         * server.el (server-process-filter, server-return-error):
3276         Give emacsclient time to shut down after receiving an error string.
3278 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
3280         * files.el (remote-file-name-inhibit-cache): New defcustom.
3282         * time.el (display-time-file-nonempty-p):
3283         Use `remote-file-name-inhibit-cache'.
3285         * net/tramp.el (tramp-completion-reread-directory-timeout):
3286         Fix docstring.
3288         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
3289         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
3290         `remote-file-name-inhibit-cache'.  Check also for an integer
3291         value.  Add/increase counter when `tramp-verbose' >= 10.
3292         (tramp-set-file-property): Add/increase counter when
3293         `tramp-verbose' >= 10.
3295         * net/tramp-cmds.el (tramp-cleanup-all-connections)
3296         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
3297         (tramp-bug): Set tramp-autoload cookie.  Report all interned
3298         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
3299         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
3300         characters only in strings.
3302         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
3303         to backward compatibility.
3305         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
3306         (tramp-handle-file-name-all-completions)
3307         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
3308         (tramp-open-connection-setup-interactive-shell):
3309         Call `tramp-cleanup-connection' directly.
3311 2010-10-02  Glenn Morris  <rgm@gnu.org>
3313         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
3315         * subr.el (char-bytes): Remove obsolete function.
3317         * isearch.el (isearch-return-char): Remove obsolete function.
3319         * mouse.el: No longer provide mldrag.
3320         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
3321         Remove obsolete aliases.
3323         * comint.el (comint-kill-output): Remove obsolete alias.
3325         * composite.el (decompose-composite-char): Remove obsolete function.
3326         * ps-def.el (decompose-composite-char): Remove unused function.
3328         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
3330         * outline.el (outline-visible): Remove obsolete function.
3332         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
3333         * faces.el (internal-find-face, internal-get-face)
3334         (frame-update-faces, frame-update-face-colors)
3335         (x-frob-font-weight, x-frob-font-slant)
3336         (internal-frob-font-weight, internal-frob-font-slant)
3337         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
3338         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
3339         (x-make-font-bold-italic): Remove functions and aliases, obsolete
3340         since Emacs 21.1.
3341         * emulation/viper-util.el (viper-get-face):
3342         * obsolete/lucid.el (find-face, get-face): Use facep.
3343         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
3344         Remove unused functions.
3345         * vc/ediff-util.el (ediff-submit-report): Doc fix.
3347         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
3348         delete tempfile if interrupted during compilation.
3350 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352         * net/tls.el (tls-starttls-switches): Give up on using starttls with
3353         gnutls-cli.
3354         (tls-program): Add --insecure to be consistent with the defaults from
3355         openssl s_client.  Now all three commands are insecure.
3357 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
3359         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
3360         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
3361         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
3363 2010-10-01  Glenn Morris  <rgm@gnu.org>
3365         * obsolete/sc.el: Remove file.
3367         * files.el (temporary-file-directory): On darwin, also try
3368         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
3370 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
3372         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
3373         Let's not break compatibility gratuitously, shall we?
3375 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3377         * net/tls.el (tls-starttls-switches): New variable.
3378         (tls-find-starttls-argument): Use it.
3379         (open-tls-stream): Ditto.
3381         * net/netrc.el (netrc-credentials): Return the value of the "default"
3382         entry.
3383         (netrc-machine): Ditto.
3385 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
3387         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
3389 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
3391         * server.el (server-start): Don't write pid to the authentication file.
3392         (server-create-tty-frame): Don't send pid.
3393         (server-process-filter): Send pid at the start of every connection.
3395 2010-09-30  Glenn Morris  <rgm@gnu.org>
3397         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
3398         (show-all-diary-entries): Remove obsolete function aliases.
3400         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
3401         Remove options, obsolete since 22.1.
3402         (appt-display-format, appt-display-message):
3403         Remove backwards-compatibility code.
3404         (appt-check): No longer check appt-issue-message.
3405         (appt-make-list): No longer autoload it.  Doc fix.  No longer
3406         activate the package.
3408 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
3411         (starttls-negotiate): Just call boot, and let the handshake be
3412         triggered from the read loop.
3414 2010-09-29  Glenn Morris  <rgm@gnu.org>
3416         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
3417         not displaying the diary.
3418         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
3419         * calendar/appt.el (appt-check): No longer need to kill diary.
3421         * calendar/diary-lib.el (diary-list-entries): Move the
3422         "Preparing..." message entirely here.
3423         (diary-simple-display, diary-fancy-display): Move "Preparing..."
3424         messages to diary-list-entries.
3425         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
3426         diary-display-function.
3428         * calendar/diary-lib.el (diary-include-other-diary-files):
3429         Trap some recursive includes.
3431         * calendar/appt.el (appt-activate): Check diary file.
3433 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3435         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3436         construction.
3438         * calendar/time-date.el: No need to require cl for Emacs 21.
3440 2010-09-28  Glenn Morris  <rgm@gnu.org>
3442         * calendar/appt.el (appt-check): Minor simplification.
3444 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3446         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
3447         citation prefix.
3449 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
3451         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3452         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
3454 2010-09-27  Kenichi Handa  <handa@m17n.org>
3456         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
3457         "ustar" format.
3459 2010-09-27  Kenichi Handa  <handa@m17n.org>
3461         * international/mule.el (define-coding-system): Docstring fixed.
3463         * international/mule-diag.el (describe-character-set): Use princ
3464         with proper print-length and print-level instead of insert.
3466 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3468         * window.el (walk-windows): Doc fix (bug#7105).
3470 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3472         * emacs-lisp/float-sup.el (e): Remove.
3474 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3476         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
3477         variable.
3478         (starttls-negotiate): Use it.
3480 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
3483         back.
3485 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3487         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
3489 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
3493         * net/netrc.el (netrc-store-data): New function.
3495 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
3497         * net/gnutls.el: GnuTLS glue code to set up a connection.
3499 2010-09-25  Julien Danjou  <julien@danjou.info>
3501         * notifications.el: Call dbus-register-signal only if it is bound.
3503 2010-09-25  Glenn Morris  <rgm@gnu.org>
3505         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3506         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3507         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3508         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3509         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3510         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
3511         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
3512         * eshell/esh-util.el, eshell/esh-var.el:
3513         Remove leading `*' from docs of faces and defcustoms.
3515 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
3517         * eshell/em-ls.el (eshell-ls-archive-regexp):
3518         * eshell/esh-util.el (eshell-tar-regexp):
3519         * ibuffer.el (ibuffer-compressed-file-name-regexp):
3520         * info.el (Info-suffix-list):
3521         * international/mule.el (auto-coding-alist):
3522         * woman.el (woman-file-regexp, woman-file-compression-regexp):
3523         * progmodes/etags.el (tags-compression-info-list):
3524         Support xz compression.
3526 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
3528         * files.el (get-free-disk-space): Don't assume the "df" output
3529         columns line up (Bug#6995).
3531 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
3533         * finder.el (finder-unknown-keywords):
3534         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
3535         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
3537 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
3539         * server.el (server-start): Revert part of 2010-08-08 change.  Using
3540         address 127.0.0.1 for local host is now done in Fmake_network_process.
3542 2010-09-24  Glenn Morris  <rgm@gnu.org>
3544         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
3545         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
3546         * textmodes/css-mode.el, textmodes/dns-mode.el:
3547         Move autoloaded auto-mode-alist entries to files.el.
3548         * files.el (auto-mode-alist): Move entries here.
3550 2010-09-23  Glenn Morris  <rgm@gnu.org>
3552         * isearch.el (isearch-lazy-highlight-cleanup)
3553         (isearch-lazy-highlight-initial-delay)
3554         (isearch-lazy-highlight-interval)
3555         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
3556         * net/net-utils.el (ipconfig-program-options):
3557         Move aliases to options before the associated definitions.
3559 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3561         * newcomment.el (comment-normalize-vars): Better test validity of
3562         comment-end-skip.
3564 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3566         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
3567         (float-e): New name for `e'.
3568         (degrees-to-radians, radians-to-degrees):
3569         * calendar/solar.el (solar-longitude):
3570         * calculator.el (calculator-registers, calculator-funcall):
3571         * textmodes/artist.el (artist-spray-random-points):
3572         * play/bubbles.el (bubbles--initialize-images): Use new names.
3574 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
3576         Update to CEDET 1.0's version of EIEIO.
3578         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
3579         New function.
3580         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
3581         (eieio-default-eval-maybe): Eval val instead of unquoting only.
3582         (class-precedence-list): If class is nil, return nil.
3583         (eieio-generic-call): If class of first input arg is nil, don't
3584         look up static methods, and do check for primary methods.
3585         (initialize-instance): See if the default needs to be evaluated
3586         during the constructor.
3587         (eieio-perform-slot-validation-for-default): Don't do the check
3588         for values that will eventually be evaluated.
3589         (eieio-eval-default-p): New function.
3590         (eieio-default-eval-maybe): Use it.
3592 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
3594         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
3595         method-invocation-order.
3596         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
3597         (eieio-class-precedence-dfs): Compute class precedence list using
3598         dfs algorithm.
3599         (eieio-class-precedence-bfs): Compute class precedence list using
3600         bfs algorithm.
3601         (eieio-class-precedence-c3): Compute class precedence list using
3602         c3 algorithm.
3603         (class-precedence-list): New function.
3604         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
3605         (inconsistent-class-hierarchy): New error symbol.
3606         (call-next-method): Stow the replacement argument list for future
3607         call-next-method invocations.
3609 2010-09-23  Glenn Morris  <rgm@gnu.org>
3611         * calendar/appt.el (appt-check): If not displaying the diary,
3612         use (diary 1) to only get the entries we need.
3613         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
3614         that it is in day order.  (Bug#7019)
3616         * calendar/appt.el (appt-check): Rather than showing the diary,
3617         just turn off invisible display, and only if needed.
3619         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
3621 2010-09-23  Glenn Morris  <rgm@gnu.org>
3623         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3624         (byte-compile-defvar, byte-compile-cl-warn):
3625         Start warnings with lower-case, like the majority.
3627         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
3629         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
3631         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
3632         * files.el (auto-mode-alist): Move ld-script entries here, further down
3633         the list.
3635         * vc/add-log.el: Don't require timezone when compiling.
3636         (timezone-make-date-sortable): Autoload it.
3637         (change-log-sortable-date-at): Don't require timezone.
3638         Use `ignore-errors'.
3640         * comint.el (comint-use-prompt-regexp-instead-of-fields):
3641         Move alias before definition, so it does not need autoloading.
3643         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
3644         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
3645         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
3646         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
3647         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
3648         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
3649         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
3650         * textmodes/tex-mode.el, textmodes/two-column.el:
3651         Remove leading `*' from docs of defcustoms etc.
3653 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3655         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
3657 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3659         * calendar/time-date.el (date-to-time): Try using parse-time-string
3660         first before using the slower timezone-make-date-arpa-standard.
3662 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3664         * calendar/time-date.el (format-seconds): Comment fix.
3666 2010-09-22  Glenn Morris  <rgm@gnu.org>
3668         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
3669         is not automatically buffer-local.
3671 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3673         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
3674         (smie-indent-comment): Be more careful with comment-start-skip.
3675         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
3676         (smie-indent-functions): Use them.
3678 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
3680         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
3682 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
3684         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
3685         tool-bar-position.  Don't modify frame parameters here.
3686         (menu-bar-options-save): Add tool-bar-position.
3688         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
3690 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3692         * textmodes/reftex-parse.el (reftex-what-macro)
3693         (reftex-context-substring): Let-bind forward-sexp-function to nil
3694         since we don't need/want to treat \begin...\end as a block (bug#7053).
3696         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
3698         * simple.el (blink-matching-open): Use syntax-class.
3700         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
3701         Set invisibility spec for pascal's outline mode.
3702         (pascal-outline-change): Clean up calling convention.
3703         (pascal-show-all, pascal-hide-other-defuns): Update callers.
3705         * progmodes/prolog.el (prolog-smie-forward-token)
3706         (prolog-smie-backward-token): New functions.
3707         (prolog-mode-variables): Use them to parse "!," correctly.
3708         Set up smie-blink-matching for ".".
3710         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
3711         and `end'.
3712         (ispell-region, ispell-process-line): Update users.
3714         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
3715         point-min==1.
3717         * textmodes/ispell.el: Fix commenting convention.
3718         (ispell-parse-output): Simplify, use push.
3719         (ispell-region): Use match-string-no-properties.
3720         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
3721         (ispell-minor-mode): Use define-minor-mode.
3722         (ispell-message): Remove unused var `skip-regexp'.
3723         (ispell-add-per-file-word-list): Use dynamic let-binding.
3724         Try and use the proper comment marker.
3726         * mail/sendmail.el: Fix commenting convention.
3727         (sendmail-send-it): Use line-beginning-position.
3729         * help-fns.el (describe-variable): Add original value, if applicable.
3731 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
3733         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
3735         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
3737 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3739         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
3740         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
3741         (smie-prec2-levels): Use them to better diagnose precedence cycles.
3742         (smie-blink-matching-check): Don't signal a mismatch if car is t.
3743         (smie-blink-matching-open): Rewrite to remove assumptions, so that
3744         something like "." can also be a closer.
3745         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
3746         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
3747         Rename internal functions to use "--".  Update callers.
3749         * frame.el (make-frame-names-alist): Don't list frames on other displays.
3751         * fringe.el (fringe-styles): New var.
3752         (fringe-mode, fringe-query-style): Use it.
3754 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
3756         * progmodes/sql.el: Version 2.8
3757         (sql-login-params): Update widget structure; changes still needed.
3758         (sql-product-alist): Add :list-all and :list-table features for
3759         SQLite, Postgres and MySQL products.
3760         (sql-redirect): Handle default value.
3761         (sql-execute, sql-execute-feature): New functions.
3762         (sql-read-table-name): New function.
3763         (sql-list-all, sql-list-table): New functions.  User API.
3764         (sql-mode-map, sql-interactive-mode-map): Add key definitions
3765         for above functions.
3766         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
3767         for above functions.
3768         (sql-postgres-login-params): Add user and database defaults.
3769         (sql-buffer-live-p): Bug fix.
3770         (sql-product-history): New variable.
3771         (sql-read-product): New function. Use it.
3772         (sql-set-product, sql-product-interactive): Use it.
3773         (sql-connection-history): New variable.
3774         (sql-read-connection): New function.  Use it.
3775         (sql-connect): New function.
3776         (sql-for-each-login): Redesign function interface.
3777         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
3778         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
3779         (sql-comint): Check for program.  Existing live buffer.
3780         (sql-comint-postgres): Add port parameter.
3782 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3784         * emacs-lisp/warnings.el: Fix commenting convention.
3785         (display-warning): Use special mode and make the buffer read-only.
3787 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
3789         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
3790         empty string when it follows a repeated or optional pattern.
3792 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3794         * indent.el (indent-according-to-mode): Apply syntax-propertize.
3795         (indent-region): Use indent-according-to-mode.
3797 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
3799         * fringe.el (fringe-mode): Doc fix.
3801 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3803         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
3804         refreshing the preview buffer.
3806 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3808         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
3809         (latex-syntax-propertize-rules): New consts; replace
3810         tex-font-lock-syntactic-keywords.
3811         (tex-env-mark, latex-env-before-change): New functions.
3812         (latex-electric-env-pair-mode): New minor mode.
3813         (tex-font-lock-verb): Change arguments; do move point.
3814         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
3815         representation as a form of comment.
3816         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
3817         (doctex-syntax-propertize-rules): New const; replaces
3818         doctex-font-lock-syntactic-keywords.
3819         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
3821         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
3822         (fortran-make-syntax-propertize-function): New function; replaces
3823         fortran-font-lock-syntactic-keywords.
3824         (fortran-mode): Use it.
3825         (fortran-line-length): Use it.  Improve interactive spec.
3827         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
3828         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
3829         when adding surrounding \(..\).
3831         * progmodes/js.el (js-mode): Fix last change (bug#7054).
3833 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3835         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
3836         Use with-current-buffer.
3838         * isearch.el (isearch-face): Rename from `isearch'.
3839         (isearch-highlight): Use new name.
3841 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
3843         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
3844         5, for `half' width fringes.  (Bug#6933)
3846 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3848         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3849         (byte-compile-defvar): "foo/bar" does not lack a prefix.
3851         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
3853 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
3855         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
3856         in calculating new frame position.  Add more space between new and
3857         parent on the left (Bug#7048).
3859 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
3861         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
3862         defmacro.
3864 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
3866         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
3868         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
3869         obsolete alias for x-selection-value.
3871         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
3873 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
3875         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
3876         cookie.
3878 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
3880         * net/tramp-compat.el (tramp-compat-with-temp-message)
3881         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
3882         (tramp-compat-process-put): New defuns.
3884         * net/tramp.el (top):
3885         * net/tramp-gvfs.el (top):
3886         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
3888         * net/tramp.el (tramp-progress-reporter-update):
3889         Use `tramp-compat-funcall'.
3891         * net/tramp.el (tramp-process-actions):
3892         * net/tramp-gvfs.el (tramp-handle-vc-registered):
3893         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
3894         (tramp-get-remote-stat, tramp-get-remote-readlink):
3895         Use `tramp-compat-with-temp-message'.
3897         * net/tramp-sh.el (top): Require 'cl.
3898         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
3899         (tramp-open-connection-setup-interactive-shell):
3900         Use `tramp-compat-process-put'.
3902 2010-09-15  Alan Mackenzie  <acm@muc.de>
3904         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
3905         indentation.
3906         (c-forward-<>-arglist-recur): Fix an infinite recursion.
3908 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3910         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3911         `lexical' for warnings related to lexical scoping.
3912         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
3913         global vars which don't have a prefix and could hence affect lexical
3914         scoping in unrelated files.
3916 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3918         * net/imap.el: Revert back to version
3919         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3920         seem problematic.
3922 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3924         * obsolete/old-whitespace.el (whitespace-unload-function):
3925         Explicitly pass `obarray' to `unintern' to avoid a warning.
3927 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3929         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
3930         Add `when' argument.  Update callers.
3932         * subr.el (unintern): Declare the obarray arg mandatory.
3934 2010-09-14  Glenn Morris  <rgm@gnu.org>
3936         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
3937         Doc fixes.
3939         * calendar/diary-lib.el (diary-included-files): New variable.
3940         (diary-list-entries): Maybe initialize diary-included-files.
3941         (diary-include-other-diary-files): Append to diary-included-files.
3942         * calendar/appt.el (appt-update-list): Also check the members of
3943         diary-included-files.  (Bug#6999)
3944         (appt-check): Doc fix.
3946 2010-09-14  David Reitter  <david.reitter@gmail.com>
3948         * simple.el (line-move-visual): Do not truncate goal column to
3949         integer size.  (Bug#7020)
3951 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3953         * repeat.el (repeat): Allow repeating when the last event is a click.
3954         Suggested by Drew Adams (bug#6256).
3956 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
3958         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
3959         Replace setting HGRCPATH to "" by some less invasive --config options.
3961 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3963         * font-lock.el (font-lock-beginning-of-syntax-function):
3964         Mark as obsolete.
3966 2010-09-14  Glenn Morris  <rgm@gnu.org>
3968         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
3969         and tool-bar modes.  (Bug#6211)
3970         (menu-bar-mode): Move setting of standard-value after the
3971         minor-mode definition, otherwise it seems to have no effect.
3973 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
3975         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
3976         Fix typo.  (Bug#6976)
3978 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3980         * whitespace.el: Allow cleaning up blanks without blank
3981         visualization (Bug#6651).  Adjust help window for
3982         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
3983         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
3984         (whitespace-style): Add new value 'face.  Adjust docstring.
3985         (whitespace-space, whitespace-hspace, whitespace-tab):
3986         Adjust foreground property face.
3987         (whitespace-line-column): Adjust docstring and type declaration.
3988         (whitespace-style-value-list, whitespace-toggle-option-alist)
3989         (whitespace-help-text): Adjust const initialization.
3990         (whitespace-toggle-options, global-whitespace-toggle-options):
3991         Adjust docstring.
3992         (whitespace-display-window, whitespace-interactive-char)
3993         (whitespace-style-face-p, whitespace-color-on): Adjust code.
3994         (whitespace-help-scroll): New fun.
3996 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3998         * calendar/time-date.el (format-seconds): Comment fix.
4000 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
4002         * progmodes/sql.el: Version 2.7.
4003         (sql-buffer-live-p): Improve detection.
4004         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4005         (sql-set-sqli-buffer): Use it.
4006         (sql-product-interactive): Run `sql-set-sqli-hook'.
4007         (sql-rename-buffer): Code cleanup.
4008         (sql-redirect, sql-redirect-value): New functions.  More to come.
4010 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
4012         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.
4013         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4014         (TRAMP_SRC): New macro.
4015         ($(lisp)/net/tramp-loaddefs.el): New target.
4017 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
4019         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
4021         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
4023         * net/tramp.el (top): Don't show loading message.  Require just
4024         'tramp-compat, everything else is required there.
4025         Use `ignore-errors' where appropriate.
4026         (tramp-inline-compress-start-size, tramp-copy-size-limit)
4027         (tramp-terminal-type, tramp-end-of-output)
4028         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
4029         (tramp-completion-function-alist-ssh)
4030         (tramp-completion-function-alist-telnet)
4031         (tramp-completion-function-alist-su)
4032         (tramp-completion-function-alist-putty, tramp-remote-path)
4033         (tramp-remote-process-environment, tramp-sh-extra-args)
4034         (tramp-actions-before-shell, tramp-uudecode)
4035         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
4036         (tramp-perl-file-attributes)
4037         (tramp-perl-directory-files-and-attributes)
4038         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
4039         (tramp-perl-encode, tramp-perl-decode)
4040         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
4041         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
4042         (tramp-handle-make-symbolic-link, tramp-handle-load)
4043         (tramp-handle-file-name-as-directory)
4044         (tramp-handle-file-name-directory)
4045         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4046         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
4047         (tramp-do-file-attributes-with-ls)
4048         (tramp-do-file-attributes-with-perl)
4049         (tramp-do-file-attributes-with-stat)
4050         (tramp-handle-set-visited-file-modtime)
4051         (tramp-handle-verify-visited-file-modtime)
4052         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
4053         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
4054         (tramp-handle-file-selinux-context)
4055         (tramp-handle-set-file-selinux-context)
4056         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
4057         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
4058         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
4059         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
4060         (tramp-handle-file-ownership-preserved-p)
4061         (tramp-handle-directory-file-name, tramp-handle-directory-files)
4062         (tramp-handle-directory-files-and-attributes)
4063         (tramp-do-directory-files-and-attributes-with-perl)
4064         (tramp-do-directory-files-and-attributes-with-stat)
4065         (tramp-handle-file-name-all-completions)
4066         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
4067         (tramp-handle-copy-file, tramp-handle-copy-directory)
4068         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
4069         (tramp-do-copy-or-rename-file-via-buffer)
4070         (tramp-do-copy-or-rename-file-directly)
4071         (tramp-do-copy-or-rename-file-out-of-band)
4072         (tramp-handle-make-directory, tramp-handle-delete-directory)
4073         (tramp-handle-delete-file)
4074         (tramp-handle-dired-recursive-delete-directory)
4075         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
4076         (tramp-handle-insert-directory)
4077         (tramp-handle-unhandled-file-name-directory)
4078         (tramp-handle-expand-file-name)
4079         (tramp-handle-substitute-in-file-name)
4080         (tramp-handle-executable-find, tramp-process-sentinel)
4081         (tramp-handle-start-file-process, tramp-handle-process-file)
4082         (tramp-handle-call-process-region, tramp-handle-shell-command)
4083         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
4084         (tramp-handle-insert-file-contents)
4085         (tramp-handle-insert-file-contents-literally)
4086         (tramp-handle-find-backup-file-name)
4087         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
4088         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
4089         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
4090         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
4091         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
4092         (tramp-find-file-exists-command, tramp-open-shell)
4093         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
4094         (tramp-open-connection-setup-interactive-shell)
4095         (tramp-local-coding-commands, tramp-remote-coding-commands)
4096         (tramp-find-inline-encoding, tramp-call-local-coding-command)
4097         (tramp-inline-compress-commands, tramp-find-inline-compress)
4098         (tramp-compute-multi-hops, tramp-maybe-open-connection)
4099         (tramp-send-command, tramp-wait-for-output)
4100         (tramp-send-command-and-check, tramp-barf-unless-okay)
4101         (tramp-send-command-and-read, tramp-mode-string-to-int)
4102         (tramp-convert-file-attributes, tramp-check-cached-permissions)
4103         (tramp-file-mode-from-int, tramp-file-mode-permissions)
4104         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
4105         (tramp-method-out-of-band-p, tramp-local-host-p)
4106         (tramp-get-remote-path, tramp-get-remote-tmpdir)
4107         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
4108         (tramp-get-test-command, tramp-get-test-nt-command)
4109         (tramp-get-file-exists-command, tramp-get-remote-ln)
4110         (tramp-get-remote-perl, tramp-get-remote-stat)
4111         (tramp-get-remote-readlink, tramp-get-remote-trash)
4112         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
4113         (tramp-get-local-uid, tramp-get-local-gid)
4114         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
4115         tramp-sh.el.
4116         (tramp-methods, tramp-default-method-alist)
4117         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
4118         Move initialization to tramp-sh.el.
4119         (tramp-temp-name-prefix): Make it a defconst.
4120         (tramp-dissect-file-name): Don't check anymore for multi-hop
4121         methods.
4122         (tramp-debug-outline-regexp): Add a docstring.
4123         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
4124         (tramp-get-debug-buffer): Use it.
4126         * net/tramp-cache.el (top): Set tramp-autoload cookie for
4127         initialization forms.
4128         (tramp-set-connection-property): Don't protect `tramp-message'
4129         call, it isn't necessary any longer.
4130         (tramp-dump-connection-properties): Use `ignore-errors'.
4132         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
4133         'password-cache and 'auth-source.
4135         * net/tramp-gvfs.el (top):
4136         * net/tramp-smb.el (top): Require 'tramp-sh.
4138         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
4140         * net/tramp-sh.el: New file, derived from tramp.el.
4141         (top): Initialize `tramp-methods', `tramp-default-method-alist',
4142         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
4143         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
4144         Use `ignore-errors' where appropriate.
4145         (tramp-sh-file-name-handler-alist): Rename from
4146         `tramp-file-name-handler-alist'.
4147         (tramp-send-command-and-check): Return t or nil.  Remove all
4148         `zerop' checks, where called.
4149         (tramp-handle-set-file-modes)
4150         (tramp-do-copy-or-rename-file-directly)
4151         (tramp-handle-delete-directory, tramp-handle-delete-file)
4152         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
4153         (tramp-sh-file-name-handler, tramp-send-command-and-check)
4154         (tramp-get-remote-ln): Set tramp-autoload cookie.
4156         * net/tramp-fish.el: Remove file.
4158 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
4160         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
4161         buffer-file-name to avoid file-locking.  (Bug#7026)
4163 2010-09-13  Julien Danjou  <julien@danjou.info>
4165         * notifications.el (notifications-notify): Add support for
4166         image-path and sound-name.
4167         (notifications-specification-version): Add this variable.
4169 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4171         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
4173 2010-09-12  Leo  <sdl.web@gmail.com>
4175         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
4176         (rcirc-completion-start): New variables.
4177         (rcirc-nick-completions): Rename to rcirc-completions.
4178         (rcirc-nick-completion-start-offset): Delete.
4179         (rcirc-completion-at-point): New function for constructing
4180         completion data for both nicks and irc commands.  Add to
4181         completion-at-point-functions in rcirc mode.
4182         (rcirc-complete): Rename from rcirc-nick-complete; use
4183         rcirc-completion-at-point.
4184         (defun-rcirc-command): Update rcirc-client-commands.
4186 2010-09-11  Glenn Morris  <rgm@gnu.org>
4188         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
4189         atomically, to avoid parallel build errors.  (Bug#4196)
4191 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
4193         * progmodes/sql.el: Version 2.6
4194         (sql-dialect): Synonym for "sql-product".
4195         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4196         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
4197         Set "sql-buffer" to buffer name not buffer object so multiple sql
4198         interactive buffers work properly.  Reverts misguided changes in
4199         earlier work.
4200         (sql-comint): Make sure different buffer name is used if "*SQL*"
4201         buffer is for a different product.
4202         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
4203         login param.
4204         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4205         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4206         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
4207         Accept new buffer name or prompt for one.
4208         (sql-port): Default to zero.
4209         (sql-comint-mysql): Handle "sql-port" as a numeric.
4210         (sql-port-history): Delete unused variable.
4211         (sql-get-login): Default "sql-port" to a number.
4212         (sql-product-alist): Correct Postgres prompt and terminator regexp.
4213         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
4214         "sqlite3" executables.
4215         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
4216         (sql-buffer-live-p): New function.
4217         (sql-mode-menu, sql-send-string): Use it.
4218         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
4219         syntax pattern.
4220         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
4221         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
4223 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4225         * net/netrc.el (netrc-credentials): New convenience function.
4227 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4229         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
4230         to replace texinfo-font-lock-syntactic-keywords.
4231         (texinfo-mode): Use it.
4233         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
4234         Use syntax-propertize-function.
4236         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
4237         replace sgml-font-lock-syntactic-keywords.
4238         (sgml-mode): Use it.
4240         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
4241         since we don't use it.
4243         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
4245         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
4246         if available.
4247         (vhdl-fontify-buffer): Adjust.
4249         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
4250         replace tcl-font-lock-syntactic-keywords.
4251         (tcl-mode): Use it.
4253         * progmodes/simula.el (simula-syntax-propertize-function): New var to
4254         replace simula-font-lock-syntactic-keywords.
4255         (simula-mode): Use it.
4257         * progmodes/sh-script.el (sh-st-symbol): Remove.
4258         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
4259         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
4260         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
4261         (sh-font-lock-paren): Set syntax-multiline.
4262         (sh-font-lock-syntactic-keywords): Remove.
4263         (sh-syntax-propertize-function): New function to replace it.
4264         (sh-mode): Use it.
4266         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
4267         Define while compiling.
4268         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4269         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
4270         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
4271         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4272         (ruby-here-doc-end-syntax): Only define when
4273         syntax-propertize is not available.
4274         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
4275         New functions.
4276         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
4277         (electric-indent-chars): Silence bytecompiler.
4278         (ruby-mode): Use prog-mode, syntax-propertize-function, and
4279         electric-indent-chars.
4281         * progmodes/python.el (python-syntax-propertize-function): New var to
4282         replace python-font-lock-syntactic-keywords.
4283         (python-mode): Use it.
4284         (python-quote-syntax): Simplify and adjust to new use.
4286         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
4287         replace perl-font-lock-syntactic-keywords.
4288         (perl-syntax-propertize-special-constructs): New fun to replace
4289         perl-font-lock-special-syntactic-constructs.
4290         (perl-font-lock-syntactic-face-function): New fun.
4291         (perl-mode): Use it.
4293         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
4294         to replace octave-font-lock-close-quotes.
4295         (octave-syntax-propertize-function): New function to replace
4296         octave-font-lock-syntactic-keywords.
4297         (octave-mode): Use it.
4299         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
4300         replaces mixal-font-lock-syntactic-keywords.
4301         (mixal-mode): Use it.
4303         * progmodes/make-mode.el (makefile-syntax-propertize-function):
4304         New var; replaces makefile-font-lock-syntactic-keywords.
4305         (makefile-mode): Use it.
4306         (makefile-imake-mode): Adjust.
4308         * progmodes/js.el (js--regexp-literal): Define while compiling.
4309         (js-syntax-propertize-function): New var; replaces
4310         js-font-lock-syntactic-keywords.
4311         (js-mode): Use it.
4313         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
4314         replaces gdb-script-font-lock-syntactic-keywords.
4315         (gdb-script-mode): Use it.
4317         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
4318         (fortran--font-lock-syntactic-keywords): New var.
4319         (fortran-line-length): Update syntax-propertize-function and
4320         fortran--font-lock-syntactic-keywords.
4322         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
4324         * progmodes/cfengine.el (cfengine-mode):
4325         Use syntax-propertize-function.
4326         (cfengine-font-lock-syntactic-keywords): Remove.
4328         * progmodes/autoconf.el (autoconf-mode):
4329         Use syntax-propertize-function.
4330         (autoconf-font-lock-syntactic-keywords): Remove.
4332         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
4333         (ada-after-change-function, ada-initialize-syntax-table-properties)
4334         (ada-handle-syntax-table-properties): Only define when
4335         syntax-propertize is not available.
4336         (ada-mode): Use syntax-propertize-function.
4338         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
4339         (font-lock-fontify-syntactic-keywords-region): Move handling of
4340         font-lock-syntactically-fontified to...
4341         (font-lock-default-fontify-region): ...here.
4342         Let syntax-propertize-function take precedence.
4343         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
4345         * emacs-lisp/syntax.el (syntax-propertize-function)
4346         (syntax-propertize-chunk-size, syntax-propertize--done)
4347         (syntax-propertize-extend-region-functions): New vars.
4348         (syntax-propertize-wholelines, syntax-propertize-multiline)
4349         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
4350         (syntax-propertize): New functions.
4351         (syntax-propertize-rules): New macro.
4352         (syntax-ppss-flush-cache): Set syntax-propertize--done.
4353         (syntax-ppss): Call syntax-propertize.
4355         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
4357 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
4359         * textmodes/ispell.el (ispell-init-process): Improve comments.
4360         XEmacs compatibility changes regarding (add-hook) 'local option
4361         and (set-process-query-on-exit-flag).
4363 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
4365         * net/tramp-cache.el (tramp-parse-connection-properties):
4366         Set tramp-autoload cookie.
4368 2010-09-09  Glenn Morris  <rgm@gnu.org>
4370         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
4371         (imagemagick-register-types): Doc fix.
4373 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4375         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
4377         * progmodes/js.el (require): Require is already "eval-and-compile".
4378         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
4379         (js--re-search-backward): Use js--re-search-forward.
4381         * progmodes/fortran.el (fortran-line-length): Don't recompute
4382         syntactic keywords redundantly a second time.
4384         * progmodes/ada-mode.el: Replace "(set '" with setq.
4385         (ada-mode): Simplify.
4386         (ada-create-case-exception, ada-adjust-case-interactive)
4387         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
4388         (ada-search-ignore-string-comment, ada-move-to-start)
4389         (ada-move-to-end): Use with-syntax-table.
4391         * font-lock.el (save-buffer-state): Remove `varlist' arg.
4392         (font-lock-unfontify-region, font-lock-default-fontify-region):
4393         Update usage correspondingly.
4394         (font-lock-fontify-syntactic-keywords-region):
4395         Set parse-sexp-lookup-properties buffer-locally here.
4396         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
4398         * simple.el (blink-matching-open): Don't burp if we can't find a match.
4400 2010-09-08  Glenn Morris  <rgm@gnu.org>
4402         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
4403         Error if not compiled with -DBYTE_CODE_METER.
4405         * emacs-lisp/bytecomp.el (byte-recompile-directory):
4406         Ignore dir-locals-file.
4408 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4410         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4411         Not a const.
4412         (compilation-error-regexp-alist-alist): Rule out ": " in file names
4413         for the `gnu' messages.
4414         (compilation-set-skip-threshold): New command.
4415         (compilation-start): Use \' rather than $.
4416         (compilation-forget-errors): Use clrhash.
4418 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
4420         * textmodes/ispell.el (ispell-valid-dictionary-list):
4421         Simplify logic.
4423 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
4425         Migrate to Tramp 2.2.  Rearrange load dependencies.
4426         (Bug#1529, Bug#5448, Bug#5705)
4428         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
4429         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
4430         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4432         * net/tramp.el (top): Remove all other tramp-* loads except
4433         tramp-compat.el.  Remove all changes to tramp-unload-hook for
4434         other tramp-* packages.  Rearrange defun order.  Change calls of
4435         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
4436         `tramp-compat-octal-to-decimal' to new function names.
4437         (tramp-terminal-type, tramp-initial-end-of-output)
4438         (tramp-methods, tramp-foreign-file-name-handler-alist)
4439         (tramp-tramp-file-p, tramp-completion-mode-p)
4440         (tramp-send-command-and-check, tramp-get-remote-path)
4441         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
4442         (tramp-shell-quote-argument): Set tramp-autoload cookie.
4443         (with-file-property, with-connection-property): Move to
4444         tramp-cache.el.
4445         (tramp-local-call-process, tramp-decimal-to-octal)
4446         (tramp-octal-to-decimal): Move to tramp-compat.el.
4447         (tramp-handle-shell-command): Do not require 'shell.
4448         (tramp-compute-multi-hops): No special handling for tramp-gw-*
4449         symbols.
4450         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
4452         * net/tramp-cache.el (top): Require 'tramp.  Add to
4453         `tramp-unload-hook'.
4454         (tramp-cache-data, tramp-get-file-property)
4455         (tramp-set-file-property, tramp-flush-file-property)
4456         (tramp-flush-directory-property, tramp-get-connection-property)
4457         (tramp-set-connection-property, tramp-flush-connection-property)
4458         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
4459         cookie.
4460         (with-file-property, with-connection-property): New defuns, moved
4461         from tramp.el.
4462         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
4463         macro.
4465         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
4466         (tramp-version): Set tramp-autoload cookie.
4468         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
4469         changes to tramp-unload-hook for other tramp-* packages.  Add to
4470         `tramp-unload-hook'.
4471         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
4472         (tramp-compat-call-process): New defuns, moved from tramp.el.
4474         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
4475         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4476         Add to `tramp-unload-hook'.  Change call of
4477         `tramp-compat-decimal-to-octal' to new function name.
4478         (tramp-fish-method): Make it a defconst.
4479         (tramp-fish-file-name-p): Make it a defsubst.
4480         (tramp-fish-method, tramp-fish-file-name-handler)
4481         (tramp-fish-file-name-p): Set tramp-autoload cookie.
4483         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
4484         `tramp-foreign-file-name-handler-alist'.  Add to
4485         `tramp-unload-hook'.
4486         (tramp-ftp-method): Make it a defconst.
4487         (tramp-ftp-file-name-p): Make it a defsubst.
4488         (tramp-ftp-method, tramp-ftp-file-name-handler)
4489         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
4491         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
4492         `tramp-foreign-file-name-handler-alist'.  Add to
4493         `tramp-unload-hook'.  Change checks, whether package can be
4494         loaded.
4495         (tramp-gvfs-file-name-p): Make it a defsubst.
4496         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
4497         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
4498         (tramp-gvfs-handle-file-directory-p): New defun.
4499         (tramp-gvfs-file-name-handler-alist): Use it.
4501         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
4502         `tramp-foreign-file-name-handler-alist'.  Add to
4503         `tramp-unload-hook'.
4504         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
4505         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
4506         defconst.
4507         (tramp-gw-tunnel-method, tramp-gw-socks-method)
4508         (tramp-gw-open-connection): Set tramp-autoload cookie.
4510         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
4511         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4512         Add to `tramp-unload-hook'.  Change checks, whether package can be
4513         loaded.
4514         (tramp-imap-file-name-p): Make it a defsubst.
4515         (tramp-imap-method, tramp-imaps-method)
4516         (tramp-imap-file-name-handler)
4517         (tramp-imap-file-name-p): Set tramp-autoload cookie.
4519         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
4520         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4521         Add to `tramp-unload-hook'.  Change checks, whether package can be
4522         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
4523         function name.
4524         (tramp-smb-tunnel-method): Make it a defconst.
4525         (tramp-smb-file-name-p): Make it a defsubst.
4526         (tramp-smb-method, tramp-smb-file-name-handler)
4527         (tramp-smb-file-name-p): Set tramp-autoload cookie.
4529         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
4530         (tramp-uuencode-region): Set tramp-autoload cookie.
4532         * net/trampver.el (top) Add to `tramp-unload-hook'.
4533         (tramp-version, tramp-bug-report-address): Set tramp-autoload
4534         cookie.  Update release number.
4536 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
4538         * textmodes/ispell.el (ispell-start-process): Make sure original
4539         arg list is properly initialized (Bug#6993, Bug#6994).
4541 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4543         * files.el (directory-abbrev-alist): Use \` as default regexp.
4545         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
4546         chars like - or ] (bug#6984).
4547         (rx-any-condense-range): Explode 2-char ranges.
4549 2010-09-06  Glenn Morris  <rgm@gnu.org>
4551         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
4553 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4555         * textmodes/bibtex.el:
4556         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
4558 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560         * net/imap.el (imap-message-map): Remove optional buffer parameter,
4561         since no callers use it.
4562         (imap-message-get): Ditto.
4563         (imap-message-put): Ditto.
4564         (imap-mailbox-map): Ditto.
4565         (imap-mailbox-put): Ditto.
4566         (imap-mailbox-get): Ditto.
4567         (imap-mailbox-get): Revert last change for this function.
4569 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4571         * net/imap.el (imap-fetch-safe): Remove function, and alter all
4572         callers to use `imap-fetch' instead.  According to the comments, this
4573         should be safe, since all other IMAP clients use the 1:* syntax.
4574         (imap-enable-exchange-bug-workaround): Remove.
4575         (imap-debug): Remove -- doesn't seem very useful.
4577 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579         * net/imap.el (imap-log): New convenience function used throughout
4580         instead of repeating the same code all over the place.
4582 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
4584         * mouse.el (mouse-save-then-kill): Save region to kill-ring
4585         when mouse-drag-copy-region is non-nil (Bug#6956).
4587 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
4589         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
4590         Improve regexps (Bug#6987).
4591         (dired-sort-toggle): Search more robustly for -t flag.
4593         * files.el (get-free-disk-space): Search more robustly for
4594         "available" column.  Suggested by Ehud Karni
4595         <ehud@unix.mvs.co.il>.
4597 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
4599         * international/uni-bidi.el:
4600         * international/uni-category.el:
4601         * international/uni-combining.el:
4602         * international/uni-decimal.el:
4603         * international/uni-mirrored.el:
4604         * international/uni-name.el: Regenerate.
4606 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4608         * electric.el (electric-indent-post-self-insert-function):
4609         Don't reindent with a sloppy indentation function.
4611         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
4612         border case in change-log-mode.
4614 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
4616         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4617         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
4618         Recognize leading tab in gcc-include regexp.  Ignore names with
4619         leading "from" or "in" in gnu regexp (Bug#6937).
4621 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4623         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
4624         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
4625         (ispell-start-process): Avoid setq and simplify logic.
4626         (ispell-init-process): Setup kill-buffer-hook locally when needed.
4627         (kill-buffer-hook): Don't use it globally with code that uses
4628         expand-file-name since that may call kill-buffer via
4629         code_conversion_restore.
4631 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
4633         * emacs-lisp/package.el (package-directory-list): Only call
4634         file-name-nondirectory on a string.
4636 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
4638         * emacs-lisp/package.el (package--download-one-archive):
4639         Ensure that archive-contents is valid before saving it.
4640         (package-activate-1, package-mark-obsolete, define-package)
4641         (package-compute-transaction, package-list-maybe-add): Use push.
4643 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4645         Use SMIE's blink-paren for octave-mode.
4646         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
4647         Backslashes do not escape single-quotes, single-quotes do.
4648         (octave-block-else-regexp, octave-block-end-regexp)
4649         (octave-block-match-alist): Remove.
4650         (octave-smie-bnf-table): New var, with old content.
4651         (octave-smie-op-levels): Use it.
4652         (octave-smie-closer-alist): New var.
4653         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
4654         (octave-blink-matching-block-open): Remove.
4655         (octave-reindent-then-newline-and-indent, octave-electric-semi)
4656         (octave-electric-space): Let self-insert-command run expand-abbrev and
4657         blink parens.
4659         * electric.el (electricity): New group.
4660         (electric-indent-chars): New var.
4661         (electric-indent-post-self-insert-function): New fun.
4662         (electric-indent-mode): New minor mode.
4663         (electric-pair-skip-self): New custom.
4664         (electric-pair-post-self-insert-function): New function.
4665         (electric-pair-mode): New minor mode.
4667         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
4668         calcAlg-blink-matching-open.
4669         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
4670         (calc-do-alg-entry): Only touch the part of the keymap that varies.
4671         Use the new blink-matching-check-function.
4673         Provide blink-matching support to SMIE.
4674         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
4675         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
4676         (smie-blink-matching-check, smie-blink-matching-open): New functions.
4678         * simple.el (newline): Fix last change to properly remove itself from
4679         the hook.
4681 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4683         * simple.el (newline): Eliminate optimization.
4684         Use post-self-insert-hook to set hard-newline and things before
4685         running post-self-insert-hook.
4686         (blink-matching-check-mismatch): New function.
4687         (blink-matching-check-function): New variable.
4688         (blink-matching-open): Use them.
4689         Skip back forward over prefix chars skipped by forward-sexp.
4690         Don't check if the parens are backslash escaped.
4691         (blink-paren-post-self-insert-function): Check backslash escaping here.
4693 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
4695         * emacs-lisp/package.el (package-menu-mode-map):
4696         Change package-menu-revert bindings to revert-buffer.
4697         (package-menu-mode): Set revert-buffer-function.
4698         (package-menu-revert): Doc fix.
4700 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
4702         * textmodes/ispell.el (ispell-init-process): Use "~/" as
4703         `default-directory' unless using Ispell per-directory personal
4704         dictionaries and not in a mini-buffer under XEmacs.
4705         (kill-buffer-hook): Do not kill ispell process on exit when
4706         `ispell-process-directory' is "~/".  (Bug#6143)
4708 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
4710         * simple.el (kill-new): Call interprogram-cut-function with only
4711         one argument.
4713         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
4714         Remove cut buffer from error message.
4716         * term/x-win.el (x-select-text):
4717         * term/pc-win.el (x-selection-value):
4718         * term/ns-win.el (x-selection-value):
4719         * eshell/em-term.el:
4720         * w32-fns.el (x-get-selection-value):
4721         * mouse-sel.el (mouse-sel-set-selection-function):
4722         * frame.el (display-selections-p): Remove cut-buffer in documentation.
4724         * term/x-win.el: Update documentation for x-last-selected-text-*.
4725         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
4726         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
4727         (x-select-text): Remove argument PUSH, update documentation.
4728         Remove cut-buffer code.
4729         (x-selection-value-internal): Was previously x-selection-value.
4730         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
4731         Update documentation, remove cut-buffer code.
4732         Call x-selection-value-internal.
4733         (x-clipboard-yank): Call x-selection-value-internal.
4734         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
4736         * term/pc-win.el (x-last-selected-text):
4737         x-cut-buffer-or-selection-value renamed to x-selection-value
4738         (x-select-text): Remove argument PUSH, update documentation.
4740         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
4741         x-cut-buffer-or-selection-value renamed to x-selection-value
4742         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
4743         (x-select-text): Remove argument PUSH, update documentation.
4745         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
4747         * w32-fns.el (x-last-selected-text):
4748         x-cut-buffer-or-selection-value renamed to x-selection-value.
4749         (x-cut-buffer-max): Remove.
4750         (x-select-text): Remove argument PUSH, update documentation.
4752         * simple.el (interprogram-cut-function): Remove mention of PUSH.
4754         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
4756         * mouse-sel.el (mouse-sel-get-selection-function):
4757         x-cut-buffer-or-selection-value renamed to x-selection-value.
4758         (x-select-text): Remove optional push.
4760 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4762         * simple.el (blink-paren-function): Move from C to here.
4763         (blink-paren-post-self-insert-function): New function.
4764         (post-self-insert-hook): Use it.
4766         * emacs-lisp/pcase.el (pcase-split-memq):
4767         Fix overenthusiastic optimisation.
4768         (pcase-u1): Handle the case of a lambda pred.
4770 2010-08-31  Kenichi Handa  <handa@m17n.org>
4772         * international/mule-cmds.el (standard-display-european-internal):
4773         Setup standard-display-table for 8-bit characters by storing 8-bit
4774         characters in the element vector.
4776         * disp-table.el (standard-display-8bit):
4777         Setup standard-display-table for 8-bit characters by storing 8-bit
4778         characters in the element vector.
4779         (standard-display-european): Likewise.
4781 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
4783         * textmodes/nroff-mode.el (nroff-view): New command.
4784         (nroff-mode-map): Bind it to C-c C-c.
4786 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4788         * emacs-lisp/smie.el (smie-down-list): New command.
4790         Remove old indentation and navigation code on octave-mode.
4791         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
4792         smie-down-list rather than add a binding for octave-down-block.
4793         (octave-mark-block, octave-blink-matching-block-open):
4794         Rely on forward-sexp-function.
4795         (octave-fill-paragraph): Don't narrow, so you can use
4796         indent-according-to-mode.
4797         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
4798         (octave-in-block-p, octave-re-search-forward-kw)
4799         (octave-re-search-backward-kw, octave-indent-calculate)
4800         (octave-end-as-array-index-p, octave-block-end-offset)
4801         (octave-scan-blocks, octave-forward-block, octave-backward-block)
4802         (octave-down-block, octave-backward-up-block, octave-up-block)
4803         (octave-before-magic-comment-p, octave-indent-line): Remove.
4805 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
4807         * emacs-lisp/package.el (package--read-archive-file): Just use
4808         `read', to avoid copying an additional string.
4809         (package-menu-mode): Set header-line-format here.
4810         (package-menu-refresh, package-menu-revert): Signal an error if
4811         not in the Package Menu.
4812         (package-menu-package-list): New var.
4813         (package--generate-package-list): Operate on the current buffer;
4814         don't assume that it is *Packages*, since the user may rename it.
4815         Allow persistent package listings and sort keys using
4816         package-menu-package-list and package-menu-package-sort-key.
4817         (package-menu--version-predicate): Fix version calculation.
4818         (package-menu-sort-by-column): Don't select the window.
4819         (package--list-packages): Create the *Packages* buffer.
4820         Set package-menu-package-list-key.
4821         (list-packages): Sorting by status is now the default.
4822         (package-buffer-info): Use match-string-no-properties.
4823         (define-package): Add a &rest argument for future proofing, but
4824         don't use it yet.
4825         (package-install-from-buffer, package-install-buffer-internal):
4826         Merge into a single function, package-install-from-buffer.
4827         (package-install-file): Change caller.
4829         * finder.el: Load finder-inf using `require'.
4830         (finder-list-matches): Sorting by status is now the default.
4831         (finder-compile-keywords): Simpify printing.
4833 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4835         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4836         (octave-mode-map): Remove special bindings for forward/backward-block
4837         and octave-backward-up-block.  Use smie-close-block.
4838         (octave-continuation-marker-regexp): New var.
4839         (octave-continuation-regexp): Use it.
4840         (octave-operator-table, octave-smie-op-levels)
4841         (octave-operator-regexp, octave-smie-indent-rules): New vars.
4842         (octave-smie-backward-token, octave-smie-forward-token): New funs.
4843         (octave-mode): Use SMIE.
4844         (octave-close-block): Delete.
4846 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
4848         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
4849         CLIPBOARD, not in PRIMARY.  (Bug#6944)
4851 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4853         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
4854         a list of parents.
4855         (smie-indent-column): Allow indirection through variables.
4857         * composite.el (save-buffer-state): Delete, unused.
4858         * font-lock.el (save-buffer-state): Use with-silent-modifications.
4859         (font-lock-default-fontify-region): Use with-syntax-table.
4860         * jit-lock.el (with-buffer-unmodified): Remove.
4861         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
4863         Use `declare' in defmacros.
4864         * window.el (save-selected-window):
4865         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
4866         * progmodes/python.el (def-python-skeleton):
4867         * net/dbus.el (dbus-ignore-errors):
4868         * jka-cmpr-hook.el (with-auto-compression-mode):
4869         * international/mule.el (with-category-table):
4870         * emacs-lisp/timer.el (with-timeout):
4871         * emacs-lisp/lisp-mnt.el (lm-with-file):
4872         * emacs-lisp/eieio.el (with-slots):
4873         * emacs-lisp/easymenu.el (easy-menu-define):
4874         * emacs-lisp/debug.el (debugger-env-macro):
4875         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
4876         (Multiple-value-call, Multiple-value-prog1):
4877         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
4878         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
4879         edebug rule to definition.
4880         * emacs-lisp/lisp-mode.el (save-selected-window)
4881         (with-current-buffer, combine-after-change-calls)
4882         (with-output-to-string, with-temp-file, with-temp-buffer)
4883         (with-temp-message, with-syntax-table, read-if, eval-after-load)
4884         (dolist, dotimes, when, unless):
4885         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
4887 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
4889         * finder.el: Require `package'.
4890         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
4891         (finder-package-info): Var deleted.
4892         (finder-keywords-hash, finder--builtins-alist): New vars.
4893         (finder-compile-keywords): Compute package--builtins and
4894         finder-keywords-hash instead of finder-keywords-hash, respecting
4895         the "Package" header.
4896         (finder-unknown-keywords, finder-list-matches):
4897         Use finder-keywords-hash and package--list-packages.
4898         (finder-mode): Don't set font-lock-defaults.
4899         (finder-exit): We don't use "*Finder-package*" and "*Finder
4900         Category*" buffers anymore.
4902         * emacs-lisp/package.el (package--builtins-base): Var deleted.
4903         (package--builtins): Set default value to nil.
4904         (package-initialize): Load precomputed value of package--builtins
4905         from finder-inf.el.
4906         (package-alist, package-compute-transaction)
4907         (package-download-transaction): Improve docstring.
4908         (package-read-all-archive-contents): Do not change
4909         package--builtins here.
4910         (list-packages): Make package-list-packages an alias for this.
4911         Sort by status by default.
4912         (package--list-packages): Add optional PACKAGES arg.
4913         (describe-package-1): Use font-lock-face property.  For built-in
4914         packages, insert file commentary.
4915         (package--generate-package-list): Rename from
4916         package-list-packages-internal; all callers changed.  Add optional
4917         PACKAGES arg.  Add alphabetical sort fallbacks.
4918         (package-menu--version-predicate, package-menu--status-predicate)
4919         (package-menu--description-predicate)
4920         (package-menu--name-predicate): New functions.
4922         * info.el (Info-finder-find-node): Search package-alist instead of
4923         finder-package-info.
4925 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
4927         * subr.el (version-regexp-alist): Don't use "a" and "b" for
4928         "alpha" and "beta".
4929         (version-to-list): Handle versions like "10.3d".
4931 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4933         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
4934         (macroexp-accumulate): Use `declare'.
4936 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4938         * whitespace.el (whitespace-style): Adjust type declaration.
4940 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
4942         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4943         empty argument to gvfs-copy.
4945 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
4947         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4948         handle new TRASH arg of `delete-file'.
4950 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
4952         * net/tramp.el (tramp-handle-insert-directory): Don't use
4953         `forward-word', its default syntax could be changed.
4955 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4956             Michael Albinus  <michael.albinus@gmx.de>
4958         Implement compression for inline methods.
4960         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4961         (tramp-copy-size-limit): Allow also nil.
4962         (tramp-inline-compress-commands): New defconst.
4963         (tramp-find-inline-compress, tramp-get-inline-compress)
4964         (tramp-get-inline-coding): New defuns.
4965         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4966         replaced by `tramp-get-inline-coding'.
4967         (tramp-handle-file-local-copy, tramp-handle-write-region)
4968         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4970 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
4972         Detect ssh 'ControlMaster' argument automatically in some cases.
4974         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
4975         (tramp-default-method): Use it.
4977 2010-08-26  Karel Klíč  <kklic@redhat.com>
4979         * net/tramp.el (tramp-file-name-for-operation):
4980         Add file-selinux-context.
4982 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4984         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
4986 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
4988         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
4989         (Bug#6907).
4991 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
4993         * progmodes/js.el: Make indentation more customizable (Bug#6914).
4994         (js-paren-indent-offset, js-square-indent-offset)
4995         (js-curly-indent-offset): New options.
4996         (js--proper-indentation): Use them.
4998 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
5000         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
5001         instead of inspecting font-lock properties (Bug#6916).
5003 2010-08-26  David Reitter  <david.reitter@gmail.com>
5005         * server.el (server-visit-files): Run pre-command-hook and
5006         post-command-hook for each buffer while it is current (Bug#6910).
5007         (server-execute): Do not run hooks here.
5009 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
5011         Sync with Tramp 2.1.19.
5013         * net/tramp-cmds.el (tramp-cleanup-all-connections)
5014         (tramp-reporter-dump-variable, tramp-load-report-modules)
5015         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
5016         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
5018         * net/tramp-compat.el (top): Do not autoload
5019         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
5020         only when `start-file-process' is not bound.
5021         (byte-compile-not-obsolete-vars): Define if not bound.
5022         (tramp-compat-funcall): New defmacro.
5023         (tramp-compat-line-beginning-position)
5024         (tramp-compat-line-end-position)
5025         (tramp-compat-temporary-file-directory)
5026         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5027         (tramp-compat-copy-file, tramp-compat-copy-directory)
5028         (tramp-compat-delete-file, tramp-compat-delete-directory)
5029         (tramp-compat-number-sequence, tramp-compat-process-running-p):
5030         Use it.
5031         (tramp-advice-file-expand-wildcards): Do not use
5032         `tramp-handle-file-remote-p'.
5033         (tramp-compat-make-temp-file): Simplify fallback implementation.
5034         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5035         (tramp-compat-copy-tree): Remove function.
5036         (tramp-compat-delete-file): New defun.
5037         (tramp-compat-delete-directory): Provide implementation for older
5038         Emacsen.
5039         (tramp-compat-file-attributes): Handle only
5040         `wrong-number-of-arguments' error.
5042         * net/tramp-fish.el (tramp-fish-handle-copy-file):
5043         Add PRESERVE_SELINUX_CONTEXT.
5044         (tramp-fish-handle-delete-file): Add TRASH arg.
5045         (tramp-fish-handle-directory-files-and-attributes):
5046         Do not use `tramp-fish-handle-file-attributes.
5047         (tramp-fish-handle-file-local-copy)
5048         (tramp-fish-handle-insert-file-contents)
5049         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
5051         * net/tramp-gvfs.el (top): Require url-util.
5052         (tramp-gvfs-mount-point): Remove.
5053         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
5054         and `set-file-selinux-context'.
5055         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
5056         (tramp-gvfs-handle-file-selinux-context)
5057         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5058         (with-tramp-dbus-call-method): Format trace message.
5059         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5060         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
5061         Implement backup call, when operation on local files fails.
5062         Use progress reporter.  Flush properties of changed files.
5063         (tramp-gvfs-handle-delete-file): Add TRASH arg.
5064         Use `tramp-compat-delete-file'.
5065         (tramp-gvfs-handle-expand-file-name): Expand "~/".
5066         (tramp-gvfs-handle-make-directory): Make more traces.
5067         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
5068         (tramp-gvfs-url-file-name): Hexify file name in url.
5069         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5070         into account for the resulting file name.
5071         (tramp-gvfs-handler-askquestion): Preserve current message, in
5072         order to let progress reporter continue afterwards.  (Bug#6257)
5073         Return dummy mountpoint, when the answer is "no".
5074         See `tramp-gvfs-maybe-open-connection'.
5075         (tramp-gvfs-handler-mounted-unmounted)
5076         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
5077         attribute "default_location".  Set "prefix" property.
5078         Handle default-location.
5079         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5080         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5081         exists.  Raise an error, if not (due to a corresponding answer
5082         "no" in interactive questions, for example).
5083         Use `tramp-compat-funcall'.
5085         * net/tramp-imap.el (top): Autoload `epg-make-context'.
5086         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5087         (tramp-imap-do-copy-or-rename-file)
5088         (tramp-imap-handle-insert-file-contents)
5089         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5090         (tramp-imap-handle-delete-file): Add TRASH arg.
5092         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5093         Add PRESERVE-SELINUX-CONTEXT.
5094         (tramp-smb-handle-copy-file)
5095         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5096         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5097         Use `with-progress-reporter'.
5098         (tramp-smb-handle-delete-file): Add TRASH arg.
5100         * net/tramp.el (tramp-methods): Move hostname to the end in all
5101         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
5102         appropriate.
5103         (tramp-verbose): Describe verbose level 9.
5104         (tramp-completion-function-alist)
5105         (tramp-file-name-regexp, tramp-chunksize)
5106         (tramp-local-coding-commands, tramp-remote-coding-commands)
5107         (with-connection-property, tramp-completion-mode-p)
5108         (tramp-action-process-alive, tramp-action-out-of-band)
5109         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5110         (tramp-exists-file-name-handler): Fix docstring.
5111         (tramp-remote-process-environment): Use `format' instead of
5112         `concat'.  Protect version string by apostroph.
5113         (tramp-shell-prompt-pattern): Do not use a shy group in case of
5114         XEmacs.
5115         (tramp-file-name-regexp-unified)
5116         (tramp-completion-file-name-regexp-unified): On W32 systems, do
5117         not regard the volume letter as remote filename.  (Bug#5447)
5118         (tramp-perl-file-attributes)
5119         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5120         (tramp-vc-registered-read-file-names): Read input as
5121         here-document, otherwise the command could exceed maximum length
5122         of command line.
5123         (tramp-file-name-handler-alist): Add `file-selinux-context' and
5124         `set-file-selinux-context'.
5125         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
5126         backtrace functions.
5127         (tramp-error-with-buffer): Don't show the connection buffer when
5128         we are in completion mode.
5129         (tramp-progress-reporter-update, tramp-remote-selinux-p)
5130         (tramp-handle-file-selinux-context)
5131         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
5132         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
5133         New defuns.
5134         (with-progress-reporter): New defmacro.
5135         (tramp-debug-outline-regexp): New defconst.
5136         (top, tramp-rfn-eshadow-setup-minibuffer)
5137         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5138         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5139         (tramp-completion-mode-p, tramp-check-for-regexp)
5140         (tramp-open-connection-setup-interactive-shell)
5141         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5142         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5143         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
5144         Use `tramp-compat-funcall'.
5145         (tramp-handle-make-symbolic-link): Flush file properties.
5146         (tramp-handle-load, tramp-handle-file-local-copy)
5147         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5148         (tramp-handle-vc-registered, tramp-maybe-send-script)
5149         (tramp-find-shell): Use `with-progress-reporter'.
5150         (tramp-do-file-attributes-with-stat): Add space in format string,
5151         in order to work around a bug in pdksh.  Reported by Gilles Pion
5152         <gpion@lfdj.com>.
5153         (tramp-handle-verify-visited-file-modtime): Do not send a command
5154         when the connection is not established.
5155         (tramp-handle-set-file-times): Simplify the check for utc.
5156         (tramp-handle-directory-files-and-attributes)
5157         (tramp-get-remote-path): Use `copy-tree'.
5158         (tramp-completion-handle-file-name-all-completions): Ensure, that
5159         non remote files are still checked.  Oops.
5160         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5161         Handle PRESERVE-SELINUX-CONTEXT.
5162         (tramp-do-copy-or-rename-file): Add progress reporter.
5163         (tramp-do-copy-or-rename-file-directly): Do not use
5164         `tramp-handle-file-remote-p'.
5165         (tramp-do-copy-or-rename-file-out-of-band):
5166         Use `tramp-compat-delete-directory'.
5167         (tramp-do-copy-or-rename-file-out-of-band)
5168         (tramp-compute-multi-hops, tramp-maybe-open-connection):
5169         Use `format-spec-make'.
5170         (tramp-handle-delete-file): Add TRASH arg.
5171         (tramp-handle-dired-uncache): Flush directory cache, not only file
5172         cache.
5173         (tramp-handle-expand-file-name)
5174         (tramp-completion-handle-file-name-all-completions)
5175         (tramp-completion-handle-file-name-completion):
5176         Use `tramp-connectable-p'.
5177         (tramp-handle-start-file-process): Set connection property "vec".
5178         Use it, in order to invalidate file caches.  Check only for
5179         `remote-tty' process property.
5180         Implement tty setting.  (Bug#4604, Bug#6360)
5181         (tramp-file-name-for-operation): Add `call-process-region' and
5182         `set-file-selinux-context'.
5183         (tramp-find-foreign-file-name-handler)
5184         (tramp-advice-make-auto-save-file-name)
5185         (tramp-set-auto-save-file-modes): Remove superfluous check for
5186         `stringp'.  This is done inside `tramp-tramp-file-p'.
5187         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
5188         operations when we are in completion mode.  This gives the user
5189         the chance to correct the file name in the minibuffer.
5190         (tramp-completion-mode-p): Use `non-essential'.
5191         (tramp-handle-file-name-all-completions): Backward/ XEmacs
5192         compatibility: Use `completion-ignore-case' if
5193         `read-file-name-completion-ignore-case' does not exist.
5194         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
5195         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5196         `tramp-open-shell'.
5197         (tramp-action-password): Hide password prompt before next run.
5198         (tramp-process-actions): Widen connection buffer for the trace.
5199         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5200         process property.  Trace stty settings if `tramp-verbose' >= 9.
5201         Apply workaround for IRIX64 bug.  Move argument of last
5202         `tramp-send-command' where it belongs to.
5203         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5204         front of `login-args'.
5205         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
5206         on "/dev/null" instead of "/".
5207         (tramp-get-ls-command-with-dired): Make test for "--dired"
5208         stronger.
5209         (tramp-set-auto-save-file-modes): Adapt version check.
5210         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5211         (tramp-handle-process-file): Call the program in a subshell, in
5212         order to preserve working directory.
5213         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
5214         `tramp-remote-sh' from `tramp-methods'.
5215         (tramp-get-ls-command): Make test for "--color=never" stronger.
5216         (tramp-check-for-regexp): Use (forward-line 1).
5218         * net/trampver.el: Update release number.
5220 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
5222         * help.el (help-map): Bind `C-h P' to describe-package.
5224         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
5226         * emacs-lisp/package.el (package-refresh-contents): Catch errors
5227         when downloading archives.
5228         (describe-package-1): Add package commentary.
5229         (package-install-button-action): New function.
5230         (package-menu-mode-map): Bind ? to package-menu-describe-package.
5231         (package-menu-view-commentary): Function removed.
5232         (package-list-packages-internal): Hide the `package' package too.
5234 2010-08-25  Kenichi Handa  <handa@m17n.org>
5236         * language/misc-lang.el ("Arabic"): New language environment.
5237         Setup composition-function-table for Arabic characters.
5239         * international/fontset.el (setup-default-fontset): Fix typo for
5240         arabic OTF spec (fini->fina).
5242 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
5244         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
5245         on all frames.
5247 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5249         * whitespace.el: Allow cleaning up blanks without blank
5250         visualization (Bug#6651).  Adjust help window for
5251         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
5252         instead of whitespace-line-column (from EmacsWiki).  New version
5253         13.1.
5254         (whitespace-style): Add new value 'face.  Adjust docstring.
5255         (whitespace-space, whitespace-hspace, whitespace-tab):
5256         Adjust foreground property face.
5257         (whitespace-line-column): Adjust docstring and type declaration.
5258         (whitespace-style-value-list, whitespace-toggle-option-alist)
5259         (whitespace-help-text): Adjust const initialization.
5260         (whitespace-toggle-options, global-whitespace-toggle-options):
5261         Adjust docstring.
5262         (whitespace-display-window, whitespace-interactive-char)
5263         (whitespace-style-face-p, whitespace-color-on): Adjust code.
5264         (whitespace-help-scroll): New fun.
5266 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
5268         * emacs-lisp/package.el (list-packages): Alias for
5269         package-list-packages.
5271 2010-08-24  Kevin Ryde  <user42@zip.com.au>
5273         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
5274         (Bug#5651).
5276         * progmodes/ruby-mode.el (ruby): Add defgroup.
5278 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
5280         * progmodes/python.el: Add Ipython support (Bug#5390).
5281         (python-shell-prompt-alist)
5282         (python-shell-continuation-prompt-alist): New options.
5283         (python--set-prompt-regexp): New function.
5284         (inferior-python-mode, run-python, python-shell):
5285         Require ansi-color.  Use python--set-prompt-regexp to set the comint
5286         prompt based on the Python interpreter.
5287         (python--prompt-regexp): New var.
5288         (python-check-comint-prompt)
5289         (python-comint-output-filter-function): Use it.
5290         (run-python): Use a pipe (Bug#5694).
5292 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
5294         * progmodes/python.el (python-send-region): Send a different
5295         Python command if Ipython is in use.
5296         (python-check-version): Use a Python command to find the version.
5298 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
5300         * mouse.el (mouse-yank-primary): Avoid setting primary when
5301         deactivating the mark (Bug#6872).
5303 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
5305         * progmodes/python.el (python-block-pairs): Allow use of "finally"
5306         with "else" (Bug#3991).
5308 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
5310         * net/dbus.el: Accept UNIX domain sockets as bus address.
5311         (top): Don't initialize `dbus-registered-objects-table' anymore,
5312         this is done in dbusbind,c.
5313         (dbus-check-event): Adapt test for bus.
5314         (dbus-return-values-table, dbus-unregister-service)
5315         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
5316         Adapt doc string.
5318 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
5320         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
5322 2010-08-22  Juri Linkov  <juri@jurta.org>
5324         * simple.el (read-extended-command): New function with the logic
5325         for `completing-read' moved to Elisp from `execute-extended-command'.
5326         Use `function-called-at-point' in `minibuffer-default-add-function'
5327         to get a command name for M-n (bug#5364, bug#5214).
5329 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5331         * startup.el (command-line-1): Issue warning for ignored arguments
5332         --unibyte, etc (Bug#6886).
5334 2010-08-22  Leo  <sdl.web@gmail.com>
5336         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
5337         (ignore, bright, dim, keyword): Split list of nicknames before
5338         passing to rcirc-add-or-remove (Bug#6894).
5340 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5342         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
5344 2010-08-22  Leo  <sdl.web@gmail.com>
5346         Fix buffer-list rename&refresh after killing a buffer in ido.
5347         * ido.el: Revert Óscar's.
5348         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
5349         Remember the buffers at head, rather than their name.
5350         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
5352 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
5353             Stefan Monnier  <monnier@iro.umontreal.ca>
5355         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
5356         extra backslash added to each line (bug#6890).
5358 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5360         * subr.el (read-key): Don't echo keystrokes (bug#6883).
5362 2010-08-22  Glenn Morris  <rgm@gnu.org>
5364         * menu-bar.el (menu-bar-games-menu): Add landmark.
5366 2010-08-22  Glenn Morris  <rgm@gnu.org>
5368         * align.el (align-regexp): Make group and spacing arguments
5369         use the interactive defaults when non-interactive.  (Bug#6698)
5371         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
5372         expansion, so as not to need sendmail.
5373         (mail-text-start): Remove declaration.
5374         (rmail-retry-failure): Require sendmail.
5376 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5378         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
5380 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
5382         * progmodes/flymake.el (flymake-start-syntax-check-process):
5383         Use `start-file-process' in order to let it run also on remote hosts.
5385 2010-08-22  Kenichi Handa  <handa@m17n.org>
5387         * files.el: Add `word-wrap' as safe local variable.
5389 2010-08-22  Glenn Morris  <rgm@gnu.org>
5391         * woman.el (woman-translate): Case matters.  (Bug#6849)
5393 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5395         * simple.el (kill-region): Doc fix (Bug#6787).
5397 2010-08-22  Glenn Morris  <rgm@gnu.org>
5399         * calendar/diary-lib.el (diary-header-line-format):
5400         Fit it to the window, not the frame.
5402 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
5404         * subr.el (ignore-errors): Add debug declaration.
5406 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
5408         * whitespace.el (whitespace-color-off): Remove post-command-hook
5409         locally.
5411 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5413         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
5415 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
5417         * cus-edit.el (custom-group-value-create): Add extra newline
5418         before end line (Bug#6876).
5420 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
5422         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
5423         when extending it.  Before killing on the second click, check if
5424         the buffer is the correct one.  Doc fix.
5425         (mouse-secondary-save-then-kill): Allow usage without first
5426         calling mouse-start-secondary, by defaulting to point.  Don't save
5427         an empty secondary selection.  Doc fix.
5429 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5431         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
5432         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
5433         New version 13.0.
5434         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5435         Adjust initialization.
5436         (whitespace-bob-marker, whitespace-eob-marker)
5437         (whitespace-buffer-changed): New vars.
5438         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
5439         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
5440         (whitespace-post-command-hook, whitespace-display-char-on):
5441         Adjust code.
5442         (whitespace-looking-back, whitespace-buffer-changed): New funs.
5443         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
5445 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5447         * files.el (locate-file-completion-table): Only list the .el and .elc
5448         extensions if there's no other choice (bug#5955).
5450         * facemenu.el (facemenu-self-insert-data): New var.
5451         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
5452         New functions.
5453         (facemenu-add-face): Use them.
5455         * simple.el (blink-matching-open): Obey forward-sexp-function.
5457 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5459         * simple.el (prog-mode-map): New var.
5460         (prog-indent-sexp): New command.
5462         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
5464         * progmodes/prolog.el (smie): Require.
5466         * emacs-lisp/smie.el (smie-default-backward-token)
5467         (smie-default-forward-token): Strip properties.
5468         (smie-next-sexp): Be more careful with associative operators.
5469         (smie-forward-sexp-command): Generalize.
5470         (smie-backward-sexp-command): Simplify.
5471         (smie-closer-alist): New var.
5472         (smie-close-block): New command.
5473         (smie-indent-debug-log): New var.
5474         (smie-indent-offset-rule): Add a few more cases.
5475         (smie-indent-column): New function.
5476         (smie-indent-after-keyword): Use it.
5477         (smie-indent-keyword): Use it.
5478         Fix up the opener code's point position.
5479         (smie-indent-comment): Only applies at BOL.
5480         (smie-indent-debug): New command.
5482         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
5483         declarations that are useful before running the macro.
5485 2010-08-18  Joakim Verona  <joakim@verona.se>
5487         * image.el (imagemagick-types-inhibit): New variable.
5488         (imagemagick-register-types): New function.
5489         * image-mode.el (image-transform-properties): New function.
5490         (image-transform-set-scale, image-transform-fit-to-height)
5491         (image-transform-set-rotation, image-transform-set-resize)
5492         (image-transform-fit-to-width, image-transform-fit-to-height):
5493         New functions.
5494         (image-toggle-display-image): Support image transforms.
5496 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5498         * image.el (create-animated-image): Don't add heuristic mask to image
5499         (Bug#6839).
5501 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
5503         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
5504         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
5506 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5508         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
5510         Font-lock '...' strings, plus various simplifications and fixes.
5511         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5512         (octave-font-lock-close-quotes): New function.
5513         (octave-font-lock-syntactic-keywords): New var.
5514         (octave-mode): Use it.  Set beginning-of-defun-function.
5515         (octave-mode-map): Don't override the <foo>-defun commands.
5516         (octave-mode-menu): Pass it directly to easy-menu-define;
5517         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
5518         (octave-block-match-alist): Fix up last change so that
5519         octave-close-block uses the more specific keyword.
5520         (info-lookup-mode): Silence byte-compiler.
5521         (octave-beginning-of-defun): Not interactive any more.
5522         Optimize slightly.
5523         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
5524         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
5525         (octave-completion-at-point-function): Make sure point is within
5526         beg..end.
5527         (octave-reindent-then-newline-and-indent):
5528         Use reindent-then-newline-and-indent.
5529         (octave-add-octave-menu): Remove.
5531 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
5533         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
5534         (report-emacs-bug-can-use-xdg-email): New functions.
5535         (report-emacs-bug): Set can-xdg-email to result of
5536         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
5537         \C-cm to report-emacs-bug-insert-to-mailer and add help text
5538         about it.
5540         * net/browse-url.el (browse-url-default-browser): Add cond
5541         for browse-url-xdg-open.
5542         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
5544 2010-08-17  Glenn Morris  <rgm@gnu.org>
5546         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
5547         (c-fontify-recorded-types-and-refs): Define for compiler.
5548         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
5549         before use.
5551         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
5552         Fix format call.
5554 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
5556         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
5557         properties.
5558         (tramp-handle-process-file): Call the program in a subshell, in
5559         order to preserve working directory.
5560         (tramp-action-password): Hide password prompt before next run.
5561         (tramp-process-actions): Widen connection buffer for the trace.
5563 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
5565         * net/rcirc.el (rcirc-log-process-buffers): New option.
5566         (rcirc-print): Use it.
5567         (rcirc-generate-log-filename): New function.
5568         (rcirc-log-filename-function): Change default to
5569         rcirc-generate-log-filename (Bug#6828).
5571 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
5573         * simple.el (deactivate-mark): If select-active-regions is `only',
5574         only set selection for temporarily active regions.
5576         * cus-start.el: Change defcustom for select-active-regions.
5578 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
5580         * mouse.el (mouse--drag-set-mark-and-point): New function.
5581         (mouse-drag-track): Use LOCATION arg to push-mark.
5582         Use mouse--drag-set-mark-and-point to take click-count into
5583         consideration when updating point and mark (Bug#6840).
5585 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
5587         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5588         Give the Ruby rule a lower priority than Gnu (Bug#6778).
5590 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
5592         * font-lock.el (lisp-font-lock-keywords-2):
5593         Add combine-after-change-calls, condition-case-no-debug,
5594         with-demoted-errors, and with-silent-modifications (Bug#6025).
5596 2010-08-14  Kevin Ryde  <user42@zip.com.au>
5598         * emacs-lisp/copyright.el (copyright-update-year)
5599         (copyright-update): Temporary switch-to-buffer to ensure the
5600         buffer change being queried is visible (Bug#5394).
5602 2010-08-14  Tom Tromey  <tromey@redhat.com>
5604         * progmodes/etags.el (tags-file-name): Mark safe if stringp
5605         (Bug#6733).
5607 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
5609         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
5610         MS-DOS.  (Bug#6689)
5612 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
5614         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
5615         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5616         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
5617         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
5618         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
5619         Call menu-bar-set-tool-bar-position.
5621 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5623         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
5624         comment style (bug#6834).
5625         * progmodes/scheme.el (scheme-mode-syntax-table):
5626         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
5627         "b" flag in "' 14b" syntax.
5629         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
5630         for (un)commenting the region and performing completion.
5631         (octave-mode-menu): Use standard commands for help and completion.
5632         (octave-mode-syntax-table): Support %{..%} comments (sort of).
5633         (octave-mode): Use define-derived-mode.
5634         Set completion-at-point-functions and don't set columns.
5635         Don't disable adaptive-fill-regexp.
5636         (octave-describe-major-mode, octave-comment-region)
5637         (octave-uncomment-region, octave-comment-indent)
5638         (octave-indent-for-comment): Remove.
5639         (octave-indent-calculate): Rename from calculate-octave-indent.
5640         (octave-indent-line, octave-fill-paragraph): Update caller.
5641         (octave-initialize-completions): No need to make an alist.
5642         (octave-completion-at-point-function): New function.
5643         (octave-complete-symbol): Use it.
5644         (octave-insert-defun): Use define-skeleton.
5646         * progmodes/octave-mod.el (octave-mode): Set comment-add.
5647         (octave-mode-map): Use comment-dwim (bug#6829).
5649 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5651         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
5652         indentation of inserted comment.
5654 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
5656         * faces.el (region): Add type gtk that uses gtk colors.
5658         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
5659         Handle theme-name change.
5661 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
5663         * progmodes/sql.el: Version 2.5
5664         (sql-product-alist): Add :prompt-cont-regexp property for several
5665         database products.
5666         (sql-prompt-cont-regexp): New variable.
5667         (sql-output-newline-count, sql-output-by-send):
5668         New variables.  Record number of newlines in input text.
5669         (sql-send-string): Handle multiple filters and count newlines.
5670         (sql-send-magic-terminator): Count terminator newline.
5671         (sql-interactive-remove-continuation-prompt): Filters output to
5672         remove continuation prompts; one for each newline.
5673         (sql-interactive-mode): Set up new variables, prompt regexp and
5674         output filter.
5675         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
5676         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
5678 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5680         * emacs-lisp/pcase.el: New file.
5682 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
5684         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
5685         as here-document, otherwise the command could exceed maximum
5686         length of command line.
5687         (tramp-handle-vc-registered): Call script accordingly.
5688         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
5690 2010-08-10  Kenichi Handa  <handa@m17n.org>
5692         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
5693         composable pattern.
5695 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
5697         * emacs-lisp/package.el (package-version-split)
5698         (package--version-first-nonzero, package-version-compare):
5699         Functions removed.
5700         (package-directory-list, package-load-all-descriptors)
5701         (package--built-in, package-activate, define-package)
5702         (package-installed-p, package-compute-transaction)
5703         (package-read-all-archive-contents)
5704         (package--add-to-archive-contents, package-buffer-info)
5705         (package-tar-file-info, package-list-packages-internal):
5706         Use version-to-list and version-list-*.
5708         * emacs-lisp/package-x.el (package-upload-buffer-internal):
5709         Use version-to-list.
5710         (package-upload-buffer-internal): Use version-list-<=.
5712 2010-08-09  Kenichi Handa  <handa@m17n.org>
5714         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
5715         composable pattern.
5717 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
5719         * tutorial.el (tutorial--default-keys): C-d is now bound to
5720         delete-forward-char (Bug#6826).
5722         * mouse.el (mouse-drag-track): Remove accidentally-removed check
5723         for `double' value of mouse-1-click-follows-link (Bug#6807).
5725 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
5727         * replace.el (replace-highlight): Bind isearch-forward and
5728         isearch-error, ensuring that highlighting is updated if the user
5729         switches the search direction (Bug#6808).
5731         * isearch.el (isearch-lazy-highlight-forward): New var.
5732         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5733         (isearch-lazy-highlight-update): Use it.
5735 2010-08-08  Kenichi Handa  <handa@m17n.org>
5737         * international/mule.el (define-charset): Store NAME as :base property.
5738         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
5739         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
5740         current priority.  Force using the designation of the specific
5741         charset by adding `charset' text property.  Improve the whole algorithm.
5743 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5745         * emulation/pc-select.el (pc-selection-mode-hook)
5746         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
5747         (pc-selection-mode): Fix typos in docstrings.
5749 2010-08-08  Kenichi Handa  <handa@m17n.org>
5751         * language/cyrillic.el: Don't add "microsoft-cp1251" to
5752         ctext-non-standard-encodings-alist here.
5754         * international/mule.el (ctext-non-standard-encodings-alist):
5755         Add "koi8-r" and "microsoft-cp1251".
5756         (ctext-standard-encodings): New variable.
5757         (ctext-non-standard-encodings-table): List only elements for
5758         non-standard encodings.
5759         (ctext-pre-write-conversion): Adjust for the above change.
5760         Check ctext-standard-encodings.
5762         * international/mule-conf.el (compound-text): Doc fix.
5763         (ctext-no-compositions): Doc fix.
5764         (compound-text-with-extensions): Doc fix.
5766 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5768         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
5770 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5772         * progmodes/which-func.el (which-func-format): Split help-echo text
5773         into lines, like other mode-line tooltips.
5775         * server.el (server-start): When using TCP sockets, force IPv4
5776         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
5778 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5780         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
5782 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5784         * term.el (term-delimiter-argument-list): Reflow docstring.
5785         (term-read-input-ring, term-write-input-ring, term-send-input)
5786         (term-bol, term-erase-in-display, serial-supported-or-barf):
5787         Fix typos in docstrings.
5789 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5791         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
5793 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5795         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
5797 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
5799         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
5800         Fix typo in docstring (bug#6747).
5802 2010-08-08  Leo  <sdl.web@gmail.com>
5804         * eshell/esh-io.el (eshell-get-target): Better detection of
5805         read-only file (Bug#6762).
5807 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5809         * align.el (align-default-spacing): Doc fix.
5810         (align-region-heuristic, align-regexp): Fix typos in docstrings.
5812 2010-08-08  Stephen Peters  <speters@itasoftware.com>
5814         * calendar/icalendar.el
5815         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
5816         (icalendar--get-weekday-numbers): New.
5817         (icalendar--convert-recurring-to-diary): Handle multiple byday
5818         values in weekly rules.  (Bug#6766)
5820 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
5822         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
5823         (icalendar--create-uid, icalendar-export-region)
5824         (icalendar--parse-summary-and-rest): Code formatting.
5826 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
5828         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
5829         to italicize headers.
5830         (calc-highlight-selections-with-faces): New variable.
5831         (calc-selected-face, calc-nonselected-face): New faces.
5833         * calc/calccomp.el (math-comp-highlight-string): Use
5834         `calc-highlight-selections-with-faces' to determine how to highlight
5835         sub-formulas.
5837         * calc/calc-sel.el (calc-show-selections): Change message to when
5838         using faces to highlight selections.
5840 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
5842         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
5843         Add SQLite 3 keywords, functions and datatypes.
5844         (sql-interactive-mode): Remove `comint-process-echoes' set to t
5845         (Bug#6686).
5847 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
5849         * simple.el (select-active-regions): Move to keyboard.c.
5850         (deactivate-mark): Used saved-region-selection.
5851         (select-active-region): Function removed.
5852         (activate-mark, set-mark, push-mark-command)
5853         (handle-shift-selection): Don't call it.
5854         (keyboard-quit): Avoid adding the region to the window selection.
5856         * mouse.el (mouse-drag-track): Remove hacks to deal with old
5857         select-active-regions implementation.
5858         (mouse-yank-at-click): Doc fix.
5860         * cus-start.el: Add custom declaration for select-active-regions.
5862 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
5864         * simple.el (delete-forward-char): Doc fix.
5866         * tutorial.el (help-with-tutorial): Hack safe file-local variables
5867         after reading the tutorial.
5869 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
5871         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
5872         Fix for the case that a C style comment has its delimiters alone on
5873         their respective lines.
5875 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
5877         * net/tramp.el (tramp-handle-start-file-process): Set connection
5878         property "vec".
5879         (tramp-process-sentinel): Use it for flushing the cache.
5880         We cannot do it via the process buffer, the buffer could be deleted
5881         already when running the sentinel.
5883 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
5885         * comint.el (comint-mode): Make directory tracking functions
5886         functional on remote files.  (Bug#6764)
5888 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
5890         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
5892 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
5894         * emacs-lisp/find-gc.el (find-gc-source-files):
5895         Rename unexec.c => unexcoff.c.
5897         * emacs-lisp/authors.el (authors-fixed-entries):
5898         Rename unexec.c => unexcoff.c.
5900 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
5902         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
5903         cache, not only file cache.
5904         (tramp-process-sentinel): New defun.
5905         (tramp-handle-start-file-process): Use it, in order to invalidate
5906         file caches.
5908 2010-08-03  Leo  <sdl.web@gmail.com>
5910         * server.el (server-start): Simplify loop.
5912 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5914         * frame.el (screen-height, screen-width, set-screen-width)
5915         (set-screen-height): Remove ancient compatibility aliases.
5917         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
5918         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
5920         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
5921         that change current buffer.
5923 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5925         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
5926         beginning of the string.  Use `string-match-p'.  (Bug#6765)
5928 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
5930         * cus-start.el (x-gtk-use-system-tooltips): New variable.
5932 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
5934         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
5935         (package--builtins): Tweak descriptions.
5936         (package-print-package): Upcase descriptions if necessary.
5937         Show all built-in packages in font-lock-builtin-face.
5938         (package-list-packages-internal): Omit "emacs" package.
5939         Show status of built-in packages as "built-in".
5941 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
5943         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
5944         before killing to preserve the primary selection (Bug#6701).
5946         * term/x-win.el (x-select-text): Doc fix.
5948 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
5950         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
5951         (objc-font-lock-extra-types):
5952         * progmodes/cc-mode.el (c-basic-common-init):
5953         * progmodes/cc-langs.el (c-make-mode-syntax-table)
5954         (c++-make-template-syntax-table)
5955         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
5956         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
5957         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
5958         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
5959         * progmodes/cc-fonts.el (c-make-inverse-face)
5960         (c-basic-matchers-after):
5961         * progmodes/cc-engine.el (c-forward-keyword-clause)
5962         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
5963         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
5964         (c-guess-continued-construct, c-guess-basic-syntax):
5965         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
5966         The above functions were modified or created.
5968 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
5970         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
5972 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
5974         * files.el (bidi-paragraph-direction): Define safe local values.
5976         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
5977         language-info-alist.  Remove outdated FIXME in a comment.
5979 2010-07-31  Alan Mackenzie  <acm@muc.de>
5981         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
5982         Auto-fill broken in C/C++ modes.
5984 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
5986         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5987         (menu-bar-showhide-tool-bar-menu-customize-disable)
5988         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
5989         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
5990         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
5991         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
5992         make a menu for Options => toolbar that can move it.
5994 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
5996         * emacs-lisp/package-x.el (package--make-rss-entry):
5997         (package-maint-add-news-item, package--update-news)
5998         (package-upload-buffer-internal): New arg ARCHIVE-URL.
6000         * emacs-lisp/package.el (package-archive-url): Rename from
6001         package-archive-id.
6002         (package-install): Doc fix.
6003         (package-download-single, package-download-tar, package-install)
6004         (package-menu-view-commentary): Callers changed.
6006 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
6008         * net/tramp.el (tramp-handle-start-file-process): Check only for
6009         `remote-tty' process property.
6010         (tramp-open-shell): Don't check for tty.
6011         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6012         process property.
6014         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
6015         host.
6017 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
6019         * emacs-lisp/package.el (package-load-list, package-archives)
6020         (package-archive-contents, package-user-dir)
6021         (package-directory-list, package--builtins, package-alist)
6022         (package-activated-list, package-obsolete-alist): Mark as risky.
6024 2010-07-28  Phil Hagelberg  <phil@evri.com>
6026         Add support for non-default package repositories.
6027         * emacs-lisp/package.el (package-archive-base): Var deleted.
6028         (package-archives): New variable.
6029         (package-archive-contents): Doc fix.
6030         (package-load-descriptor): Do nothing if descriptor file is missing.
6031         (package--write-file-no-coding): New function.
6032         (package-unpack-single): Use it.
6033         (package-archive-id): New function.
6034         (package-download-single, package-download-tar)
6035         (package-menu-view-commentary): Use it.
6036         (package-installed-p): Make second argument optional.
6037         (package-read-all-archive-contents): New function.
6038         (package-initialize): Use it.
6039         (package-read-archive-contents): Add ARCHIVE argument.
6040         (package--add-to-archive-contents): New function.
6041         (package-install): Don't call package-read-archive-contents.
6042         (package--download-one-archive): Store archive file in a
6043         subdirectory of package-user-dir.
6044         (package-menu-execute): Remove spurious line movement.
6046 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
6048         * cus-start.el (tool-bar-style): Add text-image-horiz.
6050 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
6052         * progmodes/gud.el (gud-common-init): Check for remoteness of
6053         `file', and not of `default-directory'.
6055 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
6057         * net/tramp.el (tramp-methods): Move hostname to the end in all
6058         ssh `tramp-login-args'.
6059         (tramp-verbose): Describe verbose level 9.
6060         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
6061         (tramp-open-connection-setup-interactive-shell): Trace stty
6062         settings if `tramp-verbose' >= 9.
6063         (tramp-handle-start-file-process): Implement tty setting.
6064         (Bug#4604, Bug#6360)
6066         * net/tramp-cmds.el (tramp-bug): Recommend setting of
6067         `tramp-verbose' to 9.
6069 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
6071         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
6072         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
6073         Remove references to package `lisp-re' (bug#4369).
6075 2010-07-27  Tom Tromey  <tromey@redhat.com>
6077         * progmodes/js.el (js-mode):
6078         * progmodes/make-mode.el (makefile-mode):
6079         * progmodes/simula.el (simula-mode):
6080         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
6082 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
6084         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
6086         * time.el (display-time-day-and-date): Remove spurious * in docstring.
6087         (display-time-world-buffer-name, display-time-world-mode-map):
6088         Fix typos in docstrings.
6090 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
6092         * image-mode.el (image-display-size): New function.
6093         (image-forward-hscroll, image-next-line, image-eol, image-eob)
6094         (image-mode-fit-frame): Use it (Bug#6639).
6096 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
6098         * dired.el (dired-buffers-for-dir): Handle list values of
6099         dired-directory (Bug#6636).
6101 2010-07-26  Sam Steingold  <sds@gnu.org>
6103         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
6104         Do not call `x-get-selection' the second time, reuse the value.
6106 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
6108         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
6109         which consist of control chars only.  Suggested by Richard Stallman.
6111 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
6113         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
6114         exists before passing an error to find-file-not-found-functions
6115         (bug#6723).
6117 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
6119         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
6120         Remove leading nil element, adjust values.
6121         (tetris-shapes, tetris-shape-scores):
6122         Change representation of shapes and remove some redundancy.
6123         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
6124         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
6125         Adjust for working with new representation of shapes.
6126         (tetris-shape-rotations): New function.
6127         (tetris-move-bottom, tetris-move-left, tetris-move-right)
6128         (tetris-rotate-prev, tetris-rotate-next):
6129         Adjust for working with the new version of tetris-test-shape.
6131 2010-07-23  Markus Triska  <markus.triska@gmx.at>
6133         * progmodes/ps-mode.el: Use comint (bug#5954).
6134         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
6135         (ps-mode-other-newline): Simplify.
6136         (ps-run-mode): Derive from comint-mode instead of
6137         fundamental-mode, yielding input history etc.
6138         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
6139         (ps-run-send-string): Adapt for comint-mode.
6140         (ps-run-newline): Remove now unneeded function.
6142 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
6144         * net/tramp.el (tramp-methods): Move hostname to the end in all
6145         plink `tramp-login-args'.
6147 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
6149         * net/tramp.el (tramp-open-shell): New defun.
6150         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6151         Use it.
6153 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
6155         * net/tramp.el (tramp-file-name-regexp-unified)
6156         (tramp-completion-file-name-regexp-unified): On W32 systems, do
6157         not regard the volume letter as remote filename.  (Bug#5447)
6159 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
6161         * custom.el (custom-declare-variable): Give a clearer error message
6162         when the docstring is missing (bug#6476).
6164 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
6166         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
6167         (sql-login-params): New widget definition.
6168         (sql-oracle-login-params, sql-mysql-login-params)
6169         (sql-solid-login-params, sql-sybase-login-params)
6170         (sql-informix-login-params, sql-ingres-login-params)
6171         (sql-ms-login-params, sql-postgres-login-params)
6172         (sql-interbase-login-params, sql-db2-login-params)
6173         (sql-linter-login-params): Use it.
6174         (sql-sqlite-login-params): Use it; Define "database" parameter as
6175         a file name.
6176         (sql-sqlite-program): Change to "sqlite3".
6177         (sql-comint-sqlite): Make sure database name is complete.
6178         (sql-for-each-login): New function.
6179         (sql-connect, sql-save-connection): Use it.
6180         (sql-get-login-ext): New function.
6181         (sql-get-login): Use it.
6182         (sql-make-alternate-buffer-name): Handle :file parameters.
6184 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
6186         * dired.el (dired-no-confirm): Document value t and fix defcustom to
6187         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
6189 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6191         * dired.el (dired-mode-map): Use command remapping (bug#6632).
6193 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
6195         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
6197 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
6199         * net/tramp.el (tramp-get-ls-command)
6200         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
6201         instead of "/".
6203 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
6205         * progmodes/sql.el: Version 2.3.
6206         (sql-connection-alist): Change keys from symbols to strings;
6207         enhanced the widget definition.
6208         (sql-mode-menu): Add submenu to select connections.
6209         (sql-interactive-mode-menu): Add "Save Connection" item.
6210         (sql-add-product): Fix menu item.
6211         (sql-get-product-feature): Improved error handling.
6212         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
6213         (sql-make-alternate-buffer-name): Simplified.
6214         (sql-product-interactive): Handle missing product.
6215         (sql-connect): Support string keys, minor improvements.
6216         (sql-save-connection): New function.
6217         (sql-connection-menu-filter): New function.
6219 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
6221         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6222         (tramp-open-connection-setup-interactive-shell):
6223         Apply workaround for IRIX64 bug.  Move argument of last
6224         `tramp-send-command' where it belongs to.
6226 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
6228         * net/tramp.el (tramp-perl-file-attributes)
6229         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6230         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6231         front of `login-args'.
6233 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
6235         * time.el (display-time-world-mode): Define with `define-derived-mode'.
6236         Set `show-trailing-whitespace' to nil.
6237         (display-time-world-display): Simplify.
6239 2010-07-18  Alan Mackenzie  <acm@muc.de>
6241         Enhance `c-file-style' in file/directory local variables.
6242         * progmodes/cc-mode.el (c-count-cfss): New function.
6243         (c-before-hack-hook): Call `c-set-style' differently according to
6244         whether c-file-style was set in file or directory local
6245         variables.
6247 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
6249         * progmodes/sql.el: Version 2.2.
6250         (sql-product, sql-user, sql-database, sql-server, sql-port):
6251         Use defcustom :safe keyword rather than putting safe-local-variable
6252         property.
6253         (sql-password): Use defcustom :risky keyword rather than putting
6254         risky-local-variable property.
6255         (sql-oracle-login-params, sql-sqlite-login-params)
6256         (sql-solid-login-params, sql-sybase-login-params)
6257         (sql-informix-login-params, sql-ingres-login-params)
6258         (sql-ms-login-params, sql-postgres-login-params)
6259         (sql-interbase-login-params, sql-db2-login-params)
6260         (sql-linter-login-params): Add `port' option.
6261         (sql-get-product-feature): Add NO-INDIRECT parameter.
6262         (sql-comint-oracle, sql-comint-sybase)
6263         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
6264         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
6265         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
6266         (sql-comint-linter): Rename sql-connect-* functions to
6267         sql-comint-*.
6268         (sql-product-alist, sql-mode-menu): Rename as above and
6269         :sqli-connect-func to :sqli-comint-func.
6270         (sql-connection): New variable.
6271         (sql-interactive-mode): Set it.
6272         (sql-connection-alist): New variable.
6273         (sql-connect): New function.
6274         (sql--alt-buffer-part, sql--alt-if-not-empty)
6275         (sql-make-alternate-buffer-name): Improved alternative buffer name.
6277 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6279         * image-mode.el (image-bookmark-make-record): Do not set context
6280         in an image (Bug#6650).
6282 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
6284         * simple.el (select-active-region): New function.
6285         (push-mark-command, set-mark, activate-mark)
6286         (handle-shift-selection): Use it.
6287         (deactivate-mark): Don't check for size of region.
6289         * mouse.el (mouse-drag-track): Use select-active-region.
6291 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
6293         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
6294         "--dired" stronger.
6296 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
6298         * term/x-win.el (x-select-enable-primary): Change default to nil.
6299         (x-select-enable-clipboard): Add :version keyword.
6301         * mouse.el (mouse-drag-copy-region):
6302         * simple.el (select-active-regions): Likewise.
6304 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
6306         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
6307         (vc-coding-system-for-diff): Use it to decide whether to inherit
6308         from the file the EOL format for reading the diffs of that file.
6309         (Bug#4451)
6311 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
6313         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
6314         unibyte, so compressed attachments are not compressed again.
6316 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
6318         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
6319         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
6320         (tramp-find-shell): Simplify setting connection property.
6321         (tramp-get-ls-command): Make test for "--color=never" stronger.
6323 2010-07-15  Simon South  <ssouth@member.fsf.org>
6325         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
6326         blocks within record declarations (i.e. variant parts) correctly.
6328 2010-07-15  Simon South  <ssouth@member.fsf.org>
6330         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
6331         over literal tokens when parsing so newlines aren't "absorbed" by
6332         single-line comments.  Corrects the indentation of case blocks
6333         that have a comment on the first line.
6335 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
6337         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
6338         by Drew Adams (Bug#5504).
6340 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
6342         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
6343         now that Unicode is used (Bug#6594).
6345 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
6347         * term/x-win.el (x-select-enable-clipboard): Default to t.
6348         (x-initialize-window-system): Don't overwrite Paste menu item.
6350         * simple.el (select-active-regions): Default to t.
6351         (push-mark-command): Don't overwrite primary with empty string.
6353         * mouse.el: Bind mouse-2 to mouse-yank-primary.
6354         (mouse-drag-copy-region): Default to nil.
6356         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
6357         Cut/Copy/Paste menu bar items.
6359 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6361         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6362         Patch applied by Karl Fogel.
6364         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
6365         and `bookmark-current-buffer' if they have been already set in
6366         another buffer (e.g gnus-art).
6368 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6369             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6371         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
6373         * bookmark.el (bookmark-make-record-default): Allow unneeded
6374         information to be omitted from the record.
6376         Adjust declarations and calls:
6378         * info.el (bookmark-make-record-default): Adjust declaration.
6379         (Info-bookmark-make-record): Adjust call.
6381         * woman.el (bookmark-make-record-default): Adjust declaration.
6382         (woman-bookmark-make-record): Adjust call.
6384         * man.el (bookmark-make-record-default): Adjust declaration.
6385         (Man-bookmark-make-record): Adjust call.
6387         * image-mode.el (bookmark-make-record-default): Adjust declaration.
6389         * doc-view.el (bookmark-make-record-default): Adjust declaration.
6391 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6393         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
6394         This is also from Thierry Volpiatto's patch in bug #6444.  However,
6395         because it was extraneous to the functional change in that patch,
6396         and causes a re-indendation, I am committing it separately.
6398 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6400         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
6401         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
6402         Patch applied by Karl Fogel (Bug#6444).
6404 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
6406         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
6408 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
6410         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
6411         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
6412         (ns-alternatives-map): Change S-tab binding to backtab
6413         (bug#6616).
6415         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
6416         under ns.
6418 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
6420         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
6421         (Bug#5806)
6423         * language/tv-util.el (tai-viet-re): Remove format.
6425 2010-07-12  Kenichi Handa  <handa@m17n.org>
6427         * language/hebrew.el: Remove no-byte-compile declaration.
6428         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
6429         composition-function-table for 3-character looking back.
6430         (hebrew-font-get-precomposed): New function.
6431         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
6433 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
6435         * mouse.el (mouse-drag-track): Handle select-active-regions
6436         (Bug#6612).
6438 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
6440         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
6441         empty argument to gvfs-copy.
6443 2010-07-10  Glenn Morris  <rgm@gnu.org>
6445         * calendar/calendar.el (calendar-week-end-day): New function.
6446         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
6447         Respect calendar-week-start-day.  (Bug#6606)
6448         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6449         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
6450         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
6451         respect calendar-week-start-day.
6453 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
6455         * simple.el (use-region-p): Doc fix (Bug#6607).
6457 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
6459         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6460         Add regexps for cucumber and ruby.
6462 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
6464         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
6465         (epa-file-insert-file-contents): Hack to prevent
6466         find-file from opening empty buffer when decryption failed
6467         (bug#6568).
6469 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
6471         * textmodes/ispell.el (ispell-alternate-dictionary):
6472         Use file-readable-p.
6473         Return nil if no word-list is found at default locations.
6474         (ispell-complete-word-dict): Default to nil.
6475         (ispell-command-loop): Use 'word-list' when using lookup-words.
6476         (lookup-words): Use ispell-complete-word-dict or
6477         ispell-alternate-dictionary.  Check for word-list availability
6478         and handle errors if needed with better messages (Bug#6539).
6479         (ispell-complete-word): Use ispell-complete-word-dict or
6480         ispell-alternate-dictionary.
6482 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
6484         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
6485         builtins (BufferError, BytesWarning, WindowsError; callables
6486         bin, bytearray, bytes, format, memoryview, next, print; __package__).
6488 2010-07-07  Glenn Morris  <rgm@gnu.org>
6490         * play/zone.el (top-level): Do not require timer, tabify, or cl.
6491         (zone-shift-left): Ignore intangibility, and any errors from
6492         forward-char.
6493         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
6494         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
6495         deleting, and copying text properties.
6496         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
6497         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
6498         to point-max is hard.
6499         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
6500         (zone-fill-out-screen): Ignore intangibility.
6502 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
6504         * menu-bar.el (menu-bar-mode):
6505         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
6506         if it has been set.
6508         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
6509         word/line selection (Bug#6565).
6511 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
6513         * net/dbus.el (dbus-send-signal): Declare function.
6515 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
6517         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
6518         (dbus-register-property): New optional argument EMITS-SIGNAL.
6519         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
6521 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
6523         * mouse.el (mouse-drag-overlay): Variable deleted.
6524         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
6525         (mouse--remap-link-click-p): New function.
6526         (mouse-drag-track): Handle dragging by using temporary Transient
6527         Mark mode, instead of a special overlay.
6528         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
6529         mouse-show-mark.
6531         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
6532         deleted.
6534 2010-07-02  Juri Linkov  <juri@jurta.org>
6536         * autoinsert.el (auto-insert-alist): Fix readability
6537         by using dotted pair notation for lambda.
6539 2010-07-02  Juri Linkov  <juri@jurta.org>
6541         * faces.el (read-face-name): Rename arg `string-describing-default'
6542         to `default'.  Doc fix.  Display the default value in quotes
6543         in the prompt.  With empty input, return the `default' arg,
6544         unless the default value is a string (in which case return nil).
6545         (describe-face): Replace the string `default' arg of `read-face-name'
6546         with the symbol `default'.
6548 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
6550         * emulation/viper-cmd.el (viper-delete-backward-char)
6551         (viper-del-backward-char-in-insert)
6552         (viper-del-backward-char-in-replace, viper-change)
6553         (viper-backward-indent): Replace delete-backward-char with
6554         delete-char (Bug#6552).
6556 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
6558         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
6560 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
6562         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
6563         argument passed to frame-creation-function (Bug#5378).
6565         * faces.el (x-handle-named-frame-geometry)
6566         (x-handle-reverse-video, x-create-frame-with-faces)
6567         (face-set-after-frame-default, tty-create-frame-with-faces):
6568         Don't separately consult default-frame-alist.  It is now passed as the
6569         PARAMETER argument.
6571 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
6573         * startup.el (command-line): Don't call tool-bar-setup in a
6574         tty-only build.
6576 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
6578         * ruler-mode.el (ruler--save-header-line-format): New fun.
6579         (ruler-mode): Use it as a setter function, so as not to overwrite
6580         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
6582 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
6584         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
6585         (vc-root-diff, vc-print-root-log, vc-log-incoming)
6586         (vc-log-outgoing): Use it.
6587         (vc-diff-internal): Set diff-vc-backend.
6589         * vc/diff-mode.el (diff-vc-backend): New var.
6591 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
6593         * dynamic-setting.el (font-setting-change-default-font):
6594         Remove call to message.
6596 2010-06-28  Kenichi Handa  <handa@m17n.org>
6598         * international/quail.el (quail-insert-kbd-layout): Fix the
6599         showing of untranslated characters.
6601 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
6603         * simple.el (delete-active-region): New option.
6604         (delete-backward-char): Implement in Lisp.
6605         (delete-forward-char): New command.
6607         * mouse.el (mouse-region-delete-keys): Deleted.
6608         (mouse-show-mark): Simplify.
6610         * bindings.el (global-map): Bind delete and DEL, the former to
6611         delete-forward-char.
6613 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
6615         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
6616         (ruby-mode): Bind indent-line-function (Bug#5119).
6618 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
6620         * startup.el (command-line): Recognize "0" X resource value.
6622 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
6624         * startup.el (command-line): Use X resources to set the value of
6625         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
6627         * menu-bar.el (menu-bar-mode):
6628         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
6629         Set init-value to t.
6631         * frame.el (frame-notice-user-settings): Don't change
6632         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
6633         vice versa (Bug#2249).
6635 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
6637         * w32-fns.el (w32-convert-standard-filename): Doc fix.
6639 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
6641         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
6642         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
6644         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
6645         default directories are expanded (Bug#6143).
6647 2010-06-24  Juri Linkov  <juri@jurta.org>
6649         * minibuffer.el (completions-format): Change default from nil to
6650         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
6652 2010-06-24  Juri Linkov  <juri@jurta.org>
6654         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
6655         buffer-locally to lambda that re-runs the vc diff command.
6656         (Bug#6447)
6658 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
6660         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
6661         echo area is in use (Bug#3412).
6663 2010-06-22  Glenn Morris  <rgm@gnu.org>
6665         * textmodes/texinfmt.el (texinfo-format-region)
6666         (texinfo-raise-lower-sections, texinfo-format-separate-node)
6667         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
6668         (texinfo-format-option, texinfo-noindent):
6669         Use line-beginning-position and line-end-position.
6671         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
6672         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
6673         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
6674         utf-8 characters.
6676 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
6678         * play/zone.el (zone-fall-through-ws): Fix next-line ->
6679         forward-line fallout.
6681 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
6683         * mouse.el (mouse-appearance-menu): Add docstring.
6685         * help.el (describe-key): Print up-event using key-description.
6687 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
6689         * net/zeroconf.el (zeroconf-resolve-service)
6690         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
6691         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
6693 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
6695         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
6697 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
6699         Avoid displaying files with a nil state in vc-dir.
6700         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
6701         cases that cause insertion.
6702         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
6703         with a nil state.
6705 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
6707         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
6709 2010-06-29  Leo  <sdl.web@gmail.com>
6711         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
6713 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
6715         * generic-x.el (bat-generic-mode): Fix regexp for command line
6716         switches (Bug#5719).
6718 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
6720         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
6721         of nconc to avoid pure storage error (Bug#6239).
6723 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
6725         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
6726         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
6727         bindings of bookmark-automatically-show-annotations (Bug#6515).
6729 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
6731         * arc-mode.el (archive-zip-extract): Don't quote the file name on
6732         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
6734 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6736         * comint.el (make-comint, make-comint-in-buffer): Mention return
6737         value in the docstrings.  (Bug#6498)
6739 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
6741         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
6742         since it is not present when using some non-default switches.
6744 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
6746         * simple.el (compose-mail): Fix doc string to refer to
6747         `compose-mail-user-agent-warnings', instead of to the
6748         nonexistent `compose-mail-check-user-agent'.
6750 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
6752         Fix an indentation bug:
6754         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
6755         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
6756         of existing values.
6758         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
6759         (c-clear->-pair-props-if-match-before): now return t when they've
6760         cleared properties, nil otherwise.
6761         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
6762         by taking account of the existing value.
6764         * progmodes/cc-defs.el
6765         (c-clear-char-property-with-value-function): Fix this to clear the
6766         property rather than overwriting it with nil.
6768 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
6770         * emacs-lisp/package.el (package-print-package): Add link to
6771         package description via describe-package.
6772         (describe-package-1): List package requirements.  Add button to
6773         perform installation.
6774         (package-menu-describe-package): New command.
6776         * help-mode.el (help-package): New button type.
6778 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
6780         * emacs-lisp/package.el: Move package-list-packages binding to
6781         menu-bar.el.
6782         (describe-package, describe-package-1, package--dir): New funs.
6783         (package-activate-1): Use package--dir.
6785         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
6787         * help-mode.el (help-package-def): New button type.
6789         * menu-bar.el: Move package-list-packages binding here from
6790         package.el.
6792 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
6794         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
6796 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6798         * emacs-lisp/edebug.el (edebug-read-list):
6799         Phase out old-style backquotes.
6801 2010-06-17  Juri Linkov  <juri@jurta.org>
6803         * help-mode.el (help-mode): Set buffer-local variable
6804         revert-buffer-function to help-mode-revert-buffer.
6805         (help-mode-revert-buffer): New function.
6807         * info.el (Info-revert-find-node): Check for major-mode Info-mode
6808         before popping to "*info*" (like in other Info functions).
6809         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
6810         old-history-forward.  Pop to old-buffer-name or "*info*" to
6811         recreate the killed buffer.  Set Info-history-forward from
6812         old-history-forward.
6813         (Info-breadcrumbs-depth): Add :group and :version.
6815 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
6817         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
6819 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
6821         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
6822         for languages like Portuguese with pt_{BR,PT} and no plain pt.
6824 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
6826         * emacs-lisp/package.el (package-menu-mode-map):
6827         Move initialization into declaration.
6829         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
6831 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
6833         * emacs-lisp/package.el (package-archive-base): Point to
6834         elpa.gnu.org.
6835         (package-enable, package-load-list): New defcustoms.
6836         (package-user-dir, package-directory-list): Turn into defcustoms.
6837         Don't include package-user-dir in package-directory-list.
6838         (package--builtins-base): Don't include Emacs as a "package".
6839         (package-subdirectory-regexp): New var.
6840         (package-load-all-descriptors, package-compute-transaction)
6841         (package-download-transaction): Obey package-load-list.
6842         (package-activate-1): Rename from package-do-activate.
6843         (package-list-packages-internal): Check package-load-list.
6844         (package-load-descriptor, package-generate-autoloads)
6845         (package-unpack, package-unpack-single)
6846         (package--read-archive-file, package-delete):
6847         Use expand-file-name.
6849         * emacs-lisp/package-x.el: New file.  Package uploading
6850         functionality split out from package.el.
6852         * startup.el (command-line): Load packages after reading init file.
6854 2010-06-17  Tom Tromey  <tromey@redhat.com>
6856         * emacs-lisp/package.el: New file.
6858 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6860         Fix vc-annotate for renamed files when using Git.
6861         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
6862         ls-files.  Doe not pass the object as a file name to cat-file, it
6863         is not a file name.
6864         (vc-git-annotate-command): Pass the file name using -- to avoid
6865         ambiguity with the revision.
6866         (vc-git-previous-revision): Pass a relative file name.
6868 2010-06-22  Glenn Morris  <rgm@gnu.org>
6870         * progmodes/js.el (js-mode-map): Use standard capitalization and
6871         ellipses for menu entries.
6873         * wid-edit.el (widget-complete): Doc fix.
6875 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
6877         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
6879 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6881         Fix annotating other revisions for renamed files in vc-annotate.
6882         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
6883         VC backend.  Use it when non-nil.
6884         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
6885         (Bug#6487).
6887         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
6888         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
6889         Do not pass the file name to the 'previous-revision call when we
6890         don't want a file diff.  (Bug#6489)
6892 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
6894         Fix finding revisions for renamed files in vc-annotate.
6895         * vc/vc.el (vc-find-revision): Add an optional argument for
6896         the VC backend.  Use it when non-nil.
6897         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
6898         backend to vc-find-revision.  (Bug#6487)
6900 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
6902         Fix reading file names in Git annotate buffers.
6903         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
6904         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
6906 2010-06-20  Alan Mackenzie  <acm@muc.de>
6908         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
6909         in file local variables, set it first.
6911 2010-06-19  Glenn Morris  <rgm@gnu.org>
6913         * descr-text.el (describe-char-unicode-data): Insert separating
6914         space when needed.  (Bug#6422)
6916         * progmodes/idlwave.el (idlwave-action-and-binding):
6917         Fix typo in 2009-12-03 change.  (Bug#6450)
6919 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6921         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
6922         handling for `lambda' (misunderstanding).
6924 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
6926         * calc/calc-poly.el (math-accum-factors): Make sure that
6927         constants aren't distributed after they are factored out.
6929 2010-06-16  Juri Linkov  <juri@jurta.org>
6931         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
6932         `list-colors-print'.  (Bug#6332)
6934         * subr.el (read-quoted-char): Fix up last change (bug#6290).
6936 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6938         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
6939         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
6941         * font-lock.el (font-lock-major-mode): Rename from
6942         font-lock-mode-major-mode to distinguish it from
6943         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
6944         (font-lock-set-defaults):
6945         * font-core.el (font-lock-default-function): Adjust users.
6946         (font-lock-mode): Don't set it at all.
6948 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6950         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
6952 2010-06-16  Glenn Morris  <rgm@gnu.org>
6954         * calendar/appt.el (appt-time-msg-list): Doc fix.
6955         (appt-check): Let-bind appt-warn-time.
6956         (appt-add): Make the 3rd argument optional.
6957         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
6958         Only add WARNTIME to the output list if non-nil.
6960 2010-06-16  Ivan Kanis  <apple@kanis.eu>
6962         * calendar/appt.el (appt-check): Let the 3rd element of
6963         appt-time-msg-list specify the warning time.
6964         (appt-add): Add new argument with the warning time.  (Bug#5176)
6966 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
6968         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
6969         older than version 1.6.  (Bug#6361)
6971 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
6973         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
6974         used by cl-do-arglist.  (Bug#6408)
6976 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
6978         * textmodes/ispell.el (ispell-dictionary-base-alist):
6979         Fix portuguese casechars/not-casechars for missing 'çÇ'.
6980         Suggested by Rolando Pereira (bug#6434).
6982 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
6984         * facemenu.el (list-colors-sort): Doc fix.
6986 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
6988         * progmodes/sql.el (sql-connect-mysql): Fix typo.
6990 2010-06-14  Juri Linkov  <juri@jurta.org>
6992         Add sort option `list-colors-sort'.  (Bug#6332)
6993         * facemenu.el (color-rgb-to-hsv): New function.
6994         (list-colors-sort): New defcustom.
6995         (list-colors-sort-key): New function.
6996         (list-colors-display): Doc fix.  Sort list according to the option
6997         `list-colors-sort'.
6998         (list-colors-print): Add HSV values to `help-echo' property of
6999         RGB strings.
7001 2010-06-14  Juri Linkov  <juri@jurta.org>
7003         * compare-w.el: Move to the "vc" subdirectory.
7005 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7007         * image-mode.el (image-mode-map): Remap left-char and right-char.
7009         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
7011 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
7013         * term/common-win.el (x-colors): Add all the color names defined
7014         in rgb.txt (Bug#6332).
7016         * facemenu.el (list-colors-print): Don't print extra names if it
7017         will overflow the window width.
7019         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
7020         change (Bug#6343).
7022 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
7024         * files.el (make-directory): Doc fix (bug#6396).
7026 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
7028         * net/tramp.el (tramp-remote-process-environment): Protect version
7029         string by apostroph.
7030         (tramp-shell-prompt-pattern): Do not use a shy group in case of
7031         XEmacs.
7032         (tramp-file-name-for-operation): Add `call-process-region'.
7033         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
7035         * net/tramp-compat.el (top): Do not autoload
7036         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
7037         only when `start-file-process' is not bound.
7038         (tramp-advice-file-expand-wildcards): Do not use
7039         `tramp-handle-file-remote-p'.
7040         (tramp-compat-make-temp-file): Handle the case, that
7041         `make-temp-file' has no third argument EXTENSION.
7043 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
7045         * makefile.w32-in (WINS_BASIC): Include new directory vc.
7047         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
7049 2010-06-11  Juri Linkov  <juri@jurta.org>
7051         * finder.el (finder-known-keywords): Add keyword "vc"
7052         for version control.
7054         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
7055         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
7056         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
7057         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
7059 2010-06-11  Juri Linkov  <juri@jurta.org>
7061         Move version control related files to the "vc" subdirectory.
7062         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
7063         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
7064         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
7065         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
7066         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
7067         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
7068         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
7069         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
7070         Move files to the "vc" subdirectory.
7072 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
7074         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
7075         (Bug#6367).
7077 2010-06-11  Stephen Eglen  <stephen@gnu.org>
7079         * shell.el: Bind `shell-resync-dirs' to M-RET.
7081 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
7083         * notifications.el: Move file from lisp/net, because it is
7084         supposed to talk locally to the user.
7086 2010-06-10  Julien Danjou  <julien@danjou.info>
7088         * net/notifications.el (notifications-on-action-signal)
7089         (notifications-on-closed-signal): Pass notification id as first
7090         argument to the callback functions.  Add docstrings.
7091         (notifications-notify): Fix docstring.
7093 2010-06-10  Glenn Morris  <rgm@gnu.org>
7095         * emacs-lisp/authors.el (authors-ignored-files)
7096         (authors-valid-file-names): Add some files.
7098 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7100         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
7101         merge conflict, giving preference to the emacs-23 version of the code.
7103 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7105         * emacs-lisp/advice.el (ad-compile-function):
7106         Define warning-suppress-types before we let-bind it (bug#6275).
7108         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
7109         declare it, make it buffer-local and permanent-local (bug#6324).
7110         (vc-resynch-window): Adjust name.
7111         * vc-hooks.el (vc-find-file-hook): Adjust name.
7113 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
7115         * net/notifications.el (notifications-notify): Fix docstring.
7117 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
7119         Update to Unicode 6.0.0 beta.
7120         * international/charprop.el: Update copyright.
7121         * international/mule-cmds.el (ucs-names): Update character ranges.
7122         * international/uni-bidi.el:
7123         * international/uni-category.el:
7124         * international/uni-combining.el:
7125         * international/uni-comment.el:
7126         * international/uni-decimal.el:
7127         * international/uni-decomposition.el:
7128         * international/uni-digit.el:
7129         * international/uni-lowercase.el:
7130         * international/uni-mirrored.el:
7131         * international/uni-name.el:
7132         * international/uni-numeric.el:
7133         * international/uni-old-name.el:
7134         * international/uni-titlecase.el:
7135         * international/uni-uppercase.el: Regenerate.
7137 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
7139         * emacs-lisp/smie.el (comment-string-strip): Declare function.
7140         (smie-precs-precedence-table): Fix typo in docstring.
7142         * vc-mtn.el (log-edit-extract-headers): Declare function.
7144         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
7146         * net/notifications.el (dbus-register-signal): Declare function.
7147         (notifications-notify): Fix typos and reflow docstring.
7149 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
7151         Improve VC create/retrieve tag/branch.
7152         * vc.el (vc-create-tag): Do not read the directory name for VCs
7153         with repository revision granularity.  Adjust the tag/branch
7154         prompt.  Reset VC properties.
7155         (vc-retrieve-tag): Do not read the directory name for VCs
7156         with repository revision granularity.  Reset VC properties.
7158 2010-06-09  Julien Danjou  <julien@danjou.info>
7160         * net/notifications.el: New file.
7162 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
7164         Add optional support for resetting VC properties.
7165         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
7166         call vc-file-clearprops when true.
7167         (vc-resynch-buffer): Add new optional argument, pass it down.
7168         (vc-resynch-buffers-in-directory): Likewise.
7170         Improve support for special markup in the VC commit message.
7171         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
7172         * vc-hg.el (vc-hg-checkin): Add support for Date:.
7173         * vc-git.el (vc-git-checkin):
7174         * vc-bzr.el (vc-bzr-checkin): Likewise.
7176 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7178         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
7179         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
7181 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
7183         * iimage.el: Remove images as soon as the underlying text is modified.
7184         (iimage-modification-hook): New function.
7185         (iimage-mode-buffer): Use it.
7187 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7189         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
7190         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
7191         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
7192         (smie-indent-keyword): Add handling of open-paren keywords.
7193         (smie-indent-comment-continue): Don't assume comment-continue.
7195 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
7197         * window.el (pop-to-buffer): Remove the conditional that
7198         compares new-window and old-window, so it will reselect
7199         the selected window unconditionally.
7200         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
7202 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7204         * emacs-lisp/smie.el (smie-indent-offset-after)
7205         (smie-indent-forward-token, smie-indent-backward-token): New functions.
7206         (smie-indent-after-keyword): Use them.
7207         (smie-indent-fixindent): Only applies to the indentation of the BOL.
7208         (smie-indent-keyword): Tweak the black magic.
7209         (smie-indent-comment-continue): Strip comment-continue before use.
7210         (smie-indent-functions): Indent comments before keywords.
7212 2010-06-06  Juri Linkov  <juri@jurta.org>
7214         * isearch.el (isearch-lazy-highlight-search): Fix looping
7215         by checking for empty match.  This syncs this loop with the
7216         similar loop in `isearch-search'.  (Bug#6362)
7218 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
7220         * net/dbus.el (dbus-register-method): Declare function.
7221         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
7222         (dbus-introspect): Doc fix.
7223         (dbus-event-bus-name, dbus-introspect-get-interface)
7224         (dbus-introspect-get-argument): Reflow docstrings.
7226 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
7228         vc-log-incoming/vc-log-outgoing fixes for Git.
7229         * vc-git.el (vc-git-log-view-mode): Fix font lock for
7230         incoming/outgoing logs.
7231         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
7232         instead of vc-git-compute-remote.
7233         (vc-git-compute-remote): Remove.
7235 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
7237         * term/common-win.el (x-colors): Add "dark green" and "dark
7238         turquoise" (Bug#6332).
7240 2010-06-04  Juri Linkov  <juri@jurta.org>
7242         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
7243         Instead of setting `replace' to t and replacing the same string
7244         with itself, don't do certain actions when
7245         kill-do-not-save-duplicates is non-nil and string is equal to car
7246         of kill-ring: don't call menu-bar-update-yank-menu, don't push
7247         interprogram-paste strings to kill-ring, and don't push the input
7248         argument `string' to kill-ring.
7249         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
7251 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
7253         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
7255 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
7257         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
7258         (tramp-gvfs-handler-mounted-unmounted)
7259         (tramp-gvfs-connection-mounted-p): Handle default-location.
7261         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
7262         move files to trash.
7264 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
7266         * international/mule-cmds.el (nonascii-insert-offset)
7267         (nonascii-translation-table): Add obsolescence information.
7269         * international/mule.el (make-translation-table-from-vector): Doc fix.
7271 2010-06-03  Glenn Morris  <rgm@gnu.org>
7273         * desktop.el (desktop-clear-preserve-buffers):
7274         Add "*Warnings*" buffer.  (Bug#6336)
7276 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
7278         vc-log-incoming/vc-log-outgoing improvements for Git.
7279         * vc-git.el (vc-git-log-outgoing): Use the same format as the
7280         short log.
7281         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
7283         Add bindings for vc-log-incoming and vc-log-outgoing.
7284         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
7285         and vc-log-outgoing.
7286         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
7287         and vc-log-outgoing.
7289 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
7291         * net/rcirc.el (rcirc-sort-nicknames): Remove.
7292         (rcirc-handler-366): Always sort nicknames.
7294 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
7296         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
7298 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
7300         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
7302 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7304         * net/rcirc.el (rcirc-sort-nicknames): Change default.
7305         (rcirc-sort-nicknames-join): Avoid setq.
7307 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
7309         * net/rcirc.el (rcirc-sort-nicknames): New custom.
7310         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
7311         (rcirc-handler-366): Use them.
7313 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7315         Split smie-indent-calculate into more manageable chunks.
7316         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
7317         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
7318         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
7319         (smie-indent-exps): Extract from smie-indent-calculate.
7320         (smie-indent-functions): New var.
7321         (smie-indent-functions): Use them.
7323 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7325         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
7326         (smie-indent-calculate): Simplify and cleanup.
7328 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
7330         * net/tramp-gvfs.el (top): Require url-util.
7331         (tramp-gvfs-mount-point): Remove.
7332         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
7333         New defuns.
7334         (with-tramp-dbus-call-method): Format trace message.
7335         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
7336         Implement backup call, when operation on local files fails.
7337         Use progress reporter.  Flush properties of changed files.
7338         (tramp-gvfs-handle-make-directory): Make more traces.
7339         (tramp-gvfs-url-file-name): Hexify file name in url.
7340         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
7341         into account for the resulting file name.
7342         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
7343         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
7344         (tramp-gvfs-handler-mounted-unmounted)
7345         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
7346         attribute "default_location".  Set "prefix" property.
7347         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
7348         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
7349         exists.  Raise an error, if not (due to a corresponding answer
7350         "no" in interactive questions, for example).
7352 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
7354         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
7356 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
7358         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
7359         right-*.  (Bug#6265)
7361 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
7363         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
7364         * vc-git.el (vc-git-compute-remote): New function.
7365         (vc-git-log-outgoing): Use it instead of hard coding a value.
7366         (vc-git-log-incoming): New function.
7368         Improve state updating for VC tag commands.
7369         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
7370         to update the state of all buffers in the directory.
7372         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
7374 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7376         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
7377         `file-directory-p' to the filename part rather than to the whole text.
7379 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7381         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
7383 2010-05-31  Drew Adams  <drew.adams@oracle.com>
7385         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
7387 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
7389         * subr.el (momentary-string-display): Just use read-event to read
7390         the exit event (Bug#6238).
7392 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
7394         * international/mule.el (define-coding-system): Doc fix (bug#6313).
7396 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
7398         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
7399         Suggested by Eli Zaretskii <eliz@gnu.org>.
7401 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7403         * minibuffer.el (completion-file-name-table): Don't return a boundary
7404         past the end of `string' (bug#6299).
7405         (completion--file-name-table): Delegate to completion-file-name-table
7406         for the `boundaries' case.
7408 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
7410         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
7411         movement commands.
7413         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
7414         `path-separator', but maintain compatibility with Emacs 20.2.
7416 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
7418         * server.el (server-process-filter): Receive parent-id argument
7419         from emacsclient.
7420         (server-create-window-system-frame): New arg.  Pass parent-id as
7421         frame parameter.
7423 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
7425         Bidi-sensitive word movement with arrow keys.
7426         * subr.el (right-arrow-command, left-arrow-command): Move to
7427         bindings.el.
7429         * bindings.el (right-char, left-char): Move from subr.el and
7430         rename from right-arrow-command and left-arrow-command.
7431         (right-word, left-word): New functions.
7432         (global-map) <right>: Bind to right-char.
7433         (global-map) <left>: Bind to left-char.
7434         (global-map) <C-right>: Bind to right-word.
7435         (global-map) <C-left>: Bind to left-word.
7437         * ls-lisp.el (ls-lisp-classify-file): New function.
7438         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
7439         (ls-lisp-classify): Call ls-lisp-classify-file.
7440         (insert-directory): Remove blanks from switches.
7442 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
7444         * ansi-color.el: Delete unused escape sequences (Bug#6085).
7445         (ansi-color-drop-regexp): New constant.
7446         (ansi-color-apply, ansi-color-filter-region)
7447         (ansi-color-apply-on-region): Delete unrecognized control sequences.
7448         (ansi-color-apply): Build string list before calling concat.
7450 2010-05-28  Juri Linkov  <juri@jurta.org>
7452         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7453         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
7454         (Bug#5270)
7456 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
7458         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
7459         to ignored backtrace functions.
7460         (with-progress-reporter): Expand docstring.
7461         (tramp-handle-delete-file): Implement TRASH argument.
7462         (tramp-get-remote-trash): New defun.
7464 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
7466         * net/tramp-compat.el (tramp-compat-delete-file):
7467         Use `symbol-value' for backward compatibility.
7469         * net/tramp.el (tramp-handle-make-symbolic-link)
7470         (tramp-handle-load)
7471         (tramp-do-copy-or-rename-file-via-buffer)
7472         (tramp-do-copy-or-rename-file-directly)
7473         (tramp-do-copy-or-rename-file-out-of-band)
7474         (tramp-handle-process-file, tramp-handle-call-process-region)
7475         (tramp-handle-shell-command, tramp-handle-file-local-copy)
7476         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7477         (tramp-delete-temp-file-function): Use `delete-file' instead
7478         of `tramp-compat-delete-file'.
7480         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7481         (tramp-fish-handle-make-symbolic-link)
7482         (tramp-fish-handle-process-file): Use `delete-file' instead
7483         of `tramp-compat-delete-file'.
7485         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7486         Use `delete-file' instead of `tramp-compat-delete-file'.
7488         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7489         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
7490         `tramp-compat-delete-file'.
7492         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
7493         Use `delete-file' instead of `tramp-compat-delete-file'.
7495         * net/tramp-smb.el (tramp-smb-handle-copy-file)
7496         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7497         (tramp-smb-handle-write-region): Use `delete-file' instead of
7498         `tramp-compat-delete-file'.
7499         (tramp-smb-handle-delete-directory): Use 'trash as arg.
7501 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
7503         * dired.el (dired-delete-file): New arg TRASH.
7504         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
7505         (dired-do-flagged-delete, dired-do-delete): Use trash.
7507         * speedbar.el (speedbar-item-delete): Allow trashing.
7509         * files.el (delete-directory): New arg TRASH.
7511         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
7512         (ange-ftp-rename-remote-to-remote)
7513         (ange-ftp-rename-local-to-remote)
7514         (ange-ftp-rename-remote-to-local, ange-ftp-load)
7515         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
7516         `delete-file'.
7517         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
7518         allow trashing.
7520         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
7521         handle new TRASH arg of `delete-file'.
7523         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
7524         (tramp-handle-make-symbolic-link, tramp-handle-load)
7525         (tramp-do-copy-or-rename-file-via-buffer)
7526         (tramp-do-copy-or-rename-file-directly)
7527         (tramp-do-copy-or-rename-file-out-of-band)
7528         (tramp-handle-process-file, tramp-handle-call-process-region)
7529         (tramp-handle-shell-command, tramp-handle-file-local-copy)
7530         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7531         (tramp-delete-temp-file-function): Use null TRASH arg in
7532         tramp-compat-delete-file call.
7534         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7535         (tramp-fish-handle-delete-file)
7536         (tramp-fish-handle-make-symbolic-link)
7537         (tramp-fish-handle-process-file): Use null TRASH arg in
7538         `tramp-compat-delete-file' call.
7540         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
7541         arg in `tramp-compat-delete-file' call.
7543         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7544         (tramp-gvfs-handle-write-region): Use null TRASH arg in
7545         `tramp-compat-delete-file' call.
7547         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
7548         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
7549         `tramp-compat-delete-file' call.
7551         * net/tramp-smb.el (tramp-smb-handle-copy-file)
7552         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7553         (tramp-smb-handle-write-region): Use null TRASH arg in
7554         tramp-compat-delete-file call.
7555         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
7556         (tramp-smb-handle-delete-file): Rename arg.
7558         * diff.el (diff-sentinel):
7559         * epg.el (epg--make-temp-file, epg-decrypt-string)
7560         (epg-verify-string, epg-sign-string, epg-encrypt-string):
7561         * jka-compr.el (jka-compr-partial-uncompress)
7562         (jka-compr-call-process, jka-compr-write-region):
7563         * server.el (server-sentinel): Remove optional arg from
7564         delete-file, reverting 2010-05-03 change.
7566 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
7568         * progmodes/verilog-mode.el (verilog-type-font-keywords):
7569         Use font-lock-constant-face, not obsolete font-lock-reference-face.
7571 2010-05-27  Kenichi Handa  <handa@m17n.org>
7573         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
7574         element of GSTRING is nil.
7576 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7578         * emacs-lisp/smie.el (smie-forward-token-function)
7579         (smie-backward-token-function): New vars.
7580         (smie-backward-sexp, smie-forward-sexp)
7581         (smie-indent-hanging-p, smie-indent-calculate): Use them.
7582         (smie-default-backward-token): Rename from smie-backward-token and
7583         skip comments.
7584         (smie-default-forward-token): Rename from smie-forward-token and
7585         skip comments.
7586         (smie-next-sexp): Handle nil results from next-token.
7587         (smie-indent-calculate): Add a new case for special `fixindent' comments.
7589 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
7591         * progmodes/verilog-mode.el (verilog-type-font-keywords):
7592         Use font-lock-constant-face, not obsolete font-lock-reference-face.
7594 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
7596         * htmlfontify.el (hfy-face-resolve-face): New function.
7597         (hfy-face-to-style): Use it (Bug#6279).
7599 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7601         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
7602         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
7604 2010-05-26  Glenn Morris  <rgm@gnu.org>
7606         * emulation/edt.el (edt-load-keys): Use locate-library.
7608 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
7610         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
7611         (log-edit-changelog-entries): Doc fix.
7612         (log-edit-changelog-insert-entries): Args changed.
7613         Rename relative filenames in ChangeLog entries.  Delete tabs.
7614         (log-edit-insert-changelog-entries): Reorganize return value of
7615         `log-edit-changelog-entries' to pass filenames to
7616         log-edit-changelog-insert-entries.
7618 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7620         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
7621         `image-dired-dired-insert-marked-thumbs' to
7622         `image-dired-dired-toggle-marked-thumbs'.
7624         * image-dired.el: Require cl when compiling.
7625         (image-dired-dired-toggle-marked-thumbs): Rename from
7626         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
7627         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
7628         to 'no-dir.  Skip files whose names don't match
7629         `image-file-name-regexp'.  When file has a thumbnail overlay,
7630         delete it.  (Bug#5270)
7632 2010-05-25  Juri Linkov  <juri@jurta.org>
7634         * image-mode.el (image-mode): Add image-after-revert-hook to
7635         after-revert-hook.
7636         (image-after-revert-hook): New function.  (Bug#5669)
7638 2010-05-25  Juri Linkov  <juri@jurta.org>
7640         * image.el (image-animated-p): When delay between animated images
7641         is 0, set it to 10 (0.1 sec).  (Bug#6258)
7643 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
7645         * net/tramp.el (tramp-handle-insert-directory): Don't use
7646         `forward-word', its default syntax could be changed.
7648 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
7650         * net/tramp.el (tramp-progress-reporter-update): New defun.
7651         (with-progress-reporter): Use it.
7652         (tramp-process-actions):
7653         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7654         Preserve current message, in order to let progress reporter continue
7655         afterwards.  (Bug#6257)
7657 2010-05-25  Glenn Morris  <rgm@gnu.org>
7659         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
7660         Add :version.
7662 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
7664         * net/rcirc.el (rcirc-default-user-name): Change to "user".
7665         (rcirc-default-full-name): Change to "unknown".
7666         (rcirc-user-name-history): Add variable.
7668 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
7669             Jonathan Rockway  <jon@jrock.us>
7671         * net/rcirc.el (rcirc-server-alist): Add :pass.
7672         (rcirc): When prompting for connection parameters, also prompt for
7673         username and password.
7674         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
7675         value to server when connecting.
7677 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7679         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
7680         (smie-merge-prec2s): Pass the tables as separate args.
7681         (smie-bnf-precedence-table): Adjust call accordingly.
7682         (smie-prec2-levels): Set levels at the end.
7684         Replace Lisp calls to delete-backward-char by delete-char.
7685         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
7686         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
7687         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
7688         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
7689         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
7690         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
7691         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
7692         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
7693         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
7694         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
7695         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
7696         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
7697         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
7698         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
7699         delete-backward-char by calls to delete-char.
7701 2010-05-25  Kenichi Handa  <handa@m17n.org>
7703         * language/hebrew.el (hebrew-shape-gstring): New function.
7704         Register it in composition-function-table for all Hebrew combining
7705         characters.
7707 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7709         * epa.el (epa--select-keys): Don't explicitly delete the window since
7710         that can fail (e.g. sole window in frame).  Use dedication instead.
7712 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
7714         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
7716 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
7718         * image.el (image-refresh): Define as an alias for image-flush.
7720         * image-mode.el (image-toggle-display-image): Caller changed.
7722 2010-05-21  Juri Linkov  <juri@jurta.org>
7724         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
7725         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
7726         whitespace, call wildcard-to-regexp on substrings and concat them
7727         with "\\|".  (Bug#6114)
7729 2010-05-21  Alan Mackenzie  <acm@muc.de>
7731         * progmodes/cc-engine.el (c-parse-state-get-strategy):
7732         Replace parameter `here' with `here-' and `here-plus', which sandwich
7733         any pertinent CPP construct.
7734         (c-remove-stale-state-cache-backwards): Fix a bug which happens
7735         when doing (c-parse-state) in a CPP construct: Exclude any "new"
7736         CPP construct from taking part in the scanning.
7738 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
7740         * net/tramp.el (tramp-do-copy-or-rename-file)
7741         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
7742         Tune `with-progress-reporter' messages.
7743         (tramp-handle-vc-registered):
7744         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
7745         (tramp-fish-handle-insert-file-contents)
7746         (tramp-fish-maybe-open-connection):
7747         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7748         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
7749         (tramp-imap-handle-insert-file-contents)
7750         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
7752 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
7754         * add-log.el (change-log-font-lock-keywords):
7755         Highlight all authors in multi-author entries.
7757         * smerge-mode.el (smerge-refine-ignore-whitespace)
7758         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
7759         Fix typos in docstrings.
7760         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
7762 2010-05-21  Glenn Morris  <rgm@gnu.org>
7764         * progmodes/fortran.el (fortran-mode):
7765         * progmodes/f90.el (f90-mode): Derive from prog-mode.
7767         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
7768         having a relative path in src/Makefile.in.
7770 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7772         * help-mode.el (help-make-xrefs): For Info node links turn
7773         newlines into spaces.  Link node names with newlines are matched
7774         by help-xref-info-regexp and buttonized, this change ensures they
7775         can be followed successfully with RET.  (Bug#6206)
7777 2010-05-20  Juri Linkov  <juri@jurta.org>
7779         * locate.el (locate): Use pop-to-buffer instead of
7780         switch-to-buffer-other-window.  (Bug#6204)
7782 2010-05-20  Juri Linkov  <juri@jurta.org>
7784         * replace.el (replace-highlight): Fix lazy-highlighting
7785         for `M-s w str M-% str RET'.
7787 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
7789         * isearch.el (isearch-yank-word-or-char): Pull next subword
7790         when `subword-mode' is activated.  (Bug#6220)
7792 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
7794         * isearch.el (isearch-update-post-hook): New hook.
7795         (isearch-update): Use the new hook.  (Bug#6225)
7797 2010-05-20  Juri Linkov  <juri@jurta.org>
7799         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
7800         [f1], [help], and (char-to-string help-char) instead of "\C-h".
7801         (Bug#6222)
7803 2010-05-20  Juri Linkov  <juri@jurta.org>
7805         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
7806         (Bug#6223)
7808 2010-05-20  Juri Linkov  <juri@jurta.org>
7810         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
7811         FILE-NAME to read from the minibuffer when called interactively
7812         with prefix argument instead of using buffer-file-name.
7813         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
7815         * dired.el: Update autoloads.
7817 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
7819         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
7820         nxml-finish-element, for consistency with SGML mode.
7822         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
7823         octave-close-block.
7825 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
7827         * composite.el: Require cl when compiling.
7828         (reference-point-alist, compose-gstring-for-graphic)
7829         (compose-gstring-for-terminal): Fix typos in docstrings.
7831 2010-05-19  Juri Linkov  <juri@jurta.org>
7833         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
7834         set-window-parameter.
7836 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7838         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
7839         where appropriate.
7840         (tramp-maybe-open-connection): Use it.
7842 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
7844         * simple.el (move-end-of-line): Make sure we are at line beginning
7845         before backing up to end of previous line.
7847 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7849         * password-cache.el (password-cache-remove): Fix docstring.
7851         * net/secrets.el: Autoload the widget functions.
7852         (secrets-search-items, secrets-create-item)
7853         (secrets-get-attributes, secrets-expand-item): Attributes will be
7854         stored on the password database without leading ":", as all other
7855         clients do as well.
7856         (secrets-mode): Fix docstring.
7857         (secrets-show-secrets): Provide it as autoloaded command only when
7858         D-Bus support is available.  Check existence of Secret Service API.
7860 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7862         * indent.el (indent-region): Deactivate region (bug#6200).
7864 2010-05-19  Glenn Morris  <rgm@gnu.org>
7866         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
7868 2010-05-19  Kenichi Handa  <handa@m17n.org>
7870         * composite.el: Register compose-gstring-for-graphic in
7871         composition-function-table only for combining characters (Mn, Mc, Me).
7873 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
7875         * calc/calc-trail.el (calc-trail-isearch-forward)
7876         (calc-trail-isearch-backward): Ensure that the new window
7877         point is set correctly.
7879 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7881         * subr.el (read-quoted-char): Resolve modifiers after key
7882         remapping (bug#6212).
7884 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
7886         Add visualization code for secrets.
7887         * net/secrets.el (secrets-mode): New major mode.
7888         (secrets-show-secrets, secrets-show-collections)
7889         (secrets-expand-collection, secrets-expand-item)
7890         (secrets-tree-widget-after-toggle-function)
7891         (secrets-tree-widget-show-password): New defuns.
7893 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7895         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
7896         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
7897         handled in smie-next-sexp.
7898         (smie-indent-calculate): Provide a starting indentation (so the
7899         recursion is well-founded ;-).
7901         Fix handling of non-associative equal levels.
7902         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
7903         when it's not needed.
7904         (smie-op-left, smie-op-right): New functions.
7905         (smie-next-sexp): New function, extracted from smie-backward-sexp.
7906         Better handle equal levels to distinguish the associative case from
7907         the "multi-keyword construct" case.
7908         (smie-backward-sexp, smie-forward-sexp): Use it.
7910 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
7912         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
7914         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
7915         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
7917 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7919         Provide a simple generic indentation engine and use it for Prolog.
7920         * emacs-lisp/smie.el: New file.
7921         * progmodes/prolog.el (prolog-smie-op-levels)
7922         (prolog-smie-indent-rules): New var.
7923         (prolog-mode-variables): Use them to configure SMIE.
7924         (prolog-indent-line, prolog-indent-level): Remove.
7926 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
7928         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
7929         order before computing the averages.
7931 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
7933         * calc/calc-vec.el (calc-histogram):
7934         (calcFunc-histogram): Allow vectors as inputs.
7935         (math-vector-avg): New function.
7937         * calc/calc-ext.el (math-group-float): Have the number of digits
7938         being grouped depend on the radix (Bug#6189).
7940 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
7942         * version.el (emacs-copyright, emacs-version): Don't define here,
7943         now that emacs.c defines it.
7945 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
7947         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
7948         "Describe Language Environment" menu item.
7950         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
7952         Bidi-sensitive movement with arrow keys.
7953         * subr.el (right-arrow-command, left-arrow-command): New functions.
7955         * bindings.el (global-map): Bind them to right and left arrow keys.
7957         Don't override standard definition of convert-standard-filename.
7958         * files.el (convert-standard-filename):
7959         Call w32-convert-standard-filename and dos-convert-standard-filename on
7960         the corresponding systems.
7962         * w32-fns.el (w32-convert-standard-filename): Rename from
7963         convert-standard-filename.  Doc fix.
7965         * dos-fns.el (dos-convert-standard-filename): Doc fix.
7966         (convert-standard-filename): Don't defalias.
7967         (register-name-alist, make-register, register-value)
7968         (set-register-value, intdos): Obsolete aliases for the
7969         corresponding dos-* functions and variables.
7970         (dos-intdos): Add a doc string.
7972 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
7974         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
7975         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
7976         (math-compose-tex-func):
7977         * calc/calccomp.el (math-compose-expr):
7978         * calc/calc-ext.el (math-format-flat-expr-fancy):
7979         * calc/calc-store.el (calc-read-var-name):
7980         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
7982         * calc/calc.el (var-π, var-φ, var-γ): New variables.
7983         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
7984         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
7985         (math-standard-units): Add units.
7987 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7989         * progmodes/asm-mode.el (asm-mode):
7990         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
7992         * pcomplete.el (pcomplete-completions-at-point): New function,
7993         extracted from pcomplete-std-complete.
7994         (pcomplete-std-complete): Use it.
7996 2010-05-15  Glenn Morris  <rgm@gnu.org>
7998         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7999         Remove references to CVS, RCS and Old directories.
8001 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
8003         * calc/calc-bin.el (math-format-twos-complement): Group digits when
8004         appropriate.
8006 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8008         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
8009         (sh-mode-syntax-table): Give it a default value instead.
8010         (sh-header-marker): Make buffer-local.
8011         (sh-mode): Move make-local-variable to the corresponding setq.
8012         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
8013         Use complete-with-action.
8015         * simple.el (prog-mode): New (abstract) major mode.
8016         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
8017         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
8019 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
8021         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
8022         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
8023         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
8024         (sql-make-alternate-buffer-name, sql-placeholders-filter)
8025         (sql-escape-newlines-filter, sql-input-sender)
8026         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
8028 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
8030         Add TeX open-block and close-block keybindings to SGML, and vice versa.
8032         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
8033         latex-open-block and C-c / to latex-close-block.
8035         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
8036         and C-c C-e to sgml-close-tag.
8038 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
8040         * net/tramp.el (with-progress-reporter): Create reporter object
8041         only when the message would be displayed.  Handle nested calls.
8042         (tramp-handle-load, tramp-handle-file-local-copy)
8043         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8044         (tramp-maybe-send-script, tramp-find-shell):
8045         Use `with-progress-reporter'.
8046         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
8047         Fix message text.
8049         * net/tramp-smb.el (tramp-smb-handle-copy-file)
8050         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8051         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
8052         Use `with-progress-reporter'.
8054 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
8056         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
8057         process everytime when spellchecking from the minibuffer (bug#6143).
8059 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8061         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
8063         * dos-fns.el: Add "dos-" prefix for namespace control.
8064         (convert-standard-filename): Define as alias for
8065         dos-convert-standard-filename but only if applicable.
8067 2010-05-12  Alan Mackenzie  <acm@muc.de>
8069         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
8070         Push the mark at the start of these functions when appropriate.
8072 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8074         * minibuffer.el (completion-cycle-threshold): New custom var.
8075         (completion--do-completion): Use it.
8076         (minibuffer-complete): Use cycling if appropriate.
8078 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
8080         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
8081         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
8083 2010-05-11  Juri Linkov  <juri@jurta.org>
8085         * scroll-all.el (scroll-all-check-to-scroll):
8086         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
8088 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8090         * iimage.el (iimage-mode-map): Move initialization into declaration.
8091         (iimage-mode-buffer): Use with-silent-modifications.
8092         Simplify calling convention.  Adjust callers.
8093         (iimage-mode): Don't run hook redundantly.
8095         * minibuffer.el (completion-pcm--pattern->regex):
8096         Fix last change (bug#6160).
8098 2010-05-10  Juri Linkov  <juri@jurta.org>
8100         Remove nodes visited during Isearch from the Info history.
8101         * info.el (Info-isearch-initial-history)
8102         (Info-isearch-initial-history-list): New variables.
8103         (Info-isearch-start): Record initial values of
8104         Info-isearch-initial-history and Info-isearch-initial-history-list.
8105         Add Info-isearch-end to isearch-mode-end-hook.
8106         (Info-isearch-end): New function.
8108 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
8110         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8111         format string, in order to work around a bug in pdksh.
8112         Reported by Gilles Pion <gpion@lfdj.com>.
8113         (tramp-handle-verify-visited-file-modtime): Do not send a command
8114         when the connection is not established.
8115         (tramp-handle-set-file-times): Simplify the check for utc.
8117 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
8119         Fix use of `filter-buffer-substring' (rework previous change).
8120         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
8121         (cua-repeat-replace-region):
8122         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
8123         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8124         (cua-cut-region-to-global-mark): Use it.
8126 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
8128         * progmodes/sql.el: Version 2.1.
8129         (sql-product-alist): Redesign structure of product info.
8130         (sql-product, sql-user, sql-server, sql-database): Safe variables.
8131         (sql-port, sql-port-history): New variables.
8132         (sql-interactive-product): New variable.
8133         (sql-send-terminator): New variable.
8134         (sql-imenu-generic-expression): Add "Types" imenu entry.
8135         (sql-oracle-login-params, sql-sqlite-login-params)
8136         (sql-mysql-login-params, sql-solid-login-params)
8137         (sql-sybase-login-params, sql-informix-login-params)
8138         (sql-ingres-login-params, sql-ms-login-params)
8139         (sql-postgres-login-params, sql-interbase-login-params)
8140         (sql-db2-login-params, sql-linter-login-params)
8141         (sql-oracle-scan-on): New variables.
8142         (sql-mode-map): Add C-c C-i to start interactive mode.
8143         (sql-mode-menu): Update existing menu entries.
8144         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
8145         (sql-mode-oracle-font-lock-keywords)
8146         (sql-mode-postgres-font-lock-keywords)
8147         (sql-mode-ms-font-lock-keywords)
8148         (sql-mode-sybase-font-lock-keywords)
8149         (sql-mode-informix-font-lock-keywords)
8150         (sql-mode-interbase-font-lock-keywords)
8151         (sql-mode-ingres-font-lock-keywords)
8152         (sql-mode-solid-font-lock-keywords)
8153         (sql-mode-mysql-font-lock-keywords)
8154         (sql-mode-sqlite-font-lock-keywords)
8155         (sql-mode-db2-font-lock-keywords)
8156         (sql-mode-linter-font-lock-keywords): Update initialization to
8157         reduce run-time complexity.
8158         (sql-add-product, sql-del-product): New functions.
8159         (sql-set-product-feature, sql-get-product-feature): New functions.
8160         (sql-product-font-lock): Update product API.
8161         (sql-add-product-keywords): New function.
8162         (sql-highlight-product): Update product API.
8163         (sql-help-list-products): New function.
8164         (sql-help): Dynamically lists free and non-free products.
8165         (sql-get-login): Correct bug in handling history and added
8166         prompt for port.
8167         (sql-copy-column): Copy without properties.
8168         (sqli-input-sender): Apply filters to SQLi input.
8169         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
8170         Implement as a filter.
8171         (sql-escape-newlines-filter): Implement as a filter.
8172         (sql-remove-tabs-filter): New function.
8173         (sql-send-magic-terminator): New function.
8174         (sql-send-string): Implement magic terminator.
8175         (sql-send-region): Use `sql-send-string'.
8176         (sql-interactive-mode): Use product API.
8177         (sql-product-interactive): Use product API.
8178         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8179         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8180         (sql-db2, sql-linter): Use `sql-product-interactive'.
8181         (sql-connect): New function.
8182         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8183         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8184         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
8185         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8186         Use `sql-connect'.
8188 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8190         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
8191         New custom variable.
8192         (completion-pcm--string->pattern): Use it.
8193         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
8194         Make it handle any symbol as `any'.
8195         (completion-pcm--merge-completions): Extract common suffix for the new
8196         `prefix' symbol as well.
8197         (completion-substring--all-completions): Use the new `prefix' symbol.
8199 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
8201         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
8202         not bound.
8203         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
8204         (tramp-compat-funcall): New defmacro.
8205         (tramp-compat-line-beginning-position)
8206         (tramp-compat-line-end-position)
8207         (tramp-compat-temporary-file-directory)
8208         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
8209         (tramp-compat-copy-file, tramp-compat-copy-directory)
8210         (tramp-compat-delete-file, tramp-compat-delete-directory)
8211         (tramp-compat-number-sequence, tramp-compat-process-running-p)
8212         * net/tramp.el (top, with-progress-reporter)
8213         (tramp-rfn-eshadow-setup-minibuffer)
8214         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
8215         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
8216         (tramp-completion-mode-p, tramp-check-for-regexp)
8217         (tramp-open-connection-setup-interactive-shell)
8218         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
8219         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
8220         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
8221         * net/tramp-cmds.el (tramp-cleanup-all-connections)
8222         (tramp-reporter-dump-variable, tramp-load-report-modules)
8223         (tramp-append-tramp-buffers)
8224         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
8226         * net/tramp-imap.el (top): Autoload `epg-make-context'.
8228 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8230         * progmodes/compile.el (compilation-buffer-modtime): Rename from
8231         buffer-modtime.  Adjust users.
8233 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
8235         * international/mule.el (auto-coding-alist): Only purecopy
8236         car of each item, not the whole list (Bug#6083).
8238 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
8240         * progmodes/js.el (js-mode): Make paragraph variables local before
8241         calling c-setup-paragraph-variables (Bug#6071).
8243 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
8245         * composite.el (compose-region, reference-point-alist): Fix typos
8246         in the doc strings.
8248 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
8250         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
8251         gnuplot's "set" command.
8253 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
8255         * abbrev.el (last-abbrev-text): Doc fix.
8256         (abbrev-prefix-mark): Don't escape parenthesis.
8258 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
8260         * composite.el (find-composition): Doc fix.
8262 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
8264         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
8265         (sql-oracle-program, sql-sqlite-options)
8266         (sql-query-placeholders-and-send): Doc fixes.
8267         (sql-set-product, sql-interactive-mode): Reflow docstrings.
8268         (sql-imenu-generic-expression, sql-buffer)
8269         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
8270         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
8271         (sql-mode-sybase-font-lock-keywords)
8272         (sql-mode-informix-font-lock-keywords)
8273         (sql-mode-interbase-font-lock-keywords)
8274         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
8275         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
8276         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
8277         (sql-product-feature, sql-highlight-product)
8278         (comint-line-beginning-position, sql-rename-buffer)
8279         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
8280         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
8281         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
8282         Fix typos in docstrings.
8284 2010-05-08  Juri Linkov  <juri@jurta.org>
8286         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
8287         property instead of `invisible' and `after-string' (bug#5998).
8289 2010-05-08  Juri Linkov  <juri@jurta.org>
8291         * image-mode.el (image-mode-as-text): Fix typo in docstring.
8293 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
8295         * filecache.el (file-cache-add-directory-list)
8296         (file-cache-add-directory-recursively): Fix typos in docstrings.
8298 2010-05-08  Kenichi Handa  <handa@m17n.org>
8300         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
8301         (gujarati-composable-pattern): Fix typo.
8303 2010-05-08  Kenichi Handa  <handa@m17n.org>
8305         * language/indian.el (oriya-composable-pattern)
8306         (tamil-composable-pattern, malayalam-composable-pattern):
8307         Add two-part vowels to "v" (vowel sign).
8309 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
8311         * files.el (copy-directory): Handle symlinks (Bug#5982).
8313 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
8315         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
8316         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
8317         (Bug#5846).
8319 2010-05-08  Glenn Morris  <rgm@gnu.org>
8321         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
8323         * minibuffer.el (completion-at-point): Doc fix.
8325 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8327         * electric.el (Electric-command-loop): Minor tweak.
8329         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
8330         better with dedicated windows.
8332 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
8334         * Version 23.2 released.
8336 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
8337             Stefan Monnier  <monnier@iro.umontreal.ca>
8339         Highlight vendor specific properties.
8340         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
8341         (css-proprietary-property): New face.
8342         (css-font-lock-keywords): Use them.
8344 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
8346         * cus-start.el (all): Add native condition for tool-bar-* symbols.
8348 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8350         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
8351         * files.el (auto-mode-alist): Remove redundant entries.
8353         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
8354         * simple.el (auto-save-mode): Move from files.el.
8355         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
8357 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8359         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
8361 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8363         * mail/binhex.el (binhex-decode-region-internal)
8364         * mail/uudecode.el (uudecode-decode-region-internal)
8365         * net/dns.el (dns-read-string-name, dns-write, dns-read)
8366         (dns-read-type, dns-query)
8367         * pgg-parse.el (pgg-parse-armor)
8368         * pgg.el (pgg-verify-region)
8369         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
8370         XEmacs.
8372         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
8374 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
8376         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
8378         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
8379         * emulation/cua-base.el (cua-repeat-replace-region):
8380         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8381         (cua-cut-region-to-global-mark):
8382         Remove text properties with `set-text-properties'.
8384 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
8386         * net/tramp.el (top, with-progress-reporter):
8387         Use `symbol-function' inside `funcall'.
8389         * net/tramp-compat.el (tramp-compat-file-attributes)
8390         (tramp-compat-delete-file, tramp-compat-delete-directory):
8391         Handle only `wrong-number-of-arguments' error.
8393         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
8394         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
8395         inside `funcall'.
8397 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8399         * minibuffer.el (completion--sreverse, completion--common-suffix):
8400         New functions.
8401         (completion-pcm--merge-completions): Extract common suffix when safe.
8403         * emacs-lisp/easy-mmode.el (define-minor-mode):
8404         Make :variable more flexible.
8405         * files.el (auto-save-mode): Use it to define using define-minor-mode.
8407 2010-05-05  Juri Linkov  <juri@jurta.org>
8409         Add `slow' and `history' tags to the desktop data.
8411         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
8412         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
8413         (Info-finder-find-node): Require `finder.el' to be able
8414         to restore node from the desktop.
8415         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
8416         data `Info-history' and `slow' tag in the assoc list.
8417         (Info-restore-desktop-buffer): Don't restore nodes with the
8418         `slow' tag.  Restore `Info-history'.
8420 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
8422         Add FORCE argument to `delete-file'.
8424         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
8425         forcing to delete the temporary file.
8426         (ange-ftp-delete-file): Add FORCE arg.
8427         (ange-ftp-rename-remote-to-remote)
8428         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
8429         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
8430         Force file deletion.
8432         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
8434         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
8435         (tramp-handle-make-symbolic-link, tramp-handle-load)
8436         (tramp-do-copy-or-rename-file-via-buffer)
8437         (tramp-do-copy-or-rename-file-directly)
8438         (tramp-do-copy-or-rename-file-out-of-band)
8439         (tramp-handle-process-file, tramp-handle-call-process-region)
8440         (tramp-handle-shell-command, tramp-handle-file-local-copy)
8441         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8442         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
8444         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
8445         (tramp-fish-handle-make-symbolic-link)
8446         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
8448         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8449         Use `tramp-compat-delete-file'.
8451         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
8452         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
8454         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
8455         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
8457         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
8458         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
8459         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8460         Use `tramp-compat-delete-file'.
8462 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8464         Minor cleanups.
8465         * subr.el (add-minor-mode): Use push.
8466         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
8467         * emulation/edt.el (edt-select-mode): Simplify.
8469         Use define-minor-mode in more cases.
8470         * term/tvi970.el (tvi970-set-keypad-mode):
8471         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8472         (normal-erase-is-backspace-mode):
8473         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
8474         (set-scroll-bar-mode-1): (Re)move to its sole caller.
8475         (get-scroll-bar-mode): New function.
8476         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
8478         Use define-minor-mode for less obvious cases.
8479         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
8480         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
8481         * international/iso-ascii.el (iso-ascii-mode):
8482         * frame.el (auto-raise-mode, auto-lower-mode):
8483         * composite.el (global-auto-composition-mode): Use define-minor-mode.
8485 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
8487         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
8488         in order to see error messages for failed logins.
8490 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
8492         * diff.el (diff-sentinel):
8494         * epg.el (epg--make-temp-file, epg-decrypt-string)
8495         (epg-verify-string, epg-sign-string, epg-encrypt-string):
8497         * jka-compr.el (jka-compr-partial-uncompress)
8498         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
8500         * server.el (server-sentinel): Use delete-file's new FORCE arg
8501         (Bug#6070).
8503 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8505         Use define-minor-mode where applicable.
8506         * view.el (view-mode):
8507         * type-break.el (type-break-query-mode)
8508         (type-break-mode-line-message-mode):
8509         * textmodes/reftex.el (reftex-mode):
8510         * term/vt100.el (vt100-wide-mode):
8511         * tar-mode.el (tar-subfile-mode):
8512         * savehist.el (savehist-mode):
8513         * ibuf-ext.el (ibuffer-auto-mode):
8514         * composite.el (auto-composition-mode):
8515         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8516         Use define-minor-mode.
8517         (vhdl-mode): Use static mode-line format.
8518         (vhdl-mode-line-update): Delete.
8519         (vhdl-create-mode-menu, vhdl-activate-customizations)
8520         (vhdl-hs-minor-mode): Don't bother calling it.
8522 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8524         * simple.el (with-wrapper-hook): Move.
8525         (buffer-substring-filters): Mark obsolete.
8526         (filter-buffer-substring-functions): New variable.
8527         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
8529 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
8530             Michael Albinus  <michael.albinus@gmx.de>
8532         Implement compression for inline methods.
8534         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
8535         (tramp-copy-size-limit): Allow also nil.
8536         (tramp-inline-compress-commands): New defconst.
8537         (tramp-find-inline-compress, tramp-get-inline-compress)
8538         (tramp-get-inline-coding): New defuns.
8539         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
8540         replaced by `tramp-get-inline-coding'.
8541         (tramp-handle-file-local-copy, tramp-handle-write-region)
8542         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
8544 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8546         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
8547         Remove unused functions.
8549         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
8550         Set find-tag-default-function as a variable rather than a property.
8552         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
8553         * progmodes/etags.el (tags-completion-at-point-function):
8554         Remove left over interactive spec.  Add autoloading stub.
8555         (complete-tag): Use tags-completion-at-point-function.
8557 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
8559         * minibuffer.el (tags-completion-at-point-function): Fix return value.
8561 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
8563         * ido.el (ido-init-completion-maps): Remove C-v binding.
8564         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
8566 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
8568         * minibuffer.el (tags-completion-at-point-function): New function.
8569         (completion-at-point-functions): Use it.
8571         * progmodes/etags.el (complete-tag): Revert last change.
8573 2010-04-29  Alan Mackenzie  <acm@muc.de>
8575         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
8576         off-by-one error (in end of macro position).
8578 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8580         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
8581         firefox is absent.  Don't autoload.
8582         (browse-url-galeon-program): Don't autoload.
8584 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
8586         * bindings.el (complete-symbol): Move into minibuffer.el.
8588         * minibuffer.el (complete-tag): Move from etags.el.  If tags
8589         completion cannot be performed, return nil instead of signalling
8590         an error.
8591         (completion-at-point): Make it an alias for complete-symbol.
8592         (complete-symbol): Move from bindings.el, and replace with the
8593         body of completion-at-point.
8595         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
8597 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
8599         * net/tramp.el (tramp-remote-selinux-p): New defun.
8600         (tramp-handle-file-selinux-context)
8601         (tramp-handle-set-file-selinux-context): Use it.
8603 2010-04-28  Sam Steingold  <sds@gnu.org>
8605         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8606         `safe-local-variable' if the value is a string or a symbol with
8607         the property `bug-reference-url-format'.
8609 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
8611         * progmodes/bug-reference.el (bug-reference-url-format):
8612         Revert 2010-04-27 change due to security risk.
8614 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8616         Make it possible to locally disable a globally enabled mode.
8617         * simple.el (fundamental-mode): Run fundamental-mode-hook.
8618         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
8619         rather than kill-all-local-variables so it runs fundamental-mode-hook.
8620         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8621         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
8622         that subsequent hooks get a chance to disable it.
8624 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8626         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8627         Avoid re-enabling a minor mode after the user turned the minor mode
8628         off if MODE-enable-in-buffers is run twice (typically once from
8629         fundamental-mode's after-change-major-mode-hook and a second time from
8630         run-mode-hook's own after-change-major-mode-hook).
8632         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
8634 2010-04-27  Sam Steingold  <sds@gnu.org>
8636         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8637         `safe-local-variable' if the value is a string or a function, as
8638         documented and implemented on 2010-04-02.
8640 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
8642         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
8643         when method is 'kill.
8645 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
8647         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
8648         condition in default directory check.
8649         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
8650         Kill ispell process when killing its associated buffer.
8652 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
8654         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
8655         but we aren't using it.
8657 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
8659         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
8660         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
8662 2010-04-24  Glenn Morris  <rgm@gnu.org>
8664         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
8665         Ignore VCS-ignore files, and deleted nextstep preferences files.
8666         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
8667         (authors-ambiguous-files): New list.
8668         (authors-valid-file-names): Add some deleted files.
8669         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
8670         (authors-disambiguate-file-name): New function.  (Bug#5501)
8671         (authors-canonical-file-name): Doc fix.
8672         Don't warn about obsolete files.
8673         (authors-canonical-file-name, authors-scan-el):
8674         Use authors-disambiguate-file-name.
8676         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8677         Add autoload cookies.
8678         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
8679         (generated-autoload-file): Set file-local value to "htmlfontify.el".
8680         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
8681         They have definitions / compiler macros in cl.el.
8682         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8683         Replace manual autoloads with generated ones.
8684         (htmlfontify-unload-rgb-file): Remove autoload.
8685         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
8687 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8689         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
8690         (byte-compile-setq-default): Optimize for the
8691         single-var case and don't call byte-compile-form in this case to avoid
8692         inf-loop with byte-compile-set-default.
8694         * progmodes/compile.el (compilation-start): Abbreviate default directory.
8696 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
8698         Implement SELINUX backends.
8700         * net/tramp.el (tramp-file-name-handler-alist):
8701         Add `file-selinux-context' and `set-file-selinux-context'.
8702         (tramp-handle-file-selinux-context)
8703         (tramp-handle-set-file-selinux-context): New defuns.
8704         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
8705         Handle PRESERVE-SELINUX-CONTEXT.
8707         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8708         Add `file-selinux-context' and `set-file-selinux-context'.
8709         (tramp-gvfs-handle-file-selinux-context)
8710         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
8711         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
8713         * net/ange-ftp.el (ange-ftp-copy-file):
8714         * net/tramp-fish.el (tramp-fish-handle-copy-file):
8715         * net/tramp-imap.el (tramp-imap-handle-copy-file):
8716         * net/tramp-smb.el (tramp-smb-handle-copy-file):
8717         Add PRESERVE-SELINUX-CONTEXT.
8719 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
8721         Synchronize with Tramp repository.
8723         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
8724         (tramp-action-process-alive, tramp-action-out-of-band)
8725         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
8726         (tramp-exists-file-name-handler): Fix docstring.
8727         (with-progress-reporter): New defmacro.
8728         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
8729         (tramp-maybe-open-connection): Use it.
8731 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
8733         Detect ssh 'ControlMaster' argument automatically in some cases.
8735         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
8736         (tramp-default-method): Use it.
8738 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
8740         * net/tramp.el (tramp-handle-copy-file): Add new optional
8741         parameter `preserve-selinux-context'.
8742         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
8744 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
8746         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
8747         Ensure, that non remote files are still checked.  Oops.
8749 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
8751         Fix Bug#5840.
8753         * icomplete.el (icomplete-completions): Use `non-essential'.
8755         * net/tramp.el (tramp-connectable-p): New defun.
8756         (tramp-handle-expand-file-name)
8757         (tramp-completion-handle-file-name-all-completions)
8758         (tramp-completion-handle-file-name-completion): Use it.
8760 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8762         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
8764 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
8766         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
8768         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
8770         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
8771         is present.
8773         * info.el (info-tool-bar-map): Add labels.
8775         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
8777         * cus-edit.el (custom-commands): Add labels for tool bar.
8778         (custom-buffer-create-internal, Custom-mode): Adjust for
8779         labels in custom-commands.
8781         * dynamic-setting.el: Renamed from font-setting.el.
8783 2010-04-21  John Wiegley  <jwiegley@gmail.com>
8785         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
8786         toggles the use of virtual buffers.
8787         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
8788         (ido-toggle-virtual-buffers): New function.
8790 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
8792         Use `define-derived-mode'; fix window selection; doc fixes.
8793         * play/tetris.el (tetris, tetris-update-speed-function)
8794         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
8795         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
8796         (tetris-rotate-next, tetris-end-game, tetris-start-game)
8797         (tetris-pause-game): Fix typos in docstrings.
8798         (tetris-mode-map, tetris-null-map):
8799         Move initialization into declaration.
8800         (tetris-mode): Define with `define-derived-mode';
8801         set show-trailing-whitespace to nil.
8802         (tetris): Prefer window already displaying the "*Tetris*" buffer.
8804 2010-04-21  Karel Klíč  <kklic@redhat.com>
8806         * files.el (backup-buffer): Handle SELinux context, and return it
8807         if a backup was made by renaming.
8808         (backup-buffer-copy): Set SELinux context to the target file.
8809         (basic-save-buffer): Set SELinux context of the newly written file.
8810         (basic-save-buffer-1): Now it also returns any SELinux context.
8811         (basic-save-buffer-2): Set SELinux context of the newly created file,
8812         and return it.
8813         * net/tramp.el (tramp-file-name-for-operation):
8814         Add file-selinux-context.
8816 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8818         Make the log-edit comments use RFC822 format throughout.
8820         * vc.el (vc-checkin, vc-modify-change-comment):
8821         Adjust to new vc-start/finish-logentry.
8822         (vc-find-conflicted-file): New command.
8823         (vc-transfer-file): Adjust to new vc-checkin.
8824         (vc-next-action): Improve scoping.
8826         * vc-hg.el (vc-hg-log-edit-mode): Remove.
8827         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
8829         * vc-git.el (vc-git-log-edit-mode): Remove.
8830         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
8831         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
8833         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
8834         (vc-start-logentry): Remove argument `extra'.
8835         (vc-finish-logentry): Remove extra args.
8837         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
8838         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
8839         (vc-bzr-conflicted-files): New function.
8841         * log-edit.el (log-edit-extra-flags)
8842         (log-edit-before-checkin-process): Remove.
8843         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
8844         (log-edit-headers-alist): New var.
8845         (log-edit-header-contents-regexp): New const.
8846         (log-edit-match-to-eoh): New function.
8847         (log-edit-font-lock-keywords): Use them.
8848         (log-edit): Insert a "Summary:" header as default.
8849         (log-edit-mode): Mark font-lock rules as case-insensitive.
8850         (log-edit-done): Cleanup headers.
8851         (log-view-process-buffer): Remove.
8852         (log-edit-extract-headers): New function to replace it.
8854 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
8856         * subr.el (default-direction-reversed): Remove obsolescence info.
8858 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8860         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
8861         windows/frames.
8863         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
8864         I.e. include text after point in the completion region.
8865         Also, return nil when we're not after/in a symbol.
8867         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
8868         default enable-multibyte-characters.
8870 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8872         * international/mule.el: Help the user choose a valid coding-system.
8873         (read-buffer-file-coding-system): New function.
8874         (set-buffer-file-coding-system): Use it.  Prompt the user if the
8875         coding-system cannot encode all the chars.
8877         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
8878         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
8879         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
8880         Don't use *vc-bzr-shelve*.
8882 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
8884         Fix the version number for added files.
8885         * vc-hg.el (vc-hg-working-revision): Check if the file is
8886         registered after hg parent fails (Bug#5961).
8888 2010-04-19  Glenn Morris  <rgm@gnu.org>
8890         * htmlfontify.el (htmlfontify-buffer)
8891         (htmlfontify-copy-and-link-dir): Autoload entry points.
8893 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
8895         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
8896         name relative to the project root (Bug#5960).
8898 2010-04-19  Glenn Morris  <rgm@gnu.org>
8900         * vc-git.el (vc-git-print-log): Doc fix.
8902 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
8904         * ido.el (ido-file-internal): Fix 2009-12-02 change.
8906 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
8908         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
8909         default settings (Bug#5928).
8911 2010-04-19  Glenn Morris  <rgm@gnu.org>
8913         * progmodes/fortran.el (fortran-match-and-skip-declaration):
8914         New function.
8915         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
8917 2010-04-19  Kenichi Handa  <handa@m17n.org>
8919         * language/indian.el (malayalam-composable-pattern): Fix previous
8920         change (add U+0D4D "SIGN VIRAMA").
8921         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
8922         (tamil-composable-pattern): Fix typo in the regexp.
8923         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
8924         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
8925         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
8927 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
8929         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
8930         paragraph-separate (Bug#5821).
8932 2010-04-19  Juri Linkov  <juri@jurta.org>
8934         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
8936         * info.el (Info-find-node-2): Comment out code that skips
8937         breadcrumbs line.
8938         (Info-mouse-follow-link): New command.
8939         (Info-link-keymap): New keymap.
8940         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
8941         Return a string with links instead of inserting breadcrumbs
8942         to the Info buffer.
8943         (Info-fontify-node): Comment out code that inserts breadcrumbs.
8944         Instead of putting the `invisible' text property over the Info
8945         header, make an overlay over the Info header with the `invisible'
8946         property and `after-string' set to the string returned by
8947         `Info-breadcrumbs'.
8949 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
8951         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
8952         Reported by monkey@sandpframing.com.
8954 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8956         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
8957         (tmm-get-keymap): Add key-binding shortcuts now that they're not
8958         available in the "keyseq cache" any more.
8960         * custom.el (defcustom): Add edebug spec.
8962 2010-04-18  Juri Linkov  <juri@jurta.org>
8964         Test for special mode-class in view-buffer instead of view-file (bug#5513).
8966         * view.el (view-file, view-buffer): Move test for special mode-class
8967         from view-file to view-buffer.
8969         * tar-mode.el (tar-extract): Turn if's into one cond
8970         like in arc-mode.el.
8972 2010-04-18  Juri Linkov  <juri@jurta.org>
8974         Add 7z archive format support (bug#5475).
8976         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
8977         (archive-7z-extract): New defcustom.
8978         (archive-find-type): Add magic string for 7z.
8979         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
8980         If `stderr-file' is non-nil, use `(t stderr-file)' for the
8981         `buffer' arg of `call-process'.
8982         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
8983         call the function `archive-7z-extract' with the variable
8984         `archive-7z-extract' let-bound to `archive-zip-extract'.
8985         (archive-7z-summarize, archive-7z-extract): New functions.
8987         * international/mule.el (auto-coding-alist):
8988         * files.el (auto-mode-alist): Add 7z file extension.
8990 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8992         * loadup.el: Setup hash-cons for pure data.
8994         Fix duplicate entries in cedet's loaddefs.el files.
8995         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
8996         Should make most file-local generated-autoload-file unnecessary.
8997         (print-readably): Silence warnings.
8998         (autoload-find-destination): Take load-name as an arg to make sure
8999         it's the same as the one that will be in the file.
9000         (autoload-generate-file-autoloads): Adjust to above changes.
9001         Try to make the dataflow a bit simpler.
9003         * cvs-status.el (cvs-refontify): Remove unused.
9005 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
9007         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
9009         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
9010         twos-complement mode.
9012 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
9014         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9015         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
9016         (calc-inverse): Add "Option" to message, as appropriate.
9017         (calc-hyperbolic): Add "Option" to message, as appropriate.
9018         (calc-option, calc-is-option): New functions.
9020         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
9021         (calc-option-prefix-help): New function.
9023         * calc/calc-misc.el (calc-help): Add "Option" entry.
9025         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
9026         (calc-option-flag): New variable.
9027         (calc-do): Set `calc-option-flag to nil.
9028         (calc-set-mode-line): Add "Opt " as appropriate.
9030 2010-04-16  Juri Linkov  <juri@jurta.org>
9032         Move scrolling commands from simple.el to window.el
9033         because their primitives are implemented in window.c.
9035         * simple.el (scroll-error-top-bottom)
9036         (scroll-up-command, scroll-down-command, scroll-up-line)
9037         (scroll-down-line, scroll-other-window-down)
9038         (beginning-of-buffer-other-window, end-of-buffer-other-window):
9039         * window.el (scroll-error-top-bottom)
9040         (scroll-up-command, scroll-down-command, scroll-up-line)
9041         (scroll-down-line, scroll-other-window-down)
9042         (beginning-of-buffer-other-window, end-of-buffer-other-window):
9043         Move from simple.el to window.el because their primitives are
9044         implemented in window.c.
9046 2010-04-16  Juri Linkov  <juri@jurta.org>
9048         * isearch.el (isearch-lookup-scroll-key): Check both
9049         `isearch-scroll' and `scroll-command' properties.
9050         (scroll-up, scroll-down): Remove `isearch-scroll' property.
9052         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
9054         * simple.el (scroll-up-command, scroll-down-command)
9055         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
9057 2010-04-15  Juri Linkov  <juri@jurta.org>
9059         * simple.el (scroll-up-command, scroll-down-command)
9060         (scroll-up-line, scroll-down-line): Put `scroll-command'
9061         property on the these symbols.  Remove them from
9062         `scroll-preserve-screen-position-commands'.
9064         * mwheel.el (mwheel-scroll): Put `scroll-command' and
9065         `isearch-scroll' properties on the `mwheel-scroll' symbol.
9066         Remove it from `scroll-preserve-screen-position-commands'.
9068         * isearch.el (isearch-allow-scroll): Doc fix.
9070 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
9072         * net/tramp.el (tramp-error-with-buffer): Don't show the
9073         connection buffer when we are in completion mode.
9074         (tramp-file-name-handler): Catch the error for some operations
9075         when we are in completion mode.  This gives the user the chance to
9076         correct the file name in the minibuffer.
9078 2010-04-15  Glenn Morris  <rgm@gnu.org>
9080         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
9082 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
9084         Simplify by using `define-derived-mode'.
9085         * info.el (Info-mode):
9086         * calendar/todo-mode.el (todo-mode):
9087         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
9088         (gomoku-mode-map): Move initialization into declaration.
9090 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
9092         Fix Bug#5840.
9093         * ido.el (ido-file-name-all-completions-1):
9094         * minibuffer.el (minibuffer-completion-help):
9095         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
9097 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9099         * simple.el (non-essential): New var.
9101         Add a new field `location' to bookmarks for non-file bookmarks.
9102         * bookmark.el (bookmark-location): Use the new field, if present.
9103         (bookmark-insert-location): Undo last change, not needed any more.
9104         * man.el (Man-bookmark-make-record):
9105         * woman.el (woman-bookmark-make-record): Add `location' field.
9107 2010-04-14  Juri Linkov  <juri@jurta.org>
9109         * simple.el (scroll-error-top-bottom): New defcustom.
9110         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
9112         * emulation/pc-select.el (pc-select-override-scroll-error):
9113         Obsolete in favor of `scroll-error-top-bottom'.
9115 2010-04-14  Juri Linkov  <juri@jurta.org>
9117         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
9118         `scroll-up-command' and `M-v' to `scroll-down-command'.
9120         * emulation/cua-rect.el (cua--init-rectangles):
9121         * forms.el (forms--change-commands):
9122         * image-mode.el (image-mode-map):
9123         Remap scroll-down-command and scroll-up-command
9124         in addition to scroll-down and scroll-up.
9126 2010-04-14  Juri Linkov  <juri@jurta.org>
9128         * mwheel.el (scroll-preserve-screen-position-commands):
9129         Add mwheel-scroll to this list of commands.
9131         * simple.el (scroll-preserve-screen-position-commands):
9132         Add scroll-up-command, scroll-down-command, scroll-up-line,
9133         scroll-down-line to this list of commands.
9135 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9137         * obsolete/complete.el: Move from lisp/complete.el.
9139         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
9141         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
9142         to the minor mode function now turns the mode ON unconditionally.
9144 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9146         * vc-dir.el (vc-dir-kill-line): New command.
9147         (vc-dir-mode-map): Bind it to C-k.
9149         * bookmark.el (bookmark-insert-location): Handle a nil filename.
9151         * woman.el: Add bookmark declarations to silence the compiler.
9152         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
9153         step to compatibility between man and woman bookmarks.
9154         Adjust for Man-default-bookmark-title renaming.
9155         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
9157         * man.el: Add bookmark declarations to silence the compiler.
9158         (Man-name-local-regexp): Make it match NAME as well.
9159         (Man-getpage-in-background): Return the buffer.
9160         (Man-notify-when-ready): Use `case'.
9161         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
9162         Don't hardcode "NAME".  Simplify.
9163         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
9164         Rename from Man-bookmark-make-record.
9165         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
9166         we have the actual man-args.  Use Man-getpage-in-background rather
9167         than `man' since the arg is already processed.  Let bookmark.el do the
9168         window handling.  Only wait for the relevant process.
9169         Don't forget to autoload.
9171         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
9173 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9175         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
9176         New functions.
9177         (woman-mode): Setup bookmark support.
9179         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
9180         (man-bookmark-jump): New functions.
9181         (Man-mode): Setup bookmark support.
9183 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
9185         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
9186         recognize ssh-keygen prompt (Bug#2817).
9188 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
9190         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
9192 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
9194         Synchronize with Tramp repository.
9196         * net/tramp.el (tramp-completion-function-alist)
9197         (tramp-file-name-regexp, tramp-chunksize)
9198         (tramp-local-coding-commands, tramp-remote-coding-commands):
9199         Fix docstring.
9200         (tramp-remote-process-environment): Use `format' instead of `concat'.
9201         (tramp-handle-directory-files-and-attributes)
9202         (tramp-get-remote-path): Use `copy-tree'.
9203         (tramp-handle-file-name-all-completions): Backward/ XEmacs
9204         compatibility: Use `completion-ignore-case' if
9205         `read-file-name-completion-ignore-case' does not exist.
9206         (tramp-do-copy-or-rename-file-directly): Do not use
9207         `tramp-handle-file-remote-p'.
9208         (tramp-do-copy-or-rename-file-out-of-band):
9209         Use `tramp-compat-delete-directory'.
9210         (tramp-do-copy-or-rename-file-out-of-band)
9211         (tramp-compute-multi-hops, tramp-maybe-open-connection):
9212         Use `format-spec-make'.
9213         (tramp-find-foreign-file-name-handler)
9214         (tramp-advice-make-auto-save-file-name)
9215         (tramp-set-auto-save-file-modes): Remove superfluous check for
9216         `stringp'.  This is done inside `tramp-tramp-file-p'.
9217         (tramp-debug-outline-regexp): New defconst.
9218         (tramp-get-debug-buffer): Use it.
9219         (tramp-check-for-regexp): Use (forward-line 1).
9220         (tramp-set-auto-save-file-modes): Adapt version check.
9222         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
9223         Wrap call of `featurep' for 2nd argument.
9224         (tramp-compat-make-temp-file): Simplify fallback implementation.
9225         (tramp-compat-copy-tree): Remove function.
9226         (tramp-compat-delete-directory): Provide implementation for older
9227         Emacsen.
9229         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
9230         Do not use `tramp-fish-handle-file-attributes.
9232         * net/trampver.el: Update release number.
9234 2010-04-10  Glenn Morris  <rgm@gnu.org>
9236         * progmodes/compile.el (compilation-save-buffers-predicate):
9237         Add missing :version tag.
9239 2010-04-09  Sam Steingold  <sds@gnu.org>
9241         * progmodes/compile.el (compilation-save-buffers-predicate):
9242         Remove the "autoload" cookie.
9244         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
9245         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
9246         and `bug-reference-prog-mode' can be used in hooks directly.
9248 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
9250         Add --author support to git commit.
9251         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
9252         (vc-git-log-edit-mode): New minor mode.
9253         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
9254         New declarations.
9256 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
9258         * vc-hooks.el, vc-git.el: Improve documentation comments.
9260 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9262         Fix some of the problems in defsubst* (bug#5728).
9263         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
9264         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
9266 2010-04-07  Sam Steingold  <sds@gnu.org>
9268         * progmodes/compile.el (compilation-save-buffers-predicate):
9269         New custom variable.
9270         (compile, recompile): Pass it to `save-some-buffers'.
9272 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
9274         * wid-edit.el (widget-choose): Move cursor to the second line of
9275         the buffer (Bug#5695).
9277 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
9279         Add new VC methods: vc-log-incoming and vc-log-outgoing.
9280         * vc.el (vc-print-log-setup-buttons): New function split out from
9281         vc-print-log-internal.
9282         (vc-log-internal-common): New function, a parametrized version of
9283         vc-print-log-internal.
9284         (vc-print-log-internal): Just call vc-log-internal-common with the
9285         right arguments.
9286         (vc-incoming-outgoing-internal):
9287         (vc-log-incoming, vc-log-outgoing): New functions.
9288         (vc-log-view-type): New permanent local variable.
9290         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
9292         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
9293         of the dynamic bound vc-short-log.
9294         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
9296         * vc-git.el (vc-git-log-outgoing): New function.
9297         (vc-git-log-view-mode): Use vc-log-view-type instead
9298         of the dynamic bound vc-short-log.
9300         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
9301         of the dynamic bound vc-short-log.  Highlight the tag.
9302         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
9303         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
9304         (vc-hg-incoming-mode): Remove.
9305         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
9307 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
9309         Fix default-directory for vc-root-diff.
9310         * vc.el (vc-root-diff): Bind default-directory to the root
9311         directory for the diff command.
9313 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
9315         * progmodes/verilog-mode.el (verilog-forward-sexp):
9316         (verilog-calc-1): Support "disable fork" and "fork wait" multi
9317         word keywords, suggested by Steve Pearlmutter.
9318         (verilog-pretty-declarations): Support lineup of declarations in
9319         port lists.
9320         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
9321         fix bug for /* / comments.
9322         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
9323         Speed up and simplfy as this is never called with a bound.
9324         (verilog-pretty-declarations): Enhance to line up declarations
9325         inside a parameter list, suggested by Alan Morgan.
9326         (verilog-pretty-expr): Tune assignment regular expression match
9327         string for corner cases; also use markers instead of character
9328         number as indent changes the later.
9330 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
9332         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
9333         as missing keyword.
9334         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
9335         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
9336         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
9337         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
9338         Tennant.
9339         (verilog-keywords):
9340         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
9341         1800-2009 keywords, including "global.".
9343 2010-04-06  John Wiegley  <jwiegley@gmail.com>
9345         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
9346         appearing in buffer list (if a live buffer name matched a recentf
9347         file basename).  Should use uniquify to offer a real solution.
9349 2010-04-06  John Wiegley  <jwiegley@gmail.com>
9351         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
9352         comment to code, and add a :version tag.
9353         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
9355 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
9357         Enable recentf-mode if using virtual buffers.
9358         * ido.el (recentf-list): Declare for byte-compiler.
9359         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
9360         (ido-make-buffer-list): Simplify.
9361         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
9363 2010-04-05  Juri Linkov  <juri@jurta.org>
9365         Scrolling commands which scroll a line instead of full screen.
9366         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9368         * simple.el (scroll-up-line, scroll-down-line): New commands.
9369         Put property isearch-scroll=t on them.
9371         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
9372         Remove commands.
9374 2010-04-05  Juri Linkov  <juri@jurta.org>
9376         Scrolling commands which do not signal errors at top/bottom.
9377         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9379         * simple.el (scroll-up-command, scroll-down-command): New commands.
9380         Put property isearch-scroll=t on them.
9382         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
9383         `scroll-down-command' and [next] from `scroll-up' to
9384         `scroll-up-command'.
9386         * emulation/cua-base.el: Put property CUA=move on
9387         `scroll-up-command' and `scroll-down-command'.
9388         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
9389         and `scroll-down-command' to `cua-scroll-down'.
9391 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
9393         * help.el (describe-mode): Return nil.
9395 2010-04-04  John Wiegley  <jwiegley@gmail.com>
9397         * ido.el (ido-use-virtual-buffers): New variable to indicate
9398         whether "virtual buffer" support is enabled for IDO.
9399         (ido-virtual): Face used to indicate virtual buffers in the list.
9400         (ido-buffer-internal): If a buffer is chosen, and no such buffer
9401         exists, but a virtual buffer of that name does (which would be why
9402         it was in the list), recreate the buffer by reopening the file.
9403         (ido-make-buffer-list): If virtual buffers are being used, call
9404         `ido-add-virtual-buffers-to-list' before the make list hook.
9405         (ido-virtual-buffers): New variable which contains a copy of the
9406         current contents of the `recentf-list', albeit pared down for the
9407         sake of speed, and with proper faces applied.
9408         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
9409         create a list of "virtual buffers" to present to the user in
9410         addition to the currently open set.  Note that this logic could
9411         get rather slow if that list is too large.  With the default
9412         `recentf-max-saved-items' of 200, there is little speed penalty.
9414 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9416         * font-lock.el: Require CL when compiling.
9417         (font-lock-turn-on-thing-lock): Use `case'.
9419 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
9421         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
9422         Zaretskii.
9424 2010-04-02  Juri Linkov  <juri@jurta.org>
9426         * ehelp.el (electric-help-orig-major-mode):
9427         New buffer-local variable.
9428         (electric-help-mode): Set it to original major-mode.  Doc fix.
9429         (with-electric-help): Use `electric-help-orig-major-mode' instead
9430         of (default-value 'major-mode).  Doc fix.
9431         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
9433 2010-04-02  Sam Steingold  <sds@gnu.org>
9435         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
9436         `vc-hg-command' with a list of flags.
9438         * progmodes/bug-reference.el (bug-reference-bug-regexp):
9439         Also accept "patch" and "RFE".
9440         (bug-reference-fontify): `bug-reference-url-format' can also be a
9441         function to be able to handle the bug kind.
9442         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
9444 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
9446         * tmm.el (tmm-get-keymap): Check with symbolp before passing
9447         value to fboundp, it may not be a symbol.
9449 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9451         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
9453 2010-03-31  Juri Linkov  <juri@jurta.org>
9455         * simple.el (next-line, previous-line): Re-throw a signal
9456         with `signal' instead of using `ding'.
9457         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
9459 2010-03-31  Juri Linkov  <juri@jurta.org>
9461         * simple.el (keyboard-escape-quit): Raise deselecting the active
9462         region higher than exiting the minibuffer.
9463         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
9465 2010-03-31  Juri Linkov  <juri@jurta.org>
9467         * image.el (image-animated-p): Use `image-metadata' instead of
9468         `image-extension-data'.  Get GIF extenstion data from metadata
9469         property `extension-data'.
9471 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9473         * simple.el (append-to-buffer): Simplify.
9475 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
9477         * textmodes/artist.el (artist-mode): Fix typo in docstring.
9478         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
9480 2010-03-31  Kenichi Handa  <handa@m17n.org>
9482         * language/sinhala.el (composition-function-table): Fix regexp for
9483         the new Unicode specification.
9485         * language/indian.el (devanagari-composable-pattern)
9486         (tamil-composable-pattern, kannada-composable-pattern)
9487         (malayalam-composable-pattern): Adjust for the new Unicode
9488         specification.
9489         (bengali-composable-pattern, gurmukhi-composable-pattern)
9490         (gujarati-composable-pattern, oriya-composable-pattern)
9491         (telugu-composable-pattern): New variables to cope with the new
9492         Unicode specification.  Use them in composition-function-table.
9494 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9496         Make tmm-menubar work for the Buffers menu again (bug#5726).
9497         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
9498         vectors rather than cons cells, as used in menu-bar-update-buffers.
9500 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9502         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
9503         (js-insert-and-indent): Revert 2009-08-15 change, restoring
9504         electric punctuation for "{}();,:" (Bug#5586).
9506         * mail/sendmail.el (mail-default-directory): Doc fix.
9508 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9510         * mail/sendmail.el (mail-default-directory): Doc fix.
9512 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
9514         * subr.el (version-regexp-alist, version-to-list)
9515         (version-list-<, version-list-=, version-list-<=)
9516         (version-list-not-zero, version<, version<=, version=): Doc fix.
9517         (Bug#5744).
9519 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
9521         * vc.el (vc-root-diff): Doc fix.
9523 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9525         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
9527         * simple.el (append-to-buffer): Fix last change.
9529 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9531         * simple.el (append-to-buffer): Ensure that point is preserved if
9532         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
9533         (Bug#5749)
9535 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9537         * files.el (auto-mode-case-fold): Change default to t.
9539 2010-03-30  Juri Linkov  <juri@jurta.org>
9541         * dired-x.el (dired-omit-mode): Doc fix.
9543 2010-03-30  Juri Linkov  <juri@jurta.org>
9545         * replace.el (occur-accumulate-lines): Move occur-engine related
9546         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
9547         to be located after `occur-engine'.
9549 2010-03-30  Juri Linkov  <juri@jurta.org>
9551         Make occur handle multi-line matches cleanly with context.
9552         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
9554         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
9555         (occur-engine): Add local variables `ret', `prev-after-lines',
9556         `prev-lines'.  Use more arguments for `occur-context-lines'.
9557         Set first elem of its returned list to `data', and the second elem
9558         to `prev-after-lines'.  Don't print the separator line.
9559         In the end, print remaining context after-lines.
9560         (occur-context-lines): Add new arguments `begpt', `endpt',
9561         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
9562         after-lines of the previous match with before-lines of the
9563         current match and not overlap them.  Return a list with two
9564         values: the output line and the list of context after-lines.
9566 2010-03-30  Juri Linkov  <juri@jurta.org>
9568         * replace.el (occur-accumulate-lines): Fix a bug where the first
9569         context line at the beginning of the buffer was missing.
9571 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
9573         * files.el: Make bidi-display-reordering safe variable for boolean
9574         values.
9576 2010-03-29  Phil Hagelberg  <phil@evri.com>
9577             Chong Yidong  <cyd@stupidchicken.com>
9579         * subr.el: Extend progress reporters to perform "spinning".
9580         (progress-reporter-update, progress-reporter-do-update):
9581         Handle non-numeric value arguments.
9582         (progress-reporter--pulse-characters): New var.
9584 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
9586         * progmodes/compile.el (compilation-start): Fix regexp detection
9587         of initial cd command (Bug#5771).
9589 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
9591         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
9593 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
9595         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
9596         * progmodes/gdb-mi.el: Restore.
9597         * progmodes/gdb-ui.el: Remove.
9598         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
9600 2010-03-25  Glenn Morris  <rgm@gnu.org>
9602         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
9603         all dired buffers, even tramp ones.  (Bug#5755)
9605 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9607         Add "union tags" in mpc.el.
9608         * mpc.el: Remove backward compatibility code.
9609         (mpc-browser-tags): Change default.
9610         (mpc--find-memoize-union-tags): New var.
9611         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
9612         (mpc-cmd-find): Handle the case where the playlist does not exist.
9613         Handle union-tags.
9614         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
9615         (mpc-cmd-add): Use mpc-cmd-flush.
9616         (mpc-tagbrowser-tag-name): New fun.
9617         (mpc-tagbrowser-buf): Use it.
9618         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
9620 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9622         Misc cleanup.
9623         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
9624         Use replace-regexp-in-string.
9625         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
9626         (makefile-imake-mode-syntax-table): Move init into defvar.
9627         (makefile-mode): Use define-derived-mode.
9629         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
9630         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
9631         not be present any more.
9633 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9635         * faces.el (set-face-attribute): Fix typo in docstring.
9636         (face-valid-attribute-values): Reflow docstring.
9638 2010-03-24  Glenn Morris  <rgm@gnu.org>
9640         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
9642 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
9644         * indent.el (indent-for-tab-command): Doc fix.
9646 2010-03-24  Alan Mackenzie  <acm@muc.de>
9648         * progmodes/cc-engine.el (c-remove-stale-state-cache):
9649         Fix off-by-one error.  Fixes bug #5747.
9651 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9653         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
9654         (image-dired-read-comment): Doc fix.
9656         * json.el (json-object-type, json-array-type, json-key-type)
9657         (json-false, json-null, json-read-number):
9658         * minibuffer.el (completion-in-region-functions):
9659         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
9660         (cal-tex-cursor-week):
9661         * emacs-lisp/trace.el (trace-function):
9662         * eshell/em-basic.el (eshell/printnl):
9663         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
9664         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
9665         * obsolete/levents.el (allocate-event, event-key, event-object)
9666         (event-point, event-process, event-timestamp, event-to-character)
9667         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
9668         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
9669         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
9670         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
9671         (reftex-highlight-selection): Fix typos in docstrings.
9673 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9675         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
9677 2010-03-24  Glenn Morris  <rgm@gnu.org>
9679         * mail/rmail.el (rmail-highlight-face): Restore option deleted
9680         2008-02-13 without comment; mark it obsolete.
9681         (rmail-highlight-headers): Use rmail-highlight-face once more.
9683 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
9685         * woman.el (woman2-process-escapes): Only consume the newline if
9686         the filler character is on a line by itself (Bug#5729).
9688 2010-03-24  Kenichi Handa  <handa@m17n.org>
9690         * language/indian.el (devanagari-composable-pattern): Add more
9691         consonants.
9693 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
9695         * net/trampver.el: Update release number.
9697 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
9699         * net/tramp.el (tramp-find-executable):
9700         Use `tramp-get-connection-buffer'.  Make the regexp for checking
9701         output of "wc -l" more robust.
9702         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
9703         (tramp-open-connection-setup-interactive-shell): Remove workaround
9704         for OpenSolaris bug, it is not needed anymore.
9706 2010-03-24  Glenn Morris  <rgm@gnu.org>
9708         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
9710 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
9712         * files.el (auto-mode-alist): Accept more verilog file patterns.
9714 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9716         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
9718 2010-03-24  Glenn Morris  <rgm@gnu.org>
9720         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
9721         log-edit-before-checkin-process.
9723         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
9725         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
9727         * vc-dispatcher.el (vc-start-logentry): Doc fix.
9728         (log-view-process-buffer, log-edit-extra-flags): Declare.
9730         * log-edit.el (log-edit-before-checkin-process): Doc fix.
9732 2010-03-23  Sam Steingold  <sds@gnu.org>
9734         Fix bug#5620: recalculate all markers on compilation buffer
9735         modifications, not on file modifications.
9736         * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
9737         variable: the buffer modification time, for buffers not associated with
9738         files.
9739         (compilation-mode): Create it.
9740         (compilation-filter): Update it.
9741         (compilation-next-error-function): Use it instead of
9742         `visited-file-modtime' for timestamp.
9744 2010-03-23  Juri Linkov  <juri@jurta.org>
9746         Implement Occur multi-line matches.
9747         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
9749         * replace.el (occur): Doc fix.
9750         (occur-engine): Set `begpt' to the beginning of the first line.
9751         Set `endpt' to the end of the last match line.  At first, count
9752         line numbers between `origpt' and `begpt'.  Split out code from
9753         `out-line' variable to new let-bindings `match-prefix' and
9754         `match-str'.  In `out-line' add non-numeric prefix to all
9755         non-first lines of multi-line matches.  Finally, count lines
9756         between `begpt' and `endpt' and add to `lines'.
9758 2010-03-23  Juri Linkov  <juri@jurta.org>
9760         * replace.el (occur-accumulate-lines, occur-engine):
9761         Use `occur-engine-line' instead of duplicate code.
9762         (occur-engine-line): New function created from duplicate code
9763         in `occur-accumulate-lines' and `occur-engine'.
9765         * replace.el (occur-engine-line): Add optional arg `keep-props'.
9766         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
9768 2010-03-23  Juri Linkov  <juri@jurta.org>
9770         * finder.el: Remove TODO tasks.
9772         * info.el (Info-finder-find-node): Add node "all"
9773         with all package info.  Handle a list of multiple keywords
9774         separated by comma.
9775         (info-finder): In interactive use with a prefix argument,
9776         use `completing-read-multiple' to read a list of keywords
9777         separated by comma.
9779 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9781         Add a new completion style `substring'.
9782         * minibuffer.el (completion-basic--pattern): New function.
9783         (completion-basic-try-completion, completion-basic-all-completions):
9784         Use it.
9785         (completion-substring--all-completions)
9786         (completion-substring-try-completion)
9787         (completion-substring-all-completions): New functions.
9788         (completion-styles-alist): New style `substring'.
9790 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9792         Get rid of .elc files after removal of the corresponding .el.
9793         * Makefile.in (compile-clean): New target.
9794         (compile-main): Use it.
9796 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
9798         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
9799         don't do make there.  When compiling with separate object dir, there
9800         is no Makefile there.
9802 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9804         Get rid of the ELCFILES abomination, again.
9805         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9806         (all, compile): Don't call compile-last.
9807         (compile-main): Build the "elcfiles" list dynamically.
9808         (compile-targets): New (internal) target.
9810 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
9812         * Makefile.in (top_srcdir): Define.
9813         (abs_top_builddir): Define.
9814         (srcdir): Don't append `/..'.
9815         (EMACS): Use ${abs_top_builddir}.
9816         (all, compile, compile-always, compile-last): Don't set emacswd.
9817         (update-subdirs, update-authors): Use $(top_srcdir) instead of
9818         $(srcdir).
9819         (lisp): Use $(srcdir) instead of @srcdir@.
9821 2010-03-21  Juri Linkov  <juri@jurta.org>
9823         Fix message of multi-line occur regexps and multi-buffer header lines.
9824         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
9826         * replace.el (occur-1): Don't display regexp if it is longer
9827         than window-width.  Use `query-replace-descr' to display regexp.
9828         (occur-engine): Don't display regexp in the buffer header for
9829         multi-buffer occur.  Display a separate header line with total
9830         match count and regexp for multi-buffer occur.
9831         Use `query-replace-descr' to display regexp.
9833 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9835         * net/secrets.el: Fix parenthesis.
9836         (secrets-enabled): Fix parenthesis.
9838 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9840         Use more relative file and directory names.
9841         * Makefile.in (EMACS): Arrange for it to work when we chdir.
9842         (setwins, setwins_almost, setwins_for_subdirs):
9843         Don't `cd'; output relative names.
9844         (all, compile, compile-always, compile-last): Set emacswd.
9845         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
9846         Just cd to the lisp source dir so we can use relative file names.
9848         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
9850 2010-03-20  Glenn Morris  <rgm@gnu.org>
9852         * textmodes/rst.el: Use faces for font-lock customization, and make the
9853         old -face variables obsolete.
9854         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
9855         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
9856         (rst-block-face, rst-external-face, rst-definition-face)
9857         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
9858         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
9859         Make obsolete.
9860         (rst-font-lock-keywords-function): Update for above changes.
9862 2010-03-20  Juri Linkov  <juri@jurta.org>
9864         * s-region.el:
9865         * obsolete/s-region.el: Move to obsolete.
9867 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
9869         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
9871 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
9873         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
9875 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
9877         Add special markup processing for commit logs.
9878         * log-edit.el (log-edit-extra-flags): New variable.
9879         (log-edit): Add new argument MODE.  Use that mode when non-nil
9880         instead of the log-view-mode.
9881         (log-view-process-buffer): New function.
9883         * vc.el: Document that the checkin method takes optional
9884         arguments.  Document new backend specific method: log-view-mode.
9885         (vc-default-log-edit-mode): New function.
9886         (vc-checkin): Use a backend specific log-view-mode.
9887         Pass extra arguments to the checkin method.
9888         (vc-modify-change-comment): Pass a dummy extra argument.
9890         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
9891         log-edit.
9892         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
9893         (vc-finish-logentry): Process the log buffer before passing it
9894         down.  Pass log-edit-extra-flags.
9896         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
9897         command.
9898         (log-edit-extra-flags, log-edit-before-checkin-process):
9899         New declarations.
9901         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
9902         command.
9903         (log-edit-extra-flags, log-edit-before-checkin-process):
9904         New declarations.
9905         (vc-hg-log-edit-mode): New derived mode.
9907         * vc-arch.el (vc-arch-checkin):
9908         * vc-cvs.el (vc-cvs-checkin):
9909         * vc-git.el (vc-git-checkin):
9910         * vc-mtn.el (vc-mtn-checkin):
9911         * vc-rcs.el (vc-rcs-checkin):
9912         * vc-sccs.el (vc-sccs-checkin):
9913         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
9915 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9917         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
9918         parent typo).
9920 2010-03-19  Glenn Morris  <rgm@gnu.org>
9922         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9924 2010-03-18  Glenn Morris  <rgm@gnu.org>
9926         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
9928         * replace.el (query-replace-history): Give it a doc string.
9929         (map-query-replace-regexp): Use query-replace-from-history-variable
9930         and query-replace-to-history-variable.
9932         * mail/hashcash.el (declare-function): Remove duplicate definition.
9934         * mail/emacsbug.el (report-emacs-bug-pretest-address):
9935         Make it an obsolete alias for report-emacs-bug-address.
9936         (message-strip-special-text-properties): Declare.
9937         (report-emacs-bug): Remove test for a pretest bug address.
9938         Combine message-mode-specific code.
9940         * mail/supercite.el: Don't require sendmail.
9941         (mh-in-header-p): Declare rather than using with-no-warnings.
9942         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
9943         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
9945         * calendar/cal-french.el: Convert to utf-8.
9947         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
9948         Emacs scripts.
9950 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
9952         * net/secrets.el (secrets-enabled): New variable.  Use it instead
9953         of a subfeature.
9955 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
9957         * net/secrets.el (top): Register the D-Bus signals only when the
9958         service "org.freedesktop.secrets" can be pinged.
9959         Provide subfeature `enabled'.
9961 2010-03-14  Juri Linkov  <juri@jurta.org>
9963         Add finder unknown keywords.
9965         * finder.el (finder-unknown-keywords): New function.
9967         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
9968         to create a Finder node with unknown keywords.
9970 2010-03-14  Juri Linkov  <juri@jurta.org>
9972         * finder.el (finder-compile-keywords): Replace `princ' with
9973         `prin1' on a list of symbols interned from keyword strings.
9975         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
9976         a comma, then split keywords using a comma and optional whitespace.
9977         Otherwise, split by whitespace.
9979         * complete.el:
9980         * face-remap.el:
9981         * log-view.el:
9982         * net/hmac-def.el:
9983         * net/hmac-md5.el:
9984         * net/netrc.el:
9985         * progmodes/mixal-mode.el: Fix keywords.
9987 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
9989         * Makefile.in (ELCFILES): Add net/secrets.elc.
9991         * net/secrets.el: New file.
9993 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
9995         * facemenu.el (list-colors-display, list-colors-print): New arg
9996         callback.  Use it to allow selecting colors.
9998         * wid-edit.el (widget-image-insert): Insert image prop even if the
9999         current display is non-graphic.
10000         (widget-field-value-set): New fun.
10001         (editable-field): Use it.
10002         (widget-field-value-get): Clean up unused var.
10003         (widget-color-value-create, widget-color--choose-action):
10004         New funs.  Allow using list-colors-display to choose color.
10006 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
10008         * cus-edit.el: Resort topmost custom groups.
10009         (custom-buffer-sort-alphabetically): Default to t.
10010         (customize-apropos): Use apropos-parse-pattern.
10011         (custom-search-field): New var.
10012         (custom-buffer-create-internal): Add custom-apropos search field.
10013         (custom-add-parent-links): Don't display parent doc.
10014         (custom-group-value-create): Don't sort top-level custom group.
10015         (custom-magic-value-create): Show visibility button before option name.
10017         (custom-variable-state): New fun, from custom-variable-state-set.
10018         (custom-variable-state-set): Use it.
10019         (custom-group-value-create): Hide options with standard values
10020         using the :hidden-states property.  Use progress reporter.
10022         (custom-show): Simplify.
10023         (custom-visibility): Disable images by default.
10024         (custom-variable): New property :hidden-states.
10025         (custom-variable-value-create): Enable images for
10026         custom-visibility widgets.  Use :hidden-states property to
10027         determine initial visibility.
10029         * wid-edit.el (widget-image-find): Give images center ascent.
10030         (visibility): Add :on-image and :off-image properties.
10031         (widget-visibility-value-create): Use them.
10033 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
10035         * cus-edit.el (processes): Remove from development group.
10036         (oop, hypermedia): Delete group.
10037         (comm): Promote to top-level group.
10039         * net/browse-url.el (browse-url):
10040         * net/xesam.el (xesam):
10041         * net/tramp.el (tramp):
10042         * net/goto-addr.el (goto-address):
10043         * net/ange-ftp.el (ange-ftp): Put in comm group.
10045         * view.el (view): Remove from editing group.
10047         * uniquify.el (uniquify): Put in files group.
10049         * net/browse-url.el (browse-url):
10050         * ps-print.el (postscript): Put in external group.
10052         * cus-edit.el (outlines):
10053         * textmodes/text-mode.el (text-mode-hook):
10054         * textmodes/table.el (table):
10055         * textmodes/picture.el (picture):
10056         * outline.el (outlines): Put in wp group.
10058         * nxml/nxml-mode.el (nxml): Remove from wp group.
10060         * net/tramp-imap.el (tramp-imap): Put in tramp group.
10062         * mail/metamail.el (metamail): Remove from hypermedia group.
10064         * cus-edit.el (abbrev):
10065         * whitespace.el (whitespace):
10066         * vcursor.el (vcursor):
10067         * reveal.el (reveal):
10068         * hl-line.el (hl-line): Put in convenience group.
10070         * epg-config.el (epg): Put in data group.
10072         * emulation/pc-select.el (pc-select): Put in emulations group.
10074         * calculator.el (calculator): Put in applications group.
10076 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
10078         Add .dir-locals.el support for file-less buffers.
10079         * files.el (hack-local-variables): Split out code to apply local
10080         variable settings ...
10081         (hack-local-variables-apply): ... here.  New function.
10082         (hack-dir-local-variables): Use the default directory for when the
10083         buffer does not have an associated file.
10084         (hack-dir-local-variables-non-file-buffer): New function.
10085         * diff-mode.el (diff-mode):
10086         * vc-annotate.el (vc-annotate-mode):
10087         * vc-dir.el (vc-dir-mode):
10088         * log-edit.el (log-edit-mode):
10089         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
10091 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
10093         Add support for shelving snapshots and for showing shelves.
10094         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
10095         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
10096         New functions.
10097         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10098         (vc-bzr-extra-menu-map): Map them.
10100 2010-03-11  Glenn Morris  <rgm@gnu.org>
10102         * cus-edit.el (customize-changed-options-previous-release):
10103         Bump to 23.1.
10105         * image.el (image-animate-max-time): Fix :version tag.
10107 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
10109         * Branch for 23.2.
10111 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10113         * vc-git.el (vc-git-revision-table): Include remote branches.
10115 2010-03-10  Kim F. Storm  <storm@cua.dk>
10117         Animated image API.
10118         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
10120         * image.el (image-animate-max-time): New defcustom.
10121         (image-animated-types): New defconst.
10122         (create-animated-image, image-animate-timer)
10123         (image-animate-start, image-animate-stop, image-animate-timeout)
10124         (image-animated-p): New functions.
10126         * image-mode.el (image-toggle-display-image):
10127         Replace `create-image' with `create-animated-image'.
10129 2010-03-09  Miles Bader  <miles@gnu.org>
10131         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
10132         instead of "format:"; this ensures that the output is
10133         newline-terminated.
10135 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
10137         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
10138         that all errors are caught, and that the return value is always a
10139         list (Bug#5692).
10141 2010-03-08  Kenichi Handa  <handa@m17n.org>
10143         * language/misc-lang.el (windows-1256): New coding system.
10144         (cp1256): New alias of windows-1256 (bug#5690).
10146 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
10148         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
10149         call to rfc822-bad-address.  (Bug#5692)
10151 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
10153         * vc-git.el (vc-git-annotate-extract-revision-at-line):
10154         Use vc-git-root as default directory for revision path (Bug#5657).
10156 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
10158         * calculator.el (calculator): Don't bind split-window-keep-point
10159         (Bug#5674).
10161 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10163         * vc-git.el: Re-flow to fit into 80 columns.
10164         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
10165         Remove spurious `quote' element in each case alternative.
10166         (vc-git-show-log-entry): Use prog1.
10167         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
10169 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10171         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
10173 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
10175         * macros.el (insert-kbd-macro): Look up keyboard macro using the
10176         definition, not the name (Bug#5481).
10178 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
10180         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
10181         argument with a local variable.  (Bug#5670)
10183 2010-03-02  Juri Linkov  <juri@jurta.org>
10185         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
10187 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
10189         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
10190         error when FILENAME and NEWNAME are existing remote directories.
10192         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
10193         parameter DIR-FLAG.
10195 2010-03-02  Glenn Morris  <rgm@gnu.org>
10197         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
10198         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
10200 2010-03-01  Kenichi Handa  <handa@m17n.org>
10202         * language/burmese.el (burmese-composable-pattern): Rename from
10203         myanmar-composable-pattern.
10205         * international/characters.el (script-list):
10206         * international/fontset.el (script-representative-chars):
10207         Change myanmar to burmese.
10208         (otf-script-alist): Likewise.
10209         (setup-default-fontset): Likewise.  Re-fix :otf spec.
10211 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10213         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
10215 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
10217         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
10219 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
10221         * net/tramp.el (tramp-handle-write-region): START can be a string.
10222         Take care in the checks.  Reported by Dan Davison
10223         <davison@stats.ox.ac.uk>.
10225 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
10227         * net/dbus.el (dbus-introspect, dbus-get-property)
10228         (dbus-set-property, dbus-get-all-properties):
10229         Use `dbus-call-method' when noninteractive.  (Bug#5645)
10231 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
10233         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
10234         * emacs-lisp/elint.el (elint-add-required-env):
10235         * calendar/icalendar.el (icalendar--add-diary-entry):
10236         * calc/calcalg2.el (math-tracing-integral):
10237         * files.el (recover-session-finish): Use with-current-buffer
10238         instead of save-excursion.
10240 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10242         Fix in-buffer completion when after-change-functions modify the buffer.
10243         * minibuffer.el (completion--replace): New function.
10244         (completion--do-completion): Use it and use relative movement.
10246 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
10248         * international/fontset.el (setup-default-fontset): Fix :otf spec.
10250 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
10252         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
10253         Allow the characters _<> in the stack entry (Bug#5653).
10255 2010-02-26  Kenichi Handa  <handa@m17n.org>
10257         * language/burmese.el: Fix entries in composition-function-table.
10258         (myanmar-composable-pattern): New variable.
10260         * international/fontset.el (setup-default-fontset): Add an entry
10261         for myanmar.
10263         * international/characters.el (script-list): Add Myanmar
10264         Extended-A.
10266 2010-02-26  Glenn Morris  <rgm@gnu.org>
10268         * custom.el (custom-initialize-delay): Doc fix.
10270         * mail/sendmail.el (send-mail-function): Autoload the call
10271         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
10273 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
10275         * files.el (hack-local-variables-filter): For eval forms, also
10276         check safe-local-variable-p (Bug#5636).
10278 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
10280         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
10281         setting the modes by `ignore-errors'.  It might fail, for example
10282         if the file is not owned by the user but the group.
10283         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
10285 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
10287         * files.el (directory-listing-before-filename-regexp):
10288         Use stricter matching for iso-style dates, to avoid false matches with
10289         date-like filenames (Bug#5597).
10291         * htmlfontify.el (htmlfontify): Doc fix.
10293         * eshell/eshell.el (eshell): Doc fix.
10295         * startup.el (fancy-about-screen): In mode-line, apply
10296         mode-line-buffer-id face only to the buffer name (Bug#5613).
10298 2010-02-20  Kevin Ryde  <user42@zip.com.au>
10300         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10301         In `watcom' anchor regexp to start of line, to avoid slowness
10302         (Bug#5599).
10304 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
10306         * subr.el (remove-yank-excluded-properties): Explain in a comment
10307         why `category' property is removed.
10309 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
10311         * isearch.el (isearch-update-post-hook, isearch-update):
10312         Revert 2010-02-17 change.
10314 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
10316         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
10317         (icalendar--convert-weekly-to-ical)
10318         (icalendar--convert-yearly-to-ical)
10319         (icalendar--convert-block-to-ical)
10320         (icalendar--convert-cyclic-to-ical)
10321         (icalendar--convert-anniversary-to-ical): Take care of time
10322         specifications where hour has 1-digit only (Bug#5549).
10324 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
10326         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
10327         of disassemble output in GDB 7.1.
10329 2010-02-19  Glenn Morris  <rgm@gnu.org>
10331         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
10332         property.  (Bug#5593)
10334 2010-02-18  Sam Steingold  <sds@gnu.org>
10336         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10338 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10340         Use abbreviated file names in bookmarks (bug#5591).
10341         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
10342         calls to expand-file-name.
10343         (bookmark-relocate): Use abbreviated file names in bookmarks.
10344         (bookmark-load): Use abbreviated file names in messages.
10346 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
10348         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
10349         expand "." and "..".  Reported by Thierry Volpiatto
10350         <thierry.volpiatto@gmail.com>.
10352 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
10354         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
10355         permissions of the temporary file to "0600".  In case the remote
10356         file has no read permissions for the owner, there might be
10357         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
10359 22010-02-18  Glenn Morris  <rgm@gnu.org>
10361         * emacs-lisp/authors.el (authors-renamed-files-alist):
10362         Add entries for INSTALL.CVS.
10364 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
10366         * vc-bzr.el: Fix typo in Known Bugs section.
10368         * isearch.el (isearch-update-post-hook): New hook.
10369         (isearch-update): Use the new hook.
10371 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
10373         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10374         Fix errors in copying directories.
10375         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
10376         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
10377         (tramp-handle-delete-file)
10378         (tramp-handle-dired-recursive-delete-directory)
10379         (tramp-handle-write-region): Flush also the cache for the upper
10380         directory.
10382 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
10384         * simple.el (save-interprogram-paste-before-kill): Doc fix.
10386         * cus-edit.el (hardware): Doc fix.
10388         * man.el (man): Add to external custom group.
10390         * delim-col.el (columns): Move to wp custom group.
10392         * doc-view.el (doc-view): Add to data custom group.
10394         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
10396         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
10397         by ispell-parse-output (Bug#5575).
10399 2010-02-16  Kenichi Handa  <handa@m17n.org>
10401         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
10402         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
10403         (skkdic-convert): Use `euc-japan' coding system for writing.
10405 2010-02-16  Glenn Morris  <rgm@gnu.org>
10407         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
10408         tex-main-file before using it.  (Bug#5562)
10410 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10412         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
10413         warnings, since it is annoying for the user to see them each time he
10414         runs the code.
10416 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
10418         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
10419         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
10420         instead of PROC for caching "first-password-request".  Otherwise,
10421         new processes would not profit from passwords already entered.
10423         * net/tramp-cache.el (tramp-dump-connection-properties):
10424         Don't save "first-password-request" property.
10426 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
10428         * outline.el (outline-head-from-level):
10429         * simple.el (with-wrapper-hook):
10430         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
10431         (elint-defun, elint-buffer-env, elint-top-form-logged)
10432         (elint-unbound-variable):
10433         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
10434         Fix typos in docstrings.
10436 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
10438         * files.el (insert-directory): When WILDCARD-REGEXP and
10439         FULL-DIRECTORY-P are nil, insert the file entry instead of the
10440         whole directory.  (Bug#5551)
10442         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
10443         dired's alignment sanity.  (Bug#5516)
10445 2010-02-14  Juri Linkov  <juri@jurta.org>
10447         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
10448         Remove remaining ^H with their preceding chars.  (Bug#5566)
10450 2010-02-13  Glenn Morris  <rgm@gnu.org>
10452         * simple.el (transpose-subr): Give it a doc-string.
10454         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
10455         Doc fixes.
10457 2010-02-12  Juri Linkov  <juri@jurta.org>
10459         * arc-mode.el (archive-unique-fname): Make directories for nested
10460         archives.  (Bug#5540)
10462 2010-02-12  Juri Linkov  <juri@jurta.org>
10464         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
10466 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10468         * subr.el (copy-overlay): Handle deleted overlays.
10470         * man.el (Man-completion-table): Don't signal an error if we can't run
10471         manual-program (bug#4056).
10473 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
10475         * textmodes/artist.el (artist-mt): Fix typos in docstring.
10477 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10479         * info.el (Info-bookmark-jump): Simplify.
10481         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
10482         (bookmark-default-handler): Accept new bookmark field `buffer'.
10484 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
10486         * iswitchb.el (iswitchb-completions): Revert last change.
10488 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
10490         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
10491         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
10492         This prevents file names like "~/" being listed literally.
10494 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
10496         * term/xterm.el (xterm-maybe-set-dark-background-mode):
10497         Remove dead code.  (Bug#5546)
10499 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
10501         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
10502         correctly (Bug#5548).
10504 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
10506         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
10507         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
10509 2010-02-08  Kenichi Handa  <handa@m17n.org>
10511         * international/mule-util.el (with-coding-priority): Add autoload
10512         cookie for putting `lisp-indent-function'.
10514 2010-02-07  Glenn Morris  <rgm@gnu.org>
10516         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
10517         Move F2003 named interfaces from keywords-2 to keywords-1, and
10518         use function-name-face rather than constant-face.
10519         Simplify "abstract interface" regexp.
10521 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
10523         * eshell/esh-util.el (eshell-file-attributes): New optional arg
10524         ID-FORMAT.  Pass it to `file-attributes'.
10526         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
10528 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
10530         * faces.el (set-face-attribute): Allow calling
10531         internal-set-lisp-face-attribute with 'unspecified family and
10532         foundry argument (Bug#5536).
10534 2010-02-07  Glenn Morris  <rgm@gnu.org>
10536         * progmodes/f90.el (f90-font-lock-keywords-2)
10537         (f90-looking-at-type-like, f90-looking-at-program-block-end):
10538         Handle F2003 named interfaces.
10540 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
10542         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
10543         beg and end before calling c-get-state-before-change-functions.
10545 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
10547         * vc-bzr.el (vc-bzr-dir-extra-headers):
10548         Disable the pending merges header.
10550 2010-02-05  Juri Linkov  <juri@jurta.org>
10552         * doc-view.el (doc-view-mode):
10553         * image-mode.el (image-mode): Put property mode-class=special.
10554         (Bug#4896)
10556 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
10558         * vc-svn.el (vc-svn-revision-table): New function.
10560 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
10562         * net/ange-ftp.el (ange-ftp-insert-directory):
10563         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10564         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10565         Handle also directories.  (Bug#5478)
10567 2010-02-05  Glenn Morris  <rgm@gnu.org>
10569         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
10571 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
10573         * startup.el (command-line-1): Convert options beginning with a
10574         single dash as well (Bug#5519).
10576 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10578         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
10579         * minibuffer.el (completion-initials-expand): Only check the presence
10580         of delims *within* the boundaries, since otherwise the / delim is
10581         always found for files.
10583         Fix up various corner case problems.
10584         * doc-view.el (doc-view-last-page-number): New function.
10585         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
10586         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
10587         (doc-view-kill-proc): Avoid inf-loop in freak cases.
10588         (doc-view-reconvert-doc): Use the new recursive delete-directory.
10589         (doc-view-convert-current-doc): Don't create the resolution.el file
10590         here any more.
10591         (doc-view-pdf/ps->png): Do it here instead.
10592         (doc-view-already-converted-p): Check that resolution.el is present.
10593         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
10594         windows that are not yet showing images.
10596 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
10598         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
10599         `dired-uncache' for every elemnt which is an absolute file name.
10601         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
10602         directory, handle its directory component.
10603         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
10604         function is called permanently and creates noise, otherwise.
10606         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10607         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10608         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
10610 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
10612         * macros.el (apply-macro-to-region-lines):
10613         Minor simplification.  (Bug#5485)
10615 2010-02-04  Glenn Morris  <rgm@gnu.org>
10617         * mail/rmail.el (rmail-show-message-1): Handle malformed
10618         quoted-printable text.  (Bug#5441)
10620         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
10622         * simple.el (visual-line-mode): Capitalize lighter.
10624 2010-02-03  John Wiegley  <jwiegley@gmail.com>
10626         * iswitchb.el (iswitchb-completions): Add bookmark files to the
10627         list of files considered for "virtual buffer" completions.
10629 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
10631         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
10632         also in case of (and (not full) (not wildcard)).  This is needed
10633         when dired is called with a list of files, which are not in
10634         `default-directory'.  (Bug#5478)
10636 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10638         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
10640 2010-02-02  Juri Linkov  <juri@jurta.org>
10642         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
10643         from unidiff to allow function-line after @@.
10645 2010-02-02  Juri Linkov  <juri@jurta.org>
10647         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
10648         '(RCS SCCS) with inverted condition.
10650 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
10652         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
10653         messages.
10655 2010-02-01  Juri Linkov  <juri@jurta.org>
10657         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
10658         compare with "pkunzip" and "pkzip" instead of only "pkzip".
10659         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
10660         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
10662 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10664         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
10665         (doc-view-revert-buffer): New command.
10666         (doc-view-mode-map): Use it.
10668 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
10670         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
10671         pending merge is detected.
10673 2010-01-31  Juri Linkov  <juri@jurta.org>
10675         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
10676         beginning of interactive spec like all other grep commands do.
10677         Put "all" in front of "gz".  (Bug#5260)
10679 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
10681         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
10683 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
10685         * dirtrack.el (dirtrack): Warn instead of signalling error if the
10686         regexp is incorrect (Bug#5476).
10688 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
10690         * net/tramp.el (tramp-handle-insert-directory): Handle also
10691         symlinks, when FILENAME is not in `default-directory'.
10693 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
10695         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
10696         FILE is not in `default-directory'.  (Bug#5478)
10698         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
10699         of SWITCHES.  Handle the case, FILENAME is not in
10700         `default-directory'.  (Bug#5478)
10701         (tramp-register-file-name-handlers): Add safe-magic property.
10703 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
10705         * arc-mode.el (archive-zip-extract): Quote the argument passed to
10706         unzip (Bug#5475).
10708 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
10710         * progmodes/flymake.el (flymake-allowed-file-name-masks)
10711         (flymake-master-make-header-init): Add other C++ filename masks.
10712         (flymake-find-possible-master-files)
10713         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
10715 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
10717         Fix some busybox annoyances.
10719         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
10720         not responding." string.
10721         (tramp-open-connection-setup-interactive-shell): Dump stty
10722         settings.  Enable "neveropen" arg for all `tramp-send-command'
10723         calls.  Handle "=" in variable values properly.
10724         (tramp-find-inline-encoding): Raise an error, when no encoding is
10725         found.
10726         (tramp-wait-for-output): Check, whether PROC buffer is available.
10727         Remove spurious " ^H" sequences, sent by busybox.
10728         (tramp-get-ls-command): Suppress coloring, if possible.
10730 2010-01-28  Glenn Morris  <rgm@gnu.org>
10732         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
10734         * log-edit.el (log-edit-strip-single-file-name): Add missing
10735         :safe, :group, and :version tags.
10737 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
10739         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
10740         buffers.  (Bug#5477)
10742 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
10744         * files.el (delete-directory): Handle moving to trash without
10745         first doing recursion (Bug#5436).
10747 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
10749         * vc-hooks.el (vc-path): Mark as obsolete.
10751 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
10753         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
10754         names too.
10756         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
10757         for the short log.
10758         (vc-bzr-log-view-mode): Adjust regexp for the above change.
10760 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
10762         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
10764         * vc-bzr.el (vc-bzr-revision-table): New function.
10766 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>
10768         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
10769         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
10771 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10773         Remove support for adding --signoff on commit.
10774         Future support will use an incompatible generic mechanism.
10775         * vc-git.el (vc-git-add-signoff): Remove variable.
10776         (vc-git-toggle-signoff): Remove function.
10777         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
10779         * term/xterm.el (xterm-maybe-set-dark-background-mode):
10780         Rename from xterm-set-background-mode.  Return t if the background mode
10781         was set.
10782         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
10783         earlier, call it again in case the background mode has changed.
10785 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
10787         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
10788         (Bug#3541).
10790 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
10792         * emacs-lisp/assoc.el (aelement): Doc fix.
10793         (aput, adelete, amake): Use lexical-let (Bug#5450).
10795 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
10797         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
10798         is the same as subprogram call, not declaration.  (Bug#5435).
10800 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
10802         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
10803         (tramp-smb-maybe-open-connection): Use it.
10805 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
10807         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
10809 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10811         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
10812         just because we see "encoding: 8bit".
10813         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
10815 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
10817         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
10819 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
10821         * jka-compr.el (jka-compr-load): If load-file is not in
10822         load-history, try its file-truename version.  (bug#5447)
10824 2010-01-21  Alan Mackenzie  <acm@muc.de>
10826         Fix a situation where deletion of a cpp construct throws an error.
10827         * progmodes/cc-engine.el (c-invalidate-state-cache):
10828         Before invoking c-with-all-but-one-cpps-commented-out, check that the
10829         special cpp construct is still in the buffer.
10830         (c-parse-state): Record the special cpp with markers, not numbers.
10832 2010-01-21  Kenichi Handa  <handa@m17n.org>
10834         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
10835         process last-command-event, as it is now decoded first (Bug#5380).
10837 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
10839         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
10841 2010-01-20  Glenn Morris  <rgm@gnu.org>
10843         * indent.el (tab-always-indent): Fix custom-type.
10845 2010-01-19  Alan Mackenzie  <acm@muc.de>
10847         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
10848         buffer throws "args out of range".
10849         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
10850         playing the role of delimiter.
10852 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
10854         * progmodes/ada-mode.el: Fix bug#5400.
10855         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
10856         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
10857         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
10858         Improve comments in "is" portion.  Handle null procedure declaration.
10859         (ada-move-to-end): Improve doc string.
10861 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
10863         * ido.el (ido-cur-list): Initialize to nil.
10864         Remove obsolete information from commentary.
10865         (ido-choice-list): Initialize to nil.
10866         (ido-get-bufname): Reject minibuffers.
10867         (ido-make-buffer-list): If "default" is a nonexistent
10868         buffer, ignore it, as per the function's comment.
10869         (ido-kill-buffer-internal): New function.
10870         (ido-kill-buffer-at-head): Use it.
10871         (ido-visit-buffer): Likewise.
10873 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10875         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
10877 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
10879         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
10880         Fix typos in chart titles.
10882         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
10883         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
10884         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
10885         (describe-class, eieio-describe-generic, describe-generic):
10886         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
10887         (eieio-speedbar-expand):
10888         * emulation/viper-cmd.el (viper-exec-form-in-vi)
10889         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
10890         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
10891         (viper-del-backward-char-in-replace, viper-backward-indent)
10892         (viper-brac-function, viper-register-to-point, viper-submit-report):
10893         * net/tramp.el (tramp-remote-coding-commands):
10894         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
10895         Fix typos in docstrings.
10897 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10899         * mail/sendmail.el (mail-yank-original): Set the mark if the
10900         specified function for yanking does not do it.
10902 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
10904         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
10906         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
10907         resyncing a directory.
10909 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
10911         * progmodes/ada-mode.el: Fix bug#1920.
10912         (ada-ident-re): Delete ., allow multibyte characters.
10913         (ada-goto-label-re): New; matches goto labels.
10914         (ada-block-label-re): New; matches block labels.
10915         (ada-label-re): New; matches both.
10916         (ada-named-block-re): Deleted; callers changed to use
10917         `ada-block-label-re' instead.
10918         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
10919         Use `ada-block-label-re'.
10920         (ada-indent-on-previous-lines): Improve handling of goto labels.
10921         (ada-get-indent-block-start): Special-case block label.
10922         (ada-get-indent-label): Split into `ada-indent-block-label' and
10923         `ada-indent-goto-label'.
10924         (ada-goto-stmt-start, ada-goto-next-non-ws):
10925         Optionally ignore goto labels.
10926         (ada-goto-next-word): Simplify.
10927         (ada-indent-newline-indent-conditional): Insert newline before
10928         trying to fix indentation; doc fix.
10930 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
10932         * calc/calc.el (calc-command-flags): Give it an initial value.
10934 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10936         * files.el (minibuffer-with-setup-hook):
10937         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
10938         (artist-key-draw-continously, artist-key-do-continously-continously)
10939         (artist-key-set-point-continously, artist-mouse-draw-continously):
10940         Fix typos in docstrings.
10942 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
10944         * nxml/nxml-mode.el (nxml-extend-after-change-region):
10945         Never return t (Bug#3898).
10947 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
10949         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
10950         can parse the output of the external commands (Bug#5279).
10952 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
10954         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
10956 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
10958         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
10960         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
10962         * startup.el (command-line): Remove unused --icon-type arg.
10963         Handle --display arg, passing it to command-line-1 (Bug#5392).
10965 2010-01-16  Mario Lang  <mlang@delysid.org>
10967         * emacs-lisp/chart.el (chart-translate-namezone):
10968         * textmodes/artist.el (artist-compute-popup-menu-table):
10969         Remove duplicated words in doc-strings.
10971 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
10973         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
10974         to mairix-search to suppress threading (Bug#5342).
10976 2010-01-15  Kenichi Handa  <handa@m17n.org>
10978         * international/mule-cmds.el (canonicalize-coding-system-name):
10979         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
10981 2010-01-15  Glenn Morris  <rgm@gnu.org>
10983         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
10985         * wid-edit.el (widget-keymap): Doc fix.
10987         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
10988         former seems to be more widely accepted by various svn versions.
10990 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
10992         * find-cmd.el (find-constituents):
10993         * vc-arch.el (vc-arch-root):
10994         * window.el (window-body-height, pop-up-frames):
10995         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
10996         * progmodes/ada-stmt.el (ada-if):
10997         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
10998         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
10999         (ispell-encoding8-command, ispell-aspell-supports-utf8)
11000         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
11002         * progmodes/flymake.el (flymake-post-syntax-check):
11003         Fix typo in error message.
11005 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
11007         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
11008         which is always a string.  (Bug#5313)
11010 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
11012         * progmodes/ada-xref.el (ada-default-prj-properties):
11013         Simplify previous change.
11015 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
11017         * progmodes/ada-xref.el (ada-default-prj-properties):
11018         Default ada_project_path to $ADA_PROJECT_PATH.
11020 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
11022         * progmodes/ada-mode.el (ada-create-keymap):
11023         Override `narrow-to-defun' with `ada-narrow-to-defun'.
11025 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
11027         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
11028         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
11029         (ada-get-current-indent, ada-imenu-generic-expression)
11030         (ada-which-function): Check for it.
11032 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
11034         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
11035         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
11037 2010-01-14  Glenn Morris  <rgm@gnu.org>
11039         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
11041 2010-01-14  Kenichi Handa  <handa@m17n.org>
11043         * composite.el (auto-composition-mode): Make it a buffer local
11044         variable (permanent-local).
11045         (auto-composition-function): Set the default value to
11046         auto-compose-chars.
11047         (auto-composition-mode): Make it a simple function, not a minor mode.
11048         (global-auto-composition-mode): Likewise.
11049         (turn-on-auto-composition-if-enabled): Delete it.
11051 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
11053         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
11055 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
11057         * files.el (copy-directory): Compute target for recursive
11058         directories with identical names.  (Bug#5343)
11060 2010-01-12  Glenn Morris  <rgm@gnu.org>
11062         * mail/emacsbug.el (report-emacs-bug-pretest-address):
11063         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
11065 2010-01-11  Sam Steingold  <sds@gnu.org>
11067         * imenu.el (imenu-default-create-index-function): Detect infinite
11068         loops caused by imenu-prev-index-position-function.
11070 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
11072         * htmlfontify.el (htmlfontify-load-rgb-file)
11073         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
11074         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
11075         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
11076         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
11077         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
11078         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
11079         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
11080         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
11081         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
11082         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
11083         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
11084         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
11085         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
11086         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
11087         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
11088         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
11089         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
11090         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
11091         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
11092         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
11093         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
11094         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
11095         backslash-quoting from parentheses, etc.
11097 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
11099         * progmodes/js.el: Autoload javascript-mode alias.
11101 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
11103         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
11104         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
11105         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
11106         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
11107         Fix typos in docstrings.
11108         (ffap-url-regexp): Doc fix.
11109         (ffap-at-mouse): Fix typo in message.
11111 2010-01-11  Glenn Morris  <rgm@gnu.org>
11113         * version.el (emacs-copyright): Set copyright year to 2010.
11115 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11117         * format.el (format-annotate-function): Only set
11118         write-region-post-annotation-function after running to-fn so as not to
11119         affect nested write-region calls (bug#5273).
11121 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
11123         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
11124         wisent/python.el.
11126 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
11128         * man.el (Man-goto-section): Signal error if the section is not
11129         found (Bug#5317).
11131 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
11133         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
11134         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
11136 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
11138         * progmodes/compile.el: Don't treat compile-command as safe if
11139         compilation-read-command might be nil (Bug#4218).
11141 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
11143         * startup.el (command-line-1): Use orig-argi to check for ignored X and
11144         NS options.
11146 2010-01-08  Kenichi Handa  <handa@m17n.org>
11148         * international/fontset.el (build-default-fontset-data):
11149         Exclude characters in scripts kana, hangul, han, or cjk-misc.
11151 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
11153         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
11154         to `create-file-buffer' as it expects, not just a buffer name.
11155         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
11156         to help uniquify.  (Bug#3224)
11158 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
11160         * font-setting.el (font-setting-change-default-font): Use user-spec
11161         instead of name.
11163 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11165         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
11167 2010-01-05  Tom Tromey  <tromey@redhat.com>
11169         * progmodes/python.el (python-font-lock-keywords):
11170         Handle qualified decorators (Bug#881).
11172 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
11174         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
11175         in a lightweight checkout.
11177 2010-01-05  Kenichi Handa  <handa@m17n.org>
11179         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
11181 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
11183         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
11185 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
11187         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
11188         checkouts.  (Bug#618)
11189         (vc-bzr-log-view-mode): Also highlight the author.
11190         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
11191         (vc-bzr-shelve-menu-map):
11192         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
11193         (vc-bzr-shelve-apply): Make prompt more explicit.
11195 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11197         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
11198         They are valid characters in URL paths (rfc3986), and at least
11199         Firefox does not understand the encoded version (Bug#3166).
11201 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
11203         * progmodes/octave-mod.el (octave-end-keywords)
11204         (octave-block-begin-or-end-regexp, octave-block-match-alist):
11205         Add "end" keyword (Bug#3061).
11206         (octave-end-as-array-index-p): New function.
11207         (calculate-octave-indent): Use it.
11209 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11211         * bookmark.el: Consistently put the text property on the bookmark name.
11212         (bookmark-bmenu-marks-width): Bump back to 2, to include
11213         annotation marks.
11214         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
11215         property on the bookmark name, instead of not putting it at all.
11216         (bookmark-bmenu-list): Fix where we put the text property.
11218 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11220         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
11221         for showing buffer modified state (as added in the previous change).
11223 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11225         * bookmark.el: Show modified state of bookmark buffer more accurately.
11226         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
11227         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
11228         (with-buffer-modified-unmodified): New macro.
11229         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11230         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
11231         Use new macro to preserve the buffer modified state.
11233 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11235         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
11236         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
11237         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
11238         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
11239         (bookmark-bmenu-rename, bookmark-bmenu-locate)
11240         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
11241         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
11243 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
11245         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11246         Make the lines in the generated doc string shorter.  (Bug#4668)
11248 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
11250         * net/rcirc.el: Add follow-link binding (Bug#4738).
11252 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
11254         * Makefile.in (bzr-update): Rename from cvs-update.
11255         (cvs-update): New target for backward compatibility.
11257         * makefile.w32-in (bzr-update): Rename from cvs-update.
11258         (cvs-update): New target for backward compatibility.
11260 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11262         * bookmark.el: Remove gratuitous gratitude.
11264 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11266         * bookmark.el (bookmark-bmenu-any-marks): New function.
11267         (bookmark-bmenu-save): Clear buffer modification if no marks.
11269 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11271         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
11272         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
11273         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
11274         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
11276         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
11277         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
11278         To: emacs-devel {_AT_} gnu.org
11279         Subject: bookmark.el bug report
11280         Date: Mon, 28 Dec 2009 14:19:16 +0800
11281         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
11283 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11285         * bookmark.el: Improvements suggested by Drew Adams:
11286         (bookmark-bmenu-ensure-position): New name for
11287         `bookmark-bmenu-check-position'.  Just ensure the position,
11288         don't return any meaningful value.
11289         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
11290         New constants.
11292 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
11294         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
11295         (bookmark-yank-point, bookmark-bmenu-check-position):
11296         Fix typos in docstrings.
11297         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
11298         (bookmark-name-from-full-record, bookmark-get-position)
11299         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
11300         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
11301         Remove useless quoting of parenthesis, etc. in docstrings.
11303         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
11304         (ediff-append-custom-diff): Fix typo in error message.
11305         (ediff-meta-mark-equal-files): Fix typos in messages.
11307         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
11309         * net/imap-hash.el (imap-hash-make): Doc fix.
11310         (imap-hash-test): Fix typo in error message; reflow docstring.
11311         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
11312         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
11313         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
11314         Fix typos in docstrings.
11315         (imap-hash-open-connection): Fix typo in error message.
11317         * play/gomoku.el (gomoku): Fix typos in docstring.
11319         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
11320         (gdb-jsonify-buffer): Fix typos in docstring.
11321         (gdb-goto-breakpoint): Fix typo in error message.
11322         ("Display Other Windows"): Fix typo in help message.
11323         (gdb-speedbar-expand-node): Fix typo in question.
11325         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
11326         (idlwave-html-system-help-location, idlwave-html-help-location)
11327         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
11328         (idlwave-help-browser-generic-args, idlwave-help-directory)
11329         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
11330         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
11331         (idlwave-online-help, idlwave-help-html-link)
11332         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
11333         Fix typos in docstrings.
11334         (idlwave-help-with-source, idlwave-help-find-routine-definition):
11335         Reflow docstrings.
11336         (idlwave-help-assistant-start): Fix typo in error message.
11338         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
11339         (octave-electric-space): Fix typos in docstrings.
11341 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11343         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
11345 2010-01-01  Juri Linkov  <juri@jurta.org>
11347         * comint.el (comint-input-ring-size): Make it a defcustom and
11348         increase the default to 500 (Bug#5148).
11350 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
11352         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
11353         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
11354         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
11356 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
11358         Show working revision correctly for mercurial.
11359         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
11360         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
11362 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
11364         Declare some functions for the byte-compiler.
11365         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
11366         (speedbar-timer-fn, speedbar-change-expand-button-char)
11367         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
11369 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
11371         This changeset reverts GDB Graphical Interface to use annotations.
11372         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
11374 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11376         Make vc-dir work on subdirectories of the bzr root.
11377         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
11378         Return file names relative to it.
11379         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
11380         relative directory to vc-bzr-after-dir-status.
11382 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
11384         * font-lock.el (font-lock-refresh-defaults): New function, which
11385         can be used to let font-lock react to external changes in
11386         variables like font-lock-defaults and keywords.
11387         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
11389 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
11391         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
11393         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
11395 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
11397         Supersede color.diff settings in git log (bug#5211).
11399         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
11400         escape chars in its output when the user has color.diff set to `always'.
11401         This fix works on git 1.4.2 and newer (released on 2006-08-13).
11403 2009-12-26  Kevin Ryde  <user42@zip.com.au>
11405         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
11406         node.  Keep previous "Index" name to work with past coreutils too.
11408         * man.el (man): Revise docstring a bit to show -a and -l as
11409         examples.  Add -k description since support for it has otherwise
11410         been a secret.  (Further to bug#3717.)
11411         (Man-bgproc-sentinel): When "-k foo" produces no output show error
11412         "no matches" rather than "Can't find manpage", as the latter reads
11413         like -k was interpreted as a page name, which is not so.  (Bug#5431)
11415 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
11417         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
11418         switches.  Check also for //SUBDIRED// line.
11420 2009-12-25  Kenichi Handa  <handa@m17n.org>
11422         * language/indian.el (devanagari-composable-pattern): Fix to
11423         handle ZWNJ and ZWJ.  Use it in composition-function-table for
11424         Devanagari.
11425         (malayalam-composable-pattern): Fix previous change.
11427 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11429         * ps-print.el (ps-face-attributes): It was not returning the
11430         attribute face for faces specified as string.  Reported by harven
11431         <harven@free.fr>.  (Bug#5254)
11432         (ps-print-version): New version 7.3.5.
11434 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
11436         * calendar/icalendar.el (icalendar--convert-tz-offset):
11437         Fix timezone names.
11438         (icalendar--convert-tz-offset): Fix the "last-day-problem".
11439         (icalendar--add-diary-entry): Remove the trailing blank that
11440         diary-make-entry inserts.
11442 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
11444         Make `file-expand-wildcards' work for remote files.
11446         * files.el (file-expand-wildcards): In case of remote files, check
11447         only local file name part for wildcards.  Provide feature 'files
11448         and subfeature 'remote-wildcards.  (Bug#5198)
11450         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
11451         if there is already an established connection.
11452         (tramp-advice-file-expand-wildcards): Remove it.
11454         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
11455         (tramp-advice-file-expand-wildcards): Move from tramp.el.
11456         Activate advice for older GNU Emacs versions.  (Bug#5237)
11458 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
11460         Some doc fixes (more needed).
11462         * find-cmd.el (find-constituents): Reflow docstring.
11463         (find-cmd, find-prune, find-command): Fix typos in docstrings.
11464         (find-generic): Doc fix.
11466 2009-12-17  Juri Linkov  <juri@jurta.org>
11468         Fix regression from 23.1 to allow multiple modes in Local Variables.
11470         * files.el (hack-local-variables-filter): While ignoring duplicates,
11471         don't take `mode' into account.
11472         (hack-local-variables-filter, hack-dir-local-variables):
11473         Don't remove duplicate `mode' from local-variables-alist (like `eval').
11475 2009-12-17  Juri Linkov  <juri@jurta.org>
11477         Make `dired-diff' safer.  (Bug#5225)
11479         * dired-aux.el (dired-diff): Signal an error when `file' equals to
11480         `current' or when `file' is a directory of the `current' file.
11482 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
11484         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
11485         unconditionally preloaded files.
11487 2009-12-16  Juri Linkov  <juri@jurta.org>
11489         Revert to old 23.1 logic of using the file at the mark as default.
11490         * dired-aux.el (dired-diff): Use the file at the mark as default
11491         if it's not the same as the current file, and the target dir is
11492         the current dir or the mark is active.  Add the current file
11493         as the arg of `dired-dwim-target-defaults'.  Use the default file
11494         in the prompt.  (Bug#5225)
11496 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
11498         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
11499         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
11500         (tramp-check-for-regexp): Check also, when an echoing shell stops
11501         to echo sent commands.
11503 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
11505         * Makefile.in: Revert last change (Bug#5191).
11507 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
11509         * vc-hg.el (vc-hg-print-log): Fix argument order.
11510         (vc-hg-working-revision): Make sure the command is executed in a
11511         known environment so that we can parse the output.  (Bug#4417)
11513 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
11515         * progmodes/python.el (python-symbol-completions): Remove text
11516         properties from symbol string before calling python-send-receive.
11518 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
11520         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
11521         when there are values for both file and line.  (Bug#5060)
11523 2009-12-14  Juri Linkov  <juri@jurta.org>
11525         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
11526         whitespace after the file name of the first line of unified format,
11527         because git-diff doesn't output whitespace and file modification time
11528         after the file name.
11530 2009-12-14  David Kastrup  <dak@gnu.org>
11532         * info.el (Info-hide-cookies-node): Before hiding a cookie,
11533         check if it already has the `display' property added by
11534         `Info-display-images-node', and not put the `invisible' property
11535         in this case.
11537 2009-12-13  Glenn Morris  <rgm@gnu.org>
11539         * mail/emacsbug.el (message-sort-headers): Define for compiler.
11540         (report-emacs-bug): In message-mode, sort manually before storing
11541         original report text.  (Bug#5178)
11542         Remove superfluous save-excursion.
11544 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
11546         * net/dbus.el (dbus-property-handler): Filter lambda forms out
11547         when responding to "GetAll" properties.
11549 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
11551         * simple.el (compose-mail): Remove mail-setup-with-from from
11552         customization checks.
11554 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
11556         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
11557         RAR archives created on Unix systems.
11559 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11561         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
11562         the varalias that was accidentally removed by the 2009-11-19 change
11563         (bug#5186).
11565 2009-12-12  Kenichi Handa  <handa@m17n.org>
11567         * language/indian.el (indian-compose-regexp): New function.
11568         (malayalam-composable-pattern): Fix the pattern.
11569         (composition-function-table): Set malayalam-composable-pattern for
11570         Malayalam characters.
11572 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
11574         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
11575         rather than down-mouse-1, based on follow-link conventions.
11577         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
11578         are compiled.
11580 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
11582         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
11583         (verilog-vmm-statement-re, verilog-ovm-statement-re)
11584         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
11585         (verilog-leap-to-head, verilog-backward-token):
11586         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
11588 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
11590         * progmodes/verilog-mode.el (verilog-auto-lineup)
11591         (verilog-nameable-item-re): Cleanup user-visible spelling and
11592         documentation errors.  One reported by Gary Delp.
11593         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
11594         (verilog-read-decls): Fix AUTOWIRE with types declared in a
11595         package, bug195.  Reported by Pierre-David Pfister.
11597 2009-12-11  Glenn Morris  <rgm@gnu.org>
11599         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
11601         * mail/emacsbug.el: No longer require sendmail.
11602         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
11603         (report-emacs-bug-orig-text): Doc fix.
11604         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
11605         New local variables, to adapt to different mail-user-agents.
11606         (report-emacs-bug): Fix test for a gnu.org address.
11607         Use overlays for emphasis, since font-lock defeats 'face property.
11608         Pretest bugs also end up at the newsgroup these days.
11609         Stop message-mode stripping text properties.
11610         Set and use the new buffer-local variables.
11611         (report-emacs-bug-hook): Add doc-string.
11612         Remove some unnecessary save-excursions and simplify.
11613         Use the appropriate hook and send-command.
11615         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
11616         capitalization of some menu entries.
11618 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11620         * whitespace.el (whitespace-display-char-on):
11621         Ensure `buffer-display-table' is unique when two or more windows are
11622         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
11623         New version 12.1.
11625 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
11627         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
11628         characters in the Attribute field.
11630 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
11632         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
11634 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11636         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
11637         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11638         Disregard autoload-excludes.
11639         (update-directory-autoloads): Obey autoload-excludes here instead.
11640         But don't store its contents in no-autoloads and remove entries that
11641         refer to excludes files.
11643 2009-12-10  Glenn Morris  <rgm@gnu.org>
11645         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
11646         (expand-mail-aliases): Define for compiler.
11648         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
11649         Define for compiler.
11651         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
11652         appropriate for the mail-user-agent in use.
11654 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
11656         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
11658 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
11660         Fix short log parsing and fontification.
11661         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
11662         Fix fontification for the [merge] label.
11664 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
11666         Drop some properties to avoid surprises (bug#5002).
11667         * htmlfontify.el (hfy-ignored-properties): New defcustom.
11668         (hfy-fontify-buffer): Use it.
11670 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11672         Minor cleanup.
11673         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
11674         Adjust all callers.
11675         (ffap-locate-file): Remove unused arg `dir-ok' and make other
11676         args compulsory.  Adjust callers.
11677         (ffap-gopher-at-point): Remove unused var `name'.
11679         Get rid of the ELCFILES abomination.
11680         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
11681         (compile-elcfiles): New phony target.
11682         (compile-main): Compute ELCFILES dynamically.
11683         (compile-clean): New target to remove left-over elc files.
11684         (compile, all): Use it.
11686 2009-12-09  Kenichi Handa  <handa@etlken>
11688         * international/mule-diag.el: Require help-mode instead of help-fns.
11690 2009-12-09  Kenichi Handa  <handa@m17n.org>
11692         * international/mule-cmds.el (ucs-names): Supply sufficiently
11693         fine ranges instead of pre-calculating accurate ranges.
11694         Iterate with bigger gc-cons-threshold.
11696 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
11698         Add support for stashing a snapshot of the current tree.
11699         * vc-git.el (vc-git-stash-snapshot): New function.
11700         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
11702 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
11704         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
11705         instead of `(beginning|end)-of-line'.
11707 2009-12-08  Glenn Morris  <rgm@gnu.org>
11709         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
11711         * Makefile.in (ELCFILES): Regenerate.
11713 2009-12-07  Juri Linkov  <juri@jurta.org>
11715         Don't lazy-highlight the comint output in history Isearch mode.
11717         * comint.el (comint-history-isearch-search): Instead of
11718         `comint-line-beginning-position', use `comint-after-pmark-p'
11719         to check if point if before the process mark, and go to
11720         `process-mark' in this case.
11722 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11724         * textmodes/tex-mode.el (latex-complete)
11725         (latex-indent-or-complete): Remove.
11726         (latex-mode): Set completion-at-point-functions instead.
11728         Provide a standard completion command and hook it into TAB.
11729         * minibuffer.el (completion-at-point-functions): New var.
11730         (completion-at-point): New command.
11731         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
11732         * progmodes/python.el (python-mode-map): Use completion-at-point.
11733         (python-completion-at-point): Rename from python-partial-symbol and
11734         adjust for use in completion-at-point-functions.
11735         (python-mode): Setup completion-at-point for Python completion.
11736         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
11737         extracted from lisp-complete-symbol.
11738         (lisp-complete-symbol): Use it.
11739         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
11740         setup completion-at-point for Elisp completion.
11741         (emacs-lisp-mode-map, lisp-interaction-mode-map):
11742         Use completion-at-point.
11743         * ielm.el (ielm-map): Use completion-at-point.
11744         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
11745         * progmodes/sym-comp.el: Move to...
11746         * obsolete/sym-comp.el: Move from progmodes.
11748 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
11750         Prevent save-buffer in Rmail buffers from using the coding-system
11751         of the current message, and from clobbering the encoding mnemonics
11752         in the mode line (Bug#4623).
11754         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
11755         flag, too.
11756         (rmail-message-encoding): New variable.
11757         (rmail-write-region-annotate): Record the encoding of the current
11758         message in rmail-message-encoding.
11759         (rmail-after-save-hook): New function, restores the encoding of
11760         the current message after the message collection is saved.
11762 2009-12-07  Juri Linkov  <juri@jurta.org>
11764         * progmodes/grep.el (grep-read-files): Use `completing-read'
11765         instead of `read-string'.  Set its `collection' arg to
11766         `read-file-name-internal'.  (Bug#4301)
11768 2009-12-07  Juri Linkov  <juri@jurta.org>
11770         Correctly restore original Isearch point.  (Bug#4994)
11772         * isearch.el (isearch-mode): Move `isearch-push-state' after
11773         `(run-hooks 'isearch-mode-hook)'.
11774         (isearch-cancel): When `isearch-push-state-function' is defined,
11775         let-bind `isearch-cmds' to the first state (the last element of
11776         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
11777         function and restores the original point).  Otherwise, move point
11778         to `isearch-opoint'.
11780 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11782         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
11783         chars that don't have names, so the table can be built much faster at
11784         run-time.
11786 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
11788         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
11789         change.  Suggested by David Kastrup.
11791         * simple.el (compose-mail): Check for incompatibilities and warn.
11792         (compose-mail-user-agent-warnings): New option.
11794 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
11796         Support showing a single log entry from vc-annotate.
11797         * vc.el (print-log): Add a new argument: START-REVISION.
11798         (vc-print-log-internal): Add a new optional argument and
11799         pass it to the backend.
11800         (vc-print-log, vc-print-root-log): Adjust callers.
11801         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
11802         buffer already displays the requested log entry, use it.
11803         Otherwise display only the log entry in question.
11804         * vc-svn.el (vc-svn-print-log):
11805         * vc-mtn.el (vc-mtn-print-log):
11806         * vc-hg.el (vc-hg-state):
11807         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
11808         (vc-git-show-log-entry): Return t on success.
11809         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
11810         (vc-bzr-show-log-entry): Return t on success.
11811         * vc-rcs.el (vc-rcs-print-log):
11812         * vc-sccs.el (vc-sccs-print-log):
11813         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
11815 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
11817         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
11818         Add menus to the meta mode.  (Bug#5043)
11820 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
11822         * ediff-init.el (ediff-event-key): Use event-to-character instead of
11823         event-key.
11825         * ediff.el (ediff-buffers-internal): Add unwind-protect.
11827 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
11829         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
11830         Berbain <raphael.berbain@gmail.com>.
11832         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
11833         characters.
11834         (tramp-initial-end-of-output): New defconst.
11835         (tramp-methods, tramp-find-shell)
11836         (tramp-open-connection-setup-interactive-shell)
11837         (tramp-maybe-open-connection): Use it.
11838         (tramp-shell-prompt-pattern, tramp-wait-for-output):
11839         Handle existence of `#' and `$'.
11841         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
11842         Use `tramp-initial-end-of-output'.
11844 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
11846         Get the background mode from the terminal for xterm, and set
11847         faces accordingly.
11848         * term/xterm.el (xterm-set-background-mode): New function.
11849         (terminal-init-xterm): Use it in case xterm supports background
11850         color queries.  Recompute faces after getting the background
11851         color.
11853 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
11855         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
11856         number comment back on its own line, for easier parsing.
11858 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11860         Make it work for non-file buffers (bug#5102).
11861         * doc-view.el (doc-view-current-cache-dir):
11862         Use doc-view-buffer-file-name rather than buffer-file-name.
11863         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
11865 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
11867         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
11868         author field is too short.
11870 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
11872         * vc-git.el (vc-git-print-log): Handle a limit argument.
11873         Display the short log in graph form and with labels.
11874         (vc-git-log-view-mode): Handle labels.
11876         Make vc-revert change VC state from 'added to 'unregistered.
11877         * vc-git.el (vc-git-revert): Call git reset first.
11879 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
11881         * net/newst-backend.el, net/newst-plainview.el:
11882         * net/newst-reader.el, net/newst-ticker.el:
11883         * net/newst-treeview.el, net/newsticker.el:
11884         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
11886 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
11888         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
11890         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
11891         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
11892         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11893         Update annotation regexp.
11895         * simple.el (beginning-of-visual-line): Constrain to field
11896         boundaries (Bug#5106).
11898 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
11900         * xml.el (xml-substitute-numeric-entities):
11901         Move newsticker--decode-numeric-entities in newst-backend.el to
11902         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
11903         * net/newst-backend.el (newsticker--parse-generic-feed)
11904         (newsticker--parse-generic-items)
11905         (newsticker--decode-numeric-entities):
11906         Move newsticker--decode-numeric-entities in newst-backend.el to
11907         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
11909 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
11911         * progmodes/js.el (js--js-not): Add null to the list of values.
11913 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
11915         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
11917 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11919         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
11920         delimiter if it is at the end of the current line.
11921         (bibtex-generate-url-list): Fix docstring.
11923 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11925         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
11926         minibuffer's content with itself.
11927         Fold the confirm-after-completion case into the `confirm' case.
11928         (completion-pcm-word-delimiters): Add : and / to the delimiters.
11930 2009-12-06  Kevin Ryde  <user42@zip.com.au>
11932         * ffap.el (ffap-rfc-path): Make this a defcustom since
11933         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
11935         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
11936         manuals, similar to existing setup for help-mode.  (Bug#3913.)
11938 2009-12-05  Juri Linkov  <juri@jurta.org>
11940         Save and restore dired buffer's point positions too.  (Bug#4880)
11942         * dired.el (dired-save-positions): Return in the first element
11943         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
11944         Doc fix.
11945         (dired-restore-positions): First restore buffer's position.
11946         While restoring window's positions, check if window still displays
11947         the original buffer.
11949 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
11951         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
11952         if possible.
11954         * shell.el (shell): Require ansi-color (Bug#5113).
11956         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
11958         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
11960 2009-12-05  Alan Mackenzie  <acm@muc.de>
11962         * progmodes/cc-mode.el (c-before-hack-hook)
11963         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
11964         `c-file-style' to work again.  This reversion restores the current
11965         software to its state in Emacs 23.1.  (Bug#4146)
11967 2009-12-05  Kevin Ryde  <user42@zip.com.au>
11969         * textmodes/sgml-mode.el (sgml-lexical-context):
11970         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
11972 2009-12-05  Juri Linkov  <juri@jurta.org>
11974         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
11975         for virtual nodes.  (Bug#4147)
11976         (Info-find-node-2): Set `Info-current-node-virtual' to nil
11977         when moving from a virtual node.
11978         (Info-mode-menu): Add `Info-virtual-index' to the menu.
11979         (Info-mode): Add `Info-virtual-index' to the docstring.
11981 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11983         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
11984         track of the buffer position of the end of a BibTeX entry as this
11985         position may change during reformatting.
11986         (bibtex-format-entry): Remove whitespace before processing
11987         numerical fields so that we recognize the latter properly.
11988         (bibtex-reformat): Do not use push which changes the global value
11989         of bibtex-entry-format.
11990         (bibtex-field-braces-alist, bibtex-field-strings-alist)
11991         (bibtex-field-re-init): Replace only space characters by regexp
11992         for whitespace.
11993         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
11994         (bibtex-initialize): Also update bibtex-strings.
11995         (bibtex-kill-field): Preserve white space at end of entry.
11996         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
11997         Update bibtex-reference-keys.
11999 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12001         * minibuffer.el (completion-pcm--merge-try): Also consider placing
12002         point after a star, if that's the only place where modifications can
12003         make progress.
12005 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
12007         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
12008         in docstrings.
12010 2009-12-04  Juri Linkov  <juri@jurta.org>
12012         * proced.el (proced): Call `(proced-update t)' to update process
12013         information instead of only running proced-post-display-hook.
12014         (proced-send-signal): Add a leading space to the buffer name
12015         " *Marked Processes*" to make this buffer ephemeral.
12017 2009-12-04  Juri Linkov  <juri@jurta.org>
12019         * dired.el (dired-auto-revert-buffer): New defcustom.
12020         (dired-internal-noselect): Use it.
12022 2009-12-04  Juri Linkov  <juri@jurta.org>
12024         Change roles of modes and functions in image-mode.el (Bug#5062).
12026         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
12027         in `auto-mode-alist'.
12028         (image-mode-previous-major-mode): New variable.
12029         (image-minor-mode-map): Rename from `image-mode-text-map'.
12030         (image-mode): Move graceful error-handling code from
12031         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
12032         (image-minor-mode): Remove all image-handling code.
12033         Replace `image-mode-text-map' with `image-minor-mode-map'.
12034         Check for `image-type' in mode-line format string.
12035         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
12036         (image-mode-as-text): New function with most code from
12037         `image-mode-maybe'.
12038         (image-toggle-display-text): Move code that removes image
12039         properties from `image-toggle-display' to here.
12040         (image-toggle-display-image): New function with code that adds
12041         image properties copied from `image-toggle-display'.
12042         (image-toggle-display): Remove most code with leaving only code
12043         that toggles between `image-mode-as-text' and `image-mode'.
12045 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
12047         * net/newst-treeview.el
12048         (newsticker--treeview-list-highlight-start): Restored call to
12049         save-excursion: Selected item was stuck.
12050         (newsticker--treeview-list-select): New.
12051         (newsticker--treeview-item-show-text)
12052         (newsticker--treeview-item-show)
12053         (newsticker--treeview-item-update): Use new
12054         newsticker-treeview-item-mode.
12055         (newsticker-treeview-update): Keep current item.
12056         (newsticker-treeview-next-new-or-immortal-item): Doc change.
12057         (newsticker--treeview-first-feed): Doc change.
12058         (newsticker-treeview-list-menu)
12059         (newsticker-treeview-item-menu): Add menu entries.
12060         (newsticker-treeview-item-mode): New.
12062         * net/newst-backend.el (newsticker-customize): Delete other
12063         windows.
12065 2009-12-04  Sam Steingold  <sds@gnu.org>
12067         * log-view.el (log-view-mode-map): "q" calls quit-window,
12068         like in all the other non-self-insert buffers.
12070 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12072         Minor cleanup.
12073         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
12074         key decoding rather than do it manually via last-input-event +
12075         ascii-character.
12076         (term-exec): Use delete-and-extract-region.
12077         (term-handle-ansi-terminal-messages): Remove unused var `end'.
12078         (term-process-pager): Remove unused var `i'.
12079         (term-dynamic-simple-complete): Make obsolete.
12080         (serial-update-config-menu): Remove unused vars `y' and `str'.
12081         (term-update-mode-line): Remove unused var `temp'.
12083 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
12085         Limit the number of log entries displayed by default.
12086         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
12087         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
12088         using a prefix argument.
12090 2009-12-03  Glenn Morris  <rgm@gnu.org>
12092         * progmodes/idlwave.el (class): Restore still useful declaration.
12094 2009-12-03  Alan Mackenzie  <acm@muc.de>
12096         Enhance `c-parse-state' to run efficiently in "brace deserts".
12098         * progmodes/cc-mode.el (c-basic-common-init):
12099         Call c-state-cache-init.
12100         (c-neutralize-syntax-in-and-mark-CPP): Rename from
12101         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
12102         placing `category' properties value 'c-cpp-delimiter at its boundaries.
12104         * progmodes/cc-langs.el (c-before-font-lock-function):
12105         c-extend-and-neutralize-syntax-in-CPP has been renamed
12106         c-neutralize-syntax-in-and-mark-CPP.
12108         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
12109         with `category' properties now, not `syntax-table' ones.
12111         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
12112         enhanced (but slower) version of c-end-of-macro that won't land
12113         inside a literal or on another awkward character.
12114         (c-state-cache-too-far, c-state-cache-start)
12115         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
12116         (c-state-nonlit-pos-cache-limit, c-state-point-min)
12117         (c-state-point-min-lit-type, c-state-point-min-lit-start)
12118         (c-state-min-scan-pos, c-state-brace-pair-desert)
12119         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
12120         buffer local variables.
12121         (c-state-literal-at, c-state-lit-beg)
12122         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
12123         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
12124         (c-state-cache-top-paren, c-state-cache-after-top-paren)
12125         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
12126         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
12127         (c-renarrow-state-cache)
12128         (c-append-lower-brace-pair-to-state-cache)
12129         (c-state-push-any-brace-pair, c-append-to-state-cache)
12130         (c-remove-stale-state-cache)
12131         (c-remove-stale-state-cache-backwards, c-state-cache-init)
12132         (c-invalidate-state-cache-1, c-parse-state-1)
12133         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
12134         (c-parse-state): Enhance and refactor.
12135         (c-debug-parse-state): Amend to deal with all the new variables.
12137         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
12138         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
12139         modify to use category text properties rather than syntax-table ones.
12140         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
12141         to switch off/on the syntactic paren property of C++ template
12142         delimiters using the category property.
12143         (c-with-<->-as-parens-suppressed): Macro to invoke code with
12144         template delims suppressed.
12145         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
12146         New constant/macros which apply category properties to the start
12147         and end of preprocessor constructs.
12148         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
12149         "comment out" the syntactic value of characters in preprocessor
12150         constructs.
12151         (c-with-cpps-commented-out)
12152         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
12153         with characters in all or all but one preprocessor constructs
12154         "commented out".
12156 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12158         * proced.el (proced-filter-alist): Use regexp-quote.
12160 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
12162         Cleanup.
12163         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
12164         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
12165         arguments.  Expand `default-directory'.
12167         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
12168         the benefit of returning an expanded localname.
12169         (tramp-tramp-file-p): Handle the case NAME is not a string.
12171 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
12173         Add support for bzr shelve/unshelve.
12174         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12175         (vc-bzr-extra-menu-map): New variables.
12176         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
12177         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
12178         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
12179         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
12180         (vc-bzr-dir-extra-headers): Display shelves.
12182         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
12184 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12186         * textmodes/bibtex.el (bibtex-complete-internal):
12187         Use completion-in-region.
12188         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
12190 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
12192         Support applying stashes.  Improve UI.
12193         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
12194         (vc-git-stash-apply, vc-git-stash-pop)
12195         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
12196         (vc-git-stash-menu): New functions.
12197         (vc-git-stash-menu-map): New variable.
12198         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
12200 2009-12-03  Glenn Morris  <rgm@gnu.org>
12202         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
12203         (vc-print-log-internal): Fix previous change.
12204         (vc-revert): Correct pluralization.
12206 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12208         * progmodes/make-mode.el (makefile-special-targets-list): No need for
12209         it to be an alist any more.
12210         (makefile-complete): Use completion-in-region.
12212         * progmodes/octave-mod.el (octave-complete-symbol):
12213         Use completion-in-region.
12215         Misc cleanup.
12216         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
12217         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
12218         (idlwave-complete-class): Don't quote lambda.
12219         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
12220         (idlwave-mode-map): Move initialization into declaration.
12221         (idlwave-action-and-binding): Use backquotes.
12222         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
12223         Simplify.
12224         (idlwave-is-pointer-dereference): Remove unused var `pos'.
12225         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
12226         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
12227         `parts', and `all-parts'.
12228         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
12229         (idlwave-convert-xml-system-routine-info): Remove unused string
12230         `version-string'.
12231         (idlwave-display-user-catalog-widget): Use dolist.
12232         (idlwave-scanning-lib): Declare dynamically-scoped var.
12233         (idlwave-scan-library-catalogs): Remove unused var `flags'.
12234         (completion-highlight-first-word-only): Declare to silence bytecomp.
12235         (idlwave-popup-select): Tighten scope of `resp'.
12236         (idlwave-find-struct-tag): Remove unused var `beg'.
12237         (idlwave-after-load-rinfo-hook): Declare.
12238         (idlwave-sintern-class-info): Remove unused var `taglist'.
12239         (idlwave-find-class-definition): Remove unused var `list'.
12240         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
12241         (idlwave-what-module-find-class): Remove unused var `classes'.
12243 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
12245         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
12247 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12249         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
12250         buffers visited.  Remove redundant current-buffer-saving.
12252 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12254         Use completion-in-buffer and remove uses of dynamic scoping.
12255         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
12256         (pascal-buffer-to-use, pascal-flag): Don't declare.
12257         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
12258         (pascal-get-completion-decl, pascal-keyword-completion):
12259         Add `pascal-str' argument, save-excursion,
12260         return the found completions, and don't filter with pascal-pred.
12261         (pascal-completion-cache): New var.
12262         (pascal-completion): Don't switch buffer any more (it was never
12263         necessary).  Don't save-excursion any more (it's done by the called
12264         subroutines).  Use a cache to avoid redundant computations.
12265         Use complete-with-action rather than pascal-completion-response and
12266         let it apply the predicate as well.
12267         (pascal-complete-word): Use completion-in-buffer when
12268         pascal-toggle-completions is nil.
12269         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
12270         not used any more.
12271         (pascal-comp-defun): Don't change buffer any more.
12272         Use complete-with-action rather than pascal-completion-response and
12273         let it apply the predicate as well.
12274         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
12275         when neded.
12277 2009-12-02  Kenichi Handa  <handa@m17n.org>
12279         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
12280         shape for all Indic scripts.
12282 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12284         Use completion-in-buffer.
12285         * wid-edit.el (widget-field-text-end): New function.
12286         (widget-field-value-get): Use it.
12287         (widget-string-complete, widget-file-complete)
12288         (widget-color-complete): Use it and completion-in-region.
12289         (widget-complete): Don't narrow the buffer.
12291 2009-12-02  Glenn Morris  <rgm@gnu.org>
12293         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
12294         (rmail-select-summary): Use rmail-pop-to-buffer.
12295         * mail/rmailsum.el: Replace all pop-to-buffer calls with
12296         rmail-pop-to-buffer, to prevent horizontal splits.
12298         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
12299         save-excursion with save-current-buffer.
12300         Widen before searching.  (Bug#5093)
12301         (diary-list-sexp-entries): Remove superfluous save-excursion.
12303 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
12305         * woman.el (woman-make-bufname): Handle man-pages with "." in the
12306         name.  (Bug#5038)
12308 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
12310         * ido.el (ido-file-internal): Handle filenames at point that do
12311         not have a directory part.  (Bug#5049)
12313 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
12315         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
12316         (mpc-songs-jump-to, mpc-resume): Doc fixes.
12318 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
12320         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
12321         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
12322         any more.
12324 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12326         * comint.el (comint-insert-input): Ignore clicks to the right of
12327         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
12329         * vc.el (vc-print-log-internal): Don't wait for the process to
12330         terminate before setting up the major mode.
12332         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
12333         in case.
12335         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
12336         the last element.
12338         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
12340 2009-12-01  Glenn Morris  <rgm@gnu.org>
12342         * window.el (window--display-buffer-2): Fix previous changes.
12344 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
12346         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
12348 2009-12-01  Glenn Morris  <rgm@gnu.org>
12350         * Makefile.in (ELCFILES): Add mpc.elc.
12352 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12354         * mpc.el: New file.
12356 2009-12-01  Glenn Morris  <rgm@gnu.org>
12358         * window.el (window-to-use): Define for compiler.
12360         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
12361         consistent with others (no final period).
12363         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
12364         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
12366 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
12368         Make vc-print-log buttons work.
12369         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
12371 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
12373         * savehist.el (savehist-autosave-interval): Allow setting to nil
12374         through customize.  (Bug#5056)
12376 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
12378         Fix references to jit-lock properties.
12379         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12380         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
12381         (perl-font-lock-special-syntactic-constructs):
12382         Quote jit-lock-defer-multiline property.
12384 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
12386         * vc-git.el (vc-git-registered): Call vc-git-root only once.
12388 2009-11-30  Juri Linkov  <juri@jurta.org>
12390         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
12391         value `buffer' of `multi-isearch-next-buffer-current-function'.
12392         Use `(current-buffer)' when `buffer' is nil.
12393         (multi-isearch-next-buffer-from-list): Don't fallback to
12394         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
12396 2009-11-30  Juri Linkov  <juri@jurta.org>
12398         * misearch.el (multi-isearch-read-buffers): Move canonicalization
12399         of buffers with `get-buffer' to `multi-isearch-buffers'.
12400         (multi-isearch-buffers, multi-isearch-buffers-regexp):
12401         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
12402         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
12403         FILES with `expand-file-name' converting relative file names
12404         to absolute.  Doc fix.  (Bug#4727)
12406 2009-11-30  Juri Linkov  <juri@jurta.org>
12408         * misearch.el (multi-isearch-read-buffers)
12409         (multi-isearch-read-matching-buffers): New functions.
12410         (multi-isearch-buffers, multi-isearch-buffers-regexp):
12411         Use them in the `interactive' spec.  Doc fix.
12412         (multi-isearch-read-files, multi-isearch-read-matching-files):
12413         New functions.
12414         (multi-isearch-files, multi-isearch-files-regexp):
12415         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
12417 2009-11-30  Juri Linkov  <juri@jurta.org>
12419         * doc-view.el (doc-view-continuous):
12420         Rename from `doc-view-continuous-mode'.
12421         (doc-view-menu): Move "Toggle display" to the top.
12422         Add submenu "Continuous" with radio buttons "Off"/"On"
12423         and "Save as Default".
12424         (doc-view-scroll-up-or-next-page)
12425         (doc-view-scroll-down-or-previous-page)
12426         (doc-view-next-line-or-next-page)
12427         (doc-view-previous-line-or-previous-page):
12428         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
12430 2009-11-30  Juri Linkov  <juri@jurta.org>
12432         * comint.el (comint-mode-map): Rebind `M-r' from
12433         `comint-previous-matching-input' to
12434         `comint-history-isearch-backward-regexp'.
12435         Unbind `M-s' to allow global key binding `M-s'.
12436         Add menu items for `comint-history-isearch-backward' and
12437         `comint-history-isearch-backward-regexp'.  (Bug#3746)
12439 2009-11-30  Juri Linkov  <juri@jurta.org>
12441         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
12442         For def=recenter, replace `recenter' with `recenter-top-bottom'
12443         that is called with `this-command' and `last-command' let-bound
12444         to `recenter-top-bottom'.  When the last `def' was not `recenter',
12445         set `recenter-last-op' to nil.  (Bug#4981)
12447 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12449         Minor cleanup and simplification.
12450         * filecache.el (file-cache-add-directory)
12451         (file-cache-add-directory-recursively)
12452         (file-cache-add-from-file-cache-buffer)
12453         (file-cache-delete-file-regexp, file-cache-delete-directory)
12454         (file-cache-files-matching-internal, file-cache-display): Use dolist.
12455         (file-cache-temp-minibuffer-message): Delete function.
12456         (file-cache-minibuffer-complete): Use minibuffer-message instead.
12458         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12459         Don't signal an error when bumping into EOB in tr, s, or y.
12461 2009-11-29  Juri Linkov  <juri@jurta.org>
12463         * startup.el (fancy-about-text): Fix wording of Guided Tour.
12464         (Bug#4960)
12466         * descr-text.el (describe-char-unidata-list): Use lowercase name
12467         for "Unicode name" like in other tags.
12469 2009-11-29  Juri Linkov  <juri@jurta.org>
12471         * ediff-util.el (ediff-minibuffer-with-setup-hook):
12472         New compatibility macro.
12473         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
12475 2009-11-29  Juri Linkov  <juri@jurta.org>
12477         Add defcustom to define the cycling order of `recenter-top-bottom'.
12478         (Bug#4981)
12480         * window.el (recenter-last-op): Doc fix.
12481         (recenter-positions): New defcustom.
12482         (recenter-top-bottom): Rewrite to use `recenter-positions'.
12483         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
12485 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
12487         Improve integration of Tramp and ange-ftp in eshell.
12489         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
12490         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
12491         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
12493         * eshell/esh-util.el (top): Require also Tramp when compiling.
12494         (eshell-directory-files-and-attributes): Check for FTP remote
12495         connection.
12496         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
12497         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
12498         (eshell-file-attributes): Handle ".".  Return `entry'.
12500         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
12501         (ange-ftp-directory-files-and-attributes)
12502         (ange-ftp-real-directory-files-and-attributes): New defuns.
12504         * net/tramp.el (tramp-maybe-open-connection): Open the remote
12505         shell with "exec" when possible.  This prevents trailing prompts
12506         in `start-file-process'.
12508 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12510         Try and remove assumptions about point-min==1.
12511         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
12512         (rng-compute-mode-line-string): Show the validation percentage in
12513         terms of the narrowed text, not the widened text.
12514         (rng-do-some-validation): Don't catch internal errors when debugging.
12515         (rng-first-error): Simplify.
12516         (rng-after-change-function): Remove work around.  AFAIK the bug has
12517         been fixed a while ago.
12519         * image-mode.el (image-minor-mode): Exit more gracefully when the image
12520         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
12522         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
12524         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
12525         `cd' doesn't always do it for us (bug#5067).
12527         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
12528         on 2009-10-25 as part of some other change (bug#5067).
12530 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12532         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
12533         `suspicious'.
12534         (byte-compile-warnings): Use byte-compile-warning-types.
12535         (byte-compile-save-excursion): Warn about use of set-buffer right
12536         after save-excursion.
12538         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
12539         the excursion as well.
12541 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
12543         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
12544         providing a Tramp related implementation of "su" and "sudo".
12545         (eshell-unix-initialize): Add "su" and "sudo".
12547 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
12549         * net/socks.el (socks-send-command): Convert binary request to
12550         unibyte before sending.  This fixes mishandling of some port
12551         numbers such as 129.
12553 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12555         * help.el (describe-bindings-internal): Remove `interactive'.
12557         * man.el (Man-completion-table): Trim a terminating "(".
12558         Remove the space between name page a section.
12559         Add the command's description on the `help-echo' property.
12560         Remove `process-connection-type' binding since it's unused by
12561         call-process.
12562         Provide completion for the "<section> <name>" format as well.
12563         (Man-default-man-entry): Remove spurious var shadowing the argument.
12565 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12567         * log-view.el: Add "Keywords: tools", since its other keywords
12568         aren't in finder-known-keywords, and following vc.el.
12570         * sha1.el (sha1-string-external): default-directory "/" in case
12571         otherwise non-existent.  process-connection-type pipe for touch of
12572         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12574 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12576         Misc coding convention cleanups.
12577         * htmlfontify.el (hfy-init-kludge-hook): Rename from
12578         hfy-init-kludge-hooks.
12579         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
12580         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
12581         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
12582         and push.
12583         (hfy-slant, hfy-weight): Use tables rather than code.
12584         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
12585         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
12586         (hfy-face-attr-for-class): Initialize `face-spec' directly.
12587         (hfy-face-to-css): Remove `nconc' with single arg.
12588         (hfy-p-to-face-lennart): Use `or'.
12589         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
12590         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
12591         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
12592         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
12593         (hfy-force-fontification): Use run-hooks.
12595 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
12597         Various minor fixes.
12598         * htmlfontify.el (hfy-default-header): Add toggle_invis since
12599         Javascript belongs in the header, not the body.
12600         (hfy-javascript): Remove.
12601         (hfy-fontify-buffer): Don't insert it any more.
12602         (hfy-face-at): Handle (face0 face1 face2) style face properties.
12603         Fix bug in invis handling when there were no invis props in a chunk.
12605 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12607         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
12609 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
12611         * finder.el (finder-mode-map): Add a menu.
12613 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
12615         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
12616         "unsigned" structs.
12618         (verilog-leap-to-head, verilog-backward-token): Handle "disable
12619         fork" statement better.
12621 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
12623         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
12624         (verilog-delete-auto, verilog-delete-empty-auto-pair)
12625         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
12626         Reported by Clay Douglass.
12628         (verilog-auto-inst, verilog-auto-star-safe)
12629         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
12630         Fix removing "// Interfaces" when saving .* expansions.
12631         Reported by Pierre-David Pfister.
12633 2009-11-26  Glenn Morris  <rgm@gnu.org>
12635         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
12636         the scope.
12638 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
12640         * vc-annotate.el (vc-annotate-revision-previous-to-line):
12641         Really use previous revision.
12643 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12645         * man.el (Man-completion-table): default-directory "/" in case
12646         doesn't otherwise exist.  process-environment COLUMNS=999 so as
12647         not to truncate long names.  process-connection-type pipe to avoid
12648         any chance of hitting the pseudo-tty TIOCGWINSZ.
12649         (man): completion-ignore-case t for friendliness and since man
12650         itself is case-insensitive on the command line.
12651         Further to Bug#3717.
12653         * arc-mode.el: Add "Keywords: files", so the details in its
12654         commentary can be reached from finder-by-keyword.
12655         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
12656         editing mode, but it's comms related and sgml-mode.el has "comm"
12657         on that basis too.
12658         * textmodes/bibtex-style.el: Add "Keywords: tex".
12659         * international/isearch-x.el, international/ja-dic-cnv.el:
12660         * international/ja-dic-utl.el, international/kkc.el:
12661         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
12663 2009-11-25  Juri Linkov  <juri@jurta.org>
12665         * man.el (Man-completion-table): Modify regexp to include
12666         section names to completion strings.  (Bug#3717)
12668 2009-11-25  Juri Linkov  <juri@jurta.org>
12670         Search recursively in gzipped files.  (Bug#4982)
12672         * progmodes/grep.el (grep-highlight-matches): Add new options
12673         `always' and `auto'.  Doc fix.
12674         (grep-process-setup): Check `grep-highlight-matches' for
12675         `auto-detect' to determine the need to compute grep defaults.
12676         Move Windows/DOS specific --colors settings handling
12677         to `grep-compute-defaults'.  Check `grep-highlight-matches'
12678         to get the value of "--color=".
12679         (grep-compute-defaults): Compute `grep-highlight-matches' when it
12680         has the value `auto-detect'.  Move Windows/DOS specific settings
12681         from `grep-process-setup'.
12682         (zrgrep): New command with alias `rzgrep'.
12684 2009-11-25  Juri Linkov  <juri@jurta.org>
12686         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
12687         to nil instead of switching off view-mode.  (Bug#4896)
12689 2009-11-25  Juri Linkov  <juri@jurta.org>
12691         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
12693         * mwheel.el (mwheel-scroll-up-function)
12694         (mwheel-scroll-down-function): New defvars.
12695         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
12696         `scroll-up', and `mwheel-scroll-down-function' instead of
12697         `scroll-down'.
12699         * doc-view.el (doc-view-scroll-up-or-next-page)
12700         (doc-view-scroll-down-or-previous-page): Add optional ARG.
12701         Use this ARG in the call to image-scroll-up/image-scroll-down.
12702         Change `interactive' spec to "P".  Goto next/previous page only
12703         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
12704         SPC/DEL case).  Doc fix.
12705         (doc-view-next-line-or-next-page)
12706         (doc-view-previous-line-or-previous-page): Rename arg to ARG
12707         for consistency.
12708         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
12709         `doc-view-scroll-up-or-next-page', and buffer-local
12710         `mwheel-scroll-down-function' to
12711         `doc-view-scroll-down-or-previous-page'.
12713 2009-11-25  Juri Linkov  <juri@jurta.org>
12715         Provide additional default values (directories at other Dired
12716         windows) via M-n in the minibuffer of some Dired commands.
12718         * dired-aux.el (dired-diff, dired-compare-directories)
12719         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
12720         `minibuffer-default' in `minibuffer-with-setup-hook'.
12721         (dired-dwim-target-directory): Find a window that displays Dired
12722         buffer instead of failing when the next window is not Dired.
12723         Use `get-window-with-predicate' to find for the next Dired window.
12724         (dired-dwim-target-defaults): New function.
12726         * ediff-util.el (ediff-read-file-name):
12727         Use `dired-dwim-target-defaults' to set `minibuffer-default'
12728         in `minibuffer-with-setup-hook'.
12730 2009-11-25  Juri Linkov  <juri@jurta.org>
12732         Provide additional default values (file name at point or at the
12733         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
12735         * minibuffer.el (read-file-name-defaults): New function.
12736         (read-file-name): Reset `minibuffer-default' to nil when
12737         it duplicates initial input `insdef'.
12738         Bind `minibuffer-default-add-function' to lambda that
12739         calls `read-file-name-defaults' in `minibuffer-selected-window'.
12740         (minibuffer-insert-file-name-at-point): New command.
12742         * files.el (file-name-at-point-functions): New defcustom.
12743         (find-file-default): Remove defvar.
12744         (find-file-read-args): Don't use `find-file-default'.
12745         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12746         to `read-file-name'.
12747         (find-file-literally): Use `read-file-name' with
12748         `confirm-nonexistent-file-or-buffer'.
12750         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
12752         * dired.el (dired-read-dir-and-switches):
12753         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12754         to `read-file-name'.
12755         (dired-file-name-at-point): New function.
12756         (dired-mode): Add hook `dired-file-name-at-point' to
12757         `file-name-at-point-functions'.
12759 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12761         Really make the *Completions* window soft-dedicated (bug#5030).
12762         * window.el (window--display-buffer-2): Add `dedicated' argument.
12763         (display-buffer): Pass it when needed so the dedicated flag is set
12764         after calling set-window-buffer, which would otherwise reset it.
12766 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12768         * progmodes/meta-mode.el (meta-complete-symbol):
12769         * progmodes/etags.el (complete-tag):
12770         * mail/mailabbrev.el (mail-abbrev-complete-alias):
12771         Use completion-in-region.
12773         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
12774         (dabbrev-completion): Use completion-in-region.
12775         (dabbrev--abbrev-at-point): Simplify regexp.
12777         * abbrev.el (abbrev--before-point): Use word-motion functions
12778         if :regexp is not specified (bug#5031).
12780         * subr.el (string-prefix-p): New function.
12782         * man.el (Man-completion-cache): New var.
12783         (Man-completion-table): Use it.
12785         * vc.el (vc-print-log-internal): Make `limit' optional for better
12786         compatibility (e.g. with vc-annotate.el).
12788 2009-11-24  Kevin Ryde  <user42@zip.com.au>
12790         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
12791         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
12793         * emacs-lisp/elint.el (elint-add-required-env): Better error message
12794         when .el source file not found or other error.
12796 2009-11-24  Markus Triska  <markus.triska@gmx.at>
12798         * linum.el (linum-update-window): Ignore intangible (bug#4996).
12800 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12802         Handle the [back] button properly (bug#4979).
12803         * descr-text.el (describe-text-properties): Add a `buffer' argument.
12804         Use help-setup-xref, help-buffer, and with-help-window.
12805         (describe-char): Add `buffer' argument.
12806         Pass proper command to help-setup-xref.  Don't meddle with
12807         help-xref-stack-item directly.
12808         (describe-text-category): Use with-help-window and help-buffer.
12810         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
12811         for the displayed buffer (bug#4887).
12813         * man.el (Man-completion-table): New function.
12814         (man): Use it.
12816 2009-11-24  David Reitter  <david.reitter@gmail.com>
12818         * vc-git.el (vc-git-registered): Use checkout directory (where
12819         .git is) rather than the file's directory and a relative path spec
12820         to work around a bug in git.
12822 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
12824         Improve handling of processes on remote hosts.
12826         * eshell/esh-util.el (eshell-path-env): New defvar.
12827         (eshell-parse-colon-path): New defun.
12828         (eshell-file-attributes): Use `eshell-parse-colon-path'.
12830         * eshell/esh-ext.el (eshell-search-path):
12831         Use `eshell-parse-colon-path'.
12832         (eshell-remote-command): Remove argument HANDLER.
12833         (eshell-external-command): Check for FTP remote connection.
12835         * eshell/esh-proc.el (eshell-gather-process-output):
12836         Use `file-truename', in order to start also symlinked files.
12837         Apply `start-file-process' instead of `start-process'.
12838         Shorten `command' to the local file name part.
12840         * eshell/em-cmpl.el (eshell-complete-commands-list):
12841         Use `eshell-parse-colon-path'.
12843         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
12845         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
12846         to `eshell-directory-change-hook'.
12848 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
12850         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
12851         because it could be enabled automatically if view-read-only is non-nil.
12853 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
12855         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
12856         made on 2009-11-22.
12858 2009-11-24  Glenn Morris  <rgm@gnu.org>
12860         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
12861         deleted variable bookmark-bmenu-bookmark-column.
12863 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12865         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
12867 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
12869         * net/browse-url.el (browse-url-filename-alist): On Windows, add
12870         two slashes to the "file:" prefix.
12871         (browse-url-file-url): De-munge Cygwin filenames before passing
12872         them to Windows browser.
12873         (browse-url-default-windows-browser): Use call-process.
12875 2009-11-23  Juri Linkov  <juri@jurta.org>
12877         Implement DocView Continuous mode.  (Bug#4896)
12878         * doc-view.el (doc-view-continuous-mode): New defcustom.
12879         (doc-view-mode-map): Bind C-n/<down> to
12880         `doc-view-next-line-or-next-page', C-p/<up> to
12881         `doc-view-previous-line-or-previous-page'.
12882         (doc-view-next-line-or-next-page)
12883         (doc-view-previous-line-or-previous-page): New commands.
12885 2009-11-23  Juri Linkov  <juri@jurta.org>
12887         Implement Isearch in comint input history.  (Bug#3746)
12888         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
12889         `isearch-mode-hook'.
12890         (comint-history-isearch): New defcustom.
12891         (comint-history-isearch-backward)
12892         (comint-history-isearch-backward-regexp): New commands.
12893         (comint-history-isearch-message-overlay): New buffer-local variable.
12894         (comint-history-isearch-setup, comint-history-isearch-end)
12895         (comint-goto-input, comint-history-isearch-search)
12896         (comint-history-isearch-message, comint-history-isearch-wrap)
12897         (comint-history-isearch-push-state)
12898         (comint-history-isearch-pop-state): New functions.
12900 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
12902         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
12903         return.
12904         (tramp-handle-make-symbolic-link)
12905         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
12906         Quote file names.
12907         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
12908         (tramp-handle-process-file): Use it.
12910 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12912         * window.el (move-to-window-line-last-op): Remove.
12913         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
12915 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
12917         Make M-r mirror the new cycling behavior of C-l.
12918         * window.el (move-to-window-line-last-op): New var.
12919         (move-to-window-line-top-bottom): New command.
12920         (global-map): Bind M-r move-to-window-line-top-bottom.
12922 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
12924         * dired-x.el (dired-guess-shell-alist-default):
12925         Support xz format.  (Bug#4953)
12927 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
12929         * emulation/viper-cmd.el: Use viper-last-command-char instead of
12930         last-command-char/last-command-event.
12931         (viper-prefix-arg-value): Do correct conversion of event-char for
12932         XEmacs.
12934         * emulation/viper-util.el, emulation/viper.el:
12935         Use viper-last-command-char instead of
12936         last-command-char/last-command-event.
12938         * ediff-init.el, ediff-mult.el, ediff-util.el:
12939         Replace last-command-char and last-command-event
12940         with (ediff-last-command-char) everywhere.
12942         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
12943         created in fundamental mode.
12945         * ediff.el (ediff-version): Revert the change of interactive-p to
12946         called-interactively-p.
12948 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
12950         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
12951         generation from word-movement command names.
12953 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
12955         * cus-start.el (all): Add native condition for font-use-system-font.
12957 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
12959         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12960         Correct the patch from 2009-11-18.  (Bug#3910)
12962 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
12964         * progmodes/subword.el: Rename from lisp/subword.el.
12966         * subword.el: Rename to progmodes/subword.el.
12968         * Makefile.in (ELCFILES): Adapt to subword.el move.
12970 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12971             Stefan Monnier  <monnier@iro.umontreal.ca>
12973         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
12974         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
12975         (bookmark-bmenu-show-filenames): Use push.
12976         (bookmark-bmenu-hide-filenames): Use local var instead of
12977         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
12978         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
12979         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
12980         filenames now that the bookmark names are always available.
12982 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12984         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
12985         (bookmark-search-pattern): Move and leave unbound.
12986         (bookmark-bmenu-mode-map): Change binding.
12987         (bookmark-read-search-input): Simplify.
12988         Don't use text-char-description.  Don't error on non-char events.
12989         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
12990         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
12991         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
12992         Use a local var for the timer.
12993         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
12994         (i.e. bookmark-bmenu-search).
12996 2009-11-21  Glenn Morris  <rgm@gnu.org>
12998         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
13000 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
13002         * net/browse-url.el (browse-url-default-windows-browser):
13003         Use cygstart for cygwin.
13005 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
13007         * bookmark.el: Formatting and doc fixes only:
13008         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
13009         (bookmark-bmenu-search): Wrap to fit within 80 columns.
13010         Minor grammar and punctuation fixes in doc string.
13011         (bookmark-read-search-input): Adjust to fit within 80 columns.
13013 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
13015         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
13016         (c-backward-into-nomenclature): Adapt to subword renaming.
13018         * subword.el (subword-forward, subword-backward, subword-mark)
13019         (subword-kill, subword-backward-kill, subword-transpose)
13020         (subword-downcase, subword-upcase, subword-capitalize)
13021         (subword-forward-internal, subword-backward-internal):
13022         Rename from forward-subword, backward-subword, mark-subword,
13023         kill-subword, backward-kill-subword, transpose-subwords,
13024         downcase-subword, upcase-subword, capitalize-subword,
13025         forward-subword-internal, backward-subword-internal.
13027 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13029         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
13030         New options.
13031         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
13032         New vars.
13033         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
13034         (bookmark-bmenu-filter-alist-by-regexp)
13035         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
13036         (bookmark-bmenu-search): New command.
13037         (bookmark-bmenu-mode-map): Bind it.
13039 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
13041         * progmodes/cc-cmds.el: declare-functioned forward-subword and
13042         backward-subword to quit the byte-compiler.
13044         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
13046         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
13048         * progmodes/cc-cmds.el (c-update-modeline)
13049         (c-forward-into-nomenclature, c-backward-into-nomenclature):
13050         Refer to subword.el functions instead of cc-subword.el.
13052         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
13053         subword.el functions instead of cc-subword.el.
13055         * progmodes/cc-subword.el: Rename to subword.el.
13056         * subword.el: Rename from progmodes/cc-subword.el.
13057         (subword-mode-map): Rename from c-subword-mode-map.
13058         (subword-mode): Rename from c-subword-mode.
13059         (global-subword-mode): New global minor mode.
13060         (forward-subword): Rename from c-forward-subword.
13061         (backward-subword): Rename from c-backward-subword.
13062         (mark-subword): Rename from c-mark-subword.
13063         (kill-subword): Rename from c-kill-subword.
13064         (backward-kill-subword): Rename from c-backward-kill-subword.
13065         (transpose-subwords): Rename from c-tranpose-subword.
13066         (downcase-subword): Rename from c-downcase-subword.
13067         (capitalize-subword): Rename from c-capitalize-subword.
13068         (forward-subword-internal): Rename from c-forward-subword-internal.
13069         (backward-subword-internal): Rename from c-backward-subword-internal.
13071 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13073         * vc.el (vc-deduce-fileset): Allow non-state changing operations
13074         from a dired buffer.
13075         (vc-dired-deduce-fileset): New function.
13076         (vc-root-diff, vc-print-root-log): Use it.
13078         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
13079         nil LIMIT argument to vc-print-log-internal.
13081 2009-11-20  Glenn Morris  <rgm@gnu.org>
13083         * Makefile.in (ELCFILES): Regenerate.
13085 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
13087         * calc/calc.el (calc-set-mode-line):
13088         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13089         (math-format-number): Rename `math-format-complement-signed' to
13090         `math-format-twos-complement'.
13092         * calc/calc-bin.el (math-format-twos-complement): Rename from
13093         math-format-complement-signed.
13094         (calc-radix): Rename `calc-complement-signed-mode' to
13095         `calc-twos-complement-mode'.
13096         (calc-octal-radix, calc-hex-radix): Add an argument for
13097         two's complement.
13099         * calc/calc-embed.el (calc-embedded-mode-vars):
13100         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13102         * calc/calc-ext.el (calc-init-extensions):
13103         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13104         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
13106         * calc/calc-units.el (math-build-units-table-buffer):
13107         Let `calc-twos-complement-mode' be nil.
13109         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
13110         entries.
13112         * calc/calc-vec.el (calcFunc-vunpack):
13113         * calc/calc-aent.el (calc-do-calc-eval):
13114         * calc/calc-forms.el (math-format-date):
13115         * calc/calc-graph.el (calc-graph-plot):
13116         * calc/calc-math.el (math-use-emacs-fn):
13117         * calc/calccomp.el (math-compose-expr):
13118         Let `calc-twos-complement-mode' be nil.
13120 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13122         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
13123         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
13124         * minibuffer.el (completion-in-region-functions): New hook.
13125         (completion-in-region): New function.
13126         * emacs-lisp/lisp.el (lisp-complete-symbol):
13127         * pcomplete.el (pcomplete-std-complete): Use it.
13129 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13131         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
13132         (latex-complete-alist): New vars.
13133         (latex-string-prefix-p, latex-complete-bibtex-keys)
13134         (latex-complete-envnames, latex-complete-refkeys)
13135         (latex-complete-data): New functions.
13136         (latex-complete, latex-indent-or-complete): New commands.
13138         * window.el (display-buffer-mark-dedicated): New var.
13139         (display-buffer): Obey it.
13140         * minibuffer.el (minibuffer-completion-help): Use it.
13142         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
13144         * filecache.el (file-cache-add-file): Use push and cons.
13145         (file-cache-delete-file-regexp): Use push.
13146         (file-cache-complete): Use completion-in-region.
13148         * simple.el (with-wrapper-hook): Fix thinko.
13150         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
13151         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
13152         Use with-current-buffer and string-to-number.
13153         (hfy-fallback-colour-values): Use assoc-string.
13154         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
13155         (hfy-face-at): Remove unused var `found-face'.
13156         (hfy-compile-stylesheet): Remove unused var `css'.
13157         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
13158         and `orig-buffer'.
13159         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
13160         Use with-current-buffer.
13161         (hfy-text-p): Use expand-file-name and fewer setq.
13163 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
13165         * htmlfontify.el, hfy-cmap.el: New files.
13167 2009-11-19  Juri Linkov  <juri@jurta.org>
13169         * minibuffer.el (completions-format): New defcustom.
13170         (completion--insert-strings): Implement vertical format.
13172         * simple.el (switch-to-completions): Move point to the first
13173         completion when point was at the beginning of the buffer.
13175 2009-11-19  Juri Linkov  <juri@jurta.org>
13177         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
13179         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
13181 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
13183         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
13184         (mail-signature): Change default to t.
13185         (mail-from-style): Deprecate `system-default' value.
13186         (mail-insert-from-field): For default value of mail-from-style,
13187         default to `angles' unless `angles' needs quoting and `parens'
13188         does not.
13189         (mail-citation-prefix-regexp): Use citation regexp from
13190         message-mode.
13192 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
13194         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13195         Set variables for computing the prompt for reading password.
13197 2009-11-19  Glenn Morris  <rgm@gnu.org>
13199         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
13201         * textmodes/flyspell.el (sgml-lexical-context): Declare.
13203         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
13204         (newsticker-treeview-listwindow-height): Fix custom type.
13206 2009-11-19  Kenichi Handa  <handa@m17n.org>
13208         * descr-text.el (describe-char-padded-string): Compose with TAB
13209         only if there's a font for CH.
13210         (describe-char): Fix the condition for detecting a trivial composition.
13212 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
13214         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
13215         more accurate version of the regexp.  (Bug#3910)
13217 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
13219         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
13221 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
13223         * font-setting.el (font-use-system-font): Declare for byte-compiler.
13224         (font-setting-change-default-font): Fix typo in docstring.
13226 2009-11-18  Alan Mackenzie  <acm@muc.de>
13228         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
13230 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
13232         * font-setting.el (font-use-system-font): Move ...
13234         * cus-start.el (all): ... to here.
13236 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
13238         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
13239         Don't set `ad-return-value' if `ad-do-it' doesn't.
13241         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
13242         modification time.
13244 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
13246         * menu-bar.el: Put "Use system font" in Option-menu.
13247         (menu-bar-options-save): Add font-use-system-font.
13249         * loadup.el: If feature system-font-setting or font-render-setting is
13250         there, load font-setting.
13252         * Makefile.in (ELCFILES): Add font-settings.el.
13253         * font-setting.el: New file.
13255 2009-11-17  Glenn Morris  <rgm@gnu.org>
13257         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
13259         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
13260         Preserve point in the list buffer.  (Bug#4939)
13261         Use point-at-eol.
13262         (newsticker--treeview-list-update-highlight)
13263         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
13265 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
13267         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
13268         Remove.
13270         * calc/calc-ext.el (calc-init-extensions): Remove references to
13271         symclip.
13273         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
13275         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
13276         * calc/calc-help.el (calc-b-prefix-help): Remove references to
13277         `calc-symclip'.
13279 2009-11-16  Kevin Ryde  <user42@zip.com.au>
13281         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13282         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
13284         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
13285         (lm-keywords-list): Allow comma-only separator like "foo,bar".
13286         Ignore trailing spaces by omit-nulls to split-string (fixing
13287         regression from Emacs 21 due to the incompatible split-string
13288         change).  (Bug #4928.)
13290 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13292         * vc.el (vc-log-show-limit): Default to 2000.
13293         (vc-print-log-internal): Insert buttons to request more entries
13294         when limiting the output.
13296         * vc-sccs.el (vc-sccs-print-log):
13297         * vc-rcs.el (vc-rcs-print-log):
13298         * vc-cvs.el (vc-cvs-print-log):
13299         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
13300         LIMIT is non-nil.
13302 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
13304         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
13305         error when `tramp-gvfs-dbus-event-vector' is set.
13306         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
13308 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13310         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
13312 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
13314         * net/dbus.el (dbus-unregister-service): New defun.
13315         (dbus-register-property): Register the handlers of
13316         "org.freedesktop.DBus.Properties" for SERVICE.
13317         (dbus-property-handler): Fix docstring.
13319 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13321         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
13322         Quote doc string reference in defvaralias as it is not in special form.
13323         (byte-compile-output-docform): Doc fix.
13325 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
13327         * calc/calc.el (math-2-word-size, math-half-2-word-size)
13328         (calc-complement-signed-mode): New variables.
13329         (calc-set-mode-line): Add indicator for twos-complements.
13330         (math-format-number): Format twos-complement notation.
13332         * calc/calc-bin.el (calc-word-size): Reset the variables
13333         `math-2-word-size' and `math-half-2-word-size'.
13334         (math-format-complement-signed, math-symclip, calcFunc-symclip)
13335         (calc-symclip): New functions.
13337         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
13339         * calc/calc-embed.el (calc-embedded-mode-vars):
13340         Add `calc-complement-signed-mode' to the list of modes.
13342         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
13343         (calc-b-oper-keys): Add `calc-symclip' to list.
13345         * calc/calc-ext.el (math-read-number-fancy): Read complement
13346         signed numbers.
13347         (calc-init-extensions): Add binding for `calc-symclip'.
13348         Add autoload for `calcFunc-symclip' and `calc-symclip'.
13350         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
13351         `calc-symclip'.
13352         (calc-modes-menu): Add item for twos complement mode.
13354         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
13356 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
13358         * register.el (jump-to-register, insert-register): Handle Semantic
13359         tags.  From commented-out advice in semantic/senator.el.
13361 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
13363         * vc.el (vc-log-show-limit): New variable.
13364         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
13365         when using a prefix argument.
13366         (vc-print-log-internal): Add new argument LIMIT.
13368         * vc-svn.el (vc-svn-print-log):
13369         * vc-mtn.el (vc-mtn-print-log):
13370         * vc-hg.el (vc-hg-print-log):
13371         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
13372         pass it to the log command when set.  Make the BUFFER argument
13373         non-optional.
13375         * vc-sccs.el (vc-sccs-print-log):
13376         * vc-rcs.el (vc-rcs-print-log):
13377         * vc-git.el (vc-git-print-log):
13378         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
13379         ignore it.  Make the BUFFER argument non-optional
13381         * bindings.el (mode-line-buffer-identification): Do not purecopy.
13383 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
13385         * dired.el (dired-mode-map): Move encryption items to "Operate"
13386         menu (Bug#4703).
13388         * strokes.el (strokes-update-window-configuration): Make strokes
13389         buffer current before erasing (Bug#4906).
13391 2009-11-15  Juri Linkov  <juri@jurta.org>
13393         * simple.el (set-mark-default-inactive): Add :type, :group
13394         and :version.  (Bug#4876)
13396 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
13398         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
13399         (archive-unique-fname): ... here.  (Bug#4929)
13401 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13403         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
13404         with a real fix.
13406         * novice.el (disabled-command-function): Add useful args.
13407         Setup the help buffer so that [back] works.
13408         Remove redundant call to help-mode.
13409         (disabled-command-function): Use `case'.
13410         (en/disable-command): New function extracted from enable-command.
13411         (enable-command, disable-command): Use it.
13413 2009-11-14  Glenn Morris  <rgm@gnu.org>
13415         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
13416         constants.  (Bug#4913)
13418         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
13420 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
13422         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
13423         defined in C that have no doc-strings.  (Bug#1063)
13425 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
13427         * cus-edit.el (data, files):
13428         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
13430 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
13432         * simple.el (shell-command): Doc fix (Bug#4891).
13434         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
13436 2009-11-14  Glenn Morris  <rgm@gnu.org>
13438         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
13439         statements for vc-diff, emerge-quit, and rmail-cease-edit.
13440         If they are already loaded, eval-after-load will do the right thing.
13442         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
13443         compiling.
13445         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
13447         * simple.el (x-selection-owner-p): Declare.
13448         (read-mail-command): Use custom radio type rather than choice.
13449         (completion-no-auto-exit): Doc fix.
13451         * custom.el (defgroup):
13452         * epg-config.el (epg): Doc fixes.
13454 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
13456         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
13457         * international/ccl.el (define-ccl-program): Do not purecopy the
13458         docstring, defconst does it anyway.
13460 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13462         * add-log.el (add-change-log-entry): Avoid displaying the changelog
13463         a second time.
13465         * x-dnd.el (x-dnd-maybe-call-test-function):
13466         * window.el (split-window-vertically):
13467         * whitespace.el (whitespace-help-on):
13468         * vc-rcs.el (vc-rcs-consult-headers):
13469         * userlock.el (ask-user-about-lock-help)
13470         (ask-user-about-supersession-help):
13471         * type-break.el (type-break-force-mode-line-update):
13472         * time-stamp.el (time-stamp-conv-warn):
13473         * terminal.el (te-set-output-log, te-more-break, te-filter)
13474         (te-sentinel, terminal-emulator):
13475         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
13476         (term-write-input-ring, term-check-source, term-start-output-log):
13477         (term-display-buffer-line, term-dynamic-list-completions):
13478         (term-ansi-make-term, serial-term):
13479         * subr.el (selective-display):
13480         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13481         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
13482         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
13483         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
13484         (speedbar-remove-localized-speedbar-support)
13485         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
13486         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
13487         (speedbar-buffers-line-directory):
13488         * simple.el (shell-command-on-region, append-to-buffer)
13489         (prepend-to-buffer):
13490         * shadowfile.el (shadow-save-todo-file):
13491         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
13492         (scroll-bar-maybe-set-window-start):
13493         * sb-image.el (speedbar-image-dump):
13494         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
13495         (load-save-place-alist-from-file):
13496         * ps-samp.el (ps-print-message-from-summary):
13497         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
13498         (ps-background-image, ps-begin-job, ps-do-despool):
13499         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
13500         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
13501         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
13502         (pr-call-process, pr-file-list, pr-interface-save):
13503         * novice.el (disabled-command-function)
13504         (enable-command, disable-command):
13505         * mouse.el (mouse-buffer-menu-alist):
13506         * mouse-copy.el (mouse-kill-preserving-secondary):
13507         * macros.el (kbd-macro-query):
13508         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
13509         * informat.el (batch-info-validate):
13510         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
13511         * hippie-exp.el (try-expand-dabbrev-visible):
13512         * help-mode.el (help-make-xrefs):
13513         * help-fns.el (describe-variable):
13514         * generic-x.el (bat-generic-mode-run-as-comint):
13515         * finder.el (finder-mouse-select):
13516         * find-dired.el (find-dired-sentinel):
13517         * filesets.el (filesets-file-close):
13518         * files.el (list-directory):
13519         * faces.el (list-faces-display, describe-face):
13520         * facemenu.el (list-colors-display):
13521         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
13522         * epg.el (epg--process-filter, epg-cancel):
13523         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
13524         (epa--read-signature-type):
13525         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
13526         (emerge-file-names):
13527         * ehelp.el (electric-helpify):
13528         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
13529         * ediff-vers.el (rcs-ediff-view-revision):
13530         * ediff-util.el (ediff-setup):
13531         * ediff-mult.el (ediff-append-custom-diff):
13532         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
13533         (ediff-wordify):
13534         * echistory.el (Electric-command-history-redo-expression):
13535         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
13536         * disp-table.el (describe-display-table):
13537         * dired.el (dired-find-buffer-nocreate):
13538         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
13539         * dabbrev.el (dabbrev--same-major-mode-p):
13540         * chistory.el (list-command-history):
13541         * apropos.el (apropos-documentation):
13542         * allout.el (allout-obtain-passphrase):
13543         (allout-copy-exposed-to-buffer):
13544         (allout-verify-passphrase): Use with-current-buffer.
13546 2009-11-13  Glenn Morris  <rgm@gnu.org>
13548         * Makefile.in (ELCFILES): Regenerate.
13550 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
13552         * net/dbus.el (dbus-registered-objects-table): Rename from
13553         `dbus-registered-functions-table', because it contains also properties.
13554         (dbus-unregister-object): Unregister also properties.
13555         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13556         Use a timeout of 500 msec, in order to not block.
13557         (dbus-register-property, dbus-property-handler): New defuns.
13559 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13561         * simple.el (minibuffer-default-add-completions): Drop deprecated
13562         4th arg.
13564 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
13566         * textmodes/artist.el (artist-mouse-choose-operation):
13567         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
13568         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
13569         (artist-compute-up-event-key): New function.
13570         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
13572 2009-11-13  Kenichi Handa  <handa@m17n.org>
13574         * language/japan-util.el: Make sure that the value of jisx0208
13575         property is jisx0208 character.
13577 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
13579         * international/mule.el (auto-coding-regexp-alist): Only purecopy
13580         car or each item, not the whole list.
13582 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13584         * minibuffer.el (minibuffer-completion-help):
13585         Use minibuffer-hide-completions.
13587 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
13589         * dired.el (dired-save-positions, dired-restore-positions): New funs.
13590         (dired-revert): Use them (bug#4880).
13592 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
13594         * tooltip.el (tooltip-frame-parameters): Undo previous change.
13596 2009-11-12  Juri Linkov  <juri@jurta.org>
13598         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
13599         New functions.
13600         (find-file-literally-at-point): Alias of `ffap-literally'.
13602 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
13604         * textmodes/ispell.el (ispell-skip-region-alist):
13605         * textmodes/css-mode.el (auto-mode-alist):
13606         * progmodes/compile.el (auto-mode-alist):
13607         * international/mule.el (ctext-non-standard-encodings-alist)
13608         (ctext-non-standard-encodings-regexp):
13609         * simple.el (shell-command-switch, text-read-only):
13610         * replace.el (occur-mode-map):
13611         * paths.el (rmail-file-name):
13612         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
13613         * find-file.el (ff-special-constructs):
13614         * files.el (file-name-handler-alist):
13615         * composite.el: Purecopy strings.
13617         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
13619 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
13621         * widget.el (define-widget): Purecopy the docstring.
13622         * international/mule-cmds.el (charset): Do not purecopy the
13623         docstring here, define-widget does it.
13625         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
13626         * textmodes/bibtex-style.el (auto-mode-alist):
13627         * progmodes/inf-lisp.el (inferior-lisp-prompt):
13628         * progmodes/compile.el (compile-command):
13629         * language/korea-util.el (default-korean-keyboard):
13630         * international/mule-conf.el (file-coding-system-alist):
13631         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
13632         * tooltip.el (tooltip-frame-parameters):
13633         * newcomment.el (comment-end, comment-padding):
13634         * dired.el (dired-trivial-filenames):
13635         * comint.el (comint-file-name-prefix): Purecopy initial values.
13637 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
13639         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
13640         (tramp-advice-minibuffer-electric-tilde): Unload advices via
13641         `tramp-unload'.
13642         (tramp-advice-make-auto-save-file-name)
13643         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
13644         after removing the advice.
13646 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
13648         * progmodes/grep.el (grep-regexp-alist):
13649         * international/mule-cmds.el (iso-2022-control-alist):
13650         * emacs-lisp/timer.el (timer-duration-words):
13651         * subr.el (version-separator, version-regexp-alist):
13652         * minibuffer.el (completion-styles-alist):
13653         * faces.el (face-attribute-name-alist, list-faces-sample-text):
13654         Change defvars to defconsts.
13656         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
13657         * loadup.el ("international/mule-conf"): Load the byte compiled version.
13658         * international/mule-conf.el: Allow to be byte compiled.
13660         * international/mule.el (define-charset): Purecopy props.
13661         (load-with-code-conversion): Purecopy doc string and file name.
13662         (put-charset-property): Purecopy strings.
13663         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
13665         * international/mule-cmds.el (register-input-method): Purecopy arguments.
13666         (define-char-code-property): Correctly purecopy the table.
13668         * international/ccl.el (define-ccl-program): Purecopy the docstring.
13670         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
13672         * subr.el (add-hook): Purecopy strings.
13673         (eval-after-load): Purecopy load-history-regexp and the form.
13675         * custom.el (custom-declare-group): Purecopy load-file-name.
13677         * subr.el (menu-bar-separator): New defconst.
13678         * net/eudc.el (eudc-tools-menu):
13679         * international/mule-cmds.el (set-coding-system-map)
13680         (mule-menu-keymap):
13681         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13682         * vc-hooks.el (vc-menu-map):
13683         * replace.el (occur-mode-map):
13684         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
13685         (menu-bar-edit-menu, menu-bar-goto-menu)
13686         (menu-bar-custom-menu, menu-bar-showhide-menu)
13687         (menu-bar-options-menu, menu-bar-tools-menu)
13688         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
13689         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
13690         (menu-bar-help-menu):
13691         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
13692         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
13694         * term/x-win.el (x-gtk-stock-map):
13695         * progmodes/vera-mode.el (auto-mode-alist):
13696         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
13697         (inferior-lisp-program, inferior-lisp-load-command):
13698         * progmodes/hideshow.el (hs-special-modes-alist):
13699         * progmodes/gud.el (same-window-regexps):
13700         * progmodes/grep.el (grep-program, find-program, xargs-program):
13701         * net/telnet.el (same-window-regexps):
13702         * net/rlogin.el (same-window-regexps):
13703         * language/ethiopic.el (font-ccl-encoder-alist):
13704         * vc-sccs.el (vc-sccs-master-templates):
13705         * vc-rcs.el (vc-rcs-master-templates):
13706         * subr.el (cl-assertion-failed):
13707         * simple.el (next-error-overlay-arrow-position):
13708         * lpr.el (lpr-command):
13709         * locate.el (locate-ls-subdir-switches):
13710         * info.el (same-window-regexps, info)
13711         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13712         * image-mode.el (image-mode, auto-mode-alist):
13713         * hippie-exp.el (hippie-expand-ignore-buffers):
13714         * format.el (format-alist):
13715         * find-dired.el (find-ls-subdir-switches, find-grep-options)
13716         (find-name-arg):
13717         * facemenu.el (facemenu-keybindings):
13718         * dired.el (dired-listing-switches, dired-chown-program):
13719         * diff.el (diff-switches, diff-command):
13720         * cus-edit.el (same-window-regexps):
13721         * bindings.el (mode-line-mule-info)
13722         (mode-line-buffer-identification): Purecopy strings.
13724 2009-11-11  Juri Linkov  <juri@jurta.org>
13726         * simple.el (dired-get-filename) <declare-function>:
13727         Tell the byte-compiler about dired-get-filename.
13728         (shell-command): In Dired mode, get filename from the current line
13729         as the default value.
13731 2009-11-10  Glenn Morris  <rgm@gnu.org>
13733         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
13734         * calendar/holidays.el, progmodes/cperl-mode.el:
13735         Update x-popup-menu declarations.
13737         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
13738         (list-load-path-shadows): Use dolist.
13739         (list-load-path-shadows): Use with-current-buffer.
13741 2009-11-10  Juri Linkov  <juri@jurta.org>
13743         * minibuffer.el (read-file-name): Support a list of default values
13744         in `default-filename'.  Use the first file name where only one
13745         element is required.  Doc fix.
13747 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
13749         * net/dbus.el (dbus-unregister-object): Release service, if no
13750         other method is registered for it.
13752 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
13754         * bookmark.el (bookmark-completing-read): Sort bookmark names if
13755         bookmark-sort-flag is non-nil (Bug#4653).
13757 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
13759         * emulation/cua-base.el: Add CUA property to some CC mode commands
13760         (Bug#4100).
13762 2009-11-08  Kevin Ryde  <user42@zip.com.au>
13764         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
13765         at end of sentence (Bug#4818).
13767 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
13769         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13770         Handle "see declaration of" MSFT statements (Bug#4100).
13772 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
13774         * net/tramp.el (tramp-advice-make-auto-save-file-name)
13775         (tramp-advice-file-expand-wildcards): Unload via
13776         `ad-remove-advice'.
13778         * net/trampver.el: Update release number.
13780 2009-11-08  Kevin Ryde  <user42@zip.com.au>
13782         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
13783         `ad-do-it'.
13785 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
13787         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
13788         in order to keep context in SELinux.
13790 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
13792         * dired-aux.el (dired-query): Place cursor in echo area and allow
13793         C-g.
13795         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
13796         menu item if not on a directory (Bug#4701).
13798 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
13800         Sync with Tramp 2.1.17.
13802         * net/tramp.el (tramp-handle-copy-directory): Don't use
13803         `file-remote-p' (due to compatibility).
13805         * net/tramp-compat.el (tramp-compat-copy-directory)
13806         (tramp-compat-delete-directory): New defuns.
13808         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13809         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13810         Use `tramp-compat-delete-directory'.
13812         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
13813         (tramp-smb-handle-delete-directory):
13814         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
13816         * net/trampver.el: Update release number.
13818 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
13820         * tar-mode.el (tar-copy): Call write-region on the right buffer
13821         (Bug#4857).
13823         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
13824         by hand, if necessary (Bug#4878).
13826 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
13828         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
13829         align size column (Bug#4839).
13831         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
13832         statement.
13834 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13836         * progmodes/ld-script.el (auto-mode-alist):
13837         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
13839         * cus-face.el (custom-declare-face): Purecopy face spec.
13841 2009-11-06  Kenichi Handa  <handa@m17n.org>
13843         * international/uni-bidi.el: Re-generated.
13844         * international/uni-category.el: Re-generated.
13845         * international/uni-combining.el: Re-generated.
13846         * international/uni-mirrored.el: Re-generated.
13848 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13850         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
13851         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
13852         (tex-start-options, slitex-run-command, latex-run-command)
13853         (tex-run-command, tex-directory):
13854         * textmodes/ispell.el (ispell-html-skip-alists)
13855         (ispell-tex-skip-alists, ispell-tex-skip-alists):
13856         * textmodes/fill.el (adaptive-fill-first-line-regexp):
13857         (adaptive-fill-regexp):
13858         * textmodes/dns-mode.el (auto-mode-alist):
13859         * progmodes/python.el (interpreter-mode-alist):
13860         * progmodes/etags.el (tags-compression-info-list):
13861         * progmodes/etags.el (tags-file-name):
13862         * net/browse-url.el (browse-url-galeon-program)
13863         (browse-url-firefox-program):
13864         * mail/sendmail.el (mail-signature-file)
13865         (mail-citation-prefix-regexp):
13866         * international/mule-conf.el (eight-bit):
13867         * international/latexenc.el (latex-inputenc-coding-alist):
13868         * international/fontset.el (x-pixel-size-width-font-regexp):
13869         * emacs-lisp/warnings.el (warning-type-format):
13870         * emacs-lisp/trace.el (trace-buffer):
13871         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
13872         (emacs-lisp-mode-map):
13873         * calendar/holidays.el (holiday-solar-holidays)
13874         (holiday-bahai-holidays, holiday-islamic-holidays)
13875         (holiday-christian-holidays, holiday-hebrew-holidays)
13876         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
13877         (hebrew-holidays-1, holiday-oriental-holidays)
13878         (holiday-general-holidays):
13879         * x-dnd.el (x-dnd-known-types):
13880         * tool-bar.el (tool-bar):
13881         * startup.el (site-run-file):
13882         * shell.el (shell-dumb-shell-regexp):
13883         * rfn-eshadow.el (file-name-shadow-tty-properties)
13884         (file-name-shadow-properties):
13885         * paths.el (remote-shell-program, news-directory):
13886         * mouse.el ([C-down-mouse-3]):
13887         * menu-bar.el (menu-bar-tools-menu):
13888         * jka-cmpr-hook.el (jka-compr-load-suffixes)
13889         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
13890         (jka-compr-compression-info-list):
13891         * isearch.el (search-whitespace-regexp):
13892         * image-file.el (image-file-name-extensions):
13893         * find-dired.el (find-ls-option):
13894         * files.el (directory-listing-before-filename-regexp)
13895         (directory-free-space-args, insert-directory-program)
13896         (list-directory-brief-switches, magic-fallback-mode-alist)
13897         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
13898         (automount-dir-prefix):
13899         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
13900         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
13901         (face-font-registry-alternatives, face-font-registry-alternatives)
13902         (face-font-family-alternatives):
13903         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
13904         (facemenu-foreground-menu, facemenu-face-menu):
13905         * epa-hook.el (epa-file-name-regexp):
13906         * dnd.el (dnd-protocol-alist):
13907         * textmodes/rst.el (auto-mode-alist):
13908         * button.el (default-button): Purecopy strings.
13910 2009-11-06  Glenn Morris  <rgm@gnu.org>
13912         * Makefile.in (ELCFILES): Update.
13914 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13916         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
13917         * emacs-lisp/levents.el: Move to obsolete/levents.el.
13919         * nxml/xsd-regexp.el (xsdre-gen-categories):
13920         * nxml/xmltok.el (xmltok-parse-entity):
13921         * nxml/rng-parse.el (rng-parse-validate-file):
13922         * nxml/rng-maint.el (rng-format-manual)
13923         (rng-manual-output-force-new-line):
13924         * nxml/rng-loc.el (rng-save-schema-location-1):
13925         * nxml/rng-cmpct.el (rng-c-parse-file):
13926         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
13927         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
13929 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
13931         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
13932         Remove extra save-excursions and make-variable-buffer-local's.
13933         Suggested by Stefan Monnier.
13935         (verilog-getopt-file, verilog-module-inside-filename-p)
13936         (verilog-set-define): Merge GNU 1.35 and repair changes from
13937         switching to using with-current-buffer.
13939         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
13940         being treated as a number and confusing AUTORESET.
13941         Reported by Dan Dever.
13943         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
13944         Add verilog-auto-ignore-concat to fix backward compatibility with
13945         older verilog-modes.  Reported by Dan Katz.
13947         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
13948         containing closing anchors "...$".
13950         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
13951         Reported by Wade Smith.
13953         (verilog-batch-execute-func): Comment on function usage.
13955 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
13957         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
13958         for labels.
13960         (verilog-label-re, verilog-calc-1): Support proper indent of named
13961         asserts.
13963         (verilog-backward-token, verilog-basic-complete-re)
13964         (verilog-beg-of-statement, verilog-indent-re): Support proper
13965         indent of the assert statement at the beginning of a block of text.
13967         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
13968         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
13969         tokens as begins.
13971 2009-11-05  Glenn Morris  <rgm@gnu.org>
13973         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
13974         Emacs 19.  (Bug#1531)
13975         (byte-compile-fix-header): Update for the above change.
13976         Drop test for epoch::version.
13978         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
13979         * cus-dep.el (custom-make-dependencies):
13980         * finder.el (finder-compile-keywords):
13981         Use autoload-rubric's feature argument.
13983         * calendar/diary-lib.el (top-level): Make load behave more like require.
13985         * vc-git.el (vc-git-stash-map): Move definition before use.
13987 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
13989         * custom.el (custom-declare-group): Purecopy standard-value.
13990         (custom-declare-group): Purecopy custom-prefix.
13992         * international/mule.el (load-with-code-conversion):
13993         Call do-after-load-evaluation unconditionally.
13995         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
13997 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13999         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
14001 2009-11-04  Glenn Morris  <rgm@gnu.org>
14003         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
14004         (byte-compile-compatibility): Remove option.
14005         (byte-compile-close-variables, byte-compile-fix-header)
14006         (byte-compile-insert-header, byte-compile-output-docform)
14007         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
14008         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
14009         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
14010         (byte-compile-insert, byte-compile-defun):
14011         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
14012         (byte-defop-compiler19): Remove.
14013         Without byte-compile-compatibility, the 'emacs19-opcode property is not
14014         used by anything.  Replace all calls with byte-defop-compiler.
14016 2009-11-04  Juri Linkov  <juri@jurta.org>
14018         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
14019         (menu-bar-options-menu): Don't quote the `prop' arg of
14020         `menu-bar-make-mm-toggle'.
14022 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
14024         * calendar/calendar.el (cal-loaddefs):
14025         * calendar/diary-lib.el (diary-loaddefs):
14026         * calendar/holidays.el (hol-loaddefs):
14027         * eshell/esh-module.el (esh-groups): Load rather than require.
14029 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14031         * calendar/todo-mode.el (todo-add-category): Don't hardcode
14032         point-min==1.
14033         (todo-top-priorities): Only display-buffer when called interactively.
14034         (todo-item-start): Don't save excursion point.
14035         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
14036         (todo-insert-item-here, todo-file-item, todo-remove-item):
14037         Adjust uses of todo-item-start and todo-item-end.
14039         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
14040         (autoload-rubric): Don't use any more.
14042         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
14043         and only put a prop if it is non-nil.
14045 2009-11-03  Juri Linkov  <juri@jurta.org>
14047         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
14048         (menu-bar-options-menu): Fix list quoting (Bug#4429).
14050         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
14051         and "Menu" to make top-level menu item visually one unit (like
14052         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
14053         multi-word menu items).  Fix :help string for quit-window.
14055 2009-11-03  Glenn Morris  <rgm@gnu.org>
14057         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
14058         (byte-compile-file-form-define-abbrev-table)
14059         (byte-compile-file-form-custom-declare-variable)
14060         (byte-compile-variable-ref, byte-compile-defvar):
14061         Whether or not a warning is enabled should only affect whether we issue
14062         the warning, not whether or not we collect the relevant data.
14063         Eg warnings can be turned on and off throughout the course of a file.
14065         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
14066         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
14068 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14070         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
14071         * play/mpuz.el (mpuz-create-buffer):
14072         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
14073         (lm-print-y,s,noise, lm-print-w0, lm-init):
14074         * play/gomoku.el (gomoku-prompt-for-move):
14075         * play/fortune.el (fortune-in-buffer):
14076         * play/dissociate.el (dissociated-press):
14077         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
14078         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
14079         * mail/supercite.el (sc-eref-show):
14080         * mail/smtpmail.el (smtpmail-send-it):
14081         * mail/rmailsum.el (rmail-summary-next-labeled-message)
14082         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
14083         (rmail-summary-undelete-many, rmail-summary-rmail-update)
14084         (rmail-summary-goto-msg, rmail-summary-expunge)
14085         (rmail-summary-get-new-mail, rmail-summary-search-backward)
14086         (rmail-summary-add-label, rmail-summary-output-menu)
14087         (rmail-summary-output-body):
14088         * mail/rfc822.el (rfc822-addresses):
14089         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
14090         * mail/mailpost.el (post-mail-send-it):
14091         * mail/hashcash.el (hashcash-generate-payment):
14092         * mail/feedmail.el (feedmail-run-the-queue)
14093         (feedmail-queue-send-edit-prompt-help-first)
14094         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
14095         (feedmail-deduce-address-list):
14096         * eshell/esh-ext.el (eshell-remote-command):
14097         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
14098         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
14099         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
14100         (viper-save-string-in-file, viper-valid-marker):
14101         * emulation/viper-keym.el (viper-toggle-key):
14102         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
14103         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
14104         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
14105         * emulation/viper-cmd.el (viper-exec-form-in-vi)
14106         (viper-exec-form-in-emacs, viper-brac-function):
14107         * emulation/viper.el (viper-delocalize-var):
14108         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
14109         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
14110         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
14111         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
14112         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
14113         * emulation/edt.el (edt-electric-helpify):
14114         * emulation/cua-rect.el (cua--rectangle-aux-replace):
14115         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
14116         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
14117         (cua-indent-to-global-mark-column):
14118         * calendar/diary-lib.el (calendar-mark-1):
14119         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
14120         Use with-current-buffer.
14121         * emulation/viper.el (viper-delocalize-var): Use dolist.
14123 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
14125         * comint.el (comint-replace-by-expanded-history-before-point):
14126         Replace !! with the previous input string literally (Bug#1795).
14128 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
14130         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
14131         to be made up of whitespace.
14133 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
14135         * minibuffer.el (read-file-name): Don't use file dialogs for
14136         remote directories (Bug#99).
14138 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
14140         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
14142 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
14144         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
14145         instead of deleting the window or frame.
14147 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
14149         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
14150         Support face colors.
14152         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
14153         New function.  Support face colors (Bug#1168).
14154         (tex-common-initialization): Use it.
14156         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
14157         mode allows it (Bug#1168).
14159 2009-10-31  Juri Linkov  <juri@jurta.org>
14161         * facemenu.el (list-colors-display): Don't mark buffer as
14162         modified (Bug#3948).
14164 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
14166         * international/mule-diag.el (list-character-sets-1):
14167         Minor message fix (Bug#3526).
14169         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
14170         Fix face property (Bug#4834).
14171         (etags-list-tags, etags-tags-apropos-additional)
14172         (etags-tags-apropos, tags-select-tags-table): Add follow-link
14173         property.
14175         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
14176         items.
14178 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14180         * textmodes/two-column.el (2C-split):
14181         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
14182         * textmodes/tex-mode.el (tex-set-buffer-directory):
14183         * textmodes/spell.el (spell-region, spell-string):
14184         * textmodes/reftex.el (reftex-erase-buffer):
14185         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
14186         * textmodes/reftex-toc.el (reftex-toc-promote-action):
14187         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
14188         (reftex-select-item):
14189         * textmodes/reftex-ref.el (reftex-label-info-update)
14190         (reftex-offer-label-menu):
14191         * textmodes/reftex-index.el (reftex-index-change-entry)
14192         (reftex-index-phrases-info):
14193         * textmodes/reftex-global.el (reftex-create-tags-file)
14194         (reftex-save-all-document-buffers, reftex-ensure-write-access):
14195         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
14196         (reftex-view-crossref-from-bibtex):
14197         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
14198         (reftex-extract-bib-entries-from-thebibliography)
14199         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
14200         * textmodes/refbib.el (r2b-capitalize-title):
14201         (r2b-convert-buffer, r2b-help):
14202         * textmodes/page-ext.el (pages-directory)
14203         (pages-directory-goto-with-mouse):
14204         * textmodes/bibtex.el (bibtex-validate-globally):
14205         * textmodes/bib-mode.el (bib-capitalize-title):
14206         * textmodes/artist.el (artist-clear-buffer, artist-system):
14207         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
14208         (local-set-scheme-interaction-buffer, xscheme-process-filter)
14209         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
14210         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
14211         (xscheme-send-control-g-interrupt, xscheme-start-process)
14212         (xscheme-process-sentinel, xscheme-cd):
14213         * progmodes/verilog-mode.el (verilog-read-always-signals)
14214         (verilog-set-define, verilog-getopt-file)
14215         (verilog-module-inside-filename-p):
14216         * progmodes/sh-script.el:
14217         * progmodes/python.el (python-pdbtrack-get-source-buffer)
14218         (python-pdbtrack-grub-for-buffer, python-execute-file):
14219         * progmodes/octave-inf.el (inferior-octave):
14220         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14221         (idlwave-shell-compile-helper-routines, idlwave-set-local)
14222         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
14223         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
14224         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
14225         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
14226         (idlwave-shell-filter, idlwave-shell-examine-highlight)
14227         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
14228         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
14229         (idlwave-shell-examine-display, idlwave-shell-run-region)
14230         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
14231         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
14232         * progmodes/idlw-help.el (idlwave-help-get-special-help)
14233         (idlwave-help-get-help-buffer):
14234         * progmodes/gud.el (gud-basic-call, gud-find-class)
14235         (gud-tooltip-activate-mouse-motions-if-enabled):
14236         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
14237         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
14238         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
14239         (ebrowse-tags-next-file):
14240         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
14241         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
14242         (ebnf-eps-finish-and-write):
14243         * progmodes/cpp.el (cpp-edit-save):
14244         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
14245         * progmodes/cc-defs.el (c-emacs-features):
14246         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
14247         (antlr-directory-dependencies):
14248         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
14249         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
14250         (ada-find-any-references, ada-make-filename-from-adaname)
14251         (ada-make-body-gnatstub):
14252         * obsolete/rnews.el (news-list-news-groups):
14253         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
14254         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
14255         * net/rcirc.el (rcirc-debug):
14256         * net/newst-treeview.el (newsticker--treeview-list-add-item)
14257         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
14258         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
14259         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
14260         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
14261         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
14262         (newsticker--treeview-list-clear-highlight)
14263         (newsticker--treeview-list-update-highlight)
14264         (newsticker--treeview-list-highlight-start)
14265         (newsticker--treeview-tree-update-highlight)
14266         (newsticker--treeview-get-selected-item)
14267         (newsticker-treeview-mark-list-items-old)
14268         (newsticker--treeview-set-current-node):
14269         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
14270         * net/newst-backend.el (newsticker--get-news-by-funcall)
14271         (newsticker--get-news-by-wget, newsticker--image-get)
14272         (newsticker--image-sentinel):
14273         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
14274         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
14275         (eudc-ph-close-session):
14276         * net/eudc.el (eudc-save-options):
14277         * language/thai-word.el (thai-update-word-table):
14278         * language/japan-util.el (japanese-string-conversion):
14279         * international/titdic-cnv.el (tsang-quick-converter)
14280         (ziranma-converter, ctlau-converter):
14281         * international/mule-cmds.el (describe-language-environment):
14282         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
14283         (skkdic-convert-postfix, skkdic-convert-prefix):
14284         (skkdic-convert-okuri-nasi, skkdic-convert):
14285         * emacs-lisp/re-builder.el (reb-update-overlays):
14286         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
14287         * emacs-lisp/gulp.el (gulp-send-requests):
14288         * emacs-lisp/find-gc.el (trace-call-tree):
14289         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
14290         (eieio-describe-generic):
14291         * emacs-lisp/eieio-base.el (eieio-persistent-read):
14292         * emacs-lisp/edebug.el (edebug-outside-excursion):
14293         * emacs-lisp/debug.el (debugger-make-xrefs):
14294         * emacs-lisp/cust-print.el (custom-prin1-to-string):
14295         * emacs-lisp/chart.el (chart-new-buffer):
14296         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
14297         Use with-current-buffer.
14298         * textmodes/artist.el (artist-system): Don't call
14299         copy-sequence on a fresh string.
14300         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
14302 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
14304         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
14305         is no item to edit.  (Bug#4820)
14306         (todo-top-priorities): Restore point and restore narrowing in Todo
14307         buffer.  (Bug#4820)
14309 2009-10-31  Glenn Morris  <rgm@gnu.org>
14311         * net/ange-ftp.el (top-level): Don't require dired when compiling.
14312         (comint-last-output-start, comint-last-input-start)
14313         (comint-last-input-end): Don't defvar when compiling.
14314         (ange-ftp-process-file): Use bound-and-true-p.
14316         * pcmpl-rpm.el (top-level): Move provide statement to end.
14317         (pcmpl-rpm): Remove unused custom group.
14319         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
14321         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
14323         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14324         (byte-compile-warnings): Add `constants' as an option.
14325         (byte-compile-callargs-warn, byte-compile-arglist-warn)
14326         (display-call-tree): Update for byte-compile-fdefinition possibly
14327         returning `(macro lambda ...)'.  (Bug#4778)
14328         (byte-compile-variable-ref, byte-compile-setq-default):
14329         Respect `constants' member of byte-compile-warnings.
14331 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14333         * vc-bzr.el (vc-bzr-revision-keywords): New var.
14334         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
14335         to "submit:".
14337 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
14339         * textmodes/ispell.el (ispell-skip-region-alist):
14340         * international/mule-conf.el (eight-bit):
14341         * international/fontset.el (font-encoding-alist):
14342         * startup.el (pure-space-overflow-message):
14343         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
14344         * paths.el (gnus-nntp-service, rmail-spool-directory)
14345         (term-file-prefix):
14346         * files.el (save-some-buffers-action-alist):
14347         * cmuscheme.el (same-window-buffer-names):
14348         * ielm.el (same-window-buffer-names):
14349         * shell.el (same-window-buffer-names):
14350         * mail/sendmail.el (same-window-buffer-names):
14351         * progmodes/inf-lisp.el (same-window-buffer-names):
14352         * bindings.el (mode-line-client)
14353         (mode-line-column-line-number-mode-map):
14354         * language/tibetan.el (tibetan-precomposition-rule-regexp)
14355         (tibetan-precomposed-regexp): Purecopy string arguments.
14357 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14359         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
14360         (calcDigit-nondigit):
14361         * calc/calc-yank.el (calc-copy-to-buffer):
14362         * calc/calc-units.el (calc-invalidate-units-table):
14363         * calc/calc-trail.el (calc-trail-yank):
14364         * calc/calc-store.el (calc-insert-variables):
14365         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
14366         * calc/calc-prog.el (calc-read-parse-table):
14367         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
14368         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
14369         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
14370         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
14371         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
14372         (calc-graph-name, calc-graph-find-command, calc-graph-view)
14373         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
14374         * calc/calc-ext.el (calc-realign):
14375         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
14376         (calc-embedded-finish-edit, calc-embedded-make-info)
14377         (calc-embedded-finish-command, calc-embedded-stack-change):
14378         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
14380         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
14381         shell-dynamic-complete-filename in preference to
14382         comint-dynamic-complete-filename.
14384         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14385         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14386         Don't consider whether the display supports colors.
14387         (bookmark-import-new-list): Use dolist.
14388         (bookmark-bmenu-mode-map): Move initialization into declaration.
14389         (bookmark-bmenu-list): Use dolist, simplify.
14390         (bookmark-show-all-annotations): Use save-selected-window and dolist.
14391         (menu-bar-final-items): Use push.
14393 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
14395         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
14396         it works on remote files.
14397         (vc-hg-diff): Don't pass any `--cwd' argument.
14399 2009-10-27  Kevin Ryde  <user42@zip.com.au>
14401         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14402         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
14403         (Further to Bug#3921).
14405 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
14407         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
14408         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
14409         calling `tramp-imap-put-file'.  Add file size to the call.
14410         (tramp-imap-get-file-entries): Compute also user name, file size,
14411         and date.
14412         (tramp-imap-handle-insert-directory): Insert uid and gid.
14413         (tramp-imap-handle-file-attributes): Transform uid and gid
14414         according to `id-format'.
14415         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
14416         size in header X-Size.
14418 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
14420         * simple.el (transpose-subr): Give clearer error when the mark
14421         is not set.  (Bug#4807)
14423 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
14425         * net/tramp.el (tramp-perl-file-truename): New defconst.
14426         Perl code contributed by yary <not.com@gmail.com> (tiny change).
14427         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
14428         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
14429         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
14431         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
14432         Ignore `dired-call-process'.
14433         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
14435 2009-10-26  Julian Scheid  <julians37@gmail.com>
14437         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
14438         (tramp-get-remote-readlink): New defun.
14439         (tramp-handle-file-truename): Use it.
14440         (tramp-handle-file-exists-p): Check file-attributes cache, assume
14441         file exists if cache value present.
14442         (tramp-check-cached-permissions): New defun.
14443         (tramp-handle-file-readable-p): Use it.
14444         (tramp-handle-file-writable-p): Likewise.
14445         (tramp-handle-file-executable-p): Likewise.
14446         (tramp-handle-file-name-all-completions): Try using Perl to get
14447         partial completions.  When perl not available, combine `cd' and
14448         `ls' into single remote operation and use shell expansion to get
14449         partial remote directory contents.  Set `file-exists-p' cache for
14450         directory and any files returned by ls.  Change cache handling to
14451         support partial directory contents.  Use error message emitted by
14452         remote `cd' or Perl code for local tramp-error.
14453         (tramp-do-copy-or-rename-file-directly): Avoid separate
14454         tramp-send-command-and-check call.
14455         (tramp-handle-process-file): Merge three remote ops into one.
14456         Do not flush all caches when `process-file-side-effects' is set.
14457         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
14458         file-attributes shows uid/gid to be set already.
14460 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
14462         * textmodes/tex-mode.el (tex-dvi-view-command)
14463         (tex-show-queue-command, tex-open-quote):
14464         * progmodes/ruby-mode.el (auto-mode-alist)
14465         (interpreter-mode-alist): Purecopy strings.
14467         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
14469         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
14470         string for the hook, keymap and abbrev table.
14472         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
14474         * x-dnd.el (x-dnd-xdnd-to-action):
14475         * startup.el (fancy-startup-text, fancy-about-text): Change to
14476         defconst from defvar.
14478         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
14480         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
14481         Purecopy initialization strings.
14483         * mail/sendmail.el (mail-header-separator)
14484         (mail-personal-alias-file):
14485         * mail/rmail.el (rmail-default-dont-reply-to-names)
14486         (rmail-ignored-headers, rmail-retry-ignored-headers)
14487         (rmail-highlighted-headers, rmail-secondary-file-directory)
14488         (rmail-secondary-file-regexp):
14489         * files.el (null-device, file-name-invalid-regexp)
14490         (locate-dominating-stop-dir-regexp)
14491         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
14492         (interpreter-mode-alist): Use mapcar instead of mapc.
14494         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
14496         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
14497         (completion-ignored-extensions):
14498         (debug-ignored-errors): Purecopy strings.
14500 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14502         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
14503         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
14504         (pcomplete--here): Use push.
14506         * subr.el (all-completions): Declare the 4th arg obsolete.
14508 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14510         * pcomplete.el (pcomplete-unquote-argument-function): New var.
14511         (pcomplete-unquote-argument): New function.
14512         (pcomplete--common-suffix): Always pay attention to case.
14513         (pcomplete--table-subvert): Quote and unquote the text.
14514         (pcomplete--common-quoted-suffix): New function.
14515         (pcomplete-std-complete): Use it and pcomplete-begin.
14517         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
14518         we're inside a dedicated or minibuffer window.
14520 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
14522         * bookmark.el: Update documentation, especially documentation
14523         of `bookmark-alist' and of the bookmark file format.
14524         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
14526 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
14528         * mail/emacsbug.el (report-emacs-bug): Clarify that the
14529         keybindings apply to the mail buffer (Bug#4003).  Shrink help
14530         window to buffer.
14532         * whitespace.el (whitespace-mode, whitespace-newline-mode)
14533         (global-whitespace-mode, global-whitespace-newline-mode)
14534         (whitespace-toggle-options, global-whitespace-toggle-options):
14535         Doc fix (Bug#3660).
14537         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
14538         of xmltok-start before the end tag was inserted (Bug#2840).
14540         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
14541         patterns that are preceded by an open-paren (Bug#1320).
14543 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
14545         * files.el (delete-directory): Delete symlinks to directories with
14546         delete-file (Bug#4739).
14548 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
14550         * vc.el (vc-backend-for-registration): Rename from
14551         vc-get-backend-for-registration.  Update callers.
14553         * international/mule-cmds.el (set-language-info-alist):
14554         Purecopy lang-env.
14555         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
14556         (charset): Purecopy the name.
14557         (define-char-code-property): Purecopy string arguments.
14559         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14560         Purecopy string arguments.
14562         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14563         * ediff-hook.el (menu-bar-ediff-menu):
14564         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
14565         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
14567 2009-10-24  Glenn Morris  <rgm@gnu.org>
14569         * comint.el (comint-dynamic-list-completions):
14570         * term.el (term-dynamic-list-completions): Use choose-completion rather
14571         than obsolete alias mouse-choose-completion.
14573         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
14574         file-cache-choose-completion.
14575         (file-cache-choose-completion): Handle an optional event argument.
14576         (file-cache-mouse-choose-completion): Make it an obsolete alias.
14578         * progmodes/octave-mod.el (octave-complete-symbol):
14579         Use choose-completion if mouse-choose-completion is ever removed.
14581         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
14582         use.
14584         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
14585         compiler.
14587         * vc-hooks.el (vc-responsible-backend): Fix declaration.
14589 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14591         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
14592         Ignore `pred' now that we receive one.
14593         Handle test-completion specially.
14595 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
14597         * vc.el (vc-responsible-backend): Throw an error if not backend is
14598         found.  Remove the REGISTER argument.  Move the code dealing with
14599         REGISTER ...
14600         (vc-get-backend-for-registration): ... here.  New function.
14601         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
14602         of vc-responsible-backend, pass the file name instead of the
14603         directory name.
14605 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14607         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
14608         New funs.
14609         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
14610         (pcomplete-comint-setup): Don't modify a global var via
14611         accidental side-effects.
14612         (pcomplete-shell-setup): Adjust call accordingly.
14613         (pcomplete-parse-comint-arguments): Use push.
14615 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
14617         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14618         Allow uncapitalized info node names (Bug#3921).
14620         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
14621         to the DEBUG file (Bug#3781).
14623 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
14625         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
14626         dictionary entry (Bug#4579).
14628 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
14630         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
14631         from `rfn-eshadow-update-overlay-hook' when unloading.
14632         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
14633         "rsyncc".  Adjust doc string.
14634         (tramp-temp-buffer-file-name): New buffer-local defvar.
14635         (tramp-handle-insert-file-contents, tramp-handle-write-region):
14636         Keep temporary file when indicated by method ("rsync" and
14637         "rsyncc").
14638         (tramp-handle-write-region): Handle APPEND.
14639         (tramp-delete-temp-file-function): New defun.  Added to
14640         `kill-buffer-hook'.
14642 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
14644         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
14646 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
14648         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
14649         (color-name-rgb-alist, tty-standard-colors)
14650         (tty-color-mode-alist): Change to defconst.
14652         * simple.el (mark-inactive): Purecopy message.
14654         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
14655         (global-map, yank-menu):
14656         * textmodes/ispell.el (ispell-menu-map):
14657         * net/eudc.el (eudc-tools-menu):
14658         * international/mule-cmds.el (describe-language-environment-map)
14659         (setup-language-environment-map, set-coding-system-map)
14660         (mule-menu-keymap):
14661         * vc-hooks.el (vc-menu-entry, vc-menu-map):
14662         * replace.el (occur-mode-map):
14663         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
14665 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
14667         * calc/calc.el (math-read-number, math-read-number-simple):
14668         Use `save-match-data'.
14670 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14672         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
14673         rather than fiddling with global-map bindings, since it should only
14674         affect per-terminal settings.
14675         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
14677         * minibuffer.el (completion-table-with-terminator): Allow to specify
14678         the terminator-regexp.
14680         * simple.el (switch-to-completions): Look for *Completions* in other
14681         frames as well.
14683         * pcomplete.el: Allow the use of completion-tables.
14684         (pcomplete-std-complete): New command.
14685         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
14686         (pcomplete--here): Use a function for `form' rather than an expression,
14687         so it can be byte-compiled.
14688         (pcomplete-here, pcomplete-here*): Adjust accordingly.
14689         Add edebug declaration.
14690         (pcomplete-show-completions): Remove unused var `curbuf'.
14691         (pcomplete-do-complete, pcomplete-stub):
14692         Don't assume `completions' is a list of strings any more.
14694 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
14696         * find-dired.el (find-name-arg): Fix typo in docstring.
14698 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14700         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
14701         (pcmpl-linux-fs-types): Same, and update to new modules layout.
14703         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
14704         pcomplete-entries.
14706         * comint.el (comint-read-input-ring, comint-write-input-ring)
14707         (comint-substitute-in-file-name)
14708         (comint-dynamic-complete-as-filename)
14709         (comint-dynamic-simple-complete)
14710         (comint-dynamic-list-filename-completions)
14711         (comint-dynamic-list-completions)
14712         (comint-redirect-results-list-from-process): Minor simplifications.
14714 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14716         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
14717         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
14718         the first form.  And insert a blank line after ";;; Code" since
14719         that's usual style.  (Bug#4612)
14721         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
14723 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14725         * minibuffer.el (completion-table-with-terminator): Properly implement
14726         boundaries, in case `terminator' appears in the suffix.
14727         (completion--embedded-envvar-table): Don't return boundaries if
14728         there's no valid completion.  Simplify.
14729         (completion-file-name-table): New completion table extracted from
14730         completion--file-name-table.
14731         (completion--file-name-table): Use it.
14732         (read-file-name-predicate): Declare obsolete.
14733         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
14734         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
14735         completion-file-name-table, and use the `pred' argument.
14736         * files.el (locate-file-completion-table): Use the `pred' arg rather
14737         than read-file-name-predicate.
14738         (abbreviate-file-name): Use \` rather than ^ for BOS.
14740 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
14742         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
14743         vc-responsible-backend to register, it causes problems.
14745 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14747         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
14749 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
14751         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
14752         (tramp-smb-handle-file-attributes): Use it.
14753         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
14754         (tramp-smb-handle-insert-directory): Use `mapc' rather than
14755         `mapcar'.  Use `tramp-smb-get-stat-capability'.
14756         Add `dired-filename' text properties.
14757         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
14758         (tramp-smb-maybe-open-connection): Simplify check for smbclient
14759         version.
14761 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14763         * subr.el (read-key-delay): Reduce to 0.01.
14764         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
14765         (bug#4751).
14767 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14769         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
14771         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
14772         (Info-menu): Remove unused vars `last' and `completions'.
14773         (Info-index-nodes): Remove unused var `node'.
14775         * info.el (Info-complete-menu-item): Use complete-with-action.
14777 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
14779         Make vc-annotate work through copies and renames.
14780         * vc-annotate.el (vc-annotate-extract-revision-at-line):
14781         Return the file name too.
14782         (vc-annotate-revision-at-line)
14783         (vc-annotate-find-revision-at-line)
14784         (vc-annotate-revision-previous-to-line)
14785         (vc-annotate-show-log-revision-at-line): Update to get the file
14786         name from vc-annotate-extract-revision-at-line.
14787         (vc-annotate-show-diff-revision-at-line-internal): Change the
14788         argument to mean whether to show a file diff or not.  Get the file
14789         name from vc-annotate-extract-revision-at-line.
14790         (vc-annotate-show-diff-revision-at-line):
14791         Update vc-annotate-show-diff-revision-at-line call.
14792         (vc-annotate-warp-revision): Add an optional file argument.
14794         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
14795         (vc-git-annotate-extract-revision-at-line): Also return the file
14796         name if found.
14798         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
14799         command.  Remove unused code.
14800         (vc-hg-annotate-re): Update to match --follow output.
14801         (vc-hg-annotate-extract-revision-at-line): Also return the file
14802         name if found.
14804         * vc.el: Update annotate-extract-revision-at-line documentation.
14806 2009-10-18  Kevin Ryde  <user42@zip.com.au>
14808         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
14809         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
14811         * net/browse-url.el (browse-url): Identify alist with "consp and
14812         not functionp" and let all other things go down the `apply' leg,
14813         as suggested by Stefan.  (Further to bug#4531.)
14815 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
14817         * minibuffer.el (read-file-name): Check for repeat before putting
14818         a default argument in file-name-history (Bug#4657).
14820         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
14821         read syntax (Bug#4737).
14823         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
14825 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14827         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
14828         (html-tag-alist, html-tag-help): Add descriptions for undocumented
14829         entries and make note of obsolete tags.
14831 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14833         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
14835 2009-10-18  Glenn Morris  <rgm@gnu.org>
14837         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
14838         grep, so that binary files (eg international/uni-bidi.el) can match.
14839         Remove test for "UnicodeData" files, since it is hopefully unnecessary
14840         now, and in any case the file header format has changed.
14842 2009-10-17  Glenn Morris  <rgm@gnu.org>
14844         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
14845         (flyspell-get-word, flyspell-large-region)
14846         (flyspell-auto-correct-previous-word): Doc/error message fixes.
14848 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
14850         * Makefile.in (ELCFILES): Add ede/shell.
14852 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
14854         * term/common-win.el (x-colors): Purecopy it.
14856 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14858         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
14859         permissive for when the buffer is empty.
14860         (tar-header-block-tokenize): Decode the username and groupname.
14861         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
14863 2009-10-17  Eric Ludlam  <zappo@gnu.org>
14865         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
14866         contains multibyte characters, choose first applicable coding
14867         system automatically.
14869 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14871         * international/mule-cmds.el (select-safe-coding-system): If the file
14872         has a coding cookie, use it regardless of any other setting (bug#4712).
14874 2009-10-17  Glenn Morris  <rgm@gnu.org>
14876         * foldout.el (foldout-mouse-swallow-events):
14877         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
14879         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
14880         (dired-keep-marker-copy, dired-keep-marker-hardlink)
14881         (dired-keep-marker-symlink, dired-dwim-target)
14882         (dired-copy-preserve-time): Do not autoload these defcustoms.
14884         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
14885         messages from messing up the file coding.  (Bug#4623)
14887 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
14889         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
14890         if no match is found for the current dictionary.  (Bug#4578)
14892         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
14893         optional, since that is how it is documented, and this is often called
14894         with a nil argument.  (Bug#4577)
14895         (flyspell-external-point-words, flyspell-auto-correct-word)
14896         (flyspell-correct-word-before-point, flyspell-word-search-forward)
14897         (flyspell-word-search-backward): Remove nil argument in calls to
14898         flyspell-get-word, since it is not needed now.
14900 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
14902         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
14904 2009-10-16  Glenn Morris  <rgm@gnu.org>
14906         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
14908 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
14910         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
14911         (ange-ftp-file-size): New function.
14912         (ange-ftp-file-attributes): Use it.
14914 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
14916         * net/tramp-smb.el (tramp-smb-version): New defvar.
14917         (tramp-smb-maybe-open-connection): Use it, in order to avoid
14918         repeated checks.
14920 2009-10-16  Glenn Morris  <rgm@gnu.org>
14922         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
14923         Maybe copy some custom properties from old to new name.  (Bug#4706)
14925 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
14927         * subr.el (error, sit-for, start-process-shell-command)
14928         (start-file-process-shell-command): Set the calling convention
14929         after the function definition.
14931 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14933         * subr.el (error, sit-for, start-process-shell-command)
14934         (start-file-process-shell-command): Use the new
14935         set-advertised-calling-convention feature.
14937 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
14939         * international/ucs-normalize.el (ucs-normalize-version):
14940         Change to 1.2.
14941         (check-range): Adjust for Unicode 5.2.
14943 2009-10-15  Juri Linkov  <juri@jurta.org>
14945         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
14946         to the `menu-item' format.
14948 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
14950         * net/tramp.el (tramp-replace-environment-variables): Do not fail
14951         if the environment variable does not exist.
14953         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14954         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
14955         parameter.
14956         (tramp-smb-handle-add-name-to-file)
14957         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14958         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14959         (tramp-smb-handle-file-attributes)
14960         (tramp-smb-do-file-attributes-with-stat)
14961         (tramp-smb-handle-file-local-copy)
14962         (tramp-smb-handle-insert-directory)
14963         (tramp-smb-handle-make-directory)
14964         (tramp-smb-handle-make-directory-internal)
14965         (tramp-smb-handle-make-symbolic-link)
14966         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
14967         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
14968         (tramp-smb-maybe-open-connection): Apply the changed parameters.
14969         (tramp-smb-read-file-entry): Read Disk names in compressed format.
14970         Handle long file names.
14971         (tramp-smb-get-cifs-capabilities): Check, whether the connection
14972         process is running.
14973         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
14974         Read share names with "-g" option.
14976 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
14978         * net/rcirc.el (rcirc-view-log-file): New command.
14979         (rcirc-track-minor-mode-map): Remove C-c ` binding.
14980         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
14981         specified.
14983 2009-10-15  Glenn Morris  <rgm@gnu.org>
14985         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
14986         from the second command-line argument.
14987         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
14988         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
14989         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
14990         w32-batch-update-autoloads.
14991         * emacs-lisp/autoload.el (autoload-make-program): New variable.
14992         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
14994         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
14995         the headers cannot be located.  Simplify, subtracting superflous
14996         save-excursions.
14998 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15000         Replace completion-base-size by completion-base-position to fix bugs
15001         such as (bug#4699).
15002         * simple.el (completion-base-position): New var.
15003         (completion-base-size): Mark as obsolete.
15004         (choose-completion): Make it work for mouse events as well.
15005         Pass the new base-position to choose-completion-string.
15006         (choose-completion-guess-base-position): New function, extracted from
15007         choose-completion-delete-max-match.
15008         (choose-completion-delete-max-match): Use it.  Make obsolete.
15009         (choose-completion-string): Use the new base-position info.
15010         (completion-root-regexp): Delete.
15011         (completion-setup-function): Preserve completion-base-position.
15012         Eliminate obsolete base-size manipulation.
15013         * minibuffer.el (display-completion-list): Don't mess with base-size.
15014         (minibuffer-completion-help): Set completion-base-position instead.
15015         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
15016         choose-completion.
15017         * textmodes/bibtex.el (bibtex-complete):
15018         * emacs-lisp/crm.el (crm--choose-completion-string):
15019         Adjust to new calling convention.
15020         * complete.el (partial-completion-mode): Use minibufferp to avoid
15021         bumping into incompatible change to choose-completion-string-functions.
15022         * ido.el (ido-choose-completion-string): Make its calling convention
15023         more permissive.
15024         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
15025         base-size manipulation.
15026         (comint-dynamic-list-input-ring): Use dotimes and push.
15027         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
15028         fundamental-mode.  Use `or'.
15030 2009-10-14  Juri Linkov  <juri@jurta.org>
15032         * misearch.el (multi-isearch-next-buffer-from-list)
15033         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
15035 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15037         * Makefile.in (compile-onefile): Load `bytecomp' rather than
15038         `bytecomp.el'.
15040         * minibuffer.el (completion-pcm--merge-completions): Make sure the
15041         string we return is all made up of text from the completions rather
15042         than part from the completions and part from the input (bug#4219).
15044         * ido.el (ido-everywhere): Use define-minor-mode.
15046         * buff-menu.el (list-buffers, ctl-x-map):
15047         Mark the entry points with ;;;###autoload cookies.
15049 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
15051         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
15052         correctly in the detached head case.
15053         (vc-git-print-log): Remove unused binding.
15055         * vc.el (vc-responsible-backend): When a directory is passed for
15056         for registration create a VC repository if no backend is
15057         responsible for the directory argument.
15058         (vc-deduce-fileset): Tell vc-responsible-backend to register.
15060         * vc.el: Move comments about RCS and SCCS ...
15061         * vc-rcs.el:
15062         * vc-sccs.el: ... here, respectively.
15064 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15066         * minibuffer.el (completion--file-name-table): Return nil if there's
15067         no file completion, even if substitute-in-file-name changed
15068         the string (bug#4708).
15070 2009-10-13  Juri Linkov  <juri@jurta.org>
15072         * files-x.el (read-file-local-variable-value): Don't filter out
15073         minor modes from mode name completion (bug#4664).
15075 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
15077         * international/mule-cmds.el (ucs-names): Remove exclusion of
15078         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
15080 2009-10-13  Kenichi Handa  <handa@m17n.org>
15082         * international/uni-name.el: Regenerated.
15084 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
15086         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
15087         should be automatically buffer-local, but isn't.)
15089 2009-10-12  Sam Steingold  <sds@gnu.org>
15091         * progmodes/compile.el (compilation-next-error-function): Fix the
15092         timestamps if the buffer has been visited before.
15093         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
15094         non-anchored patterns, like the perl one (bug#3928).
15096 2009-10-12  Glenn Morris  <rgm@gnu.org>
15098         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
15099         Let-bind `size'.
15101 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
15103         * proced.el (proced-unload-function): New function.
15105         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
15106         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
15107         Doc fix.
15109         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
15111 2009-10-11  Juri Linkov  <juri@jurta.org>
15113         * files-x.el (read-file-local-variable-value):
15114         Provide default value only for bound variables (bug#4664).
15116 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
15118         * net/tramp.el (tramp-local-host-p): Function shall return nil for
15119         connection methods like smb.
15121         * net/tramp-cache.el (tramp-flush-connection-property): The hash
15122         can be empty.
15124         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15125         (tramp-smb-file-name-handler-alist): Add handlers for
15126         `add-name-to-file', `make-symbolic-link'.
15127         (tramp-smb-handle-add-name-to-file)
15128         (tramp-smb-do-file-attributes-with-stat)
15129         (tramp-smb-handle-make-symbolic-link)
15130         (tramp-smb-get-cifs-capabilities): New defuns.
15131         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15132         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15133         (tramp-smb-handle-file-local-copy)
15134         (tramp-smb-handle-make-directory-internal)
15135         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
15136         The file name syntax depends on cifs capabilities.
15137         (tramp-smb-handle-file-attributes):
15138         Call `tramp-smb-do-file-attributes-with-stat' if possible.
15139         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
15140         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
15142 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
15144         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
15145         (eieio-defclass): Apply deftype handler and setf-method properties
15146         directly.
15147         (eieio-add-new-slot): Avoid union function from cl library.
15148         (eieio--typep): New function.
15149         (eieio-perform-slot-validation): Use it.
15151 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
15153         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
15154         Update documentation to refer to the variables documented in r1.135.
15155         (Bug#4188)
15157 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
15159         * bookmark.el (Info-suffix-list): Remove this unused variable.
15160         (bookmark-current-point): Remove this obsolete variable.
15161         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
15162         Adjust for removal of bookmark-current-point.
15164         (bookmarks-already-loaded, bookmark-current-buffer)
15165         (bookmark-yank-point): Document.  (Bug#4188)
15167 2009-10-10  Glenn Morris  <rgm@gnu.org>
15169         * frame.el (frame-height): Doc fix.
15171         * calendar/calendar.el (calendar-split-width-threshold): New option.
15172         (calendar-basic-setup): Use calendar-split-width-threshold.
15174 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
15176         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
15177         Ideographic Supplement" range (U+1F200..U+1F2FF).
15179 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
15181         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
15182         since the list will have been rebuilt anyway.  (Bug#4349)
15184 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
15186         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
15187         (bookmark-bmenu-execute-deletions): Don't save here, as
15188         bookmark-delete will now do so if necessary.
15189         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
15190         (Bug#4348)
15192 2009-10-09  Glenn Morris  <rgm@gnu.org>
15194         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
15196 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
15198         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
15199         (bookmark-jump-other-window): Just invoke bookmark-jump with new
15200         argument now, so the two function's behaviors will match.  (Bug#3645)
15202 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
15204         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
15205         (tramp-file-name-real-host, tramp-file-name-port):
15206         Apply `save-match-data'.
15208         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
15209         case both directories are remote.
15210         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
15211         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
15213 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
15215         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
15217 2009-10-07  Glenn Morris  <rgm@gnu.org>
15219         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
15220         of concat.
15222 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15224         * files-x.el (read-file-local-variable): Include some
15225         non-user-variables in the completion table (bug#4664).
15227 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
15229         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
15230         message.
15232         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15233         (tramp-smb-file-name-handler-alist): Add handler for
15234         `copy-directory', `expand-file-name', `set-file-modes'.
15235         (tramp-smb-handle-copy-directory)
15236         (tramp-smb-handle-expand-file-name)
15237         (tramp-smb-handle-set-file-modes): New defuns.
15238         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
15239         (tramp-smb-handle-file-attributes): Simplify check for retrieving
15240         entry.
15241         (tramp-smb-handle-insert-directory): Don't flush the cache.
15242         (tramp-smb-maybe-open-connection): Check for samba client and
15243         server versions.
15245 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
15247         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
15248         to not error out of search for "^lisp=" fails.
15250 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
15252         * makefile.w32-in (WINS_UPDATES): New macro.
15253         (custom-deps, finder-data, autoloads): Use it.
15255 2009-10-07  Glenn Morris  <rgm@gnu.org>
15257         * Makefile.in (autoloads): Revert previous change.
15258         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
15259         the list of preloaded files passed on the command-line, get
15260         it from src/Makefile.
15262         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
15263         show the original buffer rather than a random one.
15265 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
15267         * help.el (describe-no-warranty): Place point in a slightly better
15268         position in the GPLv3 text.
15270 2009-10-06  Sam Steingold  <sds@gnu.org>
15272         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
15273         the comm attribute is present before calling regexp-quote.
15275 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
15277         * play/animate.el (animate-string): For good effect, make sure
15278         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
15280         * play/animate.el (animate-sequence, animate-birthday-present):
15281         * misc.el (butterfly): Don't set `indent-tabs-mode'.
15283 2009-10-06  Glenn Morris  <rgm@gnu.org>
15285         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
15287         * emacs-lisp/autoload.el (autoload-excludes): New variable.
15288         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
15289         (batch-update-autoloads): Process a string value of autoload-excludes,
15290         set during the build process.
15291         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
15293         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
15294         inside with-parsed...  macro so that `v' is defined.
15296         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
15297         * progmodes/fortran.el (fortran-end-of-block)
15298         (fortran-beginning-of-block):
15299         Also push mark in the macro case.
15301         * emerge.el (emerge-show-file-name):
15302         * calc/calc.el (calc-quit):
15303         * calc/calc-misc.el (calc-big-or-small):
15304         * calc/calc-graph.el (calc-graph-view):
15305         * calc/calc-ext.el (calc-reset):
15306         * calendar/calendar.el (calendar-basic-setup):
15307         Use window-full-height-p.
15309         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
15310         header we don't understand, don't insert another.  (Bug#4624)
15311         If changing mime charset, insert the new one in the right place.
15313 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
15315         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15316         (cal-tex-cursor-month): Correctly increment the end date for diary and
15317         holiday listing.  (Bug#4626)
15319 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15321         * help-fns.el (describe-function-1): Don't burp if the function is not
15322         a symbol.
15324 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
15326         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
15327         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
15328         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
15329         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
15331         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
15332         (eieio-default-superclass): Reflow docstrings.
15333         (this, class-option-assoc, defclass, eieio-class-un-autoload)
15334         (eieio-unbind-method-implementations, defmethod)
15335         (eieio-validate-slot-value, eieio-validate-class-slot-value)
15336         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
15337         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
15338         (eieio-slot-originating-class-p, eieio-slot-name-index)
15339         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
15340         (constructor, initialize-instance, no-next-method, object-print)
15341         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
15342         Fix typos in docstrings.
15343         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
15344         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
15345         (next-method-p): Doc fixes.
15346         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
15347         Fix typos in error messages.
15348         (eieio-defmethod): Fix typo in description of generic method.
15350         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
15351         (eieio-persistent-save-interactive, slot-missing):
15352         Fix typos in docstrings.
15353         (eieio-instance-inheritor-slot-boundp): Doc fix.
15355         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
15356         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
15358         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
15359         (eieio-custom-object-apply-reset):
15360         Fix typos in docstrings and error messages.
15362         * emacs-lisp/eieio-datadebug.el (data-debug-show):
15363         Fix typo in docstring.
15365         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
15366         (eieio-browse-tree): Doc fix.
15367         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
15368         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
15369         Fix typos in docstrings.
15371         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
15372         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
15373         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
15374         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
15375         Reflow docstrings.
15377 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
15379         * vc-hg.el (log-view-vc-backend): Declare for compiler.
15380         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
15381         Set log-view-vc-backend so that diff can work.
15383         * log-view.el (log-view-diff): Use vc-diff-internal instead of
15384         vc-version-diff.
15385         (vc-diff-internal): Autoload this instead of vc-version-diff.
15387 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
15389         * simple.el (eval-expression): Doc fix.
15391         * progmodes/cwarn.el (cwarn-mode): Doc fix.
15393 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
15395         * files.el (directory-files-no-dot-files-regexp): New defconst.
15396         (delete-directory): Use it.
15397         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
15399         * net/tramp.el (tramp-verbose): Fix docstring.
15400         (tramp-methods): Add recursive option to `tramp-copy-args'.
15401         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
15402         "scp1_old", "scp2_old", "rsync", "rsyncc".
15403         (tramp-default-method): Check also for `auth-source-user-or-password'.
15404         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15405         Add handler for `copy-directory'.
15406         (tramp-handle-copy-directory): New defun.
15407         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
15408         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
15409         Optimize sent command.
15411 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15413         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
15414         window if necessary.
15416         * calendar/calendar.el (calendar-basic-setup): Don't call
15417         switch-to-buffer in a dedicated window.
15419 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
15421         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
15422         don't do anything related to relocating, just return nil.
15423         (bookmark-error-no-filename): New error.
15424         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
15425         bookmark has no file.  Don't even attempt to handle things that
15426         are not files; the whole point of custom handlers is to keep that
15427         knowledge elsewhere anyway.  Tighten some comments.
15428         (bookmark-file-or-variation-thereof): Remove now-unused function.
15429         (bookmark-location): Doc string fix.
15430         (Bug#4250)
15432 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15434         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
15435         don't use a file dialog, because they usually don't know how to read
15436         a directory target from the user.  (Bug#4230)
15437         Also, make sure the prompt can display directories as well as files.
15439 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15441         * bookmark.el (bookmark-set, bookmark-buffer-name):
15442         Improve doc strings.  (Bug#1193)
15444 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15446         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
15447         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
15448         (bookmark-get-annotation, bookmark-set-annotation)
15449         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
15450         (bookmark-set-position, bookmark-get-front-context-string)
15451         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
15452         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
15453         (bookmark-jump-other-window, bookmark-handle-bookmark)
15454         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
15455         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
15456         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
15457         Improve doc strings to say whether bookmark can be a string or
15458         a record or both, and make other consistency and clarity fixes.
15459         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
15460         (bookmark-default-annotation-text, bookmark-yank-word)
15461         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
15462         (bookmark-import-new-list, bookmark-maybe-rename)
15463         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15464         (bookmark-bmenu-bookmark): Give these doc strings.
15465         (bookmark-bmenu-check-position): Give this a doc string, but also
15466         add a FIXME comment about how the function may be pointless.
15467         (bookmark-default-handler): Rework doc string and change a
15468         parameter name, to clarify that this takes a bookmark record
15469         not a bookmark name.
15470         (bookmark-set): Change a parameter name to indicate its meaning,
15471         and improve the doc string a bit.
15472         (Bug#4188)
15474 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15476         * bookmark.el (bookmark-alist): Document the new `handler' element
15477         in the param alist.
15478         (bookmark-make-record-function): Adjust documentation for above.
15479         (Bug#4193)
15481 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15483         * info.el (Info-bookmark-make-record): Document this function.
15484         (Info-bookmark-jump): Document with a doc string, not just a comment.
15485         (Bug#4203)
15487 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
15489         * files.el (copy-directory): New defun.
15491         * dired-aux.el (dired-copy-file-recursive): Use it.
15493 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
15495         * files-x.el (modify-dir-local-variable)
15496         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
15497         docstrings.
15499         * recentf.el (recentf-unload-function): New function.
15501 2009-10-04  Glenn Morris  <rgm@gnu.org>
15503         * window.el (window-full-height-p): Add doc string.
15505 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
15507         * window.el (window-full-height-p): New function.  (Bug#4543)
15509 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
15511         * vc.el: Remove commented out code.
15512         (vc-derived-from-dir-mode): Remove, unused.
15513         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
15515 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
15517         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
15518         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
15519         there could be recursive loading when `default-directory' is a
15520         remote file name.  (Bug#4614)
15522 2009-10-03  Glenn Morris  <rgm@gnu.org>
15524         * calendar/calendar.el (calendar-basic-setup): Handle the case where
15525         the frame is wide.
15526         (calendar-generate-window): Test for shrinkability rather than width.
15528         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
15529         reusing existing buffers, in case we happen to visit two files with the
15530         same basename.  (Bug#4593)
15532 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
15534         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
15535         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
15536         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
15537         subdirs of cedet as well.
15538         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
15540 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15542         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
15543         Obey advertised-signature-table.
15545         * help-fns.el (help-function-arglist): Don't check
15546         advertised-signature-table.
15547         (describe-function-1): Do it here instead so it also applies to subrs.
15549 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
15551         * simple.el (start-file-process): Say in the doc-string, that file
15552         handlers might not support pty association, if PROGRAM is nil.
15554         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
15555         HOST and USER are strings.  They are nil, when there are
15556         incomplete entries in ~/.netrc, for example.
15557         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
15558         root directory ("device busy" error otherwise).
15560         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
15561         Flush file properties of created directory.
15563 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
15565         * makefile.w32-in (WINS_BASIC): Remove cedet.
15566         (WINS_CEDET): Add cedet.
15567         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
15569 2009-10-02  Kevin Ryde  <user42@zip.com.au>
15571         * net/browse-url.el (browse-url): Pass any symbol in
15572         browse-url-browser-function to `apply', since if you've mistakenly put
15573         an unbound symbol then the error is clearer.  (Bug#4531)
15575 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
15577         * allout.el (allout-init, allout-back-to-current-heading)
15578         (allout-beginning-of-current-entry, allout-ascend-to-depth)
15579         (allout-ascend, allout-up-current-level, allout-end-of-level)
15580         (allout-previous-visible-heading, allout-forward-current-level)
15581         (allout-backward-current-level, allout-show-children):
15582         * apropos.el (apropos-describe-plist):
15583         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
15584         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
15585         * completion.el (add-completion, add-permanent-completion):
15586         * descr-text.el (describe-text-category, describe-char):
15587         * desktop.el (desktop-lazy-abort):
15588         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
15589         * dired.el (dired-build-subdir-alist):
15590         * ediff.el (ediff-version):
15591         * elide-head.el (elide-head, elide-head-show):
15592         * emerge.el (emerge-version):
15593         * env.el (getenv):
15594         * face-remap.el (variable-pitch-mode):
15595         * faces.el (describe-face):
15596         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
15597         (dired-at-point):
15598         * files.el (find-file-existing, auto-save-mode):
15599         * font-lock.el (font-lock-fontify-buffer):
15600         * help-fns.el (describe-function, describe-variable)
15601         (describe-syntax, describe-categories):
15602         * help.el (view-lossage, describe-bindings, describe-key)
15603         (describe-mode):
15604         * hexl.el (hexl-current-address):
15605         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
15606         * info.el (Info-goto-emacs-key-command-node):
15607         * log-edit.el (log-edit-insert-cvs-template)
15608         (log-edit-insert-cvs-rcstemplate):
15609         * menu-bar.el (menu-bar-mode):
15610         * mouse.el (mouse-appearance-menu):
15611         * newcomment.el (comment-indent-new-line):
15612         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
15613         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
15614         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
15615         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
15616         * recentf.el (recentf-mode):
15617         * savehist.el (savehist-mode, savehist-save):
15618         * shadowfile.el (shadow-copy-files):
15619         * simple.el (kill-ring-save, next-line, previous-line)
15620         (normal-erase-is-backspace-mode):
15621         * strokes.el (strokes-update-window-configuration)
15622         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
15623         (strokes-xpm-for-stroke):
15624         * time.el (emacs-uptime, emacs-init-time):
15625         * tutorial.el (tutorial--describe-nonstandard-key)
15626         (tutorial--detailed-help):
15627         * type-break.el (type-break-mode)
15628         (type-break-mode-line-message-mode, type-break-query-mode)
15629         (type-break-guesstimate-keystroke-threshold):
15630         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
15631         * version.el (emacs-version):
15632         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
15633         * winner.el (winner-mode):
15634         * calendar/timeclock.el (timeclock-in, timeclock-out)
15635         (timeclock-status-string, timeclock-change)
15636         (timeclock-workday-remaining-string)
15637         (timeclock-workday-elapsed-string)
15638         (timeclock-when-to-leave-string):
15639         * calendar/todo-mode.el (todo-add-category):
15640         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
15641         * emacs-lisp/autoload.el (update-file-autoloads):
15642         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
15643         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
15644         (checkdoc-message-text, checkdoc-defun):
15645         * emacs-lisp/debug.el (debugger-list-functions):
15646         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15647         * emacs-lisp/eieio-opt.el (eieio-describe-class)
15648         (eieio-describe-generic):
15649         * emacs-lisp/lisp-mnt.el (lm-synopsis):
15650         * emacs-lisp/shadow.el (list-load-path-shadows):
15651         * emulation/cua-base.el (cua-mode):
15652         * emulation/edt.el (edt-set-scroll-margins):
15653         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
15654         (tpu-toggle-regexp, tpu-toggle-search-direction)
15655         (tpu-toggle-rectangle, tpu-toggle-control-keys):
15656         * emulation/tpu-extras.el (tpu-set-scroll-margins):
15657         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
15658         (viper-set-parsing-style-toggling-macro)
15659         (viper-set-emacs-state-searchstyle-macros):
15660         * emulation/viper.el (viper-set-hooks):
15661         * eshell/esh-mode.el (eshell-truncate-buffer):
15662         * international/mule-cmds.el (prefer-coding-system)
15663         (describe-input-method, describe-language-environment):
15664         * international/mule-diag.el (list-character-sets)
15665         (describe-character-set, describe-coding-system)
15666         (describe-fontset, list-fontsets, list-input-methods):
15667         * mail/sendmail.el (mail-signature):
15668         * net/ange-ftp.el (ange-ftp-copy-file):
15669         * net/browse-url.el (browse-url):
15670         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
15671         * net/quickurl.el (quickurl-add-url):
15672         * net/rcirc.el (names, topic):
15673         * net/xesam.el (xesam-mode):
15674         * play/5x5.el (5x5-new-game):
15675         * play/yow.el (apropos-zippy):
15676         * progmodes/ada-mode.el (ada-mode-version):
15677         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
15678         (f90-end-of-block)
15679         (f90-beginning-of-block):
15680         * progmodes/fortran.el (fortran-end-of-block)
15681         (fortran-beginning-of-block):
15682         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
15683         * progmodes/python.el (python-describe-symbol, python-shell):
15684         * term/ns-win.el (ns-print-buffer):
15685         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
15686         * textmodes/flyspell.el (flyspell-mode-on):
15687         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
15688         (pages-directory-for-addresses):
15689         * textmodes/table.el (table-recognize-cell)
15690         (table-query-dimension, table-generate-source)
15691         (table-insert-sequence, table--warn-incompatibility):
15692         * textmodes/tex-mode.el (tex-validate-buffer):
15693         * textmodes/texinfmt.el (texinfmt-version)
15694         (texinfo-format-buffer):
15695         Use `called-interactively-p' instead of `interactive-p'.
15697 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
15699         * image-mode.el (image-toggle-display):
15700         * emacs-lisp/elp.el (elp-instrument-function):
15701         * emacs-lisp/advice.el (ad-make-advised-definition):
15702         * emacs-lisp/easy-mmode.el (define-minor-mode):
15703         * net/browse-url.el (browse-url-maybe-new-window):
15704         * progmodes/sh-script.el (sh-learn-buffer-indent):
15705         Pass new argument 'any to `called-interactively-p'.
15707 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
15709         * international/uni-bidi.el:
15710         * international/uni-category.el:
15711         * international/uni-combining.el:
15712         * international/uni-comment.el:
15713         * international/uni-decimal.el:
15714         * international/uni-decomposition.el:
15715         * international/uni-digit.el:
15716         * international/uni-lowercase.el:
15717         * international/uni-mirrored.el:
15718         * international/uni-name.el:
15719         * international/uni-numeric.el:
15720         * international/uni-old-name.el:
15721         * international/uni-titlecase.el:
15722         * international/uni-uppercase.el:
15723         Regenerate from Unicode 5.2.0 data.
15725 2009-10-01  Glenn Morris  <rgm@gnu.org>
15727         * Makefile.in (ELCFILES): Regenerate.
15729 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15731         * subr.el (interactive-p): Mark obsolete.
15732         (called-interactively-p): Make the optional-ness of `kind' obsolete.
15733         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
15734         advertised-signature-table for subroutines as well.
15736         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
15737         (set-advertised-calling-convention): New function.
15738         (make-obsolete, define-obsolete-function-alias)
15739         (make-obsolete-variable, define-obsolete-variable-alias):
15740         Make the optional-ness of `when' obsolete.
15741         (define-obsolete-face-alias): Make `when' non-optional.
15742         * help-fns.el (help-function-arglist):
15743         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
15744         Use advertised-signature-table.
15746 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
15748         * files.el (delete-directory): New defun.  The original function
15749         in fileio.c has been renamed to `delete-directory-internal'.
15751         * dired.el (dired-delete-file): Call `delete-directory' with
15752         RECURSIVE parameter.
15754         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
15755         parameter RECURSIVE.  Implementation is missing.
15757         * net/tramp.el (tramp-handle-make-directory): Flush upper
15758         directory's file properties.
15759         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
15760         (tramp-handle-dired-recursive-delete-directory): Flush directory
15761         properties after the remove command only.
15763         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
15764         Handle optional parameter RECURSIVE.
15766         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
15767         Handle optional parameter RECURSIVE.
15769         * net/tramp-smb.el (tramp-smb-errors): Add error message for
15770         connection timeout.
15771         (tramp-smb-handle-delete-directory): Handle optional parameter
15772         RECURSIVE.
15774 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15776         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
15777         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
15778         (byte-compile-defmacro): Use backquotes.
15780         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
15782         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
15783         has no associated file.
15784         (vc-resynch-buffer): Use vc-dir-buffers.
15786 2009-10-01  Glenn Morris  <rgm@gnu.org>
15788         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
15789         (chart-file-count):
15790         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
15791         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
15792         * emacs-lisp/eieio-opt.el (eieio-describe-class):
15793         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
15794         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
15795         (eieio-copy-parents-into-subclass, make-instance, class-children)
15796         (eieio-generic-form):
15798         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
15799         match-data.  (Bug#4555).
15801         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
15802         rather than parsing it as a regexp.  This relaxes the layout
15803         requirements and makes errors easier to detect.
15804         (check-declare-verify): Check file is regular.
15805         (check-declare-directory): Doc fix.
15806         * subr.el (declare-function): Doc fix.
15808         * ibuffer.el (ibuffer-format-qualifier):
15809         * isearch.el (hi-lock-regexp-okay):
15810         * calc/calc.el (math-zerop):
15811         * mail/uce.el (rmail-msgbeg, rmail-msgend):
15812         * term/w32-win.el (setup-default-fontset, set-fontset-font):
15813         Remove unused declarations.
15815 2009-09-30  Eric Ludlam  <zappo@gnu.org>
15817         * emacs-lisp/eieio.el (boolean-p): Delete.
15819 2009-09-30  Glenn Morris  <rgm@gnu.org>
15821         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
15823         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
15824         filename is not a string.
15826 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
15828         * files.el (safe-local-eval-forms): Fix typo.
15830 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15832         * vc-hooks.el (vc-dir-buffers): New var.
15833         (vc-state-refresh): New function.
15834         (vc-state): Use it.
15835         (vc-after-save): Always ask the backend to recompute the new state.
15836         Always call vc-dir if necessary, using vc-dir-buffers.
15837         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
15838         Use vc-dir-buffers.
15839         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
15840         (vc-dir-prepare-status-buffer, vc-dir-update)
15841         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
15842         Don't call expand-file-name on default-directory.
15844 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
15846         * speedbar.el (speedbar-item-delete):
15847         * calc/calc-prog.el (calc-kbd-if):
15848         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
15850         * epa.el (epa-key-list-mode-map):
15851         * hi-lock.el (hi-lock-menu): Fix typos in menus.
15853         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
15854         (hs-show-hook): Fix typo in docstring.
15856 2009-09-29  Glenn Morris  <rgm@gnu.org>
15858         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
15859         file-name-nondirectory call preventing location of cedet files.
15860         (check-declare-verify): Use literal search rather than re-search.
15861         Add basic defmethod and defclass, and define-overloadable-function.
15863         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15864         Use tramp-compat-file-attributes rather than nonexistent
15865         tramp-compat-handle-file-attributes.
15867         * Makefile.in (lisptagsfiles4): New.
15868         (AUTOGENEL): Add cedet loaddefs files.
15869         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
15870         (update-elclist, compile-always, backup-compiled-files)
15871         (bootstrap-clean): Add yet another directory level.
15872         (update-elclist): Use LC_COLLATE rather than COLLATE.
15873         (ELCFILES): Update, via `make update-elclist'.
15875 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
15877         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
15878         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
15879         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
15881 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
15883         * Makefile.in (lisptagsfiles3): Define.
15884         (TAGS, TAGS-LISP): Use it.
15885         (update-elclist): Add third directory level to look for elc files.
15886         (compile-always): Likewise.
15887         (backup-compiled-files): Likewise.
15888         (bootstrap-clean): Likewise.
15889         (ELCFILES): Update.
15891 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
15893         * Makefile.in (ELCFILES): Add CEDET files.
15895 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
15897         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
15899         * net/tramp.el (top): Require tramp-imap.
15901         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15902         Use `tramp-compat-handle-file-attributes'.
15904 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15906         * net/tramp-imap.el: New package.
15908 2009-09-28  Eric Ludlam  <zappo@gnu.org>
15910         * emacs-lisp/chart.el:
15911         * emacs-lisp/eieio-base.el:
15912         * emacs-lisp/eieio-comp.el:
15913         * emacs-lisp/eieio-custom.el:
15914         * emacs-lisp/eieio-datadebug.el:
15915         * emacs-lisp/eieio-opt.el:
15916         * emacs-lisp/eieio-speedbar.el:
15917         * emacs-lisp/eieio.el: New files.
15919 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15921         * whitespace.el (whitespace-trailing-regexp)
15922         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
15923         Fix doc string.
15925 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
15927         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
15928         menu.
15930         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
15931         menu-bar-ediff-menu.
15933         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
15934         define-overloadable-function.
15936         * progmodes/autoconf.el: Provide autoconf as well, so that this
15937         file can be `require'd.
15939         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
15941         * emacs-lisp/autoload.el (generated-autoload-feature)
15942         (generated-autoload-load-name): New vars.
15943         (autoload-rubric, autoload-generate-file-autoloads): Use them.
15944         (make-autoload): Recognize define-overloadable-function and
15945         defclass forms (for EIEIO).
15947         * Makefile.in (update-subdirs): Exclude cedet directory.
15949 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
15951         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
15953         * faces.el: Default light-background background for region face to
15954         ns_selection_color under NS.
15956 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15958         * net/imap-hash.el: New library, see NEWS.
15960         * Makefile.in (ELCFILES): Add imap-hash.el.
15962 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15964         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
15965         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
15966         * help-macro.el (make-help-screen): Avoid using an ambiguous function
15967         definition where the docstring could be taken for the return value.
15969 2009-09-26  Glenn Morris  <rgm@gnu.org>
15971         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
15972         Add option to only show images below a certain size.
15973         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
15974         save-excursion calls.
15976 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
15978         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
15979         subdirectories) and eieio.
15981 2009-09-26  Alan Mackenzie  <acm@muc.de>
15983         * progmodes/cc-engine.el (c-beginning-of-statement-1):
15984         Correct buggy bracketing.  (Bug#4289)
15986         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
15987         character constants (as case labels).  (Bug#4289)
15989 2009-09-25  Juri Linkov  <juri@jurta.org>
15991         * files.el (safe-local-eval-forms): Allow time-stamp in
15992         before-save-hook (Bug#4554).
15994 2009-09-25  Drew Adams  <drew.adams@oracle.com>
15996         * menu-bar.el (list-buffers-directory): Doc fix.
15998 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16000         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
16001         Try and avoid copying twice the same paragraph.
16002         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
16003         Remove save-excursion.
16004         (log-edit-changelog-entry): Do it here instead.
16006 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
16008         * bs.el (bs--get-file-name): Use `list-buffers-directory'
16009         when available, instead of hardcoding mode names.  Doc fix.
16011         * menu-bar.el (list-buffers-directory): Add docstring.
16012         Make automatically buffer-local.
16014         * dired.el (dired-mode):
16015         * files.el (cd-absolute):
16016         * pcvs.el (cvs-temp-buffer):
16017         * pcvs-util.el (cvs-get-buffer-create):
16018         * shell.el (shell-mode):
16019         * vc-dir.el (vc-dir-mode):
16020         Don't make `list-buffers-directory' buffer local.
16022 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
16024         * comint.el (comint-exec, comint-run, make-comint):
16025         Doc fixes (Bug#4542).
16027 2009-09-25  Glenn Morris  <rgm@gnu.org>
16029         * mail/rmailmm.el (rmail-mime): New custom group.
16030         Move all defcustoms in this file into this group.
16031         (rmail-mime-media-type-handlers-alist): Revert previous change.
16032         (rmail-mime-show-images): New option.
16033         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
16034         references to it, since it wasn't actually used for anything.
16035         (rmail-mime-insert-image): New function.
16036         (rmail-mime-image): Use rmail-mime-insert-image.
16037         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
16038         obey the value of `rmail-mime-show-images' option.  Print the size of
16039         attachments.
16041 2009-09-25  David Engster  <deng@randomsample.de>
16043         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
16045 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16047         * whitespace.el: Does not highlight trailing spaces While point is
16048         at end of line.  Does not highligt spaces at beginning of buffer
16049         while point is at beginning of buffer.  Does not highlight spaces
16050         at end of buffer while point is at end of buffer.  (Bug#4177)
16051         New version 12.0.
16052         (whitespace-display-mappings): Adjust initialization.
16053         (whitespace-point, whitespace-font-lock-refontify): New vars.
16054         (whitespace-color-on, whitespace-color-off): Adjust code.
16055         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
16056         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
16057         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
16059 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
16061         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
16063         * textmodes/sgml-mode.el: Remove xml-mode alias.
16065         * files.el (auto-mode-alist, conf-mode-maybe)
16066         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
16068 2009-09-24  Alan Mackenzie  <acm@muc.de>
16070         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
16071         c-forward-conditionals, but it doesn't move point and doesn't set
16072         the mark.
16073         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
16074         (c-down-conditional-with-else, c-backward-conditional)
16075         (c-forward-conditional): Refactor to use c-scan-conditionals.
16077 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
16079         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
16080         (help-default-arg-highlight): Remove.
16081         (help-highlight-arg): New function.
16082         (help-do-arg-highlight): Use it.
16083         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
16085 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16087         * term.el (term-set-scroll-region, term-handle-ansi-escape):
16088         Undo last change, which didn't fix the problem and introduced others.
16090 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
16092         * progmodes/gdb-mi.el: Don't require speedbar.
16093         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
16095 2009-09-24  Glenn Morris  <rgm@gnu.org>
16097         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
16099         * term/ns-win.el (ns-reg-to-script): Define for compiler.
16101         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
16102         there is no newline after the final mime boundary.  (Bug#4539)
16103         Move markers on insertion so that any buttons inserted don't end up in
16104         the next part of a multipart message.
16105         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
16106         (rmail-mime-bulk-handler): Optionally handle images.
16107         (rmail-mime-image): New button action.
16108         (rmail-mime-image-handler): New function.
16109         (rmail-mime-mode): New mode.
16110         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
16112 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16114         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
16115         than just dropping elements from it (bug#4504).
16117         * term.el (term-set-scroll-region): Don't move cursor any more.
16118         (term-handle-ansi-escape): Call term-goto here instead.
16119         Suggested by Ivan Kanis <apple@kanis.eu>.
16121         * term.el: Require CL.
16122         (term-ansi-reset): New function.
16123         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
16124         (term-handle-colors-array): Simplify.
16126 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
16128         * allout.el (allout-overlay-interior-modification-handler)
16129         (allout-obtain-passphrase):
16130         * epa-file.el (epa-file-write-region):
16131         * ps-print.el (ps-begin-job):
16132         * vc-hooks.el (vc-toggle-read-only):
16133         * vc-rcs.el (vc-rcs-rollback):
16134         * vc-sccs.el (vc-sccs-rollback):
16135         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
16136         (vc-version-diff, vc-revert, vc-rollback):
16137         * wdired.el (wdired-check-kill-buffer):
16138         * emacs-lisp/authors.el (authors):
16139         * net/socks.el (socks-open-connection):
16140         * net/zeroconf.el (zeroconf-service-add-hook):
16141         * obsolete/vc-mcvs.el (vc-mcvs-register):
16142         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
16143         (gdb-select-frame):
16144         * progmodes/grep.el (lgrep, rgrep):
16145         * progmodes/idlw-help.el (idlwave-help-check-locations)
16146         (idlwave-help-html-link, idlwave-help-assistant-open-link):
16147         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16148         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
16149         (reftex-toc-rename-label): Fix typos in error messages.
16151         * dired-aux.el (dired-do-shell-command): Reflow docstring.
16152         (dired-copy-how-to-fn): Doc fix.
16153         (dired-files-attributes, dired-read-shell-command):
16154         Fix typos in docstrings.
16156         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
16157         (dired-x-find-file-other-window): Reflow docstrings.
16158         (dired-omit-marker-char, dired-read-shell-command)
16159         (dired-x-submit-report): Fix typos in docstrings.
16161         * shell.el (shell-mode-hook):
16162         * view.el (View-scroll-line-forward):
16163         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
16164         Fix typos in docstrings.
16166         * net/dig.el (dig-invoke): Fix typo in docstring.
16167         (query-dig): Reflow docstring.
16169         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
16170         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
16171         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
16172         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
16173         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
16174         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
16175         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
16176         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
16177         (idlwave-completion-map, idlwave-current-indent)
16178         (idlwave-custom-ampersand-surround, idlwave-customize)
16179         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
16180         (idlwave-define-abbrev, idlwave-determine-class-special)
16181         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
16182         (idlwave-end-block-reg, idlwave-end-of-statement)
16183         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
16184         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
16185         (idlwave-explicit-class-listed, idlwave-file-header)
16186         (idlwave-fill-paragraph, idlwave-find-class-definition)
16187         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
16188         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
16189         (idlwave-in-quote, idlwave-indent-action-table)
16190         (idlwave-indent-expand-table, idlwave-indent-line)
16191         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
16192         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
16193         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
16194         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
16195         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
16196         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
16197         (idlwave-outlawed-buffers, idlwave-popup-select)
16198         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
16199         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
16200         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
16201         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
16202         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
16203         (idlwave-statement-type, idlwave-struct-skip)
16204         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
16205         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
16206         (idlwave-what-module-find-class): Fix typos in docstrings.
16207         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
16208         (idlwave-calculate-cont-indent, idlwave-expand-equal)
16209         (idlwave-find-module, idlwave-find-structure-definition)
16210         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
16211         (idlwave-list-load-path-shadows, idlwave-next-statement)
16212         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
16213         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
16214         (idlwave-template): Reflow docstrings.
16216         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
16217         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
16218         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
16219         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
16220         (idlwave-shell-display-line, idlwave-shell-display-wframe)
16221         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
16222         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
16223         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
16224         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
16225         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
16226         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
16227         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
16228         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
16229         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
16230         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
16231         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
16232         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
16233         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
16234         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
16235         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
16236         Fix typos in docstrings.
16237         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
16238         (idlwave-shell-hide-output, idlwave-shell-mode)
16239         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
16240         Reflow docstrings.
16242         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
16244 2009-09-24  Ivan Kanis  <apple@kanis.eu>
16246         * term.el (term-bold-attribute): New var.
16247         (term-handle-colors-array): Use it.
16249 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
16251         * progmodes/gdb-mi.el (gdb-version): New variable.
16252         (gdb-non-stop-handler): Set gdb-version.
16253         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
16254         Condition "--thread" option on gdb-version.
16255         (gdb-invalidate-threads): Remove unused argument.
16257 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16259         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
16260         to looking-back to avoid ridiculous slow down in large files (bug#4511).
16262 2009-09-23  Glenn Morris  <rgm@gnu.org>
16264         * mail/rmail.el (rmail-reply): Don't try to add a References header when
16265         replying to mail without References or Message-Id.  (Bug#4525)
16267 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
16269         * term/ns-win.el (ns-reg-to-script): New variable.
16271 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
16273         * epg.el (epg-wait-for-status): Preserve existing 'error results.
16275 2009-09-22  Sam Steingold  <sds@gnu.org>
16277         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
16278         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
16279         to 1 because hg returns status 1 when nothing is found.
16280         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
16282 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16284         * textmodes/fill.el: Convert to utf-8 encoding.
16285         (fill-french-nobreak-p): Remove redundant » and « inherited from our
16286         pre-Unicode days.
16288         * add-log.el (change-log-fill-forward-paragraph): New function.
16289         (change-log-mode): Use it so fill-region DTRT.
16290         Set fill-indent-according-to-mode here rather than in
16291         change-log-fill-paragraph.
16292         (change-log-fill-paragraph): Remove.
16294 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
16296         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
16297         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
16299 2009-09-22  Glenn Morris  <rgm@gnu.org>
16301         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
16302         the scroll-bar scroll the calendar window rather than the buffer.
16304         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
16305         commands that move point (as opposed to scrolling).
16307         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
16309         * emacs-lisp/elint.el (elint): New custom group.
16310         (elint-log-buffer): Make it a defcustom.
16311         (elint-scan-preloaded, elint-ignored-warnings)
16312         (elint-directory-skip-re): New options.
16313         (elint-builtin-variables): Doc fix.
16314         (elint-preloaded-env): New variable.
16315         (elint-unknown-builtin-args): Add an entry for encode-time.
16316         (elint-extra-errors): Make it a variable rather than a constant.
16317         (elint-preloaded-skip-re): New constant.
16318         (elint-directory): Skip files matching elint-directory-skip-re.
16319         (elint-features): New variable, local to linted buffers.
16320         (elint-update-env): Initialize elint-features.  Possibly add
16321         elint-preloaded-env to the buffer's environment.
16322         (elint-get-top-forms): Bind elint-current-pos, for log messages.
16323         Skip quoted forms.
16324         (elint-init-form): New function, extracted from elint-init-env.
16325         Make non-list forms a warning rather than an error.
16326         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
16327         easy-menu-define, put that adds an error-condition, and provide.
16328         When requiring cl, also require cl-macs.  Really require cl, to handle
16329         some cl macros.  Store required libraries in the list elint-features,
16330         so as not to re-load them.  Treat cc-require like require.
16331         (elint-init-env): Call elint-init-form to do the work.
16332         Handle eval-and-compile and such like.
16333         (elint-add-required-env): Do not clear messages.
16334         (elint-special-forms): Add handlers for function, defalias, if, when,
16335         unless, and, or.
16336         (elint-form): Add optional argument to ignore elint-special-forms,
16337         useful to prevent recursive calls from handlers.  Doc fix.
16338         Respect elint-ignored-warnings.
16339         (elint-form): Respect elint-ignored-warnings.
16340         (elint-bound-variable, elint-bound-function): New variables.
16341         (elint-unbound-variable): Respect elint-bound-variable.
16342         (elint-get-args): Respect elint-bound-function.
16343         (elint-check-cond-form): Add some simple handling for (f)boundp and
16344         featurep tests.
16345         (elint-check-defalias-form): New handler.
16346         (elint-check-let-form): Make an empty let a warning rather than an
16347         error.
16348         (elint-check-setq-form): Make an empty setq a warning rather than an
16349         error.  Respect elint-ignored-warnings.
16350         (elint-check-defvar-form): Accept null doc-strings.
16351         (elint-check-conditional-form): New handler.  Does some simple-minded
16352         checking of featurep and (f)boundp tests.
16353         (elint-put-function-args): New function.
16354         (elint-initialize): Use elint-scan-doc-file rather than
16355         elint-find-builtin-variables.  Use elint-put-function-args.
16356         Possibly scan preloaded-file-list.
16357         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
16358         extend to handle functions as well.
16360 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
16362         * linum.el (linum-delete-overlays, linum-update-window):
16363         Do not modify the right margin.  (Bug#3971)
16365 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
16367         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
16368         Use nxml-mode instead of xml-mode.
16370 2009-09-21  Kevin Ryde  <user42@zip.com.au>
16372         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
16374 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16376         * net/dig.el (dig-mode): Use define-derived-mode.
16378 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
16380         * vc-dispatcher.el (vc-do-command): Return the process object in
16381         the asynchronous case.  Use when instead of if.  Do not run
16382         vc-exec-after to display a message if not enabled.  (Bug#4463)
16384         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
16385         properties to the stash strings.
16386         (vc-git-stash-list): Return a list of strings.
16387         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
16388         (vc-git-stash-show-at-point): New functions.
16389         (vc-git-stash-map): New keymap.
16391         * register.el (ctl-x-r-map): Define the keys here instead of
16392         using autoload.
16394 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
16396         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
16397         list, to workaround performance problem (bug#4485).
16399 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
16401         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
16403 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
16405         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
16406         Document that this option is not recommended to use.
16408 2009-09-19  Glenn Morris  <rgm@gnu.org>
16410         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
16411         variable `var'.
16413         * calc/calc-alg.el (var):
16414         * calc/calcalg2.el (var): Define for compiler.
16416 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
16418         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
16419         Doc fix (Bug#3932).
16421         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
16423         * time-stamp.el (time-stamp-month-dd-yyyy)
16424         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
16425         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
16426         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
16427         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
16428         Remove functions that have been obsolete since 1995 (Bug#4436).
16430         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
16431         indent buffer only if called interactively (Bug#4452).
16433 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
16434             Eli Zaretskii  <eliz@gnu.org>
16436         This fixes bug#4197 (merged to bug#865, though not identical).
16437         * server.el (server-auth-dir): Add docstring note about FAT32.
16438         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
16439         but warn against using them.
16441 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
16443         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
16444         older GDB where there is no has_more field.
16446 2009-09-19  Glenn Morris  <rgm@gnu.org>
16448         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
16450 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
16452         * files.el (auto-mode-alist): Change default for XML files to nXML
16453         mode (Bug#4169).
16455 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
16457         * server.el (server-ensure-safe-dir): Pass 'integer
16458         to `file-attributes', as suggested.
16460 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16462         * dired-aux.el (dired-query-alist): Remove spurious backslash.
16463         (dired-query): Use read-key.
16465 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
16467         * cus-start.el (ns-use-qd-smoothing): Remove.
16469 2009-09-18  Glenn Morris  <rgm@gnu.org>
16471         * allout.el (top-level): Remove unnecessary progn.
16473         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
16475         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
16476         definition of abbrev table.
16478         * speedbar.el (speedbar-track-mouse):
16479         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
16480         * net/eudc.el (eudc-expand-inline):
16481         * net/newst-backend.el (newsticker--cache-read-feed):
16482         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
16483         condition-case handlers.
16485 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
16487         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
16488         (gdb-var-list): Add an element for has_more field.
16489         (gdb-non-stop-handler): Enable pretty printing for STL containers.
16490         (gdb-var-create-handler, gdb-var-list-children-handler-1)
16491         (gdb-var-update-handler-1): Parse output of dynamic variable
16492         objects (STL containers).
16493         (gdb-var-delete-1): Pass var1 as an explicit second argument.
16494         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
16496         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
16497         gdb-var-list.
16498         (gud-speedbar-buttons): Make node expandable if expression "has more"
16499         children.
16501 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
16503         * startup.el (emacs-quick-startup): Remove variable and all uses.
16504         (command-line): Set `inhibit-x-resources' instead.
16505         (command-line-1): Use `inhibit-x-resources' instead.
16507 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
16509         * subr.el: Fix last change to avoid using the `unless' macro,
16510         which breaks bootstrapping.
16512 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16514         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
16515         extended definitions, in case we reload subr.el after having
16516         loaded CL.
16517         (eval-next-after-load): Mark as obsolete.
16519 2009-09-17  Juri Linkov  <juri@jurta.org>
16521         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
16522         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
16523         (menu-bar-showhide-menu, menu-bar-tools-menu)
16524         (menu-bar-describe-menu, menu-bar-help-menu)
16525         (minibuffer-local-completion-map, minibuffer-local-map):
16526         Fix list quoting.
16528 2009-09-17  Glenn Morris  <rgm@gnu.org>
16530         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
16531         arguments, whether or not it has a handler.
16533         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
16535         * simple.el (hard-newline): Give it a doc-string.
16537         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16538         (lisp-mode-syntax-table): Give them doc-strings.
16540 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
16542         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
16543         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
16544         (menu-bar-options-menu, menu-bar-showhide-menu)
16545         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
16546         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
16547         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
16548         (menu-bar-options-menu, menu-bar-tools-menu)
16549         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
16550         (menu-bar-help-menu):
16551         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
16552         string arguments.
16554         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
16555         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
16556         calls for the menu names and :help.
16558 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16560         * mouse.el (minor-mode-menu-from-indicator): Pay attention
16561         to :minor-mode-function (bug#4455).
16563 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16565         * startup.el (command-line): Initialize the window-system after
16566         processing the command-line.
16568         * textmodes/page.el (what-page): Make sure we don't inf-loop if
16569         page-delimiter matches the empty string.
16571 2009-09-16  Glenn Morris  <rgm@gnu.org>
16573         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
16574         byte-compile-not-obsolete-var.  It's a list now.
16575         (byte-compile-not-obsolete-funcs): New variable.
16576         (byte-compile-warn-obsolete): Don't warn about functions if they are in
16577         byte-compile-not-obsolete-funcs.
16578         (byte-compile-variable-ref, byte-compile-defvar): Update for
16579         byte-compile-not-obsolete-vars name-change and list nature.
16580         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
16581         and variables behind (f)boundp tests.
16582         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
16584 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
16586         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
16588 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16590         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
16591         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
16592         Don't autoload.
16594 2009-09-15  Stephen Eglen  <stephen@gnu.org>
16596         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
16597         the virtual-buffers, use the name of the buffer specified by
16598         find-file-noselect, as the match may be a symlink.  (This was a
16599         problem if the target and the symlink had different names.)
16601 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16603         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
16605         * desktop.el (desktop-path): Check user-emacs-directory.
16607         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
16609         * loadup.el: Use after-load-functions to GC after loading each file.
16610         Remove the explicit GC calls that used to be sprinkled around.
16612         * subr.el (after-load-functions): New hook.
16613         (do-after-load-evaluation): Run it.  Use string-match-p to detect
16614         `obsolete' packages, rather than painfully extracting the relevant
16615         directory name.
16617 2009-09-15  Glenn Morris  <rgm@gnu.org>
16619         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
16620         free variable `doc'.
16622         * dired.el (dired-mode-map): Add menu entry for async shell command.
16624         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
16625         variables, also consider the .elc files, since the .el files are
16626         normally gzipped (subsequent code locates the .el.gz from the .elc).
16628         * calc/calc-prog.el (arglist): Define for compiler.
16630         * calendar/diary-lib.el (diary-display-function): Change the default to
16631         fancy display.
16632         (body): Define for compiler.
16634         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
16635         (byte-compile-file-form, byte-compile-lambda)
16636         (byte-compile-top-level-body, byte-compile-form)
16637         (byte-compile-variable-ref, byte-compile-setq)
16638         (byte-compile-setq-default, byte-compile-body)
16639         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
16640         (batch-byte-compile): Give some more local variables with common names
16641         a "bytecomp-" prefix to avoid masking warnings about free variables.
16643         * startup.el (command-line-1): Give local variables with common names a
16644         distinguishing prefix, so as not to hide free variable warnings during
16645         bootstrap.
16647         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
16648         clever and add a suffix to make a unique name, just let the user decide
16649         whether or not to overwrite it.  If the input is a directory, write the
16650         default filename to that directory.  (Bug#4388)
16651         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
16652         is a filename-as-a-directory.
16654 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16656         * textmodes/page.el (what-page): Don't move to beginning of line.
16657         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
16659 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
16661         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
16663 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
16665         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
16666         * help.el (help-for-help-internal): Add purecopy calls for text.
16668         * vc.el (top): print-log method now takes an optional SHORTLOG
16669         argument.  Add a new method: root.
16670         (vc-root-diff, vc-print-root-log): New functions.
16671         (vc-log-short-style): New variable.
16672         (vc-print-log-internal): Add support for showing short logs.
16674         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
16675         vc-print-root-log and vc-print-root-diff.
16677         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
16678         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
16679         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
16680         short logs.
16682         * vc-cvs.el (vc-cvs-print-log):
16683         * vc-mtn.el (vc-mtn-print-log):
16684         * vc-rcs.el (vc-rcs-print-log):
16685         * vc-sccs.el (vc-sccs-print-log):
16686         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
16687         that is ignored for now.
16689         * vc-mtn.el (vc-mtn-annotate-command):
16690         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
16692 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16694         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
16695         to function-key-map, and give them ascii-character property.
16696         * term/x-win.el (x-alternatives-map):
16697         * term/ns-win.el (ns-alternatives-map):
16698         * term/internal.el (msdos-key-remapping-map):
16699         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
16701 2009-09-14  Glenn Morris  <rgm@gnu.org>
16703         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
16704         temp-buffers (2009-09-12).
16706 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16708         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
16709         the new read-key function.
16711 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
16713         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
16714         is defined (Bug#4405).
16716 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
16718         * recentf.el (recentf-cleanup): Use a hash table to find
16719         duplicates (Bug#4407).
16721 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
16723         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
16724         kp-0 to ascii equivalents (Bug#4325).
16726 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
16728         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
16730         * eshell/em-hist.el:
16731         * eshell/em-dirs.el (eshell-complete-user-reference):
16732         Declare pcomplete functions and variables to avoid compiler warnings.
16734 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
16736         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
16737         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
16738         * eshell/em-alias.el (eshell-aliases-file):
16739         * eshell/em-hist.el (eshell-history-file-name):
16740         Use expand-file-name instead of concat to make file names (Bug#4308).
16742 2009-09-13  Glenn Morris  <rgm@gnu.org>
16744         * ediff-merg.el (ediff-do-merge):
16745         * filesets.el (filesets-run-cmd):
16746         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
16747         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
16748         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
16749         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
16750         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
16751         Replace empty `let's with `progn'.
16753 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16755         * mail/sendmail.el (send-mail-function):
16756         * tooltip.el (tooltip-mode):
16757         * simple.el (transient-mark-mode):
16758         * rfn-eshadow.el (file-name-shadow-mode):
16759         * frame.el (blink-cursor-mode):
16760         * font-core.el (global-font-lock-mode):
16761         * files.el (temporary-file-directory)
16762         (small-temporary-file-directory, auto-save-file-name-transforms):
16763         * epa-hook.el (auto-encryption-mode):
16764         * composite.el (global-auto-composition-mode):
16765         Use custom-initialize-delay.
16766         * startup.el (command-line): Don't explicitly call
16767         custom-reevaluate-setting for all the above vars.
16768         * custom.el (custom-initialize-safe-set)
16769         (custom-initialize-safe-default): Delete.
16771 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16773         * term/x-win.el (x-initialize-window-system):
16774         * term/w32-win.el (w32-initialize-window-system):
16775         * term/ns-win.el (ns-initialize-window-system): Don't call
16776         mouse-wheel-mode since it's enabled globally by default already.
16778         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
16779         actually define the variable, but only silences the byte-compiler.
16780         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
16781         before looking it up.
16782         (mouse-wheel-scroll-amount): Also reset the bindings if this value
16783         is changed.
16785 2009-09-12  Glenn Morris  <rgm@gnu.org>
16787         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
16788         1000.
16789         (elint-add-required-env): Don't beep on error.
16790         (elint-forms): In case of error, return ENV unchanged.
16791         (elint-init-env): Skip non-list forms.
16792         (elint-log): Handle unknown file positions.
16794 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
16796         * epg.el (epg-make-context): Add autoload cookie.
16797         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
16798         (epg-decrypt-string, epg-start-verify, epg-verify-file)
16799         (epg-verify-string, epg-start-sign, epg-sign-file)
16800         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
16801         (epg-encrypt-string, epg-start-export-keys)
16802         (epg-export-keys-to-file, epg-export-keys-to-string)
16803         (epg-start-import-keys, epg-import-keys-from-file)
16804         (epg-import-keys-from-string, epg-start-receive-keys)
16805         (epg-receive-keys, epg-import-keys-from-server)
16806         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
16807         (epg-sign-keys, epg-start-generate-key)
16808         (epg-generate-key-from-file, epg-generate-key-from-string):
16809         Remove autoload cookie.
16811 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
16813         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
16814         reevaluation of trash-directory.
16816         * mwheel.el: Fix last change.
16817         (mouse-wheel-mode): New defvar.
16818         (mouse-wheel-mode): Remove autoload cookie.
16820 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16822         * mwheel.el (mwheel-installed-bindings): New var.
16823         (mouse-wheel-mode): Use it, so as to make sure we really remove all
16824         the bindings we set last time.  Use custom-initialize-delay.
16825         * loadup.el: Load mwheel after term/*-win.el.
16826         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
16827         and mouse-wheel-up-event now that their first evaluation is done
16828         sufficiently late to be correct.
16830         * startup.el (tutorial-directory): Make it a defcustom.
16831         Use custom-initialize-delay rather than eval-at-startup to set it.
16832         * image.el (image-load-path): Make it a defcustom.
16833         Use custom-initialize-delay rather than eval-at-startup to set it.
16834         * subr.el (eval-at-startup): Remove.
16835         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
16837         * subr.el (do-after-load-evaluation): Warn the user after loading an
16838         obsolete package.
16840 2009-09-12  Glenn Morris  <rgm@gnu.org>
16842         * proced.el (proced-mark-alt): Remove alias.
16843         (proced-mode-map): Remove proced-mark-alt.
16845         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
16846         Elint file and directory.  Remove initialization entry.
16848         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
16849         commands.
16850         (elint-current-buffer): Set mode-line-process.
16851         (elint-init-env): Handle define-derived-mode.
16852         Fix declare-function with unspecified arglist.  Guard against odd
16853         defalias statements (eg iso-insert's 8859-1-map).
16854         (elint-add-required-env): Use a temp buffer.
16855         (elint-form): Just print the function/macro name, not the whole form.
16856         Return env unchanged if we fail to parse a macro.
16857         (elint-forms): Guard against parse errors.
16858         (elint-output): New function, to handle batch mode.
16859         (elint-log-message): Add optional argument.  Use elint-output.
16860         (elint-set-mode-line): New function.
16862 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
16864         * emacs-lisp/elp.el (elp-not-profilable): Add more
16865         functions (Bug#4233).
16867 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
16869         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
16870         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
16872 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
16874         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
16875         (gdb-var-list-children): Use json parsing.
16877 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
16879         * progmodes/js.el (js--proper-indentation): Handle the case where
16880         char-before is null.  Reported by Deniz Dogan.
16882 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
16884         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
16886 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
16888         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
16889         (epg-digest-algorithm-alist): Add SHA224.
16890         (epg-context-set-passphrase-callback)
16891         (epg-context-set-progress-callback): Add description about
16892         callback function.
16894 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16896         * custom.el (custom-delayed-init-variables): New var.
16897         (custom-initialize-delay): New function.
16898         * startup.el (command-line): "Re"evaluate all vars in
16899         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
16900         explicitly any more.
16901         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
16902         to avoid creating a ~/.emacs.d at build-time (bug#4347).
16904         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
16906 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
16908         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
16909         (gdb-var-update-handler): Use json parsing.
16911 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
16913         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
16914         decode annotated text, regardless of language environment.  (Bug#2741)
16916 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16918         * Makefile.in (autoloads): Make rmail.el writable as well.
16920 2009-09-11  Glenn Morris  <rgm@gnu.org>
16922         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
16923         loaddefs.el.
16924         * dired.el: Regenerate with extracted autoloads.
16925         * Makefile.in (autoloads): Make dired.el writable.
16927         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
16928         * ibuffer.el: Regenerate with extracted autoloads.
16929         * Makefile.in (autoloads): Make ibuffer.el writable.
16931         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
16932         * version.el (emacs-copyright, emacs-major-version)
16933         (emacs-minor-version): Reformat doc-strings for make-docfile.
16935         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
16936         functions and variables, since they must be stuff specific to some other
16937         platform.
16938         (apropos-print): Make mouse-click message less specific about button.
16940         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
16941         that records where a macro was defined.
16942         * help-fns.el (describe-function-1): Mention if a function has a
16943         compiler-macro.
16944         * help-mode.el (help-function-cmacro): New button.
16946         * locate.el (top-level): Always require dired.
16947         (locate-mode-map): Initialize inside the defvar.
16949         * net/ange-ftp.el (dired-compress-file): Declare.
16950         (ange-ftp-dired-compress-file): Add doc string.
16952         * term/ns-win.el (x-display-name, x-setup-function-keys):
16953         Unify doc-strings with X versions.
16955 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16957         * emulation/crisp.el (crisp-mode-map): Move initialization
16958         into declaration.
16959         (crisp-mode): Use define-minor-mode.
16961         * progmodes/xscheme.el (xscheme-evaluation-commands):
16962         Put a :advertised-binding property rather than using
16963         advertised-xscheme-send-previous-expression.
16964         (advertised-xscheme-send-previous-expression): Declare obsolete.
16965         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
16966         `advertised-undo'.
16967         (crisp-mode): Add corresponding bindings to
16968         undo's :advertised-binding instead.
16969         * dired.el (dired-mode-map): Put a :advertised-binding property rather
16970         than using dired-advertised-find-file.
16971         (dired-advertised-find-file):
16972         * simple.el (advertised-undo):
16973         * wid-edit.el (advertised-widget-backward): Declare obsolete.
16974         (widget-keymap): Put a :advertised-binding property rather
16975         than using advertised-widget-backward.
16976         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
16977         than using advertised-undo.
16978         * tutorial.el (tutorial--default-keys): Adjust accordingly.
16980 2009-09-10  Simon South  <ssouth@slowcomputing.org>
16982         * progmodes/delphi.el (delphi-tab): Indent region when Transient
16983         Mark mode is enabled and region is active; otherwise indent or
16984         insert TAB as usual.
16985         (delphi-mode): Update description of TAB-key binding.
16987 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16989         * subr.el (define-key-rebound-commands): Mark obsolete.
16990         * startup.el (precompute-menubar-bindings): Remove.
16991         (normal-top-level): Remove obsolete code that tried to precompute
16992         menubar bindings.
16993         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
16994         define-key-rebound-commands and precompute-menubar-bindings.
16996 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16998         * net/imap.el (imap-interactive-login): Better messages.
16999         (imap-open): Fix bug with renamed buffer on reconnect.
17000         (imap-authenticate): Add buffer-local imap-last-authenticator variable
17001         for easier debugging and cleaner code.  On successful (guessed based on
17002         server capabilities) secondary authentication, set imap-state
17003         correctly.
17004         (imap-last-authenticator): Define imap-last-authenticator as a variable
17005         to avoid warnings.
17007 2009-09-10  Glenn Morris  <rgm@gnu.org>
17009         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
17011         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
17012         (byte-compile-file-form-autoload): Don't warn about unknown functions
17013         where the autoload statement comes after the use.
17014         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
17015         that any handlers inside the body (eg require) are in turn respected.
17017         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
17018         effects.
17020         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
17021         and syntax and abbrev tables basic docs, if they don't have any.
17023         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
17025         * international/mule-cmds.el (top-level): Require cl when compiling.
17026         (view-hello-file): Use default-value rather than
17027         default-enable-multibyte-characters.
17029         * progmodes/fortran.el: Move all safe and risky properties into the
17030         defcustoms.
17032         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
17033         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
17034         * mail/undigest.el:
17035         Put autoloads in rmail.el rather than loaddefs.el.
17036         * mail/rmail.el: Regenerate with extracted autoloads.
17038         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
17039         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
17041 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
17043         Reported in thread for Bug#4375.
17044         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
17045         "-data-evaluate-expression" instead of print.
17046         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
17047         (gdb-tooltip-print): Parse output from above MI command.
17048         (gdb): Revert 2009-08-11 change.  User should detach inferior
17049         manually.
17051         Remove the word "separate" from IO functions as inferior
17052         output is now never displayed in the GUD buffer.
17054 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
17056         * startup.el (command-line-normalize-file-name): On Windows and
17057         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
17059 2009-09-10  Juri Linkov  <juri@jurta.org>
17061         * isearch.el (isearch-text-char-description): Propertize escape
17062         character sequences with the `escape-glyph' face.  (Bug#4344)
17064         * simple.el (shell-command): Set asynchronous process filter to
17065         `comint-output-filter'.  (Bug#4343)
17067         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
17068         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
17069         the list.  Move "asm" to the bottom.
17070         (grep-find-ignored-directories): Add `choice' with nil value
17071         to empty the list easily.
17072         (grep-find-ignored-files): New option.
17073         (grep-files-history): Set to nil by default instead of '("ch" "el").
17074         (grep-compute-defaults): Add "<X>" to `grep-template'.
17075         (grep-read-files): Bind new local variables `default-alias' and
17076         `default-extension'.  Use a list of default values for the file prompt.
17077         (lgrep): Add `--exclude=' command line options composed from
17078         `grep-find-ignored-files'.
17079         (rgrep): Add `-name' command line options composed from
17080         `grep-find-ignored-files'.  (Bug#4301)
17082 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17084         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
17085         (bug#4368).
17087 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17089         * calendar/time-date.el (autoload):
17090         Expand define-obsolete-function-alias into defalias and make-obsolete
17091         for old Emacsen that Gnus supports.
17092         (with-no-warnings): Define it for old Emacsen.
17093         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
17094         is available.
17095         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
17096         float-time is available; suppress compile warning for time-to-seconds.
17098 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
17100         * net/imap.el (imap-message-map): Docstring fix.
17102 2009-09-09  Glenn Morris  <rgm@gnu.org>
17104         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
17105         line numbers too.  (Bug#4374)
17107 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17109         * smerge-mode.el (smerge-remove-props, smerge-refine):
17110         Use with-silent-modifications (bug#4342).
17112         * subr.el (with-silent-modifications): New macro.
17114 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
17116         * files.el (top-level): Require `cl' when compiling.
17118 2009-09-07  Glenn Morris  <rgm@gnu.org>
17120         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
17122         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
17123         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
17125 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
17127         * vc-git.el (vc-git-annotate-command): Use separator to parse
17128         arguments correctly.
17130 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
17132         * proced.el (proced-mode): Doc fix.
17134 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
17136         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
17137         lstat fails.
17138         (tramp-do-file-attributes-with-ls): Check for file existence at
17139         remote end.
17140         (tramp-do-file-attributes-with-stat): Likewise.
17141         (tramp-convert-file-attributes): Return nil when attr is nil.
17143 2009-09-05  Glenn Morris  <rgm@gnu.org>
17145         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
17146         properties to this button.
17147         (diary-fancy-display): Don't extend the button to the final newline.
17148         (diary-fancy-display-mode): Continue to define "q" as a local key.
17150         * calendar/cal-china.el (holiday-chinese): Make it slightly more
17151         efficient.
17153         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
17155         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
17156         (byte-compile-dest-file-function): New option.
17157         (byte-compile-dest-file): Doc fix.
17158         Obey byte-compile-dest-file-function.
17159         (byte-compile-cl-file-p): New function.
17160         (byte-compile-eval): Only suppress noruntime warnings about cl functions
17161         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
17162         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
17163         than for file being previously loaded.
17164         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
17165         (byte-compile-file-form-require): Handle the case where requiring a file
17166         indirectly causes CL to be loaded.
17168 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
17170         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
17171         before killing the old buffer, since by the time `kill-buffer' is
17172         run so many buffer variables have been set to nil that it may not
17173         behave as expected.  (Bug#4061)
17175 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
17177         * files.el (find-alternate-file): If the old buffer is modified
17178         and visiting a file, behave similarly to `kill-buffer' when
17179         killing it, thus reverting to the pre-1.878 behavior; see
17180         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
17181         for discussion.  Also, consult `buffer-file-name' as a variable
17182         not as a function, for consistency with the rest of the code.
17184 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
17186         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
17187         also when adding a new directory.
17189         * net/tramp-compat.el (tramp-compat-line-beginning-position):
17190         New defun.
17192 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17194         * files.el (locate-file-completion-table): Make it provide boundary
17195         information, so partial-completion works better.
17197 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
17199         * mail/footnote.el (Footnote-text-under-cursor):
17200         Check footnote-text-marker-alist before using it (bug#4324).
17202 2009-09-04  Glenn Morris  <rgm@gnu.org>
17204         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
17205         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
17206         * play/solitaire.el, play/tetris.el:
17207         Remove leading * from defcustom and defface docs.
17209         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
17210         necessary.
17211         (diary-fancy-overriding-map): New variable.
17212         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
17213         Use view-mode.
17215         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
17216         goto-line.
17218 2009-09-03  Glenn Morris  <rgm@gnu.org>
17220         * arc-mode.el (archive-mode):
17221         * dos-fns.el (set-default-process-coding-system):
17222         * man.el (Man-getpage-in-background):
17223         * menu-bar.el (menu-bar-describe-menu):
17224         * server.el (server-process-filter):
17225         * startup.el (command-line):
17226         * tar-mode.el (tar-header-block-tokenize, tar-extract):
17227         * w32-fns.el (set-default-process-coding-system):
17228         * x-dnd.el (x-dnd-handle-file-name):
17229         * international/mule-cmds.el (mule-menu-keymap)
17230         (set-default-coding-systems, language-info-alist, set-language-info)
17231         (set-language-environment, standard-display-european-internal)
17232         (set-locale-environment):
17233         * international/mule-diag.el (mule-diag):
17234         * mail/emacsbug.el (report-emacs-bug):
17235         * mail/rmail.el (rmail-mode):
17236         * mail/sendmail.el (mail-setup):
17237         Use default-value rather than default-enable-multibyte-characters.
17239         * progmodes/f90.el: Move all safe properties into the defcustoms.
17240         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
17242         * calendar/appt.el (appt-check):
17243         * calendar/diary-lib.el (diary-set-header, diary-live-p)
17244         (diary-check-diary-file, diary-list-entries)
17245         (diary-include-other-diary-files, diary-simple-display)
17246         (diary-fancy-display, diary-print-entries)
17247         (diary-mark-included-diary-files, diary-make-entry):
17248         Don't call substitute-in-file-name on diary-file.
17250 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
17251             Stefan Monnier  <monnier@iro.umontreal.ca>
17253         * mail/footnote.el (footnote-prefix): Make it a defcustom.
17254         (footnote-mode-map): Move initialization into the declaration.
17255         (footnote-minor-mode-map): Define it rather than changing global-map.
17256         (footnote-mode): Use define-minor-mode.
17258 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
17260         * net/tramp.el (tramp-handle-file-attributes-with-ls)
17261         (tramp-do-file-attributes-with-perl)
17262         (tramp-do-file-attributes-with-stat): Rename from
17263         `tramp-handle-file-attributes-with-*'.
17264         (tramp-handle-file-attributes): Use them.
17265         (tramp-do-directory-files-and-attributes-with-perl)
17266         (tramp-do-directory-files-and-attributes-with-stat): Rename from
17267         `tramp-handle-directory-files-and-attributes-with-*'.
17268         (tramp-handle-directory-files-and-attributes): Use them.
17269         (tramp-method-out-of-band-p): Additional parameter SIZE.
17270         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
17271         (tramp-handle-write-region): Use it.
17272         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
17273         (tramp-handle-vc-registered): Check, whether the first run did
17274         return files to be tested.
17275         (tramp-advice-make-auto-save-file-name): Do not call directly
17276         `tramp-handle-make-auto-save-file-name', because this would bypass
17277         the locking mechanism.
17279         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
17280         (file-remote-p, process-file, start-file-process, set-file-times)
17281         (tramp-compat-file-attributes): Compatibility functions shall not
17282         call directly `tramp-handle-*', because this would bypass the
17283         locking mechanism.
17284         (tramp-compat-number-sequence): New defun.
17286 2009-09-02  Glenn Morris  <rgm@gnu.org>
17288         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
17289         alias for float-time.
17290         (time-to-number-of-days): In Emacs, use float-time.
17291         * net/newst-backend.el (time-add): Suppress warnings from compat
17292         function.
17293         * time.el (emacs-uptime, emacs-init-time):
17294         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
17295         Use float-time rather than time-to-seconds.
17297         * minibuffer.el (completion-initials-expand): Fix typo.
17299         * faces.el (modeline, modeline-inactive, modeline-highlight)
17300         (modeline-buffer-id):
17301         * info.el (info-menu-5): Mark these face aliases as obsolete.
17303 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
17305         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
17306         space ...
17307         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
17308         no "--thread" option.
17309         (gdb-stopped): Don't print "Switched to thread" message when it is
17310         unchanged.
17312 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17314         * minibuffer.el (completion-try-completion)
17315         (completion-all-completions): Remove ill-defined (and
17316         mistakenly installed and luckily never used nor documented)
17317         `completion-styles' property.
17318         (completion-initials-expand, completion-initials-all-completions)
17319         (completion-initials-try-completion): New functions.
17320         (completion-styles-alist): Add doc to each entry.
17321         Add new `initials' entry.
17323 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
17325         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
17326         MI command -var-evaluate-expression.
17327         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
17328         and tweak for case of string child.
17329         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
17331 2009-09-01  Glenn Morris  <rgm@gnu.org>
17333         * add-log.el (change-log-date-face, change-log-name-face)
17334         (change-log-email-face, change-log-file-face, change-log-list-face)
17335         (change-log-conditionals-face, change-log-function-face)
17336         (change-log-acknowledgement-face):
17337         * cus-edit.el (custom-invalid-face, custom-rogue-face)
17338         (custom-modified-face, custom-set-face, custom-changed-face)
17339         (custom-saved-face, custom-button-face, custom-button-pressed-face)
17340         (custom-documentation-face, custom-state-face, custom-comment-face)
17341         (custom-comment-tag-face, custom-variable-tag-face)
17342         (custom-variable-button-face, custom-face-tag-face)
17343         (custom-group-tag-face-1, custom-group-tag-face):
17344         * diff-mode.el (diff-header-face, diff-file-header-face)
17345         (diff-index-face, diff-hunk-header-face, diff-removed-face)
17346         (diff-added-face, diff-changed-face, diff-function-face)
17347         (diff-context-face, diff-nonexistent-face):
17348         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17349         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
17350         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17351         (Info-title-4-face):
17352         * isearch.el (isearch-lazy-highlight-face):
17353         * log-view.el (log-view-file-face, log-view-message-face):
17354         * paren.el (show-paren-match-face, show-paren-mismatch-face):
17355         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17356         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17357         (cvs-msg-face):
17358         * smerge-mode.el (smerge-mine-face, smerge-other-face)
17359         (smerge-base-face, smerge-markers-face):
17360         * wid-edit.el (widget-documentation-face, widget-button-face)
17361         (widget-field-face, widget-single-line-field-face)
17362         (widget-inactive-face, widget-button-pressed-face):
17363         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
17364         (woman-addition-face):
17365         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
17366         (eshell-ls-executable-face, eshell-ls-readonly-face)
17367         (eshell-ls-unreadable-face, eshell-ls-special-face)
17368         (eshell-ls-missing-face, eshell-ls-archive-face)
17369         (eshell-ls-backup-face, eshell-ls-product-face)
17370         (eshell-ls-clutter-face):
17371         * eshell/em-prompt.el (eshell-prompt-face):
17372         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
17373         * obsolete/old-whitespace.el (whitespace-highlight-face):
17374         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
17375         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
17376         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
17377         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
17378         (antlr-font-lock-literal-face):
17379         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17380         (ebrowse-root-class-face, ebrowse-file-name-face)
17381         (ebrowse-default-face, ebrowse-member-attribute-face)
17382         (ebrowse-member-class-face, ebrowse-progress-face):
17383         * progmodes/make-mode.el (makefile-space-face):
17384         * progmodes/sh-script.el (sh-heredoc-face):
17385         * textmodes/flyspell.el (flyspell-incorrect-face)
17386         (flyspell-duplicate-face):
17387         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
17388         * textmodes/texinfo.el (texinfo-heading-face):
17389         Mark face aliases with "-face" suffix as obsolete.
17391         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
17392         compiler.
17394         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
17395         (eudc-bob-sound-menu): Use defvar rather than defconst, since
17396         easy-menu-define wants to modify these.
17398         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
17400         * net/browse-url.el (browse-url-file-url):
17401         * term/internal.el (dos-codepage-setup):
17402         Use default-value rather than default-enable-multibyte-characters.
17404         * progmodes/etags.el (etags-goto-tag-location):
17405         * progmodes/flymake.el (flymake-highlight-line)
17406         (flymake-goto-file-and-line, flymake-goto-line):
17407         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
17408         (gdb-goto-breakpoint):
17409         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17410         * progmodes/python.el (python-find-function)
17411         (python-pdbtrack-track-stack-file):
17412         * progmodes/verilog-mode.el (verilog-surelint-off):
17413         * term/ns-win.el (ns-open-file-select-line):
17414         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
17415         Use forward-line rather than goto-line.
17417         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
17418         * textmodes/reftex-index.el (reftex-display-index):
17419         * textmodes/reftex-ref.el (reftex-offer-label-menu):
17420         * textmodes/reftex-toc.el (reftex-toc):
17421         Remove unnecessary bindings of default-major-mode (all are followed by
17422         major-mode check and possible mode switch).
17424 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
17426         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
17427         Handle watchpoints (bug#4282).
17428         (def-gdb-thread-buffer-command): Enable thread to be selected by
17429         clicking without selecting threads buffer first.
17430         (gdb-current-context-command): Use selected frame so that "up",
17431         "down" etc work in the GUD buffer.
17432         (gdb-update): Find selected frame before rendering stack buffer.
17433         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
17435 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17437         * progmodes/sym-comp.el (displayed-completions): Remove.
17438         (symbol-complete): Use minibuffer-complete.
17440 2009-08-31  Glenn Morris  <rgm@gnu.org>
17442         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
17444         * apropos.el (apropos-symbols-internal):
17445         Handle (obsolete) face aliases.
17447         * faces.el (describe-face): Adjust the output format to be more like
17448         describe-variable, and to mention (obsolete) face aliases.
17449         Adjust the whitespace so that help-setup-xref works.
17451         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
17452         * calendar/diary-lib.el (diary-button-face):
17453         Mark these face aliases as obsolete.
17455         * calendar/calendar.el (calendar-today): Doc fix.
17457 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
17459         * progmodes/gdb-mi.el (gdb-control-all-threads)
17460         (gdb-control-current-thread): Force tool bar update.
17461         (gdb-non-stop-handler): New function.
17462         (gdb-init-1): Use it to test if non-stop mode is supported.
17463         Remove unused gdbmi buffer type.
17465 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
17467         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
17468         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
17470 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
17472         * comint.el (comint-exec-1): Check command is non-null first.
17473         Part of gdb-mi.el change (2009-08-28).
17475 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17477         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
17479 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
17481         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
17482         instead of `dolist' to avoid a recursive require when bootstrapping.
17484 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17486         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
17488         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
17490         * net/imap.el (imap-send-command): Simplify.
17491         (imap-wait-for-tag): point-max -> buffer-size.
17493         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
17495         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
17496         with constant argument.
17498         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
17500         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
17502         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
17503         Change default, since most of our files don't have a history.
17504         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
17505         the user.
17507         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17508         Add comint-run.
17510         * calc/calc.el: Improve commenting convention.
17511         (calc-digit-map, toplevel): Simplify.
17513         * comint.el (comint-insert-input): Be careful to only set point if we
17514         don't delegate to some other command.
17516         * proced.el (proced-signal-list): Make it an alist.
17517         (proced-grammar-alist): Capitalize names.
17518         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
17519         Disable undo manually and make it read-only.
17520         Use completion-annotate-function.
17522         * minibuffer.el (minibuffer-message): If the current buffer is not
17523         a minibuffer, insert the message in the echo area rather than at the
17524         end of the buffer.
17525         (completion-annotate-function): New variable.
17526         (minibuffer-completion-help): Use it.
17527         (completion--embedded-envvar-table): Environment vars are
17528         always case-sensitive.
17530 2009-08-30  Glenn Morris  <rgm@gnu.org>
17532         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
17533         from fortran-current-defun.
17534         (fortran-beginning-of-subprogram): Be more precise about finding the
17535         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
17536         (fortran-end-of-subprogram): Simplify.
17537         (fortran-current-defun): Use fortran-start-prog-re.
17539 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
17541         * subr.el (do-after-load-evaluation): Simplify.
17543 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
17545         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
17547         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
17548         (vc-rcs-print-log): Use it.
17550         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
17552 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17554         * paths.el (abbrev-file-name): Move to abbrev.el.
17555         * abbrev.el (abbrev-file-name): Move from paths.el.
17556         Obey user-emacs-directory.
17557         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
17558         user-emacs-directory.
17559         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
17560         abbrev-file-name and calc-settings-file any more.
17561         * startup.el (command-line): Recompute abbrev-file-name and
17562         abbreviated-home-dir.
17563         (normal-no-mouse-startup-screen): Improve the generic code and get rid
17564         of the special code for when C-h bindings haven't been changed.
17565         (display-startup-echo-area-message): Use with-current-buffer.
17566         (command-line-1): Use a list of strings, rather than a list of lists
17567         of strings for longopts.
17569         * files.el (get-free-disk-space): Use / for default-directory.
17571         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
17572         Use with-current-buffer.
17574         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
17575         Recognize immutable variables like most-positive-fixnum.
17576         (byte-compile-setq-default): Check and warn if trying to assign
17577         to an immutable variable, or a non-variable.
17579         * progmodes/cc-vars.el (c-comment-continuation-stars):
17580         * progmodes/cc-engine.el (c-looking-at-bos):
17581         * progmodes/cc-cmds.el (c-toggle-auto-state)
17582         (c-forward-into-nomenclature, c-backward-into-nomenclature)
17583         (c-comment-line-break-function): Add version of obsolescence.
17585 2009-08-28  Juri Linkov  <juri@jurta.org>
17587         * files.el (magic-fallback-mode-alist): Add ZIP magic number
17588         associated with `archive-mode'.
17590         * image.el (image-type-header-regexps): Use only JPEG magic number
17591         to determine JPEG images, and don't use `image-jpeg-p' because
17592         Emacs can display non-JFIF non-Exif JPEG images.
17594 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
17596         * arc-mode.el (archive-mode):
17597         * emacs-lisp/re-builder.el (re-builder-unload-function):
17598         Protect against the default value of `major-mode' being nil.
17600 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
17602         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
17603         Fix typos in docstrings.
17605         * progmodes/js.el (js--macro-decl-re): Doc fix.
17606         (js--plain-method-re, js--split-name): Refloc docstring.
17607         (js--class-styles, js--make-merged-item, js--splice-into-items):
17608         Fix typos in docstrings; reflow docstrings.
17609         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
17610         (js--variable-decl-matcher, js--inside-pitem-p)
17611         (js--parse-state-at-point, js--get-all-known-symbols)
17612         (js--symbol-history, js-find-symbol, js--js-references)
17613         (js--moz-interactor, js--js-encode-value, js--read-tab):
17614         Fix typos in docstrings.
17616 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17618         * textmodes/reftex.el (reftex-get-file-buffer-force):
17619         * progmodes/verilog-mode.el (verilog-batch-execute-func):
17620         * emulation/viper.el (viper-go-away, viper-set-hooks):
17621         * emacs-lisp/re-builder.el (re-builder-unload-function):
17622         * emacs-lisp/bytecomp.el (byte-compile-file):
17623         * ses.el (ses-unload-function):
17624         * hexl.el (hexl-find-file):
17625         * files.el (normal-mode):
17626         * ehelp.el (with-electric-help):
17627         * autoinsert.el (auto-insert-alist):
17628         * arc-mode.el (archive-mode):
17629         Use (default-value 'major-mode) instead of default-major-mode.
17631         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
17632         * international/mule.el (load-with-code-conversion):
17633         * emacs-lisp/debug.el (debug):
17634         * ediff-vers.el (ediff-rcs-get-output-buffer):
17635         * dired.el (dired-internal-noselect): Don't let-bind
17636         default-major-mode around code that doesn't use it.
17637         E.g. buffer creation via get-buffer-create doesn't use it.
17639 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
17641         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
17642         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
17643         when writing the temp file.  Otherwise, epa-file gets confused.
17644         (tramp-register-file-name-handlers): Make it a defun.  Move also
17645         `epa-file-handler' to the front of `file-name-handler-alist'.
17647 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17649         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
17650         start right after a ^M.
17651         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
17652         (tramp-completion-file-name-regexp-separate)
17653         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
17654         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
17655         Don't modify last-coding-system-used by accident.
17656         (tramp-completion-file-name-handler): Apply the checks here,
17657         instead during registration.
17658         (tramp-register-file-name-handlers): Rename from
17659         `tramp-register-file-name-handler'.  Register both
17660         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
17661         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
17663 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
17665         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
17666         Remove variable ...
17667         (gdb-init-1, gdb-display-separate-io-buffer)
17668         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
17669         references to it.
17670         (gdb-inferior-io-mode): Use make-comint-in-buffer.
17671         (gdb-inferior-filter): Use comint-output-filter to stop
17672         echoing and remove ^M characters.
17674 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17676         * emulation/viper-init.el (viper-restore-cursor-type):
17677         * emulation/cua-base.el (cua--update-indications):
17678         Replace default-cursor-type with (default-value 'cursor-type).
17680         * mail/sendmail.el (mail-recover-1):
17681         * international/mule-diag.el (describe-current-coding-system-briefly)
17682         (describe-current-coding-system):
17683         * international/mule-cmds.el (select-safe-coding-system)
17684         (select-message-coding-system)
17685         (set-language-environment-coding-systems, set-locale-environment):
17686         * hexl.el (hexl-insert-multibyte-char):
17687         * dos-w32.el (find-buffer-file-type-coding-system):
17688         * simple.el (what-cursor-position):
17689         Replace uses of default-buffer-file-coding-system
17690         with (default-value 'buffer-file-coding-system).
17692         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
17693         Replace uses of default-cursor-in-non-selected-windows
17694         with (default-value 'cursor-in-non-selected-windows).
17695         Use with-current-buffer.
17697         * mail/feedmail.el: Use CL macros.
17698         (feedmail-run-the-queue, feedmail-send-it-immediately):
17699         * dos-w32.el (find-buffer-file-type): Replace uses of
17700         default-buffer-file-type with (default-value 'buffer-file-type).
17702 2009-08-28  Glenn Morris  <rgm@gnu.org>
17704         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
17705         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
17706         Use default-value of major-mode rather than default-major-mode.
17708 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17710         * Makefile.in (update-elcfiles): Report left over elc files.
17712         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
17713         expand-file-name and with-current-buffer.
17714         (mail-get-names, mail-directory): Use with-current-buffer.
17716         * vc.el (vc-read-revision): New function.
17717         (vc-version-diff, vc-merge): Use it.
17719 2009-08-27  Sam Steingold  <sds@gnu.org>
17721         * simple.el (kill-do-not-save-duplicates): New user option.
17722         (kill-new): When it is non-nil, and the new string is the same as
17723         the latest kill, set replace to t to avoid duplicates in kill-ring.
17725 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
17727         * net/tramp.el (tramp-handle-process-file): Do not flush all
17728         caches when `process-file-side-effects' is set.
17729         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17730         instead of `tramp-find-file-exists-command'.
17731         Unset `process-file-side-effects'.
17733 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
17735         * net/tramp.el (tramp-methods): New method "rsyncc".
17736         (top): Add completion function for "rsyncc".
17737         (tramp-message-show-message): New defvar.
17738         (tramp-message, tramp-error): Use it.
17739         (tramp-do-copy-or-rename-file-directly): Extend check for direct
17740         remote copying.
17741         (tramp-do-copy-or-rename-file-out-of-band): Handle new
17742         `tramp-methods' entry `copy-env' of "rsyncc".
17743         (tramp-vc-registered-read-file-names): New defconst.
17744         (tramp-vc-registered-file-names): New defvar.
17745         (tramp-handle-vc-registered): Implement optimization strategy.
17746         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
17747         (tramp-vc-file-name-handler): New defun.
17748         (tramp-get-ls-command, tramp-get-test-command)
17749         (tramp-get-file-exists-command, tramp-get-remote-ln)
17750         (tramp-get-remote-perl, tramp-get-remote-stat)
17751         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
17753         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
17754         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
17755         timestamps.
17756         (tramp-get-file-property): Check for timestamps in
17757         `tramp-cache-inhibit-cache'.
17758         (tramp-set-file-property): Write timestamp.
17760 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17762         * language/japan-util.el (japanese-symbol-table): Add entries for
17763         cp932-2-byte.
17765         * international/characters.el: Add category `j' to cp932-2-byte.
17767 2009-08-27  Kenichi Handa  <handa@m17n.org>
17769         * international/fontset.el (build-default-fontset-data): New macro.
17770         (setup-default-fontset): Use build-default-fontset-data for CJK,
17771         tibetan, ethiopic, and ipa.
17773 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17775         * cus-start.el (default-major-mode): Customize `major-mode' instead.
17776         (enable-multibyte-characters): Not customizable any more.
17778         * subr.el (default-mode-line-format, default-header-line-format)
17779         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
17780         (default-direction-reversed, default-truncate-lines)
17781         (default-left-margin, default-tab-width, default-case-fold-search)
17782         (default-left-margin-width, default-right-margin-width)
17783         (default-left-fringe-width, default-right-fringe-width)
17784         (default-fringes-outside-margins, default-scroll-bar-width)
17785         (default-vertical-scroll-bar, default-indicate-empty-lines)
17786         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
17787         (default-fringe-cursor-alist, default-scroll-up-aggressively)
17788         (default-scroll-down-aggressively, default-fill-column)
17789         (default-cursor-type, default-buffer-file-type)
17790         (default-cursor-in-non-selected-windows)
17791         (default-buffer-file-coding-system, default-major-mode)
17792         (default-enable-multibyte-characters): Mark as obsolete.
17794 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
17796         * vc-dir.el (vc-dir-update): Remove debug helper.
17798         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
17800 2009-08-26  Sam Steingold  <sds@gnu.org>
17802         * simple.el (save-interprogram-paste-before-kill): New user option.
17803         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
17804         save the interprogram-paste into kill-ring before overriding it
17805         with the Emacs kill.
17807 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
17809         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
17810         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
17811         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
17812         and move to vc-rcs.el.
17813         (vc-default-next-revision): Rename to vc-rcs-next-revision and
17814         move to vc-rcs.el.
17815         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
17816         (vc-rcs-update-changelog): Remove.
17817         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
17818         and move to vc-rcs.el.
17820         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
17821         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
17822         renaming.
17823         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
17824         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
17825         vc.el, renamed to be RCS specific.
17827         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
17828         New functions.
17829         (vc-cvs-update-changelog): Move here from vc.el.
17831         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
17832         New functions.
17834 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17836         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
17838 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
17840         * vc-git.el (vc-git-register): Use "git add" for directories.
17841         (vc-git-stash, vc-git-stash-show): New functions.
17842         (vc-git-extra-menu-map): Bind them.
17844         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
17845         directory correctly in case the item is a directory itself.
17847         * vc.el: Document the desired behavior for reverted files in the
17848         `added' state.
17849         (vc-default-prettify-state-info): Remove function, unused.
17851         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
17853 2009-08-26  Glenn Morris  <rgm@gnu.org>
17855         * bindings.el (standard-mode-line-format): Reposition dashes in
17856         which-func entry.  (Bug#4217)
17858         * files.el (enable-local-variables, enable-local-eval)
17859         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
17860         the defcustoms.
17861         (auto-mode-alist, ignored-local-variables)
17862         (save-some-buffers-action-alist): Move risky declarations to the
17863         definitions.
17864         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
17865         (font-lock-defaults, format-alist, imenu--index-alist)
17866         (imenu-generic-expression, input-method-alist, minor-mode-alist)
17867         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
17868         (mode-line-modified, mode-line-mule-info, mode-line-position)
17869         (mode-line-process, mode-line-remote, outline-level)
17870         (parse-time-rules, rmail-output-file-alist)
17871         (special-display-buffer-names, vc-mode):
17872         Move risky declarations to the relevant files.
17873         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
17874         (mode-line-modified, mode-line-process, mode-line-position)
17875         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
17876         * font-core.el (font-lock-defaults):
17877         * format.el (format-alist):
17878         * vc-hooks.el (vc-mode):
17879         * window.el (special-display-buffer-names):
17880         * international/mule-cmds.el (input-method-alist):
17881         Define riskiness here (dumped file) rather than in files.el.
17882         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
17883         * imenu.el (imenu-generic-expression, imenu--index-alist):
17884         * outline.el (outline-level):
17885         * time.el (display-time-string):
17886         * calendar/parse-time.el (parse-time-rules):
17887         * mail/rmailout.el (rmail-output-file-alist):
17888         Autoload riskiness here, rather than placing in files.el.
17890 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
17892         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
17894 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
17896         * simple.el (process-file-side-effects): New defvar.
17898         * dired-aux.el (dired-show-file-type):
17899         * vc.el (vc-diff-internal):
17900         * vc-arch.el (vc-arch-diff):
17901         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
17902         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
17903         * vc-git.el (vc-git-registered, vc-git-working-revision)
17904         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
17905         (vc-git--empty-db-p):
17906         * vc-hooks.el (vc-user-login-name):
17907         * vc-svn.el (vc-svn-registered, vc-svn-state)
17908         (vc-svn-dir-extra-headers, vc-svn-find-revision):
17909         * progmodes/grep.el (grep-probe): Let-bind
17910         `process-file-side-effects' with nil.
17912         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
17914         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
17915         daemon.  Replace ping by checking for running service for bluez
17916         and zeroconf.  (Bug#4239)
17918 2009-08-25  Kevin Ryde  <user42@zip.com.au>
17920         * net/dig.el (dig): Add autoload cookie.
17922 2009-08-25  Glenn Morris  <rgm@gnu.org>
17924         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
17925         load-history for absolute file-names.
17926         (byte-compile-file-form-require): Warn about use of the cl package.
17928         * format.el (format-alist): Doc fix.
17930         * play/bubbles.el (top-level): Don't require cl at run-time.
17932         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
17933         run-time cl).
17935 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
17937         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
17938         from cl package.
17939         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
17941 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
17943         * calc/calc-alg.el (math-trig-rewrite)
17944         (math-hyperbolic-trig-rewrite): New functions.
17945         (calc-simplify): Simplify trig functions when asked.
17947 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17949         * diff-mode.el (diff-find-source-location): Avoid goto-line.
17951 2009-08-24  Kenichi Handa  <handa@m17n.org>
17953         * language/ind-util.el (mapthread): Delete it.
17954         (combinatorial): New function.
17955         (indian--puthash-cv): Use combinatorial instead of mapthread.
17957 2009-08-22  Kevin Ryde  <user42@zip.com.au>
17959         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
17960         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
17961         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
17962         Clarify docstring that the value is strings not symbols.
17963         (checkdoc-list-of-strings-p): New function.
17965 2009-08-22  Glenn Morris  <rgm@gnu.org>
17967         * files.el (auto-mode-alist):
17968         * hippie-exp.el (he-concat-directory-file-name):
17969         * lpr.el (lpr-windows-system, printer-name):
17970         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
17971         * ps-print.el (ps-windows-system):
17972         * startup.el (command-line):
17973         * emulation/viper-ex.el (viper-glob-function):
17974         * international/mule-cmds.el (set-language-environment-coding-systems):
17975         * net/ange-ftp.el (ange-ftp-write-region):
17976         * obsolete/fast-lock.el (fast-lock-cache-name):
17977         Remove code for defunct system-types emx, macos, mswindows, next-mach,
17978         unisoft-unix, vax-vms, win32, w32.
17980         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
17981         given name if the pattern is not more specific.
17983         * calendar/lunar.el (lunar-phase-names): New option.
17984         (lunar-phase): Doc fix.
17985         (lunar-cycles-per-year): New constant.
17986         (lunar-index): New function.
17987         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
17988         (lunar-phase-name): Use lunar-phase-names.
17989         (calendar-lunar-phases): Use format.
17990         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
17992         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
17993         Copy imenu-example--name-and-position function here for own use.
17994         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
17996         * bs.el (bs--redisplay):
17997         * cus-edit.el (custom-redraw):
17998         * ibuffer.el (ibuffer-bury-buffer):
17999         * server.el (server-goto-line-column):
18000         * startup.el (command-line-1):
18001         * strokes.el (strokes-xpm-for-stroke):
18002         * term.el (term-display-buffer-line):
18003         * view.el (View-goto-line):
18004         * calc/calc.el (calc-do, calc-trail-buffer):
18005         * play/gamegrid.el (gamegrid-add-score-insecure):
18006         * progmodes/ada-mode.el (ada-compile-goto-error):
18007         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
18008         (ebrowse-select-1st-to-9nth):
18009         * progmodes/cperl-mode.el (cperl-time-fontification):
18010         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
18011         * progmodes/gud.el (gud-display-line):
18012         (idlwave-shell-display-line):
18013         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
18014         * progmodes/make-mode.el (makefile-browser-toggle):
18015         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
18016         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
18017         * textmodes/picture.el (picture-draw-rectangle):
18018         * textmodes/reftex-index.el (reftex-index-goto-letter):
18019         (reftex-select-jump-to-previous):
18020         * textmodes/reftex-sel.el (reftex-find-start-point)
18021         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
18022         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
18023         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
18024         * textmodes/tex-mode.el (tex-compilation-parse-errors):
18025         * textmodes/two-column.el (2C-associated-buffer):
18026         Use forward-line rather than goto-line.
18028         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
18029         goto-line.
18031         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
18032         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
18033         (quick-check-list-to-regexp): Declare.
18035         * progmodes/make-mode.el (makefile-browser-insert-selection):
18036         Use goto-char rather than goto-line.
18038         * progmodes/prolog.el (compilation-error-regexp-alist)
18039         (compilation-forget-errors): Declare.
18041 2009-08-22  Juri Linkov  <juri@jurta.org>
18043         * progmodes/grep.el (lgrep, rgrep): At the beginning
18044         set `dir' to `default-directory' unless `dir' is a non-nil
18045         readable directory.  (Bug#4052)
18046         (lgrep, rgrep): Change a weird way to report an error
18047         from using `read-string' to using `error'.
18048         Instead of using interactive arguments in the function body,
18049         add new argument `confirm'.
18051 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18053         * textmodes/remember.el (remember-buffer):
18054         * progmodes/cperl-mode.el (cperl-vc-header-alist):
18055         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
18056         (icalendar-extract-ical-from-buffer):
18057         * net/newst-treeview.el (newsticker-groups-filename):
18058         * net/newst-backend.el (newsticker-cache-filename):
18059         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
18060         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
18061         (speedbar-add-ignored-path-regexp, speedbar-line-path)
18062         (speedbar-buffers-line-path, speedbar-path-line)
18063         (speedbar-buffers-line-path):
18064         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
18065         (epg-sign-keys):
18066         * epa.el (epa-display-verify-result):
18067         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
18069 2009-08-21  Glenn Morris  <rgm@gnu.org>
18071         * progmodes/js.el (inferior-moz-process): Fix declaration.
18073         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
18075         * obsolete/rnewspost.el (news-mail-reply):
18076         Use goto-char rather than goto-line.
18078         * term/ns-win.el (ns-open-file-select-line):
18079         Use line-beginning-position rather than goto-line.
18081         * apropos.el (apropos-command):
18082         * ehelp.el (electric-helpify):
18083         * printing.el (pr-show-setup):
18084         * strokes.el (strokes-help):
18085         * tutorial.el (tutorial--describe-nonstandard-key)
18086         (tutorial--detailed-help):
18087         * woman.el (woman-mini-help, woman-display-extended-fonts):
18088         * calc/calc-help.el (calc-describe-key):
18089         * emulation/edt.el (edt-electric-helpify):
18090         * international/mule-diag.el (mule-diag):
18091         * play/yow.el (apropos-zippy):
18092         * progmodes/python.el (python-describe-symbol):
18093         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
18094         * textmodes/table.el (*table--cell-describe-mode)
18095         (*table--cell-describe-bindings):
18096         Use help-print-return-message rather than the now obsolete alias.
18098         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
18099         (calendar-cursor-to-visible-date):
18100         * play/5x5.el (5x5-position-cursor):
18101         * play/decipher.el (decipher):
18102         * play/gomoku.el (gomoku-goto-xy):
18103         * play/landmark.el (lm-goto-xy):
18104         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
18105         (mpuz-paint-digit):
18106         Use forward-line, not goto-line.
18108         * mail/rmail.el (rmail-obsolete): Delete custom group.
18109         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
18110         (rmail-remote-password, rmail-remote-password-required):
18111         Remove unneeded :set-after and :set properties.
18113 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
18115         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
18117 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
18119         * loadup.el: Remove leftover macos code.
18121         * vc-git.el (vc-git-annotate-command): Run asynchronously.
18122         Explicitly pass the date format to git blame so that user local
18123         so that the output format can be parsed.
18125 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
18127         * net/dbus.el (top): Don't check for (getenv
18128         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
18130 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
18132         * log-edit.el (log-edit-strip-single-file-name): New var.
18133         (log-edit-insert-changelog): Use it.  Bug#3571
18135 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18137         * subr.el (read-passwd): Use read-key so keypad keys work as well.
18138         Bug#3287
18140         * help.el (help-print-return-message): Rename from
18141         print-help-return-message.
18143         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
18144         cvs-mode-map parent hack.
18145         (log-view-mode): Derive from special-mode.
18147         * linum.el (linum-mode): window-size-change-functions is redundant.
18148         Adapt to new window-configuration-change-hook behavior.
18149         (linum-after-size, linum-after-config): Remove.
18151         * imenu.el (imenu-example--name-and-position)
18152         (imenu-example--lisp-extract-index-name)
18153         (imenu-example--create-lisp-index, imenu-example--create-c-index):
18154         Mark as obsolete.
18156         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
18157         (inferior-prolog-mode): Use it.
18158         (inferior-prolog-load-file): Reset list of errors.
18160 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18162         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
18164         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
18166 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
18168         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
18169         is running already.
18171 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18173         * subr.el (listify-key-sequence-1): Use normal syntax since those
18174         integers are nowadays always represented by the same (positive) number
18175         on all platforms.
18176         (read-key-empty-map): New const.
18177         (read-key-delay): New var.
18178         (read-key): New function.
18179         (force-mode-line-update): Use with-current-buffer.
18180         (locate-user-emacs-file): Don't forget to abbreviate the file name.
18181         (start-process-shell-command, start-file-process-shell-command):
18182         Discourage the use of command-args.
18184 2009-08-19  Glenn Morris  <rgm@gnu.org>
18186         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
18188 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18190         * simple.el (choose-completion-string): Don't rely on
18191         minibuffer-completing-file-name and ad-hoc checks to decide whether
18192         to continue completion or not.
18194         * minibuffer.el (minibuffer-hide-completions): New function.
18195         (completion--do-completion): Use it.
18196         (completions-annotations): New face.
18197         (completion--insert-strings): Use it.
18198         (completion-pcm--delim-wild-regex): Add docstring.
18199         (completion-pcm--string->pattern): Add support for 0-width delimiters
18200         in completion-pcm--delim-wild-regex.
18202 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18204         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
18205         Remove unused var `buffer-modified-p'.
18207         * minibuffer.el (completion--do-completion): Move point for the #b001
18208         case as well (bug#4176).
18209         (minibuffer-complete, minibuffer-complete-word): Don't move point.
18211 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
18213         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
18214         and :session buses.
18216 2009-08-18  Kenichi Handa  <handa@m17n.org>
18218         * international/ucs-normalize.el (ucs-normalize-version):
18219         Change to 1.1.
18220         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
18221         (utf-8-hfs): Make it perform normalization on encoding too.
18223         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
18224         (sentence-end-without-space): Delete duplicated chars.
18225         (sentence-end-base): Likewise.
18227         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
18228         (html-mode): Delete duplicated chars from sentence-end-base.
18230         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
18231         (texinfo-mode): Delete duplicated chars from sentence-end-base.
18233 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
18235         * files.el (hack-one-local-variable): If the mode function is for
18236         a minor mode, pass it an argument (Bug#4148).
18238 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
18240         * net/tramp.el (tramp-register-completion-file-name-handler):
18241         Check also for (member 'partial-completion completion-styles).
18243 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
18245         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
18246         abbrev (Bug#3943).
18248 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
18250         * progmodes/cperl-mode.el: Merge upstream 6.2.
18251         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
18252         (cperl-forward-re): Check cperl-brace-recursing.
18253         (cperl-highlight-charclass): New function.
18254         (cperl-find-pods-heres): Use it.
18255         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
18256         (cperl-beautify-regexp-piece): Fix column calculation.
18257         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
18258         (cperl-beautify-level): Don't process entire regexp.
18259         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
18260         calling man.
18261         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
18262         (cperl-init-faces): Build a list in the normal way.
18264 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
18266         * calendar/parse-time.el (parse-time-string-chars): Save match
18267         data.
18269 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18271         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
18272         (sql-product): Use it.
18273         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
18274         (sql-set-product): Add completion.
18275         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
18276         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
18277         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
18278         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
18279         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
18280         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
18281         (sql-highlight-db2-keywords): Remove.
18282         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
18283         (sql-highlight-product): Use derived-mode-p.
18284         (sql-set-sqli-buffer): Use with-current-buffer.
18285         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
18286         Simplify.
18288         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
18290         * term.el: Fix commenting convention, turn comments into docstrings.
18292 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
18294         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
18296 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
18298         * calendar/parse-time.el (parse-time-string-chars): Compute using
18299         character classes, to handle non-ascii characters (Bug#3190).
18301 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
18303         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
18304         another heredoc if the user adds another < (Bug#3226).
18306         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18307         Don't initialize based on window-system (Bug#4124).
18309         * facemenu.el (facemenu-read-color): Use a completion function
18310         that accepts any defined color, such as RGB triplets (Bug#3677).
18312         * files.el (get-free-disk-space): Change fallback default
18313         directory to /.  Expand DIR argument before switching to fallback.
18314         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
18316 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
18318         * files.el (load-library): Doc fix.
18320 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
18322         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
18323         (viper-if-string): Redefine C-s in the minibuffer to insert the last
18324         incremental search string.
18326         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
18327         XEmacs.
18329         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
18330         (ediff-merge-region-is-non-clash)
18331         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
18332         Also check if the job is really a merge job.
18334         * ediff.el (ediff-current-file): New function.
18336 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
18338         * progmodes/js.el: Edit docstrings throughout to follow Emacs
18339         conventions.
18340         (js-insert-and-indent): Delete function.
18341         (js-mode-map): Don't bind keys to js-insert-and-indent.
18342         (js-beginning-of-defun): Rename from js--beginning-of-defun.
18343         (js-end-of-defun): Rename from js--end-of-defun.
18344         (js-auto-indent-flag): Delete variable.
18346 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
18348         * progmodes/js.el: Remove proclaim statement.
18349         Defvar which-func-imenu-joiner-function to silence compiler.
18351         * files.el (auto-mode-alist): Use js-mode for .js files.
18353         * progmodes/js2-mode.el: Remove file.
18355         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
18357         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
18359         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
18361 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
18362             Karl Landstrom  <karl.landstrom@brgeight.se>
18364         * progmodes/js.el: New file.
18366 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
18368         * timezone.el (timezone-parse-date): Add ability to understand ISO
18369         basic format (minimal separators) dates in addition to the
18370         already-supported extended format dates.
18372 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
18374         * international/ucs-normalize.el: Add a `coding' file variable.
18376         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
18378 2009-08-14  Sam Steingold  <sds@gnu.org>
18380         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
18382 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
18384         * faces.el (help-argument-name): Define it here instead of
18385         help-fns.el, because in daemon mode help-fns.el may be loaded when
18386         faces are still uninitialized (Bug#1078).
18388         * help-fns.el (help-argument-name): Move defface to faces.el.
18390 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
18392         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
18393         create buffer with a pty but no process so that GDB can make the
18394         inferior the controlling process.
18396 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
18398         * international/ucs-normalize.el: New file.
18400 2009-08-13  Richard Stallman  <rms@gnu.org>
18402         * mail/rmail.el (rmail-get-attr-names):
18403         Accept an attribute header that is too short.
18405         * mail/rmail.el (rmail-forget-messages):
18406         Ignore nil elt in rmail-message-vector.  Use dotimes.
18408         * progmodes/compile.el (compilation-goto-locus):
18409         Use next-error-move-function.
18411         * simple.el (next-error-move-function): New variable.
18413 2009-08-12  Juri Linkov  <juri@jurta.org>
18415         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
18416         always non-nil.  (Bug#4052)
18418         * replace.el (read-regexp): Return empty string when
18419         `default-value' is nil.
18420         (keep-lines-read-args): Don't use empty string as the
18421         default value for `read-regexp'.  (Bug#2495)
18423 2009-08-12  Juri Linkov  <juri@jurta.org>
18425         * international/mule-cmds.el (ucs-insert): Change arguments
18426         from `arg' to `character', `count', `inherit' to be the same
18427         as in `insert-char'.  Doc fix.  (Bug#4039)
18429         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
18431 2009-08-12  Juri Linkov  <juri@jurta.org>
18433         * files-x.el: New file.
18435         * files.el: Move code that deals with adding/deleting
18436         file/directory-local variables to files-x.el.
18438         * Makefile.in (ELCFILES): Add files-x.elc.
18440 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
18442         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
18443         to use `goto-line'.
18444         (gdb-place-breakpoints, gdb-get-location): Rewritten without
18445         `goto-line'.
18446         (gdb-invalidate-disassembly): Do not refresh upon receiving
18447         'update signal.  Instead, update all disassembly buffers only after
18448         threads list.
18449         (gdb): Send -target-detach when buffer is killed (Bug#3794).
18450         (gdb-starting): Move -data-list-register-names...
18451         (gdb-stopped): ...here so it's sent when first thread stops.
18452         (gdb-registers-handler-custom): Do nothing if register names are
18453         unknown yet.
18455         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
18456         from `gdb-mi.el' to avoid extra tangling.
18458         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
18459         change which breaks `gud-def' definitions used in `gdb'.
18460         (gdb-update-gud-running): No extra fuss for updating frame number.
18462 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18464         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
18465         (describe-language-environment-map, setup-language-environment-map)
18466         (set-coding-system-map): Move initialization into declaration.
18467         (set-language-info-alist): Last arg to define-key-after can be skipped.
18469         * international/quail.el (quail-completion-1): Simplify.
18470         (quail-define-rules): Use slightly more compact code.
18471         (quail-insert-decode-map): Propertize keys, compact columns.
18473         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18474         Add goto-line.
18476 2009-08-10  Miles Bader  <miles@gnu.org>
18478         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
18479         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
18480         (js2-instance-member, js2-private-member, js2-private-function-call)
18481         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
18482         (js2-magic-paren, js2-external-variable):
18483         Remove "-face" suffix from face names.
18484         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
18485         (js2-highlight-undeclared-vars, js2-peek-token)
18486         (js2-parse-function-params, js2-mode-show-errors)
18487         (js2-mode-show-warnings, js2-make-magic-delimiter)
18488         (js2-mode-highlight-magic-parens): Update to use new face names.
18490 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
18492         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
18493         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
18495 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
18497         * subr.el: Provide hashtable-print-readable.
18499         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
18500         hs-c-like-adjust-block-beginning.
18501         (hs-hide-block-at-point): Stop hiding at the beginning of
18502         hs-block-end-regexp (Bug#700).
18504 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
18506         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
18507         a macro.
18508         (gdb-registers-handler-custom): Do not fail when register names
18509         are unavailable.
18511 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
18513         * progmodes/gdb-mi.el (gdb-control-all-threads)
18514         (gdb-control-current-thread): Interactive setters for
18515         `gdb-gud-control-all-threads' to use in menu.
18516         (gdb-show-run-p): Show «Go» when process is not active.
18517         (gud-tool-bar-map): Add non-stop/A,T indicator.
18518         Uses gud/thread.xpm and gud/all.xpm.
18520 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
18522         * net/net-utils.el (net-utils-font-lock-keywords): New var.
18523         (nslookup-font-lock-keywords): Make it a variable.
18524         (net-utils-mode): New mode for viewing diagnostic network output.
18525         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
18526         (net-utils-run-simple): New function.
18527         (ifconfig, iwconfig, netstat, arp, route): Use it.
18529 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
18531         * progmodes/gdb-mi.el (gdb-read-memory-custom)
18532         (gdb-memory-set-address, def-gdb-set-positive-number)
18533         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
18534         after changing settings.
18535         (gdb-invalidate-disassembly): Update when first shown.
18536         (gdb-edit-locals-value): Fixed.
18537         (gdb-registers-handler-custom): Print registers in right order and
18538         allow changing register values (only for current thread yet).
18539         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
18540         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
18541         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
18542         (gdb-locals-handler-custom, gdb-registers-handler-custom):
18543         Thread info in mode name.
18544         (gdb-registers-mode-map): TAB to switch to locals.
18546 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
18548         * mail/rmail.el (rmail-add-mbox-headers)
18549         (rmail-set-message-counters-counter): Search for
18550         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
18552 2009-08-08  Glenn Morris  <rgm@gnu.org>
18554         * Makefile.in (ELCFILES): Update.
18556 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
18558         * mail/sendmail.el (mail-yank-original):
18559         Set buffer-file-coding-system from the one used by the message whose
18560         text is yanked.
18562         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
18563         to "windows" when "pgnuplot" is used.
18564         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
18565         Don't call accept-process-output if "pgnuplot" is used.
18566         (calc-graph-init): Don't send -display and -geometry to
18567         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
18568         running "pgnuplot -V" with shell-command-to-string.
18570         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
18571         the default.
18573 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
18575         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
18576         org/org-latex.elc.
18578 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
18580         * vc-dispatcher.el (vc-resynch-window): Update comment.
18582         * term.el (term-handle-ansi-escape): Add comments with the
18583         terminfo capabilities implemented.
18585 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
18587         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
18588         (gdb-var-create-handler): Rewritten using JSON parser.
18589         (gdb-propertize-header): Move earlier.
18590         (gdb-set-header): Remove to avoid duplication.
18591         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
18592         Refresh disassembly buffers only after threads list have been
18593         update.
18594         (gdb-threads-header, gdb-registers-header): Per-buffer header line
18595         variables.
18597 2009-08-04  Juri Linkov  <juri@jurta.org>
18599         * files.el: Commands to add/delete file/directory-local variables.
18600         (read-file-local-variable, read-file-local-variable-value)
18601         (read-file-local-variable-mode, modify-file-local-variable)
18602         (modify-file-local-variable-prop-line)
18603         (modify-dir-local-variable): New functions.
18604         (add-file-local-variable, delete-file-local-variable)
18605         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
18606         (add-dir-local-variable, delete-dir-local-variable)
18607         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
18608         (copy-dir-locals-to-file-locals-prop-line): New commands.
18610 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
18612         * abbrev.el (insert-abbrev-table-description): Prettify output.
18613         Suggested by Karl Chen.
18615 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
18617         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
18618         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
18619         (gdb-overlay-arrow-position, gdb-thread-position)
18620         (gdb-disassembly-position): Declare variables.
18621         (gdb-wait-for-pending): Function now.
18622         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
18623         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
18624         compilation goes smoothly.
18625         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
18626         (gdb-non-stop-setting): New customization setting which replaces
18627         `gdb-non-stop' so changing it doesn't break active GDB session.
18628         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
18629         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
18630         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
18631         (gdb-show-threads-by-default): New customization options.
18632         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
18633         routines.
18634         (gdb-get-buffer-create): Send buffers update signal when they are
18635         created.
18636         (gdb-invalidate-locals, gdb-invalidate-registers)
18637         (gdb-invalidate-breakpoints)
18638         (gdb-invalidate-threads, gdb-invalidate-disassembly)
18639         (gdb-invalidate-memory): Accept update signal.
18640         (gdb-current-context-command): Use --frame option.
18641         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
18642         Implement `gdb-frame-number' selection logic.
18643         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
18644         whether to show GUD toolbar buttons.
18645         (gdb-thread-exited): Unselect current thread when it exits.
18646         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
18647         (gdb-mark-line): Routine which sets overlay arrow or inverses
18648         video on fringeless displays.
18649         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
18650         to build aligned columns of data in GDB buffers and set text
18651         properties line-by-line.
18652         (gdb-invalidate-breakpoints)
18653         (gdb-breakpoints-list-handler-custom)
18654         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
18655         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
18656         (gdb-registers-handler-custom): Align data columns.
18657         (gdb-locals-handler-custom): Now prints data like in variable
18658         declarations.
18659         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
18660         Remove confusing buttons.
18661         (gdb-invalidate-threads): Append --frame.
18662         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
18663         between breakpoints/threads buffers.
18664         (gdb-set-window-buffer): Now can ignore dedicated windows.
18665         (gdb-propertize-header): Use `gdb-set-window-buffer'.
18666         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
18667         (def-gdb-thread-buffer-gud-command): Replaces
18668         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
18669         for fine thread control.
18670         (gdb-preempt-existing-or-display-buffer): New function used to
18671         display bound buffers without breaking window layout.
18672         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
18673         (gdb-select-frame): New version of `gdb-frames-select' which now
18674         sets `gdb-frame-number' so commands may use --frame option instead
18675         of inner debugger state.
18676         (gdb-frame-handler): Do not set `gdb-frame-number'.
18677         (gdb-threads-mode-map): Select threads with mouse.
18679         * progmodes/gud.el (gdb-gud-context-call): Declare function to
18680         avoid compilation warning.
18681         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
18682         `gdb-show-stop-p`.
18684         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
18685         Argument `key' renamed to `buffer-type'.
18686         (gdb-current-context-buffer-name): Do not add thread info to
18687         buffer name when no thread is selected.
18688         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
18689         command (bug 3794).
18690         (gdb-thread-selected): Handle `=thread-selected' notification.
18691         (gdb-wait-for-pending): New macro to deal with congestion problems.
18692         (gdb-breakpoints-list-handler-custom): Don't fail on pending
18693         breakpoints.
18694         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
18695         This fixes problem similar to one described in bug 3947.
18696         (gud-menu-map): More menu items.
18697         (gdb-init-1): Reset `gdb-thread-number' to nil.
18699         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
18700         non-stop settings.
18702         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
18703         (gdb-current-context-command): Do not append --thread if
18704         `gdb-thread-number' is nil.
18705         (gdb-running-threads-count, gdb-stopped-threads-count):
18706         New variables.
18707         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
18708         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
18709         New customization options.
18710         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
18711         GUD commands.
18712         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
18713         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
18714         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
18715         set `gdb-thread-number' and update `gud-running' properly.
18716         (gdb-running): Update threads list when new threads appear.
18717         (gdb-stopped): Support non-stop operation and new thread switching
18718         logic.
18719         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
18720         (gdb-json-partial-output): New set of JSON routines.
18721         (def-gdb-auto-update-trigger): New `signal-list' optional
18722         argument.
18723         (gdb-thread-list-handler-custom): Update `gud-running',
18724         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
18725         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
18726         (gdb-continue-thread, gdb-step-thread): New commands for fine
18727         thread execution control.
18728         (gud-menu-map): New menu items to switch non-stop options.
18729         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
18730         (gdb-send): Mimic RET properly (bug 3794).
18732         * progmodes/gdb-mi.el (gdb-rules-name-maker)
18733         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
18734         gdb-buffer-rules.
18735         (def-gdb-auto-update-handler): New nopreserve optional argument.
18736         (gdb-stack-list-frames-custom): Print stack from top to bottom.
18738         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
18739         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
18740         (gdb-parent-mode): New mode to derive other GDB modes from.
18741         (gdb-display-disassembly-for-thread)
18742         (gdb-frame-disassembly-for-thread): New commands for threads
18743         buffer.
18745         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
18746         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
18747         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
18748         (gdb-update): We now store all GDB buffers in a list so that they
18749         can be updated by traversing a list instead of calling invalidate
18750         triggers explicitly.
18751         (def-gdb-trigger-and-handler): New macro to define trigger-handler
18752         pair for GDB buffer.
18753         (gdb-stack-buffer-name): Add thread information.
18754         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
18755         handle pending triggers.
18756         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
18757         (def-gdb-thread-buffer-simple-command)
18758         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
18759         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
18760         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
18761         New commands which show buffers bound to thread.
18762         (gdb-stack-list-locals-regexp): Remove unused regexp.
18764         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
18765         (gdb-locals-buffer-name, gdb-registers-buffer-name)
18766         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
18767         to (gud-comint-buffer) in *-buffer-name functions
18768         because (gdb-get-target-string) already does that.
18769         (gdb-locals-handler-custom, gdb-registers-handler-custom)
18770         (gdb-changed-registers-handler): Rewritten without regexps.
18772         * progmodes/gdb-mi.el: Basic thread selection support.
18773         (gdb-thread-number): New variable.
18774         (gdb-current-context-command): New macro which adds --thread
18775         option to command.
18776         (gdb-threads-mode-map): Select thread with SPC.
18777         (gdb-thread-list-handler-custom): Mark current thread with overlay
18778         arrow.  Synchronize GDB thread and Emacs thread.
18779         (gdb-select-thread): New command which selects current thread.
18780         (gdb-invalidate-frames, gdb-invalidate-locals)
18781         (gdb-invalidate-registers): Use --thread option.
18783 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
18785         * net/tramp.el (top): Make check for tramp-gvfs loading more
18786         robust.  (Bug#3977)
18787         (tramp-handle-insert-file-contents): `unwind-protect' must be
18788         inside `with-parsed-tramp-file-name'.
18790         * net/tramp-gvfs.el (top): Remove superfluous message when loading
18791         fails.
18793 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
18795         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
18796         directory if CLASSPATH is not set.
18798 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
18800         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
18801         New defconst.
18802         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
18804 2009-08-02  Kevin Ryde  <user42@zip.com.au>
18806         * net/newst-backend.el (newsticker--raw-url-list-defaults):
18807         Update freshmeat link.  Delete newsforge.com as it seems gone.
18809 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
18811         * select.el (x-set-selection): Doc fix (Bug#4021).
18813         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
18815         * help-fns.el (describe-variable): Treat list return values from
18816         dir-locals-find-file properly (Bug#4005).
18818 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
18820         * net/tramp.el (tramp-debug-message): Print also microseconds.
18822 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
18824         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
18825         or END is non-nil.
18826         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
18827         (tramp-get-debug-buffer): Change `outline-regexp' according to new
18828         format.
18830         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
18831         (tramp-get-file-property): Use it.
18833         * autorevert.el (auto-revert-handler):
18834         Allow `auto-revert-tail-mode' for remote files.
18836 2009-08-02  Jason Rumney  <jasonr@gnu.org>
18838         * minibuffer.el (read-file-name): Treat confirm options to
18839         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
18841 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
18843         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
18844         (font-lock-variable-name-face, font-lock-constant-face):
18845         Darken the colors for light backgrounds.
18847 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
18849         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
18850         month names.  (Bug#3987)
18852 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
18854         * simple.el (line-move-finish): Pass whole number to
18855         line-move-to-column.
18856         (line-move-visual): Perform hscroll to the recorded position.
18858 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
18860         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
18862 2009-07-29  Alan Mackenzie  <acm@muc.de>
18864         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
18866 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
18868         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
18869         (gdb-place-breakpoints): Use full path when setting breakpoints.
18871 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
18873         * calc/calc.el (calc-mode-map): Add keybinding for
18874         `calc-transpose-lines'.
18876 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
18878         * calc/calc-misc.el (calc-transpose-lines): New function.
18880 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
18882         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
18883         Simplify check for out-of-band methods.
18884         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
18885         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
18887 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
18889         * vc-git.el (vc-git-checkin): Fix typo.
18891 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
18893         * progmodes/js2-mode.el: New file.
18895 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
18897         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
18898         (gud-menu-map): Adjust tooltip accordingly.
18900 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
18902         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
18903         (vc-bzr-log-view-mode): Adjust log-view-file-re.
18905         * add-log.el (change-log-mode-map): Add a menu.
18907 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
18909         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
18910         function returns nil.
18911         (dbus-handle-event): Handle special return value :ignore.
18912         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
18914 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
18916         * view.el (view-mode-enable): Don't define Helper-return-blurb if
18917         it's not needed.
18919 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
18921         Fix Bug#3888:
18923         * w32-vars.el (x-select-enable-clipboard): Doc fix.
18925         * term/pc-win.el (x-display-name, x-colors)
18926         (x-select-enable-clipboard, x-select-text): Doc fix.
18928         * term/common-win.el (x-display-name, x-colors): Doc fix.
18930         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
18931         (xw-defined-colors): Doc fix.
18933         * w32-fns.el (x-select-text, x-setup-function-keys)
18934         (x-get-selection, x-set-selection): Doc fix.
18936         * term/x-win.el (x-select-text, x-setup-function-keys)
18937         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
18939         * select.el (x-set-selection): Doc fix.
18941 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
18943         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
18944         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
18945         "IsNSSSupportAvailable" method is not available.
18946         Reported by Steve Youngs <steve@sxemacs.org>.
18948 2009-07-24  Kenichi Handa  <handa@m17n.org>
18950         * international/characters.el: Fix setting of category ?C, ?|, ?K,
18951         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
18952         (build-unicode-category-table): Fix range checks.
18954 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
18956         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
18957         the buffer we try to sync is current when calling
18958         vc-resynch-buffer.
18960         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
18961         not show up to date files.
18963 2009-07-24  Glenn Morris  <rgm@gnu.org>
18965         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
18966         Add autoload cookies.  If necessary, initialize.
18967         (elint-log): Handle non-file buffers.
18968         (elint-initialize): Add optional argument to reinitialize.
18969         (elint-find-builtin-variables): Save excursion.
18971 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
18973         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
18974         for Lint.
18976 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
18978         * vc.el (vc-print-log-internal): New function, split out from ...
18979         (vc-print-log): ... here.
18980         (vc-dir-move-to-goal-column): Declare.
18982         * vc-git.el (vc-git-add-signoff): New variable.
18983         (vc-git-checkin): Use it.
18984         (vc-git-toggle-signoff): New function.
18985         (vc-git-extra-menu-map): Bind it to menu.
18986         (vc-git--run-command-string): Accept a nil FILE argument.
18987         (vc-git-stash-list): New function.
18988         (vc-git-dir-extra-headers): Use it.
18990 2009-07-23  Glenn Morris  <rgm@gnu.org>
18992         * help-fns.el (describe-variable): Describe ignored and risky local
18993         variables in a similar way to that in which we describe safe ones.
18995         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
18996         (byte-compile-output-file-form, byte-compile-output-docform)
18997         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
18998         Give some more local variables with common names a "bytecomp-" prefix,
18999         so as not to shadow things during compilation.
19000         * emacs-lisp/cl-macs.el (load-time-value)
19001         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
19002         `outbuffer' to `bytecomp-outbuffer'.
19004         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
19005         since the next two variables cover them automatically now.
19006         (elint-builtin-variables, elint-autoloaded-variables): New.
19007         (elint-unknown-builtin-args): Remove all members, since they can be
19008         parsed automatically now.
19009         (elint-extra-errors): New.
19010         (elint-env-add-env, elint-env-add-macro): Use cadr.
19011         (elint-current-buffer): Use or.  Change final message.
19012         (elint-get-top-forms): Use line-end-position.
19013         (elint-init-env): Use cadr.  Handle autoload, declare-function,
19014         and defalias.
19015         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
19016         (regexp-assoc): Remove unused function.
19017         (elint-top-form): Set elint-current-pos, to record the start of the
19018         top-level form, for compilation-mode.
19019         (elint-form): Trap errors in macro expansion.  Use dolist.
19020         (elint-unbound-variable): Use elint-builtin-variables and
19021         elint-autoloaded-variables.
19022         (elint-get-args): Use cadr, or.
19023         (elint-check-cond-form): Use dolist, cadr.
19024         (elint-check-condition-case-form): Doc fix.  Use cadr.
19025         Use elint-extra-errors.
19026         (elint-log): New function.
19027         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
19028         Distinguish errors and warnings.
19029         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
19030         Use a bytecomp-style format.
19031         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
19032         (elint-get-log-buffer): Use compilation mode.  Disable undo.
19033         Don't truncate lines.
19034         (elint-initialize): Set builtin and autoloaded variable lists.
19035         Only process elint-unknown-builtin-args if non-nil.
19036         (elint-find-builtin-variables, elint-find-autoloaded-variables):
19037         New functions.
19038         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
19040 2009-07-22  Kevin Ryde  <user42@zip.com.au>
19042         * net/newst-backend.el (newsticker--parse-atom-1.0)
19043         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19044         (newsticker--parse-rss-1.0):
19045         * progmodes/idlwave.el (idlwave-mode):
19046         * progmodes/idlw-shell.el (idlwave-shell-mode):
19047         * progmodes/vera-mode.el (vera-mode):
19048         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
19049         * progmodes/vhdl-mode.el (vhdl-mode):
19050         * textmodes/table.el (table-generate-source)
19051         (table--warn-incompatibility):
19052         Hyperlink urls in docstrings with URL `...'.
19054 2009-07-22  Glenn Morris  <rgm@gnu.org>
19056         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
19057         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
19058         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
19059         Remove leading * from defcustom docs.
19061         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
19063         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
19064         defcustom doc.
19065         (list-load-path-shadows): Optionally, just return shadows as a string.
19067         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
19069 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
19071         * mail/rmailedit.el (rmail-edit-mode):
19072         Use auto-save-include-big-deletions.
19074         * mail/rmail.el (rmail-variables):
19075         Use auto-save-include-big-deletions.
19077         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
19078         changes.
19080 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
19082         * calc/calc.el (calc-undo-length): New variable.
19083         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
19085 2009-07-21  Richard Stallman  <rms@gnu.org>
19087         * files.el (auto-save-mode): Handle buffer-save-size = -2
19088         for toggling mode.
19090 2009-07-21  Glenn Morris  <rgm@gnu.org>
19092         * textmodes/ispell.el (ispell-looking-back): Update declaration.
19094         * calendar/todo-mode.el (calendar-current-date): Update declaration.
19096         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
19097         silence compiler.  Instead...
19098         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
19099         (ps-print-ensure-fontified): Update for above function name changes.
19101         * printing.el (pr-mh-get-msg-num, pr-mh-show)
19102         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
19103         silence compiler.  Instead...
19104         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
19105         (mh-show-buffer): Only define for compiler.
19106         (pr-mh-current-message): Update for above function name changes.
19108         * files.el (abort-if-file-too-large): Explicitly pass `filename'
19109         as an argument.
19110         (find-file-noselect, insert-file-1): Update for above change.
19112         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
19114         * mail/mailclient.el (mailclient-send-it): Fix message.
19116         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
19117         (edebug-eval): Check cl-debug-env is bound.
19118         (print-level, print-circle): Don't redefine built-in variables.
19120         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
19121         (custom-print-vectors): Remove old comments from doc.
19123         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
19124         (emerge-version): Make the variable an obsolete alias for the
19125         emacs-version variable.  Make the function obsolete.
19126         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
19127         Emerge options, rather than merging in into the main Options menu.
19128         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
19129         and auto advance modes.  Disable edit/fast items when not relevant.
19131 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
19133         * term/vt420.el (terminal-init-vt420): Fix typo.
19135 2009-07-20  Sam Steingold  <sds@gnu.org>
19137         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
19138         variable (removed from compile.el on 2004-03-11).
19140 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
19142         * files.el (hack-local-variables-filter): Fix last change.
19144 2009-07-19  Juri Linkov  <juri@jurta.org>
19146         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
19147         (dir-local-variables-alist): New buffer-local variable.
19148         (hack-local-variables-filter): If variable is not dir-local,
19149         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
19150         because file-local overrides dir-local.
19151         (c-postprocess-file-styles) <declare-function>:
19152         Remove obsolete declaration.
19153         (hack-dir-local-variables): Add dir-local variable/value pair to
19154         `dir-local-variables-alist' and remove duplicates.  Doc fix.
19156         * help-fns.el (describe-variable): Add information about
19157         file-local and dir-local variables.
19159 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
19161         * files.el (hack-local-variables-filter): Rewrite.
19163 2009-07-19  Glenn Morris  <rgm@gnu.org>
19165         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
19166         Silence compiler by only defining on XEmacs.
19168         * international/mule.el (auto-coding-regexp-alist): Only match
19169         BABYL... at the start of buffer, not of lines.  (Bug#3790)
19171         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
19172         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
19173         (cal-menu-context-mouse-menu): Doc fix.
19175         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
19177         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
19179 2009-07-18  Juri Linkov  <juri@jurta.org>
19181         * info.el: Virtual Info keyword finder.
19182         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
19183         (Info-finder-file): New variable.
19184         (Info-finder-find-file): New function.
19185         (finder-known-keywords, finder-package-info)
19186         (find-library-name, lm-commentary): Use defvar and
19187         declare-function to silence compiler warnings.
19188         (Info-finder-find-node): New function.
19189         (info-finder): New command.
19191         * subr.el (process-kill-buffer-query-function): New function.
19192         (add-hook)<kill-buffer-query-functions>: Add hook
19193         `process-kill-buffer-query-function'.
19195 2009-07-18  Alan Mackenzie  <acm@muc.de>
19197         * progmodes/cc-mode.el (c-before-hack-hook)
19198         (c-postprocess-file-styles): Give invocation of `c-set-style'
19199         DONT-OVERRIDE parameter of t.  Already set style variables will
19200         thus not be overridden by style settings given by `c-file-syle'.
19202         * files.el (hack-local-variables-filter): Remove entries with
19203         duplicate keys from `file-local-variables-alist'.
19205 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
19207         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
19208         x-set-selection if display-selections-p returns nil for the
19209         current frame.
19211 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
19213         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
19215 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
19217         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
19218         Accept nil in addition to a regexp.
19219         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
19220         Accept nil in addition to a regexp.
19221         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
19222         buffers that have an associated file.  Handle nil values of
19223         desktop-buffers-not-to-save and desktop-files-not-to-save.
19224         (Bug#3833)
19226         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
19227         (x-disown-selection-internal): New functions.
19229 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
19231         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
19232         warning.
19233         (gdb-breakpoints-header): Move forward to avoid compiler warning.
19234         (gdb-make-header-line-mouse-map): Remove duplicate definition.
19236 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
19238         * simple.el (set-mark): Revert last change.
19240 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
19242         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
19243         rendering of pngs is not possible instead of messaging a long
19244         description.
19246 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
19248         * w32-fns.el (x-selection-owner-p): New function.
19250         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
19251         (mouse-yank-at-click, mouse-yank-primary):
19252         If select-active-regions is non-nil, deactivate the mark before
19253         insertion.
19255         * simple.el (deactivate-mark, set-mark): Only save selection if we
19256         own it.
19258 2009-07-17  Kenichi Handa  <handa@m17n.org>
19260         * case-table.el (describe-buffer-case-table): Fix for the case
19261         that KEY is a cons.
19263 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
19265         * vc-rcs.el (vc-rcs-find-file-hook):
19266         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
19268 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
19270         * net/tramp.el (tramp-wait-for-output): Handle the case when
19271         commands do not return a newline but a null byte before the shell
19272         prompt.  (Bug#3858)
19274 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19276         * term/ns-win.el (ns-set-alpha): Don't declare.
19277         (ns-set-background-alpha): Remove function.
19279 2009-07-16  Kevin Ryde  <user42@zip.com.au>
19281         * emacs-lisp/copyright.el (copyright-update): Save match-data across
19282         y-or-n-p, for safety.
19284 2009-07-16  Richard Stallman  <rms@gnu.org>
19286         * files.el (auto-save-mode): If buffer-saved-size is -2,
19287         don't clobber it.
19289         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
19290         (rmail-retry-ignored-headers): Add more uninteresting fields.
19292 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
19294         * net/rcirc.el (rcirc): Use history variables.
19295         (rcirc-server-name-history, rcirc-nick-name-history)
19296         (rcirc-server-port-history): New variables.
19298 2009-07-15  Kenichi Handa  <handa@m17n.org>
19300         * international/mule-cmds.el (set-language-environment-charset):
19301         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
19302         ignore them.
19304         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
19305         Delete unibyte-display.
19307 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
19309         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
19311 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
19313         * simple.el (deactivate-mark): Optional argument FORCE.
19314         (set-mark): Use deactivate-mark.
19316         * info.el (Info-search): No need to check transient-mark-mode
19317         before calling deactivate-mark.
19319         * select.el (x-set-selection): Doc fix.
19320         (x-valid-simple-selection-p): Allow buffer values.
19321         (xselect--selection-bounds): Handle buffer values.
19322         Suggested by David De La Harpe Golden.
19324         * mouse.el (mouse-set-region, mouse-drag-track):
19325         Call copy-region-as-kill before setting the mark, to let
19326         select-active-regions work.
19328 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
19330         * simple.el (deactivate-mark): If select-active-regions is
19331         non-nil, copy the selection data into a string.
19332         (activate-mark): If select-active-regions is non-nil, set the
19333         selection to the current buffer.
19334         (set-mark): Update selection if select-active-regions is non-nil.
19336         * select.el (x-valid-simple-selection-p): Allow buffer values.
19338 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19340         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
19341         and more featureful message-mode.
19343 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
19345         * select.el (x-set-selection): Doc fix.
19346         (x-valid-simple-selection-p): Disallow selection data consisting
19347         of a list or cons of integers, since that is not used.
19348         (xselect--selection-bounds, xselect--int-to-cons): New functions.
19349         (xselect-convert-to-string, xselect-convert-to-length)
19350         (xselect-convert-to-filename, xselect-convert-to-charpos)
19351         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
19353 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
19355         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
19356         output in -break-info command (Emacs bug #3794).
19358 2009-07-14  Glenn Morris  <rgm@gnu.org>
19360         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
19361         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
19362         (edebug-print-length, edebug-print-level, edebug-print-circle)
19363         (edebug-sit-for-seconds, edebug-view-outside)
19364         (edebug-bounce-point, edebug-set-global-break-condition)
19365         (edebug-Go-nonstop-mode, edebug-trace-mode)
19366         (edebug-Trace-fast-mode, edebug-continue-mode)
19367         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
19368         (edebug-visit-eval-list): Doc fixes.
19370         * subr.el (def-edebug-spec): Doc fix.
19372 2009-07-14  Kenichi Handa  <handa@m17n.org>
19374         * international/characters.el: Fix setting of category ?C.
19376 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
19378         * term/ns-win.el (x-select-font): defalias x-select-font to
19379         ns-popup-font-panel instead of generate-fontset-menu.
19381 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
19383         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
19385 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
19387         * arc-mode.el (archive-find-type): Allow for a PK00 string before
19388         the PK\003\004 header (Bug#3770).
19390 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
19392         * pcomplete.el (pcomplete-comint-setup): Check for
19393         shell-dynamic-complete-filename too.
19395 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
19397         * simple.el (temporary-goal-column): Change the value for
19398         line-move-visual to a cons cell.
19399         (line-move-visual): Record or set the window hscroll, if
19400         necessary (Bug#3494).
19401         (line-move-1): Handle cons value of temporary-goal-column.
19403 2009-07-11  Kenichi Handa  <handa@m17n.org>
19405         * international/mule-diag.el (describe-character-set): Don't show
19406         width.
19408 2009-07-10  Sam Steingold  <sds@gnu.org>
19410         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19411         Omake sometimes indents the errors it prints, so allow all
19412         regexps to start with spaces.
19414 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
19416         * cus-edit.el (customize-changed-options-previous-release):
19417         Bump value to 22.1.  (Bug#3804)
19419 2009-07-08  Sam Steingold  <sds@gnu.org>
19421         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
19422         to be a cons cell (test . ignored-directory) to selectively ignore
19423         some directories depending on the location of the search.
19425 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
19427         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
19428         remote user is root, on the local host.
19429         (tramp-local-host-p): Either the local user or the remote user
19430         must be root.  (Bug#3771)
19432 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
19434         * progmodes/gdb-mi.el (gdb): Remove description of
19435         gdb-use-separate-io-buffer.
19436         (menu): Don't allow toggling of or enable
19437         gdb-use-separate-io-buffer from menubar.
19439 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
19441         * mail/unrmail.el (unrmail): Make sure the message ends with two
19442         newlines (Bug#3769).
19444 2009-07-08  Glenn Morris  <rgm@gnu.org>
19446         * calendar/calendar.el (calendar-current-date): Rework previous change.
19448 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
19450         * calendar/calendar.el (calendar-current-date):
19451         Add an optional argument giving an offset from today.
19453 2009-07-08  Glenn Morris  <rgm@gnu.org>
19455         * tutorial.el (tutorial--describe-nonstandard-key):
19456         Adjust the message for when a key has been unbound.
19457         (help-with-tutorial): Hide the arch-tag.
19459 2009-07-08  Kenichi Handa  <handa@m17n.org>
19461         * international/fontset.el (setup-default-fontset): For each
19462         script, append (not set) font-specs.
19464         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
19465         docstring.
19467 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
19469         * progmodes/gdb-mi.el (gdb-init-1): Move sending
19470         -data-list-register-names to ...
19471         (gdb-starting): ... here because GDB 7.0 requires execution to
19472         have started when using this MI command.
19473         (gdb-set-header): New function to distinguish select and
19474         unselected tabs in gdb buffers.
19475         (gdb-propertize-header): New macro that uses gdb-set-header.
19476         (gdb-breakpoints-header, gdb-locals-header): Use it.
19477         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
19479 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
19481         * Makefile.in (ELCFILES): Remove fadr.elc.
19483 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
19485         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
19486         may contain frame information, so `string-match' should be used.
19487         (gdb-update): Disassembly is invalidated through
19488         `gdb-get-selected-frame'.
19489         (gdb-pad-string): New function to pad string with spaces.
19490         (gdb-invalidate-disassembly): Invalidate only if the buffer
19491         exists.
19492         (gdb-disassembly-handler-custom): Column alignment.
19493         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
19494         placing new ones.
19495         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
19496         end of line, too.
19497         (gdb-frame-handler): Match convention to for disassembly buffer
19498         mode name.
19499         (gdb-stack-list-frames-handler): Rewritten without regexps.
19500         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
19501         not highlight breakpoints without line information.
19502         (gdb-input): Add trailing newline to command.
19504         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
19505         buffer properly.
19506         (gdb-breakpoints-list-handler-custom): Replacement for
19507         `gdb-break-list-handler'.  Using real parser instead of regexps
19508         now.
19509         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
19510         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
19511         to place breakpoints.
19512         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
19513         functions.
19514         (gdb-disassembly-handler-custom): Show overlay arrow.
19515         (gdb-disassembly-place-breakpoints): Show breakpoints in
19516         disassembly buffer.
19517         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
19518         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
19519         instead of parsing breakpoints buffer.  Fixed old menu references
19520         in `gud-menu-map'.
19522         * fadr.el: Remove.
19524         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
19525         (gdb-memory-address): New variable which holds top address of
19526         memory page shown in memory buffer.
19527         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
19528         New customization variables.
19529         New functions:
19530         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
19531         display the memory buffer.
19532         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
19533         buffer display parameters.
19534         (def-gdb-memory-format, gdb-memory-format-binary)
19535         (gdb-memory-format-octal, gdb-memory-format-unsigned)
19536         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
19537         Functions for setting memory buffer format.
19538         (gdb-memory-unit-word, gdb-memory-unit-halfword)
19539         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
19540         unit size used in memory buffer.
19541         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
19542         Switch to next/previous page of memory buffer.
19543         Now using (bindat-get-field) instead of fadr functions.
19545 2009-07-07  Sam Steingold  <sds@gnu.org>
19547         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
19548         non-top-level files.
19550 2009-07-07  Kenichi Handa  <handa@m17n.org>
19552         * international/mule-cmds.el (reset-language-environment):
19553         Put the highset priority to the charset iso-8859-1.
19555 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
19557         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
19558         to the end of the line when locating the block (Bug#700).
19560 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
19562         * net/tramp.el (tramp-handle-write-region): Flush file properties
19563         in case of short track.
19565 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
19567         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
19568         Coded custom representation of verilog error regular expressions
19569         to work with Emacs-22's new format.
19570         (verilog-error-regexp-xemacs-alist): Coded custom representation
19571         of verilog error regular expressions to work with XEmacs format.
19572         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
19573         error recognition into XEmacs.
19574         (verilog-error-regexp-add-emacs): Hook routine to install verilog
19575         error recognition into Emacs-22.
19577 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
19579         * woman.el: Remove stand-alone closing parentheses.
19580         (woman-file-name, woman2-format-paragraphs)
19581         (woman-leave-blank-lines): Code cleanup.
19582         (woman-use-own-frame): Change default to nil.
19583         (woman-italic, woman-bold, woman-unknown, woman-addition):
19584         Change defaults to inherit from default faces.
19585         (woman2-process-escapes): Consume the newline after a stand-alone
19586         filler character (Bug#3651).
19588 2009-07-06  Glenn Morris  <rgm@gnu.org>
19590         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
19591         (top-level): Move provide to the end.
19592         (ffap): Remove defunct URL from custom group.
19594         * subr.el (eval-after-load): Doc fix.
19596 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
19598         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
19599         `calc-embedded-word' is called twice.
19601 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19603         * files.el (find-alternate-file-other-window, find-alternate-file):
19604         Obey confirm-nonexistent-file-or-buffer.
19606 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
19608         * dired-aux.el (dired-show-file-type): Handle remote files.
19610 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
19612         * desktop.el (desktop-globals-to-save):
19613         Add file-name-history (Bug#2750).
19615 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
19617         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
19619 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
19621         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
19622         property on entire argument since this is what eshell-lisp-command
19623         expects.
19625 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
19627         * net/tramp-gvfs.el (tramp-gvfs-methods)
19628         (tramp-gvfs-zeroconf-domain)
19629         (tramp-bluez-discover-devices-timeout): Add version flag.
19630         (tramp-gvfs-handler-mounted-unmounted)
19631         (tramp-gvfs-connection-mounted-p): Polish handling of
19632         incompatibilities between GVFS 0.2 and 1.0.
19634 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
19636         * cus-start.el (all): Add make-pointer-invisible.
19638 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
19640         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
19641         formatted correctly.
19643 2009-07-02  Juri Linkov  <juri@jurta.org>
19645         * info.el: Virtual Info files and nodes.
19646         (Info-virtual-files, Info-virtual-nodes): New variables.
19647         (Info-current-node-virtual): New variable.
19648         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
19649         New functions.
19650         (Info-file-supports-index-cookies): Use Info-virtual-file-p
19651         to check for a virtual file instead of checking a fixed list
19652         of node names.
19653         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
19654         instead of ad-hoc processing of "dir" and (apropos history toc).
19655         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
19656         instead of ad-hoc processing of "dir" and (apropos history toc).
19657         Reread a file when moving from a virtual node.
19658         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
19659         (Info-directory-toc-nodes, Info-directory-find-file)
19660         (Info-directory-find-node): New functions.
19661         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
19662         (Info-history): Move part of code to
19663         `Info-history-find-node'.
19664         (Info-history-toc-nodes, Info-history-find-file)
19665         (Info-history-find-node): New functions.
19666         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
19667         (Info-toc): Move part of code to `Info-toc-find-node'.
19668         (Info-toc-find-node): New function.
19669         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
19670         the current Info file name to references because now the node
19671         "*TOC*" belongs to the same Info manual.
19672         (Info-toc-build): Rename from `Info-build-toc'.
19673         (Info-toc-nodes): Rename input argument `file' to `filename'.
19674         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
19675         instead of ad-hoc processing of ("dir" apropos history toc).
19676         (Info-index-nodes): Use Info-virtual-file-p
19677         to check for a virtual file instead of checking a fixed list
19678         of node names.
19679         (Info-index-node): Add check for `Info-current-node-virtual'.
19680         Raise `save-match-data' higher up the tree to contain
19681         `search-forward' too (bug fix).
19682         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
19683         (Info-virtual-index-nodes): New variable.
19684         (Info-virtual-index-find-node, Info-virtual-index): New functions.
19685         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
19686         (Info-apropos-file, Info-apropos-nodes): New variables.
19687         (Info-apropos-toc-nodes, Info-apropos-find-file)
19688         (Info-apropos-find-node, Info-apropos-matches): New functions.
19689         (info-apropos): Move part of code to `Info-apropos-find-node' and
19690         `Info-apropos-matches'.
19691         (Info-mode-map): Bind "I" to `Info-virtual-index'.
19692         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
19693         for a virtual file instead of checking a fixed list of node names.
19695         * simple.el (async-shell-command): New command.
19697         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
19699         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
19700         instead of `mount-info'.
19702 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
19704         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
19705         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
19707 2009-07-02  Kenichi Handa  <handa@m17n.org>
19709         * international/mule.el (set-keyboard-coding-system): Force *-unix
19710         coding-system to avoid eol conversion.
19712 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
19714         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
19715         Add handler for `process-file', `shell-command' and
19716         `start-file-process'.
19717         (tramp-gvfs-handle-shell-command)
19718         (tramp-gvfs-handle-start-file-process)
19719         (tramp-gvfs-handle-process-file): New defuns.
19720         (tramp-synce-list-devices): Simplify check for existence of property.
19722 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
19724         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
19726 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
19728         * language/korean.el (set-language-info-alist): Add korean-cp949,
19729         cp949 to spec.
19731 2009-07-01  Kenichi Handa  <handa@m17n.org>
19733         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
19735         * international/encoded-kb.el: Deleted.
19737         * international/mule.el (set-keyboard-coding-system): Perform the
19738         necessary setup here instead of calling encoded-kbd-setup-display.
19740 2009-07-01  Glenn Morris  <rgm@gnu.org>
19742         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
19744 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
19746         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
19748 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
19750         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
19751         Handle also the 'rename case, when setting file modes.  (Bug#3712)
19752         (tramp-default-file-modes): Remove execute permissions.
19754         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
19755         (top): Add a default for "synce" in `tramp-default-user-alist'.
19756         Add completion function for "synce" method.
19757         (tramp-hal-service, tramp-hal-path-manager)
19758         (tramp-hal-interface-manager, tramp-hal-interface-device):
19759         New defconst.
19760         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
19761         (tramp-synce-list-devices, tramp-synce-parse-device-names):
19762         New defuns.
19764         * net/trampver.el: Update release number.
19766 2009-06-30  Kenichi Handa  <handa@m17n.org>
19768         * international/fontset.el (setup-default-fontset): Add CJK fonts
19769         for symbols and the other miscellaneous characters.
19771         * language/korea-util.el (setup-korean-environment-internal):
19772         Make char-width-table suitable for Korean environments.
19773         (exit-korean-environment): Cancel above.
19775         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
19776         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
19777         setup-function to make char-width-table suitable for respective
19778         environments, and an exit-function to cancel that.
19780         * language/japan-util.el (setup-japanese-environment-internal):
19781         Call use-cjk-char-width-table with arg `ja_JP'.
19783         * international/characters.el (cjk-char-width-table): Delete it.
19784         (cjk-char-width-table-list): New variable.
19785         (use-cjk-char-width-table): New arg local-name.
19786         (use-default-char-width-table): Fix for the case that Emacs is
19787         already using the default char-width-table.
19789 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
19791         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
19792         modes mandatory.  (Bug#3712)
19794 2009-06-29  Alan Mackenzie  <acm@muc.de>
19796         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
19797         correction between the visible width of TABs and their number of bytes.
19799 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
19801         * server.el (server-buffer-done): Prevent kill-buffer from
19802         prompting by clearing the buffer modification flag (Bug#3696).
19804 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
19806         * progmodes/verilog-mode.el (verilog-beg-of-statement)
19807         (verilog-endcomment-reason-re): Support unique case and priority case.
19808         (verilog-basic-complete-re): Support localparam lineup.
19809         (verilog-beg-of-statement-1): Fix for robustness, unique case.
19810         (verilog-set-auto-endcomments): Fix for unique case, always_comb
19811         commenting.
19812         (verilog-leap-to-case-head): Now support *nested* unique &
19813         priority case statements.
19814         (verilog-auto-lineup): Make just declarations the default (as it
19815         had been).
19816         (verilog-leap-to-case-head): Support priority/unique case statements.
19817         (verilog-auto-lineup): Rework to give users radio buttons to
19818         select the various styles of automatic lineup.
19819         (verilog-error-regexp-alist): Rework to support the XEmacs style
19820         of error regular expressions from compilers, lint tools &
19821         simulators.  Note that GNU Emacs has made it impossible for a mode
19822         to load such things.
19823         (electric-verilog-terminate-line, verilog-indent-declaration)
19824         (verilog-auto-wiure): Rework for radio button selection of
19825         auto-lineup selection of specification of auto lineup.
19826         (verilog-beg-of-statement-1): Redesign to support proper operation
19827         in additional code, based on testing with auto-lineup.
19828         (verilog-calculate-indent, assignments & declarations)
19829         (verilog-backward-token): Enhance to support auto-lineup of
19830         assignments & declarations.
19831         (verilog-in-directive-p, verilog-at-struct-p): New function for
19832         easy test of whether we are.
19833         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
19834         to support safe execution at almost anyline.
19835         (verilog-calc-1): Properly support indenting deep inside generate
19836         blocks.
19837         (verilog-init-font): Remove definition & use of verilog-init-font,
19838         as it is redundant with font-lock-defaults.
19839         (verilog-mode): Alter the definition of verilog-font-lock-defaults
19840         to avoid circular calls if syntax-ppss is a function (as is the
19841         case now in 22.x GNU Emacs) as that function would sometimes call
19842         itself, leading to (nearly) infinite recursion.
19843         (verilog-ovm-begin-re, verilog-ovm-end-re)
19844         (verilog-ovm-statement-re, verilog-leap-to-head)
19845         (verilog-backward-token): Add support for OVM macros.  Some are
19846         complete statements, and others open and close scopes like begin
19847         and end.
19848         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
19849         (verilog-defun-level-generate-only-re): Really fix the defun-list
19850         compilation issue.
19851         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
19852         coverpoint, constraint and cross statements.
19853         (verilog-defun-level-list, verilog-generate-defun-level-list)
19854         (verilog-all-defun-level-list): Redo these specifications - it is
19855         too hard to support eval-when compile aggregation of lists also
19856         built at when-compile time.
19857         (verilog-defun-level-list): Place defconsts of variables used in
19858         building regular expressions which are built in eval-when-compile
19859         bodies in the same eval-when-compile body to facilitate compile
19860         without load.
19861         (verilog-beg-block-re-ordered): Support indenting
19862         virtual/protected tasks and functions.
19863         (verilog-defun-level-list, verilog-in-generate-region-p)
19864         (verilog-backward-ws&directives, verilog-calc-1): Speed up
19865         indentation of some module items (generate items).
19866         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
19867         across virtual/protected tasks and functions.
19869 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
19871         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
19872         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
19873         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
19874         in concatenations.  Reported by Yishay Belkind.
19875         (verilog-auto-ascii-enum): Support one-hot state machines in
19876         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
19877         (verilog-auto-inst, verilog-auto-inst-port): Include interface
19878         modport in AUTOINST and add vl-modport for users.
19879         Reported by David Rogoff.
19880         (verilog-auto-inout-module, verilog-auto-inst)
19881         (verilog-decls-get-interfaces, verilog-insert-definition)
19882         (verilog-insert-one-definition, verilog-read-decls)
19883         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
19884         (verilog-sig-modport, verilog-signals-combine-bus)
19885         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
19886         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
19887         Suggested by David Rogoff.
19888         (verilog-repair-open-comma): Fix non-insertion of comma when
19889         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
19890         (verilog-make-width-expression): Simplify [A-1:0] expression
19891         widths to just {A{1'b0}}.
19892         (verilog-mode): Cleanup checkdoc warnings.
19893         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
19894         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
19895         inputs/outputs or data type.  Suggested by Vasu Kandadi.
19896         (next-error-last-buffer): Fix byte-compiler warning.
19897         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
19898         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
19899         or shell command text during AUTO expansion.  Suggested by Tad Truex.
19900         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
19901         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
19902         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
19903         in AUTOINOUT.  Reported by Matthew Lovell.
19904         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
19905         causing use of <= assignments.  Reported by Alex Reed.
19906         (verilog-read-decls): Fix triand, trior, wand, wor to be
19907         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
19908         (verilog-extended-complete-re): Support import "DPI-C" functions.
19909         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
19910         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
19911         (verilog-insert-date, verilog-insert-year)
19912         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
19913         Windows systems.  Reported by Michael Potts.
19914         (verilog-read-module-name): Fix AUTOINST when the child module
19915         declaration's name is a tick define.  Reported by Elliot Mednick.
19916         (verilog-read-decls): Fix V2K parameter bit subscripts getting
19917         passed to next parameter's definition.  Reported by Bruce T.
19918         (verilog-read-decls): Fix detecting "parameter int" when using
19919         AUTOINSTPARAM.  Reported by Bruce T.
19920         (verilog-goto-defun): Fix goto not finding modules unless first
19921         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
19922         (verilog-mode): Expand -f flag arguments on entry to mode so
19923         verilog-goto-defun will work.  Reported by Lawrence Butcher.
19924         (verilog-getopt): Expand environment variables in -f file
19925         arguments.  Suggested by Lawrence Butcher.
19926         (verilog-set-define): Fix "Symbol's value as variable is void"
19927         when reading enumerations.
19928         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
19929         Suggested by Stephen Peltan.
19930         (verilog-read-defines): Fix reading of enumerations in include
19931         files.  Reported by Steve Peltan.
19933 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
19935         * files.el (trash-directory): Fix defcustom type.
19937 2009-06-28  Juri Linkov  <juri@jurta.org>
19939         * help-fns.el (describe-function-1): Correctly locate adviced
19940         functions in hyperlink (Bug#2438).
19942 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
19944         * files.el (trash-directory): Change default to nil.
19945         (move-file-to-trash): If trash-directory is nil and
19946         system-move-file-to-trash is unbound, perform freedesktop-style
19947         trashing.
19949 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
19951         * files.el (move-file-to-trash): Add freedesktop trash
19952         support (Bug#973).
19954 2009-06-28  Glenn Morris  <rgm@gnu.org>
19956         * autorevert.el (global-auto-revert-non-file-buffers)
19957         (global-auto-revert-mode): Doc fixes.
19959 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
19961         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
19963 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
19965         * faces.el (x-handle-named-frame-geometry): Ensure that we have
19966         opened an X connection before calling x-get-resource (Bug#3194).
19968         * play/doctor.el: Remove reference to obsolete website.
19969         (make-doctor-variables): Correct grammar mistake (Bug#2633).
19971 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
19973         Remove find-file-not-found-hook VC method.  (Bug#2757)
19974         * vc-hooks.el (vc-file-not-found-hook)
19975         (vc-default-find-file-not-found-hook): Remove functions.
19976         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
19977         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
19978         * vc.el:
19979         * vc-hg.el:
19980         * vc-git.el: Do not mention find-file-not-found-hook VC method.
19982 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
19984         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
19985         compatibility function for `looking-back'.
19987         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
19988         Use `ispell-looking-back'.
19990 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
19992         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
19993         rather than `filename'.
19995 2009-06-23  Miles Bader  <miles@gnu.org>
19997         * face-remap.el (text-scale-set): New function.
19999 2009-06-23  Glenn Morris  <rgm@gnu.org>
20001         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
20003         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
20005         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
20007         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
20009         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
20010         Simplify Persian conditionals.
20012         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
20013         variable `filename'.
20015         * comint.el (comint-insert-input): Doc fix.
20017         * Makefile.in (ELCFILES): Fix typo in previous change.
20019 2009-06-23  Miles Bader  <miles@gnu.org>
20021         * cus-start.el: Add entry for `recenter-redisplay'.
20023 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
20025         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
20026         Add an optional argument for the backend, use it instead of
20027         calling vc-backend.
20028         (vc-mode-line): Add an optional argument for the backend.
20029         Pass the backend to vc-state and vc-working-revision.  Move code for
20030         special handling for vc-state being a buffer to ...
20032         * vc-rcs.el (vc-rcs-find-file-hook):
20033         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
20035         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
20036         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
20037         vc-stay-local-p and vc-mode-line calls.
20039         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
20040         (vc-cvs-diff, vc-cvs-annotate-command)
20041         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
20042         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
20043         vc-mode-line calls.
20045         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
20046         direct comparison.
20047         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
20048         backend when calling vc-mode-line.
20049         (vc-register): Do not create a closure for calling the vc register
20050         function, call it directly.
20052 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
20054         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
20055         to make it obvious item can be clicked.
20057         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
20059 2009-06-23  Kenichi Handa  <handa@m17n.org>
20061         * language/korea-util.el (korean-key-bindings): Change the binding
20062         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
20063         same command.
20065 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
20067         Sync with Tramp 2.1.16.
20069         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
20071         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
20072         when a loading of a package fails.  Completion function for rsync
20073         is `tramp-completion-function-alist-ssh'.
20074         (all): Replace all calls of `split-string' and
20075         `tramp-split-string' by `tramp-compat-split-string'.
20076         (tramp-default-method): Use `tramp-compat-process-running-p'.
20077         (tramp-default-proxies-alist): Allow also Lisp forms.
20078         (tramp-remote-path): Add choice "Private Directories".
20079         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
20080         (tramp-domain-regexp): Allow also "-", "_" and ".".
20081         (tramp-end-of-output): Remove newlines, and add "$" at the end.
20082         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
20083         (tramp-debug-message): Insert header line in debug buffer.
20084         (tramp-handle-directory-files-and-attributes-with-stat):
20085         Care about filenames with spaces, or starting with "-".
20086         (tramp-handle-dired-uncache): New defun.
20087         (tramp-handle-insert-directory): Don't flush the directory from
20088         cache, this is handled by `dired-uncache' now.
20089         (tramp-handle-insert-file-contents): Improve error handling.
20090         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20091         Quote `tramp-end-of-output'.
20092         (tramp-action-password): Improve trace message.
20093         (tramp-check-for-regexp): Both echoes must be present, before removing.
20094         (tramp-open-connection-setup-interactive-shell): Trace coding system.
20095         (tramp-compute-multi-hops): Eval cons cells of
20096         `tramp-default-proxies-alist'.
20097         (tramp-maybe-open-connection): Use the same command pattern for
20098         first hop and further hops.
20099         (tramp-wait-for-output): Remove handling of newlines.
20100         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
20101         (tramp-split-string): Remove function.  It is handled in
20102         tramp-compat now.
20104         * net/tramp-cmds.el (tramp-bug):
20105         Recommend `tramp-cleanup-all-connections' in the bug mail.
20107         * net/tramp-compat.el (tramp-compat-split-string)
20108         (tramp-compat-process-running-p): New defuns.
20110         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
20111         for `dired-uncache'.
20113         * net/tramp-gvfs.el: New package.
20115         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20116         Add handler for `dired-uncache'.
20117         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
20119         * net/trampver.el: Update release number.  Make version check fit
20120         for SXEmacs 22.
20122 2009-06-22  Jim Meyering  <meyering@redhat.com>
20124         Automatically handle .xz suffix (XZ-compressed files), too.
20125         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
20126         XZ is the successor to LZMA: <http://tukaani.org/xz/>
20128 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
20129             Nick Roberts  <nickrob@snap.net.nz>
20131         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
20132         repository (http://sphinx.net.ru/hg/gdb-mi/).
20134 2009-06-22  Glenn Morris  <rgm@gnu.org>
20136         * files.el (dir-locals-collect-mode-variables): Allow for any number of
20137         `mode' and `eval' entries.  (Bug#3430)
20139         * Makefile.in (ELCFILES): Add fadr.elc.
20141         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
20142         differing behavior of \n and ^ in strings.  (Bug#3385)
20144         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
20146         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
20147         property.
20148         (lisp-indent-function): Make it a defcustom.
20150 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
20152         * progmodes/gdb-ui.el: Replace with ...
20153         * progmodes/gdb-mi.el: ... this file.
20154         * progmodes/gud.el: Modify for gdb-mi.el.
20156 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
20158         * fadr.el: New file.
20160 See ChangeLog.14 for earlier changes.
20162 ;; Local Variables:
20163 ;; coding: utf-8
20164 ;; End:
20166   Copyright (C) 2009, 2010  Free Software Foundation, Inc.
20168   This file is part of GNU Emacs.
20170   GNU Emacs is free software: you can redistribute it and/or modify
20171   it under the terms of the GNU General Public License as published by
20172   the Free Software Foundation, either version 3 of the License, or
20173   (at your option) any later version.
20175   GNU Emacs is distributed in the hope that it will be useful,
20176   but WITHOUT ANY WARRANTY; without even the implied warranty of
20177   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20178   GNU General Public License for more details.
20180   You should have received a copy of the GNU General Public License
20181   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.