ChangeLog fix.
[emacs.git] / lisp / ChangeLog
blob778d47c4b043f1cb2f7cce3ab197a81c89f2e545
1 2010-12-14  Glenn Morris  <rgm@gnu.org>
3         * mail/mailalias.el (build-mail-aliases): Make it interactive.
4         * mail/sendmail.el (build-mail-aliases): Update autoload.
6         * dired.el (dired-trivial-filenames, dired-chown-program)
7         (dired-auto-revert-buffer): Remove autoload cookies.
8         * mail/sendmail.el (mail-recover-1): Require 'dired.
10         * dired.el (dired-subdir-switches, dired-chown-program)
11         (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
12         Make into defcustoms.
13         (dired-chown-program): Simplify initialization.
15         * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
17 2010-12-13  Romain Francoise  <romain@orebokech.com>
19         * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
21 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23         * net/netrc.el (netrc-point-at-eol): Remove the unused
24         netrc-point-at-old and netrc-bound-and-true-p bindings.
25         (netrc-parse): Cache the netrc contents.
27 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
29         * subr.el (posn-col-row): Evaluate header-line-format in the
30         context of the POSITION window's buffer.
32 2010-12-13  Glenn Morris  <rgm@gnu.org>
34         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
35         (with-silent-modifications): Doc fixes.
37 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
39         * net/tramp.el (tramp-action-password, tramp-process-actions):
40         Revert patch from 2010-12-08.  Use `save-restriction'.
42 2010-12-13  Stephen Berman  <stephen.berman@gmx.net>
44         * calendar/diary-lib.el (diary-list-sexp-entries):
45         Handle case of no newline at end of file.  (Bug#7536)
47 2010-12-13  Glenn Morris  <rgm@gnu.org>
49         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
51 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
53         * net/tramp.el (tramp-action-password): Delete region, do not narrow.
54         (tramp-process-actions): Do not widen.
55         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
56         Protect buffer-modified value.  (Bug#7557)
58 2010-12-13   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
60         * log-edit.el (log-edit-changelog-entries):
61         Regexp quote filename.  (Bug#7505)
63 2010-12-13  Tom Breton  <tehom@panix.com>
65         * cus-edit.el (custom-save-all):
66         Bind print-length and print-level to nil.  (Bug#7581)
68 2010-12-13  Glenn Morris  <rgm@gnu.org>
70         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
71         Run hooks to update menu contents.  (Bug#7586)
73         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
74         file names, for the sake of MS Windows.  (Bug#7588)
76 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
78         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
79         empty lines without a leading space.
81 2010-12-13  Leo  <sdl.web@gmail.com>
83         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
84         while mapping over marks (Bug#6810).
86 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
88         * image-dired.el (image-dired-db-file)
89         (image-dired-temp-image-file, image-dired-gallery-dir)
90         (image-dired-temp-rotate-image-file): Set default values relative
91         to image-dired-dir (Bug#7518).
93 2010-12-13  Lawrence Mitchell  <wence@gmx.li>
95         * format.el (format-decode-run-method): Pass args FROM and TO, not
96         point-min and point-max, to shell-command-on-region (Bug#7488).
98 2010-12-13  Jan Djärv  <jan.h.d@swipnet.se>
100         * frame.el (blink-cursor-mode): Make default t for ns.
102 2010-12-13  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
104         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
106 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
108         * comint.el (comint-dynamic-list-input-ring)
109         (comint-dynamic-complete-filename)
110         (comint-replace-by-expanded-filename)
111         (comint-dynamic-simple-complete)
112         (comint-dynamic-list-filename-completions)
113         (comint-dynamic-list-completions): Doc fix (Bug#7499).
115         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
116         Doc fix (Bug#7471).
118 2010-12-13  Martin Rudalics  <rudalics@gmx.at>
120         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
121         (Bug#7533).
123 2010-12-13  W. Martin Borgert <debacle@debian.org>  (tiny change)
125         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
126         (Bug#7491).
128 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
130         * files.el (file-relative-name): Handle UNC file names on
131         DOS/Windows.  (Bug#4674)
133 2010-12-13  Daiki Ueno  <ueno@unixuser.org>
135         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
136         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
137         (epg-context-set-passphrase-callback): Mention that the callback
138         is not called when used with GnuPG 2.x.
140 2010-12-13  Glenn Morris  <rgm@gnu.org>
142         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
143         Ensure ps-footer-font-size-internal is initialized.
144         Call ps-get-page-dimensions before trying to use ps-font-for-text.
146 2010-12-13  Kenichi Handa  <handa@m17n.org>
148         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
149         within condition-case.
150         (rmail-show-mime): Don't use condition-case.
151         (rmail-search-mime-message): New function.
152         (rmail-search-mime-message-function): Set to
153         rmail-search-mime-message.
155 2010-12-13  Leo  <sdl.web@gmail.com>
157         * ido.el (ido-common-initialization): New function.  (bug#3274)
158         (ido-mode): Use it.
159         (ido-completing-read): Call it.
161 2010-12-12  Karl Fogel  <kfogel@red-bean.com>
163         * bookmark.el (bookmark-name-from-full-record): Rename back to
164         this original name from `bookmark-name-from-record' reverting part
165         of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
166         As Drew Adams pointed out, there was no reason to cause churn for
167         third-party callers.
169 2010-12-12  Alan Mackenzie  <acm@muc.de>
171         * progmodes/cc-engine.el (c-forward-type): Before scanning a
172         template arglist, check that the current language supports this.
174 2010-12-11  Glenn Morris  <rgm@gnu.org>
176         * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
177         state of the file matches.  (Bug#7544)
178         (vc-bzr-register, vc-bzr-checkin)
179         (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
180         (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
182         * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
184 2010-12-11  Karel Klíč  <kklic@redhat.com>
186         * files.el (auto-mode-alist): Use html-mode for *.xhtml.  (Bug#7606)
188 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
190         Derive from prog-mode, use derived-mode-p, and fix up various
191         minor style issues in lisp/progmodes.
193         * progmodes/vhdl-mode.el (vhdl-mode):
194         * progmodes/verilog-mode.el (verilog-mode):
195         * progmodes/vera-mode.el (vera-mode):
196         * progmodes/sql.el (sql-mode):
197         * progmodes/scheme.el (scheme-mode):
198         * progmodes/perl-mode.el (perl-mode):
199         * progmodes/octave-inf.el (inferior-octave-mode):
200         * progmodes/autoconf.el (autoconf-mode):
201         * progmodes/m4-mode.el (m4-mode):
202         * progmodes/inf-lisp.el (inferior-lisp-mode):
203         * progmodes/idlwave.el (idlwave-mode):
204         * progmodes/icon.el (icon-mode):
205         * progmodes/idlw-help.el (idlwave-help-mode):
206         * progmodes/dcl-mode.el (dcl-mode):
207         * progmodes/idlw-shell.el (idlwave-shell-mode):
208         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
209         (ebrowse-member-mode, ebrowse-electric-position-mode):
210         Use define-derived-mode.
212         * progmodes/xscheme.el (exit-scheme-interaction-mode)
213         (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
214         (xscheme-debugger-mode-p, xscheme-send-string-1):
215         * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
216         (tcl-load-file, tcl-restart-with-file):
217         * progmodes/ps-mode.el (ps-run-running):
218         * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
219         * progmodes/js.el (js--get-all-known-symbols):
220         * progmodes/inf-lisp.el (inferior-lisp-proc):
221         * progmodes/idlwave.el (idlwave-beginning-of-statement)
222         (idlwave-template, idlwave-update-buffer-routine-info)
223         (idlwave-update-current-buffer-info)
224         (idlwave-get-routine-info-from-buffers, idlwave-choose)
225         (idlwave-scan-class-info, idlwave-fix-keywords)
226         (idlwave-list-buffer-load-path-shadows):
227         * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
228         (idlwave-toolbar-remove):
229         * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
230         (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
231         (idlwave-shell-menu-def):
232         * progmodes/idlw-complete-structtag.el
233         (idlwave-prepare-structure-tag-completion):
234         * progmodes/gud.el (gud-set-buffer):
235         * progmodes/f90.el (f90-backslash-not-special):
236         * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
238         * progmodes/xscheme.el (xscheme-start)
239         (local-set-scheme-interaction-buffer, scheme-interaction-mode):
240         * progmodes/which-func.el (which-function):
241         * progmodes/vhdl-mode.el (vhdl-set-style):
242         * progmodes/verilog-mode.el (verilog-set-compile-command)
243         (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
244         (verilog-set-define, verilog-auto-reeval-locals):
245         * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
246         * progmodes/simula.el (simula-mode):
247         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
248         * progmodes/python.el (python-check, python-mode):
249         * progmodes/prolog.el (prolog-mode-variables):
250         * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
251         * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
252         * progmodes/delphi.el (delphi-mode):
253         * progmodes/cc-styles.el (c-setup-paragraph-variables):
254         * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
255         (c-font-lock-init): Move make-local-variable to their setq.
257         * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
258         (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
259         make-local-hook.
260         * progmodes/sh-script.el (sh-require-final-newline): Remove.
261         (sh-set-shell): Don't set require-final-newline since it's already done
262         by prog-mode.
263         * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
264         since we never set it.
265         * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
266         Use read-string and standard prompt.
267         * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
268         * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
269         (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
270         (meta-common-mode-map): Rename from meta-mode-map.
271         Remove C-m binding, which is a user preference, not mode specific.
272         (meta-common-mode): New major mode; replace meta-common-initialization.
273         * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
274         around with font-lock.
275         * progmodes/etags.el (select-tags-table-mode):
276         Derive from special-mode.
277         * progmodes/octave-mod.el (octave-mode):
278         * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
279         (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
280         (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
281         Let define-derived-mode do its job.
282         * progmodes/cpp.el (cpp-edit-mode-map):
283         Move initialization into declaration.
284         (cpp-edit-mode): Use define-derived-mode.
285         (cpp-edit-load): Use derived-mode-p.
286         * progmodes/mixal-mode.el (mixal-mode):
287         * progmodes/f90.el (f90-mode):
288         * progmodes/cfengine.el (cfengine-mode): Don't bother setting
289         require-final-newline since prog-mode does it already.
290         * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
291         * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
292         * progmodes/antlr-mode.el: Require cc-mode upfront.
293         (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
294         the declaration.
295         (antlr-directory-dependencies, antlr-show-makefile-rules):
296         Use derived-mode-p.
297         (antlr-language-option): Don't assume point-min==1.
298         (antlr-mode): Use define-derived-mode.
299         * progmodes/ada-mode.el: Use derived-mode-p.
300         (ada-mode): Use define-derived-mode.
301         Use hack-local-variables-hook.
303 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
305         * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
306         (texinfo-mode): Don't disable adaptive-fill-mode.
307         (texinfo-insert-block): Adjust cursor placement for blocks with arg.
308         (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
309         (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
310         (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
311         (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
312         (texinfo-insert-@quotation, texinfo-insert-@samp)
313         (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
314         (texinfo-insert-@uref): Use define-skeleton.
315         (texinfo-insert-@-with-arg): Delete.
317 2010-12-10  Eli Zaretskii  <eliz@gnu.org>
319         * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
320         nil, do quote archive member names.  (Bug#6144)
322 2010-12-10  Glenn Morris  <rgm@gnu.org>
324         * files.el (diff-no-select): Declare.
326         * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
327         (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
329         * comint.el (comint-input-ring-file-name): Doc fix.
331 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
333         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
334         New functions.
335         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
336         Use them instead of `nil' and `>', respectively.
337         (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
338         instead of `nil'.
339         (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
340         and menu-bar-positive-p instead of `nil' and `>', respectively.
341         (Bug#1077)
343 2010-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
345         * whitespace.el (whitespace-newline-mode): Code fix.
347 2010-12-09  Glenn Morris  <rgm@gnu.org>
349         * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
350         Rename functions without commas, update callers.
352 2010-12-08  Jeff Dairiki  <dairiki@dairiki.org>  (tiny change)
354         * whitespace.el (whitespace-cleanup-region):
355         Clean up spaces before tabs.  (Bug#7582)
357 2010-12-08  Karl Fogel  <kfogel@red-bean.com>
359         * bookmark.el: Adjust parameter names and doc strings to resolve
360         confusion over whether "bookmark" meant a bookmark name or a
361         bookmark record.  Along the way, shorten one function's name for
362         similar reasons.  (Issue #7548)
363         (bookmark-name-from-record): New name for
364         `bookmark-name-from-full-record'.  All callers changed.
365         (bookmark-get-bookmark, bookmark-get-bookmark-record)
366         (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
367         (bookmark-get-annotation, bookmark-set-annotation)
368         (bookmark-get-filename, bookmark-set-filename)
369         (bookmark-get-position, bookmark-set-position)
370         (bookmark-get-front-context-string, bookmark-set-front-context-string)
371         (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
372         (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
373         (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
374         Rename `bookmark' parameter to `bookmark-name-or-record', to
375         clearly show its role, and shorten or adjust doc strings accordingly.
376         (bookmark-set-name): Same, and pass the parameter directly to
377         `bookmark-get-bookmark' instead of redundantly doing the callee's work.
378         (bookmark-default-annotation-text, bookmark-send-edited-annotation)
379         (bookmark-relocate, bookmark-insert-location, bookmark-insert)
380         (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
381         and in some cases shorten doc string accordingly.
382         (bookmark-rename): Change `old' and `new' parameters to `old-name'
383         and `new-name', and adjust an internal variable to avoid confusion.
384         (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
385         parameter in doc string.
387 2010-12-08  Glenn Morris  <rgm@gnu.org>
389         * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
390         from gdb's history file.  (Bug#7575)
392         * mail/emacsbug.el (report-emacs-bug):
393         Try to handle some other mail clients.
395 2010-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
397         * files.el (dir-locals-collect-variables): Don't let errors stop us.
398         Use string-prefix-p.
399         (file-name-version-regexp): New var.
400         (file-name-sans-versions):
401         * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
402         (jka-compr-get-compression-info): Use dolist.
403         (jka-compr-compression-info-list): Don't bother specifying
404         version/backup regexps.
406 2010-12-07  Tassilo Horn  <tassilo@member.fsf.org>
408         * simple.el (just-one-space): Make argument n default to 1 if
409         omitted.
411 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
413         * electric.el (electric-indent-post-self-insert-function):
414         Delete trailing newlines even if we don't reindent.
416 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
418         * minibuffer.el (completion-at-point): Remove the `arg'.
419         * bindings.el (complete-symbol): Move back from minibuffer.el.
421 2010-12-06  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
423         * simple.el (just-one-space): Delete newlines for negative arg.
425 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
427         * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
428         (ansi-color-filter-apply): Simplify.
429         (ansi-color-apply): Use `font-lock-face' rather than `face'.
431 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
433         * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
435 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
437         * dired.el (dired-use-ls-dired): Set default to a special
438         "unspecified" value.
439         (dired-insert-directory): When called the first time, check
440         whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
442 2010-12-04  Tak Ota  <Takaaki.Ota@am.sony.com>
444         * replace.el: Add "collect" feature to occur.
445         (occur-collect-regexp-history): New var.
446         (occur-read-primary-args): Return a replace string for nlines,
447         if needed.
448         (occur): Extend the meaning of nlines.
450 2010-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
452         * progmodes/which-func.el (which-func-ff-hook): Log the error message.
453         (which-func-update-1): Distinguish symbols from strings.
454         (which-function): Stay within 80 columns.
456 2010-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
458         * subr.el (with-demoted-errors): Distinguish symbols from strings.
460         * newcomment.el (comment-styles): Add docs to each style (bug#7509).
461         Improve docstring.
462         (comment-style): Use comment-styles's docs to describe values.
464 2010-12-03  Jan Djärv  <jan.h.d@swipnet.se>
466         * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
467         and ns-show-prefs (Bug#7535).
469         * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
470         bindings (Bug#7535).
472 2010-12-03  Glenn Morris  <rgm@gnu.org>
474         * nxml/nxml-mode.el: Require rng-nxml.
475         (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
476         Remove declarations.
478         * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
479         * nxml/rng-nxml.el, nxml/rng-valid.el:
480         Remove leading `*' from defcustom docs.
482         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
483         (normal-top-level-add-to-load-path, tty-handle-args):
484         Convert comments to basic doc-strings.
486         * net/browse-url.el (browse-url-url-at-point)
487         (browse-url-default-browser): Remove autoload cookies.
489         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
490         Remove more undefined cl functions.
492         * vc/diff.el (diff-sentinel): Make new arguments optional.
493         * ibuf-ext.el (diff-sentinel): Update declaration.
495 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
497         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
498         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
499         (epg-context-set-passphrase-callback): Mention that the callback
500         is not called when used with GnuPG 2.x.
502 2010-12-02  Michael Albinus  <michael.albinus@gmx.de>
504         * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
505         (tramp-file-name-port): Check also for `tramp-default-port'.
506         (tramp-get-connection-name): New defun.
507         (tramp-get-connection-process): Use it.
508         (tramp-debug-message): Extend function exclude list.
509         (tramp-drop-volume-letter): Fix doc string.
511         * net/tramp-cmds.el: Remove solved todo item.
513         * net/tramp-efs.el:
514         * net/tramp-ftp.el:
515         * net/tramp-gvfs.el:
516         * net/tramp-gw.el:
517         * net/tramp-imap.el:
518         * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
519         and `tramp-default-user-alist', respectively.
521         * net/tramp-gw.el (tramp-gw-open-connection):
522         Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
524         * net/tramp-imap.el (tramp-imap-make-iht): Use just
525         `tramp-file-name-port'.
527         * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
528         and "psftp".  Exchange "%k" marker with options.
529         (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
530         Compute size of link target.
531         (tramp-do-copy-or-rename-file-out-of-band). Move setting of
532         `tramp-current-*' up due to gateway methods.  Optimze computing of
533         copy arguments.  Use `tramp-get-connection-name' and
534         `tramp-get-connection-buffer'.  Improve debug messages.
535         (tramp-compute-multi-hops): Remove port determination.
536         (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
538         * net/trampver.el: Update release number.
540 2010-12-02  Glenn Morris  <rgm@gnu.org>
542         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
543         Avoid infinite loop over windows.  (Bug#7492)
545         * progmodes/flymake.el (flymake-check-file-limit):
546         Allow nil to mean "no limit".
547         (flymake-check-patch-master-file-buffer): Update for above change.
548         Allow a .tex file-name extension to be optional.
549         (flymake-master-tex-init): Also match \include statements.
551 2010-11-30  Sam Steingold  <sds@gnu.org>
553         * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
554         (nxml-parent-document-set): A function to set `nxml-parent-document'.
555         (nxml-mode): Define using `define-derived-mode' instead of `defun'.
556         (nxml-mode-hook): Remove `defcustom' (auto-defined by
557         define-derived-mode').
558         * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
559         users who want to call `nxml-parent-document-set'.
561 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
563         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
564         stand-alone lines, since that is handled by log-edit-match-to-eoh
565         (Bug#6465).
567 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
569         * dired.el (dired-get-filename): Replace backslashes with slashes
570         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
571         * locate.el (locate-default-make-command-line): Don't consider
572         drive letter and root directory part of
573         `directory-listing-before-filename-regexp'.  (Bug#7308)
574         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
576 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
578         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
579         of :smie-open/close-alist.
580         (smie-next-sexp): Make it accept a "start token" as argument.
581         (smie-indent-keyword): Be careful not to misidentify tokens that span
582         more than one line, as empty lines.  Add argument `token'.
584 2010-11-27  Kenichi Handa  <handa@m17n.org>
586         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
587         multipart subtypes, insert all as usual.
589         * mail/rmail.el: Require rfc2047.
591 2010-11-27  Kenichi Handa  <handa@m17n.org>
593         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
594         (rmail-mime-entity-disposition)
595         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
596         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
597         (rmail-mime-save): Handle the case that the button's `data' is a
598         MIME entity.
599         (rmail-mime-insert-text): New function.
600         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
601         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
602         (rmail-mime-insert-bulk): New function mostly copied from the old
603         rmail-mime-bulk-handler.
604         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
605         (rmail-mime-process-multipart): New function mostly copied from
606         the old rmail-mime-multipart-handler.
607         (rmail-mime-show): Just call rmail-mime-process.
608         (rmail-mime-process): New function mostly copied from the old
609         rmail-mime-show.
610         (rmail-mime-insert-multipart, rmail-mime-parse)
611         (rmail-mime-insert, rmail-show-mime)
612         (rmail-insert-mime-forwarded-message)
613         (rmail-insert-mime-resent-message): New functions.
614         (rmail-insert-mime-forwarded-message-function): Set to
615         rmail-insert-mime-forwarded-message.
616         (rmail-insert-mime-resent-message-function): Set to
617         rmail-insert-mime-resent-message.
619         * mail/rmailsum.el: Require rfc2047.
620         (rmail-header-summary): Handle multiline Subject: field.
621         (rmail-summary-line-decoder): Change the default to
622         rfc2047-decode-string.
624         * mail/rmail.el (rmail-enable-mime): Change the default to t.
625         (rmail-mime-feature): Change the default to `rmailmm'.
626         (rmail-quit): Delete the specifal code for rmail-enable-mime.
627         (rmail-display-labels): Likewise.
628         (rmail-show-message-1): Check rmail-enable-mime, and use
629         rmail-show-mime-function for a MIME message.  Decode the headers
630         according to RFC2047.
632 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
634         * progmodes/which-func.el (which-func-imenu-joiner-function):
635         Return a string, as expected.
636         (which-function-mode): Make sure we stop any previous timer before
637         starting a new one.
639 2010-11-27  Michael Albinus  <michael.albinus@gmx.de>
641         * net/tramp.el (tramp-default-method-alist)
642         (tramp-default-user-alist, tramp-default-proxies-alist):
643         Adapt custom options type.  (Bug#7445)
645 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
647         * progmodes/python.el: Add Ipython support (Bug#5390).
648         (python-shell-prompt-alist)
649         (python-shell-continuation-prompt-alist): New options.
650         (python--set-prompt-regexp): New function.
651         (inferior-python-mode, run-python, python-shell):
652         Require ansi-color.  Use python--set-prompt-regexp to set the comint
653         prompt based on the Python interpreter.
654         (python--prompt-regexp): New var.
655         (python-check-comint-prompt)
656         (python-comint-output-filter-function): Use it.
657         (run-python): Use a pipe (Bug#5694).
659 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
661         * progmodes/python.el (run-python): Doc fix.
662         (python-keep-current-directory-in-path): New var (Bug#7454).
664 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
666         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
667         Prompt user before actually printing.
669 2010-11-27  Glenn Morris  <rgm@gnu.org>
671         * startup.el (package-enable-at-startup, package-initialize):
672         Remove unnecessary declarations.
674 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
676         * international/characters.el (glyphless-char-display-control):
677         Exclude newline and TAB from the c0-control group.
679 2010-11-27  Glenn Morris  <rgm@gnu.org>
681         * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
682         (expand-mail-aliases): Remove unnecessary autoload.
684         * allout.el (allout-command-prefix, allout-mode-map): Declare.
686         * shell.el (shell-dir-cookie-re): Move definition before use.
688         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
689         Replace undefined CL functions.
691 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
693         * simple.el (prog-mode): Set bidi-paragraph-direction to
694         left-to-right.
696         * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
698 2010-11-26  Glenn Morris  <rgm@gnu.org>
700         * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
701         diary-outlook-formats can be sensitive to calendar-date-style.
702         (diary-outlook-formats): Simplify the default setting.
703         (diary-from-outlook-internal): Pass subject and body as arguments.
704         Use dolist rather than dotimes.  Don't save the diary buffer.
705         (diary-from-outlook-gnus, diary-from-outlook-rmail):
706         Pass subject and body as explicit arguments to the -internal function.
708 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710         * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
711         parsing them.  This makes mailto:...?subject=foo\nbar work.
713 2010-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
715         * vc/diff.el (diff): Fix last change.
717 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
719         * emacs-lisp/pcase.el: Improve pcase-let.  Use "pcase--" prefix.
720         (pcase--dontcare-upats): New var.
721         (pcase-let, pcase-let*): Generate better code.
722         Accept the same bodies as `let'.
723         (pcase-dolist): New macro.
724         (pcase--trivial-upat-p): New helper function.
725         (pcase--expand): Strip leading "(let nil" if any.
727 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
729         * mail/mailclient.el (browse-url): Require.
730         (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
731         use the external browser function to send the mail (bug#7469).
733         * net/browse-url.el (browse-url-browser-function): Revert the
734         default back to the previous value, since the new value broke
735         mailclient.el.
736         (browse-url-mailto-function): New variable for mailto: URLs.
737         (browse-url): Use the new variable for mailto: URLs.
739 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
741         * eshell/esh-cmd.el (eshell-parse-command):
742         * eshell/esh-arg.el (eshell-parse-arguments):
743         * eshell/em-script.el (eshell-source-file):
744         Use with-silent-modifications.
746 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
748         * vc/vc.el (vc-merge): Remove optional arg PROMPT.  Always prompt
749         for a merge location.
751         * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
752         (vc-bzr-merge-branch): Always prompt.
753         (vc-bzr-async-command): Use the full branch filename.
755 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
757         * shell.el (shell): Use current-buffer by default if it's already
758         a shell mode buffer and its process is dead.
759         Suggested by Jose E. Marchesi <jemarch@gnu.org>.
761 2010-11-23  Tassilo Horn  <tassilo@member.fsf.org>
763         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
764         Mention that the keywords should be comma separated.
766 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
768         * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
769         Accept optional prefix arg meaning to prompt for a command.
770         (vc-update): Use vc-BACKEND-pull if available.  Accept optional
771         prefix arg meaning to prompt for a command.
772         (vc-pull): Alias for vc-update.
774         * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
775         (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
776         (vc-bzr-merge-branch): New functions, implementing merge-branch
777         and pull operations.
779 2010-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
781         * Makefile.in: Fix up last merge.
783         * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
784         (diff-sentinel): Get them as arguments instead.
785         (diff-old-file, diff-new-file, diff-extra-args): Remove.
786         (diff-file-local-copy, diff-better-file-name): New funs.
787         (diff-no-select): Rename from diff-into-buffer.
788         Support buffers additionally to files.  Move `buf' arg.  Don't display buf.
789         Prefer closures to buffer-local variables.
790         (diff): Adjust accordingly.
791         (diff-buffer-with-file): Move from files.el.
792         * files.el (diff-buffer-with-file): Move to vc/diff.el.
793         (diff-buffer-internal): Remove.
794         (diff-buffer-buffer): Remove.
795         (save-some-buffers-action-alist): Use diff-no-select so as not to guess
796         the buffer name used, and so as not to mess up windows and frames.
798 2010-11-22  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
800         * files.el: Make revert work with diff-buffer-with-file (bug#7277).
801         (diff-buffer-internal): New function extracted from diff-buffer-with-file
802         (diff-buffer-with-file): Use it.
803         * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
804         (diff): Use it.
806 2010-11-22  Tassilo Horn  <tassilo@member.fsf.org>
808         * textmodes/reftex-ref.el (reftex-goto-label): Use the current
809         \ref's or \pageref's value as default instead of initial input.
811 2010-11-21  Michael Albinus  <michael.albinus@gmx.de>
813         * files.el (backup-by-copying-when-mismatch): The default value is
814         now t.
816         * startup.el (normal-top-level):
817         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
818         `backup-by-copying-when-mismatch'.
820 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
822         * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
824 2010-11-21  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
826         * progmodes/python.el (python-font-lock-keywords):
827         Highlight top-level augmented assignments (Bug#6445).
829 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
831         * term/ns-win.el (ns-right-control-modifier)
832         (ns-right-command-modifier): Defvar them.
834         * cus-start.el (all): Add ns-right-control-modifier and
835         ns-right-command-modifier (Bug#7458).
837 2010-11-20  Glenn Morris  <rgm@gnu.org>
839         * emacs-lisp/authors.el (authors-ignored-files)
840         (authors-valid-file-names, authors-renamed-files-alist): Add entries.
842 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
844         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
845         (report-emacs-bug-parse-query-results)
846         (report-emacs-bug-create-existing-bugs-buffer): Pass through
847         keywords used for querying the bug database to show them in the
848         existing bugs buffer.
850 2010-11-20  Jan Djärv  <jan.h.d@swipnet.se>
852         * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
854         * info.el (info-tool-bar-map): Add some :vert-only keywords.
856 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
858         * international/characters.el (glyphless-char-display-control):
859         Make it a defcustom, with update-glyphless-char-display as its
860         :set attribute.
861         (top level): Don't call update-glyphless-char-display.
863 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
865         Sync with Tramp 2.2.0.
867         * net/tramp.el (tramp-handle-insert-file-contents): Don't use
868         `file-remote-p' (due to compatibility).
870         * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
871         (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
873         * net/trampver.el: Update release number.
875 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
877         * faces.el (glyphless-char): Define value for `pc'.
879 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
881         Implemented a bug querying mechanism.
882         * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
883         (report-emacs-bug-create-existing-bugs-buffer)
884         (report-emacs-bug-parse-query-results)
885         (report-emacs-bug-query-existing-bugs): New functions.
887 2010-11-19  Tassilo Horn  <tassilo@member.fsf.org>
889         * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
890         a \ref{} or \pageref{} macro, then use its value as initial input.
892 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
894         * calc/calc-units.el (math-build-units-table-buffer):
895         calc/README: Mention that the TeX specific units won't use the
896         `tex' prefix in TeX mode.
897         calc/calc-lang.el (math-variable-table): Don't use the `tex'
898         prefix for units in TeX mode.
900 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * simple.el (kill-new, kill-append, kill-region):
903         * comint.el (comint-kill-region): Make the yank-handler argument
904         obsolete.
906 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
908         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
909         that are both openers (resp. closers) and something else.
910         (smie-grammar): Loosen definition of valid values.
911         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
912         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
913         (smie-indent-after-keyword): Adjust users.
914         (smie-indent-keyword): Don't indent empty lines.
916         * vc-hg.el (vc-hg-program): New var.
917         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
918         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
920 2010-11-18  Glenn Morris  <rgm@gnu.org>
922         * emacs-lisp/autoload.el (autoload-find-destination): The function
923         coding-system-eol-type may return non-numeric values.  (Bug#7414)
925 2010-11-18  Ulrich Mueller  <ulm@gentoo.org>
927         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
929 2010-11-18  Eli Zaretskii  <eliz@gnu.org>
931         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
933 2010-11-18  Chong Yidong  <cyd@stupidchicken.com>
935         * textmodes/picture.el (picture-mouse-set-point): Don't use
936         posn-col-row; explicitly compute the motion based on the posn at
937         the window-start (Bug#7390).
939 2010-11-18  Glenn Morris  <rgm@gnu.org>
941         * novice.el (disabled-command-function):
942         Fix 2009-11-15 change.  (Bug#7384)
944 2010-11-18  Glenn Morris  <rgm@gnu.org>
946         * calendar/calendar.el (diary-iso-date-forms): Make elements
947         mutually exclusive.  (Bug#7377)
949 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
951         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
952         when filling the remaining "unconstrained" values.
954 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
956         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
957         safety predicate.
959         * files.el (safe-local-variable-p): Gracefully handle errors.
961         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
962         Use smie-indent-virtual when indenting relative to an opener.
963         (smie-rule-separator): Use smie-rule-parent.
964         (smie-indent-keyword): Consult rules, even for openers at bol.
965         (smie-indent-comment-close): Try to align closer's content.
967 2010-11-18  Glenn Morris  <rgm@gnu.org>
969         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
971 2010-11-18  Glenn Morris  <rgm@gnu.org>
973         * printing.el (pr-menu-bind): Doc fix.
975         * speedbar.el (speedbar-toggle-images): Doc fix.
977         * progmodes/python.el (python-shell): Doc fix.
979         * wid-edit.el (widget-field-use-before-change)
980         (widget-use-overlay-change): Doc fixes.
982 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
984         Minor cleanup to improve style.
985         * textmodes/rst.el (rst-update-section): Use point-marker.
986         (rst-get-decoration): Eliminate unneeded assignment.
987         (rst-promote-region, rst-straighten-decorations)
988         (rst-section-tree, rst-adjust): Use point-marker.
989         (rst-toc-mode-mouse-goto): Avoid setq.
990         (rst-shift-region-guts, rst-shift-region-left)
991         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
992         (rst-convert-bullets-to-enumeration): Use copy-marker.
994         * minibuffer.el (completion-fail-discreetly): New var.
995         (completion--do-completion): Use it.
997         * electric.el (electric-pair-pairs): New var.
998         (electric-pair-post-self-insert-function): Use it.
999         (electric-layout-post-self-insert-function): Don't insert a before
1000         newline unless it's actually needed.
1002 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1004         * progmodes/python.el (run-python): Explain why we remove the current
1005         directory from sys.path.  Suggested by Eric Hanchrow <erich@cozi.com>.
1007         * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
1009 2010-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1011         * progmodes/octave-mod.el: Rely on elecric-*-modes.
1012         (octave-mode-map): Don't bind ;, SPC, and LF.
1013         (octave-auto-indent, octave-auto-newline): Remove.
1014         (electric-layout-rules): Declare.
1015         (octave-mode): Set electric-layout-rules.
1016         (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
1017         (octave-reindent-then-newline-and-indent, octave-electric-semi)
1018         (octave-electric-space): Remove.
1020         * electric.el (electric-layout-mode): New minor mode.
1021         (electric--after-char-pos): New function.
1022         (electric-indent-post-self-insert-function): Use it.
1023         (electric-layout-rules): New var.
1024         (electric-layout-post-self-insert-function): New function.
1025         (electric-indent-mode): Make them interact better.
1027 2010-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1029         * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
1030         (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
1031         (checkdoc-proper-noun-region-engine): Use with-syntax-table.
1033 2010-11-15  Agustín Martín  <agustin.martin@hispalinux.es>
1035         * textmodes/flyspell.el (flyspell-generic-progmode-verify):
1036         Make sure to check inside the word (Bug#6761).
1038 2010-11-14  Chong Yidong  <cyd@stupidchicken.com>
1040         * startup.el (command-line): If the cursorColor resource is set,
1041         change the cursor face-spec (Bug#7392).
1043 2010-11-13  Ken Manheimer  <ken.manheimer@gmail.com>
1045         The main features of the following allout.el changes are:
1046         - implement user customization for the allout key bindings
1047         - add a customization control by which the user can inhibit use of
1048           a trailing Ctrl-H, so by default it's reserved for use with
1049           describe-prefix-bindings
1050         - adapt to new version of called-interactively-p, while
1051           maintaining backwards compatibility with old version
1052         - fix hotspot navigation so i works properly with meta-modified keys
1054         * allout.el (allout-keybindings, allout-bind-keys)
1055         (allout-keybindings-binding, allout-prefixed-keybindings)
1056         (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
1057         (allout-keybindings-list, allout-mode-map-adjustments)
1058         (allout-setup-mode-map): Establish allout-mode keymaps as user
1059         customizable settings, and also establish a customizable setting which
1060         regulates whether or not a trailing control-h is reserved for use with
1061         describe-prefix-bindings - and inhibit it by default, so that control-h
1062         *is* reserved for describe-prefix-bindings unless the user changes it.
1064         * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
1065         and accurately between modified and unmodified events, and handle
1066         modified events more comprehensively.
1068         * allout.el (allout-substring-no-properties):
1069         Alias to use or provide version of `substring-no-properties'.
1070         (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1072         * allout.el (allout-next-single-char-property-change):
1073         Alias to use or provide version of `next-single-char-property-change'.
1074         (allout-annotate-hidden, allout-hide-by-annotation):
1075         Use `allout-next-single-char-property-change'.
1077         * allout.el (allout-select-safe-coding-system):
1078         Alias to use or provide version of `select-safe-coding-system'.
1079         (allout-toggle-subtree-encryption):
1080         Use `allout-select-safe-coding-system'.
1082         * allout.el (allout-set-buffer-multibyte):
1083         Alias to use or provide version of `set-buffer-multibyte'.
1084         (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1086         * allout.el (allout-called-interactively-p): Macro for using the
1087         different versions of called-interactively-p identically, depending on
1088         the subroutine's argument signature.
1089         (allout-back-to-current-heading, allout-beginning-of-current-entry):
1090         Use `(interactive "p")' instead of `(called-interactively-p)'.
1092         * allout.el (allout-init, allout-ascend, allout-end-of-level)
1093         (allout-previous-visible-heading, allout-forward-current-level)
1094         (allout-backward-current-level, allout-show-children):
1095         Use `allout-called-interactively-p' instead of `called-interactively-p'.
1097         * allout.el (allout-before-change-handler):
1098         Exempt edits to the (overlaid) character after the allout outline
1099         bullet from edit confirmation prompt.
1101         * allout.el (allout-add-resumptions):
1102         Ensure that it respects correct buffer for keybindings.
1104         * allout.el (allout-beginning-of-line):
1105         Use `allout-previous-single-char-property-change' alias for the sake of
1106         diverse compatibility.
1108         * allout.el (allout-end-of-line):
1109         Use `allout-mark-active-p' to encapsulate respect for mark activity.
1111 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
1113         * frame.el (frame-notice-user-settings): Don't clobber other
1114         user-set parameters when calling face-set-after-frame-default in
1115         response to background-color parameter (Bug#7373).
1117 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1119         * international/characters.el (glyphless-char-display-control):
1120         Rename from glyphless-char-control; all users changed.  Doc fix.
1121         Signal an error if display method is not one of the recognized
1122         symbols.
1124 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
1126         * net/tramp-compat.el (tramp-compat-line-beginning-position)
1127         (tramp-compat-line-end-position): Remove them.
1129         * net/tramp.el (tramp-parse-rhosts-group)
1130         (tramp-parse-shosts-group, tramp-parse-sconfig-group)
1131         (tramp-parse-hosts-group, tramp-parse-passwd-group)
1132         (tramp-parse-netrc-group, tramp-parse-putty-group)
1133         * net/tramp-cmds.el (tramp-append-tramp-buffers)
1134         * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
1135         (tramp-sh-handle-file-selinux-context)
1136         (tramp-sh-handle-file-name-all-completions)
1137         (tramp-sh-handle-insert-directory)
1138         (tramp-sh-handle-expand-file-name, tramp-find-executable)
1139         (tramp-wait-for-output, tramp-send-command-and-read)
1140         * net/tramp-smb.el (tramp-smb-read-file-entry)
1141         (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
1143         * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
1144         `point-at-bol'.
1145         (tramp-remote-coding-commands): Add an alternative using "base64
1146         -d -i".  This is needed for older base64 versions from GNU
1147         coreutils.  Reported by Klaus Reichl
1148         <Klaus.Reichl@thalesgroup.com>.
1150 2010-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
1152         * simple.el (count-words-region): New function.
1154 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1156         * shell.el (shell-dir-cookie-re): New custom variable.
1157         (shell-dir-cookie-watcher): New function.
1159         * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
1160         and compilation-mode (bug#7350).
1162         * vc/smerge-mode.el (smerge-refine): Choose better default part to
1163         highlight when one of them is empty.
1165         * skeleton.el (skeleton-read): Don't use `newline' since it may strip
1166         trailing space.
1167         (skeleton-newline): New function.
1168         (skeleton-internal-1): Use it.
1170         * simple.el (open-line): `newline' may strip trailing space.
1172 2010-11-12  Kevin Ryde  <user42@zip.com.au>
1174         * international/mule-cmds.el (princ-list): Use mapc.
1176 2010-11-12  Glenn Morris  <rgm@gnu.org>
1178         * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
1179         Use it to replace all instances of "*Compile-Log*"
1181 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1183         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
1184         indentation specs.
1186 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * progmodes/modula2.el: Use SMIE and skeleton.
1189         (m2-mode-syntax-table): (*..*) can be nested.
1190         Add //...\n.  Fix paren syntax.
1191         (m2-mode-map): Remove LF and TAB bindings.
1192         (m2-indent): Add safety property.
1193         (m2-smie-grammar): New var.
1194         (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
1195         (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
1196         (m2-mode): Use define-derived-mode.
1197         (m2-newline, m2-tab): Remove.
1198         (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
1199         (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
1200         (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
1201         (m2-import): Use define-skeleton.
1203 2010-11-11  Glenn Morris  <rgm@gnu.org>
1205         * obsolete/lucid.el: Don't warn about any CL functions in this file.
1207         * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
1208         (ls-lisp-verbosity): Add custom :set-after property.
1209         (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
1210         (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
1211         (ls-lisp-insert-directory): Update caller.
1212         (ls-lisp-set-options): New function.
1213         (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
1214         Doc fix.
1216         * play/landmark.el (lm-prompt-for-move):
1217         * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
1219         * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
1221         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
1222         (idlwave-study-twins): Prefix dynamic local variable `name'.
1223         (idlwave-routine-twin-compare): Update for above change.
1225         * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
1226         Prefix dynamic local variables `name', `kwd', and `link'.
1227         * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
1228         * progmodes/idlw-complete-structtag.el
1229         (idlwave-complete-structure-tag-help):
1230         * progmodes/idlwave.el (idlwave-complete-sysvar-help)
1231         (idlwave-complete-sysvar-tag-help)
1232         (idlwave-complete-class-structure-tag-help):
1233         Update for above name changes.
1235 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237         * net/browse-url.el (browse-url-browser-function): Change the
1238         default to use `browse-url-mail' on mailto: URLs.
1240 2010-11-10  Chong Yidong  <cyd@stupidchicken.com>
1242         * emacs-lisp/package.el (package-read-all-archive-contents):
1243         Reset package-archive-contents to nil before re-reading.
1245 2010-11-10  Brandon Craig Rhodes  <brandon@rhodesmill.org>  (tiny change)
1247         * textmodes/flyspell.el (flyspell-word): Do not re-check words
1248         already found as misspellings by (flyspell-large-region), just
1249         do highlighting (bug#7322).
1251 2010-11-10  Glenn Morris  <rgm@gnu.org>
1253         * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
1255         * emulation/edt.el (edt-with-position): New macro.
1256         (edt-find-forward, edt-find-backward, edt-find-next-forward)
1257         (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
1258         (edt-paragraph-forward, edt-paragraph-backward): Use it.
1260         * emulation/tpu-extras.el (tpu-with-position): New macro.
1261         (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
1263         * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
1265         * textmodes/texnfo-upd.el (texinfo-all-menus-update)
1266         (texinfo-menu-copy-old-description, texinfo-start-menu-description)
1267         (texinfo-master-menu, texinfo-insert-node-lines)
1268         (texinfo-multiple-files-update):
1269         * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
1270         Use line-beginning-position.
1272         * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
1273         No recent Emacs supports system-type `emx'.
1275         * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
1276         (ada-command-separator, ada-default-prj-properties)
1277         (ada-find-any-references): Update for above name change.
1279         * dirtrack.el (dirtrack-directory-function)
1280         (dirtrack-canonicalize-function):
1281         * filecache.el (file-cache-completion-ignore-case)
1282         (file-cache-case-fold-search, file-cache-ignore-case):
1283         * term.el (serial-port-is-file-p): Cosmetic change.
1285         * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
1286         Remove non-existent `windows-95' system-type.
1287         * dired.el (dired-chown-program): Remove non-existent `linux'
1288         system-type.
1290         * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
1291         (ping-program-options): Remove non-existent `linux' system-type.
1293         * startup.el (package-initialize): Update declaration.
1295         * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
1296         (ls-lisp-handle-switches): Use time-less-p.
1297         (ls-lisp-format-time): Use float-time.
1299         * textmodes/remember.el (remember-time-to-seconds): Remove.
1300         (remember-store-in-mailbox): Use float-time.
1302         * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
1304         * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
1305         never a real function.
1306         (with-no-warnings): Remove compat stub, now unused.
1307         (time-less-p): Doc fix.
1308         (time-to-number-of-days): Simplify.
1310         * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
1311         Remove.
1312         (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
1313         * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
1314         * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
1315         * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
1316         * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
1318         * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
1319         (eshell-shuffle-files, eshell-shorthand-tar-command)
1320         (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
1321         Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
1322         * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
1323         Prefix dynamic local variable `matches'.
1325         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
1326         Prefix dynamic local variable `skeleton'.
1328 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1330         * net/browse-url.el (browse-url-mail): Insert body part of mailto url
1331         in mail buffer; make yank-action always a command that yanks original
1332         buffer.
1334 2010-11-09  Glenn Morris  <rgm@gnu.org>
1336         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
1338 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1340         * minibuffer.el (minibuffer-completion-help): Specify the end of the
1341         completion field (bug#7211).
1343         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1344         Fix handling of backslash escapes.
1345         (python-quote-syntax): Adjust accordingly.
1347 2010-11-09  Richard Levitte  <richard@levitte.org>  (tiny change)
1349         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1350         (vc-mtn-workfile-branch): Adjust to new output format.
1352 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1354         * international/mule-cmds.el (princ-list): Mark as obsolete.
1356 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1358         * emacs-lisp/smie.el: New package.
1360 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
1362         * files.el (backup-by-copying-when-mismatch):
1363         Set `permanent-local' property.
1365         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1366         `permanent-local' property for `backup-by-copying-when-mismatch'.
1368 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
1370         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
1372 2010-11-09  Wilson Snyder  <wsnyder@wsnyder.org>
1374         * progmodes/verilog-mode.el (verilog-insert-one-definition)
1375         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
1376         AUTOINOUT for SV style multidimensional arrays, bug294.
1377         Reported by Eric Mastromarchi.
1378         (verilog-preprocess): Use with-current-buffer and
1379         font-lock-fontify-buffer to cleanup style issues.
1381 2010-11-09  Glenn Morris  <rgm@gnu.org>
1383         * locate.el (locate, locate-mode): Doc fixes.
1385 2010-11-09  Chong Yidong  <cyd@stupidchicken.com>
1387         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1388         user for confirmation.
1389         (server-force-stop): Use it.
1390         (server-start): Use server-force-stop for kill-emacs-hook, to
1391         avoid user interaction while killing Emacs.
1393 2010-11-09  Glenn Morris  <rgm@gnu.org>
1395         * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
1396         (meta-indent-line): Simplify.
1398         * vc/emerge.el (emerge-line-number-in-buf):
1399         * textmodes/ispell.el (ispell-region):
1400         * textmodes/fill.el (current-fill-column):
1401         * progmodes/xscheme.el (xscheme-send-current-line):
1402         * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
1403         * progmodes/tcl.el (tcl-hairy-scan-for-comment):
1404         * progmodes/sh-script.el (sh-handle-prev-do):
1405         * progmodes/meta-mode.el (meta-indent-line):
1406         * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
1407         (idlwave-in-quote):
1408         * progmodes/idlw-shell.el (idlwave-shell-current-frame)
1409         (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
1410         * progmodes/fortran.el (fortran-looking-at-if-then):
1411         * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
1412         * progmodes/cperl-mode.el (cperl-sniff-for-indent)
1413         (cperl-find-pods-heres):
1414         * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
1415         * net/quickurl.el (quickurl-list-insert):
1416         * net/ldap.el (ldap-search-internal):
1417         * net/eudc.el (eudc-expand-inline):
1418         * mail/sendmail.el (sendmail-send-it):
1419         * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
1420         * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
1421         (viper-brac-function):
1422         * calc/calc-yank.el (calc-do-grab-region):
1423         * calc/calc-keypd.el (calc-keypad-press):
1424         * term.el (term-move-columns, term-insert-spaces):
1425         * speedbar.el (speedbar-highlight-one-tag-line):
1426         * simple.el (current-word):
1427         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1428         * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
1429         (Info-scroll-down):
1430         * hippie-exp.el (he-line-beg):
1431         * epa.el (epa--marked-keys):
1432         * dired-aux.el (dired-kill-line, dired-do-kill-lines)
1433         (dired-update-file-line, dired-add-entry, dired-remove-entry)
1434         (dired-relist-entry):
1435         * buff-menu.el (Buffer-menu-buffer):
1436         * array.el (current-line):
1437         * allout.el (allout-resolve-xref)
1438         (allout-latex-verbatim-quote-curr-line):
1439         Replace yet more uses of end-of-line etc with line-end-position, etc.
1441 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1443         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
1444         (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
1445         (checkdoc-syntax-table): Initialize in the declaration.
1446         (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
1447         the mode on unconditionally.
1449         * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
1450         (extent-end-position, extent-start-position): Remove setf method for
1451         non-existing functions (bug#7319).
1453 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1455         * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
1456         (smie-precs->prec2): Rename from smie-precs-precedence-table.
1457         (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
1458         (smie-prec2->grammar): Rename from smie-prec2-levels.
1459         (smie-grammar): Rename from smie-op-levels.
1460         (smie-indent--hanging-p): Rename from smie-hanging-p.
1461         (smie-rule-hanging-p): New alias.
1462         (smie-indent--bolp): Rename from smie-bolp.
1463         (smie-indent--hanging-p): New alias.
1464         (smie--token): New dynamically bound variable.
1465         (smie-indent--parent): New function.
1466         (smie-rule-parent-p): Use it; rename from smie-parent-p.
1467         (smie-rule-next-p): Rename from smie-next-p.
1468         (smie-rule-prev-p): Rename from smie-prev-p.
1469         (smie-rule-sibling-p, smie-rule-parent)
1470         (smie-indent--separator-outdent, smie-rule-separator): New functions.
1471         (smie-rule-separator-outdent): New var.
1472         (smie-indent--rule): Merge with smie-indent--column.
1473         (smie-indent-forward-token, smie-indent-backward-token):
1474         Also recognize close parens.
1475         (smie-indent-keyword): Don't use smie-indent--column any more.
1476         (smie-indent-after-keyword): Ignore closers by default.
1477         (smie-indent-line): Use with-demoted-errors.
1478         * progmodes/octave-mod.el (octave-smie-grammar):
1479         Rename from octave-smie-op-levels.
1480         (octave-smie-rules): Adjust to new behavior.
1481         * progmodes/prolog.el (prolog-smie-grammar):
1482         Rename from prolog-smie-op-levels.
1484 2010-11-07  Glenn Morris  <rgm@gnu.org>
1486         * eshell/esh-util.el (subst-char-in-string)
1487         (directory-files-and-attributes): These compatibility definitions are
1488         not needed on any version of Emacs since at least 21.4.
1490         * progmodes/verilog-mode.el (verilog-get-beg-of-line)
1491         (verilog-get-end-of-line): Remove.
1492         (verilog-within-string, verilog-re-search-forward-substr)
1493         (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
1494         (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
1495         Use point-at-bol, point-at-eol.
1496         * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
1497         Remove.
1498         (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
1499         (electric-pascal-terminate-line, pascal-set-auto-comments)
1500         (pascal-indent-paramlist, pascal-indent-declaration)
1501         (pascal-get-lineup-indent, pascal-func-completion)
1502         (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
1503         Use point-at-bol, point-at-eol.
1504         * progmodes/flymake.el (flymake-line-beginning-position)
1505         (flymake-line-end-position): Remove.
1506         (flymake-highlight-line): Use point-at-bol, point-at-eol.
1507         * eshell/esh-util.el (line-end-position, line-beginning-position):
1508         Remove compat definitions.
1510         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1511         Use end-of-line N.
1512         (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
1513         Use line-end-position.
1515         * emacs-lisp/chart.el (chart-zap-chars):
1516         * play/decipher.el (decipher-set-map):
1517         * progmodes/ada-mode.el (ada-get-current-indent)
1518         (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
1519         * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
1520         * progmodes/ada-xref.el (ada-initialize-runtime-library)
1521         (ada-get-all-references):
1522         * progmodes/cperl-mode.el (cperl-electric-paren)
1523         (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
1524         (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
1525         (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
1526         (cperl-word-at-point-hard):
1527         * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
1528         (idlwave-shell-filename-string, idlwave-shell-batch-command)
1529         (idlwave-shell-display-line):
1530         * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
1531         (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
1532         * progmodes/js.el (js--re-search-forward-inner)
1533         (js--re-search-backward-inner):
1534         * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
1535         (vhdl-fix-clause, vhdl-compose-configuration-architecture):
1536         * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
1537         * textmodes/flyspell.el (flyspell-process-localwords):
1538         * textmodes/ispell.el (ispell-buffer-local-parsing)
1539         (ispell-buffer-local-dict, ispell-buffer-local-words):
1540         Use point-at-bol and point-at-eol.
1542         * speedbar.el (speedbar-generic-item-info)
1543         (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
1544         (speedbar-add-indicator, speedbar-check-vc-this-line)
1545         (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
1546         (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
1547         Replace more uses of end-of-line etc with line-end-position.
1549 2010-11-06  Glenn Morris  <rgm@gnu.org>
1551         * textmodes/texnfo-upd.el (texinfo-start-menu-description)
1552         (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
1553         (texinfo-delete-existing-pointers, texinfo-find-pointer)
1554         (texinfo-clean-up-node-line, texinfo-insert-node-lines)
1555         (texinfo-multiple-files-update):
1556         * textmodes/table.el (table--probe-cell-left-up)
1557         (table--probe-cell-right-bottom):
1558         * textmodes/picture.el (picture-tab-search):
1559         * textmodes/page-ext.el (pages-copy-header-and-position)
1560         (pages-directory-for-addresses):
1561         * progmodes/vera-mode.el (vera-get-offset):
1562         * progmodes/simula.el (simula-calculate-indent):
1563         * progmodes/python.el (python-pdbtrack-overlay-arrow):
1564         * progmodes/prolog.el (end-of-prolog-clause):
1565         * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
1566         * progmodes/icon.el (indent-icon-exp):
1567         * progmodes/etags.el (tag-re-match-p):
1568         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
1569         * progmodes/ebnf2ps.el (ebnf-begin-file):
1570         * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
1571         (dcl-save-local-variable):
1572         * play/life.el (life-setup):
1573         * play/gametree.el (gametree-looking-at-ply):
1574         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1575         * mail/sendmail.el (mail-mode-auto-fill):
1576         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1577         * emacs-lisp/edebug.el (edebug-overlay-arrow):
1578         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
1579         * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
1580         (woman-tab-to-tab-stop, WoMan-warn-ignored):
1581         * type-break.el (type-break-file-keystroke-count):
1582         * term.el (term-replace-by-expanded-history-before-point)
1583         (term-skip-prompt, term-extract-string):
1584         * speedbar.el (speedbar-edit-line, speedbar-expand-line)
1585         (speedbar-contract-line, speedbar-toggle-line-expansion)
1586         (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
1587         (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
1588         * sort.el (sort-skip-fields):
1589         * skeleton.el (skeleton-internal-list):
1590         * simple.el (line-move-finish, line-move-to-column):
1591         * shell.el (shell-forward-command):
1592         * misc.el (copy-from-above-command):
1593         * makesum.el (double-column):
1594         * ebuff-menu.el (electric-buffer-update-highlight):
1595         * dired.el (dired-move-to-end-of-filename):
1596         * dframe.el (dframe-popup-kludge):
1597         * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
1598         * arc-mode.el (archive-get-lineno):
1599         Use line-end-position and line-beginning-position.
1601         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
1602         (idlwave-study-twins): Prefix dynamic local `class'.
1603         (idlwave-routine-twin-compare): Update for above name change.
1605         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
1606         Use boundp tests to silence compiler.  Update for changed name of
1607         bytecomp-filename variable.
1609         * emulation/viper-cmd.el (viper-read-string-with-history):
1610         Prefix dynamic local `initial'.
1611         (viper-minibuffer-standard-hook): Update for above name change.
1613         * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
1614         (elint-init-form): Update for above name change.
1616         * mail/mail-extr.el (mail-extract-address-components): Give dynamic
1617         local variables `cbeg' and `cend' a prefix.
1618         (mail-extr-voodoo): Update for above name change.
1620         * textmodes/reftex-toc.el (reftex-toc-do-promote)
1621         (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
1622         (reftex-toc-promote-action): Doc fix.
1624         * textmodes/reftex-sel.el (reftex-select-item): Give local variables
1625         `prompt', `data' a prefix.
1626         (reftex-select-post-command-hook, reftex-select-callback)
1627         (reftex-select-mouse-accept, reftex-select-read-cite):
1628         Update for above name changes.
1630         * textmodes/reftex-ref.el (reftex-reference): Rename local variable
1631         `refstyle' to reftex-refstyle.
1632         (reftex-offer-label-menu): Update for above name change.
1633         * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
1634         `refstyle' name change.
1636         * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
1637         with with-current-buffer.
1638         (diff, template): Give dynamic local variables a prefix.
1639         (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
1640         (emerge-line-number-in-buf): Update for above name change.
1641         (emerge-combine-versions-internal): Rename local `template' to
1642         emerge-combine-template.
1643         (emerge-combine-versions-edit): Update for above name change.
1645 2010-11-06  Ralf Angeli  <angeli@caeruleus.net>
1647         * textmodes/reftex-cite.el
1648         (reftex-extract-bib-entries-from-thebibliography): Match bibitem
1649         entries with whitespace after \bibitem.
1650         (reftex-create-bibtex-file): Match entries containing numbers and
1651         symbol constituents.  Make sure that entries with whitespace at
1652         various places are found.
1654 2010-11-05  Christian Millour  <cm@abtela.com>  (tiny change)
1656         * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
1658 2010-11-05  Jan Djärv  <jan.h.d@swipnet.se>
1660         * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
1662 2010-11-05  Glenn Morris  <rgm@gnu.org>
1664         * woman.el (woman0-roff-buffer, woman1-roff-buffer)
1665         (woman2-roff-buffer): Give local variable `request' a prefix.
1666         (woman0-macro): Rename argument `request' in the same way.
1667         (woman-request): New name for `request' dynamic variable.
1668         (woman-unquote, woman-forward-arg): Update for above name change.
1669         (woman1-roff-buffer): Give local variable `unquote' a prefix.
1670         (woman1-unquote): New name for `unquote' dynamic variable.
1671         (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
1672         (woman-translations): Rename from `translations'.  No longer global.
1673         (woman2-tr, woman-translate): Update for above name change.
1674         (woman-translate): Check for bound variable.
1675         (woman2-roff-buffer): Give local variable `translations' a prefix.
1677         * play/doctor.el: Give all local variables a prefix.  Update callers.
1678         (doc$, doctor-put-meaning): Use backquote.
1680         * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
1681         (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
1683         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
1684         variables bytes, ptr, op a prefix.
1685         (disassemble-offset): Update for above change.
1687 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
1689         * emacs-lisp/package.el (package-unpack): Remove no-op.
1690         (package--builtins, package--dir): Doc fix.
1691         (package-activate-1, package-activate, package-install)
1692         (package-compute-transaction): Fix error message.
1693         (package-delete): Use delete-directory.  Omit system packages.
1694         (package-initialize): Set package-alist to nil first.
1695         (package-menu-mark-delete, package-menu-mark-install): Don't add
1696         symbols that are inconsistent with the package state.
1697         (package-menu-execute): Perform deletions and installations as
1698         single batch operations.
1700 2010-11-03  Glenn Morris  <rgm@gnu.org>
1702         * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
1703         (props): Remove unnecessary declaration.
1705         * textmodes/ispell.el (ispell-init-process): On Emacs, always use
1706         set-process-query-on-exit-flag.
1708         * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
1709         (reftex-toc-do-promote): Remove unused local `mpos'.
1710         (reftex-toc-restore-region): Make `mpos' local to this function.
1712         * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
1714         * play/landmark.el (lm-losing-threshold): Correct spelling.
1715         (lm-human-plays): Use new name.
1717         * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
1718         (gomoku-human-plays): Use new name.
1720         * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
1721         (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
1722         (gomoku-score-trans-table, gomoku-winning-threshold)
1723         (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
1725 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
1727         * emacs-lisp/package.el: Don't put built-in packages in
1728         package-alist, to avoid loading inefficiencies.
1729         (package-built-in-p): Make VERSION optional, and treat it as a
1730         minimum acceptable version.
1731         (package-activate): Search separately for built-in packages.
1732         Emit a warning if a dependency fails.
1733         (define-package): Handle most common case, where there is no
1734         obsolete package, first.
1735         (package-compute-transaction): Print required version in error.
1736         (package--initialized): New variable.
1737         (list-packages): Use it.
1738         (package-initialize): Optional arg NO-ACTIVATE.  Don't put
1739         built-in packages in packages-alist; keep it separate.
1740         Set package--initialized.
1741         (describe-package): Avoid activating packages as a side-effect.
1742         Search separately for built-in packages.
1743         (describe-package-1): Handle the case where an elpa package is
1744         simultaneously built-in and available/installed.
1745         (package-installed-p, package--generate-package-list):
1746         Search separately for built-in packages.
1747         (package-load-descriptor): Doc fix.
1749 2010-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1751         * progmodes/perl-mode.el (perl-syntax-propertize-function):
1752         Handle __DATA__ and __END__.
1754 2010-11-02  Noah Friedman  <friedman@splode.com>
1756         * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
1757         nil, do not ask to recompile files that are not already compiled,
1758         and do not recompile them.
1760 2010-11-02  Chong Yidong  <cyd@stupidchicken.com>
1762         * emacs-lisp/package.el (package-initialize): Ensure that
1763         obsoleted built-in packages are not in package-activated-list
1764         during activation.
1765         (describe-package-1): Make the "installed" status override
1766         "built-in".
1768 2010-11-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1770         * subr.el (version-separator, version-regexp-alist): Remove '*'
1771         from docstring.
1772         (version-list-<=, version<=, version=): Doc fix.
1774 2010-11-01  Kenichi Handa  <handa@m17n.org>
1776         * faces.el (glyphless-char): Inherit underline for tty.
1778 2010-11-01  Kenichi Handa  <handa@m17n.org>
1780         Implement various display methods for glyphless characters.
1782         * international/characters.el (char-acronym-table): New variable.
1783         (glyphless-char-control): New variable.
1784         (update-glyphless-char-display): New funciton.
1786         * faces.el (glyphless-char): New face.
1788 2010-11-01  Glenn Morris  <rgm@gnu.org>
1790         * calendar/holidays.el (general-holidays, oriental-holidays)
1791         (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
1792         (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
1793         the definitions of their targets.
1795         * emacs-lisp/smie.el (smie): New custom group.
1796         (smie-blink-matching-inners, smie-indent-basic): Add :group.
1798         * faces.el (xw-defined-colors, x-setup-function-keys):
1799         * mouse-sel.el (x-select-text):
1800         * term/w32console.el (x-setup-function-keys): Update declarations.
1802         * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
1804         * textmodes/ispell.el (comment-add): Declare.
1806         * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
1807         Declare.
1809         * info.el (finder-keywords-hash, package-alist): Declare.
1811 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
1813         * finder.el (finder-compile-keywords): Don't use intern-soft,
1814         since package names may not yet exist in the obarray.
1816 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
1818         * vc/vc-arch.el (vc-arch-checkin):
1819         * vc/vc-cvs.el (vc-cvs-checkin):
1820         * vc/vc-mtn.el (vc-mtn-checkin):
1821         * vc/vc-rcs.el (vc-rcs-checkin):
1822         * vc/vc-sccs.el (vc-sccs-checkin):
1823         * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
1824         since 2010-04-21 commit by Stefan Monnier.
1826 2010-11-01  Glenn Morris  <rgm@gnu.org>
1828         * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
1830         * startup.el (package-enable-at-startup, package-initialize):
1831         Silence compiler.
1833         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1834         Silence compiler.
1836 2010-10-31  Julien Danjou  <julien@danjou.info>
1838         * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
1839         (byte-recompile-directory):
1840         * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
1841         Use `byte-recompile-file'.
1843 2010-10-31  Glenn Morris  <rgm@gnu.org>
1845         * cus-start.el: Handle standard values via a keyword.
1846         Only set version property if specified.
1847         (cursor-in-non-selected-windows, menu-bar-mode)
1848         (tool-bar-mode, show-trailing-whitespace):
1849         Do not specify standard values.
1850         (transient-mark-mode, temporary-file-directory): Use :standard.
1852 2010-10-31  Jan Djärv  <jan.h.d@swipnet.se>
1854         * term/x-win.el (x-get-selection-value): New function that gets
1855         PRIMARY with type as specified in x-select-request-type. (Bug#6802).
1857 2010-10-31  Michael Albinus  <michael.albinus@gmx.de>
1859         * net/tramp.el (tramp-handle-insert-file-contents): For root,
1860         preserve owner and group when editing files.  (Bug#7289)
1862 2010-10-31  Glenn Morris  <rgm@gnu.org>
1864         * speedbar.el (speedbar-mode):
1865         * play/fortune.el (fortune-in-buffer, fortune):
1866         * play/gomoku.el (gomoku-mode):
1867         * play/landmark.el (lm-mode):
1868         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1869         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
1871         * select.el (x-selection): Mark it as an obsolete alias.
1873 2010-10-31  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1875         * vc/add-log.el (find-change-log): Use derived-mode-p rather than
1876         major-mode (bug#7284).
1878 2010-10-31  Glenn Morris  <rgm@gnu.org>
1880         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1881         rather than just an unused variable that inherits from the real one.
1883 2010-10-31  Alan Mackenzie  <acm@muc.de>
1885         * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
1886         This fixes bug #7185.
1888 2010-10-30  Chong Yidong  <cyd@stupidchicken.com>
1890         * startup.el (command-line): Search for package directories, and
1891         don't load package.el if none are found.
1893         * emacs-lisp/package.el (describe-package, list-packages):
1894         Call package-initialize if it has not been called yet.
1896 2010-10-30  Alan Mackenzie  <acm@muc.de>
1898         * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
1899         which fontifies the tail of an enum.
1900         (c-basic-matchers-after): Insert a call to the above new function.
1901         This fixes bug #7264.
1903 2010-10-30  Glenn Morris  <rgm@gnu.org>
1905         * cus-start.el: Add :set properties for minor modes menu-bar-mode,
1906         tool-bar-mode, transient-mark-mode.  (Bug#7306)
1907         Include the :set property in the dumped Emacs.
1909 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1911         SMIE: change indent rules format, improve smie-setup.
1912         * emacs-lisp/smie.el (smie-precs-precedence-table)
1913         (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
1914         Mark them pure so the tables gets built at compile time.
1915         (smie-bnf-precedence-table): Store the closer-alist in the table.
1916         (smie-prec2-levels): Preserve the closer-alist.
1917         (smie-blink-matching-open): Be more forgiving in case of indentation.
1918         (smie-hanging-p): Rename from smie-indent--hanging-p.
1919         (smie-bolp): Rename from smie-indent--bolp.
1920         (smie--parent, smie--after): New dynamic vars.
1921         (smie-parent-p, smie-next-p, smie-prev-p): New funs.
1922         (smie-indent-rules): Remove.
1923         (smie-indent--offset-rule): Remove fun.
1924         (smie-rules-function): New var.
1925         (smie-indent--rule): New fun.
1926         (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
1927         (smie-indent-exps): Use it.
1928         (smie-setup): Setup paren blinking; add keyword args for token
1929         functions; extract closer-alist from op-levels.
1930         (smie-indent-debug-log): Remove var.
1931         (smie-indent-debug): Remove fun.
1932         * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
1933         (prolog-smie-rules): New fun to replace it.
1934         (prolog-mode-variables): Simplify.
1935         * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
1936         it's setup automatically.
1937         (octave-smie-indent-rules): Remove.
1938         (octave-smie-rules): New fun to replace it.
1939         (octave-mode): Simplify.
1941 2010-10-29  Glenn Morris  <rgm@gnu.org>
1943         * files.el (temporary-file-directory): Remove (already defined in C).
1944         * cus-start.el: Add temporary-file-directory.
1946         * abbrev.el (abbrev-mode):
1947         * composite.el (auto-composition-mode):
1948         * menu-bar.el (menu-bar-mode):
1949         * simple.el (transient-mark-mode):
1950         * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
1951         that they do not define the associated variables twice.
1952         * simple.el (transient-mark-mode): Remove defvar.
1953         * composite.el (auto-composition-mode): Make variable auto-buffer-local.
1954         * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
1955         Handle multiple groups, and also custom-delayed-init-variables.
1956         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1958 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1960         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
1961         (pcase-if): Add one minor optimization.
1962         (pcase-split-equal): Rename from pcase-split-eq.
1963         (pcase-split-member): Rename from pcase-split-memq.
1964         (pcase-u1): Add strings to the member optimization.
1965         Add `guard' variant of predicates.
1966         (pcase-q1): Add string patterns.
1968 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1970         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
1972 2010-10-28  Glenn Morris  <rgm@gnu.org>
1974         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1975         Move menu-bar related settings to ../menu-bar.el.
1976         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1977         Move ns-specific settings here from term/ns-win.el.
1979         * simple.el (x-selection-owner-p): Remove unused declaration.
1981 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1983         * minibuffer.el (completion-cycling): New var (bug#7266).
1984         (minibuffer-complete, completion--do-completion):
1985         Use completion--flush-all-sorted-completions.
1986         (minibuffer-complete): Only cycle if completion-cycling is set.
1987         (completion--flush-all-sorted-completions): Unset completion-cycling.
1988         (minibuffer-force-complete): Set completion-cycling.
1989         (completion-all-sorted-completions): Move declaration before first use.
1991 2010-10-28  Leo  <sdl.web@gmail.com>
1993         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
1994         which changes the order of matches seen by users (bug#7231).
1996 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
1998         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1999         Don't confuse -omega as "-o mega".
2001 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2003         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
2004         (log-edit-author): New dynamic var.
2005         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
2006         to return the author if different from committer.
2007         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
2009         * play/landmark.el: Adjust commenting convention.
2010         (lm-nil-score): Rename from nil-score.
2011         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
2012         (OOOOscore): Move into a let in lm-score-trans-table.
2013         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
2015         * electric.el (electric-indent-chars): Autoload.
2016         * progmodes/octave-mod.el (octave-mode):
2017         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
2018         (ruby-mode-abbrev-table): Merge initialization and declaration.
2020 2010-10-27  Glenn Morris  <rgm@gnu.org>
2022         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
2023         variable.
2025         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
2027         * term/ns-win.el: Restore require of cl when compiling.
2028         (menu-bar-final-items): Remove non-existent `windows' menu.
2029         (ns-handle-nxopen): Optionally handle the temp-case.
2030         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
2031         (ns-insert-file, ns-find-file): Use `pop'.
2033 2010-10-26  Glenn Morris  <rgm@gnu.org>
2035         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
2037 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
2039         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
2040         global map.
2041         * term/common-win.el (x-setup-function-keys): Remove most of the
2042         keymappings.  Comment on the remaining ones.
2044 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
2046         * server.el (server-port): New option.  (Bug#854)
2047         (server-start): Use server-port.
2049 2010-10-26  Glenn Morris  <rgm@gnu.org>
2051         * term/ns-win.el (ns-version-string): Remove unused declaration.
2052         (ns-invocation-args): Change to x-invocation-args.
2053         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
2054         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
2055         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
2056         Use x-invocation-args instead of ns-invocation-args.
2057         (ns-initialize-window-system, handle-args-function-alist):
2058         Use x-handle-args instead of ns-handle-args.
2059         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
2060         * startup.el (command-line-ns-option-alist): Replace
2061         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
2062         ns-handle-iconic with the x- equivalents.
2064         * term/common-win.el (x-select-enable-clipboard):
2065         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
2067         * term/ns-win.el: No need to require cl when compiling.
2068         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
2069         (xw-defined-colors): Use the common-win definitions.
2070         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
2071         (ns-handle-iconic): Make it an alias for x-handle-iconic.
2072         * term/common-win.el (x-select-text, x-alternatives-map)
2073         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
2074         * loadup.el [ns]: Load common-win.
2076 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
2078         * epa-mail.el (epa-mail-encrypt): Handle local-part only
2079         recipients; expand mail aliases (Bug#7280).
2081 2010-10-25  Glenn Morris  <rgm@gnu.org>
2083         * term/common-win.el (x-handle-switch): Simplify with pop.
2084         Optionally handle numeric switches.
2085         (x-handle-numeric-switch): Just call x-handle-switch.
2086         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
2087         (x-handle-name-switch, x-handle-display, x-handle-args):
2088         Simplify with pop.
2090         * term/ns-win.el: Do not require easymenu.
2091         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
2092         <spell>: Move adjustments to menu-bar.el.
2093         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
2094         <separator-undo, spell>: Move ns-win's adjustments here.
2095         * loadup.el [ns]: Do not load easymenu.
2097 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2099         * image.el (image-checkbox-checked, image-checkbox-unchecked):
2100         Delete (Bug#7222).
2102         * startup.el (fancy-startup-tail): Instead of using inline images,
2103         refer to image files from etc/.
2105         * wid-edit.el (checkbox): Likewise.
2106         (widget-image-find): Center image specs.
2108 2010-10-24  Glenn Morris  <rgm@gnu.org>
2110         * term/ns-win.el (x-select-text): Doc fix.
2111         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
2112         (x-select-text): Move to term/common-win.
2113         * term/w32-win.el (xw-defined-colors): Move to common-win.
2114         * term/x-win.el (xw-defined-colors, x-alternatives-map)
2115         (x-setup-function-keys, x-select-text): Move to common-win.
2116         * term/common-win.el (x-select-text, x-alternatives-map)
2117         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
2118         definitions here.
2120 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
2122         * net/mairix.el (mairix-searches-mode-map):
2123         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
2125 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
2127         * verilog-mode.el (verilog-directive-re): Make this variable
2128         auto-built for efficiency of execution and updating.
2129         (verilog-extended-complete-re): Support 'pure' fucntion & task
2130         declarations (these have no bodies).
2131         (verilog-beg-of-statement): General cleanup to enable support of
2132         'pure' fucntion & task declarations (these have no bodies).
2133         These efforts together fix Verilog bug210 from veripool; which was also
2134         noticed by Steve Pearlmutter.
2135         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
2136         (verilog-directive-nest-re, verilog-set-auto-endcomments):
2137         Support `elsif.  Reported by Shankar Giri.
2138         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
2139         attribute handling for lining up declarations and assignments.
2140         (verilog-beg-of-statement-1): Fix issue where continued declaration
2141         is indented differently if it is after a begin..end clock.
2142         (verilog-in-attribute-p, verilog-skip-backward-comments)
2143         (verilog-skip-forward-comment-p): Support proper treatment of
2144         attributes by indent code. Reported by Jeff Steele.
2145         (verilog-in-directive-p): Fix comment to correctly describe function.
2146         (verilog-backward-up-list, verilog-in-struct-region-p)
2147         (verilog-backward-token, verilog-in-struct-p)
2148         (verilog-in-coverage-p, verilog-do-indent)
2149         (verilog-pretty-declarations): Use verilog-backward-up-list as
2150         wrapper around backward-up-list inorder to properly skip comments.
2151         Reported by David Rogoff.
2152         (verilog-property-re, verilog-endcomment-reason-re)
2153         (verilog-beg-of-statement, verilog-set-auto-endcomments)
2154         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
2155         of if). Reported by Max Bjurling and
2156         (verilog-calc-1): Fix for clocking block in modport
2157         declaration. Reported by Brian Hunter.
2159 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
2161         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
2162         (verilog-gate-keywords, verilog-read-sub-decls)
2163         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
2164         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
2165         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
2166         (verilog-read-decls): Fix spaces in V2K module parameters causing
2167         mis-identification as interfaces, bug287.
2168         (verilog-read-decls): Fix not treating "parameter string" as a
2169         parameter in AUTOINSTPARAM.
2170         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
2171         treating `elsif similar to `endif inside AUTOSENSE.
2172         (verilog-do-indent): Implement correct automatic or static task or
2173         function end comment highlight. Reported by Steve Pearlmutter.
2174         (verilog-font-lock-keywords-2): Fix highlighting of single
2175         character pins, bug264.  Reported by Michael Laajanen.
2176         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
2177         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
2178         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
2179         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
2180         (verilog-pretty-expr): Fix interactive arguments, bug272.
2181         Reported by Mark Johnson.
2182         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
2183         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
2184         bug269. Suggested by Gary Delp.
2185         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
2186         (verilog-preprocessor, verilog-set-compile-command):
2187         Create verilog-preprocess and verilog-preprocessor to show
2188         preprocessed output.
2189         (verilog-get-beg-of-line, verilog-get-end-of-line)
2190         (verilog-modi-file-or-buffer, verilog-modi-name)
2191         (verilog-modi-point, verilog-within-string): Move defmacro's
2192         before first use to avoid warning. Reported by Steve Pearlmutter.
2193         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
2194         (verilog-colorize-region, verilog-highlight-buffer)
2195         (verilog-highlight-includes, verilog-highlight-modules)
2196         (verilog-highlight-region, verilog-mode): Rename colorize to
2197         highlight to match other packages.  Disable module highlighting,
2198         as received speed complaints, reenable for experimentation only
2199         using new verilog-highlight-modules.
2200         (verilog-read-decls): Fix regexp stack overflow in very large
2201         AUTO_TEMPLATEs, bug250.
2202         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
2203         (verilog-scan): Create verilog-save-buffer-state to standardize
2204         making insignificant changes that shouldn't call hooks.
2205         (verilog-save-no-change-functions, verilog-save-scan-cache)
2206         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
2207         Create verilog-save-no-change-functions to wrap verilog-scan
2208         preservation, and fix to work with nested preserved calls.
2209         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
2210         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
2211         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
2212         (verilog-submit-bug-report): Update variable list to be complete.
2213         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
2214         breaking on-the-fly font-locking.
2215         (verilog-colorize-buffer, verilog-colorize-include-files)
2216         (verilog-colorize-include-files-buffer, verilog-colorize-region)
2217         (verilog-load-file-at-mouse, verilog-load-file-at-point)
2218         (verilog-mode, verilog-read-inst-module-matcher): With point on a
2219         AUTOINST cell instance name, middle mouse button now finds-file on
2220         it.  Suggested by Brad Dobbie.
2221         (verilog-alw-get-temps, verilog-auto-reset)
2222         (verilog-auto-sense-sigs, verilog-read-always-signals)
2223         (verilog-read-always-signals-recurse): Fix loop indexes being
2224         AUTORESET. AUTORESET now assumes any variables in the
2225         initialization section of a for() should be ignored.
2226         Reported by Dan Dever.
2227         (verilog-error-font-lock-keywords)
2228         (verilog-error-regexp-emacs-alist)
2229         (verilog-error-regexp-xemacs-alist): Fix error detection of
2230         Cadence HAL, reported by David Asher.  Repair drift between the
2231         three similar error variables.
2232         (verilog-modi-lookup, verilog-modi-lookup-cache)
2233         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
2234         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
2235         Fix slow verilog-auto expansion on very large files.
2236         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
2237         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
2238         "{1*2{...".  Broke in last revision.
2239         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
2240         submodule connections with replications "{#{a},#{b}}".
2242 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
2244         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
2245         Fix typo in docstring.
2247 2010-10-24  Kenichi Handa  <handa@m17n.org>
2249         * face-remap.el (text-scale-adjust): Call read-event with a proper
2250         prompt.
2252 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2254         * emacs-lisp/unsafep.el: Don't mark functions that display
2255         messages as safe.  Suggested by Johan Bockgård.
2257 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2259         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
2260         Turn comments into docstrings.
2262         * minibuffer.el (completion--replace): Move point where it belongs
2263         when there's a common suffix (bug#7215).
2265 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2267         Merge read-color and facemenu-read-color (Bug#7242).
2269         * faces.el (read-color): Use the completion code from
2270         facemenu-read-color.  Require match in completion.  Doc fix.
2272         * facemenu.el (facemenu-read-color): Alias for read-color.
2273         (facemenu-set-foreground, facemenu-set-background):
2274         Use read-color.
2276         * frame.el (set-background-color, set-foreground-color)
2277         (set-cursor-color, set-mouse-color, set-border-color):
2278         Use read-color.
2280 2010-10-24  Leo  <sdl.web@gmail.com>
2282         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
2283         argument of delete-file and delete-directory (Bug#7011).
2285 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2287         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
2288         button-buffer-map.
2290 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
2292         * emacs-lisp/package.el (package--generate-package-list): Make the
2293         *Packages* buffer read-only.
2295 2010-10-24  Alan Mackenzie  <acm@muc.de>
2297         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
2298         result of `c-beginning-of-decl-1' between invocations of a lambda
2299         function (Bug #7265).
2301 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
2303         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
2304         executable is not available on the system (Bug#7268).
2306 2010-10-24  Glenn Morris  <rgm@gnu.org>
2308         * select.el (selection-coding-system, next-selection-coding-system):
2309         Sync doc with C versions.
2311         * w32-vars.el (x-select-enable-clipboard):
2312         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
2313         * term/common-win.el (x-select-enable-clipboard): Move here.
2315         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
2316         definition of C variable.
2318         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
2319         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2320         Don't redefine things that are defined in C.
2321         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
2322         (show-trailing-whitespace, auto-hscroll-mode)
2323         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2324         Set up the appropriate custom properties.
2326 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2328         Bind "C-c ]" to ...
2329         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
2330         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
2331         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
2332         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
2334 2010-10-23  Glenn Morris  <rgm@gnu.org>
2336         * textmodes/flyspell.el (flyspell-mode): If there was an error,
2337         say what it was.
2339         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
2340         Sync docs with C version.
2342         * term/ns-win.el (xw-defined-colors):
2343         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
2345         * term/pc-win.el (x-select-enable-clipboard):
2346         * term/x-win.el (x-select-enable-clipboard):
2347         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
2349         * comint.el (comint-password-prompt-regexp): Make it less vague.
2350         Bump version.
2352         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
2354         * help.el (finder-by-keyword): Remove unnecessary autoload.
2356 2010-10-22  Glenn Morris  <rgm@gnu.org>
2358         * loadup.el: Unconditionally load float-sup.
2359         * paren.el (show-paren-delay):
2360         * emacs-lisp/float-sup.el:
2361         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
2362         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
2363         (lazy-lock-stealth-verbose): Assume float support.
2364         * ps-print.el: Assume float support on Emacs.
2365         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
2366         Remove non-float branch.
2368         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
2369         src/Makefile no longer being pre-processed.
2371 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2373         * emacs-lisp/find-func.el (find-library): Use test-completion.
2375 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
2379 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
2381         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
2382         space in stat format string.
2383         (tramp-send-command): Unset $PS1 when using here documents, in
2384         order not to get several prompts.
2385         (tramp-get-inline-coding): Return `nil' in case of errors.
2387 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
2389         * hexl.el (hexl-mode, hexl-mode-exit):
2390         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
2391         (hexl-revert-buffer-function): New function.
2392         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
2394 2010-10-19  Alan Mackenzie  <acm@muc.de>
2396         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
2397         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
2398         that these keywords aren't wrongly matched as identifiers.
2400         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
2401         setting of c-new-BEG and c-new-END from c-before-change to
2402         c-after-change.  (Bug#7181)
2404 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
2406         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
2407         Don't mark as safe.
2409         * custom.el (custom-theme-set-variables): Likewise.
2410         (load-theme): Add custom-theme-set-faces and
2411         custom-theme-set-variables to safe-functions while loading.
2412         (custom-enabled-themes): Mark as risky.
2414 2010-10-18  Julien Danjou  <julien@danjou.info>
2416         * bindings.el: Remove end dashes in default mode-line-format.
2418 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
2420         * bindings.el (global-map): Bind C-d to delete-char and deletechar
2421         to delete-forward-char.
2423         * simple.el (normal-erase-is-backspace-mode): Remap delete to
2424         deletechar, and hence delete-forward-char.
2426 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2428         * repeat.el (repeat): Use read-key (bug#6256).
2430 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
2432         * emacs-lisp/unsafep.el: Don't mark functions that display
2433         messages as safe.  Suggested by Johan Bockgård.
2435 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2437         * minibuffer.el (completion--replace): Move point where it belongs
2438         when there's a common suffix (bug#7215).
2440 2010-10-19  Kenichi Handa  <handa@m17n.org>
2442         * international/characters.el: Add category '|' (word breakable)
2443         to fullwidth characters.
2445 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
2447         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
2448         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
2449         order to make stat results a float.  Patch by Andreas Schwab
2450         <schwab@linux-m68k.org>.
2452 2010-10-18  Julien Danjou  <julien@danjou.info>
2454         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
2455         hidden by `make-pointer-invisible'.
2457 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2459         * files.el (locate-file-completion-table): Strip non-matching elements
2460         before checking length of list (bug#7238).
2462 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
2464         * custom.el (custom-theme-set-variables): Mark as a safe function.
2465         (load-theme): Check forms using unsafep.
2467         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
2469 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
2471         * textmodes/ispell.el (ispell-aspell-find-dictionary):
2472         Fix aspell data file searching (bug#7230).
2474 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
2476         * cus-theme.el (custom-theme--migrate-settings): New var.
2477         (customize-create-theme): Allow editing the `user' theme.
2478         (custom-theme-add-variable, custom-theme-add-var-1)
2479         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
2480         to the front of each variable or face widget.
2481         (custom-theme-write): Save theme settings in the correct order.
2482         Optionally, remove saved settings from user customizations.
2483         (custom-theme-write-variables, custom-theme-write-faces):
2484         Save only the checked widgets.
2485         (customize-themes): Add a link for migrating custom settings.
2487         * custom.el (custom-declare-theme, provide-theme):
2488         Use custom-theme-name-valid-p.
2489         (custom-theme-name-valid-p): Remove checks that are now
2490         unnecessary since themes no longer obey load-path.
2492         * cus-edit.el (custom-variable-value-create): For the simple
2493         style, hide documentation string when hidden.
2495 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
2497         * cus-edit.el (custom-variable, custom-face): Combine the
2498         :inhibit-magic and :display-style properties into a single
2499         :custom-style property.
2500         (custom-toggle-hide-variable, custom-toggle-hide-face):
2501         New functions.  If hiding an edited value, save it to :shown-value.
2502         (custom-variable-value-create, custom-face-value-create): Use them.
2503         (custom-magic-reset): Allow magic property to be unset.
2505         * custom.el: Custom themes no longer use load-path.
2506         (custom-theme-load-path): New option.  Change built-in theme
2507         directory to etc/.
2508         (custom-enabled-themes): Add custom-theme-load-path dependency.
2509         (custom-theme--load-path): New function.
2510         (load-theme, custom-available-themes): Use it.
2512         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
2513         (customize-themes): Link to custom-theme-load-path variable.
2514         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
2515         :custom-style property.
2517         * themes/*.el: Moved to etc/.
2519 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
2521         * textmodes/reftex-cite.el
2522         (reftex-extract-bib-entries-from-thebibliography): Do not move
2523         point when searching for \bibitem entries.  Match entries with
2524         spaces or tabs in front of arguments.
2526 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
2528         * cus-theme.el (customize-create-theme): Delete overlays after
2529         erasing.  If given a THEME arg, display only the faces of that arg
2530         instead of custom-theme--listed-faces.
2531         (custom-theme-variable-menu, custom-theme-variable-action)
2532         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
2533         (custom-theme-add-variable, custom-theme-add-face): Apply value
2534         from the theme settings, instead of the current value.
2535         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
2536         (custom-theme-visit-theme): Allow calling outside theme buffers.
2537         (custom-theme-merge-theme): Don't enable the theme when merging.
2538         (custom-theme-write-variables, custom-theme-write-faces): Use the
2539         :shown-value properties to save buffer values, not global ones.
2540         (customize-themes): Display a warning about user customizations.
2542         * cus-edit.el (custom-variable-value-create)
2543         (custom-face-value-create): Obey new special properties
2544         :shown-value and :inhibit-magic.
2546 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
2548         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2549         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
2550         <dale@codefu.org>.
2552 2010-10-14  Kenichi Handa  <handa@m17n.org>
2554         * mail/rmail.el (rmail-show-message-1): Catch an error of
2555         base64-decode-region and just show an error message (bug#7165).
2557         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
2558         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
2559         a font-spec (bug#7197).
2561 2010-10-14  Glenn Morris  <rgm@gnu.org>
2563         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
2565 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
2567         * international/mule.el (define-coding-system):
2568         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2569         * composite.el (compose-region): Fix typo in docstring.
2571 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
2573         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
2574         only after checking the theme-face property.
2576         * faces.el (face-spec-reset-face): Reset all attributes in one
2577         single call to set-face-attribute.
2578         (face-spec-match-p): Make it a defsubst.
2579         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
2580         (x-create-frame-with-faces, tty-create-frame-with-faces)
2581         (tty-set-up-initial-frame-faces): Don't recompute face specs in
2582         frame-set-background-mode, since they are recomputed immediately
2583         afterwards in face-set-after-frame-default.
2584         (face-set-after-frame-default): Minor optimization.
2585         (cursor): Provide non-trivial defface spec.
2587         * custom.el (custom-theme-recalc-face): Simplify.
2589 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
2591         * calc/calc-alg.el (math-var): Rename from `var'.
2592         (math-is-polynomial, math-is-poly-rec): Replace `var'
2593         with `math-var'.
2595         * calc/calcalg2.el (math-var): Rename from `var'.
2596         (calcFunc-table, math-scan-for-limits): Replace `var'
2597         with `math-var'.
2599 2010-10-13  Glenn Morris  <rgm@gnu.org>
2601         * subr.el (last): Deal with dotted lists (reported in bug#7174).
2603 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
2605         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
2607 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609         * net/tls.el (tls-program): Remove spurious %s from openssl.
2610         (tls-starttls-switches): Remove starttls hack.
2611         (open-tls-stream): Ditto.
2612         (tls-find-starttls-argument): Ditto.
2614 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
2616         * image.el (image-library-alist): Declare as obsolete alias.
2617         (image-type-available-p): Use `dynamic-library-alist'.
2619         * term/w32-win.el (dynamic-library-alist):
2620         Use instead of `image-library-alist'.
2622 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
2624         * subr.el (last): Make it faster.  (Bug#7174)
2626 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
2628         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
2630 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
2632         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
2633         (describe-theme-1): Extract doc from unloaded themes.
2635         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
2637         * themes/tango-theme.el:
2638         * themes/tango-dark-theme.el:
2639         * themes/wheatgrass-theme.el: New files.
2641 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
2643         * cus-theme.el (describe-theme, customize-themes)
2644         (custom-theme-save): New commands.
2645         (custom-new-theme-mode-map): Bind C-x C-s.
2646         (custom-new-theme-mode): Use custom--initialize-widget-variables.
2647         (customize-create-theme): New optional arg THEME.
2648         (custom-theme-revert): Use it.
2649         (custom-theme-visit-theme): Remove dead code.
2650         (custom-theme-merge-theme): Use custom-available-themes.
2651         (custom-theme-write): Make interactive.
2652         (custom-theme-write): Use custom-theme-name-valid-p.
2653         (describe-theme-1, custom-theme-choose-revert)
2654         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
2655         New funs.
2656         (custom-theme-allow-multiple-selections): New option.
2657         (custom-theme-choose-mode): New major mode.
2659         * custom.el (custom-theme-set-variables): Remove dead code.
2660         Obey custom--inhibit-theme-enable.
2661         (custom--inhibit-theme-enable): New var.
2662         (provide-theme): Obey it.
2663         (load-theme): Replace load with manual read/eval, in order to
2664         check for correctness.  Use custom-theme-name-valid-p.
2665         (custom-theme-name-valid-p): New function.
2666         (custom-available-themes): Use it.
2668         * cus-edit.el (custom--initialize-widget-variables): New function.
2669         (Custom-mode): Use it.
2671         * cus-face.el (custom-theme-set-faces): Remove dead code.
2672         Obey custom--inhibit-theme-enable.
2674         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
2676 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
2678         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
2680 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
2682         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
2683         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
2684         (mac-right-option-modifier): New alias for ns-right-option-modifier.
2686         * cus-start.el (all): ns-right-alternate-modifier is new.
2688 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2690         * emacs-lisp/lisp.el (lisp-completion-at-point):
2691         Use emacs-lisp-mode-syntax-table for the whole function.
2693 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
2695         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
2696         instead of font-lock-mode before adding keywords.
2697         Remove hi-lock-mode off code.  Remove inhibit hack.
2698         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
2699         non-nil; removed hook inhibit hack.
2701 2010-10-12  Glenn Morris  <rgm@gnu.org>
2703         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
2704         (load-path-shadows-find): ... to this.
2705         (list-load-path-shadows): Update for above change.
2707         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
2709 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2711         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
2712         Fix comment for declare-function.
2714 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
2716         * custom.el (custom-fix-face-spec): New function; code moved from
2717         custom-face-edit-fix-value.
2718         (custom-push-theme): Use it when checking if a face has been
2719         changed outside customize.
2720         (custom-available-themes): New function.
2721         (load-theme): Use it.
2723         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
2725         * custom.el (custom-push-theme): Cleanup (use cond).
2726         (disable-theme): Recompute the saved-face property.
2727         (custom-theme-recalc-face): Follow face alias before setting prop.
2729         * image.el (image-checkbox-checked, image-checkbox-unchecked):
2730         New variables, containing checkbox images.
2732         * startup.el (fancy-startup-tail):
2733         * wid-edit.el (checkbox): Use them.
2735 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2737         * shell.el (shell-mode-map):
2738         * progmodes/modula2.el (m2-mode-map):
2739         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
2740         * play/mpuz.el (mpuz-mode-map):
2741         * play/landmark.el (lm-mode-map):
2742         * play/decipher.el (decipher-mode-map):
2743         * play/5x5.el (5x5-mode-map):
2744         * net/telnet.el (telnet-mode-map):
2745         * net/quickurl.el (quickurl-list-mode-map):
2746         * net/mairix.el (mairix-searches-mode-map):
2747         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
2748         * net/dig.el (dig-mode-map):
2749         * mail/mspools.el (mspools-mode-map):
2750         * hexl.el (hexl-mode-map):
2751         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
2752         (wordstar-C-o-map, wordstar-C-q-map):
2753         * emacs-lisp/edebug.el (edebug-eval-mode-map):
2754         * emacs-lisp/chart.el (chart-map):
2755         * edmacro.el (edmacro-mode-map):
2756         * erc/erc-list.el (erc-list-menu-mode-map):
2757         * array.el (array-mode-map): Declare and define in one step.
2759         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
2761 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
2763         * epa.el (epa-passphrase-callback-function): Display filename
2764         passed as the 3rd arg.
2765         * epa-file.el (epa-file-passphrase-callback-function):
2766         Pass filename to epa-passphrase-callback-function.
2768 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
2770         * cus-edit.el (custom-face-widget-to-spec)
2771         (custom-face-get-current-spec, custom-face-state): New functions.
2772         (custom-face-set, custom-face-mark-to-save)
2773         (custom-face-value-create, custom-face-state-set): Use them.
2775         * cus-theme.el (custom-theme--listed-faces): New var.
2776         (customize-create-theme): Use *Custom Theme* as the buffer name.
2777         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
2778         faces listed in custom-theme--listed-faces.
2779         (custom-theme-revert): New function.
2780         (custom-theme-add-variable, custom-theme-add-face): Insert at the
2781         bottom of the list.
2782         (custom-theme-write): Prompt for theme name if empty.
2783         (custom-theme-write-variables): Use dolist.
2784         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
2786 2010-10-09  Alan Mackenzie  <acm@muc.de>
2788         Enhance fontification of declarators to take account of the
2789         presence/absence of "typedef".
2791         * cc-engine.el (c-forward-type): New &optional param
2792         "brace-block-too".
2793         (c-forward-decl-or-cast-1): cdr of return value now indicates the
2794         presence of either or both of a "struct"-like keyword and "typedef".
2796         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
2797         fontification of declarators which follow a "}".
2798         (c-font-lock-declarations): Fontify declarators according to the
2799         presence/absence of "typedef".
2801         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
2802         for "typedef".
2803         (c-typedef-decl-key): New lang variable built from
2804         c-typedef-decl-kwds.
2806 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
2809         since that's too annoying.  Move the filter groups commands to
2810         TAB/backtab.
2812         * epa.el (epa-passphrase-callback-function): Say what we're
2813         querying the password for.
2815         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
2816         behaviour, don't bury the ibuffer buffer when visiting other buffers.
2818 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
2820         * cus-edit.el (custom-commands, custom-buffer-create-internal)
2821         (custom-magic-value-create): Pad button tags with spaces.
2822         (custom-face-edit): New variable.
2823         (custom-face-value-create): Determine whether to use the usual
2824         face editor here, instead of using custom-face-selected.
2825         Pass face defaults to custom-face-edit widget.
2826         (custom-face-selected, custom-display-unselected): Delete widgets.
2827         (custom-display-unselected-match): Function removed.
2828         (custom-face-set, custom-face-mark-to-save):
2829         Accept custom-face-edit widgets as the direct widget child.
2831         * wid-edit.el (widget--completing-widget): New var.
2832         (widget-default-complete): Bind it when doing completion.
2833         (widget-string-complete, widget-file-complete): Use it.
2835 2010-10-09  Glenn Morris  <rgm@gnu.org>
2837         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
2838         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
2839         (holiday-hebrew-misc): Small simplifications.
2841         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
2843         * net/browse-url.el: Don't require thingatpt, term, dired,
2844         executable, or w3-auto when compiling.
2845         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
2846         Declare.
2847         (browse-url-text-emacs): Require term.
2849 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
2851         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
2853 2010-10-08  Glenn Morris  <rgm@gnu.org>
2855         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
2857         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
2858         (shadows-compare-text-p): Make it an obsolete alias for...
2859         (load-path-shadows-compare-text): ... new name.
2860         (find-emacs-lisp-shadows): Update for above name change.
2861         (load-path-shadows-same-file-or-nonexistent): New name for the old
2862         shadow-same-file-or-nonexistent.
2864 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
2866         * minibuffer.el (completion--some, completion--do-completion)
2867         (minibuffer-complete-and-exit, minibuffer-completion-help)
2868         (completion-basic-try-completion)
2869         (completion-basic-all-completions)
2870         (completion-pcm--find-all-completions): Use lexical-let to
2871         avoid some false matches in variable completion (Bug#7056)
2873 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
2875         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
2877 2010-10-08  Leo  <sdl.web@gmail.com>
2879         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
2880         return non-nil if the file exists (Bug#7090).
2882 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2884         * minibuffer.el (completion--replace):
2885         Better preserve markers (bug#7138).
2887 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
2889         * server.el (server-process-filter): Doc fix.
2891 2010-10-08  Drew Adams  <drew.adams@oracle.com>
2893         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
2895 2010-10-08  Glenn Morris  <rgm@gnu.org>
2897         * vc/ediff-wind.el (ediff-setup-control-frame):
2898         * vc/ediff-ptch.el (ediff-default-backup-extension):
2899         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
2900         (ediff-exec-process): Remove system-types emx, windows-95.
2902         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
2904 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
2906         * cus-edit.el (custom-variable, custom-face): Doc fix.
2907         (custom-face-edit): Add value-create attribute.
2908         (custom-face-edit-value-create)
2909         (custom-face-edit-value-visibility-action): New functions.
2910         Hide unused face attributes by default, and add a visibility toggle.
2911         (custom-face-edit-deactivate): Show empty values with shadow face.
2912         (custom-face-selected): Only use this for face specs with default
2913         attributes.
2914         (custom-face-value-create): Cleanup.
2916         * wid-edit.el (widget-checklist-value-create): Use dolist.
2917         (widget-checklist-match-find): Make second arg optional.
2919 2010-10-07  Glenn Morris  <rgm@gnu.org>
2921         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
2922         Prefix things.
2924         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
2925         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
2926         load-path-shadows-mode, update references.
2927         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
2928         Rename variable and button.
2929         (list-load-path-shadows): Update button caller.
2931 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2933         * emacs-lisp/smie.el (smie-bnf-classify): New function.
2934         (smie-bnf-precedence-table): Use it to remember the closers/openers.
2935         (smie-merge-prec2s): Handle those new entries.
2936         (smie-prec2-levels): Only set precedence to nil for actual
2937         openers/closers.
2938         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
2939         that is now unnecessary.
2941 2010-10-07  Miles Bader  <miles@gnu.org>
2943         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
2945 2010-10-07  Glenn Morris  <rgm@gnu.org>
2947         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
2948         (mail-position-on-field): Remove declarations.
2949         (mail-position-on-field): Autoload it.
2950         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
2951         and mail-header-end.  Don't require sendmail.
2953         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
2954         (shadow-mode): New mode.
2955         (shadow-find-file): New button.
2956         (list-load-path-shadows): Use shadow-mode and buttons.
2958         * iimage.el (iimage-version): Remove.
2959         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
2960         Turn into defcustoms.
2961         (iimage-mode-map): Give it a doc string.
2963         * calendar/appt.el (appt-activate): Give a warning rather than an error
2964         if there is no diary-file.
2966 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
2968         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2969         Use `tramp-handle-find-backup-file-name'.
2971 2010-10-06  Glenn Morris  <rgm@gnu.org>
2973         * font-core.el (font-lock-defaults-alist): Remove variable.
2974         (font-lock-mode): Doc fix.
2975         (font-lock-default-function): Do not consult font-lock-defaults-alist.
2976         * font-lock.el (font-lock-refresh-defaults): Doc fix.
2977         (font-lock-set-defaults): Doc fix.
2978         Do not consult font-lock-defaults-alist.
2980         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
2982         * emacs-lisp/cl.el: No longer provide cl-19.
2984 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
2986         * net/tramp.el (tramp-handle-directory-files-and-attributes)
2987         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
2988         New defuns, taken from tramp-smb.el.
2989         (tramp-coding-system-change-eol-conversion)
2990         (tramp-set-process-query-on-exit-flag): Remove.
2992         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
2993         (tramp-compat-coding-system-change-eol-conversion)
2994         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
2995         from tramp.el.
2997         * net/tramp-gvfs.el:
2998         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
2999         by `tramp-compat-set-process-query-on-exit-flag'.
3001         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3002         Use `tramp-handle-directory-files-and-attributes',
3003         `tramp-handle-file-exists-p' and
3004         `tramp-handle-file-newer-than-file-p'.
3005         (tramp-imap-handle-file-exists-p)
3006         (tramp-imap-handle-file-executable-p)
3007         (tramp-imap-handle-file-readable-p)
3008         (tramp-imap-handle-directory-files-and-attributes)
3009         (tramp-imap-handle-file-newer-than-file-p): Remove.
3011         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
3012         by `tramp-compat-set-process-query-on-exit-flag' and
3013         `tramp-coding-system-change-eol-conversion' by
3014         `tramp-compat-coding-system-change-eol-conversion'.
3016         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3017         Use `tramp-handle-directory-files-and-attributes',
3018         `tramp-handle-file-exists-p' and
3019         `tramp-handle-file-newer-than-file-p'.
3020         (tramp-smb-handle-directory-files-and-attributes)
3021         (tramp-smb-handle-file-exists-p)
3022         (tramp-smb-handle-file-newer-than-file-p): Remove.
3023         (tramp-smb-maybe-open-connection):
3024         Replace `tramp-set-process-query-on-exit-flag' by
3025         `tramp-compat-set-process-query-on-exit-flag'.
3027 2010-10-05  Glenn Morris  <rgm@gnu.org>
3029         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
3031 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
3033         Continue reorganization of load dependencies.  (Bug#7156)
3035         * net/tramp.el (tramp-handle-file-local-copy-hook)
3036         (tramp-delete-temp-file-function): Move down.
3037         (tramp-exists-file-name-handler): Move up.
3038         (tramp-register-file-name-handlers): Simplify autoload.
3039         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
3040         (tramp-handle-directory-files, tramp-handle-dired-uncache)
3041         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
3042         (tramp-handle-file-name-completion)
3043         (tramp-handle-file-name-directory)
3044         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
3045         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
3046         (tramp-handle-find-backup-file-name)
3047         (tramp-handle-insert-file-contents, tramp-handle-load)
3048         (tramp-handle-substitute-in-file-name)
3049         (tramp-handle-unhandled-file-name-directory)
3050         (tramp-mode-string-to-int, tramp-local-host-p)
3051         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
3053         * net/tramp-gvfs.el (top):
3054         * net/tramp-smb.el (top): Do not require 'tramp-sh.
3056         * net/tramp-sh.el (all): Move several objects to tramp.el, see
3057         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
3059 2010-10-04  Glenn Morris  <rgm@gnu.org>
3061         * calendar/appt.el (appt-add): Ensure reminders are enabled.
3062         (appt-activate): Give status messages.
3064 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
3066         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
3067         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
3068         `gnutls-negotiate' (formerly `starttls-negotiate').
3069         Remove trivial wrapper `starttls-open-stream'.
3071 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
3073         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
3074         log-outgoing commands.
3075         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
3076         to create a buffer local revert-buffer-function variable.
3077         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
3078         revert-buffer-function lambda.
3080 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
3082         * net/gnutls.el (starttls-negotiate): Use the plist interface to
3083         `gnutls-boot'.  Make TYPE the only required parameter.
3084         Allow TRUSTFILES and KEYFILES to be lists.
3085         (open-ssl-stream): Use it.
3087 2010-10-03  Glenn Morris  <rgm@gnu.org>
3089         * subr.el (directory-sep-char): Remove obsolete variable.
3090         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
3091         it is "necessary".
3093         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
3094         * vc/vc.el (vc-static-header-alist): Doc fix.
3095         * vc/vc-cvs.el (vc-cvs-header):
3096         * vc/vc-rcs.el (vc-rcs-header):
3097         * vc/vc-sccs.el (vc-sccs-header):
3098         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
3099         * obsolete/vc-mcvs.el (vc-mcvs-header):
3100         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
3101         on XEmacs.
3103 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3105         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3106         Remove obsolete use of binary-overwrite-mode (Bug#7001).
3108 2010-10-03  Glenn Morris  <rgm@gnu.org>
3110         * obsolete/x-menu.el: Remove file, obsolete since 21.1
3112         * textmodes/rst.el (rst-font-lock-keywords-function):
3113         Drop Emacs 20 code.
3115         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
3117         * printing.el: Drop Emacs 20 code.
3119         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
3120         without having used appt.el already).
3122         * subr.el (make-local-hook): Remove function obsolete since 21.1.
3123         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
3124         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
3125         XEmacs.
3126         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
3127         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
3129         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
3130         (charset-width, find-charset-region, chars-in-region, forward-point)
3131         (encode-coding-string, coding-system-p, ccl-execute-on-string)
3132         (define-ccl-program, multibyte-string-p, string-make-multibyte):
3133         Remove compatibility cruft (none of these are used by ps*.el).
3135 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
3137         * subr.el (booleanp): Return t instead of a list (Bug#7086).
3139 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3141         * server.el (server-process-filter, server-return-error):
3142         Give emacsclient time to shut down after receiving an error string.
3144 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
3146         * files.el (remote-file-name-inhibit-cache): New defcustom.
3148         * time.el (display-time-file-nonempty-p):
3149         Use `remote-file-name-inhibit-cache'.
3151         * net/tramp.el (tramp-completion-reread-directory-timeout):
3152         Fix docstring.
3154         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
3155         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
3156         `remote-file-name-inhibit-cache'.  Check also for an integer
3157         value.  Add/increase counter when `tramp-verbose' >= 10.
3158         (tramp-set-file-property): Add/increase counter when
3159         `tramp-verbose' >= 10.
3161         * net/tramp-cmds.el (tramp-cleanup-all-connections)
3162         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
3163         (tramp-bug): Set tramp-autoload cookie.  Report all interned
3164         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
3165         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
3166         characters only in strings.
3168         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
3169         to backward compatibility.
3171         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
3172         (tramp-handle-file-name-all-completions)
3173         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
3174         (tramp-open-connection-setup-interactive-shell):
3175         Call `tramp-cleanup-connection' directly.
3177 2010-10-02  Glenn Morris  <rgm@gnu.org>
3179         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
3181         * subr.el (char-bytes): Remove obsolete function.
3183         * isearch.el (isearch-return-char): Remove obsolete function.
3185         * mouse.el: No longer provide mldrag.
3186         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
3187         Remove obsolete aliases.
3189         * comint.el (comint-kill-output): Remove obsolete alias.
3191         * composite.el (decompose-composite-char): Remove obsolete function.
3192         * ps-def.el (decompose-composite-char): Remove unused function.
3194         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
3196         * outline.el (outline-visible): Remove obsolete function.
3198         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
3199         * faces.el (internal-find-face, internal-get-face)
3200         (frame-update-faces, frame-update-face-colors)
3201         (x-frob-font-weight, x-frob-font-slant)
3202         (internal-frob-font-weight, internal-frob-font-slant)
3203         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
3204         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
3205         (x-make-font-bold-italic): Remove functions and aliases, obsolete
3206         since Emacs 21.1.
3207         * emulation/viper-util.el (viper-get-face):
3208         * obsolete/lucid.el (find-face, get-face): Use facep.
3209         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
3210         Remove unused functions.
3211         * vc/ediff-util.el (ediff-submit-report): Doc fix.
3213         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
3214         delete tempfile if interrupted during compilation.
3216 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218         * net/tls.el (tls-starttls-switches): Give up on using starttls with
3219         gnutls-cli.
3220         (tls-program): Add --insecure to be consistent with the defaults from
3221         openssl s_client.  Now all three commands are insecure.
3223 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
3225         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
3226         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
3227         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
3229 2010-10-01  Glenn Morris  <rgm@gnu.org>
3231         * obsolete/sc.el: Remove file.
3233         * files.el (temporary-file-directory): On darwin, also try
3234         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
3236 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
3238         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
3239         Let's not break compatibility gratuitously, shall we?
3241 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243         * net/tls.el (tls-starttls-switches): New variable.
3244         (tls-find-starttls-argument): Use it.
3245         (open-tls-stream): Ditto.
3247         * net/netrc.el (netrc-credentials): Return the value of the "default"
3248         entry.
3249         (netrc-machine): Ditto.
3251 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
3253         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
3255 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
3257         * server.el (server-start): Don't write pid to the authentication file.
3258         (server-create-tty-frame): Don't send pid.
3259         (server-process-filter): Send pid at the start of every connection.
3261 2010-09-30  Glenn Morris  <rgm@gnu.org>
3263         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
3264         (show-all-diary-entries): Remove obsolete function aliases.
3266         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
3267         Remove options, obsolete since 22.1.
3268         (appt-display-format, appt-display-message):
3269         Remove backwards-compatibility code.
3270         (appt-check): No longer check appt-issue-message.
3271         (appt-make-list): No longer autoload it.  Doc fix.  No longer
3272         activate the package.
3274 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
3277         (starttls-negotiate): Just call boot, and let the handshake be
3278         triggered from the read loop.
3280 2010-09-29  Glenn Morris  <rgm@gnu.org>
3282         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
3283         not displaying the diary.
3284         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
3285         * calendar/appt.el (appt-check): No longer need to kill diary.
3287         * calendar/diary-lib.el (diary-list-entries): Move the
3288         "Preparing..." message entirely here.
3289         (diary-simple-display, diary-fancy-display): Move "Preparing..."
3290         messages to diary-list-entries.
3291         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
3292         diary-display-function.
3294         * calendar/diary-lib.el (diary-include-other-diary-files):
3295         Trap some recursive includes.
3297         * calendar/appt.el (appt-activate): Check diary file.
3299 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3301         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3302         construction.
3304         * calendar/time-date.el: No need to require cl for Emacs 21.
3306 2010-09-28  Glenn Morris  <rgm@gnu.org>
3308         * calendar/appt.el (appt-check): Minor simplification.
3310 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3312         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
3313         citation prefix.
3315 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
3317         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3318         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
3320 2010-09-27  Kenichi Handa  <handa@m17n.org>
3322         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
3323         "ustar" format.
3325 2010-09-27  Kenichi Handa  <handa@m17n.org>
3327         * international/mule.el (define-coding-system): Docstring fixed.
3329         * international/mule-diag.el (describe-character-set): Use princ
3330         with proper print-length and print-level instead of insert.
3332 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3334         * window.el (walk-windows): Doc fix (bug#7105).
3336 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3338         * emacs-lisp/float-sup.el (e): Remove.
3340 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3342         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
3343         variable.
3344         (starttls-negotiate): Use it.
3346 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
3349         back.
3351 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3353         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
3355 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
3359         * net/netrc.el (netrc-store-data): New function.
3361 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
3363         * net/gnutls.el: GnuTLS glue code to set up a connection.
3365 2010-09-25  Julien Danjou  <julien@danjou.info>
3367         * notifications.el: Call dbus-register-signal only if it is bound.
3369 2010-09-25  Glenn Morris  <rgm@gnu.org>
3371         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3372         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3373         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3374         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3375         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3376         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
3377         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
3378         * eshell/esh-util.el, eshell/esh-var.el:
3379         Remove leading `*' from docs of faces and defcustoms.
3381 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
3383         * eshell/em-ls.el (eshell-ls-archive-regexp):
3384         * eshell/esh-util.el (eshell-tar-regexp):
3385         * ibuffer.el (ibuffer-compressed-file-name-regexp):
3386         * info.el (Info-suffix-list):
3387         * international/mule.el (auto-coding-alist):
3388         * woman.el (woman-file-regexp, woman-file-compression-regexp):
3389         * progmodes/etags.el (tags-compression-info-list):
3390         Support xz compression.
3392 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
3394         * files.el (get-free-disk-space): Don't assume the "df" output
3395         columns line up (Bug#6995).
3397 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
3399         * finder.el (finder-unknown-keywords):
3400         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
3401         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
3403 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
3405         * server.el (server-start): Revert part of 2010-08-08 change.  Using
3406         address 127.0.0.1 for local host is now done in Fmake_network_process.
3408 2010-09-24  Glenn Morris  <rgm@gnu.org>
3410         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
3411         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
3412         * textmodes/css-mode.el, textmodes/dns-mode.el:
3413         Move autoloaded auto-mode-alist entries to files.el.
3414         * files.el (auto-mode-alist): Move entries here.
3416 2010-09-23  Glenn Morris  <rgm@gnu.org>
3418         * isearch.el (isearch-lazy-highlight-cleanup)
3419         (isearch-lazy-highlight-initial-delay)
3420         (isearch-lazy-highlight-interval)
3421         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
3422         * net/net-utils.el (ipconfig-program-options):
3423         Move aliases to options before the associated definitions.
3425 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3427         * newcomment.el (comment-normalize-vars): Better test validity of
3428         comment-end-skip.
3430 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3432         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
3433         (float-e): New name for `e'.
3434         (degrees-to-radians, radians-to-degrees):
3435         * calendar/solar.el (solar-longitude):
3436         * calculator.el (calculator-registers, calculator-funcall):
3437         * textmodes/artist.el (artist-spray-random-points):
3438         * play/bubbles.el (bubbles--initialize-images): Use new names.
3440 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
3442         Update to CEDET 1.0's version of EIEIO.
3444         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
3445         New function.
3446         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
3447         (eieio-default-eval-maybe): Eval val instead of unquoting only.
3448         (class-precedence-list): If class is nil, return nil.
3449         (eieio-generic-call): If class of first input arg is nil, don't
3450         look up static methods, and do check for primary methods.
3451         (initialize-instance): See if the default needs to be evaluated
3452         during the constructor.
3453         (eieio-perform-slot-validation-for-default): Don't do the check
3454         for values that will eventually be evaluated.
3455         (eieio-eval-default-p): New function.
3456         (eieio-default-eval-maybe): Use it.
3458 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
3460         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
3461         method-invocation-order.
3462         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
3463         (eieio-class-precedence-dfs): Compute class precedence list using
3464         dfs algorithm.
3465         (eieio-class-precedence-bfs): Compute class precedence list using
3466         bfs algorithm.
3467         (eieio-class-precedence-c3): Compute class precedence list using
3468         c3 algorithm.
3469         (class-precedence-list): New function.
3470         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
3471         (inconsistent-class-hierarchy): New error symbol.
3472         (call-next-method): Stow the replacement argument list for future
3473         call-next-method invocations.
3475 2010-09-23  Glenn Morris  <rgm@gnu.org>
3477         * calendar/appt.el (appt-check): If not displaying the diary,
3478         use (diary 1) to only get the entries we need.
3479         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
3480         that it is in day order.  (Bug#7019)
3482         * calendar/appt.el (appt-check): Rather than showing the diary,
3483         just turn off invisible display, and only if needed.
3485         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
3487 2010-09-23  Glenn Morris  <rgm@gnu.org>
3489         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3490         (byte-compile-defvar, byte-compile-cl-warn):
3491         Start warnings with lower-case, like the majority.
3493         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
3495         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
3497         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
3498         * files.el (auto-mode-alist): Move ld-script entries here, further down
3499         the list.
3501         * vc/add-log.el: Don't require timezone when compiling.
3502         (timezone-make-date-sortable): Autoload it.
3503         (change-log-sortable-date-at): Don't require timezone.
3504         Use `ignore-errors'.
3506         * comint.el (comint-use-prompt-regexp-instead-of-fields):
3507         Move alias before definition, so it does not need autoloading.
3509         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
3510         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
3511         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
3512         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
3513         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
3514         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
3515         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
3516         * textmodes/tex-mode.el, textmodes/two-column.el:
3517         Remove leading `*' from docs of defcustoms etc.
3519 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3521         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
3523 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3525         * calendar/time-date.el (date-to-time): Try using parse-time-string
3526         first before using the slower timezone-make-date-arpa-standard.
3528 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3530         * calendar/time-date.el (format-seconds): Comment fix.
3532 2010-09-22  Glenn Morris  <rgm@gnu.org>
3534         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
3535         is not automatically buffer-local.
3537 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3539         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
3540         (smie-indent-comment): Be more careful with comment-start-skip.
3541         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
3542         (smie-indent-functions): Use them.
3544 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
3546         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
3548 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
3550         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
3551         tool-bar-position.  Don't modify frame parameters here.
3552         (menu-bar-options-save): Add tool-bar-position.
3554         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
3556 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3558         * textmodes/reftex-parse.el (reftex-what-macro)
3559         (reftex-context-substring): Let-bind forward-sexp-function to nil
3560         since we don't need/want to treat \begin...\end as a block (bug#7053).
3562         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
3564         * simple.el (blink-matching-open): Use syntax-class.
3566         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
3567         Set invisibility spec for pascal's outline mode.
3568         (pascal-outline-change): Clean up calling convention.
3569         (pascal-show-all, pascal-hide-other-defuns): Update callers.
3571         * progmodes/prolog.el (prolog-smie-forward-token)
3572         (prolog-smie-backward-token): New functions.
3573         (prolog-mode-variables): Use them to parse "!," correctly.
3574         Set up smie-blink-matching for ".".
3576         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
3577         and `end'.
3578         (ispell-region, ispell-process-line): Update users.
3580         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
3581         point-min==1.
3583         * textmodes/ispell.el: Fix commenting convention.
3584         (ispell-parse-output): Simplify, use push.
3585         (ispell-region): Use match-string-no-properties.
3586         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
3587         (ispell-minor-mode): Use define-minor-mode.
3588         (ispell-message): Remove unused var `skip-regexp'.
3589         (ispell-add-per-file-word-list): Use dynamic let-binding.
3590         Try and use the proper comment marker.
3592         * mail/sendmail.el: Fix commenting convention.
3593         (sendmail-send-it): Use line-beginning-position.
3595         * help-fns.el (describe-variable): Add original value, if applicable.
3597 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
3599         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
3601         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
3603 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3605         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
3606         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
3607         (smie-prec2-levels): Use them to better diagnose precedence cycles.
3608         (smie-blink-matching-check): Don't signal a mismatch if car is t.
3609         (smie-blink-matching-open): Rewrite to remove assumptions, so that
3610         something like "." can also be a closer.
3611         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
3612         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
3613         Rename internal functions to use "--".  Update callers.
3615         * frame.el (make-frame-names-alist): Don't list frames on other displays.
3617         * fringe.el (fringe-styles): New var.
3618         (fringe-mode, fringe-query-style): Use it.
3620 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
3622         * progmodes/sql.el: Version 2.8
3623         (sql-login-params): Update widget structure; changes still needed.
3624         (sql-product-alist): Add :list-all and :list-table features for
3625         SQLite, Postgres and MySQL products.
3626         (sql-redirect): Handle default value.
3627         (sql-execute, sql-execute-feature): New functions.
3628         (sql-read-table-name): New function.
3629         (sql-list-all, sql-list-table): New functions.  User API.
3630         (sql-mode-map, sql-interactive-mode-map): Add key definitions
3631         for above functions.
3632         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
3633         for above functions.
3634         (sql-postgres-login-params): Add user and database defaults.
3635         (sql-buffer-live-p): Bug fix.
3636         (sql-product-history): New variable.
3637         (sql-read-product): New function. Use it.
3638         (sql-set-product, sql-product-interactive): Use it.
3639         (sql-connection-history): New variable.
3640         (sql-read-connection): New function.  Use it.
3641         (sql-connect): New function.
3642         (sql-for-each-login): Redesign function interface.
3643         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
3644         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
3645         (sql-comint): Check for program.  Existing live buffer.
3646         (sql-comint-postgres): Add port parameter.
3648 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3650         * emacs-lisp/warnings.el: Fix commenting convention.
3651         (display-warning): Use special mode and make the buffer read-only.
3653 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
3655         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
3656         empty string when it follows a repeated or optional pattern.
3658 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3660         * indent.el (indent-according-to-mode): Apply syntax-propertize.
3661         (indent-region): Use indent-according-to-mode.
3663 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
3665         * fringe.el (fringe-mode): Doc fix.
3667 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3669         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
3670         refreshing the preview buffer.
3672 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3674         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
3675         (latex-syntax-propertize-rules): New consts; replace
3676         tex-font-lock-syntactic-keywords.
3677         (tex-env-mark, latex-env-before-change): New functions.
3678         (latex-electric-env-pair-mode): New minor mode.
3679         (tex-font-lock-verb): Change arguments; do move point.
3680         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
3681         representation as a form of comment.
3682         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
3683         (doctex-syntax-propertize-rules): New const; replaces
3684         doctex-font-lock-syntactic-keywords.
3685         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
3687         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
3688         (fortran-make-syntax-propertize-function): New function; replaces
3689         fortran-font-lock-syntactic-keywords.
3690         (fortran-mode): Use it.
3691         (fortran-line-length): Use it.  Improve interactive spec.
3693         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
3694         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
3695         when adding surrounding \(..\).
3697         * progmodes/js.el (js-mode): Fix last change (bug#7054).
3699 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3701         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
3702         Use with-current-buffer.
3704         * isearch.el (isearch-face): Rename from `isearch'.
3705         (isearch-highlight): Use new name.
3707 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
3709         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
3710         5, for `half' width fringes.  (Bug#6933)
3712 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3714         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3715         (byte-compile-defvar): "foo/bar" does not lack a prefix.
3717         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
3719 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
3721         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
3722         in calculating new frame position.  Add more space between new and
3723         parent on the left (Bug#7048).
3725 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
3727         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
3728         defmacro.
3730 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
3732         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
3734         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
3735         obsolete alias for x-selection-value.
3737         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
3739 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
3741         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
3742         cookie.
3744 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
3746         * net/tramp-compat.el (tramp-compat-with-temp-message)
3747         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
3748         (tramp-compat-process-put): New defuns.
3750         * net/tramp.el (top):
3751         * net/tramp-gvfs.el (top):
3752         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
3754         * net/tramp.el (tramp-progress-reporter-update):
3755         Use `tramp-compat-funcall'.
3757         * net/tramp.el (tramp-process-actions):
3758         * net/tramp-gvfs.el (tramp-handle-vc-registered):
3759         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
3760         (tramp-get-remote-stat, tramp-get-remote-readlink):
3761         Use `tramp-compat-with-temp-message'.
3763         * net/tramp-sh.el (top): Require 'cl.
3764         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
3765         (tramp-open-connection-setup-interactive-shell):
3766         Use `tramp-compat-process-put'.
3768 2010-09-15  Alan Mackenzie  <acm@muc.de>
3770         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
3771         indentation.
3772         (c-forward-<>-arglist-recur): Fix an infinite recursion.
3774 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3776         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3777         `lexical' for warnings related to lexical scoping.
3778         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
3779         global vars which don't have a prefix and could hence affect lexical
3780         scoping in unrelated files.
3782 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784         * net/imap.el: Revert back to version
3785         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3786         seem problematic.
3788 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3790         * obsolete/old-whitespace.el (whitespace-unload-function):
3791         Explicitly pass `obarray' to `unintern' to avoid a warning.
3793 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3795         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
3796         Add `when' argument.  Update callers.
3798         * subr.el (unintern): Declare the obarray arg mandatory.
3800 2010-09-14  Glenn Morris  <rgm@gnu.org>
3802         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
3803         Doc fixes.
3805         * calendar/diary-lib.el (diary-included-files): New variable.
3806         (diary-list-entries): Maybe initialize diary-included-files.
3807         (diary-include-other-diary-files): Append to diary-included-files.
3808         * calendar/appt.el (appt-update-list): Also check the members of
3809         diary-included-files.  (Bug#6999)
3810         (appt-check): Doc fix.
3812 2010-09-14  David Reitter  <david.reitter@gmail.com>
3814         * simple.el (line-move-visual): Do not truncate goal column to
3815         integer size.  (Bug#7020)
3817 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3819         * repeat.el (repeat): Allow repeating when the last event is a click.
3820         Suggested by Drew Adams (bug#6256).
3822 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
3824         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
3825         Replace setting HGRCPATH to "" by some less invasive --config options.
3827 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3829         * font-lock.el (font-lock-beginning-of-syntax-function):
3830         Mark as obsolete.
3832 2010-09-14  Glenn Morris  <rgm@gnu.org>
3834         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
3835         and tool-bar modes.  (Bug#6211)
3836         (menu-bar-mode): Move setting of standard-value after the
3837         minor-mode definition, otherwise it seems to have no effect.
3839 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
3841         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
3842         Fix typo.  (Bug#6976)
3844 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3846         * whitespace.el: Allow cleaning up blanks without blank
3847         visualization (Bug#6651).  Adjust help window for
3848         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
3849         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
3850         (whitespace-style): Add new value 'face.  Adjust docstring.
3851         (whitespace-space, whitespace-hspace, whitespace-tab):
3852         Adjust foreground property face.
3853         (whitespace-line-column): Adjust docstring and type declaration.
3854         (whitespace-style-value-list, whitespace-toggle-option-alist)
3855         (whitespace-help-text): Adjust const initialization.
3856         (whitespace-toggle-options, global-whitespace-toggle-options):
3857         Adjust docstring.
3858         (whitespace-display-window, whitespace-interactive-char)
3859         (whitespace-style-face-p, whitespace-color-on): Adjust code.
3860         (whitespace-help-scroll): New fun.
3862 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3864         * calendar/time-date.el (format-seconds): Comment fix.
3866 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
3868         * progmodes/sql.el: Version 2.7.
3869         (sql-buffer-live-p): Improve detection.
3870         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3871         (sql-set-sqli-buffer): Use it.
3872         (sql-product-interactive): Run `sql-set-sqli-hook'.
3873         (sql-rename-buffer): Code cleanup.
3874         (sql-redirect, sql-redirect-value): New functions.  More to come.
3876 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
3878         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.
3879         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
3880         (TRAMP_SRC): New macro.
3881         ($(lisp)/net/tramp-loaddefs.el): New target.
3883 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
3885         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
3887         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
3889         * net/tramp.el (top): Don't show loading message.  Require just
3890         'tramp-compat, everything else is required there.
3891         Use `ignore-errors' where appropriate.
3892         (tramp-inline-compress-start-size, tramp-copy-size-limit)
3893         (tramp-terminal-type, tramp-end-of-output)
3894         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
3895         (tramp-completion-function-alist-ssh)
3896         (tramp-completion-function-alist-telnet)
3897         (tramp-completion-function-alist-su)
3898         (tramp-completion-function-alist-putty, tramp-remote-path)
3899         (tramp-remote-process-environment, tramp-sh-extra-args)
3900         (tramp-actions-before-shell, tramp-uudecode)
3901         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
3902         (tramp-perl-file-attributes)
3903         (tramp-perl-directory-files-and-attributes)
3904         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
3905         (tramp-perl-encode, tramp-perl-decode)
3906         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
3907         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
3908         (tramp-handle-make-symbolic-link, tramp-handle-load)
3909         (tramp-handle-file-name-as-directory)
3910         (tramp-handle-file-name-directory)
3911         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
3912         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
3913         (tramp-do-file-attributes-with-ls)
3914         (tramp-do-file-attributes-with-perl)
3915         (tramp-do-file-attributes-with-stat)
3916         (tramp-handle-set-visited-file-modtime)
3917         (tramp-handle-verify-visited-file-modtime)
3918         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
3919         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
3920         (tramp-handle-file-selinux-context)
3921         (tramp-handle-set-file-selinux-context)
3922         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
3923         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
3924         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
3925         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
3926         (tramp-handle-file-ownership-preserved-p)
3927         (tramp-handle-directory-file-name, tramp-handle-directory-files)
3928         (tramp-handle-directory-files-and-attributes)
3929         (tramp-do-directory-files-and-attributes-with-perl)
3930         (tramp-do-directory-files-and-attributes-with-stat)
3931         (tramp-handle-file-name-all-completions)
3932         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
3933         (tramp-handle-copy-file, tramp-handle-copy-directory)
3934         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
3935         (tramp-do-copy-or-rename-file-via-buffer)
3936         (tramp-do-copy-or-rename-file-directly)
3937         (tramp-do-copy-or-rename-file-out-of-band)
3938         (tramp-handle-make-directory, tramp-handle-delete-directory)
3939         (tramp-handle-delete-file)
3940         (tramp-handle-dired-recursive-delete-directory)
3941         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
3942         (tramp-handle-insert-directory)
3943         (tramp-handle-unhandled-file-name-directory)
3944         (tramp-handle-expand-file-name)
3945         (tramp-handle-substitute-in-file-name)
3946         (tramp-handle-executable-find, tramp-process-sentinel)
3947         (tramp-handle-start-file-process, tramp-handle-process-file)
3948         (tramp-handle-call-process-region, tramp-handle-shell-command)
3949         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
3950         (tramp-handle-insert-file-contents)
3951         (tramp-handle-insert-file-contents-literally)
3952         (tramp-handle-find-backup-file-name)
3953         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
3954         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
3955         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
3956         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
3957         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
3958         (tramp-find-file-exists-command, tramp-open-shell)
3959         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
3960         (tramp-open-connection-setup-interactive-shell)
3961         (tramp-local-coding-commands, tramp-remote-coding-commands)
3962         (tramp-find-inline-encoding, tramp-call-local-coding-command)
3963         (tramp-inline-compress-commands, tramp-find-inline-compress)
3964         (tramp-compute-multi-hops, tramp-maybe-open-connection)
3965         (tramp-send-command, tramp-wait-for-output)
3966         (tramp-send-command-and-check, tramp-barf-unless-okay)
3967         (tramp-send-command-and-read, tramp-mode-string-to-int)
3968         (tramp-convert-file-attributes, tramp-check-cached-permissions)
3969         (tramp-file-mode-from-int, tramp-file-mode-permissions)
3970         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
3971         (tramp-method-out-of-band-p, tramp-local-host-p)
3972         (tramp-get-remote-path, tramp-get-remote-tmpdir)
3973         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
3974         (tramp-get-test-command, tramp-get-test-nt-command)
3975         (tramp-get-file-exists-command, tramp-get-remote-ln)
3976         (tramp-get-remote-perl, tramp-get-remote-stat)
3977         (tramp-get-remote-readlink, tramp-get-remote-trash)
3978         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
3979         (tramp-get-local-uid, tramp-get-local-gid)
3980         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
3981         tramp-sh.el.
3982         (tramp-methods, tramp-default-method-alist)
3983         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
3984         Move initialization to tramp-sh.el.
3985         (tramp-temp-name-prefix): Make it a defconst.
3986         (tramp-dissect-file-name): Don't check anymore for multi-hop
3987         methods.
3988         (tramp-debug-outline-regexp): Add a docstring.
3989         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
3990         (tramp-get-debug-buffer): Use it.
3992         * net/tramp-cache.el (top): Set tramp-autoload cookie for
3993         initialization forms.
3994         (tramp-set-connection-property): Don't protect `tramp-message'
3995         call, it isn't necessary any longer.
3996         (tramp-dump-connection-properties): Use `ignore-errors'.
3998         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
3999         'password-cache and 'auth-source.
4001         * net/tramp-gvfs.el (top):
4002         * net/tramp-smb.el (top): Require 'tramp-sh.
4004         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
4006         * net/tramp-sh.el: New file, derived from tramp.el.
4007         (top): Initialize `tramp-methods', `tramp-default-method-alist',
4008         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
4009         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
4010         Use `ignore-errors' where appropriate.
4011         (tramp-sh-file-name-handler-alist): Rename from
4012         `tramp-file-name-handler-alist'.
4013         (tramp-send-command-and-check): Return t or nil.  Remove all
4014         `zerop' checks, where called.
4015         (tramp-handle-set-file-modes)
4016         (tramp-do-copy-or-rename-file-directly)
4017         (tramp-handle-delete-directory, tramp-handle-delete-file)
4018         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
4019         (tramp-sh-file-name-handler, tramp-send-command-and-check)
4020         (tramp-get-remote-ln): Set tramp-autoload cookie.
4022         * net/tramp-fish.el: Remove file.
4024 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
4026         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
4027         buffer-file-name to avoid file-locking.  (Bug#7026)
4029 2010-09-13  Julien Danjou  <julien@danjou.info>
4031         * notifications.el (notifications-notify): Add support for
4032         image-path and sound-name.
4033         (notifications-specification-version): Add this variable.
4035 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4037         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
4039 2010-09-12  Leo  <sdl.web@gmail.com>
4041         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
4042         (rcirc-completion-start): New variables.
4043         (rcirc-nick-completions): Rename to rcirc-completions.
4044         (rcirc-nick-completion-start-offset): Delete.
4045         (rcirc-completion-at-point): New function for constructing
4046         completion data for both nicks and irc commands.  Add to
4047         completion-at-point-functions in rcirc mode.
4048         (rcirc-complete): Rename from rcirc-nick-complete; use
4049         rcirc-completion-at-point.
4050         (defun-rcirc-command): Update rcirc-client-commands.
4052 2010-09-11  Glenn Morris  <rgm@gnu.org>
4054         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
4055         atomically, to avoid parallel build errors.  (Bug#4196)
4057 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
4059         * progmodes/sql.el: Version 2.6
4060         (sql-dialect): Synonym for "sql-product".
4061         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4062         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
4063         Set "sql-buffer" to buffer name not buffer object so multiple sql
4064         interactive buffers work properly.  Reverts misguided changes in
4065         earlier work.
4066         (sql-comint): Make sure different buffer name is used if "*SQL*"
4067         buffer is for a different product.
4068         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
4069         login param.
4070         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4071         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4072         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
4073         Accept new buffer name or prompt for one.
4074         (sql-port): Default to zero.
4075         (sql-comint-mysql): Handle "sql-port" as a numeric.
4076         (sql-port-history): Delete unused variable.
4077         (sql-get-login): Default "sql-port" to a number.
4078         (sql-product-alist): Correct Postgres prompt and terminator regexp.
4079         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
4080         "sqlite3" executables.
4081         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
4082         (sql-buffer-live-p): New function.
4083         (sql-mode-menu, sql-send-string): Use it.
4084         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
4085         syntax pattern.
4086         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
4087         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
4089 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4091         * net/netrc.el (netrc-credentials): New convenience function.
4093 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4095         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
4096         to replace texinfo-font-lock-syntactic-keywords.
4097         (texinfo-mode): Use it.
4099         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
4100         Use syntax-propertize-function.
4102         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
4103         replace sgml-font-lock-syntactic-keywords.
4104         (sgml-mode): Use it.
4106         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
4107         since we don't use it.
4109         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
4111         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
4112         if available.
4113         (vhdl-fontify-buffer): Adjust.
4115         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
4116         replace tcl-font-lock-syntactic-keywords.
4117         (tcl-mode): Use it.
4119         * progmodes/simula.el (simula-syntax-propertize-function): New var to
4120         replace simula-font-lock-syntactic-keywords.
4121         (simula-mode): Use it.
4123         * progmodes/sh-script.el (sh-st-symbol): Remove.
4124         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
4125         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
4126         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
4127         (sh-font-lock-paren): Set syntax-multiline.
4128         (sh-font-lock-syntactic-keywords): Remove.
4129         (sh-syntax-propertize-function): New function to replace it.
4130         (sh-mode): Use it.
4132         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
4133         Define while compiling.
4134         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4135         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
4136         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
4137         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4138         (ruby-here-doc-end-syntax): Only define when
4139         syntax-propertize is not available.
4140         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
4141         New functions.
4142         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
4143         (electric-indent-chars): Silence bytecompiler.
4144         (ruby-mode): Use prog-mode, syntax-propertize-function, and
4145         electric-indent-chars.
4147         * progmodes/python.el (python-syntax-propertize-function): New var to
4148         replace python-font-lock-syntactic-keywords.
4149         (python-mode): Use it.
4150         (python-quote-syntax): Simplify and adjust to new use.
4152         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
4153         replace perl-font-lock-syntactic-keywords.
4154         (perl-syntax-propertize-special-constructs): New fun to replace
4155         perl-font-lock-special-syntactic-constructs.
4156         (perl-font-lock-syntactic-face-function): New fun.
4157         (perl-mode): Use it.
4159         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
4160         to replace octave-font-lock-close-quotes.
4161         (octave-syntax-propertize-function): New function to replace
4162         octave-font-lock-syntactic-keywords.
4163         (octave-mode): Use it.
4165         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
4166         replaces mixal-font-lock-syntactic-keywords.
4167         (mixal-mode): Use it.
4169         * progmodes/make-mode.el (makefile-syntax-propertize-function):
4170         New var; replaces makefile-font-lock-syntactic-keywords.
4171         (makefile-mode): Use it.
4172         (makefile-imake-mode): Adjust.
4174         * progmodes/js.el (js--regexp-literal): Define while compiling.
4175         (js-syntax-propertize-function): New var; replaces
4176         js-font-lock-syntactic-keywords.
4177         (js-mode): Use it.
4179         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
4180         replaces gdb-script-font-lock-syntactic-keywords.
4181         (gdb-script-mode): Use it.
4183         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
4184         (fortran--font-lock-syntactic-keywords): New var.
4185         (fortran-line-length): Update syntax-propertize-function and
4186         fortran--font-lock-syntactic-keywords.
4188         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
4190         * progmodes/cfengine.el (cfengine-mode):
4191         Use syntax-propertize-function.
4192         (cfengine-font-lock-syntactic-keywords): Remove.
4194         * progmodes/autoconf.el (autoconf-mode):
4195         Use syntax-propertize-function.
4196         (autoconf-font-lock-syntactic-keywords): Remove.
4198         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
4199         (ada-after-change-function, ada-initialize-syntax-table-properties)
4200         (ada-handle-syntax-table-properties): Only define when
4201         syntax-propertize is not available.
4202         (ada-mode): Use syntax-propertize-function.
4204         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
4205         (font-lock-fontify-syntactic-keywords-region): Move handling of
4206         font-lock-syntactically-fontified to...
4207         (font-lock-default-fontify-region): ...here.
4208         Let syntax-propertize-function take precedence.
4209         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
4211         * emacs-lisp/syntax.el (syntax-propertize-function)
4212         (syntax-propertize-chunk-size, syntax-propertize--done)
4213         (syntax-propertize-extend-region-functions): New vars.
4214         (syntax-propertize-wholelines, syntax-propertize-multiline)
4215         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
4216         (syntax-propertize): New functions.
4217         (syntax-propertize-rules): New macro.
4218         (syntax-ppss-flush-cache): Set syntax-propertize--done.
4219         (syntax-ppss): Call syntax-propertize.
4221         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
4223 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
4225         * textmodes/ispell.el (ispell-init-process): Improve comments.
4226         XEmacs compatibility changes regarding (add-hook) 'local option
4227         and (set-process-query-on-exit-flag).
4229 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
4231         * net/tramp-cache.el (tramp-parse-connection-properties):
4232         Set tramp-autoload cookie.
4234 2010-09-09  Glenn Morris  <rgm@gnu.org>
4236         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
4237         (imagemagick-register-types): Doc fix.
4239 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4241         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
4243         * progmodes/js.el (require): Require is already "eval-and-compile".
4244         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
4245         (js--re-search-backward): Use js--re-search-forward.
4247         * progmodes/fortran.el (fortran-line-length): Don't recompute
4248         syntactic keywords redundantly a second time.
4250         * progmodes/ada-mode.el: Replace "(set '" with setq.
4251         (ada-mode): Simplify.
4252         (ada-create-case-exception, ada-adjust-case-interactive)
4253         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
4254         (ada-search-ignore-string-comment, ada-move-to-start)
4255         (ada-move-to-end): Use with-syntax-table.
4257         * font-lock.el (save-buffer-state): Remove `varlist' arg.
4258         (font-lock-unfontify-region, font-lock-default-fontify-region):
4259         Update usage correspondingly.
4260         (font-lock-fontify-syntactic-keywords-region):
4261         Set parse-sexp-lookup-properties buffer-locally here.
4262         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
4264         * simple.el (blink-matching-open): Don't burp if we can't find a match.
4266 2010-09-08  Glenn Morris  <rgm@gnu.org>
4268         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
4269         Error if not compiled with -DBYTE_CODE_METER.
4271         * emacs-lisp/bytecomp.el (byte-recompile-directory):
4272         Ignore dir-locals-file.
4274 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4276         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4277         Not a const.
4278         (compilation-error-regexp-alist-alist): Rule out ": " in file names
4279         for the `gnu' messages.
4280         (compilation-set-skip-threshold): New command.
4281         (compilation-start): Use \' rather than $.
4282         (compilation-forget-errors): Use clrhash.
4284 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
4286         * textmodes/ispell.el (ispell-valid-dictionary-list):
4287         Simplify logic.
4289 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
4291         Migrate to Tramp 2.2.  Rearrange load dependencies.
4292         (Bug#1529, Bug#5448, Bug#5705)
4294         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
4295         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
4296         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4298         * net/tramp.el (top): Remove all other tramp-* loads except
4299         tramp-compat.el.  Remove all changes to tramp-unload-hook for
4300         other tramp-* packages.  Rearrange defun order.  Change calls of
4301         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
4302         `tramp-compat-octal-to-decimal' to new function names.
4303         (tramp-terminal-type, tramp-initial-end-of-output)
4304         (tramp-methods, tramp-foreign-file-name-handler-alist)
4305         (tramp-tramp-file-p, tramp-completion-mode-p)
4306         (tramp-send-command-and-check, tramp-get-remote-path)
4307         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
4308         (tramp-shell-quote-argument): Set tramp-autoload cookie.
4309         (with-file-property, with-connection-property): Move to
4310         tramp-cache.el.
4311         (tramp-local-call-process, tramp-decimal-to-octal)
4312         (tramp-octal-to-decimal): Move to tramp-compat.el.
4313         (tramp-handle-shell-command): Do not require 'shell.
4314         (tramp-compute-multi-hops): No special handling for tramp-gw-*
4315         symbols.
4316         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
4318         * net/tramp-cache.el (top): Require 'tramp.  Add to
4319         `tramp-unload-hook'.
4320         (tramp-cache-data, tramp-get-file-property)
4321         (tramp-set-file-property, tramp-flush-file-property)
4322         (tramp-flush-directory-property, tramp-get-connection-property)
4323         (tramp-set-connection-property, tramp-flush-connection-property)
4324         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
4325         cookie.
4326         (with-file-property, with-connection-property): New defuns, moved
4327         from tramp.el.
4328         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
4329         macro.
4331         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
4332         (tramp-version): Set tramp-autoload cookie.
4334         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
4335         changes to tramp-unload-hook for other tramp-* packages.  Add to
4336         `tramp-unload-hook'.
4337         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
4338         (tramp-compat-call-process): New defuns, moved from tramp.el.
4340         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
4341         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4342         Add to `tramp-unload-hook'.  Change call of
4343         `tramp-compat-decimal-to-octal' to new function name.
4344         (tramp-fish-method): Make it a defconst.
4345         (tramp-fish-file-name-p): Make it a defsubst.
4346         (tramp-fish-method, tramp-fish-file-name-handler)
4347         (tramp-fish-file-name-p): Set tramp-autoload cookie.
4349         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
4350         `tramp-foreign-file-name-handler-alist'.  Add to
4351         `tramp-unload-hook'.
4352         (tramp-ftp-method): Make it a defconst.
4353         (tramp-ftp-file-name-p): Make it a defsubst.
4354         (tramp-ftp-method, tramp-ftp-file-name-handler)
4355         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
4357         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
4358         `tramp-foreign-file-name-handler-alist'.  Add to
4359         `tramp-unload-hook'.  Change checks, whether package can be
4360         loaded.
4361         (tramp-gvfs-file-name-p): Make it a defsubst.
4362         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
4363         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
4364         (tramp-gvfs-handle-file-directory-p): New defun.
4365         (tramp-gvfs-file-name-handler-alist): Use it.
4367         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
4368         `tramp-foreign-file-name-handler-alist'.  Add to
4369         `tramp-unload-hook'.
4370         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
4371         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
4372         defconst.
4373         (tramp-gw-tunnel-method, tramp-gw-socks-method)
4374         (tramp-gw-open-connection): Set tramp-autoload cookie.
4376         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
4377         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4378         Add to `tramp-unload-hook'.  Change checks, whether package can be
4379         loaded.
4380         (tramp-imap-file-name-p): Make it a defsubst.
4381         (tramp-imap-method, tramp-imaps-method)
4382         (tramp-imap-file-name-handler)
4383         (tramp-imap-file-name-p): Set tramp-autoload cookie.
4385         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
4386         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4387         Add to `tramp-unload-hook'.  Change checks, whether package can be
4388         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
4389         function name.
4390         (tramp-smb-tunnel-method): Make it a defconst.
4391         (tramp-smb-file-name-p): Make it a defsubst.
4392         (tramp-smb-method, tramp-smb-file-name-handler)
4393         (tramp-smb-file-name-p): Set tramp-autoload cookie.
4395         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
4396         (tramp-uuencode-region): Set tramp-autoload cookie.
4398         * net/trampver.el (top) Add to `tramp-unload-hook'.
4399         (tramp-version, tramp-bug-report-address): Set tramp-autoload
4400         cookie.  Update release number.
4402 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
4404         * textmodes/ispell.el (ispell-start-process): Make sure original
4405         arg list is properly initialized (Bug#6993, Bug#6994).
4407 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4409         * files.el (directory-abbrev-alist): Use \` as default regexp.
4411         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
4412         chars like - or ] (bug#6984).
4413         (rx-any-condense-range): Explode 2-char ranges.
4415 2010-09-06  Glenn Morris  <rgm@gnu.org>
4417         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
4419 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4421         * textmodes/bibtex.el:
4422         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
4424 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4426         * net/imap.el (imap-message-map): Remove optional buffer parameter,
4427         since no callers use it.
4428         (imap-message-get): Ditto.
4429         (imap-message-put): Ditto.
4430         (imap-mailbox-map): Ditto.
4431         (imap-mailbox-put): Ditto.
4432         (imap-mailbox-get): Ditto.
4433         (imap-mailbox-get): Revert last change for this function.
4435 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4437         * net/imap.el (imap-fetch-safe): Remove function, and alter all
4438         callers to use `imap-fetch' instead.  According to the comments, this
4439         should be safe, since all other IMAP clients use the 1:* syntax.
4440         (imap-enable-exchange-bug-workaround): Remove.
4441         (imap-debug): Remove -- doesn't seem very useful.
4443 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445         * net/imap.el (imap-log): New convenience function used throughout
4446         instead of repeating the same code all over the place.
4448 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
4450         * mouse.el (mouse-save-then-kill): Save region to kill-ring
4451         when mouse-drag-copy-region is non-nil (Bug#6956).
4453 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
4455         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
4456         Improve regexps (Bug#6987).
4457         (dired-sort-toggle): Search more robustly for -t flag.
4459         * files.el (get-free-disk-space): Search more robustly for
4460         "available" column.  Suggested by Ehud Karni
4461         <ehud@unix.mvs.co.il>.
4463 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
4465         * international/uni-bidi.el:
4466         * international/uni-category.el:
4467         * international/uni-combining.el:
4468         * international/uni-decimal.el:
4469         * international/uni-mirrored.el:
4470         * international/uni-name.el: Regenerate.
4472 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4474         * electric.el (electric-indent-post-self-insert-function):
4475         Don't reindent with a sloppy indentation function.
4477         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
4478         border case in change-log-mode.
4480 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
4482         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4483         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
4484         Recognize leading tab in gcc-include regexp.  Ignore names with
4485         leading "from" or "in" in gnu regexp (Bug#6937).
4487 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4489         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
4490         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
4491         (ispell-start-process): Avoid setq and simplify logic.
4492         (ispell-init-process): Setup kill-buffer-hook locally when needed.
4493         (kill-buffer-hook): Don't use it globally with code that uses
4494         expand-file-name since that may call kill-buffer via
4495         code_conversion_restore.
4497 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
4499         * emacs-lisp/package.el (package-directory-list): Only call
4500         file-name-nondirectory on a string.
4502 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
4504         * emacs-lisp/package.el (package--download-one-archive):
4505         Ensure that archive-contents is valid before saving it.
4506         (package-activate-1, package-mark-obsolete, define-package)
4507         (package-compute-transaction, package-list-maybe-add): Use push.
4509 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4511         Use SMIE's blink-paren for octave-mode.
4512         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
4513         Backslashes do not escape single-quotes, single-quotes do.
4514         (octave-block-else-regexp, octave-block-end-regexp)
4515         (octave-block-match-alist): Remove.
4516         (octave-smie-bnf-table): New var, with old content.
4517         (octave-smie-op-levels): Use it.
4518         (octave-smie-closer-alist): New var.
4519         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
4520         (octave-blink-matching-block-open): Remove.
4521         (octave-reindent-then-newline-and-indent, octave-electric-semi)
4522         (octave-electric-space): Let self-insert-command run expand-abbrev and
4523         blink parens.
4525         * electric.el (electricity): New group.
4526         (electric-indent-chars): New var.
4527         (electric-indent-post-self-insert-function): New fun.
4528         (electric-indent-mode): New minor mode.
4529         (electric-pair-skip-self): New custom.
4530         (electric-pair-post-self-insert-function): New function.
4531         (electric-pair-mode): New minor mode.
4533         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
4534         calcAlg-blink-matching-open.
4535         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
4536         (calc-do-alg-entry): Only touch the part of the keymap that varies.
4537         Use the new blink-matching-check-function.
4539         Provide blink-matching support to SMIE.
4540         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
4541         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
4542         (smie-blink-matching-check, smie-blink-matching-open): New functions.
4544         * simple.el (newline): Fix last change to properly remove itself from
4545         the hook.
4547 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4549         * simple.el (newline): Eliminate optimization.
4550         Use post-self-insert-hook to set hard-newline and things before
4551         running post-self-insert-hook.
4552         (blink-matching-check-mismatch): New function.
4553         (blink-matching-check-function): New variable.
4554         (blink-matching-open): Use them.
4555         Skip back forward over prefix chars skipped by forward-sexp.
4556         Don't check if the parens are backslash escaped.
4557         (blink-paren-post-self-insert-function): Check backslash escaping here.
4559 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
4561         * emacs-lisp/package.el (package-menu-mode-map):
4562         Change package-menu-revert bindings to revert-buffer.
4563         (package-menu-mode): Set revert-buffer-function.
4564         (package-menu-revert): Doc fix.
4566 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
4568         * textmodes/ispell.el (ispell-init-process): Use "~/" as
4569         `default-directory' unless using Ispell per-directory personal
4570         dictionaries and not in a mini-buffer under XEmacs.
4571         (kill-buffer-hook): Do not kill ispell process on exit when
4572         `ispell-process-directory' is "~/".  (Bug#6143)
4574 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
4576         * simple.el (kill-new): Call interprogram-cut-function with only
4577         one argument.
4579         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
4580         Remove cut buffer from error message.
4582         * term/x-win.el (x-select-text):
4583         * term/pc-win.el (x-selection-value):
4584         * term/ns-win.el (x-selection-value):
4585         * eshell/em-term.el:
4586         * w32-fns.el (x-get-selection-value):
4587         * mouse-sel.el (mouse-sel-set-selection-function):
4588         * frame.el (display-selections-p): Remove cut-buffer in documentation.
4590         * term/x-win.el: Update documentation for x-last-selected-text-*.
4591         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
4592         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
4593         (x-select-text): Remove argument PUSH, update documentation.
4594         Remove cut-buffer code.
4595         (x-selection-value-internal): Was previously x-selection-value.
4596         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
4597         Update documentation, remove cut-buffer code.
4598         Call x-selection-value-internal.
4599         (x-clipboard-yank): Call x-selection-value-internal.
4600         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
4602         * term/pc-win.el (x-last-selected-text):
4603         x-cut-buffer-or-selection-value renamed to x-selection-value
4604         (x-select-text): Remove argument PUSH, update documentation.
4606         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
4607         x-cut-buffer-or-selection-value renamed to x-selection-value
4608         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
4609         (x-select-text): Remove argument PUSH, update documentation.
4611         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
4613         * w32-fns.el (x-last-selected-text):
4614         x-cut-buffer-or-selection-value renamed to x-selection-value.
4615         (x-cut-buffer-max): Remove.
4616         (x-select-text): Remove argument PUSH, update documentation.
4618         * simple.el (interprogram-cut-function): Remove mention of PUSH.
4620         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
4622         * mouse-sel.el (mouse-sel-get-selection-function):
4623         x-cut-buffer-or-selection-value renamed to x-selection-value.
4624         (x-select-text): Remove optional push.
4626 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4628         * simple.el (blink-paren-function): Move from C to here.
4629         (blink-paren-post-self-insert-function): New function.
4630         (post-self-insert-hook): Use it.
4632         * emacs-lisp/pcase.el (pcase-split-memq):
4633         Fix overenthusiastic optimisation.
4634         (pcase-u1): Handle the case of a lambda pred.
4636 2010-08-31  Kenichi Handa  <handa@m17n.org>
4638         * international/mule-cmds.el (standard-display-european-internal):
4639         Setup standard-display-table for 8-bit characters by storing 8-bit
4640         characters in the element vector.
4642         * disp-table.el (standard-display-8bit):
4643         Setup standard-display-table for 8-bit characters by storing 8-bit
4644         characters in the element vector.
4645         (standard-display-european): Likewise.
4647 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
4649         * textmodes/nroff-mode.el (nroff-view): New command.
4650         (nroff-mode-map): Bind it to C-c C-c.
4652 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4654         * emacs-lisp/smie.el (smie-down-list): New command.
4656         Remove old indentation and navigation code on octave-mode.
4657         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
4658         smie-down-list rather than add a binding for octave-down-block.
4659         (octave-mark-block, octave-blink-matching-block-open):
4660         Rely on forward-sexp-function.
4661         (octave-fill-paragraph): Don't narrow, so you can use
4662         indent-according-to-mode.
4663         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
4664         (octave-in-block-p, octave-re-search-forward-kw)
4665         (octave-re-search-backward-kw, octave-indent-calculate)
4666         (octave-end-as-array-index-p, octave-block-end-offset)
4667         (octave-scan-blocks, octave-forward-block, octave-backward-block)
4668         (octave-down-block, octave-backward-up-block, octave-up-block)
4669         (octave-before-magic-comment-p, octave-indent-line): Remove.
4671 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
4673         * emacs-lisp/package.el (package--read-archive-file): Just use
4674         `read', to avoid copying an additional string.
4675         (package-menu-mode): Set header-line-format here.
4676         (package-menu-refresh, package-menu-revert): Signal an error if
4677         not in the Package Menu.
4678         (package-menu-package-list): New var.
4679         (package--generate-package-list): Operate on the current buffer;
4680         don't assume that it is *Packages*, since the user may rename it.
4681         Allow persistent package listings and sort keys using
4682         package-menu-package-list and package-menu-package-sort-key.
4683         (package-menu--version-predicate): Fix version calculation.
4684         (package-menu-sort-by-column): Don't select the window.
4685         (package--list-packages): Create the *Packages* buffer.
4686         Set package-menu-package-list-key.
4687         (list-packages): Sorting by status is now the default.
4688         (package-buffer-info): Use match-string-no-properties.
4689         (define-package): Add a &rest argument for future proofing, but
4690         don't use it yet.
4691         (package-install-from-buffer, package-install-buffer-internal):
4692         Merge into a single function, package-install-from-buffer.
4693         (package-install-file): Change caller.
4695         * finder.el: Load finder-inf using `require'.
4696         (finder-list-matches): Sorting by status is now the default.
4697         (finder-compile-keywords): Simpify printing.
4699 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4701         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4702         (octave-mode-map): Remove special bindings for forward/backward-block
4703         and octave-backward-up-block.  Use smie-close-block.
4704         (octave-continuation-marker-regexp): New var.
4705         (octave-continuation-regexp): Use it.
4706         (octave-operator-table, octave-smie-op-levels)
4707         (octave-operator-regexp, octave-smie-indent-rules): New vars.
4708         (octave-smie-backward-token, octave-smie-forward-token): New funs.
4709         (octave-mode): Use SMIE.
4710         (octave-close-block): Delete.
4712 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
4714         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
4715         CLIPBOARD, not in PRIMARY.  (Bug#6944)
4717 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4719         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
4720         a list of parents.
4721         (smie-indent-column): Allow indirection through variables.
4723         * composite.el (save-buffer-state): Delete, unused.
4724         * font-lock.el (save-buffer-state): Use with-silent-modifications.
4725         (font-lock-default-fontify-region): Use with-syntax-table.
4726         * jit-lock.el (with-buffer-unmodified): Remove.
4727         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
4729         Use `declare' in defmacros.
4730         * window.el (save-selected-window):
4731         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
4732         * progmodes/python.el (def-python-skeleton):
4733         * net/dbus.el (dbus-ignore-errors):
4734         * jka-cmpr-hook.el (with-auto-compression-mode):
4735         * international/mule.el (with-category-table):
4736         * emacs-lisp/timer.el (with-timeout):
4737         * emacs-lisp/lisp-mnt.el (lm-with-file):
4738         * emacs-lisp/eieio.el (with-slots):
4739         * emacs-lisp/easymenu.el (easy-menu-define):
4740         * emacs-lisp/debug.el (debugger-env-macro):
4741         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
4742         (Multiple-value-call, Multiple-value-prog1):
4743         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
4744         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
4745         edebug rule to definition.
4746         * emacs-lisp/lisp-mode.el (save-selected-window)
4747         (with-current-buffer, combine-after-change-calls)
4748         (with-output-to-string, with-temp-file, with-temp-buffer)
4749         (with-temp-message, with-syntax-table, read-if, eval-after-load)
4750         (dolist, dotimes, when, unless):
4751         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
4753 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
4755         * finder.el: Require `package'.
4756         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
4757         (finder-package-info): Var deleted.
4758         (finder-keywords-hash, finder--builtins-alist): New vars.
4759         (finder-compile-keywords): Compute package--builtins and
4760         finder-keywords-hash instead of finder-keywords-hash, respecting
4761         the "Package" header.
4762         (finder-unknown-keywords, finder-list-matches):
4763         Use finder-keywords-hash and package--list-packages.
4764         (finder-mode): Don't set font-lock-defaults.
4765         (finder-exit): We don't use "*Finder-package*" and "*Finder
4766         Category*" buffers anymore.
4768         * emacs-lisp/package.el (package--builtins-base): Var deleted.
4769         (package--builtins): Set default value to nil.
4770         (package-initialize): Load precomputed value of package--builtins
4771         from finder-inf.el.
4772         (package-alist, package-compute-transaction)
4773         (package-download-transaction): Improve docstring.
4774         (package-read-all-archive-contents): Do not change
4775         package--builtins here.
4776         (list-packages): Make package-list-packages an alias for this.
4777         Sort by status by default.
4778         (package--list-packages): Add optional PACKAGES arg.
4779         (describe-package-1): Use font-lock-face property.  For built-in
4780         packages, insert file commentary.
4781         (package--generate-package-list): Rename from
4782         package-list-packages-internal; all callers changed.  Add optional
4783         PACKAGES arg.  Add alphabetical sort fallbacks.
4784         (package-menu--version-predicate, package-menu--status-predicate)
4785         (package-menu--description-predicate)
4786         (package-menu--name-predicate): New functions.
4788         * info.el (Info-finder-find-node): Search package-alist instead of
4789         finder-package-info.
4791 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
4793         * subr.el (version-regexp-alist): Don't use "a" and "b" for
4794         "alpha" and "beta".
4795         (version-to-list): Handle versions like "10.3d".
4797 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4799         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
4800         (macroexp-accumulate): Use `declare'.
4802 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4804         * whitespace.el (whitespace-style): Adjust type declaration.
4806 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
4808         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4809         empty argument to gvfs-copy.
4811 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
4813         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4814         handle new TRASH arg of `delete-file'.
4816 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
4818         * net/tramp.el (tramp-handle-insert-directory): Don't use
4819         `forward-word', its default syntax could be changed.
4821 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4822             Michael Albinus  <michael.albinus@gmx.de>
4824         Implement compression for inline methods.
4826         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4827         (tramp-copy-size-limit): Allow also nil.
4828         (tramp-inline-compress-commands): New defconst.
4829         (tramp-find-inline-compress, tramp-get-inline-compress)
4830         (tramp-get-inline-coding): New defuns.
4831         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4832         replaced by `tramp-get-inline-coding'.
4833         (tramp-handle-file-local-copy, tramp-handle-write-region)
4834         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4836 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
4838         Detect ssh 'ControlMaster' argument automatically in some cases.
4840         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
4841         (tramp-default-method): Use it.
4843 2010-08-26  Karel Klíč  <kklic@redhat.com>
4845         * net/tramp.el (tramp-file-name-for-operation):
4846         Add file-selinux-context.
4848 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4850         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
4852 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
4854         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
4855         (Bug#6907).
4857 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
4859         * progmodes/js.el: Make indentation more customizable (Bug#6914).
4860         (js-paren-indent-offset, js-square-indent-offset)
4861         (js-curly-indent-offset): New options.
4862         (js--proper-indentation): Use them.
4864 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
4866         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
4867         instead of inspecting font-lock properties (Bug#6916).
4869 2010-08-26  David Reitter  <david.reitter@gmail.com>
4871         * server.el (server-visit-files): Run pre-command-hook and
4872         post-command-hook for each buffer while it is current (Bug#6910).
4873         (server-execute): Do not run hooks here.
4875 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
4877         Sync with Tramp 2.1.19.
4879         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4880         (tramp-reporter-dump-variable, tramp-load-report-modules)
4881         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
4882         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
4884         * net/tramp-compat.el (top): Do not autoload
4885         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
4886         only when `start-file-process' is not bound.
4887         (byte-compile-not-obsolete-vars): Define if not bound.
4888         (tramp-compat-funcall): New defmacro.
4889         (tramp-compat-line-beginning-position)
4890         (tramp-compat-line-end-position)
4891         (tramp-compat-temporary-file-directory)
4892         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4893         (tramp-compat-copy-file, tramp-compat-copy-directory)
4894         (tramp-compat-delete-file, tramp-compat-delete-directory)
4895         (tramp-compat-number-sequence, tramp-compat-process-running-p):
4896         Use it.
4897         (tramp-advice-file-expand-wildcards): Do not use
4898         `tramp-handle-file-remote-p'.
4899         (tramp-compat-make-temp-file): Simplify fallback implementation.
4900         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4901         (tramp-compat-copy-tree): Remove function.
4902         (tramp-compat-delete-file): New defun.
4903         (tramp-compat-delete-directory): Provide implementation for older
4904         Emacsen.
4905         (tramp-compat-file-attributes): Handle only
4906         `wrong-number-of-arguments' error.
4908         * net/tramp-fish.el (tramp-fish-handle-copy-file):
4909         Add PRESERVE_SELINUX_CONTEXT.
4910         (tramp-fish-handle-delete-file): Add TRASH arg.
4911         (tramp-fish-handle-directory-files-and-attributes):
4912         Do not use `tramp-fish-handle-file-attributes.
4913         (tramp-fish-handle-file-local-copy)
4914         (tramp-fish-handle-insert-file-contents)
4915         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
4917         * net/tramp-gvfs.el (top): Require url-util.
4918         (tramp-gvfs-mount-point): Remove.
4919         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
4920         and `set-file-selinux-context'.
4921         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
4922         (tramp-gvfs-handle-file-selinux-context)
4923         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
4924         (with-tramp-dbus-call-method): Format trace message.
4925         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
4926         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4927         Implement backup call, when operation on local files fails.
4928         Use progress reporter.  Flush properties of changed files.
4929         (tramp-gvfs-handle-delete-file): Add TRASH arg.
4930         Use `tramp-compat-delete-file'.
4931         (tramp-gvfs-handle-expand-file-name): Expand "~/".
4932         (tramp-gvfs-handle-make-directory): Make more traces.
4933         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
4934         (tramp-gvfs-url-file-name): Hexify file name in url.
4935         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4936         into account for the resulting file name.
4937         (tramp-gvfs-handler-askquestion): Preserve current message, in
4938         order to let progress reporter continue afterwards.  (Bug#6257)
4939         Return dummy mountpoint, when the answer is "no".
4940         See `tramp-gvfs-maybe-open-connection'.
4941         (tramp-gvfs-handler-mounted-unmounted)
4942         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4943         attribute "default_location".  Set "prefix" property.
4944         Handle default-location.
4945         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4946         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4947         exists.  Raise an error, if not (due to a corresponding answer
4948         "no" in interactive questions, for example).
4949         Use `tramp-compat-funcall'.
4951         * net/tramp-imap.el (top): Autoload `epg-make-context'.
4952         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4953         (tramp-imap-do-copy-or-rename-file)
4954         (tramp-imap-handle-insert-file-contents)
4955         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4956         (tramp-imap-handle-delete-file): Add TRASH arg.
4958         * net/tramp-smb.el (tramp-smb-handle-copy-file):
4959         Add PRESERVE-SELINUX-CONTEXT.
4960         (tramp-smb-handle-copy-file)
4961         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4962         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4963         Use `with-progress-reporter'.
4964         (tramp-smb-handle-delete-file): Add TRASH arg.
4966         * net/tramp.el (tramp-methods): Move hostname to the end in all
4967         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
4968         appropriate.
4969         (tramp-verbose): Describe verbose level 9.
4970         (tramp-completion-function-alist)
4971         (tramp-file-name-regexp, tramp-chunksize)
4972         (tramp-local-coding-commands, tramp-remote-coding-commands)
4973         (with-connection-property, tramp-completion-mode-p)
4974         (tramp-action-process-alive, tramp-action-out-of-band)
4975         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
4976         (tramp-exists-file-name-handler): Fix docstring.
4977         (tramp-remote-process-environment): Use `format' instead of
4978         `concat'.  Protect version string by apostroph.
4979         (tramp-shell-prompt-pattern): Do not use a shy group in case of
4980         XEmacs.
4981         (tramp-file-name-regexp-unified)
4982         (tramp-completion-file-name-regexp-unified): On W32 systems, do
4983         not regard the volume letter as remote filename.  (Bug#5447)
4984         (tramp-perl-file-attributes)
4985         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4986         (tramp-vc-registered-read-file-names): Read input as
4987         here-document, otherwise the command could exceed maximum length
4988         of command line.
4989         (tramp-file-name-handler-alist): Add `file-selinux-context' and
4990         `set-file-selinux-context'.
4991         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
4992         backtrace functions.
4993         (tramp-error-with-buffer): Don't show the connection buffer when
4994         we are in completion mode.
4995         (tramp-progress-reporter-update, tramp-remote-selinux-p)
4996         (tramp-handle-file-selinux-context)
4997         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
4998         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
4999         New defuns.
5000         (with-progress-reporter): New defmacro.
5001         (tramp-debug-outline-regexp): New defconst.
5002         (top, tramp-rfn-eshadow-setup-minibuffer)
5003         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5004         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5005         (tramp-completion-mode-p, tramp-check-for-regexp)
5006         (tramp-open-connection-setup-interactive-shell)
5007         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5008         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5009         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
5010         Use `tramp-compat-funcall'.
5011         (tramp-handle-make-symbolic-link): Flush file properties.
5012         (tramp-handle-load, tramp-handle-file-local-copy)
5013         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5014         (tramp-handle-vc-registered, tramp-maybe-send-script)
5015         (tramp-find-shell): Use `with-progress-reporter'.
5016         (tramp-do-file-attributes-with-stat): Add space in format string,
5017         in order to work around a bug in pdksh.  Reported by Gilles Pion
5018         <gpion@lfdj.com>.
5019         (tramp-handle-verify-visited-file-modtime): Do not send a command
5020         when the connection is not established.
5021         (tramp-handle-set-file-times): Simplify the check for utc.
5022         (tramp-handle-directory-files-and-attributes)
5023         (tramp-get-remote-path): Use `copy-tree'.
5024         (tramp-completion-handle-file-name-all-completions): Ensure, that
5025         non remote files are still checked.  Oops.
5026         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5027         Handle PRESERVE-SELINUX-CONTEXT.
5028         (tramp-do-copy-or-rename-file): Add progress reporter.
5029         (tramp-do-copy-or-rename-file-directly): Do not use
5030         `tramp-handle-file-remote-p'.
5031         (tramp-do-copy-or-rename-file-out-of-band):
5032         Use `tramp-compat-delete-directory'.
5033         (tramp-do-copy-or-rename-file-out-of-band)
5034         (tramp-compute-multi-hops, tramp-maybe-open-connection):
5035         Use `format-spec-make'.
5036         (tramp-handle-delete-file): Add TRASH arg.
5037         (tramp-handle-dired-uncache): Flush directory cache, not only file
5038         cache.
5039         (tramp-handle-expand-file-name)
5040         (tramp-completion-handle-file-name-all-completions)
5041         (tramp-completion-handle-file-name-completion):
5042         Use `tramp-connectable-p'.
5043         (tramp-handle-start-file-process): Set connection property "vec".
5044         Use it, in order to invalidate file caches.  Check only for
5045         `remote-tty' process property.
5046         Implement tty setting.  (Bug#4604, Bug#6360)
5047         (tramp-file-name-for-operation): Add `call-process-region' and
5048         `set-file-selinux-context'.
5049         (tramp-find-foreign-file-name-handler)
5050         (tramp-advice-make-auto-save-file-name)
5051         (tramp-set-auto-save-file-modes): Remove superfluous check for
5052         `stringp'.  This is done inside `tramp-tramp-file-p'.
5053         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
5054         operations when we are in completion mode.  This gives the user
5055         the chance to correct the file name in the minibuffer.
5056         (tramp-completion-mode-p): Use `non-essential'.
5057         (tramp-handle-file-name-all-completions): Backward/ XEmacs
5058         compatibility: Use `completion-ignore-case' if
5059         `read-file-name-completion-ignore-case' does not exist.
5060         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
5061         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5062         `tramp-open-shell'.
5063         (tramp-action-password): Hide password prompt before next run.
5064         (tramp-process-actions): Widen connection buffer for the trace.
5065         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5066         process property.  Trace stty settings if `tramp-verbose' >= 9.
5067         Apply workaround for IRIX64 bug.  Move argument of last
5068         `tramp-send-command' where it belongs to.
5069         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5070         front of `login-args'.
5071         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
5072         on "/dev/null" instead of "/".
5073         (tramp-get-ls-command-with-dired): Make test for "--dired"
5074         stronger.
5075         (tramp-set-auto-save-file-modes): Adapt version check.
5076         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5077         (tramp-handle-process-file): Call the program in a subshell, in
5078         order to preserve working directory.
5079         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
5080         `tramp-remote-sh' from `tramp-methods'.
5081         (tramp-get-ls-command): Make test for "--color=never" stronger.
5082         (tramp-check-for-regexp): Use (forward-line 1).
5084         * net/trampver.el: Update release number.
5086 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
5088         * help.el (help-map): Bind `C-h P' to describe-package.
5090         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
5092         * emacs-lisp/package.el (package-refresh-contents): Catch errors
5093         when downloading archives.
5094         (describe-package-1): Add package commentary.
5095         (package-install-button-action): New function.
5096         (package-menu-mode-map): Bind ? to package-menu-describe-package.
5097         (package-menu-view-commentary): Function removed.
5098         (package-list-packages-internal): Hide the `package' package too.
5100 2010-08-25  Kenichi Handa  <handa@m17n.org>
5102         * language/misc-lang.el ("Arabic"): New language environment.
5103         Setup composition-function-table for Arabic characters.
5105         * international/fontset.el (setup-default-fontset): Fix typo for
5106         arabic OTF spec (fini->fina).
5108 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
5110         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
5111         on all frames.
5113 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5115         * whitespace.el: Allow cleaning up blanks without blank
5116         visualization (Bug#6651).  Adjust help window for
5117         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
5118         instead of whitespace-line-column (from EmacsWiki).  New version
5119         13.1.
5120         (whitespace-style): Add new value 'face.  Adjust docstring.
5121         (whitespace-space, whitespace-hspace, whitespace-tab):
5122         Adjust foreground property face.
5123         (whitespace-line-column): Adjust docstring and type declaration.
5124         (whitespace-style-value-list, whitespace-toggle-option-alist)
5125         (whitespace-help-text): Adjust const initialization.
5126         (whitespace-toggle-options, global-whitespace-toggle-options):
5127         Adjust docstring.
5128         (whitespace-display-window, whitespace-interactive-char)
5129         (whitespace-style-face-p, whitespace-color-on): Adjust code.
5130         (whitespace-help-scroll): New fun.
5132 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
5134         * emacs-lisp/package.el (list-packages): Alias for
5135         package-list-packages.
5137 2010-08-24  Kevin Ryde  <user42@zip.com.au>
5139         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
5140         (Bug#5651).
5142         * progmodes/ruby-mode.el (ruby): Add defgroup.
5144 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
5146         * progmodes/python.el: Add Ipython support (Bug#5390).
5147         (python-shell-prompt-alist)
5148         (python-shell-continuation-prompt-alist): New options.
5149         (python--set-prompt-regexp): New function.
5150         (inferior-python-mode, run-python, python-shell):
5151         Require ansi-color.  Use python--set-prompt-regexp to set the comint
5152         prompt based on the Python interpreter.
5153         (python--prompt-regexp): New var.
5154         (python-check-comint-prompt)
5155         (python-comint-output-filter-function): Use it.
5156         (run-python): Use a pipe (Bug#5694).
5158 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
5160         * progmodes/python.el (python-send-region): Send a different
5161         Python command if Ipython is in use.
5162         (python-check-version): Use a Python command to find the version.
5164 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
5166         * mouse.el (mouse-yank-primary): Avoid setting primary when
5167         deactivating the mark (Bug#6872).
5169 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
5171         * progmodes/python.el (python-block-pairs): Allow use of "finally"
5172         with "else" (Bug#3991).
5174 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
5176         * net/dbus.el: Accept UNIX domain sockets as bus address.
5177         (top): Don't initialize `dbus-registered-objects-table' anymore,
5178         this is done in dbusbind,c.
5179         (dbus-check-event): Adapt test for bus.
5180         (dbus-return-values-table, dbus-unregister-service)
5181         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
5182         Adapt doc string.
5184 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
5186         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
5188 2010-08-22  Juri Linkov  <juri@jurta.org>
5190         * simple.el (read-extended-command): New function with the logic
5191         for `completing-read' moved to Elisp from `execute-extended-command'.
5192         Use `function-called-at-point' in `minibuffer-default-add-function'
5193         to get a command name for M-n (bug#5364, bug#5214).
5195 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5197         * startup.el (command-line-1): Issue warning for ignored arguments
5198         --unibyte, etc (Bug#6886).
5200 2010-08-22  Leo  <sdl.web@gmail.com>
5202         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
5203         (ignore, bright, dim, keyword): Split list of nicknames before
5204         passing to rcirc-add-or-remove (Bug#6894).
5206 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5208         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
5210 2010-08-22  Leo  <sdl.web@gmail.com>
5212         Fix buffer-list rename&refresh after killing a buffer in ido.
5213         * ido.el: Revert Óscar's.
5214         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
5215         Remember the buffers at head, rather than their name.
5216         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
5218 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
5219             Stefan Monnier  <monnier@iro.umontreal.ca>
5221         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
5222         extra backslash added to each line (bug#6890).
5224 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5226         * subr.el (read-key): Don't echo keystrokes (bug#6883).
5228 2010-08-22  Glenn Morris  <rgm@gnu.org>
5230         * menu-bar.el (menu-bar-games-menu): Add landmark.
5232 2010-08-22  Glenn Morris  <rgm@gnu.org>
5234         * align.el (align-regexp): Make group and spacing arguments
5235         use the interactive defaults when non-interactive.  (Bug#6698)
5237         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
5238         expansion, so as not to need sendmail.
5239         (mail-text-start): Remove declaration.
5240         (rmail-retry-failure): Require sendmail.
5242 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5244         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
5246 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
5248         * progmodes/flymake.el (flymake-start-syntax-check-process):
5249         Use `start-file-process' in order to let it run also on remote hosts.
5251 2010-08-22  Kenichi Handa  <handa@m17n.org>
5253         * files.el: Add `word-wrap' as safe local variable.
5255 2010-08-22  Glenn Morris  <rgm@gnu.org>
5257         * woman.el (woman-translate): Case matters.  (Bug#6849)
5259 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5261         * simple.el (kill-region): Doc fix (Bug#6787).
5263 2010-08-22  Glenn Morris  <rgm@gnu.org>
5265         * calendar/diary-lib.el (diary-header-line-format):
5266         Fit it to the window, not the frame.
5268 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
5270         * subr.el (ignore-errors): Add debug declaration.
5272 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
5274         * whitespace.el (whitespace-color-off): Remove post-command-hook
5275         locally.
5277 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5279         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
5281 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
5283         * cus-edit.el (custom-group-value-create): Add extra newline
5284         before end line (Bug#6876).
5286 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
5288         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
5289         when extending it.  Before killing on the second click, check if
5290         the buffer is the correct one.  Doc fix.
5291         (mouse-secondary-save-then-kill): Allow usage without first
5292         calling mouse-start-secondary, by defaulting to point.  Don't save
5293         an empty secondary selection.  Doc fix.
5295 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5297         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
5298         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
5299         New version 13.0.
5300         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5301         Adjust initialization.
5302         (whitespace-bob-marker, whitespace-eob-marker)
5303         (whitespace-buffer-changed): New vars.
5304         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
5305         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
5306         (whitespace-post-command-hook, whitespace-display-char-on):
5307         Adjust code.
5308         (whitespace-looking-back, whitespace-buffer-changed): New funs.
5309         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
5311 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5313         * files.el (locate-file-completion-table): Only list the .el and .elc
5314         extensions if there's no other choice (bug#5955).
5316         * facemenu.el (facemenu-self-insert-data): New var.
5317         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
5318         New functions.
5319         (facemenu-add-face): Use them.
5321         * simple.el (blink-matching-open): Obey forward-sexp-function.
5323 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5325         * simple.el (prog-mode-map): New var.
5326         (prog-indent-sexp): New command.
5328         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
5330         * progmodes/prolog.el (smie): Require.
5332         * emacs-lisp/smie.el (smie-default-backward-token)
5333         (smie-default-forward-token): Strip properties.
5334         (smie-next-sexp): Be more careful with associative operators.
5335         (smie-forward-sexp-command): Generalize.
5336         (smie-backward-sexp-command): Simplify.
5337         (smie-closer-alist): New var.
5338         (smie-close-block): New command.
5339         (smie-indent-debug-log): New var.
5340         (smie-indent-offset-rule): Add a few more cases.
5341         (smie-indent-column): New function.
5342         (smie-indent-after-keyword): Use it.
5343         (smie-indent-keyword): Use it.
5344         Fix up the opener code's point position.
5345         (smie-indent-comment): Only applies at BOL.
5346         (smie-indent-debug): New command.
5348         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
5349         declarations that are useful before running the macro.
5351 2010-08-18  Joakim Verona  <joakim@verona.se>
5353         * image.el (imagemagick-types-inhibit): New variable.
5354         (imagemagick-register-types): New function.
5355         * image-mode.el (image-transform-properties): New function.
5356         (image-transform-set-scale, image-transform-fit-to-height)
5357         (image-transform-set-rotation, image-transform-set-resize)
5358         (image-transform-fit-to-width, image-transform-fit-to-height):
5359         New functions.
5360         (image-toggle-display-image): Support image transforms.
5362 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5364         * image.el (create-animated-image): Don't add heuristic mask to image
5365         (Bug#6839).
5367 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
5369         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
5370         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
5372 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5374         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
5376         Font-lock '...' strings, plus various simplifications and fixes.
5377         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5378         (octave-font-lock-close-quotes): New function.
5379         (octave-font-lock-syntactic-keywords): New var.
5380         (octave-mode): Use it.  Set beginning-of-defun-function.
5381         (octave-mode-map): Don't override the <foo>-defun commands.
5382         (octave-mode-menu): Pass it directly to easy-menu-define;
5383         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
5384         (octave-block-match-alist): Fix up last change so that
5385         octave-close-block uses the more specific keyword.
5386         (info-lookup-mode): Silence byte-compiler.
5387         (octave-beginning-of-defun): Not interactive any more.
5388         Optimize slightly.
5389         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
5390         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
5391         (octave-completion-at-point-function): Make sure point is within
5392         beg..end.
5393         (octave-reindent-then-newline-and-indent):
5394         Use reindent-then-newline-and-indent.
5395         (octave-add-octave-menu): Remove.
5397 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
5399         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
5400         (report-emacs-bug-can-use-xdg-email): New functions.
5401         (report-emacs-bug): Set can-xdg-email to result of
5402         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
5403         \C-cm to report-emacs-bug-insert-to-mailer and add help text
5404         about it.
5406         * net/browse-url.el (browse-url-default-browser): Add cond
5407         for browse-url-xdg-open.
5408         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
5410 2010-08-17  Glenn Morris  <rgm@gnu.org>
5412         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
5413         (c-fontify-recorded-types-and-refs): Define for compiler.
5414         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
5415         before use.
5417         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
5418         Fix format call.
5420 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
5422         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
5423         properties.
5424         (tramp-handle-process-file): Call the program in a subshell, in
5425         order to preserve working directory.
5426         (tramp-action-password): Hide password prompt before next run.
5427         (tramp-process-actions): Widen connection buffer for the trace.
5429 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
5431         * net/rcirc.el (rcirc-log-process-buffers): New option.
5432         (rcirc-print): Use it.
5433         (rcirc-generate-log-filename): New function.
5434         (rcirc-log-filename-function): Change default to
5435         rcirc-generate-log-filename (Bug#6828).
5437 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
5439         * simple.el (deactivate-mark): If select-active-regions is `only',
5440         only set selection for temporarily active regions.
5442         * cus-start.el: Change defcustom for select-active-regions.
5444 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
5446         * mouse.el (mouse--drag-set-mark-and-point): New function.
5447         (mouse-drag-track): Use LOCATION arg to push-mark.
5448         Use mouse--drag-set-mark-and-point to take click-count into
5449         consideration when updating point and mark (Bug#6840).
5451 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
5453         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5454         Give the Ruby rule a lower priority than Gnu (Bug#6778).
5456 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
5458         * font-lock.el (lisp-font-lock-keywords-2):
5459         Add combine-after-change-calls, condition-case-no-debug,
5460         with-demoted-errors, and with-silent-modifications (Bug#6025).
5462 2010-08-14  Kevin Ryde  <user42@zip.com.au>
5464         * emacs-lisp/copyright.el (copyright-update-year)
5465         (copyright-update): Temporary switch-to-buffer to ensure the
5466         buffer change being queried is visible (Bug#5394).
5468 2010-08-14  Tom Tromey  <tromey@redhat.com>
5470         * progmodes/etags.el (tags-file-name): Mark safe if stringp
5471         (Bug#6733).
5473 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
5475         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
5476         MS-DOS.  (Bug#6689)
5478 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
5480         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
5481         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5482         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
5483         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
5484         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
5485         Call menu-bar-set-tool-bar-position.
5487 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5489         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
5490         comment style (bug#6834).
5491         * progmodes/scheme.el (scheme-mode-syntax-table):
5492         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
5493         "b" flag in "' 14b" syntax.
5495         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
5496         for (un)commenting the region and performing completion.
5497         (octave-mode-menu): Use standard commands for help and completion.
5498         (octave-mode-syntax-table): Support %{..%} comments (sort of).
5499         (octave-mode): Use define-derived-mode.
5500         Set completion-at-point-functions and don't set columns.
5501         Don't disable adaptive-fill-regexp.
5502         (octave-describe-major-mode, octave-comment-region)
5503         (octave-uncomment-region, octave-comment-indent)
5504         (octave-indent-for-comment): Remove.
5505         (octave-indent-calculate): Rename from calculate-octave-indent.
5506         (octave-indent-line, octave-fill-paragraph): Update caller.
5507         (octave-initialize-completions): No need to make an alist.
5508         (octave-completion-at-point-function): New function.
5509         (octave-complete-symbol): Use it.
5510         (octave-insert-defun): Use define-skeleton.
5512         * progmodes/octave-mod.el (octave-mode): Set comment-add.
5513         (octave-mode-map): Use comment-dwim (bug#6829).
5515 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5517         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
5518         indentation of inserted comment.
5520 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
5522         * faces.el (region): Add type gtk that uses gtk colors.
5524         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
5525         Handle theme-name change.
5527 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
5529         * progmodes/sql.el: Version 2.5
5530         (sql-product-alist): Add :prompt-cont-regexp property for several
5531         database products.
5532         (sql-prompt-cont-regexp): New variable.
5533         (sql-output-newline-count, sql-output-by-send):
5534         New variables.  Record number of newlines in input text.
5535         (sql-send-string): Handle multiple filters and count newlines.
5536         (sql-send-magic-terminator): Count terminator newline.
5537         (sql-interactive-remove-continuation-prompt): Filters output to
5538         remove continuation prompts; one for each newline.
5539         (sql-interactive-mode): Set up new variables, prompt regexp and
5540         output filter.
5541         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
5542         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
5544 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5546         * emacs-lisp/pcase.el: New file.
5548 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
5550         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
5551         as here-document, otherwise the command could exceed maximum
5552         length of command line.
5553         (tramp-handle-vc-registered): Call script accordingly.
5554         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
5556 2010-08-10  Kenichi Handa  <handa@m17n.org>
5558         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
5559         composable pattern.
5561 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
5563         * emacs-lisp/package.el (package-version-split)
5564         (package--version-first-nonzero, package-version-compare):
5565         Functions removed.
5566         (package-directory-list, package-load-all-descriptors)
5567         (package--built-in, package-activate, define-package)
5568         (package-installed-p, package-compute-transaction)
5569         (package-read-all-archive-contents)
5570         (package--add-to-archive-contents, package-buffer-info)
5571         (package-tar-file-info, package-list-packages-internal):
5572         Use version-to-list and version-list-*.
5574         * emacs-lisp/package-x.el (package-upload-buffer-internal):
5575         Use version-to-list.
5576         (package-upload-buffer-internal): Use version-list-<=.
5578 2010-08-09  Kenichi Handa  <handa@m17n.org>
5580         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
5581         composable pattern.
5583 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
5585         * tutorial.el (tutorial--default-keys): C-d is now bound to
5586         delete-forward-char (Bug#6826).
5588         * mouse.el (mouse-drag-track): Remove accidentally-removed check
5589         for `double' value of mouse-1-click-follows-link (Bug#6807).
5591 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
5593         * replace.el (replace-highlight): Bind isearch-forward and
5594         isearch-error, ensuring that highlighting is updated if the user
5595         switches the search direction (Bug#6808).
5597         * isearch.el (isearch-lazy-highlight-forward): New var.
5598         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5599         (isearch-lazy-highlight-update): Use it.
5601 2010-08-08  Kenichi Handa  <handa@m17n.org>
5603         * international/mule.el (define-charset): Store NAME as :base property.
5604         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
5605         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
5606         current priority.  Force using the designation of the specific
5607         charset by adding `charset' text property.  Improve the whole algorithm.
5609 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5611         * emulation/pc-select.el (pc-selection-mode-hook)
5612         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
5613         (pc-selection-mode): Fix typos in docstrings.
5615 2010-08-08  Kenichi Handa  <handa@m17n.org>
5617         * language/cyrillic.el: Don't add "microsoft-cp1251" to
5618         ctext-non-standard-encodings-alist here.
5620         * international/mule.el (ctext-non-standard-encodings-alist):
5621         Add "koi8-r" and "microsoft-cp1251".
5622         (ctext-standard-encodings): New variable.
5623         (ctext-non-standard-encodings-table): List only elements for
5624         non-standard encodings.
5625         (ctext-pre-write-conversion): Adjust for the above change.
5626         Check ctext-standard-encodings.
5628         * international/mule-conf.el (compound-text): Doc fix.
5629         (ctext-no-compositions): Doc fix.
5630         (compound-text-with-extensions): Doc fix.
5632 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5634         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
5636 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5638         * progmodes/which-func.el (which-func-format): Split help-echo text
5639         into lines, like other mode-line tooltips.
5641         * server.el (server-start): When using TCP sockets, force IPv4
5642         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
5644 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5646         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
5648 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5650         * term.el (term-delimiter-argument-list): Reflow docstring.
5651         (term-read-input-ring, term-write-input-ring, term-send-input)
5652         (term-bol, term-erase-in-display, serial-supported-or-barf):
5653         Fix typos in docstrings.
5655 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5657         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
5659 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5661         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
5663 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
5665         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
5666         Fix typo in docstring (bug#6747).
5668 2010-08-08  Leo  <sdl.web@gmail.com>
5670         * eshell/esh-io.el (eshell-get-target): Better detection of
5671         read-only file (Bug#6762).
5673 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5675         * align.el (align-default-spacing): Doc fix.
5676         (align-region-heuristic, align-regexp): Fix typos in docstrings.
5678 2010-08-08  Stephen Peters  <speters@itasoftware.com>
5680         * calendar/icalendar.el
5681         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
5682         (icalendar--get-weekday-numbers): New.
5683         (icalendar--convert-recurring-to-diary): Handle multiple byday
5684         values in weekly rules.  (Bug#6766)
5686 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
5688         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
5689         (icalendar--create-uid, icalendar-export-region)
5690         (icalendar--parse-summary-and-rest): Code formatting.
5692 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
5694         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
5695         to italicize headers.
5696         (calc-highlight-selections-with-faces): New variable.
5697         (calc-selected-face, calc-nonselected-face): New faces.
5699         * calc/calccomp.el (math-comp-highlight-string): Use
5700         `calc-highlight-selections-with-faces' to determine how to highlight
5701         sub-formulas.
5703         * calc/calc-sel.el (calc-show-selections): Change message to when
5704         using faces to highlight selections.
5706 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
5708         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
5709         Add SQLite 3 keywords, functions and datatypes.
5710         (sql-interactive-mode): Remove `comint-process-echoes' set to t
5711         (Bug#6686).
5713 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
5715         * simple.el (select-active-regions): Move to keyboard.c.
5716         (deactivate-mark): Used saved-region-selection.
5717         (select-active-region): Function removed.
5718         (activate-mark, set-mark, push-mark-command)
5719         (handle-shift-selection): Don't call it.
5720         (keyboard-quit): Avoid adding the region to the window selection.
5722         * mouse.el (mouse-drag-track): Remove hacks to deal with old
5723         select-active-regions implementation.
5724         (mouse-yank-at-click): Doc fix.
5726         * cus-start.el: Add custom declaration for select-active-regions.
5728 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
5730         * simple.el (delete-forward-char): Doc fix.
5732         * tutorial.el (help-with-tutorial): Hack safe file-local variables
5733         after reading the tutorial.
5735 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
5737         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
5738         Fix for the case that a C style comment has its delimiters alone on
5739         their respective lines.
5741 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
5743         * net/tramp.el (tramp-handle-start-file-process): Set connection
5744         property "vec".
5745         (tramp-process-sentinel): Use it for flushing the cache.
5746         We cannot do it via the process buffer, the buffer could be deleted
5747         already when running the sentinel.
5749 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
5751         * comint.el (comint-mode): Make directory tracking functions
5752         functional on remote files.  (Bug#6764)
5754 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
5756         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
5758 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
5760         * emacs-lisp/find-gc.el (find-gc-source-files):
5761         Rename unexec.c => unexcoff.c.
5763         * emacs-lisp/authors.el (authors-fixed-entries):
5764         Rename unexec.c => unexcoff.c.
5766 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
5768         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
5769         cache, not only file cache.
5770         (tramp-process-sentinel): New defun.
5771         (tramp-handle-start-file-process): Use it, in order to invalidate
5772         file caches.
5774 2010-08-03  Leo  <sdl.web@gmail.com>
5776         * server.el (server-start): Simplify loop.
5778 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5780         * frame.el (screen-height, screen-width, set-screen-width)
5781         (set-screen-height): Remove ancient compatibility aliases.
5783         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
5784         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
5786         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
5787         that change current buffer.
5789 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5791         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
5792         beginning of the string.  Use `string-match-p'.  (Bug#6765)
5794 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
5796         * cus-start.el (x-gtk-use-system-tooltips): New variable.
5798 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
5800         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
5801         (package--builtins): Tweak descriptions.
5802         (package-print-package): Upcase descriptions if necessary.
5803         Show all built-in packages in font-lock-builtin-face.
5804         (package-list-packages-internal): Omit "emacs" package.
5805         Show status of built-in packages as "built-in".
5807 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
5809         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
5810         before killing to preserve the primary selection (Bug#6701).
5812         * term/x-win.el (x-select-text): Doc fix.
5814 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
5816         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
5817         (objc-font-lock-extra-types):
5818         * progmodes/cc-mode.el (c-basic-common-init):
5819         * progmodes/cc-langs.el (c-make-mode-syntax-table)
5820         (c++-make-template-syntax-table)
5821         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
5822         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
5823         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
5824         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
5825         * progmodes/cc-fonts.el (c-make-inverse-face)
5826         (c-basic-matchers-after):
5827         * progmodes/cc-engine.el (c-forward-keyword-clause)
5828         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
5829         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
5830         (c-guess-continued-construct, c-guess-basic-syntax):
5831         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
5832         The above functions were modified or created.
5834 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
5836         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
5838 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
5840         * files.el (bidi-paragraph-direction): Define safe local values.
5842         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
5843         language-info-alist.  Remove outdated FIXME in a comment.
5845 2010-07-31  Alan Mackenzie  <acm@muc.de>
5847         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
5848         Auto-fill broken in C/C++ modes.
5850 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
5852         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5853         (menu-bar-showhide-tool-bar-menu-customize-disable)
5854         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
5855         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
5856         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
5857         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
5858         make a menu for Options => toolbar that can move it.
5860 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
5862         * emacs-lisp/package-x.el (package--make-rss-entry):
5863         (package-maint-add-news-item, package--update-news)
5864         (package-upload-buffer-internal): New arg ARCHIVE-URL.
5866         * emacs-lisp/package.el (package-archive-url): Rename from
5867         package-archive-id.
5868         (package-install): Doc fix.
5869         (package-download-single, package-download-tar, package-install)
5870         (package-menu-view-commentary): Callers changed.
5872 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
5874         * net/tramp.el (tramp-handle-start-file-process): Check only for
5875         `remote-tty' process property.
5876         (tramp-open-shell): Don't check for tty.
5877         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5878         process property.
5880         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
5881         host.
5883 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
5885         * emacs-lisp/package.el (package-load-list, package-archives)
5886         (package-archive-contents, package-user-dir)
5887         (package-directory-list, package--builtins, package-alist)
5888         (package-activated-list, package-obsolete-alist): Mark as risky.
5890 2010-07-28  Phil Hagelberg  <phil@evri.com>
5892         Add support for non-default package repositories.
5893         * emacs-lisp/package.el (package-archive-base): Var deleted.
5894         (package-archives): New variable.
5895         (package-archive-contents): Doc fix.
5896         (package-load-descriptor): Do nothing if descriptor file is missing.
5897         (package--write-file-no-coding): New function.
5898         (package-unpack-single): Use it.
5899         (package-archive-id): New function.
5900         (package-download-single, package-download-tar)
5901         (package-menu-view-commentary): Use it.
5902         (package-installed-p): Make second argument optional.
5903         (package-read-all-archive-contents): New function.
5904         (package-initialize): Use it.
5905         (package-read-archive-contents): Add ARCHIVE argument.
5906         (package--add-to-archive-contents): New function.
5907         (package-install): Don't call package-read-archive-contents.
5908         (package--download-one-archive): Store archive file in a
5909         subdirectory of package-user-dir.
5910         (package-menu-execute): Remove spurious line movement.
5912 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
5914         * cus-start.el (tool-bar-style): Add text-image-horiz.
5916 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
5918         * progmodes/gud.el (gud-common-init): Check for remoteness of
5919         `file', and not of `default-directory'.
5921 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
5923         * net/tramp.el (tramp-methods): Move hostname to the end in all
5924         ssh `tramp-login-args'.
5925         (tramp-verbose): Describe verbose level 9.
5926         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
5927         (tramp-open-connection-setup-interactive-shell): Trace stty
5928         settings if `tramp-verbose' >= 9.
5929         (tramp-handle-start-file-process): Implement tty setting.
5930         (Bug#4604, Bug#6360)
5932         * net/tramp-cmds.el (tramp-bug): Recommend setting of
5933         `tramp-verbose' to 9.
5935 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
5937         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
5938         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
5939         Remove references to package `lisp-re' (bug#4369).
5941 2010-07-27  Tom Tromey  <tromey@redhat.com>
5943         * progmodes/js.el (js-mode):
5944         * progmodes/make-mode.el (makefile-mode):
5945         * progmodes/simula.el (simula-mode):
5946         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
5948 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
5950         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
5952         * time.el (display-time-day-and-date): Remove spurious * in docstring.
5953         (display-time-world-buffer-name, display-time-world-mode-map):
5954         Fix typos in docstrings.
5956 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
5958         * image-mode.el (image-display-size): New function.
5959         (image-forward-hscroll, image-next-line, image-eol, image-eob)
5960         (image-mode-fit-frame): Use it (Bug#6639).
5962 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
5964         * dired.el (dired-buffers-for-dir): Handle list values of
5965         dired-directory (Bug#6636).
5967 2010-07-26  Sam Steingold  <sds@gnu.org>
5969         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
5970         Do not call `x-get-selection' the second time, reuse the value.
5972 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
5974         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
5975         which consist of control chars only.  Suggested by Richard Stallman.
5977 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
5979         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
5980         exists before passing an error to find-file-not-found-functions
5981         (bug#6723).
5983 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
5985         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
5986         Remove leading nil element, adjust values.
5987         (tetris-shapes, tetris-shape-scores):
5988         Change representation of shapes and remove some redundancy.
5989         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
5990         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
5991         Adjust for working with new representation of shapes.
5992         (tetris-shape-rotations): New function.
5993         (tetris-move-bottom, tetris-move-left, tetris-move-right)
5994         (tetris-rotate-prev, tetris-rotate-next):
5995         Adjust for working with the new version of tetris-test-shape.
5997 2010-07-23  Markus Triska  <markus.triska@gmx.at>
5999         * progmodes/ps-mode.el: Use comint (bug#5954).
6000         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
6001         (ps-mode-other-newline): Simplify.
6002         (ps-run-mode): Derive from comint-mode instead of
6003         fundamental-mode, yielding input history etc.
6004         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
6005         (ps-run-send-string): Adapt for comint-mode.
6006         (ps-run-newline): Remove now unneeded function.
6008 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
6010         * net/tramp.el (tramp-methods): Move hostname to the end in all
6011         plink `tramp-login-args'.
6013 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
6015         * net/tramp.el (tramp-open-shell): New defun.
6016         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6017         Use it.
6019 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
6021         * net/tramp.el (tramp-file-name-regexp-unified)
6022         (tramp-completion-file-name-regexp-unified): On W32 systems, do
6023         not regard the volume letter as remote filename.  (Bug#5447)
6025 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
6027         * custom.el (custom-declare-variable): Give a clearer error message
6028         when the docstring is missing (bug#6476).
6030 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
6032         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
6033         (sql-login-params): New widget definition.
6034         (sql-oracle-login-params, sql-mysql-login-params)
6035         (sql-solid-login-params, sql-sybase-login-params)
6036         (sql-informix-login-params, sql-ingres-login-params)
6037         (sql-ms-login-params, sql-postgres-login-params)
6038         (sql-interbase-login-params, sql-db2-login-params)
6039         (sql-linter-login-params): Use it.
6040         (sql-sqlite-login-params): Use it; Define "database" parameter as
6041         a file name.
6042         (sql-sqlite-program): Change to "sqlite3".
6043         (sql-comint-sqlite): Make sure database name is complete.
6044         (sql-for-each-login): New function.
6045         (sql-connect, sql-save-connection): Use it.
6046         (sql-get-login-ext): New function.
6047         (sql-get-login): Use it.
6048         (sql-make-alternate-buffer-name): Handle :file parameters.
6050 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
6052         * dired.el (dired-no-confirm): Document value t and fix defcustom to
6053         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
6055 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6057         * dired.el (dired-mode-map): Use command remapping (bug#6632).
6059 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
6061         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
6063 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
6065         * net/tramp.el (tramp-get-ls-command)
6066         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
6067         instead of "/".
6069 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
6071         * progmodes/sql.el: Version 2.3.
6072         (sql-connection-alist): Change keys from symbols to strings;
6073         enhanced the widget definition.
6074         (sql-mode-menu): Add submenu to select connections.
6075         (sql-interactive-mode-menu): Add "Save Connection" item.
6076         (sql-add-product): Fix menu item.
6077         (sql-get-product-feature): Improved error handling.
6078         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
6079         (sql-make-alternate-buffer-name): Simplified.
6080         (sql-product-interactive): Handle missing product.
6081         (sql-connect): Support string keys, minor improvements.
6082         (sql-save-connection): New function.
6083         (sql-connection-menu-filter): New function.
6085 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
6087         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6088         (tramp-open-connection-setup-interactive-shell):
6089         Apply workaround for IRIX64 bug.  Move argument of last
6090         `tramp-send-command' where it belongs to.
6092 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
6094         * net/tramp.el (tramp-perl-file-attributes)
6095         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6096         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6097         front of `login-args'.
6099 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
6101         * time.el (display-time-world-mode): Define with `define-derived-mode'.
6102         Set `show-trailing-whitespace' to nil.
6103         (display-time-world-display): Simplify.
6105 2010-07-18  Alan Mackenzie  <acm@muc.de>
6107         Enhance `c-file-style' in file/directory local variables.
6108         * progmodes/cc-mode.el (c-count-cfss): New function.
6109         (c-before-hack-hook): Call `c-set-style' differently according to
6110         whether c-file-style was set in file or directory local
6111         variables.
6113 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
6115         * progmodes/sql.el: Version 2.2.
6116         (sql-product, sql-user, sql-database, sql-server, sql-port):
6117         Use defcustom :safe keyword rather than putting safe-local-variable
6118         property.
6119         (sql-password): Use defcustom :risky keyword rather than putting
6120         risky-local-variable property.
6121         (sql-oracle-login-params, sql-sqlite-login-params)
6122         (sql-solid-login-params, sql-sybase-login-params)
6123         (sql-informix-login-params, sql-ingres-login-params)
6124         (sql-ms-login-params, sql-postgres-login-params)
6125         (sql-interbase-login-params, sql-db2-login-params)
6126         (sql-linter-login-params): Add `port' option.
6127         (sql-get-product-feature): Add NO-INDIRECT parameter.
6128         (sql-comint-oracle, sql-comint-sybase)
6129         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
6130         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
6131         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
6132         (sql-comint-linter): Rename sql-connect-* functions to
6133         sql-comint-*.
6134         (sql-product-alist, sql-mode-menu): Rename as above and
6135         :sqli-connect-func to :sqli-comint-func.
6136         (sql-connection): New variable.
6137         (sql-interactive-mode): Set it.
6138         (sql-connection-alist): New variable.
6139         (sql-connect): New function.
6140         (sql--alt-buffer-part, sql--alt-if-not-empty)
6141         (sql-make-alternate-buffer-name): Improved alternative buffer name.
6143 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6145         * image-mode.el (image-bookmark-make-record): Do not set context
6146         in an image (Bug#6650).
6148 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
6150         * simple.el (select-active-region): New function.
6151         (push-mark-command, set-mark, activate-mark)
6152         (handle-shift-selection): Use it.
6153         (deactivate-mark): Don't check for size of region.
6155         * mouse.el (mouse-drag-track): Use select-active-region.
6157 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
6159         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
6160         "--dired" stronger.
6162 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
6164         * term/x-win.el (x-select-enable-primary): Change default to nil.
6165         (x-select-enable-clipboard): Add :version keyword.
6167         * mouse.el (mouse-drag-copy-region):
6168         * simple.el (select-active-regions): Likewise.
6170 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
6172         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
6173         (vc-coding-system-for-diff): Use it to decide whether to inherit
6174         from the file the EOL format for reading the diffs of that file.
6175         (Bug#4451)
6177 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
6179         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
6180         unibyte, so compressed attachments are not compressed again.
6182 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
6184         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
6185         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
6186         (tramp-find-shell): Simplify setting connection property.
6187         (tramp-get-ls-command): Make test for "--color=never" stronger.
6189 2010-07-15  Simon South  <ssouth@member.fsf.org>
6191         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
6192         blocks within record declarations (i.e. variant parts) correctly.
6194 2010-07-15  Simon South  <ssouth@member.fsf.org>
6196         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
6197         over literal tokens when parsing so newlines aren't "absorbed" by
6198         single-line comments.  Corrects the indentation of case blocks
6199         that have a comment on the first line.
6201 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
6203         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
6204         by Drew Adams (Bug#5504).
6206 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
6208         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
6209         now that Unicode is used (Bug#6594).
6211 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
6213         * term/x-win.el (x-select-enable-clipboard): Default to t.
6214         (x-initialize-window-system): Don't overwrite Paste menu item.
6216         * simple.el (select-active-regions): Default to t.
6217         (push-mark-command): Don't overwrite primary with empty string.
6219         * mouse.el: Bind mouse-2 to mouse-yank-primary.
6220         (mouse-drag-copy-region): Default to nil.
6222         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
6223         Cut/Copy/Paste menu bar items.
6225 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6227         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6228         Patch applied by Karl Fogel.
6230         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
6231         and `bookmark-current-buffer' if they have been already set in
6232         another buffer (e.g gnus-art).
6234 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6235             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6237         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
6239         * bookmark.el (bookmark-make-record-default): Allow unneeded
6240         information to be omitted from the record.
6242         Adjust declarations and calls:
6244         * info.el (bookmark-make-record-default): Adjust declaration.
6245         (Info-bookmark-make-record): Adjust call.
6247         * woman.el (bookmark-make-record-default): Adjust declaration.
6248         (woman-bookmark-make-record): Adjust call.
6250         * man.el (bookmark-make-record-default): Adjust declaration.
6251         (Man-bookmark-make-record): Adjust call.
6253         * image-mode.el (bookmark-make-record-default): Adjust declaration.
6255         * doc-view.el (bookmark-make-record-default): Adjust declaration.
6257 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6259         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
6260         This is also from Thierry Volpiatto's patch in bug #6444.  However,
6261         because it was extraneous to the functional change in that patch,
6262         and causes a re-indendation, I am committing it separately.
6264 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6266         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
6267         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
6268         Patch applied by Karl Fogel (Bug#6444).
6270 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
6272         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
6274 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
6276         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
6277         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
6278         (ns-alternatives-map): Change S-tab binding to backtab
6279         (bug#6616).
6281         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
6282         under ns.
6284 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
6286         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
6287         (Bug#5806)
6289         * language/tv-util.el (tai-viet-re): Remove format.
6291 2010-07-12  Kenichi Handa  <handa@m17n.org>
6293         * language/hebrew.el: Remove no-byte-compile declaration.
6294         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
6295         composition-function-table for 3-character looking back.
6296         (hebrew-font-get-precomposed): New function.
6297         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
6299 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
6301         * mouse.el (mouse-drag-track): Handle select-active-regions
6302         (Bug#6612).
6304 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
6306         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
6307         empty argument to gvfs-copy.
6309 2010-07-10  Glenn Morris  <rgm@gnu.org>
6311         * calendar/calendar.el (calendar-week-end-day): New function.
6312         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
6313         Respect calendar-week-start-day.  (Bug#6606)
6314         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6315         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
6316         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
6317         respect calendar-week-start-day.
6319 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
6321         * simple.el (use-region-p): Doc fix (Bug#6607).
6323 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
6325         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6326         Add regexps for cucumber and ruby.
6328 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
6330         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
6331         (epa-file-insert-file-contents): Hack to prevent
6332         find-file from opening empty buffer when decryption failed
6333         (bug#6568).
6335 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
6337         * textmodes/ispell.el (ispell-alternate-dictionary):
6338         Use file-readable-p.
6339         Return nil if no word-list is found at default locations.
6340         (ispell-complete-word-dict): Default to nil.
6341         (ispell-command-loop): Use 'word-list' when using lookup-words.
6342         (lookup-words): Use ispell-complete-word-dict or
6343         ispell-alternate-dictionary.  Check for word-list availability
6344         and handle errors if needed with better messages (Bug#6539).
6345         (ispell-complete-word): Use ispell-complete-word-dict or
6346         ispell-alternate-dictionary.
6348 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
6350         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
6351         builtins (BufferError, BytesWarning, WindowsError; callables
6352         bin, bytearray, bytes, format, memoryview, next, print; __package__).
6354 2010-07-07  Glenn Morris  <rgm@gnu.org>
6356         * play/zone.el (top-level): Do not require timer, tabify, or cl.
6357         (zone-shift-left): Ignore intangibility, and any errors from
6358         forward-char.
6359         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
6360         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
6361         deleting, and copying text properties.
6362         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
6363         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
6364         to point-max is hard.
6365         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
6366         (zone-fill-out-screen): Ignore intangibility.
6368 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
6370         * menu-bar.el (menu-bar-mode):
6371         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
6372         if it has been set.
6374         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
6375         word/line selection (Bug#6565).
6377 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
6379         * net/dbus.el (dbus-send-signal): Declare function.
6381 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
6383         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
6384         (dbus-register-property): New optional argument EMITS-SIGNAL.
6385         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
6387 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
6389         * mouse.el (mouse-drag-overlay): Variable deleted.
6390         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
6391         (mouse--remap-link-click-p): New function.
6392         (mouse-drag-track): Handle dragging by using temporary Transient
6393         Mark mode, instead of a special overlay.
6394         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
6395         mouse-show-mark.
6397         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
6398         deleted.
6400 2010-07-02  Juri Linkov  <juri@jurta.org>
6402         * autoinsert.el (auto-insert-alist): Fix readability
6403         by using dotted pair notation for lambda.
6405 2010-07-02  Juri Linkov  <juri@jurta.org>
6407         * faces.el (read-face-name): Rename arg `string-describing-default'
6408         to `default'.  Doc fix.  Display the default value in quotes
6409         in the prompt.  With empty input, return the `default' arg,
6410         unless the default value is a string (in which case return nil).
6411         (describe-face): Replace the string `default' arg of `read-face-name'
6412         with the symbol `default'.
6414 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
6416         * emulation/viper-cmd.el (viper-delete-backward-char)
6417         (viper-del-backward-char-in-insert)
6418         (viper-del-backward-char-in-replace, viper-change)
6419         (viper-backward-indent): Replace delete-backward-char with
6420         delete-char (Bug#6552).
6422 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
6424         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
6426 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
6428         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
6429         argument passed to frame-creation-function (Bug#5378).
6431         * faces.el (x-handle-named-frame-geometry)
6432         (x-handle-reverse-video, x-create-frame-with-faces)
6433         (face-set-after-frame-default, tty-create-frame-with-faces):
6434         Don't separately consult default-frame-alist.  It is now passed as the
6435         PARAMETER argument.
6437 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
6439         * startup.el (command-line): Don't call tool-bar-setup in a
6440         tty-only build.
6442 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
6444         * ruler-mode.el (ruler--save-header-line-format): New fun.
6445         (ruler-mode): Use it as a setter function, so as not to overwrite
6446         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
6448 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
6450         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
6451         (vc-root-diff, vc-print-root-log, vc-log-incoming)
6452         (vc-log-outgoing): Use it.
6453         (vc-diff-internal): Set diff-vc-backend.
6455         * vc/diff-mode.el (diff-vc-backend): New var.
6457 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
6459         * dynamic-setting.el (font-setting-change-default-font):
6460         Remove call to message.
6462 2010-06-28  Kenichi Handa  <handa@m17n.org>
6464         * international/quail.el (quail-insert-kbd-layout): Fix the
6465         showing of untranslated characters.
6467 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
6469         * simple.el (delete-active-region): New option.
6470         (delete-backward-char): Implement in Lisp.
6471         (delete-forward-char): New command.
6473         * mouse.el (mouse-region-delete-keys): Deleted.
6474         (mouse-show-mark): Simplify.
6476         * bindings.el (global-map): Bind delete and DEL, the former to
6477         delete-forward-char.
6479 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
6481         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
6482         (ruby-mode): Bind indent-line-function (Bug#5119).
6484 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
6486         * startup.el (command-line): Recognize "0" X resource value.
6488 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
6490         * startup.el (command-line): Use X resources to set the value of
6491         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
6493         * menu-bar.el (menu-bar-mode):
6494         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
6495         Set init-value to t.
6497         * frame.el (frame-notice-user-settings): Don't change
6498         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
6499         vice versa (Bug#2249).
6501 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
6503         * w32-fns.el (w32-convert-standard-filename): Doc fix.
6505 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
6507         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
6508         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
6510         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
6511         default directories are expanded (Bug#6143).
6513 2010-06-24  Juri Linkov  <juri@jurta.org>
6515         * minibuffer.el (completions-format): Change default from nil to
6516         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
6518 2010-06-24  Juri Linkov  <juri@jurta.org>
6520         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
6521         buffer-locally to lambda that re-runs the vc diff command.
6522         (Bug#6447)
6524 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
6526         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
6527         echo area is in use (Bug#3412).
6529 2010-06-22  Glenn Morris  <rgm@gnu.org>
6531         * textmodes/texinfmt.el (texinfo-format-region)
6532         (texinfo-raise-lower-sections, texinfo-format-separate-node)
6533         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
6534         (texinfo-format-option, texinfo-noindent):
6535         Use line-beginning-position and line-end-position.
6537         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
6538         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
6539         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
6540         utf-8 characters.
6542 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
6544         * play/zone.el (zone-fall-through-ws): Fix next-line ->
6545         forward-line fallout.
6547 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
6549         * mouse.el (mouse-appearance-menu): Add docstring.
6551         * help.el (describe-key): Print up-event using key-description.
6553 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
6555         * net/zeroconf.el (zeroconf-resolve-service)
6556         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
6557         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
6559 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
6561         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
6563 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
6565         Avoid displaying files with a nil state in vc-dir.
6566         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
6567         cases that cause insertion.
6568         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
6569         with a nil state.
6571 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
6573         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
6575 2010-06-29  Leo  <sdl.web@gmail.com>
6577         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
6579 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
6581         * generic-x.el (bat-generic-mode): Fix regexp for command line
6582         switches (Bug#5719).
6584 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
6586         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
6587         of nconc to avoid pure storage error (Bug#6239).
6589 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
6591         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
6592         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
6593         bindings of bookmark-automatically-show-annotations (Bug#6515).
6595 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
6597         * arc-mode.el (archive-zip-extract): Don't quote the file name on
6598         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
6600 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6602         * comint.el (make-comint, make-comint-in-buffer): Mention return
6603         value in the docstrings.  (Bug#6498)
6605 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
6607         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
6608         since it is not present when using some non-default switches.
6610 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
6612         * simple.el (compose-mail): Fix doc string to refer to
6613         `compose-mail-user-agent-warnings', instead of to the
6614         nonexistent `compose-mail-check-user-agent'.
6616 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
6618         Fix an indentation bug:
6620         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
6621         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
6622         of existing values.
6624         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
6625         (c-clear->-pair-props-if-match-before): now return t when they've
6626         cleared properties, nil otherwise.
6627         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
6628         by taking account of the existing value.
6630         * progmodes/cc-defs.el
6631         (c-clear-char-property-with-value-function): Fix this to clear the
6632         property rather than overwriting it with nil.
6634 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
6636         * emacs-lisp/package.el (package-print-package): Add link to
6637         package description via describe-package.
6638         (describe-package-1): List package requirements.  Add button to
6639         perform installation.
6640         (package-menu-describe-package): New command.
6642         * help-mode.el (help-package): New button type.
6644 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
6646         * emacs-lisp/package.el: Move package-list-packages binding to
6647         menu-bar.el.
6648         (describe-package, describe-package-1, package--dir): New funs.
6649         (package-activate-1): Use package--dir.
6651         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
6653         * help-mode.el (help-package-def): New button type.
6655         * menu-bar.el: Move package-list-packages binding here from
6656         package.el.
6658 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
6660         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
6662 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6664         * emacs-lisp/edebug.el (edebug-read-list):
6665         Phase out old-style backquotes.
6667 2010-06-17  Juri Linkov  <juri@jurta.org>
6669         * help-mode.el (help-mode): Set buffer-local variable
6670         revert-buffer-function to help-mode-revert-buffer.
6671         (help-mode-revert-buffer): New function.
6673         * info.el (Info-revert-find-node): Check for major-mode Info-mode
6674         before popping to "*info*" (like in other Info functions).
6675         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
6676         old-history-forward.  Pop to old-buffer-name or "*info*" to
6677         recreate the killed buffer.  Set Info-history-forward from
6678         old-history-forward.
6679         (Info-breadcrumbs-depth): Add :group and :version.
6681 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
6683         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
6685 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
6687         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
6688         for languages like Portuguese with pt_{BR,PT} and no plain pt.
6690 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
6692         * emacs-lisp/package.el (package-menu-mode-map):
6693         Move initialization into declaration.
6695         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
6697 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
6699         * emacs-lisp/package.el (package-archive-base): Point to
6700         elpa.gnu.org.
6701         (package-enable, package-load-list): New defcustoms.
6702         (package-user-dir, package-directory-list): Turn into defcustoms.
6703         Don't include package-user-dir in package-directory-list.
6704         (package--builtins-base): Don't include Emacs as a "package".
6705         (package-subdirectory-regexp): New var.
6706         (package-load-all-descriptors, package-compute-transaction)
6707         (package-download-transaction): Obey package-load-list.
6708         (package-activate-1): Rename from package-do-activate.
6709         (package-list-packages-internal): Check package-load-list.
6710         (package-load-descriptor, package-generate-autoloads)
6711         (package-unpack, package-unpack-single)
6712         (package--read-archive-file, package-delete):
6713         Use expand-file-name.
6715         * emacs-lisp/package-x.el: New file.  Package uploading
6716         functionality split out from package.el.
6718         * startup.el (command-line): Load packages after reading init file.
6720 2010-06-17  Tom Tromey  <tromey@redhat.com>
6722         * emacs-lisp/package.el: New file.
6724 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6726         Fix vc-annotate for renamed files when using Git.
6727         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
6728         ls-files.  Doe not pass the object as a file name to cat-file, it
6729         is not a file name.
6730         (vc-git-annotate-command): Pass the file name using -- to avoid
6731         ambiguity with the revision.
6732         (vc-git-previous-revision): Pass a relative file name.
6734 2010-06-22  Glenn Morris  <rgm@gnu.org>
6736         * progmodes/js.el (js-mode-map): Use standard capitalization and
6737         ellipses for menu entries.
6739         * wid-edit.el (widget-complete): Doc fix.
6741 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
6743         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
6745 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6747         Fix annotating other revisions for renamed files in vc-annotate.
6748         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
6749         VC backend.  Use it when non-nil.
6750         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
6751         (Bug#6487).
6753         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
6754         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
6755         Do not pass the file name to the 'previous-revision call when we
6756         don't want a file diff.  (Bug#6489)
6758 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
6760         Fix finding revisions for renamed files in vc-annotate.
6761         * vc/vc.el (vc-find-revision): Add an optional argument for
6762         the VC backend.  Use it when non-nil.
6763         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
6764         backend to vc-find-revision.  (Bug#6487)
6766 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
6768         Fix reading file names in Git annotate buffers.
6769         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
6770         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
6772 2010-06-20  Alan Mackenzie  <acm@muc.de>
6774         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
6775         in file local variables, set it first.
6777 2010-06-19  Glenn Morris  <rgm@gnu.org>
6779         * descr-text.el (describe-char-unicode-data): Insert separating
6780         space when needed.  (Bug#6422)
6782         * progmodes/idlwave.el (idlwave-action-and-binding):
6783         Fix typo in 2009-12-03 change.  (Bug#6450)
6785 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6787         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
6788         handling for `lambda' (misunderstanding).
6790 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
6792         * calc/calc-poly.el (math-accum-factors): Make sure that
6793         constants aren't distributed after they are factored out.
6795 2010-06-16  Juri Linkov  <juri@jurta.org>
6797         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
6798         `list-colors-print'.  (Bug#6332)
6800         * subr.el (read-quoted-char): Fix up last change (bug#6290).
6802 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6804         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
6805         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
6807         * font-lock.el (font-lock-major-mode): Rename from
6808         font-lock-mode-major-mode to distinguish it from
6809         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
6810         (font-lock-set-defaults):
6811         * font-core.el (font-lock-default-function): Adjust users.
6812         (font-lock-mode): Don't set it at all.
6814 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6816         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
6818 2010-06-16  Glenn Morris  <rgm@gnu.org>
6820         * calendar/appt.el (appt-time-msg-list): Doc fix.
6821         (appt-check): Let-bind appt-warn-time.
6822         (appt-add): Make the 3rd argument optional.
6823         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
6824         Only add WARNTIME to the output list if non-nil.
6826 2010-06-16  Ivan Kanis  <apple@kanis.eu>
6828         * calendar/appt.el (appt-check): Let the 3rd element of
6829         appt-time-msg-list specify the warning time.
6830         (appt-add): Add new argument with the warning time.  (Bug#5176)
6832 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
6834         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
6835         older than version 1.6.  (Bug#6361)
6837 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
6839         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
6840         used by cl-do-arglist.  (Bug#6408)
6842 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
6844         * textmodes/ispell.el (ispell-dictionary-base-alist):
6845         Fix portuguese casechars/not-casechars for missing 'çÇ'.
6846         Suggested by Rolando Pereira (bug#6434).
6848 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
6850         * facemenu.el (list-colors-sort): Doc fix.
6852 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
6854         * progmodes/sql.el (sql-connect-mysql): Fix typo.
6856 2010-06-14  Juri Linkov  <juri@jurta.org>
6858         Add sort option `list-colors-sort'.  (Bug#6332)
6859         * facemenu.el (color-rgb-to-hsv): New function.
6860         (list-colors-sort): New defcustom.
6861         (list-colors-sort-key): New function.
6862         (list-colors-display): Doc fix.  Sort list according to the option
6863         `list-colors-sort'.
6864         (list-colors-print): Add HSV values to `help-echo' property of
6865         RGB strings.
6867 2010-06-14  Juri Linkov  <juri@jurta.org>
6869         * compare-w.el: Move to the "vc" subdirectory.
6871 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6873         * image-mode.el (image-mode-map): Remap left-char and right-char.
6875         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
6877 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
6879         * term/common-win.el (x-colors): Add all the color names defined
6880         in rgb.txt (Bug#6332).
6882         * facemenu.el (list-colors-print): Don't print extra names if it
6883         will overflow the window width.
6885         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
6886         change (Bug#6343).
6888 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
6890         * files.el (make-directory): Doc fix (bug#6396).
6892 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
6894         * net/tramp.el (tramp-remote-process-environment): Protect version
6895         string by apostroph.
6896         (tramp-shell-prompt-pattern): Do not use a shy group in case of
6897         XEmacs.
6898         (tramp-file-name-for-operation): Add `call-process-region'.
6899         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
6901         * net/tramp-compat.el (top): Do not autoload
6902         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
6903         only when `start-file-process' is not bound.
6904         (tramp-advice-file-expand-wildcards): Do not use
6905         `tramp-handle-file-remote-p'.
6906         (tramp-compat-make-temp-file): Handle the case, that
6907         `make-temp-file' has no third argument EXTENSION.
6909 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
6911         * makefile.w32-in (WINS_BASIC): Include new directory vc.
6913         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
6915 2010-06-11  Juri Linkov  <juri@jurta.org>
6917         * finder.el (finder-known-keywords): Add keyword "vc"
6918         for version control.
6920         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
6921         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
6922         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
6923         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
6925 2010-06-11  Juri Linkov  <juri@jurta.org>
6927         Move version control related files to the "vc" subdirectory.
6928         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
6929         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
6930         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
6931         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
6932         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
6933         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
6934         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
6935         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
6936         Move files to the "vc" subdirectory.
6938 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
6940         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
6941         (Bug#6367).
6943 2010-06-11  Stephen Eglen  <stephen@gnu.org>
6945         * shell.el: Bind `shell-resync-dirs' to M-RET.
6947 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
6949         * notifications.el: Move file from lisp/net, because it is
6950         supposed to talk locally to the user.
6952 2010-06-10  Julien Danjou  <julien@danjou.info>
6954         * net/notifications.el (notifications-on-action-signal)
6955         (notifications-on-closed-signal): Pass notification id as first
6956         argument to the callback functions.  Add docstrings.
6957         (notifications-notify): Fix docstring.
6959 2010-06-10  Glenn Morris  <rgm@gnu.org>
6961         * emacs-lisp/authors.el (authors-ignored-files)
6962         (authors-valid-file-names): Add some files.
6964 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6966         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
6967         merge conflict, giving preference to the emacs-23 version of the code.
6969 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6971         * emacs-lisp/advice.el (ad-compile-function):
6972         Define warning-suppress-types before we let-bind it (bug#6275).
6974         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
6975         declare it, make it buffer-local and permanent-local (bug#6324).
6976         (vc-resynch-window): Adjust name.
6977         * vc-hooks.el (vc-find-file-hook): Adjust name.
6979 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
6981         * net/notifications.el (notifications-notify): Fix docstring.
6983 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
6985         Update to Unicode 6.0.0 beta.
6986         * international/charprop.el: Update copyright.
6987         * international/mule-cmds.el (ucs-names): Update character ranges.
6988         * international/uni-bidi.el:
6989         * international/uni-category.el:
6990         * international/uni-combining.el:
6991         * international/uni-comment.el:
6992         * international/uni-decimal.el:
6993         * international/uni-decomposition.el:
6994         * international/uni-digit.el:
6995         * international/uni-lowercase.el:
6996         * international/uni-mirrored.el:
6997         * international/uni-name.el:
6998         * international/uni-numeric.el:
6999         * international/uni-old-name.el:
7000         * international/uni-titlecase.el:
7001         * international/uni-uppercase.el: Regenerate.
7003 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
7005         * emacs-lisp/smie.el (comment-string-strip): Declare function.
7006         (smie-precs-precedence-table): Fix typo in docstring.
7008         * vc-mtn.el (log-edit-extract-headers): Declare function.
7010         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
7012         * net/notifications.el (dbus-register-signal): Declare function.
7013         (notifications-notify): Fix typos and reflow docstring.
7015 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
7017         Improve VC create/retrieve tag/branch.
7018         * vc.el (vc-create-tag): Do not read the directory name for VCs
7019         with repository revision granularity.  Adjust the tag/branch
7020         prompt.  Reset VC properties.
7021         (vc-retrieve-tag): Do not read the directory name for VCs
7022         with repository revision granularity.  Reset VC properties.
7024 2010-06-09  Julien Danjou  <julien@danjou.info>
7026         * net/notifications.el: New file.
7028 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
7030         Add optional support for resetting VC properties.
7031         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
7032         call vc-file-clearprops when true.
7033         (vc-resynch-buffer): Add new optional argument, pass it down.
7034         (vc-resynch-buffers-in-directory): Likewise.
7036         Improve support for special markup in the VC commit message.
7037         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
7038         * vc-hg.el (vc-hg-checkin): Add support for Date:.
7039         * vc-git.el (vc-git-checkin):
7040         * vc-bzr.el (vc-bzr-checkin): Likewise.
7042 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7044         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
7045         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
7047 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
7049         * iimage.el: Remove images as soon as the underlying text is modified.
7050         (iimage-modification-hook): New function.
7051         (iimage-mode-buffer): Use it.
7053 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7055         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
7056         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
7057         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
7058         (smie-indent-keyword): Add handling of open-paren keywords.
7059         (smie-indent-comment-continue): Don't assume comment-continue.
7061 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
7063         * window.el (pop-to-buffer): Remove the conditional that
7064         compares new-window and old-window, so it will reselect
7065         the selected window unconditionally.
7066         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
7068 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7070         * emacs-lisp/smie.el (smie-indent-offset-after)
7071         (smie-indent-forward-token, smie-indent-backward-token): New functions.
7072         (smie-indent-after-keyword): Use them.
7073         (smie-indent-fixindent): Only applies to the indentation of the BOL.
7074         (smie-indent-keyword): Tweak the black magic.
7075         (smie-indent-comment-continue): Strip comment-continue before use.
7076         (smie-indent-functions): Indent comments before keywords.
7078 2010-06-06  Juri Linkov  <juri@jurta.org>
7080         * isearch.el (isearch-lazy-highlight-search): Fix looping
7081         by checking for empty match.  This syncs this loop with the
7082         similar loop in `isearch-search'.  (Bug#6362)
7084 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
7086         * net/dbus.el (dbus-register-method): Declare function.
7087         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
7088         (dbus-introspect): Doc fix.
7089         (dbus-event-bus-name, dbus-introspect-get-interface)
7090         (dbus-introspect-get-argument): Reflow docstrings.
7092 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
7094         vc-log-incoming/vc-log-outgoing fixes for Git.
7095         * vc-git.el (vc-git-log-view-mode): Fix font lock for
7096         incoming/outgoing logs.
7097         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
7098         instead of vc-git-compute-remote.
7099         (vc-git-compute-remote): Remove.
7101 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
7103         * term/common-win.el (x-colors): Add "dark green" and "dark
7104         turquoise" (Bug#6332).
7106 2010-06-04  Juri Linkov  <juri@jurta.org>
7108         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
7109         Instead of setting `replace' to t and replacing the same string
7110         with itself, don't do certain actions when
7111         kill-do-not-save-duplicates is non-nil and string is equal to car
7112         of kill-ring: don't call menu-bar-update-yank-menu, don't push
7113         interprogram-paste strings to kill-ring, and don't push the input
7114         argument `string' to kill-ring.
7115         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
7117 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
7119         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
7121 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
7123         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
7124         (tramp-gvfs-handler-mounted-unmounted)
7125         (tramp-gvfs-connection-mounted-p): Handle default-location.
7127         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
7128         move files to trash.
7130 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
7132         * international/mule-cmds.el (nonascii-insert-offset)
7133         (nonascii-translation-table): Add obsolescence information.
7135         * international/mule.el (make-translation-table-from-vector): Doc fix.
7137 2010-06-03  Glenn Morris  <rgm@gnu.org>
7139         * desktop.el (desktop-clear-preserve-buffers):
7140         Add "*Warnings*" buffer.  (Bug#6336)
7142 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
7144         vc-log-incoming/vc-log-outgoing improvements for Git.
7145         * vc-git.el (vc-git-log-outgoing): Use the same format as the
7146         short log.
7147         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
7149         Add bindings for vc-log-incoming and vc-log-outgoing.
7150         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
7151         and vc-log-outgoing.
7152         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
7153         and vc-log-outgoing.
7155 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
7157         * net/rcirc.el (rcirc-sort-nicknames): Remove.
7158         (rcirc-handler-366): Always sort nicknames.
7160 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
7162         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
7164 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
7166         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
7168 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7170         * net/rcirc.el (rcirc-sort-nicknames): Change default.
7171         (rcirc-sort-nicknames-join): Avoid setq.
7173 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
7175         * net/rcirc.el (rcirc-sort-nicknames): New custom.
7176         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
7177         (rcirc-handler-366): Use them.
7179 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7181         Split smie-indent-calculate into more manageable chunks.
7182         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
7183         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
7184         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
7185         (smie-indent-exps): Extract from smie-indent-calculate.
7186         (smie-indent-functions): New var.
7187         (smie-indent-functions): Use them.
7189 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7191         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
7192         (smie-indent-calculate): Simplify and cleanup.
7194 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
7196         * net/tramp-gvfs.el (top): Require url-util.
7197         (tramp-gvfs-mount-point): Remove.
7198         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
7199         New defuns.
7200         (with-tramp-dbus-call-method): Format trace message.
7201         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
7202         Implement backup call, when operation on local files fails.
7203         Use progress reporter.  Flush properties of changed files.
7204         (tramp-gvfs-handle-make-directory): Make more traces.
7205         (tramp-gvfs-url-file-name): Hexify file name in url.
7206         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
7207         into account for the resulting file name.
7208         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
7209         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
7210         (tramp-gvfs-handler-mounted-unmounted)
7211         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
7212         attribute "default_location".  Set "prefix" property.
7213         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
7214         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
7215         exists.  Raise an error, if not (due to a corresponding answer
7216         "no" in interactive questions, for example).
7218 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
7220         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
7222 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
7224         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
7225         right-*.  (Bug#6265)
7227 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
7229         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
7230         * vc-git.el (vc-git-compute-remote): New function.
7231         (vc-git-log-outgoing): Use it instead of hard coding a value.
7232         (vc-git-log-incoming): New function.
7234         Improve state updating for VC tag commands.
7235         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
7236         to update the state of all buffers in the directory.
7238         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
7240 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7242         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
7243         `file-directory-p' to the filename part rather than to the whole text.
7245 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7247         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
7249 2010-05-31  Drew Adams  <drew.adams@oracle.com>
7251         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
7253 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
7255         * subr.el (momentary-string-display): Just use read-event to read
7256         the exit event (Bug#6238).
7258 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
7260         * international/mule.el (define-coding-system): Doc fix (bug#6313).
7262 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
7264         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
7265         Suggested by Eli Zaretskii <eliz@gnu.org>.
7267 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7269         * minibuffer.el (completion-file-name-table): Don't return a boundary
7270         past the end of `string' (bug#6299).
7271         (completion--file-name-table): Delegate to completion-file-name-table
7272         for the `boundaries' case.
7274 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
7276         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
7277         movement commands.
7279         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
7280         `path-separator', but maintain compatibility with Emacs 20.2.
7282 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
7284         * server.el (server-process-filter): Receive parent-id argument
7285         from emacsclient.
7286         (server-create-window-system-frame): New arg.  Pass parent-id as
7287         frame parameter.
7289 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
7291         Bidi-sensitive word movement with arrow keys.
7292         * subr.el (right-arrow-command, left-arrow-command): Move to
7293         bindings.el.
7295         * bindings.el (right-char, left-char): Move from subr.el and
7296         rename from right-arrow-command and left-arrow-command.
7297         (right-word, left-word): New functions.
7298         (global-map) <right>: Bind to right-char.
7299         (global-map) <left>: Bind to left-char.
7300         (global-map) <C-right>: Bind to right-word.
7301         (global-map) <C-left>: Bind to left-word.
7303         * ls-lisp.el (ls-lisp-classify-file): New function.
7304         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
7305         (ls-lisp-classify): Call ls-lisp-classify-file.
7306         (insert-directory): Remove blanks from switches.
7308 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
7310         * ansi-color.el: Delete unused escape sequences (Bug#6085).
7311         (ansi-color-drop-regexp): New constant.
7312         (ansi-color-apply, ansi-color-filter-region)
7313         (ansi-color-apply-on-region): Delete unrecognized control sequences.
7314         (ansi-color-apply): Build string list before calling concat.
7316 2010-05-28  Juri Linkov  <juri@jurta.org>
7318         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7319         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
7320         (Bug#5270)
7322 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
7324         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
7325         to ignored backtrace functions.
7326         (with-progress-reporter): Expand docstring.
7327         (tramp-handle-delete-file): Implement TRASH argument.
7328         (tramp-get-remote-trash): New defun.
7330 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
7332         * net/tramp-compat.el (tramp-compat-delete-file):
7333         Use `symbol-value' for backward compatibility.
7335         * net/tramp.el (tramp-handle-make-symbolic-link)
7336         (tramp-handle-load)
7337         (tramp-do-copy-or-rename-file-via-buffer)
7338         (tramp-do-copy-or-rename-file-directly)
7339         (tramp-do-copy-or-rename-file-out-of-band)
7340         (tramp-handle-process-file, tramp-handle-call-process-region)
7341         (tramp-handle-shell-command, tramp-handle-file-local-copy)
7342         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7343         (tramp-delete-temp-file-function): Use `delete-file' instead
7344         of `tramp-compat-delete-file'.
7346         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7347         (tramp-fish-handle-make-symbolic-link)
7348         (tramp-fish-handle-process-file): Use `delete-file' instead
7349         of `tramp-compat-delete-file'.
7351         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7352         Use `delete-file' instead of `tramp-compat-delete-file'.
7354         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7355         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
7356         `tramp-compat-delete-file'.
7358         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
7359         Use `delete-file' instead of `tramp-compat-delete-file'.
7361         * net/tramp-smb.el (tramp-smb-handle-copy-file)
7362         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7363         (tramp-smb-handle-write-region): Use `delete-file' instead of
7364         `tramp-compat-delete-file'.
7365         (tramp-smb-handle-delete-directory): Use 'trash as arg.
7367 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
7369         * dired.el (dired-delete-file): New arg TRASH.
7370         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
7371         (dired-do-flagged-delete, dired-do-delete): Use trash.
7373         * speedbar.el (speedbar-item-delete): Allow trashing.
7375         * files.el (delete-directory): New arg TRASH.
7377         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
7378         (ange-ftp-rename-remote-to-remote)
7379         (ange-ftp-rename-local-to-remote)
7380         (ange-ftp-rename-remote-to-local, ange-ftp-load)
7381         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
7382         `delete-file'.
7383         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
7384         allow trashing.
7386         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
7387         handle new TRASH arg of `delete-file'.
7389         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
7390         (tramp-handle-make-symbolic-link, tramp-handle-load)
7391         (tramp-do-copy-or-rename-file-via-buffer)
7392         (tramp-do-copy-or-rename-file-directly)
7393         (tramp-do-copy-or-rename-file-out-of-band)
7394         (tramp-handle-process-file, tramp-handle-call-process-region)
7395         (tramp-handle-shell-command, tramp-handle-file-local-copy)
7396         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7397         (tramp-delete-temp-file-function): Use null TRASH arg in
7398         tramp-compat-delete-file call.
7400         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7401         (tramp-fish-handle-delete-file)
7402         (tramp-fish-handle-make-symbolic-link)
7403         (tramp-fish-handle-process-file): Use null TRASH arg in
7404         `tramp-compat-delete-file' call.
7406         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
7407         arg in `tramp-compat-delete-file' call.
7409         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7410         (tramp-gvfs-handle-write-region): Use null TRASH arg in
7411         `tramp-compat-delete-file' call.
7413         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
7414         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
7415         `tramp-compat-delete-file' call.
7417         * net/tramp-smb.el (tramp-smb-handle-copy-file)
7418         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7419         (tramp-smb-handle-write-region): Use null TRASH arg in
7420         tramp-compat-delete-file call.
7421         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
7422         (tramp-smb-handle-delete-file): Rename arg.
7424         * diff.el (diff-sentinel):
7425         * epg.el (epg--make-temp-file, epg-decrypt-string)
7426         (epg-verify-string, epg-sign-string, epg-encrypt-string):
7427         * jka-compr.el (jka-compr-partial-uncompress)
7428         (jka-compr-call-process, jka-compr-write-region):
7429         * server.el (server-sentinel): Remove optional arg from
7430         delete-file, reverting 2010-05-03 change.
7432 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
7434         * progmodes/verilog-mode.el (verilog-type-font-keywords):
7435         Use font-lock-constant-face, not obsolete font-lock-reference-face.
7437 2010-05-27  Kenichi Handa  <handa@m17n.org>
7439         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
7440         element of GSTRING is nil.
7442 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7444         * emacs-lisp/smie.el (smie-forward-token-function)
7445         (smie-backward-token-function): New vars.
7446         (smie-backward-sexp, smie-forward-sexp)
7447         (smie-indent-hanging-p, smie-indent-calculate): Use them.
7448         (smie-default-backward-token): Rename from smie-backward-token and
7449         skip comments.
7450         (smie-default-forward-token): Rename from smie-forward-token and
7451         skip comments.
7452         (smie-next-sexp): Handle nil results from next-token.
7453         (smie-indent-calculate): Add a new case for special `fixindent' comments.
7455 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
7457         * progmodes/verilog-mode.el (verilog-type-font-keywords):
7458         Use font-lock-constant-face, not obsolete font-lock-reference-face.
7460 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
7462         * htmlfontify.el (hfy-face-resolve-face): New function.
7463         (hfy-face-to-style): Use it (Bug#6279).
7465 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7467         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
7468         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
7470 2010-05-26  Glenn Morris  <rgm@gnu.org>
7472         * emulation/edt.el (edt-load-keys): Use locate-library.
7474 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
7476         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
7477         (log-edit-changelog-entries): Doc fix.
7478         (log-edit-changelog-insert-entries): Args changed.
7479         Rename relative filenames in ChangeLog entries.  Delete tabs.
7480         (log-edit-insert-changelog-entries): Reorganize return value of
7481         `log-edit-changelog-entries' to pass filenames to
7482         log-edit-changelog-insert-entries.
7484 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7486         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
7487         `image-dired-dired-insert-marked-thumbs' to
7488         `image-dired-dired-toggle-marked-thumbs'.
7490         * image-dired.el: Require cl when compiling.
7491         (image-dired-dired-toggle-marked-thumbs): Rename from
7492         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
7493         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
7494         to 'no-dir.  Skip files whose names don't match
7495         `image-file-name-regexp'.  When file has a thumbnail overlay,
7496         delete it.  (Bug#5270)
7498 2010-05-25  Juri Linkov  <juri@jurta.org>
7500         * image-mode.el (image-mode): Add image-after-revert-hook to
7501         after-revert-hook.
7502         (image-after-revert-hook): New function.  (Bug#5669)
7504 2010-05-25  Juri Linkov  <juri@jurta.org>
7506         * image.el (image-animated-p): When delay between animated images
7507         is 0, set it to 10 (0.1 sec).  (Bug#6258)
7509 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
7511         * net/tramp.el (tramp-handle-insert-directory): Don't use
7512         `forward-word', its default syntax could be changed.
7514 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
7516         * net/tramp.el (tramp-progress-reporter-update): New defun.
7517         (with-progress-reporter): Use it.
7518         (tramp-process-actions):
7519         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7520         Preserve current message, in order to let progress reporter continue
7521         afterwards.  (Bug#6257)
7523 2010-05-25  Glenn Morris  <rgm@gnu.org>
7525         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
7526         Add :version.
7528 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
7530         * net/rcirc.el (rcirc-default-user-name): Change to "user".
7531         (rcirc-default-full-name): Change to "unknown".
7532         (rcirc-user-name-history): Add variable.
7534 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
7535             Jonathan Rockway  <jon@jrock.us>
7537         * net/rcirc.el (rcirc-server-alist): Add :pass.
7538         (rcirc): When prompting for connection parameters, also prompt for
7539         username and password.
7540         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
7541         value to server when connecting.
7543 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7545         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
7546         (smie-merge-prec2s): Pass the tables as separate args.
7547         (smie-bnf-precedence-table): Adjust call accordingly.
7548         (smie-prec2-levels): Set levels at the end.
7550         Replace Lisp calls to delete-backward-char by delete-char.
7551         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
7552         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
7553         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
7554         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
7555         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
7556         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
7557         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
7558         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
7559         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
7560         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
7561         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
7562         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
7563         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
7564         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
7565         delete-backward-char by calls to delete-char.
7567 2010-05-25  Kenichi Handa  <handa@m17n.org>
7569         * language/hebrew.el (hebrew-shape-gstring): New function.
7570         Register it in composition-function-table for all Hebrew combining
7571         characters.
7573 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7575         * epa.el (epa--select-keys): Don't explicitly delete the window since
7576         that can fail (e.g. sole window in frame).  Use dedication instead.
7578 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
7580         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
7582 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
7584         * image.el (image-refresh): Define as an alias for image-flush.
7586         * image-mode.el (image-toggle-display-image): Caller changed.
7588 2010-05-21  Juri Linkov  <juri@jurta.org>
7590         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
7591         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
7592         whitespace, call wildcard-to-regexp on substrings and concat them
7593         with "\\|".  (Bug#6114)
7595 2010-05-21  Alan Mackenzie  <acm@muc.de>
7597         * progmodes/cc-engine.el (c-parse-state-get-strategy):
7598         Replace parameter `here' with `here-' and `here-plus', which sandwich
7599         any pertinent CPP construct.
7600         (c-remove-stale-state-cache-backwards): Fix a bug which happens
7601         when doing (c-parse-state) in a CPP construct: Exclude any "new"
7602         CPP construct from taking part in the scanning.
7604 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
7606         * net/tramp.el (tramp-do-copy-or-rename-file)
7607         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
7608         Tune `with-progress-reporter' messages.
7609         (tramp-handle-vc-registered):
7610         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
7611         (tramp-fish-handle-insert-file-contents)
7612         (tramp-fish-maybe-open-connection):
7613         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7614         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
7615         (tramp-imap-handle-insert-file-contents)
7616         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
7618 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
7620         * add-log.el (change-log-font-lock-keywords):
7621         Highlight all authors in multi-author entries.
7623         * smerge-mode.el (smerge-refine-ignore-whitespace)
7624         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
7625         Fix typos in docstrings.
7626         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
7628 2010-05-21  Glenn Morris  <rgm@gnu.org>
7630         * progmodes/fortran.el (fortran-mode):
7631         * progmodes/f90.el (f90-mode): Derive from prog-mode.
7633         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
7634         having a relative path in src/Makefile.in.
7636 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7638         * help-mode.el (help-make-xrefs): For Info node links turn
7639         newlines into spaces.  Link node names with newlines are matched
7640         by help-xref-info-regexp and buttonized, this change ensures they
7641         can be followed successfully with RET.  (Bug#6206)
7643 2010-05-20  Juri Linkov  <juri@jurta.org>
7645         * locate.el (locate): Use pop-to-buffer instead of
7646         switch-to-buffer-other-window.  (Bug#6204)
7648 2010-05-20  Juri Linkov  <juri@jurta.org>
7650         * replace.el (replace-highlight): Fix lazy-highlighting
7651         for `M-s w str M-% str RET'.
7653 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
7655         * isearch.el (isearch-yank-word-or-char): Pull next subword
7656         when `subword-mode' is activated.  (Bug#6220)
7658 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
7660         * isearch.el (isearch-update-post-hook): New hook.
7661         (isearch-update): Use the new hook.  (Bug#6225)
7663 2010-05-20  Juri Linkov  <juri@jurta.org>
7665         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
7666         [f1], [help], and (char-to-string help-char) instead of "\C-h".
7667         (Bug#6222)
7669 2010-05-20  Juri Linkov  <juri@jurta.org>
7671         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
7672         (Bug#6223)
7674 2010-05-20  Juri Linkov  <juri@jurta.org>
7676         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
7677         FILE-NAME to read from the minibuffer when called interactively
7678         with prefix argument instead of using buffer-file-name.
7679         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
7681         * dired.el: Update autoloads.
7683 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
7685         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
7686         nxml-finish-element, for consistency with SGML mode.
7688         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
7689         octave-close-block.
7691 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
7693         * composite.el: Require cl when compiling.
7694         (reference-point-alist, compose-gstring-for-graphic)
7695         (compose-gstring-for-terminal): Fix typos in docstrings.
7697 2010-05-19  Juri Linkov  <juri@jurta.org>
7699         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
7700         set-window-parameter.
7702 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7704         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
7705         where appropriate.
7706         (tramp-maybe-open-connection): Use it.
7708 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
7710         * simple.el (move-end-of-line): Make sure we are at line beginning
7711         before backing up to end of previous line.
7713 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7715         * password-cache.el (password-cache-remove): Fix docstring.
7717         * net/secrets.el: Autoload the widget functions.
7718         (secrets-search-items, secrets-create-item)
7719         (secrets-get-attributes, secrets-expand-item): Attributes will be
7720         stored on the password database without leading ":", as all other
7721         clients do as well.
7722         (secrets-mode): Fix docstring.
7723         (secrets-show-secrets): Provide it as autoloaded command only when
7724         D-Bus support is available.  Check existence of Secret Service API.
7726 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7728         * indent.el (indent-region): Deactivate region (bug#6200).
7730 2010-05-19  Glenn Morris  <rgm@gnu.org>
7732         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
7734 2010-05-19  Kenichi Handa  <handa@m17n.org>
7736         * composite.el: Register compose-gstring-for-graphic in
7737         composition-function-table only for combining characters (Mn, Mc, Me).
7739 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
7741         * calc/calc-trail.el (calc-trail-isearch-forward)
7742         (calc-trail-isearch-backward): Ensure that the new window
7743         point is set correctly.
7745 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7747         * subr.el (read-quoted-char): Resolve modifiers after key
7748         remapping (bug#6212).
7750 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
7752         Add visualization code for secrets.
7753         * net/secrets.el (secrets-mode): New major mode.
7754         (secrets-show-secrets, secrets-show-collections)
7755         (secrets-expand-collection, secrets-expand-item)
7756         (secrets-tree-widget-after-toggle-function)
7757         (secrets-tree-widget-show-password): New defuns.
7759 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7761         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
7762         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
7763         handled in smie-next-sexp.
7764         (smie-indent-calculate): Provide a starting indentation (so the
7765         recursion is well-founded ;-).
7767         Fix handling of non-associative equal levels.
7768         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
7769         when it's not needed.
7770         (smie-op-left, smie-op-right): New functions.
7771         (smie-next-sexp): New function, extracted from smie-backward-sexp.
7772         Better handle equal levels to distinguish the associative case from
7773         the "multi-keyword construct" case.
7774         (smie-backward-sexp, smie-forward-sexp): Use it.
7776 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
7778         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
7780         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
7781         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
7783 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7785         Provide a simple generic indentation engine and use it for Prolog.
7786         * emacs-lisp/smie.el: New file.
7787         * progmodes/prolog.el (prolog-smie-op-levels)
7788         (prolog-smie-indent-rules): New var.
7789         (prolog-mode-variables): Use them to configure SMIE.
7790         (prolog-indent-line, prolog-indent-level): Remove.
7792 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
7794         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
7795         order before computing the averages.
7797 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
7799         * calc/calc-vec.el (calc-histogram):
7800         (calcFunc-histogram): Allow vectors as inputs.
7801         (math-vector-avg): New function.
7803         * calc/calc-ext.el (math-group-float): Have the number of digits
7804         being grouped depend on the radix (Bug#6189).
7806 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
7808         * version.el (emacs-copyright, emacs-version): Don't define here,
7809         now that emacs.c defines it.
7811 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
7813         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
7814         "Describe Language Environment" menu item.
7816         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
7818         Bidi-sensitive movement with arrow keys.
7819         * subr.el (right-arrow-command, left-arrow-command): New functions.
7821         * bindings.el (global-map): Bind them to right and left arrow keys.
7823         Don't override standard definition of convert-standard-filename.
7824         * files.el (convert-standard-filename):
7825         Call w32-convert-standard-filename and dos-convert-standard-filename on
7826         the corresponding systems.
7828         * w32-fns.el (w32-convert-standard-filename): Rename from
7829         convert-standard-filename.  Doc fix.
7831         * dos-fns.el (dos-convert-standard-filename): Doc fix.
7832         (convert-standard-filename): Don't defalias.
7833         (register-name-alist, make-register, register-value)
7834         (set-register-value, intdos): Obsolete aliases for the
7835         corresponding dos-* functions and variables.
7836         (dos-intdos): Add a doc string.
7838 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
7840         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
7841         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
7842         (math-compose-tex-func):
7843         * calc/calccomp.el (math-compose-expr):
7844         * calc/calc-ext.el (math-format-flat-expr-fancy):
7845         * calc/calc-store.el (calc-read-var-name):
7846         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
7848         * calc/calc.el (var-π, var-φ, var-γ): New variables.
7849         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
7850         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
7851         (math-standard-units): Add units.
7853 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7855         * progmodes/asm-mode.el (asm-mode):
7856         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
7858         * pcomplete.el (pcomplete-completions-at-point): New function,
7859         extracted from pcomplete-std-complete.
7860         (pcomplete-std-complete): Use it.
7862 2010-05-15  Glenn Morris  <rgm@gnu.org>
7864         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7865         Remove references to CVS, RCS and Old directories.
7867 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
7869         * calc/calc-bin.el (math-format-twos-complement): Group digits when
7870         appropriate.
7872 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7874         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
7875         (sh-mode-syntax-table): Give it a default value instead.
7876         (sh-header-marker): Make buffer-local.
7877         (sh-mode): Move make-local-variable to the corresponding setq.
7878         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
7879         Use complete-with-action.
7881         * simple.el (prog-mode): New (abstract) major mode.
7882         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
7883         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
7885 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
7887         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
7888         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
7889         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
7890         (sql-make-alternate-buffer-name, sql-placeholders-filter)
7891         (sql-escape-newlines-filter, sql-input-sender)
7892         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
7894 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
7896         Add TeX open-block and close-block keybindings to SGML, and vice versa.
7898         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
7899         latex-open-block and C-c / to latex-close-block.
7901         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
7902         and C-c C-e to sgml-close-tag.
7904 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
7906         * net/tramp.el (with-progress-reporter): Create reporter object
7907         only when the message would be displayed.  Handle nested calls.
7908         (tramp-handle-load, tramp-handle-file-local-copy)
7909         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7910         (tramp-maybe-send-script, tramp-find-shell):
7911         Use `with-progress-reporter'.
7912         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
7913         Fix message text.
7915         * net/tramp-smb.el (tramp-smb-handle-copy-file)
7916         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7917         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
7918         Use `with-progress-reporter'.
7920 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
7922         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
7923         process everytime when spellchecking from the minibuffer (bug#6143).
7925 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7927         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
7929         * dos-fns.el: Add "dos-" prefix for namespace control.
7930         (convert-standard-filename): Define as alias for
7931         dos-convert-standard-filename but only if applicable.
7933 2010-05-12  Alan Mackenzie  <acm@muc.de>
7935         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
7936         Push the mark at the start of these functions when appropriate.
7938 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7940         * minibuffer.el (completion-cycle-threshold): New custom var.
7941         (completion--do-completion): Use it.
7942         (minibuffer-complete): Use cycling if appropriate.
7944 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
7946         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
7947         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
7949 2010-05-11  Juri Linkov  <juri@jurta.org>
7951         * scroll-all.el (scroll-all-check-to-scroll):
7952         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
7954 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7956         * iimage.el (iimage-mode-map): Move initialization into declaration.
7957         (iimage-mode-buffer): Use with-silent-modifications.
7958         Simplify calling convention.  Adjust callers.
7959         (iimage-mode): Don't run hook redundantly.
7961         * minibuffer.el (completion-pcm--pattern->regex):
7962         Fix last change (bug#6160).
7964 2010-05-10  Juri Linkov  <juri@jurta.org>
7966         Remove nodes visited during Isearch from the Info history.
7967         * info.el (Info-isearch-initial-history)
7968         (Info-isearch-initial-history-list): New variables.
7969         (Info-isearch-start): Record initial values of
7970         Info-isearch-initial-history and Info-isearch-initial-history-list.
7971         Add Info-isearch-end to isearch-mode-end-hook.
7972         (Info-isearch-end): New function.
7974 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
7976         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
7977         format string, in order to work around a bug in pdksh.
7978         Reported by Gilles Pion <gpion@lfdj.com>.
7979         (tramp-handle-verify-visited-file-modtime): Do not send a command
7980         when the connection is not established.
7981         (tramp-handle-set-file-times): Simplify the check for utc.
7983 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
7985         Fix use of `filter-buffer-substring' (rework previous change).
7986         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
7987         (cua-repeat-replace-region):
7988         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
7989         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7990         (cua-cut-region-to-global-mark): Use it.
7992 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
7994         * progmodes/sql.el: Version 2.1.
7995         (sql-product-alist): Redesign structure of product info.
7996         (sql-product, sql-user, sql-server, sql-database): Safe variables.
7997         (sql-port, sql-port-history): New variables.
7998         (sql-interactive-product): New variable.
7999         (sql-send-terminator): New variable.
8000         (sql-imenu-generic-expression): Add "Types" imenu entry.
8001         (sql-oracle-login-params, sql-sqlite-login-params)
8002         (sql-mysql-login-params, sql-solid-login-params)
8003         (sql-sybase-login-params, sql-informix-login-params)
8004         (sql-ingres-login-params, sql-ms-login-params)
8005         (sql-postgres-login-params, sql-interbase-login-params)
8006         (sql-db2-login-params, sql-linter-login-params)
8007         (sql-oracle-scan-on): New variables.
8008         (sql-mode-map): Add C-c C-i to start interactive mode.
8009         (sql-mode-menu): Update existing menu entries.
8010         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
8011         (sql-mode-oracle-font-lock-keywords)
8012         (sql-mode-postgres-font-lock-keywords)
8013         (sql-mode-ms-font-lock-keywords)
8014         (sql-mode-sybase-font-lock-keywords)
8015         (sql-mode-informix-font-lock-keywords)
8016         (sql-mode-interbase-font-lock-keywords)
8017         (sql-mode-ingres-font-lock-keywords)
8018         (sql-mode-solid-font-lock-keywords)
8019         (sql-mode-mysql-font-lock-keywords)
8020         (sql-mode-sqlite-font-lock-keywords)
8021         (sql-mode-db2-font-lock-keywords)
8022         (sql-mode-linter-font-lock-keywords): Update initialization to
8023         reduce run-time complexity.
8024         (sql-add-product, sql-del-product): New functions.
8025         (sql-set-product-feature, sql-get-product-feature): New functions.
8026         (sql-product-font-lock): Update product API.
8027         (sql-add-product-keywords): New function.
8028         (sql-highlight-product): Update product API.
8029         (sql-help-list-products): New function.
8030         (sql-help): Dynamically lists free and non-free products.
8031         (sql-get-login): Correct bug in handling history and added
8032         prompt for port.
8033         (sql-copy-column): Copy without properties.
8034         (sqli-input-sender): Apply filters to SQLi input.
8035         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
8036         Implement as a filter.
8037         (sql-escape-newlines-filter): Implement as a filter.
8038         (sql-remove-tabs-filter): New function.
8039         (sql-send-magic-terminator): New function.
8040         (sql-send-string): Implement magic terminator.
8041         (sql-send-region): Use `sql-send-string'.
8042         (sql-interactive-mode): Use product API.
8043         (sql-product-interactive): Use product API.
8044         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8045         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8046         (sql-db2, sql-linter): Use `sql-product-interactive'.
8047         (sql-connect): New function.
8048         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8049         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8050         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
8051         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8052         Use `sql-connect'.
8054 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8056         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
8057         New custom variable.
8058         (completion-pcm--string->pattern): Use it.
8059         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
8060         Make it handle any symbol as `any'.
8061         (completion-pcm--merge-completions): Extract common suffix for the new
8062         `prefix' symbol as well.
8063         (completion-substring--all-completions): Use the new `prefix' symbol.
8065 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
8067         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
8068         not bound.
8069         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
8070         (tramp-compat-funcall): New defmacro.
8071         (tramp-compat-line-beginning-position)
8072         (tramp-compat-line-end-position)
8073         (tramp-compat-temporary-file-directory)
8074         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
8075         (tramp-compat-copy-file, tramp-compat-copy-directory)
8076         (tramp-compat-delete-file, tramp-compat-delete-directory)
8077         (tramp-compat-number-sequence, tramp-compat-process-running-p)
8078         * net/tramp.el (top, with-progress-reporter)
8079         (tramp-rfn-eshadow-setup-minibuffer)
8080         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
8081         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
8082         (tramp-completion-mode-p, tramp-check-for-regexp)
8083         (tramp-open-connection-setup-interactive-shell)
8084         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
8085         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
8086         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
8087         * net/tramp-cmds.el (tramp-cleanup-all-connections)
8088         (tramp-reporter-dump-variable, tramp-load-report-modules)
8089         (tramp-append-tramp-buffers)
8090         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
8092         * net/tramp-imap.el (top): Autoload `epg-make-context'.
8094 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8096         * progmodes/compile.el (compilation-buffer-modtime): Rename from
8097         buffer-modtime.  Adjust users.
8099 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
8101         * international/mule.el (auto-coding-alist): Only purecopy
8102         car of each item, not the whole list (Bug#6083).
8104 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
8106         * progmodes/js.el (js-mode): Make paragraph variables local before
8107         calling c-setup-paragraph-variables (Bug#6071).
8109 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
8111         * composite.el (compose-region, reference-point-alist): Fix typos
8112         in the doc strings.
8114 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
8116         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
8117         gnuplot's "set" command.
8119 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
8121         * abbrev.el (last-abbrev-text): Doc fix.
8122         (abbrev-prefix-mark): Don't escape parenthesis.
8124 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
8126         * composite.el (find-composition): Doc fix.
8128 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
8130         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
8131         (sql-oracle-program, sql-sqlite-options)
8132         (sql-query-placeholders-and-send): Doc fixes.
8133         (sql-set-product, sql-interactive-mode): Reflow docstrings.
8134         (sql-imenu-generic-expression, sql-buffer)
8135         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
8136         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
8137         (sql-mode-sybase-font-lock-keywords)
8138         (sql-mode-informix-font-lock-keywords)
8139         (sql-mode-interbase-font-lock-keywords)
8140         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
8141         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
8142         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
8143         (sql-product-feature, sql-highlight-product)
8144         (comint-line-beginning-position, sql-rename-buffer)
8145         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
8146         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
8147         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
8148         Fix typos in docstrings.
8150 2010-05-08  Juri Linkov  <juri@jurta.org>
8152         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
8153         property instead of `invisible' and `after-string' (bug#5998).
8155 2010-05-08  Juri Linkov  <juri@jurta.org>
8157         * image-mode.el (image-mode-as-text): Fix typo in docstring.
8159 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
8161         * filecache.el (file-cache-add-directory-list)
8162         (file-cache-add-directory-recursively): Fix typos in docstrings.
8164 2010-05-08  Kenichi Handa  <handa@m17n.org>
8166         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
8167         (gujarati-composable-pattern): Fix typo.
8169 2010-05-08  Kenichi Handa  <handa@m17n.org>
8171         * language/indian.el (oriya-composable-pattern)
8172         (tamil-composable-pattern, malayalam-composable-pattern):
8173         Add two-part vowels to "v" (vowel sign).
8175 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
8177         * files.el (copy-directory): Handle symlinks (Bug#5982).
8179 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
8181         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
8182         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
8183         (Bug#5846).
8185 2010-05-08  Glenn Morris  <rgm@gnu.org>
8187         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
8189         * minibuffer.el (completion-at-point): Doc fix.
8191 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8193         * electric.el (Electric-command-loop): Minor tweak.
8195         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
8196         better with dedicated windows.
8198 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
8200         * Version 23.2 released.
8202 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
8203             Stefan Monnier  <monnier@iro.umontreal.ca>
8205         Highlight vendor specific properties.
8206         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
8207         (css-proprietary-property): New face.
8208         (css-font-lock-keywords): Use them.
8210 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
8212         * cus-start.el (all): Add native condition for tool-bar-* symbols.
8214 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8216         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
8217         * files.el (auto-mode-alist): Remove redundant entries.
8219         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
8220         * simple.el (auto-save-mode): Move from files.el.
8221         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
8223 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8225         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
8227 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8229         * mail/binhex.el (binhex-decode-region-internal)
8230         * mail/uudecode.el (uudecode-decode-region-internal)
8231         * net/dns.el (dns-read-string-name, dns-write, dns-read)
8232         (dns-read-type, dns-query)
8233         * pgg-parse.el (pgg-parse-armor)
8234         * pgg.el (pgg-verify-region)
8235         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
8236         XEmacs.
8238         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
8240 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
8242         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
8244         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
8245         * emulation/cua-base.el (cua-repeat-replace-region):
8246         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8247         (cua-cut-region-to-global-mark):
8248         Remove text properties with `set-text-properties'.
8250 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
8252         * net/tramp.el (top, with-progress-reporter):
8253         Use `symbol-function' inside `funcall'.
8255         * net/tramp-compat.el (tramp-compat-file-attributes)
8256         (tramp-compat-delete-file, tramp-compat-delete-directory):
8257         Handle only `wrong-number-of-arguments' error.
8259         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
8260         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
8261         inside `funcall'.
8263 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8265         * minibuffer.el (completion--sreverse, completion--common-suffix):
8266         New functions.
8267         (completion-pcm--merge-completions): Extract common suffix when safe.
8269         * emacs-lisp/easy-mmode.el (define-minor-mode):
8270         Make :variable more flexible.
8271         * files.el (auto-save-mode): Use it to define using define-minor-mode.
8273 2010-05-05  Juri Linkov  <juri@jurta.org>
8275         Add `slow' and `history' tags to the desktop data.
8277         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
8278         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
8279         (Info-finder-find-node): Require `finder.el' to be able
8280         to restore node from the desktop.
8281         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
8282         data `Info-history' and `slow' tag in the assoc list.
8283         (Info-restore-desktop-buffer): Don't restore nodes with the
8284         `slow' tag.  Restore `Info-history'.
8286 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
8288         Add FORCE argument to `delete-file'.
8290         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
8291         forcing to delete the temporary file.
8292         (ange-ftp-delete-file): Add FORCE arg.
8293         (ange-ftp-rename-remote-to-remote)
8294         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
8295         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
8296         Force file deletion.
8298         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
8300         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
8301         (tramp-handle-make-symbolic-link, tramp-handle-load)
8302         (tramp-do-copy-or-rename-file-via-buffer)
8303         (tramp-do-copy-or-rename-file-directly)
8304         (tramp-do-copy-or-rename-file-out-of-band)
8305         (tramp-handle-process-file, tramp-handle-call-process-region)
8306         (tramp-handle-shell-command, tramp-handle-file-local-copy)
8307         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8308         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
8310         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
8311         (tramp-fish-handle-make-symbolic-link)
8312         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
8314         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8315         Use `tramp-compat-delete-file'.
8317         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
8318         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
8320         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
8321         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
8323         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
8324         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
8325         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8326         Use `tramp-compat-delete-file'.
8328 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8330         Minor cleanups.
8331         * subr.el (add-minor-mode): Use push.
8332         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
8333         * emulation/edt.el (edt-select-mode): Simplify.
8335         Use define-minor-mode in more cases.
8336         * term/tvi970.el (tvi970-set-keypad-mode):
8337         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8338         (normal-erase-is-backspace-mode):
8339         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
8340         (set-scroll-bar-mode-1): (Re)move to its sole caller.
8341         (get-scroll-bar-mode): New function.
8342         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
8344         Use define-minor-mode for less obvious cases.
8345         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
8346         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
8347         * international/iso-ascii.el (iso-ascii-mode):
8348         * frame.el (auto-raise-mode, auto-lower-mode):
8349         * composite.el (global-auto-composition-mode): Use define-minor-mode.
8351 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
8353         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
8354         in order to see error messages for failed logins.
8356 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
8358         * diff.el (diff-sentinel):
8360         * epg.el (epg--make-temp-file, epg-decrypt-string)
8361         (epg-verify-string, epg-sign-string, epg-encrypt-string):
8363         * jka-compr.el (jka-compr-partial-uncompress)
8364         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
8366         * server.el (server-sentinel): Use delete-file's new FORCE arg
8367         (Bug#6070).
8369 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8371         Use define-minor-mode where applicable.
8372         * view.el (view-mode):
8373         * type-break.el (type-break-query-mode)
8374         (type-break-mode-line-message-mode):
8375         * textmodes/reftex.el (reftex-mode):
8376         * term/vt100.el (vt100-wide-mode):
8377         * tar-mode.el (tar-subfile-mode):
8378         * savehist.el (savehist-mode):
8379         * ibuf-ext.el (ibuffer-auto-mode):
8380         * composite.el (auto-composition-mode):
8381         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8382         Use define-minor-mode.
8383         (vhdl-mode): Use static mode-line format.
8384         (vhdl-mode-line-update): Delete.
8385         (vhdl-create-mode-menu, vhdl-activate-customizations)
8386         (vhdl-hs-minor-mode): Don't bother calling it.
8388 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8390         * simple.el (with-wrapper-hook): Move.
8391         (buffer-substring-filters): Mark obsolete.
8392         (filter-buffer-substring-functions): New variable.
8393         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
8395 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
8396             Michael Albinus  <michael.albinus@gmx.de>
8398         Implement compression for inline methods.
8400         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
8401         (tramp-copy-size-limit): Allow also nil.
8402         (tramp-inline-compress-commands): New defconst.
8403         (tramp-find-inline-compress, tramp-get-inline-compress)
8404         (tramp-get-inline-coding): New defuns.
8405         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
8406         replaced by `tramp-get-inline-coding'.
8407         (tramp-handle-file-local-copy, tramp-handle-write-region)
8408         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
8410 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8412         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
8413         Remove unused functions.
8415         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
8416         Set find-tag-default-function as a variable rather than a property.
8418         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
8419         * progmodes/etags.el (tags-completion-at-point-function):
8420         Remove left over interactive spec.  Add autoloading stub.
8421         (complete-tag): Use tags-completion-at-point-function.
8423 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
8425         * minibuffer.el (tags-completion-at-point-function): Fix return value.
8427 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
8429         * ido.el (ido-init-completion-maps): Remove C-v binding.
8430         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
8432 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
8434         * minibuffer.el (tags-completion-at-point-function): New function.
8435         (completion-at-point-functions): Use it.
8437         * progmodes/etags.el (complete-tag): Revert last change.
8439 2010-04-29  Alan Mackenzie  <acm@muc.de>
8441         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
8442         off-by-one error (in end of macro position).
8444 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8446         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
8447         firefox is absent.  Don't autoload.
8448         (browse-url-galeon-program): Don't autoload.
8450 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
8452         * bindings.el (complete-symbol): Move into minibuffer.el.
8454         * minibuffer.el (complete-tag): Move from etags.el.  If tags
8455         completion cannot be performed, return nil instead of signalling
8456         an error.
8457         (completion-at-point): Make it an alias for complete-symbol.
8458         (complete-symbol): Move from bindings.el, and replace with the
8459         body of completion-at-point.
8461         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
8463 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
8465         * net/tramp.el (tramp-remote-selinux-p): New defun.
8466         (tramp-handle-file-selinux-context)
8467         (tramp-handle-set-file-selinux-context): Use it.
8469 2010-04-28  Sam Steingold  <sds@gnu.org>
8471         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8472         `safe-local-variable' if the value is a string or a symbol with
8473         the property `bug-reference-url-format'.
8475 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
8477         * progmodes/bug-reference.el (bug-reference-url-format):
8478         Revert 2010-04-27 change due to security risk.
8480 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8482         Make it possible to locally disable a globally enabled mode.
8483         * simple.el (fundamental-mode): Run fundamental-mode-hook.
8484         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
8485         rather than kill-all-local-variables so it runs fundamental-mode-hook.
8486         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8487         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
8488         that subsequent hooks get a chance to disable it.
8490 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8492         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8493         Avoid re-enabling a minor mode after the user turned the minor mode
8494         off if MODE-enable-in-buffers is run twice (typically once from
8495         fundamental-mode's after-change-major-mode-hook and a second time from
8496         run-mode-hook's own after-change-major-mode-hook).
8498         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
8500 2010-04-27  Sam Steingold  <sds@gnu.org>
8502         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8503         `safe-local-variable' if the value is a string or a function, as
8504         documented and implemented on 2010-04-02.
8506 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
8508         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
8509         when method is 'kill.
8511 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
8513         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
8514         condition in default directory check.
8515         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
8516         Kill ispell process when killing its associated buffer.
8518 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
8520         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
8521         but we aren't using it.
8523 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
8525         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
8526         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
8528 2010-04-24  Glenn Morris  <rgm@gnu.org>
8530         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
8531         Ignore VCS-ignore files, and deleted nextstep preferences files.
8532         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
8533         (authors-ambiguous-files): New list.
8534         (authors-valid-file-names): Add some deleted files.
8535         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
8536         (authors-disambiguate-file-name): New function.  (Bug#5501)
8537         (authors-canonical-file-name): Doc fix.
8538         Don't warn about obsolete files.
8539         (authors-canonical-file-name, authors-scan-el):
8540         Use authors-disambiguate-file-name.
8542         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8543         Add autoload cookies.
8544         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
8545         (generated-autoload-file): Set file-local value to "htmlfontify.el".
8546         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
8547         They have definitions / compiler macros in cl.el.
8548         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8549         Replace manual autoloads with generated ones.
8550         (htmlfontify-unload-rgb-file): Remove autoload.
8551         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
8553 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8555         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
8556         (byte-compile-setq-default): Optimize for the
8557         single-var case and don't call byte-compile-form in this case to avoid
8558         inf-loop with byte-compile-set-default.
8560         * progmodes/compile.el (compilation-start): Abbreviate default directory.
8562 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
8564         Implement SELINUX backends.
8566         * net/tramp.el (tramp-file-name-handler-alist):
8567         Add `file-selinux-context' and `set-file-selinux-context'.
8568         (tramp-handle-file-selinux-context)
8569         (tramp-handle-set-file-selinux-context): New defuns.
8570         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
8571         Handle PRESERVE-SELINUX-CONTEXT.
8573         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8574         Add `file-selinux-context' and `set-file-selinux-context'.
8575         (tramp-gvfs-handle-file-selinux-context)
8576         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
8577         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
8579         * net/ange-ftp.el (ange-ftp-copy-file):
8580         * net/tramp-fish.el (tramp-fish-handle-copy-file):
8581         * net/tramp-imap.el (tramp-imap-handle-copy-file):
8582         * net/tramp-smb.el (tramp-smb-handle-copy-file):
8583         Add PRESERVE-SELINUX-CONTEXT.
8585 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
8587         Synchronize with Tramp repository.
8589         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
8590         (tramp-action-process-alive, tramp-action-out-of-band)
8591         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
8592         (tramp-exists-file-name-handler): Fix docstring.
8593         (with-progress-reporter): New defmacro.
8594         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
8595         (tramp-maybe-open-connection): Use it.
8597 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
8599         Detect ssh 'ControlMaster' argument automatically in some cases.
8601         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
8602         (tramp-default-method): Use it.
8604 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
8606         * net/tramp.el (tramp-handle-copy-file): Add new optional
8607         parameter `preserve-selinux-context'.
8608         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
8610 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
8612         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
8613         Ensure, that non remote files are still checked.  Oops.
8615 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
8617         Fix Bug#5840.
8619         * icomplete.el (icomplete-completions): Use `non-essential'.
8621         * net/tramp.el (tramp-connectable-p): New defun.
8622         (tramp-handle-expand-file-name)
8623         (tramp-completion-handle-file-name-all-completions)
8624         (tramp-completion-handle-file-name-completion): Use it.
8626 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8628         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
8630 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
8632         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
8634         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
8636         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
8637         is present.
8639         * info.el (info-tool-bar-map): Add labels.
8641         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
8643         * cus-edit.el (custom-commands): Add labels for tool bar.
8644         (custom-buffer-create-internal, Custom-mode): Adjust for
8645         labels in custom-commands.
8647         * dynamic-setting.el: Renamed from font-setting.el.
8649 2010-04-21  John Wiegley  <jwiegley@gmail.com>
8651         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
8652         toggles the use of virtual buffers.
8653         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
8654         (ido-toggle-virtual-buffers): New function.
8656 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
8658         Use `define-derived-mode'; fix window selection; doc fixes.
8659         * play/tetris.el (tetris, tetris-update-speed-function)
8660         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
8661         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
8662         (tetris-rotate-next, tetris-end-game, tetris-start-game)
8663         (tetris-pause-game): Fix typos in docstrings.
8664         (tetris-mode-map, tetris-null-map):
8665         Move initialization into declaration.
8666         (tetris-mode): Define with `define-derived-mode';
8667         set show-trailing-whitespace to nil.
8668         (tetris): Prefer window already displaying the "*Tetris*" buffer.
8670 2010-04-21  Karel Klíč  <kklic@redhat.com>
8672         * files.el (backup-buffer): Handle SELinux context, and return it
8673         if a backup was made by renaming.
8674         (backup-buffer-copy): Set SELinux context to the target file.
8675         (basic-save-buffer): Set SELinux context of the newly written file.
8676         (basic-save-buffer-1): Now it also returns any SELinux context.
8677         (basic-save-buffer-2): Set SELinux context of the newly created file,
8678         and return it.
8679         * net/tramp.el (tramp-file-name-for-operation):
8680         Add file-selinux-context.
8682 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8684         Make the log-edit comments use RFC822 format throughout.
8686         * vc.el (vc-checkin, vc-modify-change-comment):
8687         Adjust to new vc-start/finish-logentry.
8688         (vc-find-conflicted-file): New command.
8689         (vc-transfer-file): Adjust to new vc-checkin.
8690         (vc-next-action): Improve scoping.
8692         * vc-hg.el (vc-hg-log-edit-mode): Remove.
8693         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
8695         * vc-git.el (vc-git-log-edit-mode): Remove.
8696         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
8697         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
8699         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
8700         (vc-start-logentry): Remove argument `extra'.
8701         (vc-finish-logentry): Remove extra args.
8703         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
8704         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
8705         (vc-bzr-conflicted-files): New function.
8707         * log-edit.el (log-edit-extra-flags)
8708         (log-edit-before-checkin-process): Remove.
8709         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
8710         (log-edit-headers-alist): New var.
8711         (log-edit-header-contents-regexp): New const.
8712         (log-edit-match-to-eoh): New function.
8713         (log-edit-font-lock-keywords): Use them.
8714         (log-edit): Insert a "Summary:" header as default.
8715         (log-edit-mode): Mark font-lock rules as case-insensitive.
8716         (log-edit-done): Cleanup headers.
8717         (log-view-process-buffer): Remove.
8718         (log-edit-extract-headers): New function to replace it.
8720 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
8722         * subr.el (default-direction-reversed): Remove obsolescence info.
8724 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8726         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
8727         windows/frames.
8729         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
8730         I.e. include text after point in the completion region.
8731         Also, return nil when we're not after/in a symbol.
8733         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
8734         default enable-multibyte-characters.
8736 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8738         * international/mule.el: Help the user choose a valid coding-system.
8739         (read-buffer-file-coding-system): New function.
8740         (set-buffer-file-coding-system): Use it.  Prompt the user if the
8741         coding-system cannot encode all the chars.
8743         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
8744         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
8745         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
8746         Don't use *vc-bzr-shelve*.
8748 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
8750         Fix the version number for added files.
8751         * vc-hg.el (vc-hg-working-revision): Check if the file is
8752         registered after hg parent fails (Bug#5961).
8754 2010-04-19  Glenn Morris  <rgm@gnu.org>
8756         * htmlfontify.el (htmlfontify-buffer)
8757         (htmlfontify-copy-and-link-dir): Autoload entry points.
8759 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
8761         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
8762         name relative to the project root (Bug#5960).
8764 2010-04-19  Glenn Morris  <rgm@gnu.org>
8766         * vc-git.el (vc-git-print-log): Doc fix.
8768 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
8770         * ido.el (ido-file-internal): Fix 2009-12-02 change.
8772 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
8774         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
8775         default settings (Bug#5928).
8777 2010-04-19  Glenn Morris  <rgm@gnu.org>
8779         * progmodes/fortran.el (fortran-match-and-skip-declaration):
8780         New function.
8781         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
8783 2010-04-19  Kenichi Handa  <handa@m17n.org>
8785         * language/indian.el (malayalam-composable-pattern): Fix previous
8786         change (add U+0D4D "SIGN VIRAMA").
8787         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
8788         (tamil-composable-pattern): Fix typo in the regexp.
8789         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
8790         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
8791         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
8793 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
8795         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
8796         paragraph-separate (Bug#5821).
8798 2010-04-19  Juri Linkov  <juri@jurta.org>
8800         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
8802         * info.el (Info-find-node-2): Comment out code that skips
8803         breadcrumbs line.
8804         (Info-mouse-follow-link): New command.
8805         (Info-link-keymap): New keymap.
8806         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
8807         Return a string with links instead of inserting breadcrumbs
8808         to the Info buffer.
8809         (Info-fontify-node): Comment out code that inserts breadcrumbs.
8810         Instead of putting the `invisible' text property over the Info
8811         header, make an overlay over the Info header with the `invisible'
8812         property and `after-string' set to the string returned by
8813         `Info-breadcrumbs'.
8815 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
8817         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
8818         Reported by monkey@sandpframing.com.
8820 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8822         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
8823         (tmm-get-keymap): Add key-binding shortcuts now that they're not
8824         available in the "keyseq cache" any more.
8826         * custom.el (defcustom): Add edebug spec.
8828 2010-04-18  Juri Linkov  <juri@jurta.org>
8830         Test for special mode-class in view-buffer instead of view-file (bug#5513).
8832         * view.el (view-file, view-buffer): Move test for special mode-class
8833         from view-file to view-buffer.
8835         * tar-mode.el (tar-extract): Turn if's into one cond
8836         like in arc-mode.el.
8838 2010-04-18  Juri Linkov  <juri@jurta.org>
8840         Add 7z archive format support (bug#5475).
8842         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
8843         (archive-7z-extract): New defcustom.
8844         (archive-find-type): Add magic string for 7z.
8845         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
8846         If `stderr-file' is non-nil, use `(t stderr-file)' for the
8847         `buffer' arg of `call-process'.
8848         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
8849         call the function `archive-7z-extract' with the variable
8850         `archive-7z-extract' let-bound to `archive-zip-extract'.
8851         (archive-7z-summarize, archive-7z-extract): New functions.
8853         * international/mule.el (auto-coding-alist):
8854         * files.el (auto-mode-alist): Add 7z file extension.
8856 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8858         * loadup.el: Setup hash-cons for pure data.
8860         Fix duplicate entries in cedet's loaddefs.el files.
8861         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
8862         Should make most file-local generated-autoload-file unnecessary.
8863         (print-readably): Silence warnings.
8864         (autoload-find-destination): Take load-name as an arg to make sure
8865         it's the same as the one that will be in the file.
8866         (autoload-generate-file-autoloads): Adjust to above changes.
8867         Try to make the dataflow a bit simpler.
8869         * cvs-status.el (cvs-refontify): Remove unused.
8871 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
8873         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
8875         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
8876         twos-complement mode.
8878 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
8880         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8881         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
8882         (calc-inverse): Add "Option" to message, as appropriate.
8883         (calc-hyperbolic): Add "Option" to message, as appropriate.
8884         (calc-option, calc-is-option): New functions.
8886         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
8887         (calc-option-prefix-help): New function.
8889         * calc/calc-misc.el (calc-help): Add "Option" entry.
8891         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
8892         (calc-option-flag): New variable.
8893         (calc-do): Set `calc-option-flag to nil.
8894         (calc-set-mode-line): Add "Opt " as appropriate.
8896 2010-04-16  Juri Linkov  <juri@jurta.org>
8898         Move scrolling commands from simple.el to window.el
8899         because their primitives are implemented in window.c.
8901         * simple.el (scroll-error-top-bottom)
8902         (scroll-up-command, scroll-down-command, scroll-up-line)
8903         (scroll-down-line, scroll-other-window-down)
8904         (beginning-of-buffer-other-window, end-of-buffer-other-window):
8905         * window.el (scroll-error-top-bottom)
8906         (scroll-up-command, scroll-down-command, scroll-up-line)
8907         (scroll-down-line, scroll-other-window-down)
8908         (beginning-of-buffer-other-window, end-of-buffer-other-window):
8909         Move from simple.el to window.el because their primitives are
8910         implemented in window.c.
8912 2010-04-16  Juri Linkov  <juri@jurta.org>
8914         * isearch.el (isearch-lookup-scroll-key): Check both
8915         `isearch-scroll' and `scroll-command' properties.
8916         (scroll-up, scroll-down): Remove `isearch-scroll' property.
8918         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
8920         * simple.el (scroll-up-command, scroll-down-command)
8921         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
8923 2010-04-15  Juri Linkov  <juri@jurta.org>
8925         * simple.el (scroll-up-command, scroll-down-command)
8926         (scroll-up-line, scroll-down-line): Put `scroll-command'
8927         property on the these symbols.  Remove them from
8928         `scroll-preserve-screen-position-commands'.
8930         * mwheel.el (mwheel-scroll): Put `scroll-command' and
8931         `isearch-scroll' properties on the `mwheel-scroll' symbol.
8932         Remove it from `scroll-preserve-screen-position-commands'.
8934         * isearch.el (isearch-allow-scroll): Doc fix.
8936 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
8938         * net/tramp.el (tramp-error-with-buffer): Don't show the
8939         connection buffer when we are in completion mode.
8940         (tramp-file-name-handler): Catch the error for some operations
8941         when we are in completion mode.  This gives the user the chance to
8942         correct the file name in the minibuffer.
8944 2010-04-15  Glenn Morris  <rgm@gnu.org>
8946         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
8948 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
8950         Simplify by using `define-derived-mode'.
8951         * info.el (Info-mode):
8952         * calendar/todo-mode.el (todo-mode):
8953         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
8954         (gomoku-mode-map): Move initialization into declaration.
8956 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
8958         Fix Bug#5840.
8959         * ido.el (ido-file-name-all-completions-1):
8960         * minibuffer.el (minibuffer-completion-help):
8961         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
8963 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8965         * simple.el (non-essential): New var.
8967         Add a new field `location' to bookmarks for non-file bookmarks.
8968         * bookmark.el (bookmark-location): Use the new field, if present.
8969         (bookmark-insert-location): Undo last change, not needed any more.
8970         * man.el (Man-bookmark-make-record):
8971         * woman.el (woman-bookmark-make-record): Add `location' field.
8973 2010-04-14  Juri Linkov  <juri@jurta.org>
8975         * simple.el (scroll-error-top-bottom): New defcustom.
8976         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
8978         * emulation/pc-select.el (pc-select-override-scroll-error):
8979         Obsolete in favor of `scroll-error-top-bottom'.
8981 2010-04-14  Juri Linkov  <juri@jurta.org>
8983         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
8984         `scroll-up-command' and `M-v' to `scroll-down-command'.
8986         * emulation/cua-rect.el (cua--init-rectangles):
8987         * forms.el (forms--change-commands):
8988         * image-mode.el (image-mode-map):
8989         Remap scroll-down-command and scroll-up-command
8990         in addition to scroll-down and scroll-up.
8992 2010-04-14  Juri Linkov  <juri@jurta.org>
8994         * mwheel.el (scroll-preserve-screen-position-commands):
8995         Add mwheel-scroll to this list of commands.
8997         * simple.el (scroll-preserve-screen-position-commands):
8998         Add scroll-up-command, scroll-down-command, scroll-up-line,
8999         scroll-down-line to this list of commands.
9001 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9003         * obsolete/complete.el: Move from lisp/complete.el.
9005         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
9007         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
9008         to the minor mode function now turns the mode ON unconditionally.
9010 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9012         * vc-dir.el (vc-dir-kill-line): New command.
9013         (vc-dir-mode-map): Bind it to C-k.
9015         * bookmark.el (bookmark-insert-location): Handle a nil filename.
9017         * woman.el: Add bookmark declarations to silence the compiler.
9018         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
9019         step to compatibility between man and woman bookmarks.
9020         Adjust for Man-default-bookmark-title renaming.
9021         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
9023         * man.el: Add bookmark declarations to silence the compiler.
9024         (Man-name-local-regexp): Make it match NAME as well.
9025         (Man-getpage-in-background): Return the buffer.
9026         (Man-notify-when-ready): Use `case'.
9027         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
9028         Don't hardcode "NAME".  Simplify.
9029         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
9030         Rename from Man-bookmark-make-record.
9031         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
9032         we have the actual man-args.  Use Man-getpage-in-background rather
9033         than `man' since the arg is already processed.  Let bookmark.el do the
9034         window handling.  Only wait for the relevant process.
9035         Don't forget to autoload.
9037         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
9039 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9041         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
9042         New functions.
9043         (woman-mode): Setup bookmark support.
9045         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
9046         (man-bookmark-jump): New functions.
9047         (Man-mode): Setup bookmark support.
9049 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
9051         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
9052         recognize ssh-keygen prompt (Bug#2817).
9054 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
9056         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
9058 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
9060         Synchronize with Tramp repository.
9062         * net/tramp.el (tramp-completion-function-alist)
9063         (tramp-file-name-regexp, tramp-chunksize)
9064         (tramp-local-coding-commands, tramp-remote-coding-commands):
9065         Fix docstring.
9066         (tramp-remote-process-environment): Use `format' instead of `concat'.
9067         (tramp-handle-directory-files-and-attributes)
9068         (tramp-get-remote-path): Use `copy-tree'.
9069         (tramp-handle-file-name-all-completions): Backward/ XEmacs
9070         compatibility: Use `completion-ignore-case' if
9071         `read-file-name-completion-ignore-case' does not exist.
9072         (tramp-do-copy-or-rename-file-directly): Do not use
9073         `tramp-handle-file-remote-p'.
9074         (tramp-do-copy-or-rename-file-out-of-band):
9075         Use `tramp-compat-delete-directory'.
9076         (tramp-do-copy-or-rename-file-out-of-band)
9077         (tramp-compute-multi-hops, tramp-maybe-open-connection):
9078         Use `format-spec-make'.
9079         (tramp-find-foreign-file-name-handler)
9080         (tramp-advice-make-auto-save-file-name)
9081         (tramp-set-auto-save-file-modes): Remove superfluous check for
9082         `stringp'.  This is done inside `tramp-tramp-file-p'.
9083         (tramp-debug-outline-regexp): New defconst.
9084         (tramp-get-debug-buffer): Use it.
9085         (tramp-check-for-regexp): Use (forward-line 1).
9086         (tramp-set-auto-save-file-modes): Adapt version check.
9088         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
9089         Wrap call of `featurep' for 2nd argument.
9090         (tramp-compat-make-temp-file): Simplify fallback implementation.
9091         (tramp-compat-copy-tree): Remove function.
9092         (tramp-compat-delete-directory): Provide implementation for older
9093         Emacsen.
9095         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
9096         Do not use `tramp-fish-handle-file-attributes.
9098         * net/trampver.el: Update release number.
9100 2010-04-10  Glenn Morris  <rgm@gnu.org>
9102         * progmodes/compile.el (compilation-save-buffers-predicate):
9103         Add missing :version tag.
9105 2010-04-09  Sam Steingold  <sds@gnu.org>
9107         * progmodes/compile.el (compilation-save-buffers-predicate):
9108         Remove the "autoload" cookie.
9110         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
9111         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
9112         and `bug-reference-prog-mode' can be used in hooks directly.
9114 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
9116         Add --author support to git commit.
9117         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
9118         (vc-git-log-edit-mode): New minor mode.
9119         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
9120         New declarations.
9122 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
9124         * vc-hooks.el, vc-git.el: Improve documentation comments.
9126 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9128         Fix some of the problems in defsubst* (bug#5728).
9129         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
9130         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
9132 2010-04-07  Sam Steingold  <sds@gnu.org>
9134         * progmodes/compile.el (compilation-save-buffers-predicate):
9135         New custom variable.
9136         (compile, recompile): Pass it to `save-some-buffers'.
9138 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
9140         * wid-edit.el (widget-choose): Move cursor to the second line of
9141         the buffer (Bug#5695).
9143 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
9145         Add new VC methods: vc-log-incoming and vc-log-outgoing.
9146         * vc.el (vc-print-log-setup-buttons): New function split out from
9147         vc-print-log-internal.
9148         (vc-log-internal-common): New function, a parametrized version of
9149         vc-print-log-internal.
9150         (vc-print-log-internal): Just call vc-log-internal-common with the
9151         right arguments.
9152         (vc-incoming-outgoing-internal):
9153         (vc-log-incoming, vc-log-outgoing): New functions.
9154         (vc-log-view-type): New permanent local variable.
9156         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
9158         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
9159         of the dynamic bound vc-short-log.
9160         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
9162         * vc-git.el (vc-git-log-outgoing): New function.
9163         (vc-git-log-view-mode): Use vc-log-view-type instead
9164         of the dynamic bound vc-short-log.
9166         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
9167         of the dynamic bound vc-short-log.  Highlight the tag.
9168         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
9169         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
9170         (vc-hg-incoming-mode): Remove.
9171         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
9173 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
9175         Fix default-directory for vc-root-diff.
9176         * vc.el (vc-root-diff): Bind default-directory to the root
9177         directory for the diff command.
9179 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
9181         * progmodes/verilog-mode.el (verilog-forward-sexp):
9182         (verilog-calc-1): Support "disable fork" and "fork wait" multi
9183         word keywords, suggested by Steve Pearlmutter.
9184         (verilog-pretty-declarations): Support lineup of declarations in
9185         port lists.
9186         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
9187         fix bug for /* / comments.
9188         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
9189         Speed up and simplfy as this is never called with a bound.
9190         (verilog-pretty-declarations): Enhance to line up declarations
9191         inside a parameter list, suggested by Alan Morgan.
9192         (verilog-pretty-expr): Tune assignment regular expression match
9193         string for corner cases; also use markers instead of character
9194         number as indent changes the later.
9196 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
9198         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
9199         as missing keyword.
9200         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
9201         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
9202         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
9203         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
9204         Tennant.
9205         (verilog-keywords):
9206         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
9207         1800-2009 keywords, including "global.".
9209 2010-04-06  John Wiegley  <jwiegley@gmail.com>
9211         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
9212         appearing in buffer list (if a live buffer name matched a recentf
9213         file basename).  Should use uniquify to offer a real solution.
9215 2010-04-06  John Wiegley  <jwiegley@gmail.com>
9217         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
9218         comment to code, and add a :version tag.
9219         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
9221 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
9223         Enable recentf-mode if using virtual buffers.
9224         * ido.el (recentf-list): Declare for byte-compiler.
9225         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
9226         (ido-make-buffer-list): Simplify.
9227         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
9229 2010-04-05  Juri Linkov  <juri@jurta.org>
9231         Scrolling commands which scroll a line instead of full screen.
9232         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9234         * simple.el (scroll-up-line, scroll-down-line): New commands.
9235         Put property isearch-scroll=t on them.
9237         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
9238         Remove commands.
9240 2010-04-05  Juri Linkov  <juri@jurta.org>
9242         Scrolling commands which do not signal errors at top/bottom.
9243         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9245         * simple.el (scroll-up-command, scroll-down-command): New commands.
9246         Put property isearch-scroll=t on them.
9248         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
9249         `scroll-down-command' and [next] from `scroll-up' to
9250         `scroll-up-command'.
9252         * emulation/cua-base.el: Put property CUA=move on
9253         `scroll-up-command' and `scroll-down-command'.
9254         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
9255         and `scroll-down-command' to `cua-scroll-down'.
9257 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
9259         * help.el (describe-mode): Return nil.
9261 2010-04-04  John Wiegley  <jwiegley@gmail.com>
9263         * ido.el (ido-use-virtual-buffers): New variable to indicate
9264         whether "virtual buffer" support is enabled for IDO.
9265         (ido-virtual): Face used to indicate virtual buffers in the list.
9266         (ido-buffer-internal): If a buffer is chosen, and no such buffer
9267         exists, but a virtual buffer of that name does (which would be why
9268         it was in the list), recreate the buffer by reopening the file.
9269         (ido-make-buffer-list): If virtual buffers are being used, call
9270         `ido-add-virtual-buffers-to-list' before the make list hook.
9271         (ido-virtual-buffers): New variable which contains a copy of the
9272         current contents of the `recentf-list', albeit pared down for the
9273         sake of speed, and with proper faces applied.
9274         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
9275         create a list of "virtual buffers" to present to the user in
9276         addition to the currently open set.  Note that this logic could
9277         get rather slow if that list is too large.  With the default
9278         `recentf-max-saved-items' of 200, there is little speed penalty.
9280 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9282         * font-lock.el: Require CL when compiling.
9283         (font-lock-turn-on-thing-lock): Use `case'.
9285 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
9287         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
9288         Zaretskii.
9290 2010-04-02  Juri Linkov  <juri@jurta.org>
9292         * ehelp.el (electric-help-orig-major-mode):
9293         New buffer-local variable.
9294         (electric-help-mode): Set it to original major-mode.  Doc fix.
9295         (with-electric-help): Use `electric-help-orig-major-mode' instead
9296         of (default-value 'major-mode).  Doc fix.
9297         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
9299 2010-04-02  Sam Steingold  <sds@gnu.org>
9301         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
9302         `vc-hg-command' with a list of flags.
9304         * progmodes/bug-reference.el (bug-reference-bug-regexp):
9305         Also accept "patch" and "RFE".
9306         (bug-reference-fontify): `bug-reference-url-format' can also be a
9307         function to be able to handle the bug kind.
9308         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
9310 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
9312         * tmm.el (tmm-get-keymap): Check with symbolp before passing
9313         value to fboundp, it may not be a symbol.
9315 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9317         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
9319 2010-03-31  Juri Linkov  <juri@jurta.org>
9321         * simple.el (next-line, previous-line): Re-throw a signal
9322         with `signal' instead of using `ding'.
9323         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
9325 2010-03-31  Juri Linkov  <juri@jurta.org>
9327         * simple.el (keyboard-escape-quit): Raise deselecting the active
9328         region higher than exiting the minibuffer.
9329         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
9331 2010-03-31  Juri Linkov  <juri@jurta.org>
9333         * image.el (image-animated-p): Use `image-metadata' instead of
9334         `image-extension-data'.  Get GIF extenstion data from metadata
9335         property `extension-data'.
9337 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9339         * simple.el (append-to-buffer): Simplify.
9341 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
9343         * textmodes/artist.el (artist-mode): Fix typo in docstring.
9344         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
9346 2010-03-31  Kenichi Handa  <handa@m17n.org>
9348         * language/sinhala.el (composition-function-table): Fix regexp for
9349         the new Unicode specification.
9351         * language/indian.el (devanagari-composable-pattern)
9352         (tamil-composable-pattern, kannada-composable-pattern)
9353         (malayalam-composable-pattern): Adjust for the new Unicode
9354         specification.
9355         (bengali-composable-pattern, gurmukhi-composable-pattern)
9356         (gujarati-composable-pattern, oriya-composable-pattern)
9357         (telugu-composable-pattern): New variables to cope with the new
9358         Unicode specification.  Use them in composition-function-table.
9360 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9362         Make tmm-menubar work for the Buffers menu again (bug#5726).
9363         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
9364         vectors rather than cons cells, as used in menu-bar-update-buffers.
9366 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9368         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
9369         (js-insert-and-indent): Revert 2009-08-15 change, restoring
9370         electric punctuation for "{}();,:" (Bug#5586).
9372         * mail/sendmail.el (mail-default-directory): Doc fix.
9374 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9376         * mail/sendmail.el (mail-default-directory): Doc fix.
9378 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
9380         * subr.el (version-regexp-alist, version-to-list)
9381         (version-list-<, version-list-=, version-list-<=)
9382         (version-list-not-zero, version<, version<=, version=): Doc fix.
9383         (Bug#5744).
9385 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
9387         * vc.el (vc-root-diff): Doc fix.
9389 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9391         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
9393         * simple.el (append-to-buffer): Fix last change.
9395 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9397         * simple.el (append-to-buffer): Ensure that point is preserved if
9398         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
9399         (Bug#5749)
9401 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9403         * files.el (auto-mode-case-fold): Change default to t.
9405 2010-03-30  Juri Linkov  <juri@jurta.org>
9407         * dired-x.el (dired-omit-mode): Doc fix.
9409 2010-03-30  Juri Linkov  <juri@jurta.org>
9411         * replace.el (occur-accumulate-lines): Move occur-engine related
9412         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
9413         to be located after `occur-engine'.
9415 2010-03-30  Juri Linkov  <juri@jurta.org>
9417         Make occur handle multi-line matches cleanly with context.
9418         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
9420         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
9421         (occur-engine): Add local variables `ret', `prev-after-lines',
9422         `prev-lines'.  Use more arguments for `occur-context-lines'.
9423         Set first elem of its returned list to `data', and the second elem
9424         to `prev-after-lines'.  Don't print the separator line.
9425         In the end, print remaining context after-lines.
9426         (occur-context-lines): Add new arguments `begpt', `endpt',
9427         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
9428         after-lines of the previous match with before-lines of the
9429         current match and not overlap them.  Return a list with two
9430         values: the output line and the list of context after-lines.
9432 2010-03-30  Juri Linkov  <juri@jurta.org>
9434         * replace.el (occur-accumulate-lines): Fix a bug where the first
9435         context line at the beginning of the buffer was missing.
9437 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
9439         * files.el: Make bidi-display-reordering safe variable for boolean
9440         values.
9442 2010-03-29  Phil Hagelberg  <phil@evri.com>
9443             Chong Yidong  <cyd@stupidchicken.com>
9445         * subr.el: Extend progress reporters to perform "spinning".
9446         (progress-reporter-update, progress-reporter-do-update):
9447         Handle non-numeric value arguments.
9448         (progress-reporter--pulse-characters): New var.
9450 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
9452         * progmodes/compile.el (compilation-start): Fix regexp detection
9453         of initial cd command (Bug#5771).
9455 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
9457         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
9459 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
9461         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
9462         * progmodes/gdb-mi.el: Restore.
9463         * progmodes/gdb-ui.el: Remove.
9464         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
9466 2010-03-25  Glenn Morris  <rgm@gnu.org>
9468         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
9469         all dired buffers, even tramp ones.  (Bug#5755)
9471 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9473         Add "union tags" in mpc.el.
9474         * mpc.el: Remove backward compatibility code.
9475         (mpc-browser-tags): Change default.
9476         (mpc--find-memoize-union-tags): New var.
9477         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
9478         (mpc-cmd-find): Handle the case where the playlist does not exist.
9479         Handle union-tags.
9480         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
9481         (mpc-cmd-add): Use mpc-cmd-flush.
9482         (mpc-tagbrowser-tag-name): New fun.
9483         (mpc-tagbrowser-buf): Use it.
9484         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
9486 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9488         Misc cleanup.
9489         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
9490         Use replace-regexp-in-string.
9491         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
9492         (makefile-imake-mode-syntax-table): Move init into defvar.
9493         (makefile-mode): Use define-derived-mode.
9495         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
9496         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
9497         not be present any more.
9499 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9501         * faces.el (set-face-attribute): Fix typo in docstring.
9502         (face-valid-attribute-values): Reflow docstring.
9504 2010-03-24  Glenn Morris  <rgm@gnu.org>
9506         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
9508 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
9510         * indent.el (indent-for-tab-command): Doc fix.
9512 2010-03-24  Alan Mackenzie  <acm@muc.de>
9514         * progmodes/cc-engine.el (c-remove-stale-state-cache):
9515         Fix off-by-one error.  Fixes bug #5747.
9517 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9519         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
9520         (image-dired-read-comment): Doc fix.
9522         * json.el (json-object-type, json-array-type, json-key-type)
9523         (json-false, json-null, json-read-number):
9524         * minibuffer.el (completion-in-region-functions):
9525         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
9526         (cal-tex-cursor-week):
9527         * emacs-lisp/trace.el (trace-function):
9528         * eshell/em-basic.el (eshell/printnl):
9529         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
9530         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
9531         * obsolete/levents.el (allocate-event, event-key, event-object)
9532         (event-point, event-process, event-timestamp, event-to-character)
9533         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
9534         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
9535         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
9536         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
9537         (reftex-highlight-selection): Fix typos in docstrings.
9539 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9541         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
9543 2010-03-24  Glenn Morris  <rgm@gnu.org>
9545         * mail/rmail.el (rmail-highlight-face): Restore option deleted
9546         2008-02-13 without comment; mark it obsolete.
9547         (rmail-highlight-headers): Use rmail-highlight-face once more.
9549 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
9551         * woman.el (woman2-process-escapes): Only consume the newline if
9552         the filler character is on a line by itself (Bug#5729).
9554 2010-03-24  Kenichi Handa  <handa@m17n.org>
9556         * language/indian.el (devanagari-composable-pattern): Add more
9557         consonants.
9559 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
9561         * net/trampver.el: Update release number.
9563 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
9565         * net/tramp.el (tramp-find-executable):
9566         Use `tramp-get-connection-buffer'.  Make the regexp for checking
9567         output of "wc -l" more robust.
9568         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
9569         (tramp-open-connection-setup-interactive-shell): Remove workaround
9570         for OpenSolaris bug, it is not needed anymore.
9572 2010-03-24  Glenn Morris  <rgm@gnu.org>
9574         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
9576 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
9578         * files.el (auto-mode-alist): Accept more verilog file patterns.
9580 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9582         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
9584 2010-03-24  Glenn Morris  <rgm@gnu.org>
9586         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
9587         log-edit-before-checkin-process.
9589         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
9591         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
9593         * vc-dispatcher.el (vc-start-logentry): Doc fix.
9594         (log-view-process-buffer, log-edit-extra-flags): Declare.
9596         * log-edit.el (log-edit-before-checkin-process): Doc fix.
9598 2010-03-23  Sam Steingold  <sds@gnu.org>
9600         Fix bug#5620: recalculate all markers on compilation buffer
9601         modifications, not on file modifications.
9602         * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
9603         variable: the buffer modification time, for buffers not associated with
9604         files.
9605         (compilation-mode): Create it.
9606         (compilation-filter): Update it.
9607         (compilation-next-error-function): Use it instead of
9608         `visited-file-modtime' for timestamp.
9610 2010-03-23  Juri Linkov  <juri@jurta.org>
9612         Implement Occur multi-line matches.
9613         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
9615         * replace.el (occur): Doc fix.
9616         (occur-engine): Set `begpt' to the beginning of the first line.
9617         Set `endpt' to the end of the last match line.  At first, count
9618         line numbers between `origpt' and `begpt'.  Split out code from
9619         `out-line' variable to new let-bindings `match-prefix' and
9620         `match-str'.  In `out-line' add non-numeric prefix to all
9621         non-first lines of multi-line matches.  Finally, count lines
9622         between `begpt' and `endpt' and add to `lines'.
9624 2010-03-23  Juri Linkov  <juri@jurta.org>
9626         * replace.el (occur-accumulate-lines, occur-engine):
9627         Use `occur-engine-line' instead of duplicate code.
9628         (occur-engine-line): New function created from duplicate code
9629         in `occur-accumulate-lines' and `occur-engine'.
9631         * replace.el (occur-engine-line): Add optional arg `keep-props'.
9632         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
9634 2010-03-23  Juri Linkov  <juri@jurta.org>
9636         * finder.el: Remove TODO tasks.
9638         * info.el (Info-finder-find-node): Add node "all"
9639         with all package info.  Handle a list of multiple keywords
9640         separated by comma.
9641         (info-finder): In interactive use with a prefix argument,
9642         use `completing-read-multiple' to read a list of keywords
9643         separated by comma.
9645 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9647         Add a new completion style `substring'.
9648         * minibuffer.el (completion-basic--pattern): New function.
9649         (completion-basic-try-completion, completion-basic-all-completions):
9650         Use it.
9651         (completion-substring--all-completions)
9652         (completion-substring-try-completion)
9653         (completion-substring-all-completions): New functions.
9654         (completion-styles-alist): New style `substring'.
9656 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9658         Get rid of .elc files after removal of the corresponding .el.
9659         * Makefile.in (compile-clean): New target.
9660         (compile-main): Use it.
9662 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
9664         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
9665         don't do make there.  When compiling with separate object dir, there
9666         is no Makefile there.
9668 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9670         Get rid of the ELCFILES abomination, again.
9671         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9672         (all, compile): Don't call compile-last.
9673         (compile-main): Build the "elcfiles" list dynamically.
9674         (compile-targets): New (internal) target.
9676 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
9678         * Makefile.in (top_srcdir): Define.
9679         (abs_top_builddir): Define.
9680         (srcdir): Don't append `/..'.
9681         (EMACS): Use ${abs_top_builddir}.
9682         (all, compile, compile-always, compile-last): Don't set emacswd.
9683         (update-subdirs, update-authors): Use $(top_srcdir) instead of
9684         $(srcdir).
9685         (lisp): Use $(srcdir) instead of @srcdir@.
9687 2010-03-21  Juri Linkov  <juri@jurta.org>
9689         Fix message of multi-line occur regexps and multi-buffer header lines.
9690         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
9692         * replace.el (occur-1): Don't display regexp if it is longer
9693         than window-width.  Use `query-replace-descr' to display regexp.
9694         (occur-engine): Don't display regexp in the buffer header for
9695         multi-buffer occur.  Display a separate header line with total
9696         match count and regexp for multi-buffer occur.
9697         Use `query-replace-descr' to display regexp.
9699 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9701         * net/secrets.el: Fix parenthesis.
9702         (secrets-enabled): Fix parenthesis.
9704 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9706         Use more relative file and directory names.
9707         * Makefile.in (EMACS): Arrange for it to work when we chdir.
9708         (setwins, setwins_almost, setwins_for_subdirs):
9709         Don't `cd'; output relative names.
9710         (all, compile, compile-always, compile-last): Set emacswd.
9711         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
9712         Just cd to the lisp source dir so we can use relative file names.
9714         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
9716 2010-03-20  Glenn Morris  <rgm@gnu.org>
9718         * textmodes/rst.el: Use faces for font-lock customization, and make the
9719         old -face variables obsolete.
9720         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
9721         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
9722         (rst-block-face, rst-external-face, rst-definition-face)
9723         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
9724         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
9725         Make obsolete.
9726         (rst-font-lock-keywords-function): Update for above changes.
9728 2010-03-20  Juri Linkov  <juri@jurta.org>
9730         * s-region.el:
9731         * obsolete/s-region.el: Move to obsolete.
9733 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
9735         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
9737 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
9739         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
9741 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
9743         Add special markup processing for commit logs.
9744         * log-edit.el (log-edit-extra-flags): New variable.
9745         (log-edit): Add new argument MODE.  Use that mode when non-nil
9746         instead of the log-view-mode.
9747         (log-view-process-buffer): New function.
9749         * vc.el: Document that the checkin method takes optional
9750         arguments.  Document new backend specific method: log-view-mode.
9751         (vc-default-log-edit-mode): New function.
9752         (vc-checkin): Use a backend specific log-view-mode.
9753         Pass extra arguments to the checkin method.
9754         (vc-modify-change-comment): Pass a dummy extra argument.
9756         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
9757         log-edit.
9758         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
9759         (vc-finish-logentry): Process the log buffer before passing it
9760         down.  Pass log-edit-extra-flags.
9762         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
9763         command.
9764         (log-edit-extra-flags, log-edit-before-checkin-process):
9765         New declarations.
9767         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
9768         command.
9769         (log-edit-extra-flags, log-edit-before-checkin-process):
9770         New declarations.
9771         (vc-hg-log-edit-mode): New derived mode.
9773         * vc-arch.el (vc-arch-checkin):
9774         * vc-cvs.el (vc-cvs-checkin):
9775         * vc-git.el (vc-git-checkin):
9776         * vc-mtn.el (vc-mtn-checkin):
9777         * vc-rcs.el (vc-rcs-checkin):
9778         * vc-sccs.el (vc-sccs-checkin):
9779         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
9781 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9783         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
9784         parent typo).
9786 2010-03-19  Glenn Morris  <rgm@gnu.org>
9788         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9790 2010-03-18  Glenn Morris  <rgm@gnu.org>
9792         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
9794         * replace.el (query-replace-history): Give it a doc string.
9795         (map-query-replace-regexp): Use query-replace-from-history-variable
9796         and query-replace-to-history-variable.
9798         * mail/hashcash.el (declare-function): Remove duplicate definition.
9800         * mail/emacsbug.el (report-emacs-bug-pretest-address):
9801         Make it an obsolete alias for report-emacs-bug-address.
9802         (message-strip-special-text-properties): Declare.
9803         (report-emacs-bug): Remove test for a pretest bug address.
9804         Combine message-mode-specific code.
9806         * mail/supercite.el: Don't require sendmail.
9807         (mh-in-header-p): Declare rather than using with-no-warnings.
9808         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
9809         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
9811         * calendar/cal-french.el: Convert to utf-8.
9813         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
9814         Emacs scripts.
9816 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
9818         * net/secrets.el (secrets-enabled): New variable.  Use it instead
9819         of a subfeature.
9821 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
9823         * net/secrets.el (top): Register the D-Bus signals only when the
9824         service "org.freedesktop.secrets" can be pinged.
9825         Provide subfeature `enabled'.
9827 2010-03-14  Juri Linkov  <juri@jurta.org>
9829         Add finder unknown keywords.
9831         * finder.el (finder-unknown-keywords): New function.
9833         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
9834         to create a Finder node with unknown keywords.
9836 2010-03-14  Juri Linkov  <juri@jurta.org>
9838         * finder.el (finder-compile-keywords): Replace `princ' with
9839         `prin1' on a list of symbols interned from keyword strings.
9841         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
9842         a comma, then split keywords using a comma and optional whitespace.
9843         Otherwise, split by whitespace.
9845         * complete.el:
9846         * face-remap.el:
9847         * log-view.el:
9848         * net/hmac-def.el:
9849         * net/hmac-md5.el:
9850         * net/netrc.el:
9851         * progmodes/mixal-mode.el: Fix keywords.
9853 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
9855         * Makefile.in (ELCFILES): Add net/secrets.elc.
9857         * net/secrets.el: New file.
9859 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
9861         * facemenu.el (list-colors-display, list-colors-print): New arg
9862         callback.  Use it to allow selecting colors.
9864         * wid-edit.el (widget-image-insert): Insert image prop even if the
9865         current display is non-graphic.
9866         (widget-field-value-set): New fun.
9867         (editable-field): Use it.
9868         (widget-field-value-get): Clean up unused var.
9869         (widget-color-value-create, widget-color--choose-action):
9870         New funs.  Allow using list-colors-display to choose color.
9872 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
9874         * cus-edit.el: Resort topmost custom groups.
9875         (custom-buffer-sort-alphabetically): Default to t.
9876         (customize-apropos): Use apropos-parse-pattern.
9877         (custom-search-field): New var.
9878         (custom-buffer-create-internal): Add custom-apropos search field.
9879         (custom-add-parent-links): Don't display parent doc.
9880         (custom-group-value-create): Don't sort top-level custom group.
9881         (custom-magic-value-create): Show visibility button before option name.
9883         (custom-variable-state): New fun, from custom-variable-state-set.
9884         (custom-variable-state-set): Use it.
9885         (custom-group-value-create): Hide options with standard values
9886         using the :hidden-states property.  Use progress reporter.
9888         (custom-show): Simplify.
9889         (custom-visibility): Disable images by default.
9890         (custom-variable): New property :hidden-states.
9891         (custom-variable-value-create): Enable images for
9892         custom-visibility widgets.  Use :hidden-states property to
9893         determine initial visibility.
9895         * wid-edit.el (widget-image-find): Give images center ascent.
9896         (visibility): Add :on-image and :off-image properties.
9897         (widget-visibility-value-create): Use them.
9899 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
9901         * cus-edit.el (processes): Remove from development group.
9902         (oop, hypermedia): Delete group.
9903         (comm): Promote to top-level group.
9905         * net/browse-url.el (browse-url):
9906         * net/xesam.el (xesam):
9907         * net/tramp.el (tramp):
9908         * net/goto-addr.el (goto-address):
9909         * net/ange-ftp.el (ange-ftp): Put in comm group.
9911         * view.el (view): Remove from editing group.
9913         * uniquify.el (uniquify): Put in files group.
9915         * net/browse-url.el (browse-url):
9916         * ps-print.el (postscript): Put in external group.
9918         * cus-edit.el (outlines):
9919         * textmodes/text-mode.el (text-mode-hook):
9920         * textmodes/table.el (table):
9921         * textmodes/picture.el (picture):
9922         * outline.el (outlines): Put in wp group.
9924         * nxml/nxml-mode.el (nxml): Remove from wp group.
9926         * net/tramp-imap.el (tramp-imap): Put in tramp group.
9928         * mail/metamail.el (metamail): Remove from hypermedia group.
9930         * cus-edit.el (abbrev):
9931         * whitespace.el (whitespace):
9932         * vcursor.el (vcursor):
9933         * reveal.el (reveal):
9934         * hl-line.el (hl-line): Put in convenience group.
9936         * epg-config.el (epg): Put in data group.
9938         * emulation/pc-select.el (pc-select): Put in emulations group.
9940         * calculator.el (calculator): Put in applications group.
9942 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
9944         Add .dir-locals.el support for file-less buffers.
9945         * files.el (hack-local-variables): Split out code to apply local
9946         variable settings ...
9947         (hack-local-variables-apply): ... here.  New function.
9948         (hack-dir-local-variables): Use the default directory for when the
9949         buffer does not have an associated file.
9950         (hack-dir-local-variables-non-file-buffer): New function.
9951         * diff-mode.el (diff-mode):
9952         * vc-annotate.el (vc-annotate-mode):
9953         * vc-dir.el (vc-dir-mode):
9954         * log-edit.el (log-edit-mode):
9955         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
9957 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
9959         Add support for shelving snapshots and for showing shelves.
9960         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
9961         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
9962         New functions.
9963         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9964         (vc-bzr-extra-menu-map): Map them.
9966 2010-03-11  Glenn Morris  <rgm@gnu.org>
9968         * cus-edit.el (customize-changed-options-previous-release):
9969         Bump to 23.1.
9971         * image.el (image-animate-max-time): Fix :version tag.
9973 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
9975         * Branch for 23.2.
9977 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9979         * vc-git.el (vc-git-revision-table): Include remote branches.
9981 2010-03-10  Kim F. Storm  <storm@cua.dk>
9983         Animated image API.
9984         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
9986         * image.el (image-animate-max-time): New defcustom.
9987         (image-animated-types): New defconst.
9988         (create-animated-image, image-animate-timer)
9989         (image-animate-start, image-animate-stop, image-animate-timeout)
9990         (image-animated-p): New functions.
9992         * image-mode.el (image-toggle-display-image):
9993         Replace `create-image' with `create-animated-image'.
9995 2010-03-09  Miles Bader  <miles@gnu.org>
9997         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
9998         instead of "format:"; this ensures that the output is
9999         newline-terminated.
10001 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
10003         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
10004         that all errors are caught, and that the return value is always a
10005         list (Bug#5692).
10007 2010-03-08  Kenichi Handa  <handa@m17n.org>
10009         * language/misc-lang.el (windows-1256): New coding system.
10010         (cp1256): New alias of windows-1256 (bug#5690).
10012 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
10014         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
10015         call to rfc822-bad-address.  (Bug#5692)
10017 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
10019         * vc-git.el (vc-git-annotate-extract-revision-at-line):
10020         Use vc-git-root as default directory for revision path (Bug#5657).
10022 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
10024         * calculator.el (calculator): Don't bind split-window-keep-point
10025         (Bug#5674).
10027 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10029         * vc-git.el: Re-flow to fit into 80 columns.
10030         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
10031         Remove spurious `quote' element in each case alternative.
10032         (vc-git-show-log-entry): Use prog1.
10033         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
10035 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10037         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
10039 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
10041         * macros.el (insert-kbd-macro): Look up keyboard macro using the
10042         definition, not the name (Bug#5481).
10044 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
10046         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
10047         argument with a local variable.  (Bug#5670)
10049 2010-03-02  Juri Linkov  <juri@jurta.org>
10051         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
10053 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
10055         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
10056         error when FILENAME and NEWNAME are existing remote directories.
10058         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
10059         parameter DIR-FLAG.
10061 2010-03-02  Glenn Morris  <rgm@gnu.org>
10063         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
10064         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
10066 2010-03-01  Kenichi Handa  <handa@m17n.org>
10068         * language/burmese.el (burmese-composable-pattern): Rename from
10069         myanmar-composable-pattern.
10071         * international/characters.el (script-list):
10072         * international/fontset.el (script-representative-chars):
10073         Change myanmar to burmese.
10074         (otf-script-alist): Likewise.
10075         (setup-default-fontset): Likewise.  Re-fix :otf spec.
10077 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10079         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
10081 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
10083         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
10085 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
10087         * net/tramp.el (tramp-handle-write-region): START can be a string.
10088         Take care in the checks.  Reported by Dan Davison
10089         <davison@stats.ox.ac.uk>.
10091 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
10093         * net/dbus.el (dbus-introspect, dbus-get-property)
10094         (dbus-set-property, dbus-get-all-properties):
10095         Use `dbus-call-method' when noninteractive.  (Bug#5645)
10097 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
10099         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
10100         * emacs-lisp/elint.el (elint-add-required-env):
10101         * calendar/icalendar.el (icalendar--add-diary-entry):
10102         * calc/calcalg2.el (math-tracing-integral):
10103         * files.el (recover-session-finish): Use with-current-buffer
10104         instead of save-excursion.
10106 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10108         Fix in-buffer completion when after-change-functions modify the buffer.
10109         * minibuffer.el (completion--replace): New function.
10110         (completion--do-completion): Use it and use relative movement.
10112 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
10114         * international/fontset.el (setup-default-fontset): Fix :otf spec.
10116 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
10118         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
10119         Allow the characters _<> in the stack entry (Bug#5653).
10121 2010-02-26  Kenichi Handa  <handa@m17n.org>
10123         * language/burmese.el: Fix entries in composition-function-table.
10124         (myanmar-composable-pattern): New variable.
10126         * international/fontset.el (setup-default-fontset): Add an entry
10127         for myanmar.
10129         * international/characters.el (script-list): Add Myanmar
10130         Extended-A.
10132 2010-02-26  Glenn Morris  <rgm@gnu.org>
10134         * custom.el (custom-initialize-delay): Doc fix.
10136         * mail/sendmail.el (send-mail-function): Autoload the call
10137         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
10139 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
10141         * files.el (hack-local-variables-filter): For eval forms, also
10142         check safe-local-variable-p (Bug#5636).
10144 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
10146         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
10147         setting the modes by `ignore-errors'.  It might fail, for example
10148         if the file is not owned by the user but the group.
10149         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
10151 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
10153         * files.el (directory-listing-before-filename-regexp):
10154         Use stricter matching for iso-style dates, to avoid false matches with
10155         date-like filenames (Bug#5597).
10157         * htmlfontify.el (htmlfontify): Doc fix.
10159         * eshell/eshell.el (eshell): Doc fix.
10161         * startup.el (fancy-about-screen): In mode-line, apply
10162         mode-line-buffer-id face only to the buffer name (Bug#5613).
10164 2010-02-20  Kevin Ryde  <user42@zip.com.au>
10166         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10167         In `watcom' anchor regexp to start of line, to avoid slowness
10168         (Bug#5599).
10170 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
10172         * subr.el (remove-yank-excluded-properties): Explain in a comment
10173         why `category' property is removed.
10175 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
10177         * isearch.el (isearch-update-post-hook, isearch-update):
10178         Revert 2010-02-17 change.
10180 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
10182         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
10183         (icalendar--convert-weekly-to-ical)
10184         (icalendar--convert-yearly-to-ical)
10185         (icalendar--convert-block-to-ical)
10186         (icalendar--convert-cyclic-to-ical)
10187         (icalendar--convert-anniversary-to-ical): Take care of time
10188         specifications where hour has 1-digit only (Bug#5549).
10190 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
10192         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
10193         of disassemble output in GDB 7.1.
10195 2010-02-19  Glenn Morris  <rgm@gnu.org>
10197         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
10198         property.  (Bug#5593)
10200 2010-02-18  Sam Steingold  <sds@gnu.org>
10202         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10204 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10206         Use abbreviated file names in bookmarks (bug#5591).
10207         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
10208         calls to expand-file-name.
10209         (bookmark-relocate): Use abbreviated file names in bookmarks.
10210         (bookmark-load): Use abbreviated file names in messages.
10212 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
10214         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
10215         expand "." and "..".  Reported by Thierry Volpiatto
10216         <thierry.volpiatto@gmail.com>.
10218 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
10220         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
10221         permissions of the temporary file to "0600".  In case the remote
10222         file has no read permissions for the owner, there might be
10223         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
10225 22010-02-18  Glenn Morris  <rgm@gnu.org>
10227         * emacs-lisp/authors.el (authors-renamed-files-alist):
10228         Add entries for INSTALL.CVS.
10230 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
10232         * vc-bzr.el: Fix typo in Known Bugs section.
10234         * isearch.el (isearch-update-post-hook): New hook.
10235         (isearch-update): Use the new hook.
10237 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
10239         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10240         Fix errors in copying directories.
10241         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
10242         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
10243         (tramp-handle-delete-file)
10244         (tramp-handle-dired-recursive-delete-directory)
10245         (tramp-handle-write-region): Flush also the cache for the upper
10246         directory.
10248 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
10250         * simple.el (save-interprogram-paste-before-kill): Doc fix.
10252         * cus-edit.el (hardware): Doc fix.
10254         * man.el (man): Add to external custom group.
10256         * delim-col.el (columns): Move to wp custom group.
10258         * doc-view.el (doc-view): Add to data custom group.
10260         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
10262         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
10263         by ispell-parse-output (Bug#5575).
10265 2010-02-16  Kenichi Handa  <handa@m17n.org>
10267         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
10268         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
10269         (skkdic-convert): Use `euc-japan' coding system for writing.
10271 2010-02-16  Glenn Morris  <rgm@gnu.org>
10273         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
10274         tex-main-file before using it.  (Bug#5562)
10276 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10278         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
10279         warnings, since it is annoying for the user to see them each time he
10280         runs the code.
10282 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
10284         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
10285         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
10286         instead of PROC for caching "first-password-request".  Otherwise,
10287         new processes would not profit from passwords already entered.
10289         * net/tramp-cache.el (tramp-dump-connection-properties):
10290         Don't save "first-password-request" property.
10292 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
10294         * outline.el (outline-head-from-level):
10295         * simple.el (with-wrapper-hook):
10296         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
10297         (elint-defun, elint-buffer-env, elint-top-form-logged)
10298         (elint-unbound-variable):
10299         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
10300         Fix typos in docstrings.
10302 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
10304         * files.el (insert-directory): When WILDCARD-REGEXP and
10305         FULL-DIRECTORY-P are nil, insert the file entry instead of the
10306         whole directory.  (Bug#5551)
10308         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
10309         dired's alignment sanity.  (Bug#5516)
10311 2010-02-14  Juri Linkov  <juri@jurta.org>
10313         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
10314         Remove remaining ^H with their preceding chars.  (Bug#5566)
10316 2010-02-13  Glenn Morris  <rgm@gnu.org>
10318         * simple.el (transpose-subr): Give it a doc-string.
10320         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
10321         Doc fixes.
10323 2010-02-12  Juri Linkov  <juri@jurta.org>
10325         * arc-mode.el (archive-unique-fname): Make directories for nested
10326         archives.  (Bug#5540)
10328 2010-02-12  Juri Linkov  <juri@jurta.org>
10330         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
10332 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10334         * subr.el (copy-overlay): Handle deleted overlays.
10336         * man.el (Man-completion-table): Don't signal an error if we can't run
10337         manual-program (bug#4056).
10339 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
10341         * textmodes/artist.el (artist-mt): Fix typos in docstring.
10343 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10345         * info.el (Info-bookmark-jump): Simplify.
10347         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
10348         (bookmark-default-handler): Accept new bookmark field `buffer'.
10350 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
10352         * iswitchb.el (iswitchb-completions): Revert last change.
10354 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
10356         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
10357         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
10358         This prevents file names like "~/" being listed literally.
10360 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
10362         * term/xterm.el (xterm-maybe-set-dark-background-mode):
10363         Remove dead code.  (Bug#5546)
10365 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
10367         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
10368         correctly (Bug#5548).
10370 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
10372         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
10373         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
10375 2010-02-08  Kenichi Handa  <handa@m17n.org>
10377         * international/mule-util.el (with-coding-priority): Add autoload
10378         cookie for putting `lisp-indent-function'.
10380 2010-02-07  Glenn Morris  <rgm@gnu.org>
10382         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
10383         Move F2003 named interfaces from keywords-2 to keywords-1, and
10384         use function-name-face rather than constant-face.
10385         Simplify "abstract interface" regexp.
10387 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
10389         * eshell/esh-util.el (eshell-file-attributes): New optional arg
10390         ID-FORMAT.  Pass it to `file-attributes'.
10392         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
10394 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
10396         * faces.el (set-face-attribute): Allow calling
10397         internal-set-lisp-face-attribute with 'unspecified family and
10398         foundry argument (Bug#5536).
10400 2010-02-07  Glenn Morris  <rgm@gnu.org>
10402         * progmodes/f90.el (f90-font-lock-keywords-2)
10403         (f90-looking-at-type-like, f90-looking-at-program-block-end):
10404         Handle F2003 named interfaces.
10406 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
10408         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
10409         beg and end before calling c-get-state-before-change-functions.
10411 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
10413         * vc-bzr.el (vc-bzr-dir-extra-headers):
10414         Disable the pending merges header.
10416 2010-02-05  Juri Linkov  <juri@jurta.org>
10418         * doc-view.el (doc-view-mode):
10419         * image-mode.el (image-mode): Put property mode-class=special.
10420         (Bug#4896)
10422 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
10424         * vc-svn.el (vc-svn-revision-table): New function.
10426 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
10428         * net/ange-ftp.el (ange-ftp-insert-directory):
10429         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10430         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10431         Handle also directories.  (Bug#5478)
10433 2010-02-05  Glenn Morris  <rgm@gnu.org>
10435         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
10437 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
10439         * startup.el (command-line-1): Convert options beginning with a
10440         single dash as well (Bug#5519).
10442 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10444         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
10445         * minibuffer.el (completion-initials-expand): Only check the presence
10446         of delims *within* the boundaries, since otherwise the / delim is
10447         always found for files.
10449         Fix up various corner case problems.
10450         * doc-view.el (doc-view-last-page-number): New function.
10451         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
10452         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
10453         (doc-view-kill-proc): Avoid inf-loop in freak cases.
10454         (doc-view-reconvert-doc): Use the new recursive delete-directory.
10455         (doc-view-convert-current-doc): Don't create the resolution.el file
10456         here any more.
10457         (doc-view-pdf/ps->png): Do it here instead.
10458         (doc-view-already-converted-p): Check that resolution.el is present.
10459         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
10460         windows that are not yet showing images.
10462 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
10464         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
10465         `dired-uncache' for every elemnt which is an absolute file name.
10467         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
10468         directory, handle its directory component.
10469         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
10470         function is called permanently and creates noise, otherwise.
10472         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10473         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10474         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
10476 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
10478         * macros.el (apply-macro-to-region-lines):
10479         Minor simplification.  (Bug#5485)
10481 2010-02-04  Glenn Morris  <rgm@gnu.org>
10483         * mail/rmail.el (rmail-show-message-1): Handle malformed
10484         quoted-printable text.  (Bug#5441)
10486         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
10488         * simple.el (visual-line-mode): Capitalize lighter.
10490 2010-02-03  John Wiegley  <jwiegley@gmail.com>
10492         * iswitchb.el (iswitchb-completions): Add bookmark files to the
10493         list of files considered for "virtual buffer" completions.
10495 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
10497         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
10498         also in case of (and (not full) (not wildcard)).  This is needed
10499         when dired is called with a list of files, which are not in
10500         `default-directory'.  (Bug#5478)
10502 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10504         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
10506 2010-02-02  Juri Linkov  <juri@jurta.org>
10508         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
10509         from unidiff to allow function-line after @@.
10511 2010-02-02  Juri Linkov  <juri@jurta.org>
10513         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
10514         '(RCS SCCS) with inverted condition.
10516 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
10518         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
10519         messages.
10521 2010-02-01  Juri Linkov  <juri@jurta.org>
10523         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
10524         compare with "pkunzip" and "pkzip" instead of only "pkzip".
10525         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
10526         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
10528 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10530         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
10531         (doc-view-revert-buffer): New command.
10532         (doc-view-mode-map): Use it.
10534 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
10536         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
10537         pending merge is detected.
10539 2010-01-31  Juri Linkov  <juri@jurta.org>
10541         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
10542         beginning of interactive spec like all other grep commands do.
10543         Put "all" in front of "gz".  (Bug#5260)
10545 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
10547         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
10549 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
10551         * dirtrack.el (dirtrack): Warn instead of signalling error if the
10552         regexp is incorrect (Bug#5476).
10554 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
10556         * net/tramp.el (tramp-handle-insert-directory): Handle also
10557         symlinks, when FILENAME is not in `default-directory'.
10559 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
10561         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
10562         FILE is not in `default-directory'.  (Bug#5478)
10564         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
10565         of SWITCHES.  Handle the case, FILENAME is not in
10566         `default-directory'.  (Bug#5478)
10567         (tramp-register-file-name-handlers): Add safe-magic property.
10569 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
10571         * arc-mode.el (archive-zip-extract): Quote the argument passed to
10572         unzip (Bug#5475).
10574 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
10576         * progmodes/flymake.el (flymake-allowed-file-name-masks)
10577         (flymake-master-make-header-init): Add other C++ filename masks.
10578         (flymake-find-possible-master-files)
10579         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
10581 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
10583         Fix some busybox annoyances.
10585         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
10586         not responding." string.
10587         (tramp-open-connection-setup-interactive-shell): Dump stty
10588         settings.  Enable "neveropen" arg for all `tramp-send-command'
10589         calls.  Handle "=" in variable values properly.
10590         (tramp-find-inline-encoding): Raise an error, when no encoding is
10591         found.
10592         (tramp-wait-for-output): Check, whether PROC buffer is available.
10593         Remove spurious " ^H" sequences, sent by busybox.
10594         (tramp-get-ls-command): Suppress coloring, if possible.
10596 2010-01-28  Glenn Morris  <rgm@gnu.org>
10598         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
10600         * log-edit.el (log-edit-strip-single-file-name): Add missing
10601         :safe, :group, and :version tags.
10603 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
10605         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
10606         buffers.  (Bug#5477)
10608 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
10610         * files.el (delete-directory): Handle moving to trash without
10611         first doing recursion (Bug#5436).
10613 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
10615         * vc-hooks.el (vc-path): Mark as obsolete.
10617 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
10619         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
10620         names too.
10622         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
10623         for the short log.
10624         (vc-bzr-log-view-mode): Adjust regexp for the above change.
10626 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
10628         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
10630         * vc-bzr.el (vc-bzr-revision-table): New function.
10632 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>
10634         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
10635         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
10637 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10639         Remove support for adding --signoff on commit.
10640         Future support will use an incompatible generic mechanism.
10641         * vc-git.el (vc-git-add-signoff): Remove variable.
10642         (vc-git-toggle-signoff): Remove function.
10643         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
10645         * term/xterm.el (xterm-maybe-set-dark-background-mode):
10646         Rename from xterm-set-background-mode.  Return t if the background mode
10647         was set.
10648         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
10649         earlier, call it again in case the background mode has changed.
10651 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
10653         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
10654         (Bug#3541).
10656 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
10658         * emacs-lisp/assoc.el (aelement): Doc fix.
10659         (aput, adelete, amake): Use lexical-let (Bug#5450).
10661 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
10663         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
10664         is the same as subprogram call, not declaration.  (Bug#5435).
10666 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
10668         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
10669         (tramp-smb-maybe-open-connection): Use it.
10671 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
10673         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
10675 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10677         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
10678         just because we see "encoding: 8bit".
10679         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
10681 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
10683         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
10685 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
10687         * jka-compr.el (jka-compr-load): If load-file is not in
10688         load-history, try its file-truename version.  (bug#5447)
10690 2010-01-21  Alan Mackenzie  <acm@muc.de>
10692         Fix a situation where deletion of a cpp construct throws an error.
10693         * progmodes/cc-engine.el (c-invalidate-state-cache):
10694         Before invoking c-with-all-but-one-cpps-commented-out, check that the
10695         special cpp construct is still in the buffer.
10696         (c-parse-state): Record the special cpp with markers, not numbers.
10698 2010-01-21  Kenichi Handa  <handa@m17n.org>
10700         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
10701         process last-command-event, as it is now decoded first (Bug#5380).
10703 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
10705         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
10707 2010-01-20  Glenn Morris  <rgm@gnu.org>
10709         * indent.el (tab-always-indent): Fix custom-type.
10711 2010-01-19  Alan Mackenzie  <acm@muc.de>
10713         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
10714         buffer throws "args out of range".
10715         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
10716         playing the role of delimiter.
10718 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
10720         * progmodes/ada-mode.el: Fix bug#5400.
10721         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
10722         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
10723         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
10724         Improve comments in "is" portion.  Handle null procedure declaration.
10725         (ada-move-to-end): Improve doc string.
10727 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
10729         * ido.el (ido-cur-list): Initialize to nil.
10730         Remove obsolete information from commentary.
10731         (ido-choice-list): Initialize to nil.
10732         (ido-get-bufname): Reject minibuffers.
10733         (ido-make-buffer-list): If "default" is a nonexistent
10734         buffer, ignore it, as per the function's comment.
10735         (ido-kill-buffer-internal): New function.
10736         (ido-kill-buffer-at-head): Use it.
10737         (ido-visit-buffer): Likewise.
10739 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10741         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
10743 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
10745         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
10746         Fix typos in chart titles.
10748         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
10749         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
10750         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
10751         (describe-class, eieio-describe-generic, describe-generic):
10752         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
10753         (eieio-speedbar-expand):
10754         * emulation/viper-cmd.el (viper-exec-form-in-vi)
10755         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
10756         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
10757         (viper-del-backward-char-in-replace, viper-backward-indent)
10758         (viper-brac-function, viper-register-to-point, viper-submit-report):
10759         * net/tramp.el (tramp-remote-coding-commands):
10760         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
10761         Fix typos in docstrings.
10763 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10765         * mail/sendmail.el (mail-yank-original): Set the mark if the
10766         specified function for yanking does not do it.
10768 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
10770         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
10772         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
10773         resyncing a directory.
10775 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
10777         * progmodes/ada-mode.el: Fix bug#1920.
10778         (ada-ident-re): Delete ., allow multibyte characters.
10779         (ada-goto-label-re): New; matches goto labels.
10780         (ada-block-label-re): New; matches block labels.
10781         (ada-label-re): New; matches both.
10782         (ada-named-block-re): Deleted; callers changed to use
10783         `ada-block-label-re' instead.
10784         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
10785         Use `ada-block-label-re'.
10786         (ada-indent-on-previous-lines): Improve handling of goto labels.
10787         (ada-get-indent-block-start): Special-case block label.
10788         (ada-get-indent-label): Split into `ada-indent-block-label' and
10789         `ada-indent-goto-label'.
10790         (ada-goto-stmt-start, ada-goto-next-non-ws):
10791         Optionally ignore goto labels.
10792         (ada-goto-next-word): Simplify.
10793         (ada-indent-newline-indent-conditional): Insert newline before
10794         trying to fix indentation; doc fix.
10796 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
10798         * calc/calc.el (calc-command-flags): Give it an initial value.
10800 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10802         * files.el (minibuffer-with-setup-hook):
10803         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
10804         (artist-key-draw-continously, artist-key-do-continously-continously)
10805         (artist-key-set-point-continously, artist-mouse-draw-continously):
10806         Fix typos in docstrings.
10808 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
10810         * nxml/nxml-mode.el (nxml-extend-after-change-region):
10811         Never return t (Bug#3898).
10813 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
10815         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
10816         can parse the output of the external commands (Bug#5279).
10818 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
10820         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
10822 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
10824         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
10826         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
10828         * startup.el (command-line): Remove unused --icon-type arg.
10829         Handle --display arg, passing it to command-line-1 (Bug#5392).
10831 2010-01-16  Mario Lang  <mlang@delysid.org>
10833         * emacs-lisp/chart.el (chart-translate-namezone):
10834         * textmodes/artist.el (artist-compute-popup-menu-table):
10835         Remove duplicated words in doc-strings.
10837 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
10839         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
10840         to mairix-search to suppress threading (Bug#5342).
10842 2010-01-15  Kenichi Handa  <handa@m17n.org>
10844         * international/mule-cmds.el (canonicalize-coding-system-name):
10845         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
10847 2010-01-15  Glenn Morris  <rgm@gnu.org>
10849         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
10851         * wid-edit.el (widget-keymap): Doc fix.
10853         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
10854         former seems to be more widely accepted by various svn versions.
10856 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
10858         * find-cmd.el (find-constituents):
10859         * vc-arch.el (vc-arch-root):
10860         * window.el (window-body-height, pop-up-frames):
10861         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
10862         * progmodes/ada-stmt.el (ada-if):
10863         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
10864         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
10865         (ispell-encoding8-command, ispell-aspell-supports-utf8)
10866         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
10868         * progmodes/flymake.el (flymake-post-syntax-check):
10869         Fix typo in error message.
10871 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
10873         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
10874         which is always a string.  (Bug#5313)
10876 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
10878         * progmodes/ada-xref.el (ada-default-prj-properties):
10879         Simplify previous change.
10881 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
10883         * progmodes/ada-xref.el (ada-default-prj-properties):
10884         Default ada_project_path to $ADA_PROJECT_PATH.
10886 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
10888         * progmodes/ada-mode.el (ada-create-keymap):
10889         Override `narrow-to-defun' with `ada-narrow-to-defun'.
10891 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
10893         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
10894         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
10895         (ada-get-current-indent, ada-imenu-generic-expression)
10896         (ada-which-function): Check for it.
10898 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
10900         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
10901         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
10903 2010-01-14  Glenn Morris  <rgm@gnu.org>
10905         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
10907 2010-01-14  Kenichi Handa  <handa@m17n.org>
10909         * composite.el (auto-composition-mode): Make it a buffer local
10910         variable (permanent-local).
10911         (auto-composition-function): Set the default value to
10912         auto-compose-chars.
10913         (auto-composition-mode): Make it a simple function, not a minor mode.
10914         (global-auto-composition-mode): Likewise.
10915         (turn-on-auto-composition-if-enabled): Delete it.
10917 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
10919         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
10921 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
10923         * files.el (copy-directory): Compute target for recursive
10924         directories with identical names.  (Bug#5343)
10926 2010-01-12  Glenn Morris  <rgm@gnu.org>
10928         * mail/emacsbug.el (report-emacs-bug-pretest-address):
10929         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
10931 2010-01-11  Sam Steingold  <sds@gnu.org>
10933         * imenu.el (imenu-default-create-index-function): Detect infinite
10934         loops caused by imenu-prev-index-position-function.
10936 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
10938         * htmlfontify.el (htmlfontify-load-rgb-file)
10939         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
10940         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
10941         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
10942         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
10943         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
10944         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
10945         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
10946         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
10947         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
10948         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
10949         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
10950         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
10951         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
10952         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
10953         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
10954         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
10955         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
10956         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
10957         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
10958         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
10959         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
10960         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
10961         backslash-quoting from parentheses, etc.
10963 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
10965         * progmodes/js.el: Autoload javascript-mode alias.
10967 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
10969         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
10970         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
10971         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
10972         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
10973         Fix typos in docstrings.
10974         (ffap-url-regexp): Doc fix.
10975         (ffap-at-mouse): Fix typo in message.
10977 2010-01-11  Glenn Morris  <rgm@gnu.org>
10979         * version.el (emacs-copyright): Set copyright year to 2010.
10981 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10983         * format.el (format-annotate-function): Only set
10984         write-region-post-annotation-function after running to-fn so as not to
10985         affect nested write-region calls (bug#5273).
10987 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
10989         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
10990         wisent/python.el.
10992 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
10994         * man.el (Man-goto-section): Signal error if the section is not
10995         found (Bug#5317).
10997 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
10999         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
11000         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
11002 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
11004         * progmodes/compile.el: Don't treat compile-command as safe if
11005         compilation-read-command might be nil (Bug#4218).
11007 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
11009         * startup.el (command-line-1): Use orig-argi to check for ignored X and
11010         NS options.
11012 2010-01-08  Kenichi Handa  <handa@m17n.org>
11014         * international/fontset.el (build-default-fontset-data):
11015         Exclude characters in scripts kana, hangul, han, or cjk-misc.
11017 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
11019         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
11020         to `create-file-buffer' as it expects, not just a buffer name.
11021         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
11022         to help uniquify.  (Bug#3224)
11024 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
11026         * font-setting.el (font-setting-change-default-font): Use user-spec
11027         instead of name.
11029 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11031         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
11033 2010-01-05  Tom Tromey  <tromey@redhat.com>
11035         * progmodes/python.el (python-font-lock-keywords):
11036         Handle qualified decorators (Bug#881).
11038 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
11040         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
11041         in a lightweight checkout.
11043 2010-01-05  Kenichi Handa  <handa@m17n.org>
11045         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
11047 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
11049         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
11051 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
11053         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
11054         checkouts.  (Bug#618)
11055         (vc-bzr-log-view-mode): Also highlight the author.
11056         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
11057         (vc-bzr-shelve-menu-map):
11058         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
11059         (vc-bzr-shelve-apply): Make prompt more explicit.
11061 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11063         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
11064         They are valid characters in URL paths (rfc3986), and at least
11065         Firefox does not understand the encoded version (Bug#3166).
11067 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
11069         * progmodes/octave-mod.el (octave-end-keywords)
11070         (octave-block-begin-or-end-regexp, octave-block-match-alist):
11071         Add "end" keyword (Bug#3061).
11072         (octave-end-as-array-index-p): New function.
11073         (calculate-octave-indent): Use it.
11075 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11077         * bookmark.el: Consistently put the text property on the bookmark name.
11078         (bookmark-bmenu-marks-width): Bump back to 2, to include
11079         annotation marks.
11080         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
11081         property on the bookmark name, instead of not putting it at all.
11082         (bookmark-bmenu-list): Fix where we put the text property.
11084 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11086         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
11087         for showing buffer modified state (as added in the previous change).
11089 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11091         * bookmark.el: Show modified state of bookmark buffer more accurately.
11092         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
11093         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
11094         (with-buffer-modified-unmodified): New macro.
11095         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11096         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
11097         Use new macro to preserve the buffer modified state.
11099 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11101         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
11102         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
11103         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
11104         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
11105         (bookmark-bmenu-rename, bookmark-bmenu-locate)
11106         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
11107         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
11109 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
11111         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11112         Make the lines in the generated doc string shorter.  (Bug#4668)
11114 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
11116         * net/rcirc.el: Add follow-link binding (Bug#4738).
11118 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
11120         * Makefile.in (bzr-update): Rename from cvs-update.
11121         (cvs-update): New target for backward compatibility.
11123         * makefile.w32-in (bzr-update): Rename from cvs-update.
11124         (cvs-update): New target for backward compatibility.
11126 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11128         * bookmark.el: Remove gratuitous gratitude.
11130 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11132         * bookmark.el (bookmark-bmenu-any-marks): New function.
11133         (bookmark-bmenu-save): Clear buffer modification if no marks.
11135 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11137         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
11138         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
11139         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
11140         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
11142         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
11143         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
11144         To: emacs-devel {_AT_} gnu.org
11145         Subject: bookmark.el bug report
11146         Date: Mon, 28 Dec 2009 14:19:16 +0800
11147         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
11149 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11151         * bookmark.el: Improvements suggested by Drew Adams:
11152         (bookmark-bmenu-ensure-position): New name for
11153         `bookmark-bmenu-check-position'.  Just ensure the position,
11154         don't return any meaningful value.
11155         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
11156         New constants.
11158 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
11160         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
11161         (bookmark-yank-point, bookmark-bmenu-check-position):
11162         Fix typos in docstrings.
11163         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
11164         (bookmark-name-from-full-record, bookmark-get-position)
11165         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
11166         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
11167         Remove useless quoting of parenthesis, etc. in docstrings.
11169         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
11170         (ediff-append-custom-diff): Fix typo in error message.
11171         (ediff-meta-mark-equal-files): Fix typos in messages.
11173         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
11175         * net/imap-hash.el (imap-hash-make): Doc fix.
11176         (imap-hash-test): Fix typo in error message; reflow docstring.
11177         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
11178         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
11179         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
11180         Fix typos in docstrings.
11181         (imap-hash-open-connection): Fix typo in error message.
11183         * play/gomoku.el (gomoku): Fix typos in docstring.
11185         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
11186         (gdb-jsonify-buffer): Fix typos in docstring.
11187         (gdb-goto-breakpoint): Fix typo in error message.
11188         ("Display Other Windows"): Fix typo in help message.
11189         (gdb-speedbar-expand-node): Fix typo in question.
11191         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
11192         (idlwave-html-system-help-location, idlwave-html-help-location)
11193         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
11194         (idlwave-help-browser-generic-args, idlwave-help-directory)
11195         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
11196         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
11197         (idlwave-online-help, idlwave-help-html-link)
11198         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
11199         Fix typos in docstrings.
11200         (idlwave-help-with-source, idlwave-help-find-routine-definition):
11201         Reflow docstrings.
11202         (idlwave-help-assistant-start): Fix typo in error message.
11204         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
11205         (octave-electric-space): Fix typos in docstrings.
11207 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11209         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
11211 2010-01-01  Juri Linkov  <juri@jurta.org>
11213         * comint.el (comint-input-ring-size): Make it a defcustom and
11214         increase the default to 500 (Bug#5148).
11216 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
11218         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
11219         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
11220         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
11222 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
11224         Show working revision correctly for mercurial.
11225         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
11226         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
11228 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
11230         Declare some functions for the byte-compiler.
11231         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
11232         (speedbar-timer-fn, speedbar-change-expand-button-char)
11233         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
11235 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
11237         This changeset reverts GDB Graphical Interface to use annotations.
11238         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
11240 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11242         Make vc-dir work on subdirectories of the bzr root.
11243         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
11244         Return file names relative to it.
11245         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
11246         relative directory to vc-bzr-after-dir-status.
11248 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
11250         * font-lock.el (font-lock-refresh-defaults): New function, which
11251         can be used to let font-lock react to external changes in
11252         variables like font-lock-defaults and keywords.
11253         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
11255 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
11257         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
11259         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
11261 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
11263         Supersede color.diff settings in git log (bug#5211).
11265         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
11266         escape chars in its output when the user has color.diff set to `always'.
11267         This fix works on git 1.4.2 and newer (released on 2006-08-13).
11269 2009-12-26  Kevin Ryde  <user42@zip.com.au>
11271         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
11272         node.  Keep previous "Index" name to work with past coreutils too.
11274         * man.el (man): Revise docstring a bit to show -a and -l as
11275         examples.  Add -k description since support for it has otherwise
11276         been a secret.  (Further to bug#3717.)
11277         (Man-bgproc-sentinel): When "-k foo" produces no output show error
11278         "no matches" rather than "Can't find manpage", as the latter reads
11279         like -k was interpreted as a page name, which is not so.  (Bug#5431)
11281 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
11283         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
11284         switches.  Check also for //SUBDIRED// line.
11286 2009-12-25  Kenichi Handa  <handa@m17n.org>
11288         * language/indian.el (devanagari-composable-pattern): Fix to
11289         handle ZWNJ and ZWJ.  Use it in composition-function-table for
11290         Devanagari.
11291         (malayalam-composable-pattern): Fix previous change.
11293 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11295         * ps-print.el (ps-face-attributes): It was not returning the
11296         attribute face for faces specified as string.  Reported by harven
11297         <harven@free.fr>.  (Bug#5254)
11298         (ps-print-version): New version 7.3.5.
11300 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
11302         * calendar/icalendar.el (icalendar--convert-tz-offset):
11303         Fix timezone names.
11304         (icalendar--convert-tz-offset): Fix the "last-day-problem".
11305         (icalendar--add-diary-entry): Remove the trailing blank that
11306         diary-make-entry inserts.
11308 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
11310         Make `file-expand-wildcards' work for remote files.
11312         * files.el (file-expand-wildcards): In case of remote files, check
11313         only local file name part for wildcards.  Provide feature 'files
11314         and subfeature 'remote-wildcards.  (Bug#5198)
11316         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
11317         if there is already an established connection.
11318         (tramp-advice-file-expand-wildcards): Remove it.
11320         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
11321         (tramp-advice-file-expand-wildcards): Move from tramp.el.
11322         Activate advice for older GNU Emacs versions.  (Bug#5237)
11324 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
11326         Some doc fixes (more needed).
11328         * find-cmd.el (find-constituents): Reflow docstring.
11329         (find-cmd, find-prune, find-command): Fix typos in docstrings.
11330         (find-generic): Doc fix.
11332 2009-12-17  Juri Linkov  <juri@jurta.org>
11334         Fix regression from 23.1 to allow multiple modes in Local Variables.
11336         * files.el (hack-local-variables-filter): While ignoring duplicates,
11337         don't take `mode' into account.
11338         (hack-local-variables-filter, hack-dir-local-variables):
11339         Don't remove duplicate `mode' from local-variables-alist (like `eval').
11341 2009-12-17  Juri Linkov  <juri@jurta.org>
11343         Make `dired-diff' safer.  (Bug#5225)
11345         * dired-aux.el (dired-diff): Signal an error when `file' equals to
11346         `current' or when `file' is a directory of the `current' file.
11348 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
11350         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
11351         unconditionally preloaded files.
11353 2009-12-16  Juri Linkov  <juri@jurta.org>
11355         Revert to old 23.1 logic of using the file at the mark as default.
11356         * dired-aux.el (dired-diff): Use the file at the mark as default
11357         if it's not the same as the current file, and the target dir is
11358         the current dir or the mark is active.  Add the current file
11359         as the arg of `dired-dwim-target-defaults'.  Use the default file
11360         in the prompt.  (Bug#5225)
11362 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
11364         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
11365         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
11366         (tramp-check-for-regexp): Check also, when an echoing shell stops
11367         to echo sent commands.
11369 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
11371         * Makefile.in: Revert last change (Bug#5191).
11373 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
11375         * vc-hg.el (vc-hg-print-log): Fix argument order.
11376         (vc-hg-working-revision): Make sure the command is executed in a
11377         known environment so that we can parse the output.  (Bug#4417)
11379 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
11381         * progmodes/python.el (python-symbol-completions): Remove text
11382         properties from symbol string before calling python-send-receive.
11384 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
11386         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
11387         when there are values for both file and line.  (Bug#5060)
11389 2009-12-14  Juri Linkov  <juri@jurta.org>
11391         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
11392         whitespace after the file name of the first line of unified format,
11393         because git-diff doesn't output whitespace and file modification time
11394         after the file name.
11396 2009-12-14  David Kastrup  <dak@gnu.org>
11398         * info.el (Info-hide-cookies-node): Before hiding a cookie,
11399         check if it already has the `display' property added by
11400         `Info-display-images-node', and not put the `invisible' property
11401         in this case.
11403 2009-12-13  Glenn Morris  <rgm@gnu.org>
11405         * mail/emacsbug.el (message-sort-headers): Define for compiler.
11406         (report-emacs-bug): In message-mode, sort manually before storing
11407         original report text.  (Bug#5178)
11408         Remove superfluous save-excursion.
11410 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
11412         * net/dbus.el (dbus-property-handler): Filter lambda forms out
11413         when responding to "GetAll" properties.
11415 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
11417         * simple.el (compose-mail): Remove mail-setup-with-from from
11418         customization checks.
11420 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
11422         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
11423         RAR archives created on Unix systems.
11425 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11427         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
11428         the varalias that was accidentally removed by the 2009-11-19 change
11429         (bug#5186).
11431 2009-12-12  Kenichi Handa  <handa@m17n.org>
11433         * language/indian.el (indian-compose-regexp): New function.
11434         (malayalam-composable-pattern): Fix the pattern.
11435         (composition-function-table): Set malayalam-composable-pattern for
11436         Malayalam characters.
11438 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
11440         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
11441         rather than down-mouse-1, based on follow-link conventions.
11443         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
11444         are compiled.
11446 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
11448         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
11449         (verilog-vmm-statement-re, verilog-ovm-statement-re)
11450         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
11451         (verilog-leap-to-head, verilog-backward-token):
11452         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
11454 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
11456         * progmodes/verilog-mode.el (verilog-auto-lineup)
11457         (verilog-nameable-item-re): Cleanup user-visible spelling and
11458         documentation errors.  One reported by Gary Delp.
11459         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
11460         (verilog-read-decls): Fix AUTOWIRE with types declared in a
11461         package, bug195.  Reported by Pierre-David Pfister.
11463 2009-12-11  Glenn Morris  <rgm@gnu.org>
11465         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
11467         * mail/emacsbug.el: No longer require sendmail.
11468         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
11469         (report-emacs-bug-orig-text): Doc fix.
11470         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
11471         New local variables, to adapt to different mail-user-agents.
11472         (report-emacs-bug): Fix test for a gnu.org address.
11473         Use overlays for emphasis, since font-lock defeats 'face property.
11474         Pretest bugs also end up at the newsgroup these days.
11475         Stop message-mode stripping text properties.
11476         Set and use the new buffer-local variables.
11477         (report-emacs-bug-hook): Add doc-string.
11478         Remove some unnecessary save-excursions and simplify.
11479         Use the appropriate hook and send-command.
11481         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
11482         capitalization of some menu entries.
11484 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11486         * whitespace.el (whitespace-display-char-on):
11487         Ensure `buffer-display-table' is unique when two or more windows are
11488         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
11489         New version 12.1.
11491 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
11493         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
11494         characters in the Attribute field.
11496 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
11498         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
11500 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11502         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
11503         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11504         Disregard autoload-excludes.
11505         (update-directory-autoloads): Obey autoload-excludes here instead.
11506         But don't store its contents in no-autoloads and remove entries that
11507         refer to excludes files.
11509 2009-12-10  Glenn Morris  <rgm@gnu.org>
11511         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
11512         (expand-mail-aliases): Define for compiler.
11514         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
11515         Define for compiler.
11517         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
11518         appropriate for the mail-user-agent in use.
11520 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
11522         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
11524 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
11526         Fix short log parsing and fontification.
11527         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
11528         Fix fontification for the [merge] label.
11530 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
11532         Drop some properties to avoid surprises (bug#5002).
11533         * htmlfontify.el (hfy-ignored-properties): New defcustom.
11534         (hfy-fontify-buffer): Use it.
11536 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11538         Minor cleanup.
11539         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
11540         Adjust all callers.
11541         (ffap-locate-file): Remove unused arg `dir-ok' and make other
11542         args compulsory.  Adjust callers.
11543         (ffap-gopher-at-point): Remove unused var `name'.
11545         Get rid of the ELCFILES abomination.
11546         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
11547         (compile-elcfiles): New phony target.
11548         (compile-main): Compute ELCFILES dynamically.
11549         (compile-clean): New target to remove left-over elc files.
11550         (compile, all): Use it.
11552 2009-12-09  Kenichi Handa  <handa@etlken>
11554         * international/mule-diag.el: Require help-mode instead of help-fns.
11556 2009-12-09  Kenichi Handa  <handa@m17n.org>
11558         * international/mule-cmds.el (ucs-names): Supply sufficiently
11559         fine ranges instead of pre-calculating accurate ranges.
11560         Iterate with bigger gc-cons-threshold.
11562 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
11564         Add support for stashing a snapshot of the current tree.
11565         * vc-git.el (vc-git-stash-snapshot): New function.
11566         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
11568 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
11570         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
11571         instead of `(beginning|end)-of-line'.
11573 2009-12-08  Glenn Morris  <rgm@gnu.org>
11575         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
11577         * Makefile.in (ELCFILES): Regenerate.
11579 2009-12-07  Juri Linkov  <juri@jurta.org>
11581         Don't lazy-highlight the comint output in history Isearch mode.
11583         * comint.el (comint-history-isearch-search): Instead of
11584         `comint-line-beginning-position', use `comint-after-pmark-p'
11585         to check if point if before the process mark, and go to
11586         `process-mark' in this case.
11588 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11590         * textmodes/tex-mode.el (latex-complete)
11591         (latex-indent-or-complete): Remove.
11592         (latex-mode): Set completion-at-point-functions instead.
11594         Provide a standard completion command and hook it into TAB.
11595         * minibuffer.el (completion-at-point-functions): New var.
11596         (completion-at-point): New command.
11597         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
11598         * progmodes/python.el (python-mode-map): Use completion-at-point.
11599         (python-completion-at-point): Rename from python-partial-symbol and
11600         adjust for use in completion-at-point-functions.
11601         (python-mode): Setup completion-at-point for Python completion.
11602         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
11603         extracted from lisp-complete-symbol.
11604         (lisp-complete-symbol): Use it.
11605         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
11606         setup completion-at-point for Elisp completion.
11607         (emacs-lisp-mode-map, lisp-interaction-mode-map):
11608         Use completion-at-point.
11609         * ielm.el (ielm-map): Use completion-at-point.
11610         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
11611         * progmodes/sym-comp.el: Move to...
11612         * obsolete/sym-comp.el: Move from progmodes.
11614 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
11616         Prevent save-buffer in Rmail buffers from using the coding-system
11617         of the current message, and from clobbering the encoding mnemonics
11618         in the mode line (Bug#4623).
11620         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
11621         flag, too.
11622         (rmail-message-encoding): New variable.
11623         (rmail-write-region-annotate): Record the encoding of the current
11624         message in rmail-message-encoding.
11625         (rmail-after-save-hook): New function, restores the encoding of
11626         the current message after the message collection is saved.
11628 2009-12-07  Juri Linkov  <juri@jurta.org>
11630         * progmodes/grep.el (grep-read-files): Use `completing-read'
11631         instead of `read-string'.  Set its `collection' arg to
11632         `read-file-name-internal'.  (Bug#4301)
11634 2009-12-07  Juri Linkov  <juri@jurta.org>
11636         Correctly restore original Isearch point.  (Bug#4994)
11638         * isearch.el (isearch-mode): Move `isearch-push-state' after
11639         `(run-hooks 'isearch-mode-hook)'.
11640         (isearch-cancel): When `isearch-push-state-function' is defined,
11641         let-bind `isearch-cmds' to the first state (the last element of
11642         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
11643         function and restores the original point).  Otherwise, move point
11644         to `isearch-opoint'.
11646 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11648         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
11649         chars that don't have names, so the table can be built much faster at
11650         run-time.
11652 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
11654         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
11655         change.  Suggested by David Kastrup.
11657         * simple.el (compose-mail): Check for incompatibilities and warn.
11658         (compose-mail-user-agent-warnings): New option.
11660 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
11662         Support showing a single log entry from vc-annotate.
11663         * vc.el (print-log): Add a new argument: START-REVISION.
11664         (vc-print-log-internal): Add a new optional argument and
11665         pass it to the backend.
11666         (vc-print-log, vc-print-root-log): Adjust callers.
11667         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
11668         buffer already displays the requested log entry, use it.
11669         Otherwise display only the log entry in question.
11670         * vc-svn.el (vc-svn-print-log):
11671         * vc-mtn.el (vc-mtn-print-log):
11672         * vc-hg.el (vc-hg-state):
11673         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
11674         (vc-git-show-log-entry): Return t on success.
11675         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
11676         (vc-bzr-show-log-entry): Return t on success.
11677         * vc-rcs.el (vc-rcs-print-log):
11678         * vc-sccs.el (vc-sccs-print-log):
11679         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
11681 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
11683         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
11684         Add menus to the meta mode.  (Bug#5043)
11686 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
11688         * ediff-init.el (ediff-event-key): Use event-to-character instead of
11689         event-key.
11691         * ediff.el (ediff-buffers-internal): Add unwind-protect.
11693 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
11695         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
11696         Berbain <raphael.berbain@gmail.com>.
11698         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
11699         characters.
11700         (tramp-initial-end-of-output): New defconst.
11701         (tramp-methods, tramp-find-shell)
11702         (tramp-open-connection-setup-interactive-shell)
11703         (tramp-maybe-open-connection): Use it.
11704         (tramp-shell-prompt-pattern, tramp-wait-for-output):
11705         Handle existence of `#' and `$'.
11707         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
11708         Use `tramp-initial-end-of-output'.
11710 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
11712         Get the background mode from the terminal for xterm, and set
11713         faces accordingly.
11714         * term/xterm.el (xterm-set-background-mode): New function.
11715         (terminal-init-xterm): Use it in case xterm supports background
11716         color queries.  Recompute faces after getting the background
11717         color.
11719 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
11721         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
11722         number comment back on its own line, for easier parsing.
11724 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11726         Make it work for non-file buffers (bug#5102).
11727         * doc-view.el (doc-view-current-cache-dir):
11728         Use doc-view-buffer-file-name rather than buffer-file-name.
11729         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
11731 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
11733         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
11734         author field is too short.
11736 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
11738         * vc-git.el (vc-git-print-log): Handle a limit argument.
11739         Display the short log in graph form and with labels.
11740         (vc-git-log-view-mode): Handle labels.
11742         Make vc-revert change VC state from 'added to 'unregistered.
11743         * vc-git.el (vc-git-revert): Call git reset first.
11745 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
11747         * net/newst-backend.el, net/newst-plainview.el:
11748         * net/newst-reader.el, net/newst-ticker.el:
11749         * net/newst-treeview.el, net/newsticker.el:
11750         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
11752 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
11754         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
11756         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
11757         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
11758         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11759         Update annotation regexp.
11761         * simple.el (beginning-of-visual-line): Constrain to field
11762         boundaries (Bug#5106).
11764 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
11766         * xml.el (xml-substitute-numeric-entities):
11767         Move newsticker--decode-numeric-entities in newst-backend.el to
11768         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
11769         * net/newst-backend.el (newsticker--parse-generic-feed)
11770         (newsticker--parse-generic-items)
11771         (newsticker--decode-numeric-entities):
11772         Move newsticker--decode-numeric-entities in newst-backend.el to
11773         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
11775 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
11777         * progmodes/js.el (js--js-not): Add null to the list of values.
11779 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
11781         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
11783 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11785         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
11786         delimiter if it is at the end of the current line.
11787         (bibtex-generate-url-list): Fix docstring.
11789 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11791         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
11792         minibuffer's content with itself.
11793         Fold the confirm-after-completion case into the `confirm' case.
11794         (completion-pcm-word-delimiters): Add : and / to the delimiters.
11796 2009-12-06  Kevin Ryde  <user42@zip.com.au>
11798         * ffap.el (ffap-rfc-path): Make this a defcustom since
11799         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
11801         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
11802         manuals, similar to existing setup for help-mode.  (Bug#3913.)
11804 2009-12-05  Juri Linkov  <juri@jurta.org>
11806         Save and restore dired buffer's point positions too.  (Bug#4880)
11808         * dired.el (dired-save-positions): Return in the first element
11809         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
11810         Doc fix.
11811         (dired-restore-positions): First restore buffer's position.
11812         While restoring window's positions, check if window still displays
11813         the original buffer.
11815 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
11817         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
11818         if possible.
11820         * shell.el (shell): Require ansi-color (Bug#5113).
11822         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
11824         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
11826 2009-12-05  Alan Mackenzie  <acm@muc.de>
11828         * progmodes/cc-mode.el (c-before-hack-hook)
11829         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
11830         `c-file-style' to work again.  This reversion restores the current
11831         software to its state in Emacs 23.1.  (Bug#4146)
11833 2009-12-05  Kevin Ryde  <user42@zip.com.au>
11835         * textmodes/sgml-mode.el (sgml-lexical-context):
11836         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
11838 2009-12-05  Juri Linkov  <juri@jurta.org>
11840         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
11841         for virtual nodes.  (Bug#4147)
11842         (Info-find-node-2): Set `Info-current-node-virtual' to nil
11843         when moving from a virtual node.
11844         (Info-mode-menu): Add `Info-virtual-index' to the menu.
11845         (Info-mode): Add `Info-virtual-index' to the docstring.
11847 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11849         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
11850         track of the buffer position of the end of a BibTeX entry as this
11851         position may change during reformatting.
11852         (bibtex-format-entry): Remove whitespace before processing
11853         numerical fields so that we recognize the latter properly.
11854         (bibtex-reformat): Do not use push which changes the global value
11855         of bibtex-entry-format.
11856         (bibtex-field-braces-alist, bibtex-field-strings-alist)
11857         (bibtex-field-re-init): Replace only space characters by regexp
11858         for whitespace.
11859         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
11860         (bibtex-initialize): Also update bibtex-strings.
11861         (bibtex-kill-field): Preserve white space at end of entry.
11862         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
11863         Update bibtex-reference-keys.
11865 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11867         * minibuffer.el (completion-pcm--merge-try): Also consider placing
11868         point after a star, if that's the only place where modifications can
11869         make progress.
11871 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
11873         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
11874         in docstrings.
11876 2009-12-04  Juri Linkov  <juri@jurta.org>
11878         * proced.el (proced): Call `(proced-update t)' to update process
11879         information instead of only running proced-post-display-hook.
11880         (proced-send-signal): Add a leading space to the buffer name
11881         " *Marked Processes*" to make this buffer ephemeral.
11883 2009-12-04  Juri Linkov  <juri@jurta.org>
11885         * dired.el (dired-auto-revert-buffer): New defcustom.
11886         (dired-internal-noselect): Use it.
11888 2009-12-04  Juri Linkov  <juri@jurta.org>
11890         Change roles of modes and functions in image-mode.el (Bug#5062).
11892         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
11893         in `auto-mode-alist'.
11894         (image-mode-previous-major-mode): New variable.
11895         (image-minor-mode-map): Rename from `image-mode-text-map'.
11896         (image-mode): Move graceful error-handling code from
11897         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
11898         (image-minor-mode): Remove all image-handling code.
11899         Replace `image-mode-text-map' with `image-minor-mode-map'.
11900         Check for `image-type' in mode-line format string.
11901         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
11902         (image-mode-as-text): New function with most code from
11903         `image-mode-maybe'.
11904         (image-toggle-display-text): Move code that removes image
11905         properties from `image-toggle-display' to here.
11906         (image-toggle-display-image): New function with code that adds
11907         image properties copied from `image-toggle-display'.
11908         (image-toggle-display): Remove most code with leaving only code
11909         that toggles between `image-mode-as-text' and `image-mode'.
11911 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
11913         * net/newst-treeview.el
11914         (newsticker--treeview-list-highlight-start): Restored call to
11915         save-excursion: Selected item was stuck.
11916         (newsticker--treeview-list-select): New.
11917         (newsticker--treeview-item-show-text)
11918         (newsticker--treeview-item-show)
11919         (newsticker--treeview-item-update): Use new
11920         newsticker-treeview-item-mode.
11921         (newsticker-treeview-update): Keep current item.
11922         (newsticker-treeview-next-new-or-immortal-item): Doc change.
11923         (newsticker--treeview-first-feed): Doc change.
11924         (newsticker-treeview-list-menu)
11925         (newsticker-treeview-item-menu): Add menu entries.
11926         (newsticker-treeview-item-mode): New.
11928         * net/newst-backend.el (newsticker-customize): Delete other
11929         windows.
11931 2009-12-04  Sam Steingold  <sds@gnu.org>
11933         * log-view.el (log-view-mode-map): "q" calls quit-window,
11934         like in all the other non-self-insert buffers.
11936 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11938         Minor cleanup.
11939         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
11940         key decoding rather than do it manually via last-input-event +
11941         ascii-character.
11942         (term-exec): Use delete-and-extract-region.
11943         (term-handle-ansi-terminal-messages): Remove unused var `end'.
11944         (term-process-pager): Remove unused var `i'.
11945         (term-dynamic-simple-complete): Make obsolete.
11946         (serial-update-config-menu): Remove unused vars `y' and `str'.
11947         (term-update-mode-line): Remove unused var `temp'.
11949 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
11951         Limit the number of log entries displayed by default.
11952         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
11953         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
11954         using a prefix argument.
11956 2009-12-03  Glenn Morris  <rgm@gnu.org>
11958         * progmodes/idlwave.el (class): Restore still useful declaration.
11960 2009-12-03  Alan Mackenzie  <acm@muc.de>
11962         Enhance `c-parse-state' to run efficiently in "brace deserts".
11964         * progmodes/cc-mode.el (c-basic-common-init):
11965         Call c-state-cache-init.
11966         (c-neutralize-syntax-in-and-mark-CPP): Rename from
11967         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
11968         placing `category' properties value 'c-cpp-delimiter at its boundaries.
11970         * progmodes/cc-langs.el (c-before-font-lock-function):
11971         c-extend-and-neutralize-syntax-in-CPP has been renamed
11972         c-neutralize-syntax-in-and-mark-CPP.
11974         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
11975         with `category' properties now, not `syntax-table' ones.
11977         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
11978         enhanced (but slower) version of c-end-of-macro that won't land
11979         inside a literal or on another awkward character.
11980         (c-state-cache-too-far, c-state-cache-start)
11981         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
11982         (c-state-nonlit-pos-cache-limit, c-state-point-min)
11983         (c-state-point-min-lit-type, c-state-point-min-lit-start)
11984         (c-state-min-scan-pos, c-state-brace-pair-desert)
11985         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
11986         buffer local variables.
11987         (c-state-literal-at, c-state-lit-beg)
11988         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
11989         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
11990         (c-state-cache-top-paren, c-state-cache-after-top-paren)
11991         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
11992         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
11993         (c-renarrow-state-cache)
11994         (c-append-lower-brace-pair-to-state-cache)
11995         (c-state-push-any-brace-pair, c-append-to-state-cache)
11996         (c-remove-stale-state-cache)
11997         (c-remove-stale-state-cache-backwards, c-state-cache-init)
11998         (c-invalidate-state-cache-1, c-parse-state-1)
11999         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
12000         (c-parse-state): Enhance and refactor.
12001         (c-debug-parse-state): Amend to deal with all the new variables.
12003         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
12004         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
12005         modify to use category text properties rather than syntax-table ones.
12006         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
12007         to switch off/on the syntactic paren property of C++ template
12008         delimiters using the category property.
12009         (c-with-<->-as-parens-suppressed): Macro to invoke code with
12010         template delims suppressed.
12011         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
12012         New constant/macros which apply category properties to the start
12013         and end of preprocessor constructs.
12014         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
12015         "comment out" the syntactic value of characters in preprocessor
12016         constructs.
12017         (c-with-cpps-commented-out)
12018         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
12019         with characters in all or all but one preprocessor constructs
12020         "commented out".
12022 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12024         * proced.el (proced-filter-alist): Use regexp-quote.
12026 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
12028         Cleanup.
12029         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
12030         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
12031         arguments.  Expand `default-directory'.
12033         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
12034         the benefit of returning an expanded localname.
12035         (tramp-tramp-file-p): Handle the case NAME is not a string.
12037 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
12039         Add support for bzr shelve/unshelve.
12040         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12041         (vc-bzr-extra-menu-map): New variables.
12042         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
12043         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
12044         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
12045         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
12046         (vc-bzr-dir-extra-headers): Display shelves.
12048         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
12050 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12052         * textmodes/bibtex.el (bibtex-complete-internal):
12053         Use completion-in-region.
12054         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
12056 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
12058         Support applying stashes.  Improve UI.
12059         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
12060         (vc-git-stash-apply, vc-git-stash-pop)
12061         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
12062         (vc-git-stash-menu): New functions.
12063         (vc-git-stash-menu-map): New variable.
12064         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
12066 2009-12-03  Glenn Morris  <rgm@gnu.org>
12068         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
12069         (vc-print-log-internal): Fix previous change.
12070         (vc-revert): Correct pluralization.
12072 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12074         * progmodes/make-mode.el (makefile-special-targets-list): No need for
12075         it to be an alist any more.
12076         (makefile-complete): Use completion-in-region.
12078         * progmodes/octave-mod.el (octave-complete-symbol):
12079         Use completion-in-region.
12081         Misc cleanup.
12082         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
12083         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
12084         (idlwave-complete-class): Don't quote lambda.
12085         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
12086         (idlwave-mode-map): Move initialization into declaration.
12087         (idlwave-action-and-binding): Use backquotes.
12088         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
12089         Simplify.
12090         (idlwave-is-pointer-dereference): Remove unused var `pos'.
12091         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
12092         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
12093         `parts', and `all-parts'.
12094         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
12095         (idlwave-convert-xml-system-routine-info): Remove unused string
12096         `version-string'.
12097         (idlwave-display-user-catalog-widget): Use dolist.
12098         (idlwave-scanning-lib): Declare dynamically-scoped var.
12099         (idlwave-scan-library-catalogs): Remove unused var `flags'.
12100         (completion-highlight-first-word-only): Declare to silence bytecomp.
12101         (idlwave-popup-select): Tighten scope of `resp'.
12102         (idlwave-find-struct-tag): Remove unused var `beg'.
12103         (idlwave-after-load-rinfo-hook): Declare.
12104         (idlwave-sintern-class-info): Remove unused var `taglist'.
12105         (idlwave-find-class-definition): Remove unused var `list'.
12106         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
12107         (idlwave-what-module-find-class): Remove unused var `classes'.
12109 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
12111         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
12113 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12115         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
12116         buffers visited.  Remove redundant current-buffer-saving.
12118 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12120         Use completion-in-buffer and remove uses of dynamic scoping.
12121         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
12122         (pascal-buffer-to-use, pascal-flag): Don't declare.
12123         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
12124         (pascal-get-completion-decl, pascal-keyword-completion):
12125         Add `pascal-str' argument, save-excursion,
12126         return the found completions, and don't filter with pascal-pred.
12127         (pascal-completion-cache): New var.
12128         (pascal-completion): Don't switch buffer any more (it was never
12129         necessary).  Don't save-excursion any more (it's done by the called
12130         subroutines).  Use a cache to avoid redundant computations.
12131         Use complete-with-action rather than pascal-completion-response and
12132         let it apply the predicate as well.
12133         (pascal-complete-word): Use completion-in-buffer when
12134         pascal-toggle-completions is nil.
12135         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
12136         not used any more.
12137         (pascal-comp-defun): Don't change buffer any more.
12138         Use complete-with-action rather than pascal-completion-response and
12139         let it apply the predicate as well.
12140         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
12141         when neded.
12143 2009-12-02  Kenichi Handa  <handa@m17n.org>
12145         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
12146         shape for all Indic scripts.
12148 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12150         Use completion-in-buffer.
12151         * wid-edit.el (widget-field-text-end): New function.
12152         (widget-field-value-get): Use it.
12153         (widget-string-complete, widget-file-complete)
12154         (widget-color-complete): Use it and completion-in-region.
12155         (widget-complete): Don't narrow the buffer.
12157 2009-12-02  Glenn Morris  <rgm@gnu.org>
12159         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
12160         (rmail-select-summary): Use rmail-pop-to-buffer.
12161         * mail/rmailsum.el: Replace all pop-to-buffer calls with
12162         rmail-pop-to-buffer, to prevent horizontal splits.
12164         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
12165         save-excursion with save-current-buffer.
12166         Widen before searching.  (Bug#5093)
12167         (diary-list-sexp-entries): Remove superfluous save-excursion.
12169 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
12171         * woman.el (woman-make-bufname): Handle man-pages with "." in the
12172         name.  (Bug#5038)
12174 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
12176         * ido.el (ido-file-internal): Handle filenames at point that do
12177         not have a directory part.  (Bug#5049)
12179 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
12181         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
12182         (mpc-songs-jump-to, mpc-resume): Doc fixes.
12184 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
12186         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
12187         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
12188         any more.
12190 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12192         * comint.el (comint-insert-input): Ignore clicks to the right of
12193         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
12195         * vc.el (vc-print-log-internal): Don't wait for the process to
12196         terminate before setting up the major mode.
12198         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
12199         in case.
12201         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
12202         the last element.
12204         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
12206 2009-12-01  Glenn Morris  <rgm@gnu.org>
12208         * window.el (window--display-buffer-2): Fix previous changes.
12210 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
12212         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
12214 2009-12-01  Glenn Morris  <rgm@gnu.org>
12216         * Makefile.in (ELCFILES): Add mpc.elc.
12218 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12220         * mpc.el: New file.
12222 2009-12-01  Glenn Morris  <rgm@gnu.org>
12224         * window.el (window-to-use): Define for compiler.
12226         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
12227         consistent with others (no final period).
12229         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
12230         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
12232 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
12234         Make vc-print-log buttons work.
12235         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
12237 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
12239         * savehist.el (savehist-autosave-interval): Allow setting to nil
12240         through customize.  (Bug#5056)
12242 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
12244         Fix references to jit-lock properties.
12245         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12246         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
12247         (perl-font-lock-special-syntactic-constructs):
12248         Quote jit-lock-defer-multiline property.
12250 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
12252         * vc-git.el (vc-git-registered): Call vc-git-root only once.
12254 2009-11-30  Juri Linkov  <juri@jurta.org>
12256         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
12257         value `buffer' of `multi-isearch-next-buffer-current-function'.
12258         Use `(current-buffer)' when `buffer' is nil.
12259         (multi-isearch-next-buffer-from-list): Don't fallback to
12260         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
12262 2009-11-30  Juri Linkov  <juri@jurta.org>
12264         * misearch.el (multi-isearch-read-buffers): Move canonicalization
12265         of buffers with `get-buffer' to `multi-isearch-buffers'.
12266         (multi-isearch-buffers, multi-isearch-buffers-regexp):
12267         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
12268         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
12269         FILES with `expand-file-name' converting relative file names
12270         to absolute.  Doc fix.  (Bug#4727)
12272 2009-11-30  Juri Linkov  <juri@jurta.org>
12274         * misearch.el (multi-isearch-read-buffers)
12275         (multi-isearch-read-matching-buffers): New functions.
12276         (multi-isearch-buffers, multi-isearch-buffers-regexp):
12277         Use them in the `interactive' spec.  Doc fix.
12278         (multi-isearch-read-files, multi-isearch-read-matching-files):
12279         New functions.
12280         (multi-isearch-files, multi-isearch-files-regexp):
12281         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
12283 2009-11-30  Juri Linkov  <juri@jurta.org>
12285         * doc-view.el (doc-view-continuous):
12286         Rename from `doc-view-continuous-mode'.
12287         (doc-view-menu): Move "Toggle display" to the top.
12288         Add submenu "Continuous" with radio buttons "Off"/"On"
12289         and "Save as Default".
12290         (doc-view-scroll-up-or-next-page)
12291         (doc-view-scroll-down-or-previous-page)
12292         (doc-view-next-line-or-next-page)
12293         (doc-view-previous-line-or-previous-page):
12294         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
12296 2009-11-30  Juri Linkov  <juri@jurta.org>
12298         * comint.el (comint-mode-map): Rebind `M-r' from
12299         `comint-previous-matching-input' to
12300         `comint-history-isearch-backward-regexp'.
12301         Unbind `M-s' to allow global key binding `M-s'.
12302         Add menu items for `comint-history-isearch-backward' and
12303         `comint-history-isearch-backward-regexp'.  (Bug#3746)
12305 2009-11-30  Juri Linkov  <juri@jurta.org>
12307         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
12308         For def=recenter, replace `recenter' with `recenter-top-bottom'
12309         that is called with `this-command' and `last-command' let-bound
12310         to `recenter-top-bottom'.  When the last `def' was not `recenter',
12311         set `recenter-last-op' to nil.  (Bug#4981)
12313 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12315         Minor cleanup and simplification.
12316         * filecache.el (file-cache-add-directory)
12317         (file-cache-add-directory-recursively)
12318         (file-cache-add-from-file-cache-buffer)
12319         (file-cache-delete-file-regexp, file-cache-delete-directory)
12320         (file-cache-files-matching-internal, file-cache-display): Use dolist.
12321         (file-cache-temp-minibuffer-message): Delete function.
12322         (file-cache-minibuffer-complete): Use minibuffer-message instead.
12324         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12325         Don't signal an error when bumping into EOB in tr, s, or y.
12327 2009-11-29  Juri Linkov  <juri@jurta.org>
12329         * startup.el (fancy-about-text): Fix wording of Guided Tour.
12330         (Bug#4960)
12332         * descr-text.el (describe-char-unidata-list): Use lowercase name
12333         for "Unicode name" like in other tags.
12335 2009-11-29  Juri Linkov  <juri@jurta.org>
12337         * ediff-util.el (ediff-minibuffer-with-setup-hook):
12338         New compatibility macro.
12339         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
12341 2009-11-29  Juri Linkov  <juri@jurta.org>
12343         Add defcustom to define the cycling order of `recenter-top-bottom'.
12344         (Bug#4981)
12346         * window.el (recenter-last-op): Doc fix.
12347         (recenter-positions): New defcustom.
12348         (recenter-top-bottom): Rewrite to use `recenter-positions'.
12349         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
12351 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
12353         Improve integration of Tramp and ange-ftp in eshell.
12355         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
12356         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
12357         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
12359         * eshell/esh-util.el (top): Require also Tramp when compiling.
12360         (eshell-directory-files-and-attributes): Check for FTP remote
12361         connection.
12362         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
12363         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
12364         (eshell-file-attributes): Handle ".".  Return `entry'.
12366         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
12367         (ange-ftp-directory-files-and-attributes)
12368         (ange-ftp-real-directory-files-and-attributes): New defuns.
12370         * net/tramp.el (tramp-maybe-open-connection): Open the remote
12371         shell with "exec" when possible.  This prevents trailing prompts
12372         in `start-file-process'.
12374 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12376         Try and remove assumptions about point-min==1.
12377         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
12378         (rng-compute-mode-line-string): Show the validation percentage in
12379         terms of the narrowed text, not the widened text.
12380         (rng-do-some-validation): Don't catch internal errors when debugging.
12381         (rng-first-error): Simplify.
12382         (rng-after-change-function): Remove work around.  AFAIK the bug has
12383         been fixed a while ago.
12385         * image-mode.el (image-minor-mode): Exit more gracefully when the image
12386         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
12388         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
12390         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
12391         `cd' doesn't always do it for us (bug#5067).
12393         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
12394         on 2009-10-25 as part of some other change (bug#5067).
12396 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12398         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
12399         `suspicious'.
12400         (byte-compile-warnings): Use byte-compile-warning-types.
12401         (byte-compile-save-excursion): Warn about use of set-buffer right
12402         after save-excursion.
12404         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
12405         the excursion as well.
12407 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
12409         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
12410         providing a Tramp related implementation of "su" and "sudo".
12411         (eshell-unix-initialize): Add "su" and "sudo".
12413 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
12415         * net/socks.el (socks-send-command): Convert binary request to
12416         unibyte before sending.  This fixes mishandling of some port
12417         numbers such as 129.
12419 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12421         * help.el (describe-bindings-internal): Remove `interactive'.
12423         * man.el (Man-completion-table): Trim a terminating "(".
12424         Remove the space between name page a section.
12425         Add the command's description on the `help-echo' property.
12426         Remove `process-connection-type' binding since it's unused by
12427         call-process.
12428         Provide completion for the "<section> <name>" format as well.
12429         (Man-default-man-entry): Remove spurious var shadowing the argument.
12431 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12433         * log-view.el: Add "Keywords: tools", since its other keywords
12434         aren't in finder-known-keywords, and following vc.el.
12436         * sha1.el (sha1-string-external): default-directory "/" in case
12437         otherwise non-existent.  process-connection-type pipe for touch of
12438         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12440 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12442         Misc coding convention cleanups.
12443         * htmlfontify.el (hfy-init-kludge-hook): Rename from
12444         hfy-init-kludge-hooks.
12445         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
12446         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
12447         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
12448         and push.
12449         (hfy-slant, hfy-weight): Use tables rather than code.
12450         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
12451         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
12452         (hfy-face-attr-for-class): Initialize `face-spec' directly.
12453         (hfy-face-to-css): Remove `nconc' with single arg.
12454         (hfy-p-to-face-lennart): Use `or'.
12455         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
12456         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
12457         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
12458         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
12459         (hfy-force-fontification): Use run-hooks.
12461 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
12463         Various minor fixes.
12464         * htmlfontify.el (hfy-default-header): Add toggle_invis since
12465         Javascript belongs in the header, not the body.
12466         (hfy-javascript): Remove.
12467         (hfy-fontify-buffer): Don't insert it any more.
12468         (hfy-face-at): Handle (face0 face1 face2) style face properties.
12469         Fix bug in invis handling when there were no invis props in a chunk.
12471 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12473         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
12475 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
12477         * finder.el (finder-mode-map): Add a menu.
12479 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
12481         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
12482         "unsigned" structs.
12484         (verilog-leap-to-head, verilog-backward-token): Handle "disable
12485         fork" statement better.
12487 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
12489         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
12490         (verilog-delete-auto, verilog-delete-empty-auto-pair)
12491         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
12492         Reported by Clay Douglass.
12494         (verilog-auto-inst, verilog-auto-star-safe)
12495         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
12496         Fix removing "// Interfaces" when saving .* expansions.
12497         Reported by Pierre-David Pfister.
12499 2009-11-26  Glenn Morris  <rgm@gnu.org>
12501         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
12502         the scope.
12504 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
12506         * vc-annotate.el (vc-annotate-revision-previous-to-line):
12507         Really use previous revision.
12509 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12511         * man.el (Man-completion-table): default-directory "/" in case
12512         doesn't otherwise exist.  process-environment COLUMNS=999 so as
12513         not to truncate long names.  process-connection-type pipe to avoid
12514         any chance of hitting the pseudo-tty TIOCGWINSZ.
12515         (man): completion-ignore-case t for friendliness and since man
12516         itself is case-insensitive on the command line.
12517         Further to Bug#3717.
12519         * arc-mode.el: Add "Keywords: files", so the details in its
12520         commentary can be reached from finder-by-keyword.
12521         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
12522         editing mode, but it's comms related and sgml-mode.el has "comm"
12523         on that basis too.
12524         * textmodes/bibtex-style.el: Add "Keywords: tex".
12525         * international/isearch-x.el, international/ja-dic-cnv.el:
12526         * international/ja-dic-utl.el, international/kkc.el:
12527         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
12529 2009-11-25  Juri Linkov  <juri@jurta.org>
12531         * man.el (Man-completion-table): Modify regexp to include
12532         section names to completion strings.  (Bug#3717)
12534 2009-11-25  Juri Linkov  <juri@jurta.org>
12536         Search recursively in gzipped files.  (Bug#4982)
12538         * progmodes/grep.el (grep-highlight-matches): Add new options
12539         `always' and `auto'.  Doc fix.
12540         (grep-process-setup): Check `grep-highlight-matches' for
12541         `auto-detect' to determine the need to compute grep defaults.
12542         Move Windows/DOS specific --colors settings handling
12543         to `grep-compute-defaults'.  Check `grep-highlight-matches'
12544         to get the value of "--color=".
12545         (grep-compute-defaults): Compute `grep-highlight-matches' when it
12546         has the value `auto-detect'.  Move Windows/DOS specific settings
12547         from `grep-process-setup'.
12548         (zrgrep): New command with alias `rzgrep'.
12550 2009-11-25  Juri Linkov  <juri@jurta.org>
12552         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
12553         to nil instead of switching off view-mode.  (Bug#4896)
12555 2009-11-25  Juri Linkov  <juri@jurta.org>
12557         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
12559         * mwheel.el (mwheel-scroll-up-function)
12560         (mwheel-scroll-down-function): New defvars.
12561         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
12562         `scroll-up', and `mwheel-scroll-down-function' instead of
12563         `scroll-down'.
12565         * doc-view.el (doc-view-scroll-up-or-next-page)
12566         (doc-view-scroll-down-or-previous-page): Add optional ARG.
12567         Use this ARG in the call to image-scroll-up/image-scroll-down.
12568         Change `interactive' spec to "P".  Goto next/previous page only
12569         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
12570         SPC/DEL case).  Doc fix.
12571         (doc-view-next-line-or-next-page)
12572         (doc-view-previous-line-or-previous-page): Rename arg to ARG
12573         for consistency.
12574         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
12575         `doc-view-scroll-up-or-next-page', and buffer-local
12576         `mwheel-scroll-down-function' to
12577         `doc-view-scroll-down-or-previous-page'.
12579 2009-11-25  Juri Linkov  <juri@jurta.org>
12581         Provide additional default values (directories at other Dired
12582         windows) via M-n in the minibuffer of some Dired commands.
12584         * dired-aux.el (dired-diff, dired-compare-directories)
12585         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
12586         `minibuffer-default' in `minibuffer-with-setup-hook'.
12587         (dired-dwim-target-directory): Find a window that displays Dired
12588         buffer instead of failing when the next window is not Dired.
12589         Use `get-window-with-predicate' to find for the next Dired window.
12590         (dired-dwim-target-defaults): New function.
12592         * ediff-util.el (ediff-read-file-name):
12593         Use `dired-dwim-target-defaults' to set `minibuffer-default'
12594         in `minibuffer-with-setup-hook'.
12596 2009-11-25  Juri Linkov  <juri@jurta.org>
12598         Provide additional default values (file name at point or at the
12599         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
12601         * minibuffer.el (read-file-name-defaults): New function.
12602         (read-file-name): Reset `minibuffer-default' to nil when
12603         it duplicates initial input `insdef'.
12604         Bind `minibuffer-default-add-function' to lambda that
12605         calls `read-file-name-defaults' in `minibuffer-selected-window'.
12606         (minibuffer-insert-file-name-at-point): New command.
12608         * files.el (file-name-at-point-functions): New defcustom.
12609         (find-file-default): Remove defvar.
12610         (find-file-read-args): Don't use `find-file-default'.
12611         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12612         to `read-file-name'.
12613         (find-file-literally): Use `read-file-name' with
12614         `confirm-nonexistent-file-or-buffer'.
12616         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
12618         * dired.el (dired-read-dir-and-switches):
12619         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12620         to `read-file-name'.
12621         (dired-file-name-at-point): New function.
12622         (dired-mode): Add hook `dired-file-name-at-point' to
12623         `file-name-at-point-functions'.
12625 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12627         Really make the *Completions* window soft-dedicated (bug#5030).
12628         * window.el (window--display-buffer-2): Add `dedicated' argument.
12629         (display-buffer): Pass it when needed so the dedicated flag is set
12630         after calling set-window-buffer, which would otherwise reset it.
12632 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12634         * progmodes/meta-mode.el (meta-complete-symbol):
12635         * progmodes/etags.el (complete-tag):
12636         * mail/mailabbrev.el (mail-abbrev-complete-alias):
12637         Use completion-in-region.
12639         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
12640         (dabbrev-completion): Use completion-in-region.
12641         (dabbrev--abbrev-at-point): Simplify regexp.
12643         * abbrev.el (abbrev--before-point): Use word-motion functions
12644         if :regexp is not specified (bug#5031).
12646         * subr.el (string-prefix-p): New function.
12648         * man.el (Man-completion-cache): New var.
12649         (Man-completion-table): Use it.
12651         * vc.el (vc-print-log-internal): Make `limit' optional for better
12652         compatibility (e.g. with vc-annotate.el).
12654 2009-11-24  Kevin Ryde  <user42@zip.com.au>
12656         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
12657         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
12659         * emacs-lisp/elint.el (elint-add-required-env): Better error message
12660         when .el source file not found or other error.
12662 2009-11-24  Markus Triska  <markus.triska@gmx.at>
12664         * linum.el (linum-update-window): Ignore intangible (bug#4996).
12666 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12668         Handle the [back] button properly (bug#4979).
12669         * descr-text.el (describe-text-properties): Add a `buffer' argument.
12670         Use help-setup-xref, help-buffer, and with-help-window.
12671         (describe-char): Add `buffer' argument.
12672         Pass proper command to help-setup-xref.  Don't meddle with
12673         help-xref-stack-item directly.
12674         (describe-text-category): Use with-help-window and help-buffer.
12676         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
12677         for the displayed buffer (bug#4887).
12679         * man.el (Man-completion-table): New function.
12680         (man): Use it.
12682 2009-11-24  David Reitter  <david.reitter@gmail.com>
12684         * vc-git.el (vc-git-registered): Use checkout directory (where
12685         .git is) rather than the file's directory and a relative path spec
12686         to work around a bug in git.
12688 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
12690         Improve handling of processes on remote hosts.
12692         * eshell/esh-util.el (eshell-path-env): New defvar.
12693         (eshell-parse-colon-path): New defun.
12694         (eshell-file-attributes): Use `eshell-parse-colon-path'.
12696         * eshell/esh-ext.el (eshell-search-path):
12697         Use `eshell-parse-colon-path'.
12698         (eshell-remote-command): Remove argument HANDLER.
12699         (eshell-external-command): Check for FTP remote connection.
12701         * eshell/esh-proc.el (eshell-gather-process-output):
12702         Use `file-truename', in order to start also symlinked files.
12703         Apply `start-file-process' instead of `start-process'.
12704         Shorten `command' to the local file name part.
12706         * eshell/em-cmpl.el (eshell-complete-commands-list):
12707         Use `eshell-parse-colon-path'.
12709         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
12711         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
12712         to `eshell-directory-change-hook'.
12714 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
12716         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
12717         because it could be enabled automatically if view-read-only is non-nil.
12719 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
12721         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
12722         made on 2009-11-22.
12724 2009-11-24  Glenn Morris  <rgm@gnu.org>
12726         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
12727         deleted variable bookmark-bmenu-bookmark-column.
12729 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12731         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
12733 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
12735         * net/browse-url.el (browse-url-filename-alist): On Windows, add
12736         two slashes to the "file:" prefix.
12737         (browse-url-file-url): De-munge Cygwin filenames before passing
12738         them to Windows browser.
12739         (browse-url-default-windows-browser): Use call-process.
12741 2009-11-23  Juri Linkov  <juri@jurta.org>
12743         Implement DocView Continuous mode.  (Bug#4896)
12744         * doc-view.el (doc-view-continuous-mode): New defcustom.
12745         (doc-view-mode-map): Bind C-n/<down> to
12746         `doc-view-next-line-or-next-page', C-p/<up> to
12747         `doc-view-previous-line-or-previous-page'.
12748         (doc-view-next-line-or-next-page)
12749         (doc-view-previous-line-or-previous-page): New commands.
12751 2009-11-23  Juri Linkov  <juri@jurta.org>
12753         Implement Isearch in comint input history.  (Bug#3746)
12754         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
12755         `isearch-mode-hook'.
12756         (comint-history-isearch): New defcustom.
12757         (comint-history-isearch-backward)
12758         (comint-history-isearch-backward-regexp): New commands.
12759         (comint-history-isearch-message-overlay): New buffer-local variable.
12760         (comint-history-isearch-setup, comint-history-isearch-end)
12761         (comint-goto-input, comint-history-isearch-search)
12762         (comint-history-isearch-message, comint-history-isearch-wrap)
12763         (comint-history-isearch-push-state)
12764         (comint-history-isearch-pop-state): New functions.
12766 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
12768         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
12769         return.
12770         (tramp-handle-make-symbolic-link)
12771         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
12772         Quote file names.
12773         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
12774         (tramp-handle-process-file): Use it.
12776 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12778         * window.el (move-to-window-line-last-op): Remove.
12779         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
12781 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
12783         Make M-r mirror the new cycling behavior of C-l.
12784         * window.el (move-to-window-line-last-op): New var.
12785         (move-to-window-line-top-bottom): New command.
12786         (global-map): Bind M-r move-to-window-line-top-bottom.
12788 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
12790         * dired-x.el (dired-guess-shell-alist-default):
12791         Support xz format.  (Bug#4953)
12793 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
12795         * emulation/viper-cmd.el: Use viper-last-command-char instead of
12796         last-command-char/last-command-event.
12797         (viper-prefix-arg-value): Do correct conversion of event-char for
12798         XEmacs.
12800         * emulation/viper-util.el, emulation/viper.el:
12801         Use viper-last-command-char instead of
12802         last-command-char/last-command-event.
12804         * ediff-init.el, ediff-mult.el, ediff-util.el:
12805         Replace last-command-char and last-command-event
12806         with (ediff-last-command-char) everywhere.
12808         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
12809         created in fundamental mode.
12811         * ediff.el (ediff-version): Revert the change of interactive-p to
12812         called-interactively-p.
12814 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
12816         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
12817         generation from word-movement command names.
12819 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
12821         * cus-start.el (all): Add native condition for font-use-system-font.
12823 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
12825         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12826         Correct the patch from 2009-11-18.  (Bug#3910)
12828 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
12830         * progmodes/subword.el: Rename from lisp/subword.el.
12832         * subword.el: Rename to progmodes/subword.el.
12834         * Makefile.in (ELCFILES): Adapt to subword.el move.
12836 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12837             Stefan Monnier  <monnier@iro.umontreal.ca>
12839         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
12840         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
12841         (bookmark-bmenu-show-filenames): Use push.
12842         (bookmark-bmenu-hide-filenames): Use local var instead of
12843         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
12844         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
12845         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
12846         filenames now that the bookmark names are always available.
12848 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12850         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
12851         (bookmark-search-pattern): Move and leave unbound.
12852         (bookmark-bmenu-mode-map): Change binding.
12853         (bookmark-read-search-input): Simplify.
12854         Don't use text-char-description.  Don't error on non-char events.
12855         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
12856         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
12857         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
12858         Use a local var for the timer.
12859         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
12860         (i.e. bookmark-bmenu-search).
12862 2009-11-21  Glenn Morris  <rgm@gnu.org>
12864         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
12866 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
12868         * net/browse-url.el (browse-url-default-windows-browser):
12869         Use cygstart for cygwin.
12871 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
12873         * bookmark.el: Formatting and doc fixes only:
12874         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
12875         (bookmark-bmenu-search): Wrap to fit within 80 columns.
12876         Minor grammar and punctuation fixes in doc string.
12877         (bookmark-read-search-input): Adjust to fit within 80 columns.
12879 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
12881         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
12882         (c-backward-into-nomenclature): Adapt to subword renaming.
12884         * subword.el (subword-forward, subword-backward, subword-mark)
12885         (subword-kill, subword-backward-kill, subword-transpose)
12886         (subword-downcase, subword-upcase, subword-capitalize)
12887         (subword-forward-internal, subword-backward-internal):
12888         Rename from forward-subword, backward-subword, mark-subword,
12889         kill-subword, backward-kill-subword, transpose-subwords,
12890         downcase-subword, upcase-subword, capitalize-subword,
12891         forward-subword-internal, backward-subword-internal.
12893 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12895         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
12896         New options.
12897         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
12898         New vars.
12899         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
12900         (bookmark-bmenu-filter-alist-by-regexp)
12901         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
12902         (bookmark-bmenu-search): New command.
12903         (bookmark-bmenu-mode-map): Bind it.
12905 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
12907         * progmodes/cc-cmds.el: declare-functioned forward-subword and
12908         backward-subword to quit the byte-compiler.
12910         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
12912         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
12914         * progmodes/cc-cmds.el (c-update-modeline)
12915         (c-forward-into-nomenclature, c-backward-into-nomenclature):
12916         Refer to subword.el functions instead of cc-subword.el.
12918         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
12919         subword.el functions instead of cc-subword.el.
12921         * progmodes/cc-subword.el: Rename to subword.el.
12922         * subword.el: Rename from progmodes/cc-subword.el.
12923         (subword-mode-map): Rename from c-subword-mode-map.
12924         (subword-mode): Rename from c-subword-mode.
12925         (global-subword-mode): New global minor mode.
12926         (forward-subword): Rename from c-forward-subword.
12927         (backward-subword): Rename from c-backward-subword.
12928         (mark-subword): Rename from c-mark-subword.
12929         (kill-subword): Rename from c-kill-subword.
12930         (backward-kill-subword): Rename from c-backward-kill-subword.
12931         (transpose-subwords): Rename from c-tranpose-subword.
12932         (downcase-subword): Rename from c-downcase-subword.
12933         (capitalize-subword): Rename from c-capitalize-subword.
12934         (forward-subword-internal): Rename from c-forward-subword-internal.
12935         (backward-subword-internal): Rename from c-backward-subword-internal.
12937 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
12939         * vc.el (vc-deduce-fileset): Allow non-state changing operations
12940         from a dired buffer.
12941         (vc-dired-deduce-fileset): New function.
12942         (vc-root-diff, vc-print-root-log): Use it.
12944         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
12945         nil LIMIT argument to vc-print-log-internal.
12947 2009-11-20  Glenn Morris  <rgm@gnu.org>
12949         * Makefile.in (ELCFILES): Regenerate.
12951 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
12953         * calc/calc.el (calc-set-mode-line):
12954         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
12955         (math-format-number): Rename `math-format-complement-signed' to
12956         `math-format-twos-complement'.
12958         * calc/calc-bin.el (math-format-twos-complement): Rename from
12959         math-format-complement-signed.
12960         (calc-radix): Rename `calc-complement-signed-mode' to
12961         `calc-twos-complement-mode'.
12962         (calc-octal-radix, calc-hex-radix): Add an argument for
12963         two's complement.
12965         * calc/calc-embed.el (calc-embedded-mode-vars):
12966         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
12968         * calc/calc-ext.el (calc-init-extensions):
12969         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
12970         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
12972         * calc/calc-units.el (math-build-units-table-buffer):
12973         Let `calc-twos-complement-mode' be nil.
12975         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
12976         entries.
12978         * calc/calc-vec.el (calcFunc-vunpack):
12979         * calc/calc-aent.el (calc-do-calc-eval):
12980         * calc/calc-forms.el (math-format-date):
12981         * calc/calc-graph.el (calc-graph-plot):
12982         * calc/calc-math.el (math-use-emacs-fn):
12983         * calc/calccomp.el (math-compose-expr):
12984         Let `calc-twos-complement-mode' be nil.
12986 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12988         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
12989         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
12990         * minibuffer.el (completion-in-region-functions): New hook.
12991         (completion-in-region): New function.
12992         * emacs-lisp/lisp.el (lisp-complete-symbol):
12993         * pcomplete.el (pcomplete-std-complete): Use it.
12995 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12997         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
12998         (latex-complete-alist): New vars.
12999         (latex-string-prefix-p, latex-complete-bibtex-keys)
13000         (latex-complete-envnames, latex-complete-refkeys)
13001         (latex-complete-data): New functions.
13002         (latex-complete, latex-indent-or-complete): New commands.
13004         * window.el (display-buffer-mark-dedicated): New var.
13005         (display-buffer): Obey it.
13006         * minibuffer.el (minibuffer-completion-help): Use it.
13008         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
13010         * filecache.el (file-cache-add-file): Use push and cons.
13011         (file-cache-delete-file-regexp): Use push.
13012         (file-cache-complete): Use completion-in-region.
13014         * simple.el (with-wrapper-hook): Fix thinko.
13016         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
13017         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
13018         Use with-current-buffer and string-to-number.
13019         (hfy-fallback-colour-values): Use assoc-string.
13020         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
13021         (hfy-face-at): Remove unused var `found-face'.
13022         (hfy-compile-stylesheet): Remove unused var `css'.
13023         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
13024         and `orig-buffer'.
13025         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
13026         Use with-current-buffer.
13027         (hfy-text-p): Use expand-file-name and fewer setq.
13029 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
13031         * htmlfontify.el, hfy-cmap.el: New files.
13033 2009-11-19  Juri Linkov  <juri@jurta.org>
13035         * minibuffer.el (completions-format): New defcustom.
13036         (completion--insert-strings): Implement vertical format.
13038         * simple.el (switch-to-completions): Move point to the first
13039         completion when point was at the beginning of the buffer.
13041 2009-11-19  Juri Linkov  <juri@jurta.org>
13043         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
13045         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
13047 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
13049         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
13050         (mail-signature): Change default to t.
13051         (mail-from-style): Deprecate `system-default' value.
13052         (mail-insert-from-field): For default value of mail-from-style,
13053         default to `angles' unless `angles' needs quoting and `parens'
13054         does not.
13055         (mail-citation-prefix-regexp): Use citation regexp from
13056         message-mode.
13058 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
13060         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13061         Set variables for computing the prompt for reading password.
13063 2009-11-19  Glenn Morris  <rgm@gnu.org>
13065         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
13067         * textmodes/flyspell.el (sgml-lexical-context): Declare.
13069         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
13070         (newsticker-treeview-listwindow-height): Fix custom type.
13072 2009-11-19  Kenichi Handa  <handa@m17n.org>
13074         * descr-text.el (describe-char-padded-string): Compose with TAB
13075         only if there's a font for CH.
13076         (describe-char): Fix the condition for detecting a trivial composition.
13078 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
13080         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
13081         more accurate version of the regexp.  (Bug#3910)
13083 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
13085         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
13087 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
13089         * font-setting.el (font-use-system-font): Declare for byte-compiler.
13090         (font-setting-change-default-font): Fix typo in docstring.
13092 2009-11-18  Alan Mackenzie  <acm@muc.de>
13094         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
13096 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
13098         * font-setting.el (font-use-system-font): Move ...
13100         * cus-start.el (all): ... to here.
13102 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
13104         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
13105         Don't set `ad-return-value' if `ad-do-it' doesn't.
13107         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
13108         modification time.
13110 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
13112         * menu-bar.el: Put "Use system font" in Option-menu.
13113         (menu-bar-options-save): Add font-use-system-font.
13115         * loadup.el: If feature system-font-setting or font-render-setting is
13116         there, load font-setting.
13118         * Makefile.in (ELCFILES): Add font-settings.el.
13119         * font-setting.el: New file.
13121 2009-11-17  Glenn Morris  <rgm@gnu.org>
13123         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
13125         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
13126         Preserve point in the list buffer.  (Bug#4939)
13127         Use point-at-eol.
13128         (newsticker--treeview-list-update-highlight)
13129         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
13131 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
13133         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
13134         Remove.
13136         * calc/calc-ext.el (calc-init-extensions): Remove references to
13137         symclip.
13139         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
13141         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
13142         * calc/calc-help.el (calc-b-prefix-help): Remove references to
13143         `calc-symclip'.
13145 2009-11-16  Kevin Ryde  <user42@zip.com.au>
13147         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13148         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
13150         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
13151         (lm-keywords-list): Allow comma-only separator like "foo,bar".
13152         Ignore trailing spaces by omit-nulls to split-string (fixing
13153         regression from Emacs 21 due to the incompatible split-string
13154         change).  (Bug #4928.)
13156 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13158         * vc.el (vc-log-show-limit): Default to 2000.
13159         (vc-print-log-internal): Insert buttons to request more entries
13160         when limiting the output.
13162         * vc-sccs.el (vc-sccs-print-log):
13163         * vc-rcs.el (vc-rcs-print-log):
13164         * vc-cvs.el (vc-cvs-print-log):
13165         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
13166         LIMIT is non-nil.
13168 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
13170         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
13171         error when `tramp-gvfs-dbus-event-vector' is set.
13172         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
13174 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13176         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
13178 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
13180         * net/dbus.el (dbus-unregister-service): New defun.
13181         (dbus-register-property): Register the handlers of
13182         "org.freedesktop.DBus.Properties" for SERVICE.
13183         (dbus-property-handler): Fix docstring.
13185 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13187         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
13188         Quote doc string reference in defvaralias as it is not in special form.
13189         (byte-compile-output-docform): Doc fix.
13191 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
13193         * calc/calc.el (math-2-word-size, math-half-2-word-size)
13194         (calc-complement-signed-mode): New variables.
13195         (calc-set-mode-line): Add indicator for twos-complements.
13196         (math-format-number): Format twos-complement notation.
13198         * calc/calc-bin.el (calc-word-size): Reset the variables
13199         `math-2-word-size' and `math-half-2-word-size'.
13200         (math-format-complement-signed, math-symclip, calcFunc-symclip)
13201         (calc-symclip): New functions.
13203         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
13205         * calc/calc-embed.el (calc-embedded-mode-vars):
13206         Add `calc-complement-signed-mode' to the list of modes.
13208         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
13209         (calc-b-oper-keys): Add `calc-symclip' to list.
13211         * calc/calc-ext.el (math-read-number-fancy): Read complement
13212         signed numbers.
13213         (calc-init-extensions): Add binding for `calc-symclip'.
13214         Add autoload for `calcFunc-symclip' and `calc-symclip'.
13216         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
13217         `calc-symclip'.
13218         (calc-modes-menu): Add item for twos complement mode.
13220         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
13222 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
13224         * register.el (jump-to-register, insert-register): Handle Semantic
13225         tags.  From commented-out advice in semantic/senator.el.
13227 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
13229         * vc.el (vc-log-show-limit): New variable.
13230         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
13231         when using a prefix argument.
13232         (vc-print-log-internal): Add new argument LIMIT.
13234         * vc-svn.el (vc-svn-print-log):
13235         * vc-mtn.el (vc-mtn-print-log):
13236         * vc-hg.el (vc-hg-print-log):
13237         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
13238         pass it to the log command when set.  Make the BUFFER argument
13239         non-optional.
13241         * vc-sccs.el (vc-sccs-print-log):
13242         * vc-rcs.el (vc-rcs-print-log):
13243         * vc-git.el (vc-git-print-log):
13244         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
13245         ignore it.  Make the BUFFER argument non-optional
13247         * bindings.el (mode-line-buffer-identification): Do not purecopy.
13249 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
13251         * dired.el (dired-mode-map): Move encryption items to "Operate"
13252         menu (Bug#4703).
13254         * strokes.el (strokes-update-window-configuration): Make strokes
13255         buffer current before erasing (Bug#4906).
13257 2009-11-15  Juri Linkov  <juri@jurta.org>
13259         * simple.el (set-mark-default-inactive): Add :type, :group
13260         and :version.  (Bug#4876)
13262 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
13264         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
13265         (archive-unique-fname): ... here.  (Bug#4929)
13267 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13269         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
13270         with a real fix.
13272         * novice.el (disabled-command-function): Add useful args.
13273         Setup the help buffer so that [back] works.
13274         Remove redundant call to help-mode.
13275         (disabled-command-function): Use `case'.
13276         (en/disable-command): New function extracted from enable-command.
13277         (enable-command, disable-command): Use it.
13279 2009-11-14  Glenn Morris  <rgm@gnu.org>
13281         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
13282         constants.  (Bug#4913)
13284         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
13286 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
13288         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
13289         defined in C that have no doc-strings.  (Bug#1063)
13291 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
13293         * cus-edit.el (data, files):
13294         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
13296 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
13298         * simple.el (shell-command): Doc fix (Bug#4891).
13300         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
13302 2009-11-14  Glenn Morris  <rgm@gnu.org>
13304         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
13305         statements for vc-diff, emerge-quit, and rmail-cease-edit.
13306         If they are already loaded, eval-after-load will do the right thing.
13308         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
13309         compiling.
13311         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
13313         * simple.el (x-selection-owner-p): Declare.
13314         (read-mail-command): Use custom radio type rather than choice.
13315         (completion-no-auto-exit): Doc fix.
13317         * custom.el (defgroup):
13318         * epg-config.el (epg): Doc fixes.
13320 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
13322         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
13323         * international/ccl.el (define-ccl-program): Do not purecopy the
13324         docstring, defconst does it anyway.
13326 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13328         * add-log.el (add-change-log-entry): Avoid displaying the changelog
13329         a second time.
13331         * x-dnd.el (x-dnd-maybe-call-test-function):
13332         * window.el (split-window-vertically):
13333         * whitespace.el (whitespace-help-on):
13334         * vc-rcs.el (vc-rcs-consult-headers):
13335         * userlock.el (ask-user-about-lock-help)
13336         (ask-user-about-supersession-help):
13337         * type-break.el (type-break-force-mode-line-update):
13338         * time-stamp.el (time-stamp-conv-warn):
13339         * terminal.el (te-set-output-log, te-more-break, te-filter)
13340         (te-sentinel, terminal-emulator):
13341         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
13342         (term-write-input-ring, term-check-source, term-start-output-log):
13343         (term-display-buffer-line, term-dynamic-list-completions):
13344         (term-ansi-make-term, serial-term):
13345         * subr.el (selective-display):
13346         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13347         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
13348         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
13349         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
13350         (speedbar-remove-localized-speedbar-support)
13351         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
13352         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
13353         (speedbar-buffers-line-directory):
13354         * simple.el (shell-command-on-region, append-to-buffer)
13355         (prepend-to-buffer):
13356         * shadowfile.el (shadow-save-todo-file):
13357         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
13358         (scroll-bar-maybe-set-window-start):
13359         * sb-image.el (speedbar-image-dump):
13360         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
13361         (load-save-place-alist-from-file):
13362         * ps-samp.el (ps-print-message-from-summary):
13363         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
13364         (ps-background-image, ps-begin-job, ps-do-despool):
13365         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
13366         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
13367         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
13368         (pr-call-process, pr-file-list, pr-interface-save):
13369         * novice.el (disabled-command-function)
13370         (enable-command, disable-command):
13371         * mouse.el (mouse-buffer-menu-alist):
13372         * mouse-copy.el (mouse-kill-preserving-secondary):
13373         * macros.el (kbd-macro-query):
13374         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
13375         * informat.el (batch-info-validate):
13376         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
13377         * hippie-exp.el (try-expand-dabbrev-visible):
13378         * help-mode.el (help-make-xrefs):
13379         * help-fns.el (describe-variable):
13380         * generic-x.el (bat-generic-mode-run-as-comint):
13381         * finder.el (finder-mouse-select):
13382         * find-dired.el (find-dired-sentinel):
13383         * filesets.el (filesets-file-close):
13384         * files.el (list-directory):
13385         * faces.el (list-faces-display, describe-face):
13386         * facemenu.el (list-colors-display):
13387         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
13388         * epg.el (epg--process-filter, epg-cancel):
13389         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
13390         (epa--read-signature-type):
13391         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
13392         (emerge-file-names):
13393         * ehelp.el (electric-helpify):
13394         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
13395         * ediff-vers.el (rcs-ediff-view-revision):
13396         * ediff-util.el (ediff-setup):
13397         * ediff-mult.el (ediff-append-custom-diff):
13398         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
13399         (ediff-wordify):
13400         * echistory.el (Electric-command-history-redo-expression):
13401         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
13402         * disp-table.el (describe-display-table):
13403         * dired.el (dired-find-buffer-nocreate):
13404         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
13405         * dabbrev.el (dabbrev--same-major-mode-p):
13406         * chistory.el (list-command-history):
13407         * apropos.el (apropos-documentation):
13408         * allout.el (allout-obtain-passphrase):
13409         (allout-copy-exposed-to-buffer):
13410         (allout-verify-passphrase): Use with-current-buffer.
13412 2009-11-13  Glenn Morris  <rgm@gnu.org>
13414         * Makefile.in (ELCFILES): Regenerate.
13416 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
13418         * net/dbus.el (dbus-registered-objects-table): Rename from
13419         `dbus-registered-functions-table', because it contains also properties.
13420         (dbus-unregister-object): Unregister also properties.
13421         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13422         Use a timeout of 500 msec, in order to not block.
13423         (dbus-register-property, dbus-property-handler): New defuns.
13425 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13427         * simple.el (minibuffer-default-add-completions): Drop deprecated
13428         4th arg.
13430 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
13432         * textmodes/artist.el (artist-mouse-choose-operation):
13433         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
13434         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
13435         (artist-compute-up-event-key): New function.
13436         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
13438 2009-11-13  Kenichi Handa  <handa@m17n.org>
13440         * language/japan-util.el: Make sure that the value of jisx0208
13441         property is jisx0208 character.
13443 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
13445         * international/mule.el (auto-coding-regexp-alist): Only purecopy
13446         car or each item, not the whole list.
13448 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13450         * minibuffer.el (minibuffer-completion-help):
13451         Use minibuffer-hide-completions.
13453 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
13455         * dired.el (dired-save-positions, dired-restore-positions): New funs.
13456         (dired-revert): Use them (bug#4880).
13458 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
13460         * tooltip.el (tooltip-frame-parameters): Undo previous change.
13462 2009-11-12  Juri Linkov  <juri@jurta.org>
13464         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
13465         New functions.
13466         (find-file-literally-at-point): Alias of `ffap-literally'.
13468 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
13470         * textmodes/ispell.el (ispell-skip-region-alist):
13471         * textmodes/css-mode.el (auto-mode-alist):
13472         * progmodes/compile.el (auto-mode-alist):
13473         * international/mule.el (ctext-non-standard-encodings-alist)
13474         (ctext-non-standard-encodings-regexp):
13475         * simple.el (shell-command-switch, text-read-only):
13476         * replace.el (occur-mode-map):
13477         * paths.el (rmail-file-name):
13478         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
13479         * find-file.el (ff-special-constructs):
13480         * files.el (file-name-handler-alist):
13481         * composite.el: Purecopy strings.
13483         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
13485 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
13487         * widget.el (define-widget): Purecopy the docstring.
13488         * international/mule-cmds.el (charset): Do not purecopy the
13489         docstring here, define-widget does it.
13491         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
13492         * textmodes/bibtex-style.el (auto-mode-alist):
13493         * progmodes/inf-lisp.el (inferior-lisp-prompt):
13494         * progmodes/compile.el (compile-command):
13495         * language/korea-util.el (default-korean-keyboard):
13496         * international/mule-conf.el (file-coding-system-alist):
13497         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
13498         * tooltip.el (tooltip-frame-parameters):
13499         * newcomment.el (comment-end, comment-padding):
13500         * dired.el (dired-trivial-filenames):
13501         * comint.el (comint-file-name-prefix): Purecopy initial values.
13503 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
13505         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
13506         (tramp-advice-minibuffer-electric-tilde): Unload advices via
13507         `tramp-unload'.
13508         (tramp-advice-make-auto-save-file-name)
13509         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
13510         after removing the advice.
13512 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
13514         * progmodes/grep.el (grep-regexp-alist):
13515         * international/mule-cmds.el (iso-2022-control-alist):
13516         * emacs-lisp/timer.el (timer-duration-words):
13517         * subr.el (version-separator, version-regexp-alist):
13518         * minibuffer.el (completion-styles-alist):
13519         * faces.el (face-attribute-name-alist, list-faces-sample-text):
13520         Change defvars to defconsts.
13522         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
13523         * loadup.el ("international/mule-conf"): Load the byte compiled version.
13524         * international/mule-conf.el: Allow to be byte compiled.
13526         * international/mule.el (define-charset): Purecopy props.
13527         (load-with-code-conversion): Purecopy doc string and file name.
13528         (put-charset-property): Purecopy strings.
13529         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
13531         * international/mule-cmds.el (register-input-method): Purecopy arguments.
13532         (define-char-code-property): Correctly purecopy the table.
13534         * international/ccl.el (define-ccl-program): Purecopy the docstring.
13536         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
13538         * subr.el (add-hook): Purecopy strings.
13539         (eval-after-load): Purecopy load-history-regexp and the form.
13541         * custom.el (custom-declare-group): Purecopy load-file-name.
13543         * subr.el (menu-bar-separator): New defconst.
13544         * net/eudc.el (eudc-tools-menu):
13545         * international/mule-cmds.el (set-coding-system-map)
13546         (mule-menu-keymap):
13547         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13548         * vc-hooks.el (vc-menu-map):
13549         * replace.el (occur-mode-map):
13550         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
13551         (menu-bar-edit-menu, menu-bar-goto-menu)
13552         (menu-bar-custom-menu, menu-bar-showhide-menu)
13553         (menu-bar-options-menu, menu-bar-tools-menu)
13554         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
13555         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
13556         (menu-bar-help-menu):
13557         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
13558         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
13560         * term/x-win.el (x-gtk-stock-map):
13561         * progmodes/vera-mode.el (auto-mode-alist):
13562         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
13563         (inferior-lisp-program, inferior-lisp-load-command):
13564         * progmodes/hideshow.el (hs-special-modes-alist):
13565         * progmodes/gud.el (same-window-regexps):
13566         * progmodes/grep.el (grep-program, find-program, xargs-program):
13567         * net/telnet.el (same-window-regexps):
13568         * net/rlogin.el (same-window-regexps):
13569         * language/ethiopic.el (font-ccl-encoder-alist):
13570         * vc-sccs.el (vc-sccs-master-templates):
13571         * vc-rcs.el (vc-rcs-master-templates):
13572         * subr.el (cl-assertion-failed):
13573         * simple.el (next-error-overlay-arrow-position):
13574         * lpr.el (lpr-command):
13575         * locate.el (locate-ls-subdir-switches):
13576         * info.el (same-window-regexps, info)
13577         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13578         * image-mode.el (image-mode, auto-mode-alist):
13579         * hippie-exp.el (hippie-expand-ignore-buffers):
13580         * format.el (format-alist):
13581         * find-dired.el (find-ls-subdir-switches, find-grep-options)
13582         (find-name-arg):
13583         * facemenu.el (facemenu-keybindings):
13584         * dired.el (dired-listing-switches, dired-chown-program):
13585         * diff.el (diff-switches, diff-command):
13586         * cus-edit.el (same-window-regexps):
13587         * bindings.el (mode-line-mule-info)
13588         (mode-line-buffer-identification): Purecopy strings.
13590 2009-11-11  Juri Linkov  <juri@jurta.org>
13592         * simple.el (dired-get-filename) <declare-function>:
13593         Tell the byte-compiler about dired-get-filename.
13594         (shell-command): In Dired mode, get filename from the current line
13595         as the default value.
13597 2009-11-10  Glenn Morris  <rgm@gnu.org>
13599         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
13600         * calendar/holidays.el, progmodes/cperl-mode.el:
13601         Update x-popup-menu declarations.
13603         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
13604         (list-load-path-shadows): Use dolist.
13605         (list-load-path-shadows): Use with-current-buffer.
13607 2009-11-10  Juri Linkov  <juri@jurta.org>
13609         * minibuffer.el (read-file-name): Support a list of default values
13610         in `default-filename'.  Use the first file name where only one
13611         element is required.  Doc fix.
13613 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
13615         * net/dbus.el (dbus-unregister-object): Release service, if no
13616         other method is registered for it.
13618 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
13620         * bookmark.el (bookmark-completing-read): Sort bookmark names if
13621         bookmark-sort-flag is non-nil (Bug#4653).
13623 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
13625         * emulation/cua-base.el: Add CUA property to some CC mode commands
13626         (Bug#4100).
13628 2009-11-08  Kevin Ryde  <user42@zip.com.au>
13630         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
13631         at end of sentence (Bug#4818).
13633 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
13635         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13636         Handle "see declaration of" MSFT statements (Bug#4100).
13638 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
13640         * net/tramp.el (tramp-advice-make-auto-save-file-name)
13641         (tramp-advice-file-expand-wildcards): Unload via
13642         `ad-remove-advice'.
13644         * net/trampver.el: Update release number.
13646 2009-11-08  Kevin Ryde  <user42@zip.com.au>
13648         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
13649         `ad-do-it'.
13651 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
13653         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
13654         in order to keep context in SELinux.
13656 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
13658         * dired-aux.el (dired-query): Place cursor in echo area and allow
13659         C-g.
13661         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
13662         menu item if not on a directory (Bug#4701).
13664 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
13666         Sync with Tramp 2.1.17.
13668         * net/tramp.el (tramp-handle-copy-directory): Don't use
13669         `file-remote-p' (due to compatibility).
13671         * net/tramp-compat.el (tramp-compat-copy-directory)
13672         (tramp-compat-delete-directory): New defuns.
13674         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13675         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13676         Use `tramp-compat-delete-directory'.
13678         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
13679         (tramp-smb-handle-delete-directory):
13680         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
13682         * net/trampver.el: Update release number.
13684 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
13686         * tar-mode.el (tar-copy): Call write-region on the right buffer
13687         (Bug#4857).
13689         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
13690         by hand, if necessary (Bug#4878).
13692 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
13694         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
13695         align size column (Bug#4839).
13697         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
13698         statement.
13700 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13702         * progmodes/ld-script.el (auto-mode-alist):
13703         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
13705         * cus-face.el (custom-declare-face): Purecopy face spec.
13707 2009-11-06  Kenichi Handa  <handa@m17n.org>
13709         * international/uni-bidi.el: Re-generated.
13710         * international/uni-category.el: Re-generated.
13711         * international/uni-combining.el: Re-generated.
13712         * international/uni-mirrored.el: Re-generated.
13714 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13716         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
13717         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
13718         (tex-start-options, slitex-run-command, latex-run-command)
13719         (tex-run-command, tex-directory):
13720         * textmodes/ispell.el (ispell-html-skip-alists)
13721         (ispell-tex-skip-alists, ispell-tex-skip-alists):
13722         * textmodes/fill.el (adaptive-fill-first-line-regexp):
13723         (adaptive-fill-regexp):
13724         * textmodes/dns-mode.el (auto-mode-alist):
13725         * progmodes/python.el (interpreter-mode-alist):
13726         * progmodes/etags.el (tags-compression-info-list):
13727         * progmodes/etags.el (tags-file-name):
13728         * net/browse-url.el (browse-url-galeon-program)
13729         (browse-url-firefox-program):
13730         * mail/sendmail.el (mail-signature-file)
13731         (mail-citation-prefix-regexp):
13732         * international/mule-conf.el (eight-bit):
13733         * international/latexenc.el (latex-inputenc-coding-alist):
13734         * international/fontset.el (x-pixel-size-width-font-regexp):
13735         * emacs-lisp/warnings.el (warning-type-format):
13736         * emacs-lisp/trace.el (trace-buffer):
13737         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
13738         (emacs-lisp-mode-map):
13739         * calendar/holidays.el (holiday-solar-holidays)
13740         (holiday-bahai-holidays, holiday-islamic-holidays)
13741         (holiday-christian-holidays, holiday-hebrew-holidays)
13742         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
13743         (hebrew-holidays-1, holiday-oriental-holidays)
13744         (holiday-general-holidays):
13745         * x-dnd.el (x-dnd-known-types):
13746         * tool-bar.el (tool-bar):
13747         * startup.el (site-run-file):
13748         * shell.el (shell-dumb-shell-regexp):
13749         * rfn-eshadow.el (file-name-shadow-tty-properties)
13750         (file-name-shadow-properties):
13751         * paths.el (remote-shell-program, news-directory):
13752         * mouse.el ([C-down-mouse-3]):
13753         * menu-bar.el (menu-bar-tools-menu):
13754         * jka-cmpr-hook.el (jka-compr-load-suffixes)
13755         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
13756         (jka-compr-compression-info-list):
13757         * isearch.el (search-whitespace-regexp):
13758         * image-file.el (image-file-name-extensions):
13759         * find-dired.el (find-ls-option):
13760         * files.el (directory-listing-before-filename-regexp)
13761         (directory-free-space-args, insert-directory-program)
13762         (list-directory-brief-switches, magic-fallback-mode-alist)
13763         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
13764         (automount-dir-prefix):
13765         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
13766         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
13767         (face-font-registry-alternatives, face-font-registry-alternatives)
13768         (face-font-family-alternatives):
13769         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
13770         (facemenu-foreground-menu, facemenu-face-menu):
13771         * epa-hook.el (epa-file-name-regexp):
13772         * dnd.el (dnd-protocol-alist):
13773         * textmodes/rst.el (auto-mode-alist):
13774         * button.el (default-button): Purecopy strings.
13776 2009-11-06  Glenn Morris  <rgm@gnu.org>
13778         * Makefile.in (ELCFILES): Update.
13780 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13782         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
13783         * emacs-lisp/levents.el: Move to obsolete/levents.el.
13785         * nxml/xsd-regexp.el (xsdre-gen-categories):
13786         * nxml/xmltok.el (xmltok-parse-entity):
13787         * nxml/rng-parse.el (rng-parse-validate-file):
13788         * nxml/rng-maint.el (rng-format-manual)
13789         (rng-manual-output-force-new-line):
13790         * nxml/rng-loc.el (rng-save-schema-location-1):
13791         * nxml/rng-cmpct.el (rng-c-parse-file):
13792         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
13793         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
13795 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
13797         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
13798         Remove extra save-excursions and make-variable-buffer-local's.
13799         Suggested by Stefan Monnier.
13801         (verilog-getopt-file, verilog-module-inside-filename-p)
13802         (verilog-set-define): Merge GNU 1.35 and repair changes from
13803         switching to using with-current-buffer.
13805         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
13806         being treated as a number and confusing AUTORESET.
13807         Reported by Dan Dever.
13809         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
13810         Add verilog-auto-ignore-concat to fix backward compatibility with
13811         older verilog-modes.  Reported by Dan Katz.
13813         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
13814         containing closing anchors "...$".
13816         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
13817         Reported by Wade Smith.
13819         (verilog-batch-execute-func): Comment on function usage.
13821 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
13823         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
13824         for labels.
13826         (verilog-label-re, verilog-calc-1): Support proper indent of named
13827         asserts.
13829         (verilog-backward-token, verilog-basic-complete-re)
13830         (verilog-beg-of-statement, verilog-indent-re): Support proper
13831         indent of the assert statement at the beginning of a block of text.
13833         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
13834         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
13835         tokens as begins.
13837 2009-11-05  Glenn Morris  <rgm@gnu.org>
13839         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
13840         Emacs 19.  (Bug#1531)
13841         (byte-compile-fix-header): Update for the above change.
13842         Drop test for epoch::version.
13844         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
13845         * cus-dep.el (custom-make-dependencies):
13846         * finder.el (finder-compile-keywords):
13847         Use autoload-rubric's feature argument.
13849         * calendar/diary-lib.el (top-level): Make load behave more like require.
13851         * vc-git.el (vc-git-stash-map): Move definition before use.
13853 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
13855         * custom.el (custom-declare-group): Purecopy standard-value.
13856         (custom-declare-group): Purecopy custom-prefix.
13858         * international/mule.el (load-with-code-conversion):
13859         Call do-after-load-evaluation unconditionally.
13861         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
13863 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13865         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
13867 2009-11-04  Glenn Morris  <rgm@gnu.org>
13869         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
13870         (byte-compile-compatibility): Remove option.
13871         (byte-compile-close-variables, byte-compile-fix-header)
13872         (byte-compile-insert-header, byte-compile-output-docform)
13873         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
13874         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
13875         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
13876         (byte-compile-insert, byte-compile-defun):
13877         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
13878         (byte-defop-compiler19): Remove.
13879         Without byte-compile-compatibility, the 'emacs19-opcode property is not
13880         used by anything.  Replace all calls with byte-defop-compiler.
13882 2009-11-04  Juri Linkov  <juri@jurta.org>
13884         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
13885         (menu-bar-options-menu): Don't quote the `prop' arg of
13886         `menu-bar-make-mm-toggle'.
13888 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
13890         * calendar/calendar.el (cal-loaddefs):
13891         * calendar/diary-lib.el (diary-loaddefs):
13892         * calendar/holidays.el (hol-loaddefs):
13893         * eshell/esh-module.el (esh-groups): Load rather than require.
13895 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13897         * calendar/todo-mode.el (todo-add-category): Don't hardcode
13898         point-min==1.
13899         (todo-top-priorities): Only display-buffer when called interactively.
13900         (todo-item-start): Don't save excursion point.
13901         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
13902         (todo-insert-item-here, todo-file-item, todo-remove-item):
13903         Adjust uses of todo-item-start and todo-item-end.
13905         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
13906         (autoload-rubric): Don't use any more.
13908         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
13909         and only put a prop if it is non-nil.
13911 2009-11-03  Juri Linkov  <juri@jurta.org>
13913         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
13914         (menu-bar-options-menu): Fix list quoting (Bug#4429).
13916         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
13917         and "Menu" to make top-level menu item visually one unit (like
13918         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
13919         multi-word menu items).  Fix :help string for quit-window.
13921 2009-11-03  Glenn Morris  <rgm@gnu.org>
13923         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
13924         (byte-compile-file-form-define-abbrev-table)
13925         (byte-compile-file-form-custom-declare-variable)
13926         (byte-compile-variable-ref, byte-compile-defvar):
13927         Whether or not a warning is enabled should only affect whether we issue
13928         the warning, not whether or not we collect the relevant data.
13929         Eg warnings can be turned on and off throughout the course of a file.
13931         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
13932         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
13934 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13936         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
13937         * play/mpuz.el (mpuz-create-buffer):
13938         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
13939         (lm-print-y,s,noise, lm-print-w0, lm-init):
13940         * play/gomoku.el (gomoku-prompt-for-move):
13941         * play/fortune.el (fortune-in-buffer):
13942         * play/dissociate.el (dissociated-press):
13943         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
13944         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
13945         * mail/supercite.el (sc-eref-show):
13946         * mail/smtpmail.el (smtpmail-send-it):
13947         * mail/rmailsum.el (rmail-summary-next-labeled-message)
13948         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
13949         (rmail-summary-undelete-many, rmail-summary-rmail-update)
13950         (rmail-summary-goto-msg, rmail-summary-expunge)
13951         (rmail-summary-get-new-mail, rmail-summary-search-backward)
13952         (rmail-summary-add-label, rmail-summary-output-menu)
13953         (rmail-summary-output-body):
13954         * mail/rfc822.el (rfc822-addresses):
13955         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
13956         * mail/mailpost.el (post-mail-send-it):
13957         * mail/hashcash.el (hashcash-generate-payment):
13958         * mail/feedmail.el (feedmail-run-the-queue)
13959         (feedmail-queue-send-edit-prompt-help-first)
13960         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
13961         (feedmail-deduce-address-list):
13962         * eshell/esh-ext.el (eshell-remote-command):
13963         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
13964         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
13965         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
13966         (viper-save-string-in-file, viper-valid-marker):
13967         * emulation/viper-keym.el (viper-toggle-key):
13968         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
13969         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
13970         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
13971         * emulation/viper-cmd.el (viper-exec-form-in-vi)
13972         (viper-exec-form-in-emacs, viper-brac-function):
13973         * emulation/viper.el (viper-delocalize-var):
13974         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
13975         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
13976         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
13977         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
13978         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
13979         * emulation/edt.el (edt-electric-helpify):
13980         * emulation/cua-rect.el (cua--rectangle-aux-replace):
13981         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
13982         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
13983         (cua-indent-to-global-mark-column):
13984         * calendar/diary-lib.el (calendar-mark-1):
13985         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
13986         Use with-current-buffer.
13987         * emulation/viper.el (viper-delocalize-var): Use dolist.
13989 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
13991         * comint.el (comint-replace-by-expanded-history-before-point):
13992         Replace !! with the previous input string literally (Bug#1795).
13994 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
13996         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
13997         to be made up of whitespace.
13999 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
14001         * minibuffer.el (read-file-name): Don't use file dialogs for
14002         remote directories (Bug#99).
14004 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
14006         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
14008 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
14010         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
14011         instead of deleting the window or frame.
14013 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
14015         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
14016         Support face colors.
14018         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
14019         New function.  Support face colors (Bug#1168).
14020         (tex-common-initialization): Use it.
14022         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
14023         mode allows it (Bug#1168).
14025 2009-10-31  Juri Linkov  <juri@jurta.org>
14027         * facemenu.el (list-colors-display): Don't mark buffer as
14028         modified (Bug#3948).
14030 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
14032         * international/mule-diag.el (list-character-sets-1):
14033         Minor message fix (Bug#3526).
14035         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
14036         Fix face property (Bug#4834).
14037         (etags-list-tags, etags-tags-apropos-additional)
14038         (etags-tags-apropos, tags-select-tags-table): Add follow-link
14039         property.
14041         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
14042         items.
14044 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14046         * textmodes/two-column.el (2C-split):
14047         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
14048         * textmodes/tex-mode.el (tex-set-buffer-directory):
14049         * textmodes/spell.el (spell-region, spell-string):
14050         * textmodes/reftex.el (reftex-erase-buffer):
14051         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
14052         * textmodes/reftex-toc.el (reftex-toc-promote-action):
14053         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
14054         (reftex-select-item):
14055         * textmodes/reftex-ref.el (reftex-label-info-update)
14056         (reftex-offer-label-menu):
14057         * textmodes/reftex-index.el (reftex-index-change-entry)
14058         (reftex-index-phrases-info):
14059         * textmodes/reftex-global.el (reftex-create-tags-file)
14060         (reftex-save-all-document-buffers, reftex-ensure-write-access):
14061         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
14062         (reftex-view-crossref-from-bibtex):
14063         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
14064         (reftex-extract-bib-entries-from-thebibliography)
14065         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
14066         * textmodes/refbib.el (r2b-capitalize-title):
14067         (r2b-convert-buffer, r2b-help):
14068         * textmodes/page-ext.el (pages-directory)
14069         (pages-directory-goto-with-mouse):
14070         * textmodes/bibtex.el (bibtex-validate-globally):
14071         * textmodes/bib-mode.el (bib-capitalize-title):
14072         * textmodes/artist.el (artist-clear-buffer, artist-system):
14073         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
14074         (local-set-scheme-interaction-buffer, xscheme-process-filter)
14075         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
14076         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
14077         (xscheme-send-control-g-interrupt, xscheme-start-process)
14078         (xscheme-process-sentinel, xscheme-cd):
14079         * progmodes/verilog-mode.el (verilog-read-always-signals)
14080         (verilog-set-define, verilog-getopt-file)
14081         (verilog-module-inside-filename-p):
14082         * progmodes/sh-script.el:
14083         * progmodes/python.el (python-pdbtrack-get-source-buffer)
14084         (python-pdbtrack-grub-for-buffer, python-execute-file):
14085         * progmodes/octave-inf.el (inferior-octave):
14086         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14087         (idlwave-shell-compile-helper-routines, idlwave-set-local)
14088         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
14089         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
14090         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
14091         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
14092         (idlwave-shell-filter, idlwave-shell-examine-highlight)
14093         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
14094         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
14095         (idlwave-shell-examine-display, idlwave-shell-run-region)
14096         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
14097         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
14098         * progmodes/idlw-help.el (idlwave-help-get-special-help)
14099         (idlwave-help-get-help-buffer):
14100         * progmodes/gud.el (gud-basic-call, gud-find-class)
14101         (gud-tooltip-activate-mouse-motions-if-enabled):
14102         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
14103         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
14104         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
14105         (ebrowse-tags-next-file):
14106         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
14107         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
14108         (ebnf-eps-finish-and-write):
14109         * progmodes/cpp.el (cpp-edit-save):
14110         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
14111         * progmodes/cc-defs.el (c-emacs-features):
14112         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
14113         (antlr-directory-dependencies):
14114         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
14115         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
14116         (ada-find-any-references, ada-make-filename-from-adaname)
14117         (ada-make-body-gnatstub):
14118         * obsolete/rnews.el (news-list-news-groups):
14119         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
14120         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
14121         * net/rcirc.el (rcirc-debug):
14122         * net/newst-treeview.el (newsticker--treeview-list-add-item)
14123         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
14124         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
14125         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
14126         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
14127         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
14128         (newsticker--treeview-list-clear-highlight)
14129         (newsticker--treeview-list-update-highlight)
14130         (newsticker--treeview-list-highlight-start)
14131         (newsticker--treeview-tree-update-highlight)
14132         (newsticker--treeview-get-selected-item)
14133         (newsticker-treeview-mark-list-items-old)
14134         (newsticker--treeview-set-current-node):
14135         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
14136         * net/newst-backend.el (newsticker--get-news-by-funcall)
14137         (newsticker--get-news-by-wget, newsticker--image-get)
14138         (newsticker--image-sentinel):
14139         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
14140         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
14141         (eudc-ph-close-session):
14142         * net/eudc.el (eudc-save-options):
14143         * language/thai-word.el (thai-update-word-table):
14144         * language/japan-util.el (japanese-string-conversion):
14145         * international/titdic-cnv.el (tsang-quick-converter)
14146         (ziranma-converter, ctlau-converter):
14147         * international/mule-cmds.el (describe-language-environment):
14148         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
14149         (skkdic-convert-postfix, skkdic-convert-prefix):
14150         (skkdic-convert-okuri-nasi, skkdic-convert):
14151         * emacs-lisp/re-builder.el (reb-update-overlays):
14152         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
14153         * emacs-lisp/gulp.el (gulp-send-requests):
14154         * emacs-lisp/find-gc.el (trace-call-tree):
14155         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
14156         (eieio-describe-generic):
14157         * emacs-lisp/eieio-base.el (eieio-persistent-read):
14158         * emacs-lisp/edebug.el (edebug-outside-excursion):
14159         * emacs-lisp/debug.el (debugger-make-xrefs):
14160         * emacs-lisp/cust-print.el (custom-prin1-to-string):
14161         * emacs-lisp/chart.el (chart-new-buffer):
14162         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
14163         Use with-current-buffer.
14164         * textmodes/artist.el (artist-system): Don't call
14165         copy-sequence on a fresh string.
14166         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
14168 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
14170         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
14171         is no item to edit.  (Bug#4820)
14172         (todo-top-priorities): Restore point and restore narrowing in Todo
14173         buffer.  (Bug#4820)
14175 2009-10-31  Glenn Morris  <rgm@gnu.org>
14177         * net/ange-ftp.el (top-level): Don't require dired when compiling.
14178         (comint-last-output-start, comint-last-input-start)
14179         (comint-last-input-end): Don't defvar when compiling.
14180         (ange-ftp-process-file): Use bound-and-true-p.
14182         * pcmpl-rpm.el (top-level): Move provide statement to end.
14183         (pcmpl-rpm): Remove unused custom group.
14185         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
14187         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
14189         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14190         (byte-compile-warnings): Add `constants' as an option.
14191         (byte-compile-callargs-warn, byte-compile-arglist-warn)
14192         (display-call-tree): Update for byte-compile-fdefinition possibly
14193         returning `(macro lambda ...)'.  (Bug#4778)
14194         (byte-compile-variable-ref, byte-compile-setq-default):
14195         Respect `constants' member of byte-compile-warnings.
14197 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14199         * vc-bzr.el (vc-bzr-revision-keywords): New var.
14200         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
14201         to "submit:".
14203 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
14205         * textmodes/ispell.el (ispell-skip-region-alist):
14206         * international/mule-conf.el (eight-bit):
14207         * international/fontset.el (font-encoding-alist):
14208         * startup.el (pure-space-overflow-message):
14209         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
14210         * paths.el (gnus-nntp-service, rmail-spool-directory)
14211         (term-file-prefix):
14212         * files.el (save-some-buffers-action-alist):
14213         * cmuscheme.el (same-window-buffer-names):
14214         * ielm.el (same-window-buffer-names):
14215         * shell.el (same-window-buffer-names):
14216         * mail/sendmail.el (same-window-buffer-names):
14217         * progmodes/inf-lisp.el (same-window-buffer-names):
14218         * bindings.el (mode-line-client)
14219         (mode-line-column-line-number-mode-map):
14220         * language/tibetan.el (tibetan-precomposition-rule-regexp)
14221         (tibetan-precomposed-regexp): Purecopy string arguments.
14223 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14225         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
14226         (calcDigit-nondigit):
14227         * calc/calc-yank.el (calc-copy-to-buffer):
14228         * calc/calc-units.el (calc-invalidate-units-table):
14229         * calc/calc-trail.el (calc-trail-yank):
14230         * calc/calc-store.el (calc-insert-variables):
14231         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
14232         * calc/calc-prog.el (calc-read-parse-table):
14233         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
14234         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
14235         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
14236         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
14237         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
14238         (calc-graph-name, calc-graph-find-command, calc-graph-view)
14239         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
14240         * calc/calc-ext.el (calc-realign):
14241         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
14242         (calc-embedded-finish-edit, calc-embedded-make-info)
14243         (calc-embedded-finish-command, calc-embedded-stack-change):
14244         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
14246         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
14247         shell-dynamic-complete-filename in preference to
14248         comint-dynamic-complete-filename.
14250         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14251         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14252         Don't consider whether the display supports colors.
14253         (bookmark-import-new-list): Use dolist.
14254         (bookmark-bmenu-mode-map): Move initialization into declaration.
14255         (bookmark-bmenu-list): Use dolist, simplify.
14256         (bookmark-show-all-annotations): Use save-selected-window and dolist.
14257         (menu-bar-final-items): Use push.
14259 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
14261         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
14262         it works on remote files.
14263         (vc-hg-diff): Don't pass any `--cwd' argument.
14265 2009-10-27  Kevin Ryde  <user42@zip.com.au>
14267         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14268         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
14269         (Further to Bug#3921).
14271 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
14273         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
14274         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
14275         calling `tramp-imap-put-file'.  Add file size to the call.
14276         (tramp-imap-get-file-entries): Compute also user name, file size,
14277         and date.
14278         (tramp-imap-handle-insert-directory): Insert uid and gid.
14279         (tramp-imap-handle-file-attributes): Transform uid and gid
14280         according to `id-format'.
14281         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
14282         size in header X-Size.
14284 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
14286         * simple.el (transpose-subr): Give clearer error when the mark
14287         is not set.  (Bug#4807)
14289 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
14291         * net/tramp.el (tramp-perl-file-truename): New defconst.
14292         Perl code contributed by yary <not.com@gmail.com> (tiny change).
14293         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
14294         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
14295         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
14297         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
14298         Ignore `dired-call-process'.
14299         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
14301 2009-10-26  Julian Scheid  <julians37@gmail.com>
14303         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
14304         (tramp-get-remote-readlink): New defun.
14305         (tramp-handle-file-truename): Use it.
14306         (tramp-handle-file-exists-p): Check file-attributes cache, assume
14307         file exists if cache value present.
14308         (tramp-check-cached-permissions): New defun.
14309         (tramp-handle-file-readable-p): Use it.
14310         (tramp-handle-file-writable-p): Likewise.
14311         (tramp-handle-file-executable-p): Likewise.
14312         (tramp-handle-file-name-all-completions): Try using Perl to get
14313         partial completions.  When perl not available, combine `cd' and
14314         `ls' into single remote operation and use shell expansion to get
14315         partial remote directory contents.  Set `file-exists-p' cache for
14316         directory and any files returned by ls.  Change cache handling to
14317         support partial directory contents.  Use error message emitted by
14318         remote `cd' or Perl code for local tramp-error.
14319         (tramp-do-copy-or-rename-file-directly): Avoid separate
14320         tramp-send-command-and-check call.
14321         (tramp-handle-process-file): Merge three remote ops into one.
14322         Do not flush all caches when `process-file-side-effects' is set.
14323         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
14324         file-attributes shows uid/gid to be set already.
14326 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
14328         * textmodes/tex-mode.el (tex-dvi-view-command)
14329         (tex-show-queue-command, tex-open-quote):
14330         * progmodes/ruby-mode.el (auto-mode-alist)
14331         (interpreter-mode-alist): Purecopy strings.
14333         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
14335         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
14336         string for the hook, keymap and abbrev table.
14338         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
14340         * x-dnd.el (x-dnd-xdnd-to-action):
14341         * startup.el (fancy-startup-text, fancy-about-text): Change to
14342         defconst from defvar.
14344         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
14346         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
14347         Purecopy initialization strings.
14349         * mail/sendmail.el (mail-header-separator)
14350         (mail-personal-alias-file):
14351         * mail/rmail.el (rmail-default-dont-reply-to-names)
14352         (rmail-ignored-headers, rmail-retry-ignored-headers)
14353         (rmail-highlighted-headers, rmail-secondary-file-directory)
14354         (rmail-secondary-file-regexp):
14355         * files.el (null-device, file-name-invalid-regexp)
14356         (locate-dominating-stop-dir-regexp)
14357         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
14358         (interpreter-mode-alist): Use mapcar instead of mapc.
14360         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
14362         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
14363         (completion-ignored-extensions):
14364         (debug-ignored-errors): Purecopy strings.
14366 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14368         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
14369         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
14370         (pcomplete--here): Use push.
14372         * subr.el (all-completions): Declare the 4th arg obsolete.
14374 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14376         * pcomplete.el (pcomplete-unquote-argument-function): New var.
14377         (pcomplete-unquote-argument): New function.
14378         (pcomplete--common-suffix): Always pay attention to case.
14379         (pcomplete--table-subvert): Quote and unquote the text.
14380         (pcomplete--common-quoted-suffix): New function.
14381         (pcomplete-std-complete): Use it and pcomplete-begin.
14383         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
14384         we're inside a dedicated or minibuffer window.
14386 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
14388         * bookmark.el: Update documentation, especially documentation
14389         of `bookmark-alist' and of the bookmark file format.
14390         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
14392 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
14394         * mail/emacsbug.el (report-emacs-bug): Clarify that the
14395         keybindings apply to the mail buffer (Bug#4003).  Shrink help
14396         window to buffer.
14398         * whitespace.el (whitespace-mode, whitespace-newline-mode)
14399         (global-whitespace-mode, global-whitespace-newline-mode)
14400         (whitespace-toggle-options, global-whitespace-toggle-options):
14401         Doc fix (Bug#3660).
14403         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
14404         of xmltok-start before the end tag was inserted (Bug#2840).
14406         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
14407         patterns that are preceded by an open-paren (Bug#1320).
14409 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
14411         * files.el (delete-directory): Delete symlinks to directories with
14412         delete-file (Bug#4739).
14414 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
14416         * vc.el (vc-backend-for-registration): Rename from
14417         vc-get-backend-for-registration.  Update callers.
14419         * international/mule-cmds.el (set-language-info-alist):
14420         Purecopy lang-env.
14421         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
14422         (charset): Purecopy the name.
14423         (define-char-code-property): Purecopy string arguments.
14425         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14426         Purecopy string arguments.
14428         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14429         * ediff-hook.el (menu-bar-ediff-menu):
14430         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
14431         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
14433 2009-10-24  Glenn Morris  <rgm@gnu.org>
14435         * comint.el (comint-dynamic-list-completions):
14436         * term.el (term-dynamic-list-completions): Use choose-completion rather
14437         than obsolete alias mouse-choose-completion.
14439         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
14440         file-cache-choose-completion.
14441         (file-cache-choose-completion): Handle an optional event argument.
14442         (file-cache-mouse-choose-completion): Make it an obsolete alias.
14444         * progmodes/octave-mod.el (octave-complete-symbol):
14445         Use choose-completion if mouse-choose-completion is ever removed.
14447         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
14448         use.
14450         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
14451         compiler.
14453         * vc-hooks.el (vc-responsible-backend): Fix declaration.
14455 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14457         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
14458         Ignore `pred' now that we receive one.
14459         Handle test-completion specially.
14461 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
14463         * vc.el (vc-responsible-backend): Throw an error if not backend is
14464         found.  Remove the REGISTER argument.  Move the code dealing with
14465         REGISTER ...
14466         (vc-get-backend-for-registration): ... here.  New function.
14467         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
14468         of vc-responsible-backend, pass the file name instead of the
14469         directory name.
14471 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14473         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
14474         New funs.
14475         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
14476         (pcomplete-comint-setup): Don't modify a global var via
14477         accidental side-effects.
14478         (pcomplete-shell-setup): Adjust call accordingly.
14479         (pcomplete-parse-comint-arguments): Use push.
14481 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
14483         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14484         Allow uncapitalized info node names (Bug#3921).
14486         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
14487         to the DEBUG file (Bug#3781).
14489 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
14491         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
14492         dictionary entry (Bug#4579).
14494 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
14496         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
14497         from `rfn-eshadow-update-overlay-hook' when unloading.
14498         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
14499         "rsyncc".  Adjust doc string.
14500         (tramp-temp-buffer-file-name): New buffer-local defvar.
14501         (tramp-handle-insert-file-contents, tramp-handle-write-region):
14502         Keep temporary file when indicated by method ("rsync" and
14503         "rsyncc").
14504         (tramp-handle-write-region): Handle APPEND.
14505         (tramp-delete-temp-file-function): New defun.  Added to
14506         `kill-buffer-hook'.
14508 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
14510         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
14512 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
14514         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
14515         (color-name-rgb-alist, tty-standard-colors)
14516         (tty-color-mode-alist): Change to defconst.
14518         * simple.el (mark-inactive): Purecopy message.
14520         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
14521         (global-map, yank-menu):
14522         * textmodes/ispell.el (ispell-menu-map):
14523         * net/eudc.el (eudc-tools-menu):
14524         * international/mule-cmds.el (describe-language-environment-map)
14525         (setup-language-environment-map, set-coding-system-map)
14526         (mule-menu-keymap):
14527         * vc-hooks.el (vc-menu-entry, vc-menu-map):
14528         * replace.el (occur-mode-map):
14529         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
14531 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
14533         * calc/calc.el (math-read-number, math-read-number-simple):
14534         Use `save-match-data'.
14536 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14538         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
14539         rather than fiddling with global-map bindings, since it should only
14540         affect per-terminal settings.
14541         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
14543         * minibuffer.el (completion-table-with-terminator): Allow to specify
14544         the terminator-regexp.
14546         * simple.el (switch-to-completions): Look for *Completions* in other
14547         frames as well.
14549         * pcomplete.el: Allow the use of completion-tables.
14550         (pcomplete-std-complete): New command.
14551         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
14552         (pcomplete--here): Use a function for `form' rather than an expression,
14553         so it can be byte-compiled.
14554         (pcomplete-here, pcomplete-here*): Adjust accordingly.
14555         Add edebug declaration.
14556         (pcomplete-show-completions): Remove unused var `curbuf'.
14557         (pcomplete-do-complete, pcomplete-stub):
14558         Don't assume `completions' is a list of strings any more.
14560 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
14562         * find-dired.el (find-name-arg): Fix typo in docstring.
14564 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14566         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
14567         (pcmpl-linux-fs-types): Same, and update to new modules layout.
14569         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
14570         pcomplete-entries.
14572         * comint.el (comint-read-input-ring, comint-write-input-ring)
14573         (comint-substitute-in-file-name)
14574         (comint-dynamic-complete-as-filename)
14575         (comint-dynamic-simple-complete)
14576         (comint-dynamic-list-filename-completions)
14577         (comint-dynamic-list-completions)
14578         (comint-redirect-results-list-from-process): Minor simplifications.
14580 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14582         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
14583         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
14584         the first form.  And insert a blank line after ";;; Code" since
14585         that's usual style.  (Bug#4612)
14587         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
14589 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14591         * minibuffer.el (completion-table-with-terminator): Properly implement
14592         boundaries, in case `terminator' appears in the suffix.
14593         (completion--embedded-envvar-table): Don't return boundaries if
14594         there's no valid completion.  Simplify.
14595         (completion-file-name-table): New completion table extracted from
14596         completion--file-name-table.
14597         (completion--file-name-table): Use it.
14598         (read-file-name-predicate): Declare obsolete.
14599         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
14600         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
14601         completion-file-name-table, and use the `pred' argument.
14602         * files.el (locate-file-completion-table): Use the `pred' arg rather
14603         than read-file-name-predicate.
14604         (abbreviate-file-name): Use \` rather than ^ for BOS.
14606 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
14608         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
14609         vc-responsible-backend to register, it causes problems.
14611 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14613         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
14615 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
14617         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
14618         (tramp-smb-handle-file-attributes): Use it.
14619         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
14620         (tramp-smb-handle-insert-directory): Use `mapc' rather than
14621         `mapcar'.  Use `tramp-smb-get-stat-capability'.
14622         Add `dired-filename' text properties.
14623         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
14624         (tramp-smb-maybe-open-connection): Simplify check for smbclient
14625         version.
14627 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14629         * subr.el (read-key-delay): Reduce to 0.01.
14630         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
14631         (bug#4751).
14633 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14635         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
14637         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
14638         (Info-menu): Remove unused vars `last' and `completions'.
14639         (Info-index-nodes): Remove unused var `node'.
14641         * info.el (Info-complete-menu-item): Use complete-with-action.
14643 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
14645         Make vc-annotate work through copies and renames.
14646         * vc-annotate.el (vc-annotate-extract-revision-at-line):
14647         Return the file name too.
14648         (vc-annotate-revision-at-line)
14649         (vc-annotate-find-revision-at-line)
14650         (vc-annotate-revision-previous-to-line)
14651         (vc-annotate-show-log-revision-at-line): Update to get the file
14652         name from vc-annotate-extract-revision-at-line.
14653         (vc-annotate-show-diff-revision-at-line-internal): Change the
14654         argument to mean whether to show a file diff or not.  Get the file
14655         name from vc-annotate-extract-revision-at-line.
14656         (vc-annotate-show-diff-revision-at-line):
14657         Update vc-annotate-show-diff-revision-at-line call.
14658         (vc-annotate-warp-revision): Add an optional file argument.
14660         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
14661         (vc-git-annotate-extract-revision-at-line): Also return the file
14662         name if found.
14664         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
14665         command.  Remove unused code.
14666         (vc-hg-annotate-re): Update to match --follow output.
14667         (vc-hg-annotate-extract-revision-at-line): Also return the file
14668         name if found.
14670         * vc.el: Update annotate-extract-revision-at-line documentation.
14672 2009-10-18  Kevin Ryde  <user42@zip.com.au>
14674         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
14675         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
14677         * net/browse-url.el (browse-url): Identify alist with "consp and
14678         not functionp" and let all other things go down the `apply' leg,
14679         as suggested by Stefan.  (Further to bug#4531.)
14681 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
14683         * minibuffer.el (read-file-name): Check for repeat before putting
14684         a default argument in file-name-history (Bug#4657).
14686         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
14687         read syntax (Bug#4737).
14689         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
14691 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14693         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
14694         (html-tag-alist, html-tag-help): Add descriptions for undocumented
14695         entries and make note of obsolete tags.
14697 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14699         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
14701 2009-10-18  Glenn Morris  <rgm@gnu.org>
14703         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
14704         grep, so that binary files (eg international/uni-bidi.el) can match.
14705         Remove test for "UnicodeData" files, since it is hopefully unnecessary
14706         now, and in any case the file header format has changed.
14708 2009-10-17  Glenn Morris  <rgm@gnu.org>
14710         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
14711         (flyspell-get-word, flyspell-large-region)
14712         (flyspell-auto-correct-previous-word): Doc/error message fixes.
14714 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
14716         * Makefile.in (ELCFILES): Add ede/shell.
14718 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
14720         * term/common-win.el (x-colors): Purecopy it.
14722 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14724         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
14725         permissive for when the buffer is empty.
14726         (tar-header-block-tokenize): Decode the username and groupname.
14727         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
14729 2009-10-17  Eric Ludlam  <zappo@gnu.org>
14731         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
14732         contains multibyte characters, choose first applicable coding
14733         system automatically.
14735 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14737         * international/mule-cmds.el (select-safe-coding-system): If the file
14738         has a coding cookie, use it regardless of any other setting (bug#4712).
14740 2009-10-17  Glenn Morris  <rgm@gnu.org>
14742         * foldout.el (foldout-mouse-swallow-events):
14743         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
14745         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
14746         (dired-keep-marker-copy, dired-keep-marker-hardlink)
14747         (dired-keep-marker-symlink, dired-dwim-target)
14748         (dired-copy-preserve-time): Do not autoload these defcustoms.
14750         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
14751         messages from messing up the file coding.  (Bug#4623)
14753 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
14755         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
14756         if no match is found for the current dictionary.  (Bug#4578)
14758         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
14759         optional, since that is how it is documented, and this is often called
14760         with a nil argument.  (Bug#4577)
14761         (flyspell-external-point-words, flyspell-auto-correct-word)
14762         (flyspell-correct-word-before-point, flyspell-word-search-forward)
14763         (flyspell-word-search-backward): Remove nil argument in calls to
14764         flyspell-get-word, since it is not needed now.
14766 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
14768         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
14770 2009-10-16  Glenn Morris  <rgm@gnu.org>
14772         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
14774 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
14776         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
14777         (ange-ftp-file-size): New function.
14778         (ange-ftp-file-attributes): Use it.
14780 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
14782         * net/tramp-smb.el (tramp-smb-version): New defvar.
14783         (tramp-smb-maybe-open-connection): Use it, in order to avoid
14784         repeated checks.
14786 2009-10-16  Glenn Morris  <rgm@gnu.org>
14788         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
14789         Maybe copy some custom properties from old to new name.  (Bug#4706)
14791 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
14793         * subr.el (error, sit-for, start-process-shell-command)
14794         (start-file-process-shell-command): Set the calling convention
14795         after the function definition.
14797 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14799         * subr.el (error, sit-for, start-process-shell-command)
14800         (start-file-process-shell-command): Use the new
14801         set-advertised-calling-convention feature.
14803 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
14805         * international/ucs-normalize.el (ucs-normalize-version):
14806         Change to 1.2.
14807         (check-range): Adjust for Unicode 5.2.
14809 2009-10-15  Juri Linkov  <juri@jurta.org>
14811         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
14812         to the `menu-item' format.
14814 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
14816         * net/tramp.el (tramp-replace-environment-variables): Do not fail
14817         if the environment variable does not exist.
14819         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14820         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
14821         parameter.
14822         (tramp-smb-handle-add-name-to-file)
14823         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14824         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14825         (tramp-smb-handle-file-attributes)
14826         (tramp-smb-do-file-attributes-with-stat)
14827         (tramp-smb-handle-file-local-copy)
14828         (tramp-smb-handle-insert-directory)
14829         (tramp-smb-handle-make-directory)
14830         (tramp-smb-handle-make-directory-internal)
14831         (tramp-smb-handle-make-symbolic-link)
14832         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
14833         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
14834         (tramp-smb-maybe-open-connection): Apply the changed parameters.
14835         (tramp-smb-read-file-entry): Read Disk names in compressed format.
14836         Handle long file names.
14837         (tramp-smb-get-cifs-capabilities): Check, whether the connection
14838         process is running.
14839         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
14840         Read share names with "-g" option.
14842 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
14844         * net/rcirc.el (rcirc-view-log-file): New command.
14845         (rcirc-track-minor-mode-map): Remove C-c ` binding.
14846         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
14847         specified.
14849 2009-10-15  Glenn Morris  <rgm@gnu.org>
14851         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
14852         from the second command-line argument.
14853         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
14854         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
14855         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
14856         w32-batch-update-autoloads.
14857         * emacs-lisp/autoload.el (autoload-make-program): New variable.
14858         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
14860         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
14861         the headers cannot be located.  Simplify, subtracting superflous
14862         save-excursions.
14864 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14866         Replace completion-base-size by completion-base-position to fix bugs
14867         such as (bug#4699).
14868         * simple.el (completion-base-position): New var.
14869         (completion-base-size): Mark as obsolete.
14870         (choose-completion): Make it work for mouse events as well.
14871         Pass the new base-position to choose-completion-string.
14872         (choose-completion-guess-base-position): New function, extracted from
14873         choose-completion-delete-max-match.
14874         (choose-completion-delete-max-match): Use it.  Make obsolete.
14875         (choose-completion-string): Use the new base-position info.
14876         (completion-root-regexp): Delete.
14877         (completion-setup-function): Preserve completion-base-position.
14878         Eliminate obsolete base-size manipulation.
14879         * minibuffer.el (display-completion-list): Don't mess with base-size.
14880         (minibuffer-completion-help): Set completion-base-position instead.
14881         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
14882         choose-completion.
14883         * textmodes/bibtex.el (bibtex-complete):
14884         * emacs-lisp/crm.el (crm--choose-completion-string):
14885         Adjust to new calling convention.
14886         * complete.el (partial-completion-mode): Use minibufferp to avoid
14887         bumping into incompatible change to choose-completion-string-functions.
14888         * ido.el (ido-choose-completion-string): Make its calling convention
14889         more permissive.
14890         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
14891         base-size manipulation.
14892         (comint-dynamic-list-input-ring): Use dotimes and push.
14893         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
14894         fundamental-mode.  Use `or'.
14896 2009-10-14  Juri Linkov  <juri@jurta.org>
14898         * misearch.el (multi-isearch-next-buffer-from-list)
14899         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
14901 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14903         * Makefile.in (compile-onefile): Load `bytecomp' rather than
14904         `bytecomp.el'.
14906         * minibuffer.el (completion-pcm--merge-completions): Make sure the
14907         string we return is all made up of text from the completions rather
14908         than part from the completions and part from the input (bug#4219).
14910         * ido.el (ido-everywhere): Use define-minor-mode.
14912         * buff-menu.el (list-buffers, ctl-x-map):
14913         Mark the entry points with ;;;###autoload cookies.
14915 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14917         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
14918         correctly in the detached head case.
14919         (vc-git-print-log): Remove unused binding.
14921         * vc.el (vc-responsible-backend): When a directory is passed for
14922         for registration create a VC repository if no backend is
14923         responsible for the directory argument.
14924         (vc-deduce-fileset): Tell vc-responsible-backend to register.
14926         * vc.el: Move comments about RCS and SCCS ...
14927         * vc-rcs.el:
14928         * vc-sccs.el: ... here, respectively.
14930 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14932         * minibuffer.el (completion--file-name-table): Return nil if there's
14933         no file completion, even if substitute-in-file-name changed
14934         the string (bug#4708).
14936 2009-10-13  Juri Linkov  <juri@jurta.org>
14938         * files-x.el (read-file-local-variable-value): Don't filter out
14939         minor modes from mode name completion (bug#4664).
14941 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
14943         * international/mule-cmds.el (ucs-names): Remove exclusion of
14944         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
14946 2009-10-13  Kenichi Handa  <handa@m17n.org>
14948         * international/uni-name.el: Regenerated.
14950 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
14952         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
14953         should be automatically buffer-local, but isn't.)
14955 2009-10-12  Sam Steingold  <sds@gnu.org>
14957         * progmodes/compile.el (compilation-next-error-function): Fix the
14958         timestamps if the buffer has been visited before.
14959         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
14960         non-anchored patterns, like the perl one (bug#3928).
14962 2009-10-12  Glenn Morris  <rgm@gnu.org>
14964         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
14965         Let-bind `size'.
14967 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
14969         * proced.el (proced-unload-function): New function.
14971         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
14972         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
14973         Doc fix.
14975         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
14977 2009-10-11  Juri Linkov  <juri@jurta.org>
14979         * files-x.el (read-file-local-variable-value):
14980         Provide default value only for bound variables (bug#4664).
14982 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
14984         * net/tramp.el (tramp-local-host-p): Function shall return nil for
14985         connection methods like smb.
14987         * net/tramp-cache.el (tramp-flush-connection-property): The hash
14988         can be empty.
14990         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14991         (tramp-smb-file-name-handler-alist): Add handlers for
14992         `add-name-to-file', `make-symbolic-link'.
14993         (tramp-smb-handle-add-name-to-file)
14994         (tramp-smb-do-file-attributes-with-stat)
14995         (tramp-smb-handle-make-symbolic-link)
14996         (tramp-smb-get-cifs-capabilities): New defuns.
14997         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14998         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14999         (tramp-smb-handle-file-local-copy)
15000         (tramp-smb-handle-make-directory-internal)
15001         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
15002         The file name syntax depends on cifs capabilities.
15003         (tramp-smb-handle-file-attributes):
15004         Call `tramp-smb-do-file-attributes-with-stat' if possible.
15005         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
15006         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
15008 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
15010         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
15011         (eieio-defclass): Apply deftype handler and setf-method properties
15012         directly.
15013         (eieio-add-new-slot): Avoid union function from cl library.
15014         (eieio--typep): New function.
15015         (eieio-perform-slot-validation): Use it.
15017 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
15019         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
15020         Update documentation to refer to the variables documented in r1.135.
15021         (Bug#4188)
15023 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
15025         * bookmark.el (Info-suffix-list): Remove this unused variable.
15026         (bookmark-current-point): Remove this obsolete variable.
15027         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
15028         Adjust for removal of bookmark-current-point.
15030         (bookmarks-already-loaded, bookmark-current-buffer)
15031         (bookmark-yank-point): Document.  (Bug#4188)
15033 2009-10-10  Glenn Morris  <rgm@gnu.org>
15035         * frame.el (frame-height): Doc fix.
15037         * calendar/calendar.el (calendar-split-width-threshold): New option.
15038         (calendar-basic-setup): Use calendar-split-width-threshold.
15040 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
15042         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
15043         Ideographic Supplement" range (U+1F200..U+1F2FF).
15045 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
15047         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
15048         since the list will have been rebuilt anyway.  (Bug#4349)
15050 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
15052         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
15053         (bookmark-bmenu-execute-deletions): Don't save here, as
15054         bookmark-delete will now do so if necessary.
15055         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
15056         (Bug#4348)
15058 2009-10-09  Glenn Morris  <rgm@gnu.org>
15060         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
15062 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
15064         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
15065         (bookmark-jump-other-window): Just invoke bookmark-jump with new
15066         argument now, so the two function's behaviors will match.  (Bug#3645)
15068 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
15070         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
15071         (tramp-file-name-real-host, tramp-file-name-port):
15072         Apply `save-match-data'.
15074         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
15075         case both directories are remote.
15076         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
15077         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
15079 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
15081         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
15083 2009-10-07  Glenn Morris  <rgm@gnu.org>
15085         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
15086         of concat.
15088 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15090         * files-x.el (read-file-local-variable): Include some
15091         non-user-variables in the completion table (bug#4664).
15093 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
15095         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
15096         message.
15098         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15099         (tramp-smb-file-name-handler-alist): Add handler for
15100         `copy-directory', `expand-file-name', `set-file-modes'.
15101         (tramp-smb-handle-copy-directory)
15102         (tramp-smb-handle-expand-file-name)
15103         (tramp-smb-handle-set-file-modes): New defuns.
15104         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
15105         (tramp-smb-handle-file-attributes): Simplify check for retrieving
15106         entry.
15107         (tramp-smb-handle-insert-directory): Don't flush the cache.
15108         (tramp-smb-maybe-open-connection): Check for samba client and
15109         server versions.
15111 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
15113         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
15114         to not error out of search for "^lisp=" fails.
15116 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
15118         * makefile.w32-in (WINS_UPDATES): New macro.
15119         (custom-deps, finder-data, autoloads): Use it.
15121 2009-10-07  Glenn Morris  <rgm@gnu.org>
15123         * Makefile.in (autoloads): Revert previous change.
15124         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
15125         the list of preloaded files passed on the command-line, get
15126         it from src/Makefile.
15128         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
15129         show the original buffer rather than a random one.
15131 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
15133         * help.el (describe-no-warranty): Place point in a slightly better
15134         position in the GPLv3 text.
15136 2009-10-06  Sam Steingold  <sds@gnu.org>
15138         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
15139         the comm attribute is present before calling regexp-quote.
15141 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
15143         * play/animate.el (animate-string): For good effect, make sure
15144         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
15146         * play/animate.el (animate-sequence, animate-birthday-present):
15147         * misc.el (butterfly): Don't set `indent-tabs-mode'.
15149 2009-10-06  Glenn Morris  <rgm@gnu.org>
15151         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
15153         * emacs-lisp/autoload.el (autoload-excludes): New variable.
15154         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
15155         (batch-update-autoloads): Process a string value of autoload-excludes,
15156         set during the build process.
15157         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
15159         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
15160         inside with-parsed...  macro so that `v' is defined.
15162         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
15163         * progmodes/fortran.el (fortran-end-of-block)
15164         (fortran-beginning-of-block):
15165         Also push mark in the macro case.
15167         * emerge.el (emerge-show-file-name):
15168         * calc/calc.el (calc-quit):
15169         * calc/calc-misc.el (calc-big-or-small):
15170         * calc/calc-graph.el (calc-graph-view):
15171         * calc/calc-ext.el (calc-reset):
15172         * calendar/calendar.el (calendar-basic-setup):
15173         Use window-full-height-p.
15175         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
15176         header we don't understand, don't insert another.  (Bug#4624)
15177         If changing mime charset, insert the new one in the right place.
15179 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
15181         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15182         (cal-tex-cursor-month): Correctly increment the end date for diary and
15183         holiday listing.  (Bug#4626)
15185 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15187         * help-fns.el (describe-function-1): Don't burp if the function is not
15188         a symbol.
15190 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
15192         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
15193         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
15194         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
15195         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
15197         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
15198         (eieio-default-superclass): Reflow docstrings.
15199         (this, class-option-assoc, defclass, eieio-class-un-autoload)
15200         (eieio-unbind-method-implementations, defmethod)
15201         (eieio-validate-slot-value, eieio-validate-class-slot-value)
15202         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
15203         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
15204         (eieio-slot-originating-class-p, eieio-slot-name-index)
15205         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
15206         (constructor, initialize-instance, no-next-method, object-print)
15207         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
15208         Fix typos in docstrings.
15209         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
15210         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
15211         (next-method-p): Doc fixes.
15212         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
15213         Fix typos in error messages.
15214         (eieio-defmethod): Fix typo in description of generic method.
15216         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
15217         (eieio-persistent-save-interactive, slot-missing):
15218         Fix typos in docstrings.
15219         (eieio-instance-inheritor-slot-boundp): Doc fix.
15221         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
15222         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
15224         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
15225         (eieio-custom-object-apply-reset):
15226         Fix typos in docstrings and error messages.
15228         * emacs-lisp/eieio-datadebug.el (data-debug-show):
15229         Fix typo in docstring.
15231         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
15232         (eieio-browse-tree): Doc fix.
15233         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
15234         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
15235         Fix typos in docstrings.
15237         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
15238         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
15239         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
15240         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
15241         Reflow docstrings.
15243 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
15245         * vc-hg.el (log-view-vc-backend): Declare for compiler.
15246         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
15247         Set log-view-vc-backend so that diff can work.
15249         * log-view.el (log-view-diff): Use vc-diff-internal instead of
15250         vc-version-diff.
15251         (vc-diff-internal): Autoload this instead of vc-version-diff.
15253 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
15255         * simple.el (eval-expression): Doc fix.
15257         * progmodes/cwarn.el (cwarn-mode): Doc fix.
15259 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
15261         * files.el (directory-files-no-dot-files-regexp): New defconst.
15262         (delete-directory): Use it.
15263         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
15265         * net/tramp.el (tramp-verbose): Fix docstring.
15266         (tramp-methods): Add recursive option to `tramp-copy-args'.
15267         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
15268         "scp1_old", "scp2_old", "rsync", "rsyncc".
15269         (tramp-default-method): Check also for `auth-source-user-or-password'.
15270         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15271         Add handler for `copy-directory'.
15272         (tramp-handle-copy-directory): New defun.
15273         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
15274         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
15275         Optimize sent command.
15277 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15279         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
15280         window if necessary.
15282         * calendar/calendar.el (calendar-basic-setup): Don't call
15283         switch-to-buffer in a dedicated window.
15285 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
15287         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
15288         don't do anything related to relocating, just return nil.
15289         (bookmark-error-no-filename): New error.
15290         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
15291         bookmark has no file.  Don't even attempt to handle things that
15292         are not files; the whole point of custom handlers is to keep that
15293         knowledge elsewhere anyway.  Tighten some comments.
15294         (bookmark-file-or-variation-thereof): Remove now-unused function.
15295         (bookmark-location): Doc string fix.
15296         (Bug#4250)
15298 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15300         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
15301         don't use a file dialog, because they usually don't know how to read
15302         a directory target from the user.  (Bug#4230)
15303         Also, make sure the prompt can display directories as well as files.
15305 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15307         * bookmark.el (bookmark-set, bookmark-buffer-name):
15308         Improve doc strings.  (Bug#1193)
15310 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15312         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
15313         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
15314         (bookmark-get-annotation, bookmark-set-annotation)
15315         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
15316         (bookmark-set-position, bookmark-get-front-context-string)
15317         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
15318         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
15319         (bookmark-jump-other-window, bookmark-handle-bookmark)
15320         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
15321         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
15322         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
15323         Improve doc strings to say whether bookmark can be a string or
15324         a record or both, and make other consistency and clarity fixes.
15325         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
15326         (bookmark-default-annotation-text, bookmark-yank-word)
15327         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
15328         (bookmark-import-new-list, bookmark-maybe-rename)
15329         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15330         (bookmark-bmenu-bookmark): Give these doc strings.
15331         (bookmark-bmenu-check-position): Give this a doc string, but also
15332         add a FIXME comment about how the function may be pointless.
15333         (bookmark-default-handler): Rework doc string and change a
15334         parameter name, to clarify that this takes a bookmark record
15335         not a bookmark name.
15336         (bookmark-set): Change a parameter name to indicate its meaning,
15337         and improve the doc string a bit.
15338         (Bug#4188)
15340 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15342         * bookmark.el (bookmark-alist): Document the new `handler' element
15343         in the param alist.
15344         (bookmark-make-record-function): Adjust documentation for above.
15345         (Bug#4193)
15347 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15349         * info.el (Info-bookmark-make-record): Document this function.
15350         (Info-bookmark-jump): Document with a doc string, not just a comment.
15351         (Bug#4203)
15353 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
15355         * files.el (copy-directory): New defun.
15357         * dired-aux.el (dired-copy-file-recursive): Use it.
15359 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
15361         * files-x.el (modify-dir-local-variable)
15362         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
15363         docstrings.
15365         * recentf.el (recentf-unload-function): New function.
15367 2009-10-04  Glenn Morris  <rgm@gnu.org>
15369         * window.el (window-full-height-p): Add doc string.
15371 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
15373         * window.el (window-full-height-p): New function.  (Bug#4543)
15375 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
15377         * vc.el: Remove commented out code.
15378         (vc-derived-from-dir-mode): Remove, unused.
15379         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
15381 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
15383         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
15384         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
15385         there could be recursive loading when `default-directory' is a
15386         remote file name.  (Bug#4614)
15388 2009-10-03  Glenn Morris  <rgm@gnu.org>
15390         * calendar/calendar.el (calendar-basic-setup): Handle the case where
15391         the frame is wide.
15392         (calendar-generate-window): Test for shrinkability rather than width.
15394         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
15395         reusing existing buffers, in case we happen to visit two files with the
15396         same basename.  (Bug#4593)
15398 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
15400         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
15401         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
15402         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
15403         subdirs of cedet as well.
15404         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
15406 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15408         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
15409         Obey advertised-signature-table.
15411         * help-fns.el (help-function-arglist): Don't check
15412         advertised-signature-table.
15413         (describe-function-1): Do it here instead so it also applies to subrs.
15415 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
15417         * simple.el (start-file-process): Say in the doc-string, that file
15418         handlers might not support pty association, if PROGRAM is nil.
15420         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
15421         HOST and USER are strings.  They are nil, when there are
15422         incomplete entries in ~/.netrc, for example.
15423         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
15424         root directory ("device busy" error otherwise).
15426         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
15427         Flush file properties of created directory.
15429 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
15431         * makefile.w32-in (WINS_BASIC): Remove cedet.
15432         (WINS_CEDET): Add cedet.
15433         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
15435 2009-10-02  Kevin Ryde  <user42@zip.com.au>
15437         * net/browse-url.el (browse-url): Pass any symbol in
15438         browse-url-browser-function to `apply', since if you've mistakenly put
15439         an unbound symbol then the error is clearer.  (Bug#4531)
15441 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
15443         * allout.el (allout-init, allout-back-to-current-heading)
15444         (allout-beginning-of-current-entry, allout-ascend-to-depth)
15445         (allout-ascend, allout-up-current-level, allout-end-of-level)
15446         (allout-previous-visible-heading, allout-forward-current-level)
15447         (allout-backward-current-level, allout-show-children):
15448         * apropos.el (apropos-describe-plist):
15449         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
15450         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
15451         * completion.el (add-completion, add-permanent-completion):
15452         * descr-text.el (describe-text-category, describe-char):
15453         * desktop.el (desktop-lazy-abort):
15454         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
15455         * dired.el (dired-build-subdir-alist):
15456         * ediff.el (ediff-version):
15457         * elide-head.el (elide-head, elide-head-show):
15458         * emerge.el (emerge-version):
15459         * env.el (getenv):
15460         * face-remap.el (variable-pitch-mode):
15461         * faces.el (describe-face):
15462         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
15463         (dired-at-point):
15464         * files.el (find-file-existing, auto-save-mode):
15465         * font-lock.el (font-lock-fontify-buffer):
15466         * help-fns.el (describe-function, describe-variable)
15467         (describe-syntax, describe-categories):
15468         * help.el (view-lossage, describe-bindings, describe-key)
15469         (describe-mode):
15470         * hexl.el (hexl-current-address):
15471         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
15472         * info.el (Info-goto-emacs-key-command-node):
15473         * log-edit.el (log-edit-insert-cvs-template)
15474         (log-edit-insert-cvs-rcstemplate):
15475         * menu-bar.el (menu-bar-mode):
15476         * mouse.el (mouse-appearance-menu):
15477         * newcomment.el (comment-indent-new-line):
15478         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
15479         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
15480         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
15481         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
15482         * recentf.el (recentf-mode):
15483         * savehist.el (savehist-mode, savehist-save):
15484         * shadowfile.el (shadow-copy-files):
15485         * simple.el (kill-ring-save, next-line, previous-line)
15486         (normal-erase-is-backspace-mode):
15487         * strokes.el (strokes-update-window-configuration)
15488         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
15489         (strokes-xpm-for-stroke):
15490         * time.el (emacs-uptime, emacs-init-time):
15491         * tutorial.el (tutorial--describe-nonstandard-key)
15492         (tutorial--detailed-help):
15493         * type-break.el (type-break-mode)
15494         (type-break-mode-line-message-mode, type-break-query-mode)
15495         (type-break-guesstimate-keystroke-threshold):
15496         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
15497         * version.el (emacs-version):
15498         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
15499         * winner.el (winner-mode):
15500         * calendar/timeclock.el (timeclock-in, timeclock-out)
15501         (timeclock-status-string, timeclock-change)
15502         (timeclock-workday-remaining-string)
15503         (timeclock-workday-elapsed-string)
15504         (timeclock-when-to-leave-string):
15505         * calendar/todo-mode.el (todo-add-category):
15506         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
15507         * emacs-lisp/autoload.el (update-file-autoloads):
15508         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
15509         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
15510         (checkdoc-message-text, checkdoc-defun):
15511         * emacs-lisp/debug.el (debugger-list-functions):
15512         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15513         * emacs-lisp/eieio-opt.el (eieio-describe-class)
15514         (eieio-describe-generic):
15515         * emacs-lisp/lisp-mnt.el (lm-synopsis):
15516         * emacs-lisp/shadow.el (list-load-path-shadows):
15517         * emulation/cua-base.el (cua-mode):
15518         * emulation/edt.el (edt-set-scroll-margins):
15519         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
15520         (tpu-toggle-regexp, tpu-toggle-search-direction)
15521         (tpu-toggle-rectangle, tpu-toggle-control-keys):
15522         * emulation/tpu-extras.el (tpu-set-scroll-margins):
15523         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
15524         (viper-set-parsing-style-toggling-macro)
15525         (viper-set-emacs-state-searchstyle-macros):
15526         * emulation/viper.el (viper-set-hooks):
15527         * eshell/esh-mode.el (eshell-truncate-buffer):
15528         * international/mule-cmds.el (prefer-coding-system)
15529         (describe-input-method, describe-language-environment):
15530         * international/mule-diag.el (list-character-sets)
15531         (describe-character-set, describe-coding-system)
15532         (describe-fontset, list-fontsets, list-input-methods):
15533         * mail/sendmail.el (mail-signature):
15534         * net/ange-ftp.el (ange-ftp-copy-file):
15535         * net/browse-url.el (browse-url):
15536         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
15537         * net/quickurl.el (quickurl-add-url):
15538         * net/rcirc.el (names, topic):
15539         * net/xesam.el (xesam-mode):
15540         * play/5x5.el (5x5-new-game):
15541         * play/yow.el (apropos-zippy):
15542         * progmodes/ada-mode.el (ada-mode-version):
15543         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
15544         (f90-end-of-block)
15545         (f90-beginning-of-block):
15546         * progmodes/fortran.el (fortran-end-of-block)
15547         (fortran-beginning-of-block):
15548         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
15549         * progmodes/python.el (python-describe-symbol, python-shell):
15550         * term/ns-win.el (ns-print-buffer):
15551         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
15552         * textmodes/flyspell.el (flyspell-mode-on):
15553         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
15554         (pages-directory-for-addresses):
15555         * textmodes/table.el (table-recognize-cell)
15556         (table-query-dimension, table-generate-source)
15557         (table-insert-sequence, table--warn-incompatibility):
15558         * textmodes/tex-mode.el (tex-validate-buffer):
15559         * textmodes/texinfmt.el (texinfmt-version)
15560         (texinfo-format-buffer):
15561         Use `called-interactively-p' instead of `interactive-p'.
15563 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
15565         * image-mode.el (image-toggle-display):
15566         * emacs-lisp/elp.el (elp-instrument-function):
15567         * emacs-lisp/advice.el (ad-make-advised-definition):
15568         * emacs-lisp/easy-mmode.el (define-minor-mode):
15569         * net/browse-url.el (browse-url-maybe-new-window):
15570         * progmodes/sh-script.el (sh-learn-buffer-indent):
15571         Pass new argument 'any to `called-interactively-p'.
15573 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
15575         * international/uni-bidi.el:
15576         * international/uni-category.el:
15577         * international/uni-combining.el:
15578         * international/uni-comment.el:
15579         * international/uni-decimal.el:
15580         * international/uni-decomposition.el:
15581         * international/uni-digit.el:
15582         * international/uni-lowercase.el:
15583         * international/uni-mirrored.el:
15584         * international/uni-name.el:
15585         * international/uni-numeric.el:
15586         * international/uni-old-name.el:
15587         * international/uni-titlecase.el:
15588         * international/uni-uppercase.el:
15589         Regenerate from Unicode 5.2.0 data.
15591 2009-10-01  Glenn Morris  <rgm@gnu.org>
15593         * Makefile.in (ELCFILES): Regenerate.
15595 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15597         * subr.el (interactive-p): Mark obsolete.
15598         (called-interactively-p): Make the optional-ness of `kind' obsolete.
15599         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
15600         advertised-signature-table for subroutines as well.
15602         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
15603         (set-advertised-calling-convention): New function.
15604         (make-obsolete, define-obsolete-function-alias)
15605         (make-obsolete-variable, define-obsolete-variable-alias):
15606         Make the optional-ness of `when' obsolete.
15607         (define-obsolete-face-alias): Make `when' non-optional.
15608         * help-fns.el (help-function-arglist):
15609         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
15610         Use advertised-signature-table.
15612 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
15614         * files.el (delete-directory): New defun.  The original function
15615         in fileio.c has been renamed to `delete-directory-internal'.
15617         * dired.el (dired-delete-file): Call `delete-directory' with
15618         RECURSIVE parameter.
15620         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
15621         parameter RECURSIVE.  Implementation is missing.
15623         * net/tramp.el (tramp-handle-make-directory): Flush upper
15624         directory's file properties.
15625         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
15626         (tramp-handle-dired-recursive-delete-directory): Flush directory
15627         properties after the remove command only.
15629         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
15630         Handle optional parameter RECURSIVE.
15632         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
15633         Handle optional parameter RECURSIVE.
15635         * net/tramp-smb.el (tramp-smb-errors): Add error message for
15636         connection timeout.
15637         (tramp-smb-handle-delete-directory): Handle optional parameter
15638         RECURSIVE.
15640 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15642         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
15643         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
15644         (byte-compile-defmacro): Use backquotes.
15646         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
15648         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
15649         has no associated file.
15650         (vc-resynch-buffer): Use vc-dir-buffers.
15652 2009-10-01  Glenn Morris  <rgm@gnu.org>
15654         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
15655         (chart-file-count):
15656         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
15657         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
15658         * emacs-lisp/eieio-opt.el (eieio-describe-class):
15659         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
15660         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
15661         (eieio-copy-parents-into-subclass, make-instance, class-children)
15662         (eieio-generic-form):
15664         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
15665         match-data.  (Bug#4555).
15667         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
15668         rather than parsing it as a regexp.  This relaxes the layout
15669         requirements and makes errors easier to detect.
15670         (check-declare-verify): Check file is regular.
15671         (check-declare-directory): Doc fix.
15672         * subr.el (declare-function): Doc fix.
15674         * ibuffer.el (ibuffer-format-qualifier):
15675         * isearch.el (hi-lock-regexp-okay):
15676         * calc/calc.el (math-zerop):
15677         * mail/uce.el (rmail-msgbeg, rmail-msgend):
15678         * term/w32-win.el (setup-default-fontset, set-fontset-font):
15679         Remove unused declarations.
15681 2009-09-30  Eric Ludlam  <zappo@gnu.org>
15683         * emacs-lisp/eieio.el (boolean-p): Delete.
15685 2009-09-30  Glenn Morris  <rgm@gnu.org>
15687         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
15689         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
15690         filename is not a string.
15692 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
15694         * files.el (safe-local-eval-forms): Fix typo.
15696 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15698         * vc-hooks.el (vc-dir-buffers): New var.
15699         (vc-state-refresh): New function.
15700         (vc-state): Use it.
15701         (vc-after-save): Always ask the backend to recompute the new state.
15702         Always call vc-dir if necessary, using vc-dir-buffers.
15703         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
15704         Use vc-dir-buffers.
15705         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
15706         (vc-dir-prepare-status-buffer, vc-dir-update)
15707         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
15708         Don't call expand-file-name on default-directory.
15710 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
15712         * speedbar.el (speedbar-item-delete):
15713         * calc/calc-prog.el (calc-kbd-if):
15714         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
15716         * epa.el (epa-key-list-mode-map):
15717         * hi-lock.el (hi-lock-menu): Fix typos in menus.
15719         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
15720         (hs-show-hook): Fix typo in docstring.
15722 2009-09-29  Glenn Morris  <rgm@gnu.org>
15724         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
15725         file-name-nondirectory call preventing location of cedet files.
15726         (check-declare-verify): Use literal search rather than re-search.
15727         Add basic defmethod and defclass, and define-overloadable-function.
15729         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15730         Use tramp-compat-file-attributes rather than nonexistent
15731         tramp-compat-handle-file-attributes.
15733         * Makefile.in (lisptagsfiles4): New.
15734         (AUTOGENEL): Add cedet loaddefs files.
15735         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
15736         (update-elclist, compile-always, backup-compiled-files)
15737         (bootstrap-clean): Add yet another directory level.
15738         (update-elclist): Use LC_COLLATE rather than COLLATE.
15739         (ELCFILES): Update, via `make update-elclist'.
15741 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
15743         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
15744         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
15745         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
15747 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
15749         * Makefile.in (lisptagsfiles3): Define.
15750         (TAGS, TAGS-LISP): Use it.
15751         (update-elclist): Add third directory level to look for elc files.
15752         (compile-always): Likewise.
15753         (backup-compiled-files): Likewise.
15754         (bootstrap-clean): Likewise.
15755         (ELCFILES): Update.
15757 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
15759         * Makefile.in (ELCFILES): Add CEDET files.
15761 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
15763         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
15765         * net/tramp.el (top): Require tramp-imap.
15767         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15768         Use `tramp-compat-handle-file-attributes'.
15770 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15772         * net/tramp-imap.el: New package.
15774 2009-09-28  Eric Ludlam  <zappo@gnu.org>
15776         * emacs-lisp/chart.el:
15777         * emacs-lisp/eieio-base.el:
15778         * emacs-lisp/eieio-comp.el:
15779         * emacs-lisp/eieio-custom.el:
15780         * emacs-lisp/eieio-datadebug.el:
15781         * emacs-lisp/eieio-opt.el:
15782         * emacs-lisp/eieio-speedbar.el:
15783         * emacs-lisp/eieio.el: New files.
15785 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15787         * whitespace.el (whitespace-trailing-regexp)
15788         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
15789         Fix doc string.
15791 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
15793         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
15794         menu.
15796         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
15797         menu-bar-ediff-menu.
15799         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
15800         define-overloadable-function.
15802         * progmodes/autoconf.el: Provide autoconf as well, so that this
15803         file can be `require'd.
15805         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
15807         * emacs-lisp/autoload.el (generated-autoload-feature)
15808         (generated-autoload-load-name): New vars.
15809         (autoload-rubric, autoload-generate-file-autoloads): Use them.
15810         (make-autoload): Recognize define-overloadable-function and
15811         defclass forms (for EIEIO).
15813         * Makefile.in (update-subdirs): Exclude cedet directory.
15815 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
15817         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
15819         * faces.el: Default light-background background for region face to
15820         ns_selection_color under NS.
15822 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15824         * net/imap-hash.el: New library, see NEWS.
15826         * Makefile.in (ELCFILES): Add imap-hash.el.
15828 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15830         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
15831         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
15832         * help-macro.el (make-help-screen): Avoid using an ambiguous function
15833         definition where the docstring could be taken for the return value.
15835 2009-09-26  Glenn Morris  <rgm@gnu.org>
15837         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
15838         Add option to only show images below a certain size.
15839         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
15840         save-excursion calls.
15842 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
15844         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
15845         subdirectories) and eieio.
15847 2009-09-26  Alan Mackenzie  <acm@muc.de>
15849         * progmodes/cc-engine.el (c-beginning-of-statement-1):
15850         Correct buggy bracketing.  (Bug#4289)
15852         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
15853         character constants (as case labels).  (Bug#4289)
15855 2009-09-25  Juri Linkov  <juri@jurta.org>
15857         * files.el (safe-local-eval-forms): Allow time-stamp in
15858         before-save-hook (Bug#4554).
15860 2009-09-25  Drew Adams  <drew.adams@oracle.com>
15862         * menu-bar.el (list-buffers-directory): Doc fix.
15864 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15866         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
15867         Try and avoid copying twice the same paragraph.
15868         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
15869         Remove save-excursion.
15870         (log-edit-changelog-entry): Do it here instead.
15872 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
15874         * bs.el (bs--get-file-name): Use `list-buffers-directory'
15875         when available, instead of hardcoding mode names.  Doc fix.
15877         * menu-bar.el (list-buffers-directory): Add docstring.
15878         Make automatically buffer-local.
15880         * dired.el (dired-mode):
15881         * files.el (cd-absolute):
15882         * pcvs.el (cvs-temp-buffer):
15883         * pcvs-util.el (cvs-get-buffer-create):
15884         * shell.el (shell-mode):
15885         * vc-dir.el (vc-dir-mode):
15886         Don't make `list-buffers-directory' buffer local.
15888 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
15890         * comint.el (comint-exec, comint-run, make-comint):
15891         Doc fixes (Bug#4542).
15893 2009-09-25  Glenn Morris  <rgm@gnu.org>
15895         * mail/rmailmm.el (rmail-mime): New custom group.
15896         Move all defcustoms in this file into this group.
15897         (rmail-mime-media-type-handlers-alist): Revert previous change.
15898         (rmail-mime-show-images): New option.
15899         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
15900         references to it, since it wasn't actually used for anything.
15901         (rmail-mime-insert-image): New function.
15902         (rmail-mime-image): Use rmail-mime-insert-image.
15903         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
15904         obey the value of `rmail-mime-show-images' option.  Print the size of
15905         attachments.
15907 2009-09-25  David Engster  <deng@randomsample.de>
15909         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
15911 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15913         * whitespace.el: Does not highlight trailing spaces While point is
15914         at end of line.  Does not highligt spaces at beginning of buffer
15915         while point is at beginning of buffer.  Does not highlight spaces
15916         at end of buffer while point is at end of buffer.  (Bug#4177)
15917         New version 12.0.
15918         (whitespace-display-mappings): Adjust initialization.
15919         (whitespace-point, whitespace-font-lock-refontify): New vars.
15920         (whitespace-color-on, whitespace-color-off): Adjust code.
15921         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
15922         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
15923         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
15925 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
15927         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
15929         * textmodes/sgml-mode.el: Remove xml-mode alias.
15931         * files.el (auto-mode-alist, conf-mode-maybe)
15932         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
15934 2009-09-24  Alan Mackenzie  <acm@muc.de>
15936         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
15937         c-forward-conditionals, but it doesn't move point and doesn't set
15938         the mark.
15939         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
15940         (c-down-conditional-with-else, c-backward-conditional)
15941         (c-forward-conditional): Refactor to use c-scan-conditionals.
15943 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
15945         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
15946         (help-default-arg-highlight): Remove.
15947         (help-highlight-arg): New function.
15948         (help-do-arg-highlight): Use it.
15949         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
15951 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15953         * term.el (term-set-scroll-region, term-handle-ansi-escape):
15954         Undo last change, which didn't fix the problem and introduced others.
15956 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
15958         * progmodes/gdb-mi.el: Don't require speedbar.
15959         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
15961 2009-09-24  Glenn Morris  <rgm@gnu.org>
15963         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
15965         * term/ns-win.el (ns-reg-to-script): Define for compiler.
15967         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
15968         there is no newline after the final mime boundary.  (Bug#4539)
15969         Move markers on insertion so that any buttons inserted don't end up in
15970         the next part of a multipart message.
15971         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
15972         (rmail-mime-bulk-handler): Optionally handle images.
15973         (rmail-mime-image): New button action.
15974         (rmail-mime-image-handler): New function.
15975         (rmail-mime-mode): New mode.
15976         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
15978 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15980         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
15981         than just dropping elements from it (bug#4504).
15983         * term.el (term-set-scroll-region): Don't move cursor any more.
15984         (term-handle-ansi-escape): Call term-goto here instead.
15985         Suggested by Ivan Kanis <apple@kanis.eu>.
15987         * term.el: Require CL.
15988         (term-ansi-reset): New function.
15989         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
15990         (term-handle-colors-array): Simplify.
15992 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
15994         * allout.el (allout-overlay-interior-modification-handler)
15995         (allout-obtain-passphrase):
15996         * epa-file.el (epa-file-write-region):
15997         * ps-print.el (ps-begin-job):
15998         * vc-hooks.el (vc-toggle-read-only):
15999         * vc-rcs.el (vc-rcs-rollback):
16000         * vc-sccs.el (vc-sccs-rollback):
16001         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
16002         (vc-version-diff, vc-revert, vc-rollback):
16003         * wdired.el (wdired-check-kill-buffer):
16004         * emacs-lisp/authors.el (authors):
16005         * net/socks.el (socks-open-connection):
16006         * net/zeroconf.el (zeroconf-service-add-hook):
16007         * obsolete/vc-mcvs.el (vc-mcvs-register):
16008         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
16009         (gdb-select-frame):
16010         * progmodes/grep.el (lgrep, rgrep):
16011         * progmodes/idlw-help.el (idlwave-help-check-locations)
16012         (idlwave-help-html-link, idlwave-help-assistant-open-link):
16013         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16014         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
16015         (reftex-toc-rename-label): Fix typos in error messages.
16017         * dired-aux.el (dired-do-shell-command): Reflow docstring.
16018         (dired-copy-how-to-fn): Doc fix.
16019         (dired-files-attributes, dired-read-shell-command):
16020         Fix typos in docstrings.
16022         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
16023         (dired-x-find-file-other-window): Reflow docstrings.
16024         (dired-omit-marker-char, dired-read-shell-command)
16025         (dired-x-submit-report): Fix typos in docstrings.
16027         * shell.el (shell-mode-hook):
16028         * view.el (View-scroll-line-forward):
16029         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
16030         Fix typos in docstrings.
16032         * net/dig.el (dig-invoke): Fix typo in docstring.
16033         (query-dig): Reflow docstring.
16035         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
16036         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
16037         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
16038         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
16039         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
16040         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
16041         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
16042         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
16043         (idlwave-completion-map, idlwave-current-indent)
16044         (idlwave-custom-ampersand-surround, idlwave-customize)
16045         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
16046         (idlwave-define-abbrev, idlwave-determine-class-special)
16047         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
16048         (idlwave-end-block-reg, idlwave-end-of-statement)
16049         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
16050         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
16051         (idlwave-explicit-class-listed, idlwave-file-header)
16052         (idlwave-fill-paragraph, idlwave-find-class-definition)
16053         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
16054         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
16055         (idlwave-in-quote, idlwave-indent-action-table)
16056         (idlwave-indent-expand-table, idlwave-indent-line)
16057         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
16058         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
16059         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
16060         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
16061         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
16062         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
16063         (idlwave-outlawed-buffers, idlwave-popup-select)
16064         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
16065         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
16066         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
16067         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
16068         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
16069         (idlwave-statement-type, idlwave-struct-skip)
16070         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
16071         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
16072         (idlwave-what-module-find-class): Fix typos in docstrings.
16073         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
16074         (idlwave-calculate-cont-indent, idlwave-expand-equal)
16075         (idlwave-find-module, idlwave-find-structure-definition)
16076         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
16077         (idlwave-list-load-path-shadows, idlwave-next-statement)
16078         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
16079         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
16080         (idlwave-template): Reflow docstrings.
16082         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
16083         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
16084         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
16085         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
16086         (idlwave-shell-display-line, idlwave-shell-display-wframe)
16087         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
16088         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
16089         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
16090         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
16091         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
16092         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
16093         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
16094         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
16095         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
16096         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
16097         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
16098         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
16099         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
16100         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
16101         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
16102         Fix typos in docstrings.
16103         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
16104         (idlwave-shell-hide-output, idlwave-shell-mode)
16105         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
16106         Reflow docstrings.
16108         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
16110 2009-09-24  Ivan Kanis  <apple@kanis.eu>
16112         * term.el (term-bold-attribute): New var.
16113         (term-handle-colors-array): Use it.
16115 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
16117         * progmodes/gdb-mi.el (gdb-version): New variable.
16118         (gdb-non-stop-handler): Set gdb-version.
16119         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
16120         Condition "--thread" option on gdb-version.
16121         (gdb-invalidate-threads): Remove unused argument.
16123 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16125         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
16126         to looking-back to avoid ridiculous slow down in large files (bug#4511).
16128 2009-09-23  Glenn Morris  <rgm@gnu.org>
16130         * mail/rmail.el (rmail-reply): Don't try to add a References header when
16131         replying to mail without References or Message-Id.  (Bug#4525)
16133 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
16135         * term/ns-win.el (ns-reg-to-script): New variable.
16137 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
16139         * epg.el (epg-wait-for-status): Preserve existing 'error results.
16141 2009-09-22  Sam Steingold  <sds@gnu.org>
16143         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
16144         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
16145         to 1 because hg returns status 1 when nothing is found.
16146         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
16148 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16150         * textmodes/fill.el: Convert to utf-8 encoding.
16151         (fill-french-nobreak-p): Remove redundant » and « inherited from our
16152         pre-Unicode days.
16154         * add-log.el (change-log-fill-forward-paragraph): New function.
16155         (change-log-mode): Use it so fill-region DTRT.
16156         Set fill-indent-according-to-mode here rather than in
16157         change-log-fill-paragraph.
16158         (change-log-fill-paragraph): Remove.
16160 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
16162         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
16163         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
16165 2009-09-22  Glenn Morris  <rgm@gnu.org>
16167         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
16168         the scroll-bar scroll the calendar window rather than the buffer.
16170         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
16171         commands that move point (as opposed to scrolling).
16173         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
16175         * emacs-lisp/elint.el (elint): New custom group.
16176         (elint-log-buffer): Make it a defcustom.
16177         (elint-scan-preloaded, elint-ignored-warnings)
16178         (elint-directory-skip-re): New options.
16179         (elint-builtin-variables): Doc fix.
16180         (elint-preloaded-env): New variable.
16181         (elint-unknown-builtin-args): Add an entry for encode-time.
16182         (elint-extra-errors): Make it a variable rather than a constant.
16183         (elint-preloaded-skip-re): New constant.
16184         (elint-directory): Skip files matching elint-directory-skip-re.
16185         (elint-features): New variable, local to linted buffers.
16186         (elint-update-env): Initialize elint-features.  Possibly add
16187         elint-preloaded-env to the buffer's environment.
16188         (elint-get-top-forms): Bind elint-current-pos, for log messages.
16189         Skip quoted forms.
16190         (elint-init-form): New function, extracted from elint-init-env.
16191         Make non-list forms a warning rather than an error.
16192         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
16193         easy-menu-define, put that adds an error-condition, and provide.
16194         When requiring cl, also require cl-macs.  Really require cl, to handle
16195         some cl macros.  Store required libraries in the list elint-features,
16196         so as not to re-load them.  Treat cc-require like require.
16197         (elint-init-env): Call elint-init-form to do the work.
16198         Handle eval-and-compile and such like.
16199         (elint-add-required-env): Do not clear messages.
16200         (elint-special-forms): Add handlers for function, defalias, if, when,
16201         unless, and, or.
16202         (elint-form): Add optional argument to ignore elint-special-forms,
16203         useful to prevent recursive calls from handlers.  Doc fix.
16204         Respect elint-ignored-warnings.
16205         (elint-form): Respect elint-ignored-warnings.
16206         (elint-bound-variable, elint-bound-function): New variables.
16207         (elint-unbound-variable): Respect elint-bound-variable.
16208         (elint-get-args): Respect elint-bound-function.
16209         (elint-check-cond-form): Add some simple handling for (f)boundp and
16210         featurep tests.
16211         (elint-check-defalias-form): New handler.
16212         (elint-check-let-form): Make an empty let a warning rather than an
16213         error.
16214         (elint-check-setq-form): Make an empty setq a warning rather than an
16215         error.  Respect elint-ignored-warnings.
16216         (elint-check-defvar-form): Accept null doc-strings.
16217         (elint-check-conditional-form): New handler.  Does some simple-minded
16218         checking of featurep and (f)boundp tests.
16219         (elint-put-function-args): New function.
16220         (elint-initialize): Use elint-scan-doc-file rather than
16221         elint-find-builtin-variables.  Use elint-put-function-args.
16222         Possibly scan preloaded-file-list.
16223         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
16224         extend to handle functions as well.
16226 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
16228         * linum.el (linum-delete-overlays, linum-update-window):
16229         Do not modify the right margin.  (Bug#3971)
16231 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
16233         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
16234         Use nxml-mode instead of xml-mode.
16236 2009-09-21  Kevin Ryde  <user42@zip.com.au>
16238         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
16240 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16242         * net/dig.el (dig-mode): Use define-derived-mode.
16244 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
16246         * vc-dispatcher.el (vc-do-command): Return the process object in
16247         the asynchronous case.  Use when instead of if.  Do not run
16248         vc-exec-after to display a message if not enabled.  (Bug#4463)
16250         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
16251         properties to the stash strings.
16252         (vc-git-stash-list): Return a list of strings.
16253         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
16254         (vc-git-stash-show-at-point): New functions.
16255         (vc-git-stash-map): New keymap.
16257         * register.el (ctl-x-r-map): Define the keys here instead of
16258         using autoload.
16260 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
16262         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
16263         list, to workaround performance problem (bug#4485).
16265 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
16267         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
16269 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
16271         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
16272         Document that this option is not recommended to use.
16274 2009-09-19  Glenn Morris  <rgm@gnu.org>
16276         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
16277         variable `var'.
16279         * calc/calc-alg.el (var):
16280         * calc/calcalg2.el (var): Define for compiler.
16282 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
16284         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
16285         Doc fix (Bug#3932).
16287         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
16289         * time-stamp.el (time-stamp-month-dd-yyyy)
16290         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
16291         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
16292         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
16293         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
16294         Remove functions that have been obsolete since 1995 (Bug#4436).
16296         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
16297         indent buffer only if called interactively (Bug#4452).
16299 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
16300             Eli Zaretskii  <eliz@gnu.org>
16302         This fixes bug#4197 (merged to bug#865, though not identical).
16303         * server.el (server-auth-dir): Add docstring note about FAT32.
16304         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
16305         but warn against using them.
16307 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
16309         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
16310         older GDB where there is no has_more field.
16312 2009-09-19  Glenn Morris  <rgm@gnu.org>
16314         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
16316 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
16318         * files.el (auto-mode-alist): Change default for XML files to nXML
16319         mode (Bug#4169).
16321 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
16323         * server.el (server-ensure-safe-dir): Pass 'integer
16324         to `file-attributes', as suggested.
16326 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16328         * dired-aux.el (dired-query-alist): Remove spurious backslash.
16329         (dired-query): Use read-key.
16331 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
16333         * cus-start.el (ns-use-qd-smoothing): Remove.
16335 2009-09-18  Glenn Morris  <rgm@gnu.org>
16337         * allout.el (top-level): Remove unnecessary progn.
16339         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
16341         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
16342         definition of abbrev table.
16344         * speedbar.el (speedbar-track-mouse):
16345         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
16346         * net/eudc.el (eudc-expand-inline):
16347         * net/newst-backend.el (newsticker--cache-read-feed):
16348         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
16349         condition-case handlers.
16351 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
16353         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
16354         (gdb-var-list): Add an element for has_more field.
16355         (gdb-non-stop-handler): Enable pretty printing for STL containers.
16356         (gdb-var-create-handler, gdb-var-list-children-handler-1)
16357         (gdb-var-update-handler-1): Parse output of dynamic variable
16358         objects (STL containers).
16359         (gdb-var-delete-1): Pass var1 as an explicit second argument.
16360         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
16362         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
16363         gdb-var-list.
16364         (gud-speedbar-buttons): Make node expandable if expression "has more"
16365         children.
16367 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
16369         * startup.el (emacs-quick-startup): Remove variable and all uses.
16370         (command-line): Set `inhibit-x-resources' instead.
16371         (command-line-1): Use `inhibit-x-resources' instead.
16373 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
16375         * subr.el: Fix last change to avoid using the `unless' macro,
16376         which breaks bootstrapping.
16378 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16380         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
16381         extended definitions, in case we reload subr.el after having
16382         loaded CL.
16383         (eval-next-after-load): Mark as obsolete.
16385 2009-09-17  Juri Linkov  <juri@jurta.org>
16387         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
16388         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
16389         (menu-bar-showhide-menu, menu-bar-tools-menu)
16390         (menu-bar-describe-menu, menu-bar-help-menu)
16391         (minibuffer-local-completion-map, minibuffer-local-map):
16392         Fix list quoting.
16394 2009-09-17  Glenn Morris  <rgm@gnu.org>
16396         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
16397         arguments, whether or not it has a handler.
16399         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
16401         * simple.el (hard-newline): Give it a doc-string.
16403         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16404         (lisp-mode-syntax-table): Give them doc-strings.
16406 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
16408         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
16409         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
16410         (menu-bar-options-menu, menu-bar-showhide-menu)
16411         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
16412         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
16413         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
16414         (menu-bar-options-menu, menu-bar-tools-menu)
16415         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
16416         (menu-bar-help-menu):
16417         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
16418         string arguments.
16420         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
16421         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
16422         calls for the menu names and :help.
16424 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16426         * mouse.el (minor-mode-menu-from-indicator): Pay attention
16427         to :minor-mode-function (bug#4455).
16429 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16431         * startup.el (command-line): Initialize the window-system after
16432         processing the command-line.
16434         * textmodes/page.el (what-page): Make sure we don't inf-loop if
16435         page-delimiter matches the empty string.
16437 2009-09-16  Glenn Morris  <rgm@gnu.org>
16439         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
16440         byte-compile-not-obsolete-var.  It's a list now.
16441         (byte-compile-not-obsolete-funcs): New variable.
16442         (byte-compile-warn-obsolete): Don't warn about functions if they are in
16443         byte-compile-not-obsolete-funcs.
16444         (byte-compile-variable-ref, byte-compile-defvar): Update for
16445         byte-compile-not-obsolete-vars name-change and list nature.
16446         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
16447         and variables behind (f)boundp tests.
16448         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
16450 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
16452         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
16454 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16456         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
16457         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
16458         Don't autoload.
16460 2009-09-15  Stephen Eglen  <stephen@gnu.org>
16462         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
16463         the virtual-buffers, use the name of the buffer specified by
16464         find-file-noselect, as the match may be a symlink.  (This was a
16465         problem if the target and the symlink had different names.)
16467 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16469         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
16471         * desktop.el (desktop-path): Check user-emacs-directory.
16473         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
16475         * loadup.el: Use after-load-functions to GC after loading each file.
16476         Remove the explicit GC calls that used to be sprinkled around.
16478         * subr.el (after-load-functions): New hook.
16479         (do-after-load-evaluation): Run it.  Use string-match-p to detect
16480         `obsolete' packages, rather than painfully extracting the relevant
16481         directory name.
16483 2009-09-15  Glenn Morris  <rgm@gnu.org>
16485         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
16486         free variable `doc'.
16488         * dired.el (dired-mode-map): Add menu entry for async shell command.
16490         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
16491         variables, also consider the .elc files, since the .el files are
16492         normally gzipped (subsequent code locates the .el.gz from the .elc).
16494         * calc/calc-prog.el (arglist): Define for compiler.
16496         * calendar/diary-lib.el (diary-display-function): Change the default to
16497         fancy display.
16498         (body): Define for compiler.
16500         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
16501         (byte-compile-file-form, byte-compile-lambda)
16502         (byte-compile-top-level-body, byte-compile-form)
16503         (byte-compile-variable-ref, byte-compile-setq)
16504         (byte-compile-setq-default, byte-compile-body)
16505         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
16506         (batch-byte-compile): Give some more local variables with common names
16507         a "bytecomp-" prefix to avoid masking warnings about free variables.
16509         * startup.el (command-line-1): Give local variables with common names a
16510         distinguishing prefix, so as not to hide free variable warnings during
16511         bootstrap.
16513         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
16514         clever and add a suffix to make a unique name, just let the user decide
16515         whether or not to overwrite it.  If the input is a directory, write the
16516         default filename to that directory.  (Bug#4388)
16517         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
16518         is a filename-as-a-directory.
16520 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16522         * textmodes/page.el (what-page): Don't move to beginning of line.
16523         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
16525 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
16527         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
16529 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
16531         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
16532         * help.el (help-for-help-internal): Add purecopy calls for text.
16534         * vc.el (top): print-log method now takes an optional SHORTLOG
16535         argument.  Add a new method: root.
16536         (vc-root-diff, vc-print-root-log): New functions.
16537         (vc-log-short-style): New variable.
16538         (vc-print-log-internal): Add support for showing short logs.
16540         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
16541         vc-print-root-log and vc-print-root-diff.
16543         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
16544         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
16545         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
16546         short logs.
16548         * vc-cvs.el (vc-cvs-print-log):
16549         * vc-mtn.el (vc-mtn-print-log):
16550         * vc-rcs.el (vc-rcs-print-log):
16551         * vc-sccs.el (vc-sccs-print-log):
16552         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
16553         that is ignored for now.
16555         * vc-mtn.el (vc-mtn-annotate-command):
16556         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
16558 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16560         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
16561         to function-key-map, and give them ascii-character property.
16562         * term/x-win.el (x-alternatives-map):
16563         * term/ns-win.el (ns-alternatives-map):
16564         * term/internal.el (msdos-key-remapping-map):
16565         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
16567 2009-09-14  Glenn Morris  <rgm@gnu.org>
16569         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
16570         temp-buffers (2009-09-12).
16572 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16574         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
16575         the new read-key function.
16577 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
16579         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
16580         is defined (Bug#4405).
16582 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
16584         * recentf.el (recentf-cleanup): Use a hash table to find
16585         duplicates (Bug#4407).
16587 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
16589         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
16590         kp-0 to ascii equivalents (Bug#4325).
16592 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
16594         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
16596         * eshell/em-hist.el:
16597         * eshell/em-dirs.el (eshell-complete-user-reference):
16598         Declare pcomplete functions and variables to avoid compiler warnings.
16600 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
16602         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
16603         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
16604         * eshell/em-alias.el (eshell-aliases-file):
16605         * eshell/em-hist.el (eshell-history-file-name):
16606         Use expand-file-name instead of concat to make file names (Bug#4308).
16608 2009-09-13  Glenn Morris  <rgm@gnu.org>
16610         * ediff-merg.el (ediff-do-merge):
16611         * filesets.el (filesets-run-cmd):
16612         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
16613         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
16614         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
16615         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
16616         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
16617         Replace empty `let's with `progn'.
16619 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16621         * mail/sendmail.el (send-mail-function):
16622         * tooltip.el (tooltip-mode):
16623         * simple.el (transient-mark-mode):
16624         * rfn-eshadow.el (file-name-shadow-mode):
16625         * frame.el (blink-cursor-mode):
16626         * font-core.el (global-font-lock-mode):
16627         * files.el (temporary-file-directory)
16628         (small-temporary-file-directory, auto-save-file-name-transforms):
16629         * epa-hook.el (auto-encryption-mode):
16630         * composite.el (global-auto-composition-mode):
16631         Use custom-initialize-delay.
16632         * startup.el (command-line): Don't explicitly call
16633         custom-reevaluate-setting for all the above vars.
16634         * custom.el (custom-initialize-safe-set)
16635         (custom-initialize-safe-default): Delete.
16637 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16639         * term/x-win.el (x-initialize-window-system):
16640         * term/w32-win.el (w32-initialize-window-system):
16641         * term/ns-win.el (ns-initialize-window-system): Don't call
16642         mouse-wheel-mode since it's enabled globally by default already.
16644         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
16645         actually define the variable, but only silences the byte-compiler.
16646         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
16647         before looking it up.
16648         (mouse-wheel-scroll-amount): Also reset the bindings if this value
16649         is changed.
16651 2009-09-12  Glenn Morris  <rgm@gnu.org>
16653         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
16654         1000.
16655         (elint-add-required-env): Don't beep on error.
16656         (elint-forms): In case of error, return ENV unchanged.
16657         (elint-init-env): Skip non-list forms.
16658         (elint-log): Handle unknown file positions.
16660 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
16662         * epg.el (epg-make-context): Add autoload cookie.
16663         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
16664         (epg-decrypt-string, epg-start-verify, epg-verify-file)
16665         (epg-verify-string, epg-start-sign, epg-sign-file)
16666         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
16667         (epg-encrypt-string, epg-start-export-keys)
16668         (epg-export-keys-to-file, epg-export-keys-to-string)
16669         (epg-start-import-keys, epg-import-keys-from-file)
16670         (epg-import-keys-from-string, epg-start-receive-keys)
16671         (epg-receive-keys, epg-import-keys-from-server)
16672         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
16673         (epg-sign-keys, epg-start-generate-key)
16674         (epg-generate-key-from-file, epg-generate-key-from-string):
16675         Remove autoload cookie.
16677 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
16679         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
16680         reevaluation of trash-directory.
16682         * mwheel.el: Fix last change.
16683         (mouse-wheel-mode): New defvar.
16684         (mouse-wheel-mode): Remove autoload cookie.
16686 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16688         * mwheel.el (mwheel-installed-bindings): New var.
16689         (mouse-wheel-mode): Use it, so as to make sure we really remove all
16690         the bindings we set last time.  Use custom-initialize-delay.
16691         * loadup.el: Load mwheel after term/*-win.el.
16692         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
16693         and mouse-wheel-up-event now that their first evaluation is done
16694         sufficiently late to be correct.
16696         * startup.el (tutorial-directory): Make it a defcustom.
16697         Use custom-initialize-delay rather than eval-at-startup to set it.
16698         * image.el (image-load-path): Make it a defcustom.
16699         Use custom-initialize-delay rather than eval-at-startup to set it.
16700         * subr.el (eval-at-startup): Remove.
16701         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
16703         * subr.el (do-after-load-evaluation): Warn the user after loading an
16704         obsolete package.
16706 2009-09-12  Glenn Morris  <rgm@gnu.org>
16708         * proced.el (proced-mark-alt): Remove alias.
16709         (proced-mode-map): Remove proced-mark-alt.
16711         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
16712         Elint file and directory.  Remove initialization entry.
16714         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
16715         commands.
16716         (elint-current-buffer): Set mode-line-process.
16717         (elint-init-env): Handle define-derived-mode.
16718         Fix declare-function with unspecified arglist.  Guard against odd
16719         defalias statements (eg iso-insert's 8859-1-map).
16720         (elint-add-required-env): Use a temp buffer.
16721         (elint-form): Just print the function/macro name, not the whole form.
16722         Return env unchanged if we fail to parse a macro.
16723         (elint-forms): Guard against parse errors.
16724         (elint-output): New function, to handle batch mode.
16725         (elint-log-message): Add optional argument.  Use elint-output.
16726         (elint-set-mode-line): New function.
16728 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
16730         * emacs-lisp/elp.el (elp-not-profilable): Add more
16731         functions (Bug#4233).
16733 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
16735         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
16736         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
16738 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
16740         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
16741         (gdb-var-list-children): Use json parsing.
16743 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
16745         * progmodes/js.el (js--proper-indentation): Handle the case where
16746         char-before is null.  Reported by Deniz Dogan.
16748 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
16750         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
16752 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
16754         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
16755         (epg-digest-algorithm-alist): Add SHA224.
16756         (epg-context-set-passphrase-callback)
16757         (epg-context-set-progress-callback): Add description about
16758         callback function.
16760 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16762         * custom.el (custom-delayed-init-variables): New var.
16763         (custom-initialize-delay): New function.
16764         * startup.el (command-line): "Re"evaluate all vars in
16765         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
16766         explicitly any more.
16767         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
16768         to avoid creating a ~/.emacs.d at build-time (bug#4347).
16770         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
16772 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
16774         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
16775         (gdb-var-update-handler): Use json parsing.
16777 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
16779         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
16780         decode annotated text, regardless of language environment.  (Bug#2741)
16782 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16784         * Makefile.in (autoloads): Make rmail.el writable as well.
16786 2009-09-11  Glenn Morris  <rgm@gnu.org>
16788         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
16789         loaddefs.el.
16790         * dired.el: Regenerate with extracted autoloads.
16791         * Makefile.in (autoloads): Make dired.el writable.
16793         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
16794         * ibuffer.el: Regenerate with extracted autoloads.
16795         * Makefile.in (autoloads): Make ibuffer.el writable.
16797         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
16798         * version.el (emacs-copyright, emacs-major-version)
16799         (emacs-minor-version): Reformat doc-strings for make-docfile.
16801         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
16802         functions and variables, since they must be stuff specific to some other
16803         platform.
16804         (apropos-print): Make mouse-click message less specific about button.
16806         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
16807         that records where a macro was defined.
16808         * help-fns.el (describe-function-1): Mention if a function has a
16809         compiler-macro.
16810         * help-mode.el (help-function-cmacro): New button.
16812         * locate.el (top-level): Always require dired.
16813         (locate-mode-map): Initialize inside the defvar.
16815         * net/ange-ftp.el (dired-compress-file): Declare.
16816         (ange-ftp-dired-compress-file): Add doc string.
16818         * term/ns-win.el (x-display-name, x-setup-function-keys):
16819         Unify doc-strings with X versions.
16821 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16823         * emulation/crisp.el (crisp-mode-map): Move initialization
16824         into declaration.
16825         (crisp-mode): Use define-minor-mode.
16827         * progmodes/xscheme.el (xscheme-evaluation-commands):
16828         Put a :advertised-binding property rather than using
16829         advertised-xscheme-send-previous-expression.
16830         (advertised-xscheme-send-previous-expression): Declare obsolete.
16831         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
16832         `advertised-undo'.
16833         (crisp-mode): Add corresponding bindings to
16834         undo's :advertised-binding instead.
16835         * dired.el (dired-mode-map): Put a :advertised-binding property rather
16836         than using dired-advertised-find-file.
16837         (dired-advertised-find-file):
16838         * simple.el (advertised-undo):
16839         * wid-edit.el (advertised-widget-backward): Declare obsolete.
16840         (widget-keymap): Put a :advertised-binding property rather
16841         than using advertised-widget-backward.
16842         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
16843         than using advertised-undo.
16844         * tutorial.el (tutorial--default-keys): Adjust accordingly.
16846 2009-09-10  Simon South  <ssouth@slowcomputing.org>
16848         * progmodes/delphi.el (delphi-tab): Indent region when Transient
16849         Mark mode is enabled and region is active; otherwise indent or
16850         insert TAB as usual.
16851         (delphi-mode): Update description of TAB-key binding.
16853 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16855         * subr.el (define-key-rebound-commands): Mark obsolete.
16856         * startup.el (precompute-menubar-bindings): Remove.
16857         (normal-top-level): Remove obsolete code that tried to precompute
16858         menubar bindings.
16859         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
16860         define-key-rebound-commands and precompute-menubar-bindings.
16862 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16864         * net/imap.el (imap-interactive-login): Better messages.
16865         (imap-open): Fix bug with renamed buffer on reconnect.
16866         (imap-authenticate): Add buffer-local imap-last-authenticator variable
16867         for easier debugging and cleaner code.  On successful (guessed based on
16868         server capabilities) secondary authentication, set imap-state
16869         correctly.
16870         (imap-last-authenticator): Define imap-last-authenticator as a variable
16871         to avoid warnings.
16873 2009-09-10  Glenn Morris  <rgm@gnu.org>
16875         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
16877         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
16878         (byte-compile-file-form-autoload): Don't warn about unknown functions
16879         where the autoload statement comes after the use.
16880         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
16881         that any handlers inside the body (eg require) are in turn respected.
16883         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
16884         effects.
16886         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
16887         and syntax and abbrev tables basic docs, if they don't have any.
16889         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
16891         * international/mule-cmds.el (top-level): Require cl when compiling.
16892         (view-hello-file): Use default-value rather than
16893         default-enable-multibyte-characters.
16895         * progmodes/fortran.el: Move all safe and risky properties into the
16896         defcustoms.
16898         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
16899         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
16900         * mail/undigest.el:
16901         Put autoloads in rmail.el rather than loaddefs.el.
16902         * mail/rmail.el: Regenerate with extracted autoloads.
16904         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
16905         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
16907 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
16909         Reported in thread for Bug#4375.
16910         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
16911         "-data-evaluate-expression" instead of print.
16912         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
16913         (gdb-tooltip-print): Parse output from above MI command.
16914         (gdb): Revert 2009-08-11 change.  User should detach inferior
16915         manually.
16917         Remove the word "separate" from IO functions as inferior
16918         output is now never displayed in the GUD buffer.
16920 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
16922         * startup.el (command-line-normalize-file-name): On Windows and
16923         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
16925 2009-09-10  Juri Linkov  <juri@jurta.org>
16927         * isearch.el (isearch-text-char-description): Propertize escape
16928         character sequences with the `escape-glyph' face.  (Bug#4344)
16930         * simple.el (shell-command): Set asynchronous process filter to
16931         `comint-output-filter'.  (Bug#4343)
16933         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
16934         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
16935         the list.  Move "asm" to the bottom.
16936         (grep-find-ignored-directories): Add `choice' with nil value
16937         to empty the list easily.
16938         (grep-find-ignored-files): New option.
16939         (grep-files-history): Set to nil by default instead of '("ch" "el").
16940         (grep-compute-defaults): Add "<X>" to `grep-template'.
16941         (grep-read-files): Bind new local variables `default-alias' and
16942         `default-extension'.  Use a list of default values for the file prompt.
16943         (lgrep): Add `--exclude=' command line options composed from
16944         `grep-find-ignored-files'.
16945         (rgrep): Add `-name' command line options composed from
16946         `grep-find-ignored-files'.  (Bug#4301)
16948 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16950         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
16951         (bug#4368).
16953 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16955         * calendar/time-date.el (autoload):
16956         Expand define-obsolete-function-alias into defalias and make-obsolete
16957         for old Emacsen that Gnus supports.
16958         (with-no-warnings): Define it for old Emacsen.
16959         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
16960         is available.
16961         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
16962         float-time is available; suppress compile warning for time-to-seconds.
16964 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
16966         * net/imap.el (imap-message-map): Docstring fix.
16968 2009-09-09  Glenn Morris  <rgm@gnu.org>
16970         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
16971         line numbers too.  (Bug#4374)
16973 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16975         * smerge-mode.el (smerge-remove-props, smerge-refine):
16976         Use with-silent-modifications (bug#4342).
16978         * subr.el (with-silent-modifications): New macro.
16980 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
16982         * files.el (top-level): Require `cl' when compiling.
16984 2009-09-07  Glenn Morris  <rgm@gnu.org>
16986         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
16988         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
16989         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
16991 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
16993         * vc-git.el (vc-git-annotate-command): Use separator to parse
16994         arguments correctly.
16996 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
16998         * proced.el (proced-mode): Doc fix.
17000 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
17002         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
17003         lstat fails.
17004         (tramp-do-file-attributes-with-ls): Check for file existence at
17005         remote end.
17006         (tramp-do-file-attributes-with-stat): Likewise.
17007         (tramp-convert-file-attributes): Return nil when attr is nil.
17009 2009-09-05  Glenn Morris  <rgm@gnu.org>
17011         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
17012         properties to this button.
17013         (diary-fancy-display): Don't extend the button to the final newline.
17014         (diary-fancy-display-mode): Continue to define "q" as a local key.
17016         * calendar/cal-china.el (holiday-chinese): Make it slightly more
17017         efficient.
17019         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
17021         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
17022         (byte-compile-dest-file-function): New option.
17023         (byte-compile-dest-file): Doc fix.
17024         Obey byte-compile-dest-file-function.
17025         (byte-compile-cl-file-p): New function.
17026         (byte-compile-eval): Only suppress noruntime warnings about cl functions
17027         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
17028         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
17029         than for file being previously loaded.
17030         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
17031         (byte-compile-file-form-require): Handle the case where requiring a file
17032         indirectly causes CL to be loaded.
17034 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
17036         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
17037         before killing the old buffer, since by the time `kill-buffer' is
17038         run so many buffer variables have been set to nil that it may not
17039         behave as expected.  (Bug#4061)
17041 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
17043         * files.el (find-alternate-file): If the old buffer is modified
17044         and visiting a file, behave similarly to `kill-buffer' when
17045         killing it, thus reverting to the pre-1.878 behavior; see
17046         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
17047         for discussion.  Also, consult `buffer-file-name' as a variable
17048         not as a function, for consistency with the rest of the code.
17050 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
17052         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
17053         also when adding a new directory.
17055         * net/tramp-compat.el (tramp-compat-line-beginning-position):
17056         New defun.
17058 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17060         * files.el (locate-file-completion-table): Make it provide boundary
17061         information, so partial-completion works better.
17063 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
17065         * mail/footnote.el (Footnote-text-under-cursor):
17066         Check footnote-text-marker-alist before using it (bug#4324).
17068 2009-09-04  Glenn Morris  <rgm@gnu.org>
17070         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
17071         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
17072         * play/solitaire.el, play/tetris.el:
17073         Remove leading * from defcustom and defface docs.
17075         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
17076         necessary.
17077         (diary-fancy-overriding-map): New variable.
17078         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
17079         Use view-mode.
17081         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
17082         goto-line.
17084 2009-09-03  Glenn Morris  <rgm@gnu.org>
17086         * arc-mode.el (archive-mode):
17087         * dos-fns.el (set-default-process-coding-system):
17088         * man.el (Man-getpage-in-background):
17089         * menu-bar.el (menu-bar-describe-menu):
17090         * server.el (server-process-filter):
17091         * startup.el (command-line):
17092         * tar-mode.el (tar-header-block-tokenize, tar-extract):
17093         * w32-fns.el (set-default-process-coding-system):
17094         * x-dnd.el (x-dnd-handle-file-name):
17095         * international/mule-cmds.el (mule-menu-keymap)
17096         (set-default-coding-systems, language-info-alist, set-language-info)
17097         (set-language-environment, standard-display-european-internal)
17098         (set-locale-environment):
17099         * international/mule-diag.el (mule-diag):
17100         * mail/emacsbug.el (report-emacs-bug):
17101         * mail/rmail.el (rmail-mode):
17102         * mail/sendmail.el (mail-setup):
17103         Use default-value rather than default-enable-multibyte-characters.
17105         * progmodes/f90.el: Move all safe properties into the defcustoms.
17106         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
17108         * calendar/appt.el (appt-check):
17109         * calendar/diary-lib.el (diary-set-header, diary-live-p)
17110         (diary-check-diary-file, diary-list-entries)
17111         (diary-include-other-diary-files, diary-simple-display)
17112         (diary-fancy-display, diary-print-entries)
17113         (diary-mark-included-diary-files, diary-make-entry):
17114         Don't call substitute-in-file-name on diary-file.
17116 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
17117             Stefan Monnier  <monnier@iro.umontreal.ca>
17119         * mail/footnote.el (footnote-prefix): Make it a defcustom.
17120         (footnote-mode-map): Move initialization into the declaration.
17121         (footnote-minor-mode-map): Define it rather than changing global-map.
17122         (footnote-mode): Use define-minor-mode.
17124 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
17126         * net/tramp.el (tramp-handle-file-attributes-with-ls)
17127         (tramp-do-file-attributes-with-perl)
17128         (tramp-do-file-attributes-with-stat): Rename from
17129         `tramp-handle-file-attributes-with-*'.
17130         (tramp-handle-file-attributes): Use them.
17131         (tramp-do-directory-files-and-attributes-with-perl)
17132         (tramp-do-directory-files-and-attributes-with-stat): Rename from
17133         `tramp-handle-directory-files-and-attributes-with-*'.
17134         (tramp-handle-directory-files-and-attributes): Use them.
17135         (tramp-method-out-of-band-p): Additional parameter SIZE.
17136         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
17137         (tramp-handle-write-region): Use it.
17138         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
17139         (tramp-handle-vc-registered): Check, whether the first run did
17140         return files to be tested.
17141         (tramp-advice-make-auto-save-file-name): Do not call directly
17142         `tramp-handle-make-auto-save-file-name', because this would bypass
17143         the locking mechanism.
17145         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
17146         (file-remote-p, process-file, start-file-process, set-file-times)
17147         (tramp-compat-file-attributes): Compatibility functions shall not
17148         call directly `tramp-handle-*', because this would bypass the
17149         locking mechanism.
17150         (tramp-compat-number-sequence): New defun.
17152 2009-09-02  Glenn Morris  <rgm@gnu.org>
17154         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
17155         alias for float-time.
17156         (time-to-number-of-days): In Emacs, use float-time.
17157         * net/newst-backend.el (time-add): Suppress warnings from compat
17158         function.
17159         * time.el (emacs-uptime, emacs-init-time):
17160         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
17161         Use float-time rather than time-to-seconds.
17163         * minibuffer.el (completion-initials-expand): Fix typo.
17165         * faces.el (modeline, modeline-inactive, modeline-highlight)
17166         (modeline-buffer-id):
17167         * info.el (info-menu-5): Mark these face aliases as obsolete.
17169 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
17171         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
17172         space ...
17173         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
17174         no "--thread" option.
17175         (gdb-stopped): Don't print "Switched to thread" message when it is
17176         unchanged.
17178 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17180         * minibuffer.el (completion-try-completion)
17181         (completion-all-completions): Remove ill-defined (and
17182         mistakenly installed and luckily never used nor documented)
17183         `completion-styles' property.
17184         (completion-initials-expand, completion-initials-all-completions)
17185         (completion-initials-try-completion): New functions.
17186         (completion-styles-alist): Add doc to each entry.
17187         Add new `initials' entry.
17189 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
17191         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
17192         MI command -var-evaluate-expression.
17193         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
17194         and tweak for case of string child.
17195         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
17197 2009-09-01  Glenn Morris  <rgm@gnu.org>
17199         * add-log.el (change-log-date-face, change-log-name-face)
17200         (change-log-email-face, change-log-file-face, change-log-list-face)
17201         (change-log-conditionals-face, change-log-function-face)
17202         (change-log-acknowledgement-face):
17203         * cus-edit.el (custom-invalid-face, custom-rogue-face)
17204         (custom-modified-face, custom-set-face, custom-changed-face)
17205         (custom-saved-face, custom-button-face, custom-button-pressed-face)
17206         (custom-documentation-face, custom-state-face, custom-comment-face)
17207         (custom-comment-tag-face, custom-variable-tag-face)
17208         (custom-variable-button-face, custom-face-tag-face)
17209         (custom-group-tag-face-1, custom-group-tag-face):
17210         * diff-mode.el (diff-header-face, diff-file-header-face)
17211         (diff-index-face, diff-hunk-header-face, diff-removed-face)
17212         (diff-added-face, diff-changed-face, diff-function-face)
17213         (diff-context-face, diff-nonexistent-face):
17214         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17215         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
17216         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17217         (Info-title-4-face):
17218         * isearch.el (isearch-lazy-highlight-face):
17219         * log-view.el (log-view-file-face, log-view-message-face):
17220         * paren.el (show-paren-match-face, show-paren-mismatch-face):
17221         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17222         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17223         (cvs-msg-face):
17224         * smerge-mode.el (smerge-mine-face, smerge-other-face)
17225         (smerge-base-face, smerge-markers-face):
17226         * wid-edit.el (widget-documentation-face, widget-button-face)
17227         (widget-field-face, widget-single-line-field-face)
17228         (widget-inactive-face, widget-button-pressed-face):
17229         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
17230         (woman-addition-face):
17231         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
17232         (eshell-ls-executable-face, eshell-ls-readonly-face)
17233         (eshell-ls-unreadable-face, eshell-ls-special-face)
17234         (eshell-ls-missing-face, eshell-ls-archive-face)
17235         (eshell-ls-backup-face, eshell-ls-product-face)
17236         (eshell-ls-clutter-face):
17237         * eshell/em-prompt.el (eshell-prompt-face):
17238         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
17239         * obsolete/old-whitespace.el (whitespace-highlight-face):
17240         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
17241         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
17242         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
17243         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
17244         (antlr-font-lock-literal-face):
17245         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17246         (ebrowse-root-class-face, ebrowse-file-name-face)
17247         (ebrowse-default-face, ebrowse-member-attribute-face)
17248         (ebrowse-member-class-face, ebrowse-progress-face):
17249         * progmodes/make-mode.el (makefile-space-face):
17250         * progmodes/sh-script.el (sh-heredoc-face):
17251         * textmodes/flyspell.el (flyspell-incorrect-face)
17252         (flyspell-duplicate-face):
17253         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
17254         * textmodes/texinfo.el (texinfo-heading-face):
17255         Mark face aliases with "-face" suffix as obsolete.
17257         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
17258         compiler.
17260         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
17261         (eudc-bob-sound-menu): Use defvar rather than defconst, since
17262         easy-menu-define wants to modify these.
17264         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
17266         * net/browse-url.el (browse-url-file-url):
17267         * term/internal.el (dos-codepage-setup):
17268         Use default-value rather than default-enable-multibyte-characters.
17270         * progmodes/etags.el (etags-goto-tag-location):
17271         * progmodes/flymake.el (flymake-highlight-line)
17272         (flymake-goto-file-and-line, flymake-goto-line):
17273         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
17274         (gdb-goto-breakpoint):
17275         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17276         * progmodes/python.el (python-find-function)
17277         (python-pdbtrack-track-stack-file):
17278         * progmodes/verilog-mode.el (verilog-surelint-off):
17279         * term/ns-win.el (ns-open-file-select-line):
17280         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
17281         Use forward-line rather than goto-line.
17283         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
17284         * textmodes/reftex-index.el (reftex-display-index):
17285         * textmodes/reftex-ref.el (reftex-offer-label-menu):
17286         * textmodes/reftex-toc.el (reftex-toc):
17287         Remove unnecessary bindings of default-major-mode (all are followed by
17288         major-mode check and possible mode switch).
17290 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
17292         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
17293         Handle watchpoints (bug#4282).
17294         (def-gdb-thread-buffer-command): Enable thread to be selected by
17295         clicking without selecting threads buffer first.
17296         (gdb-current-context-command): Use selected frame so that "up",
17297         "down" etc work in the GUD buffer.
17298         (gdb-update): Find selected frame before rendering stack buffer.
17299         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
17301 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17303         * progmodes/sym-comp.el (displayed-completions): Remove.
17304         (symbol-complete): Use minibuffer-complete.
17306 2009-08-31  Glenn Morris  <rgm@gnu.org>
17308         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
17310         * apropos.el (apropos-symbols-internal):
17311         Handle (obsolete) face aliases.
17313         * faces.el (describe-face): Adjust the output format to be more like
17314         describe-variable, and to mention (obsolete) face aliases.
17315         Adjust the whitespace so that help-setup-xref works.
17317         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
17318         * calendar/diary-lib.el (diary-button-face):
17319         Mark these face aliases as obsolete.
17321         * calendar/calendar.el (calendar-today): Doc fix.
17323 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
17325         * progmodes/gdb-mi.el (gdb-control-all-threads)
17326         (gdb-control-current-thread): Force tool bar update.
17327         (gdb-non-stop-handler): New function.
17328         (gdb-init-1): Use it to test if non-stop mode is supported.
17329         Remove unused gdbmi buffer type.
17331 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
17333         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
17334         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
17336 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
17338         * comint.el (comint-exec-1): Check command is non-null first.
17339         Part of gdb-mi.el change (2009-08-28).
17341 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17343         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
17345 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
17347         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
17348         instead of `dolist' to avoid a recursive require when bootstrapping.
17350 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17352         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
17354         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
17356         * net/imap.el (imap-send-command): Simplify.
17357         (imap-wait-for-tag): point-max -> buffer-size.
17359         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
17361         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
17362         with constant argument.
17364         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
17366         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
17368         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
17369         Change default, since most of our files don't have a history.
17370         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
17371         the user.
17373         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17374         Add comint-run.
17376         * calc/calc.el: Improve commenting convention.
17377         (calc-digit-map, toplevel): Simplify.
17379         * comint.el (comint-insert-input): Be careful to only set point if we
17380         don't delegate to some other command.
17382         * proced.el (proced-signal-list): Make it an alist.
17383         (proced-grammar-alist): Capitalize names.
17384         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
17385         Disable undo manually and make it read-only.
17386         Use completion-annotate-function.
17388         * minibuffer.el (minibuffer-message): If the current buffer is not
17389         a minibuffer, insert the message in the echo area rather than at the
17390         end of the buffer.
17391         (completion-annotate-function): New variable.
17392         (minibuffer-completion-help): Use it.
17393         (completion--embedded-envvar-table): Environment vars are
17394         always case-sensitive.
17396 2009-08-30  Glenn Morris  <rgm@gnu.org>
17398         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
17399         from fortran-current-defun.
17400         (fortran-beginning-of-subprogram): Be more precise about finding the
17401         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
17402         (fortran-end-of-subprogram): Simplify.
17403         (fortran-current-defun): Use fortran-start-prog-re.
17405 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
17407         * subr.el (do-after-load-evaluation): Simplify.
17409 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
17411         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
17413         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
17414         (vc-rcs-print-log): Use it.
17416         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
17418 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17420         * paths.el (abbrev-file-name): Move to abbrev.el.
17421         * abbrev.el (abbrev-file-name): Move from paths.el.
17422         Obey user-emacs-directory.
17423         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
17424         user-emacs-directory.
17425         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
17426         abbrev-file-name and calc-settings-file any more.
17427         * startup.el (command-line): Recompute abbrev-file-name and
17428         abbreviated-home-dir.
17429         (normal-no-mouse-startup-screen): Improve the generic code and get rid
17430         of the special code for when C-h bindings haven't been changed.
17431         (display-startup-echo-area-message): Use with-current-buffer.
17432         (command-line-1): Use a list of strings, rather than a list of lists
17433         of strings for longopts.
17435         * files.el (get-free-disk-space): Use / for default-directory.
17437         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
17438         Use with-current-buffer.
17440         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
17441         Recognize immutable variables like most-positive-fixnum.
17442         (byte-compile-setq-default): Check and warn if trying to assign
17443         to an immutable variable, or a non-variable.
17445         * progmodes/cc-vars.el (c-comment-continuation-stars):
17446         * progmodes/cc-engine.el (c-looking-at-bos):
17447         * progmodes/cc-cmds.el (c-toggle-auto-state)
17448         (c-forward-into-nomenclature, c-backward-into-nomenclature)
17449         (c-comment-line-break-function): Add version of obsolescence.
17451 2009-08-28  Juri Linkov  <juri@jurta.org>
17453         * files.el (magic-fallback-mode-alist): Add ZIP magic number
17454         associated with `archive-mode'.
17456         * image.el (image-type-header-regexps): Use only JPEG magic number
17457         to determine JPEG images, and don't use `image-jpeg-p' because
17458         Emacs can display non-JFIF non-Exif JPEG images.
17460 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
17462         * arc-mode.el (archive-mode):
17463         * emacs-lisp/re-builder.el (re-builder-unload-function):
17464         Protect against the default value of `major-mode' being nil.
17466 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
17468         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
17469         Fix typos in docstrings.
17471         * progmodes/js.el (js--macro-decl-re): Doc fix.
17472         (js--plain-method-re, js--split-name): Refloc docstring.
17473         (js--class-styles, js--make-merged-item, js--splice-into-items):
17474         Fix typos in docstrings; reflow docstrings.
17475         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
17476         (js--variable-decl-matcher, js--inside-pitem-p)
17477         (js--parse-state-at-point, js--get-all-known-symbols)
17478         (js--symbol-history, js-find-symbol, js--js-references)
17479         (js--moz-interactor, js--js-encode-value, js--read-tab):
17480         Fix typos in docstrings.
17482 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17484         * textmodes/reftex.el (reftex-get-file-buffer-force):
17485         * progmodes/verilog-mode.el (verilog-batch-execute-func):
17486         * emulation/viper.el (viper-go-away, viper-set-hooks):
17487         * emacs-lisp/re-builder.el (re-builder-unload-function):
17488         * emacs-lisp/bytecomp.el (byte-compile-file):
17489         * ses.el (ses-unload-function):
17490         * hexl.el (hexl-find-file):
17491         * files.el (normal-mode):
17492         * ehelp.el (with-electric-help):
17493         * autoinsert.el (auto-insert-alist):
17494         * arc-mode.el (archive-mode):
17495         Use (default-value 'major-mode) instead of default-major-mode.
17497         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
17498         * international/mule.el (load-with-code-conversion):
17499         * emacs-lisp/debug.el (debug):
17500         * ediff-vers.el (ediff-rcs-get-output-buffer):
17501         * dired.el (dired-internal-noselect): Don't let-bind
17502         default-major-mode around code that doesn't use it.
17503         E.g. buffer creation via get-buffer-create doesn't use it.
17505 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
17507         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
17508         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
17509         when writing the temp file.  Otherwise, epa-file gets confused.
17510         (tramp-register-file-name-handlers): Make it a defun.  Move also
17511         `epa-file-handler' to the front of `file-name-handler-alist'.
17513 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17515         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
17516         start right after a ^M.
17517         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
17518         (tramp-completion-file-name-regexp-separate)
17519         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
17520         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
17521         Don't modify last-coding-system-used by accident.
17522         (tramp-completion-file-name-handler): Apply the checks here,
17523         instead during registration.
17524         (tramp-register-file-name-handlers): Rename from
17525         `tramp-register-file-name-handler'.  Register both
17526         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
17527         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
17529 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
17531         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
17532         Remove variable ...
17533         (gdb-init-1, gdb-display-separate-io-buffer)
17534         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
17535         references to it.
17536         (gdb-inferior-io-mode): Use make-comint-in-buffer.
17537         (gdb-inferior-filter): Use comint-output-filter to stop
17538         echoing and remove ^M characters.
17540 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17542         * emulation/viper-init.el (viper-restore-cursor-type):
17543         * emulation/cua-base.el (cua--update-indications):
17544         Replace default-cursor-type with (default-value 'cursor-type).
17546         * mail/sendmail.el (mail-recover-1):
17547         * international/mule-diag.el (describe-current-coding-system-briefly)
17548         (describe-current-coding-system):
17549         * international/mule-cmds.el (select-safe-coding-system)
17550         (select-message-coding-system)
17551         (set-language-environment-coding-systems, set-locale-environment):
17552         * hexl.el (hexl-insert-multibyte-char):
17553         * dos-w32.el (find-buffer-file-type-coding-system):
17554         * simple.el (what-cursor-position):
17555         Replace uses of default-buffer-file-coding-system
17556         with (default-value 'buffer-file-coding-system).
17558         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
17559         Replace uses of default-cursor-in-non-selected-windows
17560         with (default-value 'cursor-in-non-selected-windows).
17561         Use with-current-buffer.
17563         * mail/feedmail.el: Use CL macros.
17564         (feedmail-run-the-queue, feedmail-send-it-immediately):
17565         * dos-w32.el (find-buffer-file-type): Replace uses of
17566         default-buffer-file-type with (default-value 'buffer-file-type).
17568 2009-08-28  Glenn Morris  <rgm@gnu.org>
17570         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
17571         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
17572         Use default-value of major-mode rather than default-major-mode.
17574 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17576         * Makefile.in (update-elcfiles): Report left over elc files.
17578         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
17579         expand-file-name and with-current-buffer.
17580         (mail-get-names, mail-directory): Use with-current-buffer.
17582         * vc.el (vc-read-revision): New function.
17583         (vc-version-diff, vc-merge): Use it.
17585 2009-08-27  Sam Steingold  <sds@gnu.org>
17587         * simple.el (kill-do-not-save-duplicates): New user option.
17588         (kill-new): When it is non-nil, and the new string is the same as
17589         the latest kill, set replace to t to avoid duplicates in kill-ring.
17591 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
17593         * net/tramp.el (tramp-handle-process-file): Do not flush all
17594         caches when `process-file-side-effects' is set.
17595         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17596         instead of `tramp-find-file-exists-command'.
17597         Unset `process-file-side-effects'.
17599 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
17601         * net/tramp.el (tramp-methods): New method "rsyncc".
17602         (top): Add completion function for "rsyncc".
17603         (tramp-message-show-message): New defvar.
17604         (tramp-message, tramp-error): Use it.
17605         (tramp-do-copy-or-rename-file-directly): Extend check for direct
17606         remote copying.
17607         (tramp-do-copy-or-rename-file-out-of-band): Handle new
17608         `tramp-methods' entry `copy-env' of "rsyncc".
17609         (tramp-vc-registered-read-file-names): New defconst.
17610         (tramp-vc-registered-file-names): New defvar.
17611         (tramp-handle-vc-registered): Implement optimization strategy.
17612         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
17613         (tramp-vc-file-name-handler): New defun.
17614         (tramp-get-ls-command, tramp-get-test-command)
17615         (tramp-get-file-exists-command, tramp-get-remote-ln)
17616         (tramp-get-remote-perl, tramp-get-remote-stat)
17617         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
17619         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
17620         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
17621         timestamps.
17622         (tramp-get-file-property): Check for timestamps in
17623         `tramp-cache-inhibit-cache'.
17624         (tramp-set-file-property): Write timestamp.
17626 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17628         * language/japan-util.el (japanese-symbol-table): Add entries for
17629         cp932-2-byte.
17631         * international/characters.el: Add category `j' to cp932-2-byte.
17633 2009-08-27  Kenichi Handa  <handa@m17n.org>
17635         * international/fontset.el (build-default-fontset-data): New macro.
17636         (setup-default-fontset): Use build-default-fontset-data for CJK,
17637         tibetan, ethiopic, and ipa.
17639 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17641         * cus-start.el (default-major-mode): Customize `major-mode' instead.
17642         (enable-multibyte-characters): Not customizable any more.
17644         * subr.el (default-mode-line-format, default-header-line-format)
17645         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
17646         (default-direction-reversed, default-truncate-lines)
17647         (default-left-margin, default-tab-width, default-case-fold-search)
17648         (default-left-margin-width, default-right-margin-width)
17649         (default-left-fringe-width, default-right-fringe-width)
17650         (default-fringes-outside-margins, default-scroll-bar-width)
17651         (default-vertical-scroll-bar, default-indicate-empty-lines)
17652         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
17653         (default-fringe-cursor-alist, default-scroll-up-aggressively)
17654         (default-scroll-down-aggressively, default-fill-column)
17655         (default-cursor-type, default-buffer-file-type)
17656         (default-cursor-in-non-selected-windows)
17657         (default-buffer-file-coding-system, default-major-mode)
17658         (default-enable-multibyte-characters): Mark as obsolete.
17660 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
17662         * vc-dir.el (vc-dir-update): Remove debug helper.
17664         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
17666 2009-08-26  Sam Steingold  <sds@gnu.org>
17668         * simple.el (save-interprogram-paste-before-kill): New user option.
17669         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
17670         save the interprogram-paste into kill-ring before overriding it
17671         with the Emacs kill.
17673 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
17675         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
17676         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
17677         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
17678         and move to vc-rcs.el.
17679         (vc-default-next-revision): Rename to vc-rcs-next-revision and
17680         move to vc-rcs.el.
17681         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
17682         (vc-rcs-update-changelog): Remove.
17683         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
17684         and move to vc-rcs.el.
17686         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
17687         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
17688         renaming.
17689         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
17690         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
17691         vc.el, renamed to be RCS specific.
17693         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
17694         New functions.
17695         (vc-cvs-update-changelog): Move here from vc.el.
17697         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
17698         New functions.
17700 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17702         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
17704 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
17706         * vc-git.el (vc-git-register): Use "git add" for directories.
17707         (vc-git-stash, vc-git-stash-show): New functions.
17708         (vc-git-extra-menu-map): Bind them.
17710         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
17711         directory correctly in case the item is a directory itself.
17713         * vc.el: Document the desired behavior for reverted files in the
17714         `added' state.
17715         (vc-default-prettify-state-info): Remove function, unused.
17717         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
17719 2009-08-26  Glenn Morris  <rgm@gnu.org>
17721         * bindings.el (standard-mode-line-format): Reposition dashes in
17722         which-func entry.  (Bug#4217)
17724         * files.el (enable-local-variables, enable-local-eval)
17725         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
17726         the defcustoms.
17727         (auto-mode-alist, ignored-local-variables)
17728         (save-some-buffers-action-alist): Move risky declarations to the
17729         definitions.
17730         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
17731         (font-lock-defaults, format-alist, imenu--index-alist)
17732         (imenu-generic-expression, input-method-alist, minor-mode-alist)
17733         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
17734         (mode-line-modified, mode-line-mule-info, mode-line-position)
17735         (mode-line-process, mode-line-remote, outline-level)
17736         (parse-time-rules, rmail-output-file-alist)
17737         (special-display-buffer-names, vc-mode):
17738         Move risky declarations to the relevant files.
17739         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
17740         (mode-line-modified, mode-line-process, mode-line-position)
17741         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
17742         * font-core.el (font-lock-defaults):
17743         * format.el (format-alist):
17744         * vc-hooks.el (vc-mode):
17745         * window.el (special-display-buffer-names):
17746         * international/mule-cmds.el (input-method-alist):
17747         Define riskiness here (dumped file) rather than in files.el.
17748         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
17749         * imenu.el (imenu-generic-expression, imenu--index-alist):
17750         * outline.el (outline-level):
17751         * time.el (display-time-string):
17752         * calendar/parse-time.el (parse-time-rules):
17753         * mail/rmailout.el (rmail-output-file-alist):
17754         Autoload riskiness here, rather than placing in files.el.
17756 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
17758         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
17760 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
17762         * simple.el (process-file-side-effects): New defvar.
17764         * dired-aux.el (dired-show-file-type):
17765         * vc.el (vc-diff-internal):
17766         * vc-arch.el (vc-arch-diff):
17767         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
17768         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
17769         * vc-git.el (vc-git-registered, vc-git-working-revision)
17770         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
17771         (vc-git--empty-db-p):
17772         * vc-hooks.el (vc-user-login-name):
17773         * vc-svn.el (vc-svn-registered, vc-svn-state)
17774         (vc-svn-dir-extra-headers, vc-svn-find-revision):
17775         * progmodes/grep.el (grep-probe): Let-bind
17776         `process-file-side-effects' with nil.
17778         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
17780         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
17781         daemon.  Replace ping by checking for running service for bluez
17782         and zeroconf.  (Bug#4239)
17784 2009-08-25  Kevin Ryde  <user42@zip.com.au>
17786         * net/dig.el (dig): Add autoload cookie.
17788 2009-08-25  Glenn Morris  <rgm@gnu.org>
17790         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
17791         load-history for absolute file-names.
17792         (byte-compile-file-form-require): Warn about use of the cl package.
17794         * format.el (format-alist): Doc fix.
17796         * play/bubbles.el (top-level): Don't require cl at run-time.
17798         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
17799         run-time cl).
17801 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
17803         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
17804         from cl package.
17805         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
17807 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
17809         * calc/calc-alg.el (math-trig-rewrite)
17810         (math-hyperbolic-trig-rewrite): New functions.
17811         (calc-simplify): Simplify trig functions when asked.
17813 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17815         * diff-mode.el (diff-find-source-location): Avoid goto-line.
17817 2009-08-24  Kenichi Handa  <handa@m17n.org>
17819         * language/ind-util.el (mapthread): Delete it.
17820         (combinatorial): New function.
17821         (indian--puthash-cv): Use combinatorial instead of mapthread.
17823 2009-08-22  Kevin Ryde  <user42@zip.com.au>
17825         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
17826         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
17827         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
17828         Clarify docstring that the value is strings not symbols.
17829         (checkdoc-list-of-strings-p): New function.
17831 2009-08-22  Glenn Morris  <rgm@gnu.org>
17833         * files.el (auto-mode-alist):
17834         * hippie-exp.el (he-concat-directory-file-name):
17835         * lpr.el (lpr-windows-system, printer-name):
17836         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
17837         * ps-print.el (ps-windows-system):
17838         * startup.el (command-line):
17839         * emulation/viper-ex.el (viper-glob-function):
17840         * international/mule-cmds.el (set-language-environment-coding-systems):
17841         * net/ange-ftp.el (ange-ftp-write-region):
17842         * obsolete/fast-lock.el (fast-lock-cache-name):
17843         Remove code for defunct system-types emx, macos, mswindows, next-mach,
17844         unisoft-unix, vax-vms, win32, w32.
17846         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
17847         given name if the pattern is not more specific.
17849         * calendar/lunar.el (lunar-phase-names): New option.
17850         (lunar-phase): Doc fix.
17851         (lunar-cycles-per-year): New constant.
17852         (lunar-index): New function.
17853         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
17854         (lunar-phase-name): Use lunar-phase-names.
17855         (calendar-lunar-phases): Use format.
17856         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
17858         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
17859         Copy imenu-example--name-and-position function here for own use.
17860         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
17862         * bs.el (bs--redisplay):
17863         * cus-edit.el (custom-redraw):
17864         * ibuffer.el (ibuffer-bury-buffer):
17865         * server.el (server-goto-line-column):
17866         * startup.el (command-line-1):
17867         * strokes.el (strokes-xpm-for-stroke):
17868         * term.el (term-display-buffer-line):
17869         * view.el (View-goto-line):
17870         * calc/calc.el (calc-do, calc-trail-buffer):
17871         * play/gamegrid.el (gamegrid-add-score-insecure):
17872         * progmodes/ada-mode.el (ada-compile-goto-error):
17873         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
17874         (ebrowse-select-1st-to-9nth):
17875         * progmodes/cperl-mode.el (cperl-time-fontification):
17876         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
17877         * progmodes/gud.el (gud-display-line):
17878         (idlwave-shell-display-line):
17879         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
17880         * progmodes/make-mode.el (makefile-browser-toggle):
17881         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
17882         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
17883         * textmodes/picture.el (picture-draw-rectangle):
17884         * textmodes/reftex-index.el (reftex-index-goto-letter):
17885         (reftex-select-jump-to-previous):
17886         * textmodes/reftex-sel.el (reftex-find-start-point)
17887         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
17888         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
17889         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
17890         * textmodes/tex-mode.el (tex-compilation-parse-errors):
17891         * textmodes/two-column.el (2C-associated-buffer):
17892         Use forward-line rather than goto-line.
17894         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
17895         goto-line.
17897         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
17898         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
17899         (quick-check-list-to-regexp): Declare.
17901         * progmodes/make-mode.el (makefile-browser-insert-selection):
17902         Use goto-char rather than goto-line.
17904         * progmodes/prolog.el (compilation-error-regexp-alist)
17905         (compilation-forget-errors): Declare.
17907 2009-08-22  Juri Linkov  <juri@jurta.org>
17909         * progmodes/grep.el (lgrep, rgrep): At the beginning
17910         set `dir' to `default-directory' unless `dir' is a non-nil
17911         readable directory.  (Bug#4052)
17912         (lgrep, rgrep): Change a weird way to report an error
17913         from using `read-string' to using `error'.
17914         Instead of using interactive arguments in the function body,
17915         add new argument `confirm'.
17917 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17919         * textmodes/remember.el (remember-buffer):
17920         * progmodes/cperl-mode.el (cperl-vc-header-alist):
17921         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
17922         (icalendar-extract-ical-from-buffer):
17923         * net/newst-treeview.el (newsticker-groups-filename):
17924         * net/newst-backend.el (newsticker-cache-filename):
17925         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
17926         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
17927         (speedbar-add-ignored-path-regexp, speedbar-line-path)
17928         (speedbar-buffers-line-path, speedbar-path-line)
17929         (speedbar-buffers-line-path):
17930         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
17931         (epg-sign-keys):
17932         * epa.el (epa-display-verify-result):
17933         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
17935 2009-08-21  Glenn Morris  <rgm@gnu.org>
17937         * progmodes/js.el (inferior-moz-process): Fix declaration.
17939         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
17941         * obsolete/rnewspost.el (news-mail-reply):
17942         Use goto-char rather than goto-line.
17944         * term/ns-win.el (ns-open-file-select-line):
17945         Use line-beginning-position rather than goto-line.
17947         * apropos.el (apropos-command):
17948         * ehelp.el (electric-helpify):
17949         * printing.el (pr-show-setup):
17950         * strokes.el (strokes-help):
17951         * tutorial.el (tutorial--describe-nonstandard-key)
17952         (tutorial--detailed-help):
17953         * woman.el (woman-mini-help, woman-display-extended-fonts):
17954         * calc/calc-help.el (calc-describe-key):
17955         * emulation/edt.el (edt-electric-helpify):
17956         * international/mule-diag.el (mule-diag):
17957         * play/yow.el (apropos-zippy):
17958         * progmodes/python.el (python-describe-symbol):
17959         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
17960         * textmodes/table.el (*table--cell-describe-mode)
17961         (*table--cell-describe-bindings):
17962         Use help-print-return-message rather than the now obsolete alias.
17964         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
17965         (calendar-cursor-to-visible-date):
17966         * play/5x5.el (5x5-position-cursor):
17967         * play/decipher.el (decipher):
17968         * play/gomoku.el (gomoku-goto-xy):
17969         * play/landmark.el (lm-goto-xy):
17970         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
17971         (mpuz-paint-digit):
17972         Use forward-line, not goto-line.
17974         * mail/rmail.el (rmail-obsolete): Delete custom group.
17975         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
17976         (rmail-remote-password, rmail-remote-password-required):
17977         Remove unneeded :set-after and :set properties.
17979 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
17981         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
17983 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
17985         * loadup.el: Remove leftover macos code.
17987         * vc-git.el (vc-git-annotate-command): Run asynchronously.
17988         Explicitly pass the date format to git blame so that user local
17989         so that the output format can be parsed.
17991 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
17993         * net/dbus.el (top): Don't check for (getenv
17994         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
17996 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
17998         * log-edit.el (log-edit-strip-single-file-name): New var.
17999         (log-edit-insert-changelog): Use it.  Bug#3571
18001 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18003         * subr.el (read-passwd): Use read-key so keypad keys work as well.
18004         Bug#3287
18006         * help.el (help-print-return-message): Rename from
18007         print-help-return-message.
18009         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
18010         cvs-mode-map parent hack.
18011         (log-view-mode): Derive from special-mode.
18013         * linum.el (linum-mode): window-size-change-functions is redundant.
18014         Adapt to new window-configuration-change-hook behavior.
18015         (linum-after-size, linum-after-config): Remove.
18017         * imenu.el (imenu-example--name-and-position)
18018         (imenu-example--lisp-extract-index-name)
18019         (imenu-example--create-lisp-index, imenu-example--create-c-index):
18020         Mark as obsolete.
18022         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
18023         (inferior-prolog-mode): Use it.
18024         (inferior-prolog-load-file): Reset list of errors.
18026 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18028         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
18030         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
18032 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
18034         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
18035         is running already.
18037 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18039         * subr.el (listify-key-sequence-1): Use normal syntax since those
18040         integers are nowadays always represented by the same (positive) number
18041         on all platforms.
18042         (read-key-empty-map): New const.
18043         (read-key-delay): New var.
18044         (read-key): New function.
18045         (force-mode-line-update): Use with-current-buffer.
18046         (locate-user-emacs-file): Don't forget to abbreviate the file name.
18047         (start-process-shell-command, start-file-process-shell-command):
18048         Discourage the use of command-args.
18050 2009-08-19  Glenn Morris  <rgm@gnu.org>
18052         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
18054 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18056         * simple.el (choose-completion-string): Don't rely on
18057         minibuffer-completing-file-name and ad-hoc checks to decide whether
18058         to continue completion or not.
18060         * minibuffer.el (minibuffer-hide-completions): New function.
18061         (completion--do-completion): Use it.
18062         (completions-annotations): New face.
18063         (completion--insert-strings): Use it.
18064         (completion-pcm--delim-wild-regex): Add docstring.
18065         (completion-pcm--string->pattern): Add support for 0-width delimiters
18066         in completion-pcm--delim-wild-regex.
18068 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18070         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
18071         Remove unused var `buffer-modified-p'.
18073         * minibuffer.el (completion--do-completion): Move point for the #b001
18074         case as well (bug#4176).
18075         (minibuffer-complete, minibuffer-complete-word): Don't move point.
18077 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
18079         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
18080         and :session buses.
18082 2009-08-18  Kenichi Handa  <handa@m17n.org>
18084         * international/ucs-normalize.el (ucs-normalize-version):
18085         Change to 1.1.
18086         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
18087         (utf-8-hfs): Make it perform normalization on encoding too.
18089         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
18090         (sentence-end-without-space): Delete duplicated chars.
18091         (sentence-end-base): Likewise.
18093         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
18094         (html-mode): Delete duplicated chars from sentence-end-base.
18096         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
18097         (texinfo-mode): Delete duplicated chars from sentence-end-base.
18099 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
18101         * files.el (hack-one-local-variable): If the mode function is for
18102         a minor mode, pass it an argument (Bug#4148).
18104 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
18106         * net/tramp.el (tramp-register-completion-file-name-handler):
18107         Check also for (member 'partial-completion completion-styles).
18109 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
18111         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
18112         abbrev (Bug#3943).
18114 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
18116         * progmodes/cperl-mode.el: Merge upstream 6.2.
18117         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
18118         (cperl-forward-re): Check cperl-brace-recursing.
18119         (cperl-highlight-charclass): New function.
18120         (cperl-find-pods-heres): Use it.
18121         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
18122         (cperl-beautify-regexp-piece): Fix column calculation.
18123         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
18124         (cperl-beautify-level): Don't process entire regexp.
18125         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
18126         calling man.
18127         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
18128         (cperl-init-faces): Build a list in the normal way.
18130 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
18132         * calendar/parse-time.el (parse-time-string-chars): Save match
18133         data.
18135 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18137         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
18138         (sql-product): Use it.
18139         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
18140         (sql-set-product): Add completion.
18141         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
18142         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
18143         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
18144         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
18145         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
18146         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
18147         (sql-highlight-db2-keywords): Remove.
18148         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
18149         (sql-highlight-product): Use derived-mode-p.
18150         (sql-set-sqli-buffer): Use with-current-buffer.
18151         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
18152         Simplify.
18154         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
18156         * term.el: Fix commenting convention, turn comments into docstrings.
18158 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
18160         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
18162 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
18164         * calendar/parse-time.el (parse-time-string-chars): Compute using
18165         character classes, to handle non-ascii characters (Bug#3190).
18167 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
18169         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
18170         another heredoc if the user adds another < (Bug#3226).
18172         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18173         Don't initialize based on window-system (Bug#4124).
18175         * facemenu.el (facemenu-read-color): Use a completion function
18176         that accepts any defined color, such as RGB triplets (Bug#3677).
18178         * files.el (get-free-disk-space): Change fallback default
18179         directory to /.  Expand DIR argument before switching to fallback.
18180         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
18182 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
18184         * files.el (load-library): Doc fix.
18186 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
18188         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
18189         (viper-if-string): Redefine C-s in the minibuffer to insert the last
18190         incremental search string.
18192         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
18193         XEmacs.
18195         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
18196         (ediff-merge-region-is-non-clash)
18197         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
18198         Also check if the job is really a merge job.
18200         * ediff.el (ediff-current-file): New function.
18202 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
18204         * progmodes/js.el: Edit docstrings throughout to follow Emacs
18205         conventions.
18206         (js-insert-and-indent): Delete function.
18207         (js-mode-map): Don't bind keys to js-insert-and-indent.
18208         (js-beginning-of-defun): Rename from js--beginning-of-defun.
18209         (js-end-of-defun): Rename from js--end-of-defun.
18210         (js-auto-indent-flag): Delete variable.
18212 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
18214         * progmodes/js.el: Remove proclaim statement.
18215         Defvar which-func-imenu-joiner-function to silence compiler.
18217         * files.el (auto-mode-alist): Use js-mode for .js files.
18219         * progmodes/js2-mode.el: Remove file.
18221         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
18223         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
18225         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
18227 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
18228             Karl Landstrom  <karl.landstrom@brgeight.se>
18230         * progmodes/js.el: New file.
18232 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
18234         * timezone.el (timezone-parse-date): Add ability to understand ISO
18235         basic format (minimal separators) dates in addition to the
18236         already-supported extended format dates.
18238 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
18240         * international/ucs-normalize.el: Add a `coding' file variable.
18242         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
18244 2009-08-14  Sam Steingold  <sds@gnu.org>
18246         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
18248 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
18250         * faces.el (help-argument-name): Define it here instead of
18251         help-fns.el, because in daemon mode help-fns.el may be loaded when
18252         faces are still uninitialized (Bug#1078).
18254         * help-fns.el (help-argument-name): Move defface to faces.el.
18256 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
18258         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
18259         create buffer with a pty but no process so that GDB can make the
18260         inferior the controlling process.
18262 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
18264         * international/ucs-normalize.el: New file.
18266 2009-08-13  Richard Stallman  <rms@gnu.org>
18268         * mail/rmail.el (rmail-get-attr-names):
18269         Accept an attribute header that is too short.
18271         * mail/rmail.el (rmail-forget-messages):
18272         Ignore nil elt in rmail-message-vector.  Use dotimes.
18274         * progmodes/compile.el (compilation-goto-locus):
18275         Use next-error-move-function.
18277         * simple.el (next-error-move-function): New variable.
18279 2009-08-12  Juri Linkov  <juri@jurta.org>
18281         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
18282         always non-nil.  (Bug#4052)
18284         * replace.el (read-regexp): Return empty string when
18285         `default-value' is nil.
18286         (keep-lines-read-args): Don't use empty string as the
18287         default value for `read-regexp'.  (Bug#2495)
18289 2009-08-12  Juri Linkov  <juri@jurta.org>
18291         * international/mule-cmds.el (ucs-insert): Change arguments
18292         from `arg' to `character', `count', `inherit' to be the same
18293         as in `insert-char'.  Doc fix.  (Bug#4039)
18295         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
18297 2009-08-12  Juri Linkov  <juri@jurta.org>
18299         * files-x.el: New file.
18301         * files.el: Move code that deals with adding/deleting
18302         file/directory-local variables to files-x.el.
18304         * Makefile.in (ELCFILES): Add files-x.elc.
18306 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
18308         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
18309         to use `goto-line'.
18310         (gdb-place-breakpoints, gdb-get-location): Rewritten without
18311         `goto-line'.
18312         (gdb-invalidate-disassembly): Do not refresh upon receiving
18313         'update signal.  Instead, update all disassembly buffers only after
18314         threads list.
18315         (gdb): Send -target-detach when buffer is killed (Bug#3794).
18316         (gdb-starting): Move -data-list-register-names...
18317         (gdb-stopped): ...here so it's sent when first thread stops.
18318         (gdb-registers-handler-custom): Do nothing if register names are
18319         unknown yet.
18321         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
18322         from `gdb-mi.el' to avoid extra tangling.
18324         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
18325         change which breaks `gud-def' definitions used in `gdb'.
18326         (gdb-update-gud-running): No extra fuss for updating frame number.
18328 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18330         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
18331         (describe-language-environment-map, setup-language-environment-map)
18332         (set-coding-system-map): Move initialization into declaration.
18333         (set-language-info-alist): Last arg to define-key-after can be skipped.
18335         * international/quail.el (quail-completion-1): Simplify.
18336         (quail-define-rules): Use slightly more compact code.
18337         (quail-insert-decode-map): Propertize keys, compact columns.
18339         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18340         Add goto-line.
18342 2009-08-10  Miles Bader  <miles@gnu.org>
18344         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
18345         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
18346         (js2-instance-member, js2-private-member, js2-private-function-call)
18347         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
18348         (js2-magic-paren, js2-external-variable):
18349         Remove "-face" suffix from face names.
18350         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
18351         (js2-highlight-undeclared-vars, js2-peek-token)
18352         (js2-parse-function-params, js2-mode-show-errors)
18353         (js2-mode-show-warnings, js2-make-magic-delimiter)
18354         (js2-mode-highlight-magic-parens): Update to use new face names.
18356 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
18358         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
18359         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
18361 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
18363         * subr.el: Provide hashtable-print-readable.
18365         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
18366         hs-c-like-adjust-block-beginning.
18367         (hs-hide-block-at-point): Stop hiding at the beginning of
18368         hs-block-end-regexp (Bug#700).
18370 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
18372         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
18373         a macro.
18374         (gdb-registers-handler-custom): Do not fail when register names
18375         are unavailable.
18377 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
18379         * progmodes/gdb-mi.el (gdb-control-all-threads)
18380         (gdb-control-current-thread): Interactive setters for
18381         `gdb-gud-control-all-threads' to use in menu.
18382         (gdb-show-run-p): Show «Go» when process is not active.
18383         (gud-tool-bar-map): Add non-stop/A,T indicator.
18384         Uses gud/thread.xpm and gud/all.xpm.
18386 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
18388         * net/net-utils.el (net-utils-font-lock-keywords): New var.
18389         (nslookup-font-lock-keywords): Make it a variable.
18390         (net-utils-mode): New mode for viewing diagnostic network output.
18391         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
18392         (net-utils-run-simple): New function.
18393         (ifconfig, iwconfig, netstat, arp, route): Use it.
18395 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
18397         * progmodes/gdb-mi.el (gdb-read-memory-custom)
18398         (gdb-memory-set-address, def-gdb-set-positive-number)
18399         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
18400         after changing settings.
18401         (gdb-invalidate-disassembly): Update when first shown.
18402         (gdb-edit-locals-value): Fixed.
18403         (gdb-registers-handler-custom): Print registers in right order and
18404         allow changing register values (only for current thread yet).
18405         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
18406         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
18407         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
18408         (gdb-locals-handler-custom, gdb-registers-handler-custom):
18409         Thread info in mode name.
18410         (gdb-registers-mode-map): TAB to switch to locals.
18412 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
18414         * mail/rmail.el (rmail-add-mbox-headers)
18415         (rmail-set-message-counters-counter): Search for
18416         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
18418 2009-08-08  Glenn Morris  <rgm@gnu.org>
18420         * Makefile.in (ELCFILES): Update.
18422 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
18424         * mail/sendmail.el (mail-yank-original):
18425         Set buffer-file-coding-system from the one used by the message whose
18426         text is yanked.
18428         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
18429         to "windows" when "pgnuplot" is used.
18430         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
18431         Don't call accept-process-output if "pgnuplot" is used.
18432         (calc-graph-init): Don't send -display and -geometry to
18433         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
18434         running "pgnuplot -V" with shell-command-to-string.
18436         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
18437         the default.
18439 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
18441         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
18442         org/org-latex.elc.
18444 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
18446         * vc-dispatcher.el (vc-resynch-window): Update comment.
18448         * term.el (term-handle-ansi-escape): Add comments with the
18449         terminfo capabilities implemented.
18451 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
18453         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
18454         (gdb-var-create-handler): Rewritten using JSON parser.
18455         (gdb-propertize-header): Move earlier.
18456         (gdb-set-header): Remove to avoid duplication.
18457         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
18458         Refresh disassembly buffers only after threads list have been
18459         update.
18460         (gdb-threads-header, gdb-registers-header): Per-buffer header line
18461         variables.
18463 2009-08-04  Juri Linkov  <juri@jurta.org>
18465         * files.el: Commands to add/delete file/directory-local variables.
18466         (read-file-local-variable, read-file-local-variable-value)
18467         (read-file-local-variable-mode, modify-file-local-variable)
18468         (modify-file-local-variable-prop-line)
18469         (modify-dir-local-variable): New functions.
18470         (add-file-local-variable, delete-file-local-variable)
18471         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
18472         (add-dir-local-variable, delete-dir-local-variable)
18473         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
18474         (copy-dir-locals-to-file-locals-prop-line): New commands.
18476 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
18478         * abbrev.el (insert-abbrev-table-description): Prettify output.
18479         Suggested by Karl Chen.
18481 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
18483         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
18484         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
18485         (gdb-overlay-arrow-position, gdb-thread-position)
18486         (gdb-disassembly-position): Declare variables.
18487         (gdb-wait-for-pending): Function now.
18488         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
18489         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
18490         compilation goes smoothly.
18491         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
18492         (gdb-non-stop-setting): New customization setting which replaces
18493         `gdb-non-stop' so changing it doesn't break active GDB session.
18494         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
18495         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
18496         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
18497         (gdb-show-threads-by-default): New customization options.
18498         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
18499         routines.
18500         (gdb-get-buffer-create): Send buffers update signal when they are
18501         created.
18502         (gdb-invalidate-locals, gdb-invalidate-registers)
18503         (gdb-invalidate-breakpoints)
18504         (gdb-invalidate-threads, gdb-invalidate-disassembly)
18505         (gdb-invalidate-memory): Accept update signal.
18506         (gdb-current-context-command): Use --frame option.
18507         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
18508         Implement `gdb-frame-number' selection logic.
18509         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
18510         whether to show GUD toolbar buttons.
18511         (gdb-thread-exited): Unselect current thread when it exits.
18512         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
18513         (gdb-mark-line): Routine which sets overlay arrow or inverses
18514         video on fringeless displays.
18515         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
18516         to build aligned columns of data in GDB buffers and set text
18517         properties line-by-line.
18518         (gdb-invalidate-breakpoints)
18519         (gdb-breakpoints-list-handler-custom)
18520         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
18521         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
18522         (gdb-registers-handler-custom): Align data columns.
18523         (gdb-locals-handler-custom): Now prints data like in variable
18524         declarations.
18525         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
18526         Remove confusing buttons.
18527         (gdb-invalidate-threads): Append --frame.
18528         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
18529         between breakpoints/threads buffers.
18530         (gdb-set-window-buffer): Now can ignore dedicated windows.
18531         (gdb-propertize-header): Use `gdb-set-window-buffer'.
18532         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
18533         (def-gdb-thread-buffer-gud-command): Replaces
18534         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
18535         for fine thread control.
18536         (gdb-preempt-existing-or-display-buffer): New function used to
18537         display bound buffers without breaking window layout.
18538         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
18539         (gdb-select-frame): New version of `gdb-frames-select' which now
18540         sets `gdb-frame-number' so commands may use --frame option instead
18541         of inner debugger state.
18542         (gdb-frame-handler): Do not set `gdb-frame-number'.
18543         (gdb-threads-mode-map): Select threads with mouse.
18545         * progmodes/gud.el (gdb-gud-context-call): Declare function to
18546         avoid compilation warning.
18547         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
18548         `gdb-show-stop-p`.
18550         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
18551         Argument `key' renamed to `buffer-type'.
18552         (gdb-current-context-buffer-name): Do not add thread info to
18553         buffer name when no thread is selected.
18554         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
18555         command (bug 3794).
18556         (gdb-thread-selected): Handle `=thread-selected' notification.
18557         (gdb-wait-for-pending): New macro to deal with congestion problems.
18558         (gdb-breakpoints-list-handler-custom): Don't fail on pending
18559         breakpoints.
18560         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
18561         This fixes problem similar to one described in bug 3947.
18562         (gud-menu-map): More menu items.
18563         (gdb-init-1): Reset `gdb-thread-number' to nil.
18565         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
18566         non-stop settings.
18568         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
18569         (gdb-current-context-command): Do not append --thread if
18570         `gdb-thread-number' is nil.
18571         (gdb-running-threads-count, gdb-stopped-threads-count):
18572         New variables.
18573         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
18574         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
18575         New customization options.
18576         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
18577         GUD commands.
18578         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
18579         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
18580         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
18581         set `gdb-thread-number' and update `gud-running' properly.
18582         (gdb-running): Update threads list when new threads appear.
18583         (gdb-stopped): Support non-stop operation and new thread switching
18584         logic.
18585         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
18586         (gdb-json-partial-output): New set of JSON routines.
18587         (def-gdb-auto-update-trigger): New `signal-list' optional
18588         argument.
18589         (gdb-thread-list-handler-custom): Update `gud-running',
18590         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
18591         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
18592         (gdb-continue-thread, gdb-step-thread): New commands for fine
18593         thread execution control.
18594         (gud-menu-map): New menu items to switch non-stop options.
18595         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
18596         (gdb-send): Mimic RET properly (bug 3794).
18598         * progmodes/gdb-mi.el (gdb-rules-name-maker)
18599         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
18600         gdb-buffer-rules.
18601         (def-gdb-auto-update-handler): New nopreserve optional argument.
18602         (gdb-stack-list-frames-custom): Print stack from top to bottom.
18604         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
18605         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
18606         (gdb-parent-mode): New mode to derive other GDB modes from.
18607         (gdb-display-disassembly-for-thread)
18608         (gdb-frame-disassembly-for-thread): New commands for threads
18609         buffer.
18611         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
18612         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
18613         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
18614         (gdb-update): We now store all GDB buffers in a list so that they
18615         can be updated by traversing a list instead of calling invalidate
18616         triggers explicitly.
18617         (def-gdb-trigger-and-handler): New macro to define trigger-handler
18618         pair for GDB buffer.
18619         (gdb-stack-buffer-name): Add thread information.
18620         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
18621         handle pending triggers.
18622         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
18623         (def-gdb-thread-buffer-simple-command)
18624         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
18625         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
18626         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
18627         New commands which show buffers bound to thread.
18628         (gdb-stack-list-locals-regexp): Remove unused regexp.
18630         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
18631         (gdb-locals-buffer-name, gdb-registers-buffer-name)
18632         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
18633         to (gud-comint-buffer) in *-buffer-name functions
18634         because (gdb-get-target-string) already does that.
18635         (gdb-locals-handler-custom, gdb-registers-handler-custom)
18636         (gdb-changed-registers-handler): Rewritten without regexps.
18638         * progmodes/gdb-mi.el: Basic thread selection support.
18639         (gdb-thread-number): New variable.
18640         (gdb-current-context-command): New macro which adds --thread
18641         option to command.
18642         (gdb-threads-mode-map): Select thread with SPC.
18643         (gdb-thread-list-handler-custom): Mark current thread with overlay
18644         arrow.  Synchronize GDB thread and Emacs thread.
18645         (gdb-select-thread): New command which selects current thread.
18646         (gdb-invalidate-frames, gdb-invalidate-locals)
18647         (gdb-invalidate-registers): Use --thread option.
18649 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
18651         * net/tramp.el (top): Make check for tramp-gvfs loading more
18652         robust.  (Bug#3977)
18653         (tramp-handle-insert-file-contents): `unwind-protect' must be
18654         inside `with-parsed-tramp-file-name'.
18656         * net/tramp-gvfs.el (top): Remove superfluous message when loading
18657         fails.
18659 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
18661         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
18662         directory if CLASSPATH is not set.
18664 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
18666         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
18667         New defconst.
18668         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
18670 2009-08-02  Kevin Ryde  <user42@zip.com.au>
18672         * net/newst-backend.el (newsticker--raw-url-list-defaults):
18673         Update freshmeat link.  Delete newsforge.com as it seems gone.
18675 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
18677         * select.el (x-set-selection): Doc fix (Bug#4021).
18679         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
18681         * help-fns.el (describe-variable): Treat list return values from
18682         dir-locals-find-file properly (Bug#4005).
18684 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
18686         * net/tramp.el (tramp-debug-message): Print also microseconds.
18688 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
18690         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
18691         or END is non-nil.
18692         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
18693         (tramp-get-debug-buffer): Change `outline-regexp' according to new
18694         format.
18696         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
18697         (tramp-get-file-property): Use it.
18699         * autorevert.el (auto-revert-handler):
18700         Allow `auto-revert-tail-mode' for remote files.
18702 2009-08-02  Jason Rumney  <jasonr@gnu.org>
18704         * minibuffer.el (read-file-name): Treat confirm options to
18705         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
18707 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
18709         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
18710         (font-lock-variable-name-face, font-lock-constant-face):
18711         Darken the colors for light backgrounds.
18713 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
18715         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
18716         month names.  (Bug#3987)
18718 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
18720         * simple.el (line-move-finish): Pass whole number to
18721         line-move-to-column.
18722         (line-move-visual): Perform hscroll to the recorded position.
18724 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
18726         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
18728 2009-07-29  Alan Mackenzie  <acm@muc.de>
18730         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
18732 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
18734         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
18735         (gdb-place-breakpoints): Use full path when setting breakpoints.
18737 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
18739         * calc/calc.el (calc-mode-map): Add keybinding for
18740         `calc-transpose-lines'.
18742 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
18744         * calc/calc-misc.el (calc-transpose-lines): New function.
18746 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
18748         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
18749         Simplify check for out-of-band methods.
18750         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
18751         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
18753 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
18755         * vc-git.el (vc-git-checkin): Fix typo.
18757 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
18759         * progmodes/js2-mode.el: New file.
18761 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
18763         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
18764         (gud-menu-map): Adjust tooltip accordingly.
18766 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
18768         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
18769         (vc-bzr-log-view-mode): Adjust log-view-file-re.
18771         * add-log.el (change-log-mode-map): Add a menu.
18773 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
18775         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
18776         function returns nil.
18777         (dbus-handle-event): Handle special return value :ignore.
18778         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
18780 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
18782         * view.el (view-mode-enable): Don't define Helper-return-blurb if
18783         it's not needed.
18785 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
18787         Fix Bug#3888:
18789         * w32-vars.el (x-select-enable-clipboard): Doc fix.
18791         * term/pc-win.el (x-display-name, x-colors)
18792         (x-select-enable-clipboard, x-select-text): Doc fix.
18794         * term/common-win.el (x-display-name, x-colors): Doc fix.
18796         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
18797         (xw-defined-colors): Doc fix.
18799         * w32-fns.el (x-select-text, x-setup-function-keys)
18800         (x-get-selection, x-set-selection): Doc fix.
18802         * term/x-win.el (x-select-text, x-setup-function-keys)
18803         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
18805         * select.el (x-set-selection): Doc fix.
18807 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
18809         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
18810         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
18811         "IsNSSSupportAvailable" method is not available.
18812         Reported by Steve Youngs <steve@sxemacs.org>.
18814 2009-07-24  Kenichi Handa  <handa@m17n.org>
18816         * international/characters.el: Fix setting of category ?C, ?|, ?K,
18817         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
18818         (build-unicode-category-table): Fix range checks.
18820 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
18822         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
18823         the buffer we try to sync is current when calling
18824         vc-resynch-buffer.
18826         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
18827         not show up to date files.
18829 2009-07-24  Glenn Morris  <rgm@gnu.org>
18831         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
18832         Add autoload cookies.  If necessary, initialize.
18833         (elint-log): Handle non-file buffers.
18834         (elint-initialize): Add optional argument to reinitialize.
18835         (elint-find-builtin-variables): Save excursion.
18837 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
18839         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
18840         for Lint.
18842 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
18844         * vc.el (vc-print-log-internal): New function, split out from ...
18845         (vc-print-log): ... here.
18846         (vc-dir-move-to-goal-column): Declare.
18848         * vc-git.el (vc-git-add-signoff): New variable.
18849         (vc-git-checkin): Use it.
18850         (vc-git-toggle-signoff): New function.
18851         (vc-git-extra-menu-map): Bind it to menu.
18852         (vc-git--run-command-string): Accept a nil FILE argument.
18853         (vc-git-stash-list): New function.
18854         (vc-git-dir-extra-headers): Use it.
18856 2009-07-23  Glenn Morris  <rgm@gnu.org>
18858         * help-fns.el (describe-variable): Describe ignored and risky local
18859         variables in a similar way to that in which we describe safe ones.
18861         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
18862         (byte-compile-output-file-form, byte-compile-output-docform)
18863         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
18864         Give some more local variables with common names a "bytecomp-" prefix,
18865         so as not to shadow things during compilation.
18866         * emacs-lisp/cl-macs.el (load-time-value)
18867         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
18868         `outbuffer' to `bytecomp-outbuffer'.
18870         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
18871         since the next two variables cover them automatically now.
18872         (elint-builtin-variables, elint-autoloaded-variables): New.
18873         (elint-unknown-builtin-args): Remove all members, since they can be
18874         parsed automatically now.
18875         (elint-extra-errors): New.
18876         (elint-env-add-env, elint-env-add-macro): Use cadr.
18877         (elint-current-buffer): Use or.  Change final message.
18878         (elint-get-top-forms): Use line-end-position.
18879         (elint-init-env): Use cadr.  Handle autoload, declare-function,
18880         and defalias.
18881         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
18882         (regexp-assoc): Remove unused function.
18883         (elint-top-form): Set elint-current-pos, to record the start of the
18884         top-level form, for compilation-mode.
18885         (elint-form): Trap errors in macro expansion.  Use dolist.
18886         (elint-unbound-variable): Use elint-builtin-variables and
18887         elint-autoloaded-variables.
18888         (elint-get-args): Use cadr, or.
18889         (elint-check-cond-form): Use dolist, cadr.
18890         (elint-check-condition-case-form): Doc fix.  Use cadr.
18891         Use elint-extra-errors.
18892         (elint-log): New function.
18893         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
18894         Distinguish errors and warnings.
18895         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
18896         Use a bytecomp-style format.
18897         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
18898         (elint-get-log-buffer): Use compilation mode.  Disable undo.
18899         Don't truncate lines.
18900         (elint-initialize): Set builtin and autoloaded variable lists.
18901         Only process elint-unknown-builtin-args if non-nil.
18902         (elint-find-builtin-variables, elint-find-autoloaded-variables):
18903         New functions.
18904         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
18906 2009-07-22  Kevin Ryde  <user42@zip.com.au>
18908         * net/newst-backend.el (newsticker--parse-atom-1.0)
18909         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18910         (newsticker--parse-rss-1.0):
18911         * progmodes/idlwave.el (idlwave-mode):
18912         * progmodes/idlw-shell.el (idlwave-shell-mode):
18913         * progmodes/vera-mode.el (vera-mode):
18914         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
18915         * progmodes/vhdl-mode.el (vhdl-mode):
18916         * textmodes/table.el (table-generate-source)
18917         (table--warn-incompatibility):
18918         Hyperlink urls in docstrings with URL `...'.
18920 2009-07-22  Glenn Morris  <rgm@gnu.org>
18922         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
18923         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
18924         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
18925         Remove leading * from defcustom docs.
18927         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
18929         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
18930         defcustom doc.
18931         (list-load-path-shadows): Optionally, just return shadows as a string.
18933         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
18935 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
18937         * mail/rmailedit.el (rmail-edit-mode):
18938         Use auto-save-include-big-deletions.
18940         * mail/rmail.el (rmail-variables):
18941         Use auto-save-include-big-deletions.
18943         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
18944         changes.
18946 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
18948         * calc/calc.el (calc-undo-length): New variable.
18949         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
18951 2009-07-21  Richard Stallman  <rms@gnu.org>
18953         * files.el (auto-save-mode): Handle buffer-save-size = -2
18954         for toggling mode.
18956 2009-07-21  Glenn Morris  <rgm@gnu.org>
18958         * textmodes/ispell.el (ispell-looking-back): Update declaration.
18960         * calendar/todo-mode.el (calendar-current-date): Update declaration.
18962         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
18963         silence compiler.  Instead...
18964         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
18965         (ps-print-ensure-fontified): Update for above function name changes.
18967         * printing.el (pr-mh-get-msg-num, pr-mh-show)
18968         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
18969         silence compiler.  Instead...
18970         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
18971         (mh-show-buffer): Only define for compiler.
18972         (pr-mh-current-message): Update for above function name changes.
18974         * files.el (abort-if-file-too-large): Explicitly pass `filename'
18975         as an argument.
18976         (find-file-noselect, insert-file-1): Update for above change.
18978         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
18980         * mail/mailclient.el (mailclient-send-it): Fix message.
18982         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
18983         (edebug-eval): Check cl-debug-env is bound.
18984         (print-level, print-circle): Don't redefine built-in variables.
18986         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
18987         (custom-print-vectors): Remove old comments from doc.
18989         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
18990         (emerge-version): Make the variable an obsolete alias for the
18991         emacs-version variable.  Make the function obsolete.
18992         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
18993         Emerge options, rather than merging in into the main Options menu.
18994         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
18995         and auto advance modes.  Disable edit/fast items when not relevant.
18997 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
18999         * term/vt420.el (terminal-init-vt420): Fix typo.
19001 2009-07-20  Sam Steingold  <sds@gnu.org>
19003         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
19004         variable (removed from compile.el on 2004-03-11).
19006 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
19008         * files.el (hack-local-variables-filter): Fix last change.
19010 2009-07-19  Juri Linkov  <juri@jurta.org>
19012         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
19013         (dir-local-variables-alist): New buffer-local variable.
19014         (hack-local-variables-filter): If variable is not dir-local,
19015         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
19016         because file-local overrides dir-local.
19017         (c-postprocess-file-styles) <declare-function>:
19018         Remove obsolete declaration.
19019         (hack-dir-local-variables): Add dir-local variable/value pair to
19020         `dir-local-variables-alist' and remove duplicates.  Doc fix.
19022         * help-fns.el (describe-variable): Add information about
19023         file-local and dir-local variables.
19025 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
19027         * files.el (hack-local-variables-filter): Rewrite.
19029 2009-07-19  Glenn Morris  <rgm@gnu.org>
19031         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
19032         Silence compiler by only defining on XEmacs.
19034         * international/mule.el (auto-coding-regexp-alist): Only match
19035         BABYL... at the start of buffer, not of lines.  (Bug#3790)
19037         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
19038         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
19039         (cal-menu-context-mouse-menu): Doc fix.
19041         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
19043         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
19045 2009-07-18  Juri Linkov  <juri@jurta.org>
19047         * info.el: Virtual Info keyword finder.
19048         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
19049         (Info-finder-file): New variable.
19050         (Info-finder-find-file): New function.
19051         (finder-known-keywords, finder-package-info)
19052         (find-library-name, lm-commentary): Use defvar and
19053         declare-function to silence compiler warnings.
19054         (Info-finder-find-node): New function.
19055         (info-finder): New command.
19057         * subr.el (process-kill-buffer-query-function): New function.
19058         (add-hook)<kill-buffer-query-functions>: Add hook
19059         `process-kill-buffer-query-function'.
19061 2009-07-18  Alan Mackenzie  <acm@muc.de>
19063         * progmodes/cc-mode.el (c-before-hack-hook)
19064         (c-postprocess-file-styles): Give invocation of `c-set-style'
19065         DONT-OVERRIDE parameter of t.  Already set style variables will
19066         thus not be overridden by style settings given by `c-file-syle'.
19068         * files.el (hack-local-variables-filter): Remove entries with
19069         duplicate keys from `file-local-variables-alist'.
19071 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
19073         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
19074         x-set-selection if display-selections-p returns nil for the
19075         current frame.
19077 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
19079         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
19081 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
19083         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
19084         Accept nil in addition to a regexp.
19085         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
19086         Accept nil in addition to a regexp.
19087         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
19088         buffers that have an associated file.  Handle nil values of
19089         desktop-buffers-not-to-save and desktop-files-not-to-save.
19090         (Bug#3833)
19092         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
19093         (x-disown-selection-internal): New functions.
19095 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
19097         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
19098         warning.
19099         (gdb-breakpoints-header): Move forward to avoid compiler warning.
19100         (gdb-make-header-line-mouse-map): Remove duplicate definition.
19102 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
19104         * simple.el (set-mark): Revert last change.
19106 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
19108         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
19109         rendering of pngs is not possible instead of messaging a long
19110         description.
19112 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
19114         * w32-fns.el (x-selection-owner-p): New function.
19116         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
19117         (mouse-yank-at-click, mouse-yank-primary):
19118         If select-active-regions is non-nil, deactivate the mark before
19119         insertion.
19121         * simple.el (deactivate-mark, set-mark): Only save selection if we
19122         own it.
19124 2009-07-17  Kenichi Handa  <handa@m17n.org>
19126         * case-table.el (describe-buffer-case-table): Fix for the case
19127         that KEY is a cons.
19129 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
19131         * vc-rcs.el (vc-rcs-find-file-hook):
19132         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
19134 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
19136         * net/tramp.el (tramp-wait-for-output): Handle the case when
19137         commands do not return a newline but a null byte before the shell
19138         prompt.  (Bug#3858)
19140 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19142         * term/ns-win.el (ns-set-alpha): Don't declare.
19143         (ns-set-background-alpha): Remove function.
19145 2009-07-16  Kevin Ryde  <user42@zip.com.au>
19147         * emacs-lisp/copyright.el (copyright-update): Save match-data across
19148         y-or-n-p, for safety.
19150 2009-07-16  Richard Stallman  <rms@gnu.org>
19152         * files.el (auto-save-mode): If buffer-saved-size is -2,
19153         don't clobber it.
19155         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
19156         (rmail-retry-ignored-headers): Add more uninteresting fields.
19158 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
19160         * net/rcirc.el (rcirc): Use history variables.
19161         (rcirc-server-name-history, rcirc-nick-name-history)
19162         (rcirc-server-port-history): New variables.
19164 2009-07-15  Kenichi Handa  <handa@m17n.org>
19166         * international/mule-cmds.el (set-language-environment-charset):
19167         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
19168         ignore them.
19170         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
19171         Delete unibyte-display.
19173 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
19175         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
19177 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
19179         * simple.el (deactivate-mark): Optional argument FORCE.
19180         (set-mark): Use deactivate-mark.
19182         * info.el (Info-search): No need to check transient-mark-mode
19183         before calling deactivate-mark.
19185         * select.el (x-set-selection): Doc fix.
19186         (x-valid-simple-selection-p): Allow buffer values.
19187         (xselect--selection-bounds): Handle buffer values.
19188         Suggested by David De La Harpe Golden.
19190         * mouse.el (mouse-set-region, mouse-drag-track):
19191         Call copy-region-as-kill before setting the mark, to let
19192         select-active-regions work.
19194 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
19196         * simple.el (deactivate-mark): If select-active-regions is
19197         non-nil, copy the selection data into a string.
19198         (activate-mark): If select-active-regions is non-nil, set the
19199         selection to the current buffer.
19200         (set-mark): Update selection if select-active-regions is non-nil.
19202         * select.el (x-valid-simple-selection-p): Allow buffer values.
19204 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19206         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
19207         and more featureful message-mode.
19209 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
19211         * select.el (x-set-selection): Doc fix.
19212         (x-valid-simple-selection-p): Disallow selection data consisting
19213         of a list or cons of integers, since that is not used.
19214         (xselect--selection-bounds, xselect--int-to-cons): New functions.
19215         (xselect-convert-to-string, xselect-convert-to-length)
19216         (xselect-convert-to-filename, xselect-convert-to-charpos)
19217         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
19219 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
19221         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
19222         output in -break-info command (Emacs bug #3794).
19224 2009-07-14  Glenn Morris  <rgm@gnu.org>
19226         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
19227         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
19228         (edebug-print-length, edebug-print-level, edebug-print-circle)
19229         (edebug-sit-for-seconds, edebug-view-outside)
19230         (edebug-bounce-point, edebug-set-global-break-condition)
19231         (edebug-Go-nonstop-mode, edebug-trace-mode)
19232         (edebug-Trace-fast-mode, edebug-continue-mode)
19233         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
19234         (edebug-visit-eval-list): Doc fixes.
19236         * subr.el (def-edebug-spec): Doc fix.
19238 2009-07-14  Kenichi Handa  <handa@m17n.org>
19240         * international/characters.el: Fix setting of category ?C.
19242 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
19244         * term/ns-win.el (x-select-font): defalias x-select-font to
19245         ns-popup-font-panel instead of generate-fontset-menu.
19247 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
19249         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
19251 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
19253         * arc-mode.el (archive-find-type): Allow for a PK00 string before
19254         the PK\003\004 header (Bug#3770).
19256 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
19258         * pcomplete.el (pcomplete-comint-setup): Check for
19259         shell-dynamic-complete-filename too.
19261 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
19263         * simple.el (temporary-goal-column): Change the value for
19264         line-move-visual to a cons cell.
19265         (line-move-visual): Record or set the window hscroll, if
19266         necessary (Bug#3494).
19267         (line-move-1): Handle cons value of temporary-goal-column.
19269 2009-07-11  Kenichi Handa  <handa@m17n.org>
19271         * international/mule-diag.el (describe-character-set): Don't show
19272         width.
19274 2009-07-10  Sam Steingold  <sds@gnu.org>
19276         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19277         Omake sometimes indents the errors it prints, so allow all
19278         regexps to start with spaces.
19280 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
19282         * cus-edit.el (customize-changed-options-previous-release):
19283         Bump value to 22.1.  (Bug#3804)
19285 2009-07-08  Sam Steingold  <sds@gnu.org>
19287         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
19288         to be a cons cell (test . ignored-directory) to selectively ignore
19289         some directories depending on the location of the search.
19291 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
19293         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
19294         remote user is root, on the local host.
19295         (tramp-local-host-p): Either the local user or the remote user
19296         must be root.  (Bug#3771)
19298 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
19300         * progmodes/gdb-mi.el (gdb): Remove description of
19301         gdb-use-separate-io-buffer.
19302         (menu): Don't allow toggling of or enable
19303         gdb-use-separate-io-buffer from menubar.
19305 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
19307         * mail/unrmail.el (unrmail): Make sure the message ends with two
19308         newlines (Bug#3769).
19310 2009-07-08  Glenn Morris  <rgm@gnu.org>
19312         * calendar/calendar.el (calendar-current-date): Rework previous change.
19314 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
19316         * calendar/calendar.el (calendar-current-date):
19317         Add an optional argument giving an offset from today.
19319 2009-07-08  Glenn Morris  <rgm@gnu.org>
19321         * tutorial.el (tutorial--describe-nonstandard-key):
19322         Adjust the message for when a key has been unbound.
19323         (help-with-tutorial): Hide the arch-tag.
19325 2009-07-08  Kenichi Handa  <handa@m17n.org>
19327         * international/fontset.el (setup-default-fontset): For each
19328         script, append (not set) font-specs.
19330         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
19331         docstring.
19333 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
19335         * progmodes/gdb-mi.el (gdb-init-1): Move sending
19336         -data-list-register-names to ...
19337         (gdb-starting): ... here because GDB 7.0 requires execution to
19338         have started when using this MI command.
19339         (gdb-set-header): New function to distinguish select and
19340         unselected tabs in gdb buffers.
19341         (gdb-propertize-header): New macro that uses gdb-set-header.
19342         (gdb-breakpoints-header, gdb-locals-header): Use it.
19343         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
19345 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
19347         * Makefile.in (ELCFILES): Remove fadr.elc.
19349 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
19351         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
19352         may contain frame information, so `string-match' should be used.
19353         (gdb-update): Disassembly is invalidated through
19354         `gdb-get-selected-frame'.
19355         (gdb-pad-string): New function to pad string with spaces.
19356         (gdb-invalidate-disassembly): Invalidate only if the buffer
19357         exists.
19358         (gdb-disassembly-handler-custom): Column alignment.
19359         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
19360         placing new ones.
19361         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
19362         end of line, too.
19363         (gdb-frame-handler): Match convention to for disassembly buffer
19364         mode name.
19365         (gdb-stack-list-frames-handler): Rewritten without regexps.
19366         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
19367         not highlight breakpoints without line information.
19368         (gdb-input): Add trailing newline to command.
19370         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
19371         buffer properly.
19372         (gdb-breakpoints-list-handler-custom): Replacement for
19373         `gdb-break-list-handler'.  Using real parser instead of regexps
19374         now.
19375         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
19376         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
19377         to place breakpoints.
19378         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
19379         functions.
19380         (gdb-disassembly-handler-custom): Show overlay arrow.
19381         (gdb-disassembly-place-breakpoints): Show breakpoints in
19382         disassembly buffer.
19383         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
19384         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
19385         instead of parsing breakpoints buffer.  Fixed old menu references
19386         in `gud-menu-map'.
19388         * fadr.el: Remove.
19390         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
19391         (gdb-memory-address): New variable which holds top address of
19392         memory page shown in memory buffer.
19393         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
19394         New customization variables.
19395         New functions:
19396         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
19397         display the memory buffer.
19398         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
19399         buffer display parameters.
19400         (def-gdb-memory-format, gdb-memory-format-binary)
19401         (gdb-memory-format-octal, gdb-memory-format-unsigned)
19402         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
19403         Functions for setting memory buffer format.
19404         (gdb-memory-unit-word, gdb-memory-unit-halfword)
19405         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
19406         unit size used in memory buffer.
19407         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
19408         Switch to next/previous page of memory buffer.
19409         Now using (bindat-get-field) instead of fadr functions.
19411 2009-07-07  Sam Steingold  <sds@gnu.org>
19413         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
19414         non-top-level files.
19416 2009-07-07  Kenichi Handa  <handa@m17n.org>
19418         * international/mule-cmds.el (reset-language-environment):
19419         Put the highset priority to the charset iso-8859-1.
19421 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
19423         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
19424         to the end of the line when locating the block (Bug#700).
19426 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
19428         * net/tramp.el (tramp-handle-write-region): Flush file properties
19429         in case of short track.
19431 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
19433         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
19434         Coded custom representation of verilog error regular expressions
19435         to work with Emacs-22's new format.
19436         (verilog-error-regexp-xemacs-alist): Coded custom representation
19437         of verilog error regular expressions to work with XEmacs format.
19438         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
19439         error recognition into XEmacs.
19440         (verilog-error-regexp-add-emacs): Hook routine to install verilog
19441         error recognition into Emacs-22.
19443 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
19445         * woman.el: Remove stand-alone closing parentheses.
19446         (woman-file-name, woman2-format-paragraphs)
19447         (woman-leave-blank-lines): Code cleanup.
19448         (woman-use-own-frame): Change default to nil.
19449         (woman-italic, woman-bold, woman-unknown, woman-addition):
19450         Change defaults to inherit from default faces.
19451         (woman2-process-escapes): Consume the newline after a stand-alone
19452         filler character (Bug#3651).
19454 2009-07-06  Glenn Morris  <rgm@gnu.org>
19456         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
19457         (top-level): Move provide to the end.
19458         (ffap): Remove defunct URL from custom group.
19460         * subr.el (eval-after-load): Doc fix.
19462 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
19464         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
19465         `calc-embedded-word' is called twice.
19467 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19469         * files.el (find-alternate-file-other-window, find-alternate-file):
19470         Obey confirm-nonexistent-file-or-buffer.
19472 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
19474         * dired-aux.el (dired-show-file-type): Handle remote files.
19476 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
19478         * desktop.el (desktop-globals-to-save):
19479         Add file-name-history (Bug#2750).
19481 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
19483         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
19485 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
19487         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
19488         property on entire argument since this is what eshell-lisp-command
19489         expects.
19491 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
19493         * net/tramp-gvfs.el (tramp-gvfs-methods)
19494         (tramp-gvfs-zeroconf-domain)
19495         (tramp-bluez-discover-devices-timeout): Add version flag.
19496         (tramp-gvfs-handler-mounted-unmounted)
19497         (tramp-gvfs-connection-mounted-p): Polish handling of
19498         incompatibilities between GVFS 0.2 and 1.0.
19500 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
19502         * cus-start.el (all): Add make-pointer-invisible.
19504 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
19506         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
19507         formatted correctly.
19509 2009-07-02  Juri Linkov  <juri@jurta.org>
19511         * info.el: Virtual Info files and nodes.
19512         (Info-virtual-files, Info-virtual-nodes): New variables.
19513         (Info-current-node-virtual): New variable.
19514         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
19515         New functions.
19516         (Info-file-supports-index-cookies): Use Info-virtual-file-p
19517         to check for a virtual file instead of checking a fixed list
19518         of node names.
19519         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
19520         instead of ad-hoc processing of "dir" and (apropos history toc).
19521         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
19522         instead of ad-hoc processing of "dir" and (apropos history toc).
19523         Reread a file when moving from a virtual node.
19524         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
19525         (Info-directory-toc-nodes, Info-directory-find-file)
19526         (Info-directory-find-node): New functions.
19527         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
19528         (Info-history): Move part of code to
19529         `Info-history-find-node'.
19530         (Info-history-toc-nodes, Info-history-find-file)
19531         (Info-history-find-node): New functions.
19532         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
19533         (Info-toc): Move part of code to `Info-toc-find-node'.
19534         (Info-toc-find-node): New function.
19535         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
19536         the current Info file name to references because now the node
19537         "*TOC*" belongs to the same Info manual.
19538         (Info-toc-build): Rename from `Info-build-toc'.
19539         (Info-toc-nodes): Rename input argument `file' to `filename'.
19540         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
19541         instead of ad-hoc processing of ("dir" apropos history toc).
19542         (Info-index-nodes): Use Info-virtual-file-p
19543         to check for a virtual file instead of checking a fixed list
19544         of node names.
19545         (Info-index-node): Add check for `Info-current-node-virtual'.
19546         Raise `save-match-data' higher up the tree to contain
19547         `search-forward' too (bug fix).
19548         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
19549         (Info-virtual-index-nodes): New variable.
19550         (Info-virtual-index-find-node, Info-virtual-index): New functions.
19551         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
19552         (Info-apropos-file, Info-apropos-nodes): New variables.
19553         (Info-apropos-toc-nodes, Info-apropos-find-file)
19554         (Info-apropos-find-node, Info-apropos-matches): New functions.
19555         (info-apropos): Move part of code to `Info-apropos-find-node' and
19556         `Info-apropos-matches'.
19557         (Info-mode-map): Bind "I" to `Info-virtual-index'.
19558         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
19559         for a virtual file instead of checking a fixed list of node names.
19561         * simple.el (async-shell-command): New command.
19563         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
19565         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
19566         instead of `mount-info'.
19568 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
19570         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
19571         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
19573 2009-07-02  Kenichi Handa  <handa@m17n.org>
19575         * international/mule.el (set-keyboard-coding-system): Force *-unix
19576         coding-system to avoid eol conversion.
19578 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
19580         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
19581         Add handler for `process-file', `shell-command' and
19582         `start-file-process'.
19583         (tramp-gvfs-handle-shell-command)
19584         (tramp-gvfs-handle-start-file-process)
19585         (tramp-gvfs-handle-process-file): New defuns.
19586         (tramp-synce-list-devices): Simplify check for existence of property.
19588 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
19590         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
19592 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
19594         * language/korean.el (set-language-info-alist): Add korean-cp949,
19595         cp949 to spec.
19597 2009-07-01  Kenichi Handa  <handa@m17n.org>
19599         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
19601         * international/encoded-kb.el: Deleted.
19603         * international/mule.el (set-keyboard-coding-system): Perform the
19604         necessary setup here instead of calling encoded-kbd-setup-display.
19606 2009-07-01  Glenn Morris  <rgm@gnu.org>
19608         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
19610 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
19612         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
19614 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
19616         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
19617         Handle also the 'rename case, when setting file modes.  (Bug#3712)
19618         (tramp-default-file-modes): Remove execute permissions.
19620         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
19621         (top): Add a default for "synce" in `tramp-default-user-alist'.
19622         Add completion function for "synce" method.
19623         (tramp-hal-service, tramp-hal-path-manager)
19624         (tramp-hal-interface-manager, tramp-hal-interface-device):
19625         New defconst.
19626         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
19627         (tramp-synce-list-devices, tramp-synce-parse-device-names):
19628         New defuns.
19630         * net/trampver.el: Update release number.
19632 2009-06-30  Kenichi Handa  <handa@m17n.org>
19634         * international/fontset.el (setup-default-fontset): Add CJK fonts
19635         for symbols and the other miscellaneous characters.
19637         * language/korea-util.el (setup-korean-environment-internal):
19638         Make char-width-table suitable for Korean environments.
19639         (exit-korean-environment): Cancel above.
19641         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
19642         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
19643         setup-function to make char-width-table suitable for respective
19644         environments, and an exit-function to cancel that.
19646         * language/japan-util.el (setup-japanese-environment-internal):
19647         Call use-cjk-char-width-table with arg `ja_JP'.
19649         * international/characters.el (cjk-char-width-table): Delete it.
19650         (cjk-char-width-table-list): New variable.
19651         (use-cjk-char-width-table): New arg local-name.
19652         (use-default-char-width-table): Fix for the case that Emacs is
19653         already using the default char-width-table.
19655 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
19657         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
19658         modes mandatory.  (Bug#3712)
19660 2009-06-29  Alan Mackenzie  <acm@muc.de>
19662         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
19663         correction between the visible width of TABs and their number of bytes.
19665 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
19667         * server.el (server-buffer-done): Prevent kill-buffer from
19668         prompting by clearing the buffer modification flag (Bug#3696).
19670 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
19672         * progmodes/verilog-mode.el (verilog-beg-of-statement)
19673         (verilog-endcomment-reason-re): Support unique case and priority case.
19674         (verilog-basic-complete-re): Support localparam lineup.
19675         (verilog-beg-of-statement-1): Fix for robustness, unique case.
19676         (verilog-set-auto-endcomments): Fix for unique case, always_comb
19677         commenting.
19678         (verilog-leap-to-case-head): Now support *nested* unique &
19679         priority case statements.
19680         (verilog-auto-lineup): Make just declarations the default (as it
19681         had been).
19682         (verilog-leap-to-case-head): Support priority/unique case statements.
19683         (verilog-auto-lineup): Rework to give users radio buttons to
19684         select the various styles of automatic lineup.
19685         (verilog-error-regexp-alist): Rework to support the XEmacs style
19686         of error regular expressions from compilers, lint tools &
19687         simulators.  Note that GNU Emacs has made it impossible for a mode
19688         to load such things.
19689         (electric-verilog-terminate-line, verilog-indent-declaration)
19690         (verilog-auto-wiure): Rework for radio button selection of
19691         auto-lineup selection of specification of auto lineup.
19692         (verilog-beg-of-statement-1): Redesign to support proper operation
19693         in additional code, based on testing with auto-lineup.
19694         (verilog-calculate-indent, assignments & declarations)
19695         (verilog-backward-token): Enhance to support auto-lineup of
19696         assignments & declarations.
19697         (verilog-in-directive-p, verilog-at-struct-p): New function for
19698         easy test of whether we are.
19699         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
19700         to support safe execution at almost anyline.
19701         (verilog-calc-1): Properly support indenting deep inside generate
19702         blocks.
19703         (verilog-init-font): Remove definition & use of verilog-init-font,
19704         as it is redundant with font-lock-defaults.
19705         (verilog-mode): Alter the definition of verilog-font-lock-defaults
19706         to avoid circular calls if syntax-ppss is a function (as is the
19707         case now in 22.x GNU Emacs) as that function would sometimes call
19708         itself, leading to (nearly) infinite recursion.
19709         (verilog-ovm-begin-re, verilog-ovm-end-re)
19710         (verilog-ovm-statement-re, verilog-leap-to-head)
19711         (verilog-backward-token): Add support for OVM macros.  Some are
19712         complete statements, and others open and close scopes like begin
19713         and end.
19714         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
19715         (verilog-defun-level-generate-only-re): Really fix the defun-list
19716         compilation issue.
19717         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
19718         coverpoint, constraint and cross statements.
19719         (verilog-defun-level-list, verilog-generate-defun-level-list)
19720         (verilog-all-defun-level-list): Redo these specifications - it is
19721         too hard to support eval-when compile aggregation of lists also
19722         built at when-compile time.
19723         (verilog-defun-level-list): Place defconsts of variables used in
19724         building regular expressions which are built in eval-when-compile
19725         bodies in the same eval-when-compile body to facilitate compile
19726         without load.
19727         (verilog-beg-block-re-ordered): Support indenting
19728         virtual/protected tasks and functions.
19729         (verilog-defun-level-list, verilog-in-generate-region-p)
19730         (verilog-backward-ws&directives, verilog-calc-1): Speed up
19731         indentation of some module items (generate items).
19732         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
19733         across virtual/protected tasks and functions.
19735 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
19737         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
19738         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
19739         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
19740         in concatenations.  Reported by Yishay Belkind.
19741         (verilog-auto-ascii-enum): Support one-hot state machines in
19742         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
19743         (verilog-auto-inst, verilog-auto-inst-port): Include interface
19744         modport in AUTOINST and add vl-modport for users.
19745         Reported by David Rogoff.
19746         (verilog-auto-inout-module, verilog-auto-inst)
19747         (verilog-decls-get-interfaces, verilog-insert-definition)
19748         (verilog-insert-one-definition, verilog-read-decls)
19749         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
19750         (verilog-sig-modport, verilog-signals-combine-bus)
19751         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
19752         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
19753         Suggested by David Rogoff.
19754         (verilog-repair-open-comma): Fix non-insertion of comma when
19755         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
19756         (verilog-make-width-expression): Simplify [A-1:0] expression
19757         widths to just {A{1'b0}}.
19758         (verilog-mode): Cleanup checkdoc warnings.
19759         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
19760         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
19761         inputs/outputs or data type.  Suggested by Vasu Kandadi.
19762         (next-error-last-buffer): Fix byte-compiler warning.
19763         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
19764         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
19765         or shell command text during AUTO expansion.  Suggested by Tad Truex.
19766         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
19767         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
19768         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
19769         in AUTOINOUT.  Reported by Matthew Lovell.
19770         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
19771         causing use of <= assignments.  Reported by Alex Reed.
19772         (verilog-read-decls): Fix triand, trior, wand, wor to be
19773         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
19774         (verilog-extended-complete-re): Support import "DPI-C" functions.
19775         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
19776         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
19777         (verilog-insert-date, verilog-insert-year)
19778         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
19779         Windows systems.  Reported by Michael Potts.
19780         (verilog-read-module-name): Fix AUTOINST when the child module
19781         declaration's name is a tick define.  Reported by Elliot Mednick.
19782         (verilog-read-decls): Fix V2K parameter bit subscripts getting
19783         passed to next parameter's definition.  Reported by Bruce T.
19784         (verilog-read-decls): Fix detecting "parameter int" when using
19785         AUTOINSTPARAM.  Reported by Bruce T.
19786         (verilog-goto-defun): Fix goto not finding modules unless first
19787         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
19788         (verilog-mode): Expand -f flag arguments on entry to mode so
19789         verilog-goto-defun will work.  Reported by Lawrence Butcher.
19790         (verilog-getopt): Expand environment variables in -f file
19791         arguments.  Suggested by Lawrence Butcher.
19792         (verilog-set-define): Fix "Symbol's value as variable is void"
19793         when reading enumerations.
19794         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
19795         Suggested by Stephen Peltan.
19796         (verilog-read-defines): Fix reading of enumerations in include
19797         files.  Reported by Steve Peltan.
19799 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
19801         * files.el (trash-directory): Fix defcustom type.
19803 2009-06-28  Juri Linkov  <juri@jurta.org>
19805         * help-fns.el (describe-function-1): Correctly locate adviced
19806         functions in hyperlink (Bug#2438).
19808 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
19810         * files.el (trash-directory): Change default to nil.
19811         (move-file-to-trash): If trash-directory is nil and
19812         system-move-file-to-trash is unbound, perform freedesktop-style
19813         trashing.
19815 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
19817         * files.el (move-file-to-trash): Add freedesktop trash
19818         support (Bug#973).
19820 2009-06-28  Glenn Morris  <rgm@gnu.org>
19822         * autorevert.el (global-auto-revert-non-file-buffers)
19823         (global-auto-revert-mode): Doc fixes.
19825 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
19827         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
19829 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
19831         * faces.el (x-handle-named-frame-geometry): Ensure that we have
19832         opened an X connection before calling x-get-resource (Bug#3194).
19834         * play/doctor.el: Remove reference to obsolete website.
19835         (make-doctor-variables): Correct grammar mistake (Bug#2633).
19837 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
19839         Remove find-file-not-found-hook VC method.  (Bug#2757)
19840         * vc-hooks.el (vc-file-not-found-hook)
19841         (vc-default-find-file-not-found-hook): Remove functions.
19842         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
19843         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
19844         * vc.el:
19845         * vc-hg.el:
19846         * vc-git.el: Do not mention find-file-not-found-hook VC method.
19848 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
19850         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
19851         compatibility function for `looking-back'.
19853         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
19854         Use `ispell-looking-back'.
19856 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
19858         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
19859         rather than `filename'.
19861 2009-06-23  Miles Bader  <miles@gnu.org>
19863         * face-remap.el (text-scale-set): New function.
19865 2009-06-23  Glenn Morris  <rgm@gnu.org>
19867         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
19869         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
19871         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
19873         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
19875         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
19876         Simplify Persian conditionals.
19878         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
19879         variable `filename'.
19881         * comint.el (comint-insert-input): Doc fix.
19883         * Makefile.in (ELCFILES): Fix typo in previous change.
19885 2009-06-23  Miles Bader  <miles@gnu.org>
19887         * cus-start.el: Add entry for `recenter-redisplay'.
19889 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
19891         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
19892         Add an optional argument for the backend, use it instead of
19893         calling vc-backend.
19894         (vc-mode-line): Add an optional argument for the backend.
19895         Pass the backend to vc-state and vc-working-revision.  Move code for
19896         special handling for vc-state being a buffer to ...
19898         * vc-rcs.el (vc-rcs-find-file-hook):
19899         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
19901         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
19902         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
19903         vc-stay-local-p and vc-mode-line calls.
19905         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
19906         (vc-cvs-diff, vc-cvs-annotate-command)
19907         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
19908         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
19909         vc-mode-line calls.
19911         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
19912         direct comparison.
19913         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
19914         backend when calling vc-mode-line.
19915         (vc-register): Do not create a closure for calling the vc register
19916         function, call it directly.
19918 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
19920         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
19921         to make it obvious item can be clicked.
19923         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
19925 2009-06-23  Kenichi Handa  <handa@m17n.org>
19927         * language/korea-util.el (korean-key-bindings): Change the binding
19928         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
19929         same command.
19931 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
19933         Sync with Tramp 2.1.16.
19935         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
19937         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
19938         when a loading of a package fails.  Completion function for rsync
19939         is `tramp-completion-function-alist-ssh'.
19940         (all): Replace all calls of `split-string' and
19941         `tramp-split-string' by `tramp-compat-split-string'.
19942         (tramp-default-method): Use `tramp-compat-process-running-p'.
19943         (tramp-default-proxies-alist): Allow also Lisp forms.
19944         (tramp-remote-path): Add choice "Private Directories".
19945         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
19946         (tramp-domain-regexp): Allow also "-", "_" and ".".
19947         (tramp-end-of-output): Remove newlines, and add "$" at the end.
19948         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
19949         (tramp-debug-message): Insert header line in debug buffer.
19950         (tramp-handle-directory-files-and-attributes-with-stat):
19951         Care about filenames with spaces, or starting with "-".
19952         (tramp-handle-dired-uncache): New defun.
19953         (tramp-handle-insert-directory): Don't flush the directory from
19954         cache, this is handled by `dired-uncache' now.
19955         (tramp-handle-insert-file-contents): Improve error handling.
19956         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19957         Quote `tramp-end-of-output'.
19958         (tramp-action-password): Improve trace message.
19959         (tramp-check-for-regexp): Both echoes must be present, before removing.
19960         (tramp-open-connection-setup-interactive-shell): Trace coding system.
19961         (tramp-compute-multi-hops): Eval cons cells of
19962         `tramp-default-proxies-alist'.
19963         (tramp-maybe-open-connection): Use the same command pattern for
19964         first hop and further hops.
19965         (tramp-wait-for-output): Remove handling of newlines.
19966         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
19967         (tramp-split-string): Remove function.  It is handled in
19968         tramp-compat now.
19970         * net/tramp-cmds.el (tramp-bug):
19971         Recommend `tramp-cleanup-all-connections' in the bug mail.
19973         * net/tramp-compat.el (tramp-compat-split-string)
19974         (tramp-compat-process-running-p): New defuns.
19976         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
19977         for `dired-uncache'.
19979         * net/tramp-gvfs.el: New package.
19981         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
19982         Add handler for `dired-uncache'.
19983         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
19985         * net/trampver.el: Update release number.  Make version check fit
19986         for SXEmacs 22.
19988 2009-06-22  Jim Meyering  <meyering@redhat.com>
19990         Automatically handle .xz suffix (XZ-compressed files), too.
19991         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
19992         XZ is the successor to LZMA: <http://tukaani.org/xz/>
19994 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
19995             Nick Roberts  <nickrob@snap.net.nz>
19997         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
19998         repository (http://sphinx.net.ru/hg/gdb-mi/).
20000 2009-06-22  Glenn Morris  <rgm@gnu.org>
20002         * files.el (dir-locals-collect-mode-variables): Allow for any number of
20003         `mode' and `eval' entries.  (Bug#3430)
20005         * Makefile.in (ELCFILES): Add fadr.elc.
20007         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
20008         differing behavior of \n and ^ in strings.  (Bug#3385)
20010         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
20012         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
20013         property.
20014         (lisp-indent-function): Make it a defcustom.
20016 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
20018         * progmodes/gdb-ui.el: Replace with ...
20019         * progmodes/gdb-mi.el: ... this file.
20020         * progmodes/gud.el: Modify for gdb-mi.el.
20022 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
20024         * fadr.el: New file.
20026 See ChangeLog.14 for earlier changes.
20028 ;; Local Variables:
20029 ;; coding: utf-8
20030 ;; End:
20032   Copyright (C) 2009, 2010  Free Software Foundation, Inc.
20034   This file is part of GNU Emacs.
20036   GNU Emacs is free software: you can redistribute it and/or modify
20037   it under the terms of the GNU General Public License as published by
20038   the Free Software Foundation, either version 3 of the License, or
20039   (at your option) any later version.
20041   GNU Emacs is distributed in the hope that it will be useful,
20042   but WITHOUT ANY WARRANTY; without even the implied warranty of
20043   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20044   GNU General Public License for more details.
20046   You should have received a copy of the GNU General Public License
20047   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.