Fix 2010-03-12T22:56:30Z!cyd@stupidchicken.com change -- rename :on/off-image widget...
[emacs.git] / lisp / ChangeLog
blob743aa57395781990d81139ffa668abf1755f28f7
1 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
3         * wid-edit.el (visibility): Replace :on-image and :off-image
4         widget properties with :on-glyph and :off-glyph, for consistency
5         with the `visibility' widget.
6         (widget-toggle-value-create, widget-visibility-value-create):
7         Merge into a single function `widget-toggle-value-create'.
9         * cus-edit.el (custom-variable-value-create, custom-visibility)
10         (custom-face-edit-value-create, custom-face-value-create): Replace
11         :on-image and :off-image widget properties with :on-glyph and
12         :off-glyph, for consistency with the `visibility' widget.
14 2011-01-09  Andreas Schwab  <schwab@linux-m68k.org>
16         * net/ldap.el (ldap-search-internal): Don't use eval.
18 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
20         * subr.el (read-char-choice): Use read-key.
22         * custom.el (custom-safe-themes): Rename from
23         custom-safe-theme-files.  Add :risky tag.
24         (load-theme, custom-theme-load-confirm): Save sha1 hashes to
25         custom-safe-themes, not filenames.  Suggested by Stefan Monnier.
27 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
29         * tool-bar.el (tool-bar-setup): Remove Help button.  Remove label
30         from Search and add a label to Undo.
32         * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
33         inappropriate buttons and adding :vert-only tags.
35         * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
36         removal of Help tool-bar button.  Remove Undo button for space.
38         * info.el (info-tool-bar-map): Add :vert-only tags.
40 2011-01-08  Tassilo Horn  <tassilo@member.fsf.org>
42         * doc-view.el (doc-view-mode-p): Check for png or imagemagick
43         image backend support.  Either of them is fine.
45 2011-01-08  Chong Yidong  <cyd@stupidchicken.com>
47         * subr.el (y-or-n-p): Doc fix.
49         * custom.el (custom-safe-theme-files): New defcustom.
50         (custom-theme-load-confirm): New function.
51         (load-theme): Load theme using `load', confirming with
52         custom-theme-load-confirm if necessary.
54         * subr.el (read-char-choice): New function, factored out from
55         dired-query and hack-local-variables-confirm.
57         * dired-aux.el (dired-query):
58         * files.el (hack-local-variables-confirm): Use it.
60         * dired-aux.el (dired-compress-file):
61         * files.el (abort-if-file-too-large, find-alternate-file)
62         (set-visited-file-name, write-file, backup-buffer)
63         (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
64         (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
65         Use new format string args for y-or-n-p and yes-or-no-p.
67 2011-01-08  Andreas Schwab  <schwab@linux-m68k.org>
69         * progmodes/compile.el (compilation-error-regexp-alist-alist)
70         [gcc-include]: Tighten file name match, add match for column
71         number.  (Bug#7806)
72         [gnu]: Remove unused group.
74 2011-01-08  Glenn Morris  <rgm@gnu.org>
76         * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
78         * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
80 2011-01-07  Sam Steingold  <sds@gnu.org>
82         * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
83         the `explicit-shell-file-name' because that is the
84         non-interactive shell.
86 2011-01-07  Chong Yidong  <cyd@stupidchicken.com>
88         * subr.el (y-or-n-p): Accept format string args.
90 2011-01-07  Glenn Morris  <rgm@gnu.org>
92         * Makefile.in (EMACSOPT): Add --no-site-lisp.
94 2011-01-06  Ken Manheimer  <ken.manheimer@gmail.com>
96         * allout.el (allout-back-to-current-heading): Ensure return to
97         the visible containing topic, rather than a collapsed one.
98         (allout-view-change-hook): Remove hook that was deprecated long ago.
99         (allout-exposure-change-hook): Remove documentation remarks
100         concerning removed allout-view-change-hook.
101         (allout-flag-region): Remove invocation of and documentation
102         remarks concerning allout-view-change-hook.
104 2011-01-06  Glenn Morris  <rgm@gnu.org>
106         * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
107         (vc-bzr-annotate-extract-revision-at-line):
108         Handle authors with embedded spaces.  (Bug#7792)
110 2011-01-05  Tassilo Horn  <tassilo@member.fsf.org>
112         * doc-view.el (doc-view-image-width): New variable.
113         (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
114         backend for PNG images, and do dynamic rescaling instead of
115         reconverting the whole doc.
117 2011-01-05  Glenn Morris  <rgm@gnu.org>
119         * emacs-lisp/rx.el (rx-repeat): Replace CL function.
121 2011-01-04  Ken Manheimer  <ken.manheimer@gmail.com>
123         * allout.el: Reconcile with changes in line movement behavior for
124         long text lines that cross more than a single physical window
125         line, ie when truncate-lines is nil.
126         (allout-next-visible-heading): Provide for change in line-move
127         behavior on long lines when truncate-lines is nil.  In that case,
128         line-move can wind up on the same textual line when it moves to
129         the next window line, and moving to the bullet position after the
130         move yields zero advancement.  Add logic to detect and compensate
131         for the lack of progress.
132         (allout-current-topic-collapsed-p): move-end-of-line respect for
133         field boundaries is different when operating with body lines
134         shorter than window width versus ones greater than window width,
135         which can yield false negatives in this function.  Avoid
136         difference by applying move-end-of-line while field-text-motion is
137         inhibited.
139 2011-01-04  Glenn Morris  <rgm@gnu.org>
141         * textmodes/rst.el (rst-compile-toolsets):
142         Add pdf and s5 to option alist.
144 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
146         * net/dbus.el (dbus-register-property): Added optional parameter
147         dont-register-service.  Updated docstring accordingly.
149 2011-01-04  Andreas Schwab  <schwab@linux-m68k.org>
151         * textmodes/rst.el (rst-compile-pdf-preview)
152         (rst-compile-slides-preview): Remove extra line.
154 2011-01-04  Glenn Morris  <rgm@gnu.org>
156         * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
157         Add `pdf' and `s5' entries.  Use `prog.py' if found, otherwise
158         default to `prog' without a .py extension.
159         (rst-compile-pdf-preview, rst-compile-slides-preview):
160         Use program names from rst-compile-toolsets, rather than hard-coding.
161         (rst-portable-mark-active-p): Fix presumed typo.
163 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
165         * term/w32-win.el (dynamic-library-alist): Set up correctly for
166         libpng versions both before and after 1.4.0.  (Bug#7716)
168 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
170         * time.el (display-time-mode): Mention display-time-interval in
171         the doc string.  (Bug#7713)
173 2011-01-02  Kenichi Handa  <handa@m17n.org>
175         * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
176         condition-case and return an error message string if something
177         goes wrong.
178         (rmail-show-mime): Adjust for the above change.  Insert the
179         header by rmail-mime-insert-header.
181 2011-01-02  Kenichi Handa  <handa@m17n.org>
183         * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
184         rmail-mime-previous-item, and rmail-mime-toggle-hidden.
185         (rmail-mime-mbox-buffer)
186         (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
187         (rmail-mime-entity): Argument changed.  All codes handling an
188         entity object are changed.
189         (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
190         the above change.
191         (rmail-mime-entity-children, rmail-mime-entity-handler)
192         (rmail-mime-entity-tagline): New functions.
193         (rmail-mime-message-p): New function.
194         (rmail-mime-save): Bind rmail-mime-mbox-buffer.
195         (rmail-mime-entity-segment, rmail-mime-next-item)
196         (rmail-mime-previous-item, rmail-mime-shown-mode)
197         (rmail-mime-hidden-mode, rmail-mime-raw-mode)
198         (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
199         (rmail-mime-insert-tagline, rmail-mime-insert-header):
200         New functions.
201         (rmail-mime-text-handler): Call rmail-mime-insert-text.
202         (rmail-mime-insert-decoded-text): New function.
203         (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
204         (rmail-mime-insert-image): Argument changed.  Caller changed.
205         (rmail-mime-image): Call rmail-mime-toggle-hidden.
206         (rmail-mime-set-bulk-data): New funciton.
207         (rmail-mime-insert-bulk): Argument changed.
208         (rmail-mime-multipart-handler): Return t.
209         (rmail-mime-process-multipart): Argument changed.
210         Handle "multipart/alternative" here.
211         (rmail-mime-process): Argument changed.
212         (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
213         (rmail-mime-insert): Argument changed.  Handle raw display mode.
214         (rmail-mime): Argument changed.  Handle toggling of raw display
215         mode.
216         (rmail-show-mime): Bind rmail-mime-mbox-buffer and
217         rmail-mime-view-buffer.
218         (rmail-insert-mime-forwarded-message): Likewise.
219         (rmail-search-mime-message): Likewise.  Don't bind rmail-buffer.
221         * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
222         non-nil, handle the header in rmail-show-mime-function.
224 2011-01-02  Leo  <sdl.web@gmail.com>
226         * help-fns.el (describe-variable): Fix previous change.
228 2011-01-02  Juri Linkov  <juri@jurta.org>
230         * isearch.el (isearch-lazy-highlight-error): New variable.
231         (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
232         `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
233         to the current value of `isearch-error' (Bug#7468).
235 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
237         * help-fns.el (describe-variable): Don't emit trailing whitespace
238         (Bug#7511).
240 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
242         * textmodes/rst.el (rst-compile-pdf-preview)
243         (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
245 2011-01-02  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
247         * emulation/edt-mapper.el: Override mapping of function keys so
248         that the later call to read-key-sequence works.
250 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
252         * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
253         Unix EOLs.  (Bug#7589)
255 2011-01-02  Leo  <sdl.web@gmail.com>
257         * eshell/em-hist.el (eshell-previous-matching-input): Signal error
258         if point is not behind eshell-last-output-end (Bug#7585).
260 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
262         * files.el (file-local-variables-alist):
263         Make permanent-local (bug#7767).
265 2011-01-02  Glenn Morris  <rgm@gnu.org>
267         * version.el (emacs-copyright): Set short copyright year to 2011.
269 2011-01-02  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
271         * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
272         an existing temp buffer.  (Bug#7746)
274 2011-01-02  Glenn Morris  <rgm@gnu.org>
276         * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
277         multiple addresses.  (Bug#7760)
279 2011-01-01  Ken Manheimer  <ken.manheimer@gmail.com>
281         * allout.el (allout-auto-fill): Do not infinitely recurse - use
282         do-auto-fill if everything points back to allout-auto-fill.
283         (allout-mode-deactivate-hook): Declare obsolete, in favor of
284         standard-formed minor-mode deactivate hook, allout-mode-off-hook.
286 2010-12-31  Michael Albinus  <michael.albinus@gmx.de>
288         * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
289         and "scpx".
291 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
293         * doc-view.el (doc-view-set-doc-type): New function refactored
294         from doc-view-mode.
295         (doc-view-fallback-mode): New function.
296         (doc-view-mode): Use it.
297         (doc-view-mode-maybe): New function that checks if doc-view-mode
298         can be used and falls back to the next best mode otherwise.
300         * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
301         DVI, OpenDocument, and MS Office files.
303 2010-12-30  Andreas Schwab  <schwab@linux-m68k.org>
305         * emacs-lisp/rx.el (rx-syntax): Fix typo.
307 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
309         * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
310         on a copy of auto-mode-alist, because that deletes with side
311         effects.
313 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
315         * doc-view.el (doc-view-mode, doc-view-toggle-display): Use
316         normal-mode without doc-view-mode bindings in auto-mode-alist as
317         fallback instead of hard coding fundamental mode.
319 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
321         * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
322         Office) files also for searching.
324 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
326         * doc-view.el: Implement viewing of OpenDocument (and Microsoft
327         Office) files.  Not yet enabled via auto-mode-list.
328         (doc-view-unoconv-program): New custom variable.
329         (doc-view-mode-p): Handle new odf document type.
330         (doc-view-odf->pdf): New conversion function.
331         (doc-view-convert-current-doc): Call it for odf files.
332         (doc-view-mode): Recognize newly supported file extensions.
334 2010-12-30  Michael Albinus  <michael.albinus@gmx.de>
336         * net/tramp.el (tramp-default-method-alist)
337         (tramp-default-user-alist)
338         (tramp-local-host-regexp, tramp-prefix-domain-format)
339         (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
341         * net/tramp-ftp.el:
342         * net/tramp-gvfs.el:
343         * net/tramp-gw.el:
344         * net/tramp-imap.el:
345         * net/tramp-sh.el:
346         * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
347         code of `tramp-default-method-alist' and `tramp-default-user-alist'.
349 2010-12-29  Karl Fogel  <kfogel@red-bean.com>
351         * saveplace.el (save-place-alist-to-file): Save list sorted and
352         pretty-printed, so that it is mergeable by line-based text merging,
353         as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
355 2010-12-28  Ken Manheimer  <ken.manheimer@gmail.com>
357         * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
358         (allout-mode): Argument "toggle" => "force".
359         Refine the docstring.
360         Remove special provisions for reactivation, besides the 'force'
361         argument.
362         Consolidate layout provisions coce directly into the activation
363         condition branch, now that we've removed those provisions.
364         (allout-unload-function): Explicitly activate the mode before
365         deactivating, if it's initially deactivated.
366         (allout-set-buffer-multibyte): Properly prevent byte-compiler
367         warnings for version of function used only where
368         set-buffer-multibyte is unavailable.
370 2010-12-28  Chong Yidong  <cyd@stupidchicken.com>
372         * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
373         are handled by the menu-bar entries.  As before, don't use
374         :visibile to avoid changing the tool-bar.
376 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
378         * net/secrets.el (secrets-delete-alias): New defun.
380 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
382         * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
383         methods, otherwise ~/.ssh/config would be ignored.
385 2010-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
387         * emacs-lisp/rx.el: Make it a superset of sregex.
388         (rx-constituents): Add `any => "."', mark `repeat' as taking any number
389         of args, add `regex' alias.
390         (rx-info): Add arg to distinguish head and standalone forms.
391         (rx-check, rx-form): Pass the corresponding arg.
392         (rx-**): Simplify.
393         (rx-repeat): Make it work for any number of args.
394         (rx-syntax): Make it accept syntax chars as is.
395         * obsolete/sregex.el: Move from emacs-lisp/.
396         * emacs-lisp/re-builder.el: Remove sregex support.
397         * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
399 2010-12-25  Eli Zaretskii  <eliz@gnu.org>
401         * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
402         PRIMARY first, then the clipboard.  (Bug#7699)
404 2010-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
406         * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
407         print-number-table.
409 2010-12-21  Chong Yidong  <cyd@stupidchicken.com>
411         * help-fns.el (find-lisp-object-file-name): Locate .emacs from
412         .emacs.elc (Bug#7530).
414         * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
415         image spec (Bug#7480).
417 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
419         * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
420         * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
421         Move from lisp/.
423 2010-12-20  Leo  <sdl.web@gmail.com>
425         * dnd.el (dnd-get-local-file-name): Unhex of file name shall
426         always be performed (Bug#7680).
428 2010-12-20  Chong Yidong  <cyd@stupidchicken.com>
430         * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
431         (menu-bar-edit-menu): Bind "Copy" to kill-ring-save.  Don't use
432         mouse-region-match.
434         * color.el: Move from gnus/.
436         * vc/diff.el (diff-better-file-name): Function deleted.
437         abbreviating file names causes problems with shell-quote-argument.
438         (diff-no-select): Just use expand-file-name.
440         * tool-bar.el (tool-bar--image-expression): New function.
441         (tool-bar-local-item, tool-bar--image-exp): Use it.
442         (tool-bar-setup): Initialize tool-bar-separator-image-expression.
443         Use :enable instead of :visible to avoid changing the tool-bar
444         configuration unnecessarily.
446         * info.el (info-tool-bar-map): Add separators.
448 2010-12-17  Ken Brown  <kbrown@cornell.edu>
450         * loadup.el: Use version numbers in Cygwin build.
452 2010-12-17  Ryan Twitchell  <metatheorem@gmail.com>  (tiny change)
454         * ido.el (ido-file-internal): Ask for confirmation before
455         overwriting an existing file (Bug#1238).
457 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
459         * tool-bar.el (tool-bar-setup): Add separators.
461         * menu-bar.el (featurep): Use menu-bar-separator.
463 2010-12-16  Ken Manheimer  <ken.manheimer@gmail.com>
465         Migrate allout encryption provisions from pgg to epg.
467         * allout.el (allout-toggle-current-subtree-encryption)
468         (allout-toggle-subtree-encryption): Adjust docstrings to reflect
469         defaulting policy and other changes.  Change fetch-pass to keymode-cue,
470         for simpler universal argument interpretation.
471         (allout-toggle-subtree-encryption):  Adjust docstring to describe
472         changed encryption provisions.  Change fetch-pass to keymode-cue, for
473         simpler universal argument interpretation.  Remove provisions for
474         handling key type and identity - they'll all be within
475         allout-encrypt-string or epg/epg or even contained all the way in gpg.
476         (allout-encrypt-string): Include keymode-cue, for optionally prompting
477         for keypair recipients (universal argument > 1) and, in addition,
478         associating the specified recipients with the outline (universal
479         argument > 4) using a file local variable setting for
480         'epa-file-encrypt-to'.
481         Require epa, for recipients handling.
482         Change how regexp filtering elements are named.
483         Describe the problem with caching of incorrect symmetric-decryption
484         keys.
485         Use the epa-passphrase-callback-function, in case the user is using
486         GnuPG v1.
487         Support saving of the selected keypair recipients when invoked with a
488         keymode-cue > 4.
489         Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
490         Require 'epa.
491         Establish epg-context with armoring and default epg-protocol.
492         Remove all passphrase cache, verification, and hinting code.
493         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
494         No longer used, delete.
495         (allout-mode): Adjust docstring to describe changed encryption
496         provisions.  Describe the problem with caching of incorrect
497         symmetric-decryption keys.
498         (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
499         (allout-make-passphrase-state, allout-passphrase-state-passphrase)
500         (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
501         (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
502         Obsolete, remove.
504 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
506         * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
507         key selection prompt; make 'silent as default (Bug#7487).
509 2010-12-16  Leo  <sdl.web@gmail.com>
511         * eshell/eshell.el (eshell-directory-name): Use
512         locate-user-emacs-file (Bug#7578).
514 2010-12-15  Glenn Morris  <rgm@gnu.org>
516         * loadup.el (symbol-file-load-history-loaded): Remove; unused.
518 2010-12-15  Jari Aalto  <jari.aalto@cante.net>
519             Scott Evans <gse@antisleep.com>
521         * rect.el (rectange--default-line-number-format)
522         (rectangle-number-line-callback): New functions.
523         (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
525 2010-12-15  Chong Yidong  <cyd@stupidchicken.com>
527         * rect.el (operate-on-rectangle-lines, string-rectangle-string):
528         Delete unused variables.
529         (move-to-column-force): Remove function obsolete since 21.2.
531 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
533         * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
534         (tramp-handle-insert-file-contents): Do not set permanent-local
535         property.
537         * net/tramp-cache.el (tramp-persistency-file-name): Use
538         `locate-user-emacs-file' if fboundp.
540         * net/tramp-sh.el (tramp-methods): Add "ksu".
541         (tramp-default-user-alist): Add "ksu".  Use `regexp-opt' for
542         method list.
544 2010-12-14  Glenn Morris  <rgm@gnu.org>
546         * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
547         (find-tag-marker-ring): Declare.
548         (js-find-symbol): Require etags.
550         * mail/sendmail.el: Don't require rmail or mailalias when compiling.
551         Require mail-utils.
552         (mail-alias-file): Don't autoload.  Doc fix.
553         (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
554         (mail-mailer-swallows-blank-line): Default to nil.  Doc fix.
555         Mark as obsolete, and risky.
556         (mail-setup): Simplify.
558         * mail/mailalias.el (build-mail-aliases): Make it interactive.
559         * mail/sendmail.el (build-mail-aliases): Update autoload.
561         * dired.el (dired-trivial-filenames, dired-chown-program)
562         (dired-auto-revert-buffer): Remove autoload cookies.
563         * mail/sendmail.el (mail-recover-1): Require 'dired.
565         * dired.el (dired-subdir-switches, dired-chown-program)
566         (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
567         Make into defcustoms.
568         (dired-chown-program): Simplify initialization.
570         * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
572 2010-12-13  Romain Francoise  <romain@orebokech.com>
574         * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
576 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
578         * net/netrc.el (netrc-point-at-eol): Remove the unused
579         netrc-point-at-old and netrc-bound-and-true-p bindings.
580         (netrc-parse): Cache the netrc contents.
582 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
584         * subr.el (posn-col-row): Evaluate header-line-format in the
585         context of the POSITION window's buffer.
587 2010-12-13  Glenn Morris  <rgm@gnu.org>
589         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
590         (with-silent-modifications): Doc fixes.
592 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
594         * net/tramp.el (tramp-action-password, tramp-process-actions):
595         Revert previous from.  Use `save-restriction'.
597 2010-12-13  Stephen Berman  <stephen.berman@gmx.net>
599         * calendar/diary-lib.el (diary-list-sexp-entries):
600         Handle case of no newline at end of file.  (Bug#7536)
602 2010-12-13  Glenn Morris  <rgm@gnu.org>
604         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
606 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
608         * net/tramp.el (tramp-action-password): Delete region, do not narrow.
609         (tramp-process-actions): Do not widen.
611         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
612         Protect buffer-modified value.  (Bug#7557)
614 2010-12-13   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
616         * log-edit.el (log-edit-changelog-entries):
617         Regexp quote filename.  (Bug#7505)
619 2010-12-13  Tom Breton  <tehom@panix.com>
621         * cus-edit.el (custom-save-all):
622         Bind print-length and print-level to nil.  (Bug#7581)
624 2010-12-13  Glenn Morris  <rgm@gnu.org>
626         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
627         Run hooks to update menu contents.  (Bug#7586)
629         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
630         file names, for the sake of MS Windows.  (Bug#7588)
632 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
634         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
635         empty lines without a leading space.
637 2010-12-13  Leo  <sdl.web@gmail.com>
639         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
640         while mapping over marks (Bug#6810).
642 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
644         * image-dired.el (image-dired-db-file)
645         (image-dired-temp-image-file, image-dired-gallery-dir)
646         (image-dired-temp-rotate-image-file): Set default values relative
647         to image-dired-dir (Bug#7518).
649 2010-12-13  Lawrence Mitchell  <wence@gmx.li>
651         * format.el (format-decode-run-method): Pass args FROM and TO, not
652         point-min and point-max, to shell-command-on-region (Bug#7488).
654 2010-12-13  Jan Djärv  <jan.h.d@swipnet.se>
656         * frame.el (blink-cursor-mode): Make default t for ns.
658 2010-12-13  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
660         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
662 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
664         * comint.el (comint-dynamic-list-input-ring)
665         (comint-dynamic-complete-filename)
666         (comint-replace-by-expanded-filename)
667         (comint-dynamic-simple-complete)
668         (comint-dynamic-list-filename-completions)
669         (comint-dynamic-list-completions): Doc fix (Bug#7499).
671         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
672         Doc fix (Bug#7471).
674 2010-12-13  Martin Rudalics  <rudalics@gmx.at>
676         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
677         (Bug#7533).
679 2010-12-13  W. Martin Borgert <debacle@debian.org>  (tiny change)
681         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
682         (Bug#7491).
684 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
686         * files.el (file-relative-name): Handle UNC file names on
687         DOS/Windows.  (Bug#4674)
689 2010-12-13  Daiki Ueno  <ueno@unixuser.org>
691         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
692         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
693         (epg-context-set-passphrase-callback): Mention that the callback
694         is not called when used with GnuPG 2.x.
696 2010-12-13  Glenn Morris  <rgm@gnu.org>
698         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
699         Ensure ps-footer-font-size-internal is initialized.
700         Call ps-get-page-dimensions before trying to use ps-font-for-text.
702 2010-12-13  Kenichi Handa  <handa@m17n.org>
704         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
705         within condition-case.
706         (rmail-show-mime): Don't use condition-case.
707         (rmail-search-mime-message): New function.
708         (rmail-search-mime-message-function): Set to
709         rmail-search-mime-message.
711 2010-12-13  Leo  <sdl.web@gmail.com>
713         * ido.el (ido-common-initialization): New function.  (bug#3274)
714         (ido-mode): Use it.
715         (ido-completing-read): Call it.
717 2010-12-12  Karl Fogel  <kfogel@red-bean.com>
719         * bookmark.el (bookmark-name-from-full-record): Rename back to
720         this original name from `bookmark-name-from-record' reverting part
721         of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
722         As Drew Adams pointed out, there was no reason to cause churn for
723         third-party callers.
725 2010-12-12  Alan Mackenzie  <acm@muc.de>
727         * progmodes/cc-engine.el (c-forward-type): Before scanning a
728         template arglist, check that the current language supports this.
730 2010-12-11  Glenn Morris  <rgm@gnu.org>
732         * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
733         state of the file matches.  (Bug#7544)
734         (vc-bzr-register, vc-bzr-checkin)
735         (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
736         (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
738         * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
740 2010-12-11  Karel Klíč  <kklic@redhat.com>
742         * files.el (auto-mode-alist): Use html-mode for *.xhtml.  (Bug#7606)
744 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
746         Derive from prog-mode, use derived-mode-p, and fix up various
747         minor style issues in lisp/progmodes.
749         * progmodes/vhdl-mode.el (vhdl-mode):
750         * progmodes/verilog-mode.el (verilog-mode):
751         * progmodes/vera-mode.el (vera-mode):
752         * progmodes/sql.el (sql-mode):
753         * progmodes/scheme.el (scheme-mode):
754         * progmodes/perl-mode.el (perl-mode):
755         * progmodes/octave-inf.el (inferior-octave-mode):
756         * progmodes/autoconf.el (autoconf-mode):
757         * progmodes/m4-mode.el (m4-mode):
758         * progmodes/inf-lisp.el (inferior-lisp-mode):
759         * progmodes/idlwave.el (idlwave-mode):
760         * progmodes/icon.el (icon-mode):
761         * progmodes/idlw-help.el (idlwave-help-mode):
762         * progmodes/dcl-mode.el (dcl-mode):
763         * progmodes/idlw-shell.el (idlwave-shell-mode):
764         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
765         (ebrowse-member-mode, ebrowse-electric-position-mode):
766         Use define-derived-mode.
768         * progmodes/xscheme.el (exit-scheme-interaction-mode)
769         (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
770         (xscheme-debugger-mode-p, xscheme-send-string-1):
771         * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
772         (tcl-load-file, tcl-restart-with-file):
773         * progmodes/ps-mode.el (ps-run-running):
774         * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
775         * progmodes/js.el (js--get-all-known-symbols):
776         * progmodes/inf-lisp.el (inferior-lisp-proc):
777         * progmodes/idlwave.el (idlwave-beginning-of-statement)
778         (idlwave-template, idlwave-update-buffer-routine-info)
779         (idlwave-update-current-buffer-info)
780         (idlwave-get-routine-info-from-buffers, idlwave-choose)
781         (idlwave-scan-class-info, idlwave-fix-keywords)
782         (idlwave-list-buffer-load-path-shadows):
783         * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
784         (idlwave-toolbar-remove):
785         * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
786         (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
787         (idlwave-shell-menu-def):
788         * progmodes/idlw-complete-structtag.el
789         (idlwave-prepare-structure-tag-completion):
790         * progmodes/gud.el (gud-set-buffer):
791         * progmodes/f90.el (f90-backslash-not-special):
792         * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
794         * progmodes/xscheme.el (xscheme-start)
795         (local-set-scheme-interaction-buffer, scheme-interaction-mode):
796         * progmodes/which-func.el (which-function):
797         * progmodes/vhdl-mode.el (vhdl-set-style):
798         * progmodes/verilog-mode.el (verilog-set-compile-command)
799         (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
800         (verilog-set-define, verilog-auto-reeval-locals):
801         * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
802         * progmodes/simula.el (simula-mode):
803         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
804         * progmodes/python.el (python-check, python-mode):
805         * progmodes/prolog.el (prolog-mode-variables):
806         * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
807         * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
808         * progmodes/delphi.el (delphi-mode):
809         * progmodes/cc-styles.el (c-setup-paragraph-variables):
810         * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
811         (c-font-lock-init): Move make-local-variable to their setq.
813         * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
814         (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
815         make-local-hook.
816         * progmodes/sh-script.el (sh-require-final-newline): Remove.
817         (sh-set-shell): Don't set require-final-newline since it's already done
818         by prog-mode.
819         * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
820         since we never set it.
821         * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
822         Use read-string and standard prompt.
823         * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
824         * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
825         (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
826         (meta-common-mode-map): Rename from meta-mode-map.
827         Remove C-m binding, which is a user preference, not mode specific.
828         (meta-common-mode): New major mode; replace meta-common-initialization.
829         * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
830         around with font-lock.
831         * progmodes/etags.el (select-tags-table-mode):
832         Derive from special-mode.
833         * progmodes/octave-mod.el (octave-mode):
834         * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
835         (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
836         (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
837         Let define-derived-mode do its job.
838         * progmodes/cpp.el (cpp-edit-mode-map):
839         Move initialization into declaration.
840         (cpp-edit-mode): Use define-derived-mode.
841         (cpp-edit-load): Use derived-mode-p.
842         * progmodes/mixal-mode.el (mixal-mode):
843         * progmodes/f90.el (f90-mode):
844         * progmodes/cfengine.el (cfengine-mode): Don't bother setting
845         require-final-newline since prog-mode does it already.
846         * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
847         * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
848         * progmodes/antlr-mode.el: Require cc-mode upfront.
849         (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
850         the declaration.
851         (antlr-directory-dependencies, antlr-show-makefile-rules):
852         Use derived-mode-p.
853         (antlr-language-option): Don't assume point-min==1.
854         (antlr-mode): Use define-derived-mode.
855         * progmodes/ada-mode.el: Use derived-mode-p.
856         (ada-mode): Use define-derived-mode.
857         Use hack-local-variables-hook.
859 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
861         * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
862         (texinfo-mode): Don't disable adaptive-fill-mode.
863         (texinfo-insert-block): Adjust cursor placement for blocks with arg.
864         (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
865         (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
866         (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
867         (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
868         (texinfo-insert-@quotation, texinfo-insert-@samp)
869         (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
870         (texinfo-insert-@uref): Use define-skeleton.
871         (texinfo-insert-@-with-arg): Delete.
873 2010-12-10  Eli Zaretskii  <eliz@gnu.org>
875         * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
876         nil, do quote archive member names.  (Bug#6144)
878 2010-12-10  Glenn Morris  <rgm@gnu.org>
880         * files.el (diff-no-select): Declare.
882         * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
883         (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
885         * comint.el (comint-input-ring-file-name): Doc fix.
887 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
889         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
890         New functions.
891         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
892         Use them instead of `nil' and `>', respectively.
893         (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
894         instead of `nil'.
895         (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
896         and menu-bar-positive-p instead of `nil' and `>', respectively.
897         (Bug#1077)
899 2010-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
901         * whitespace.el (whitespace-newline-mode): Code fix.
903 2010-12-09  Glenn Morris  <rgm@gnu.org>
905         * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
906         Rename functions without commas, update callers.
908 2010-12-08  Jeff Dairiki  <dairiki@dairiki.org>  (tiny change)
910         * whitespace.el (whitespace-cleanup-region):
911         Clean up spaces before tabs.  (Bug#7582)
913 2010-12-08  Karl Fogel  <kfogel@red-bean.com>
915         * bookmark.el: Adjust parameter names and doc strings to resolve
916         confusion over whether "bookmark" meant a bookmark name or a
917         bookmark record.  Along the way, shorten one function's name for
918         similar reasons.  (Issue #7548)
919         (bookmark-name-from-record): New name for
920         `bookmark-name-from-full-record'.  All callers changed.
921         (bookmark-get-bookmark, bookmark-get-bookmark-record)
922         (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
923         (bookmark-get-annotation, bookmark-set-annotation)
924         (bookmark-get-filename, bookmark-set-filename)
925         (bookmark-get-position, bookmark-set-position)
926         (bookmark-get-front-context-string, bookmark-set-front-context-string)
927         (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
928         (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
929         (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
930         Rename `bookmark' parameter to `bookmark-name-or-record', to
931         clearly show its role, and shorten or adjust doc strings accordingly.
932         (bookmark-set-name): Same, and pass the parameter directly to
933         `bookmark-get-bookmark' instead of redundantly doing the callee's work.
934         (bookmark-default-annotation-text, bookmark-send-edited-annotation)
935         (bookmark-relocate, bookmark-insert-location, bookmark-insert)
936         (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
937         and in some cases shorten doc string accordingly.
938         (bookmark-rename): Change `old' and `new' parameters to `old-name'
939         and `new-name', and adjust an internal variable to avoid confusion.
940         (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
941         parameter in doc string.
943 2010-12-08  Glenn Morris  <rgm@gnu.org>
945         * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
946         from gdb's history file.  (Bug#7575)
948         * mail/emacsbug.el (report-emacs-bug):
949         Try to handle some other mail clients.
951 2010-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
953         * files.el (dir-locals-collect-variables): Don't let errors stop us.
954         Use string-prefix-p.
955         (file-name-version-regexp): New var.
956         (file-name-sans-versions):
957         * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
958         (jka-compr-get-compression-info): Use dolist.
959         (jka-compr-compression-info-list): Don't bother specifying
960         version/backup regexps.
962 2010-12-07  Tassilo Horn  <tassilo@member.fsf.org>
964         * simple.el (just-one-space): Make argument n default to 1 if
965         omitted.
967 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
969         * electric.el (electric-indent-post-self-insert-function):
970         Delete trailing newlines even if we don't reindent.
972 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
974         * minibuffer.el (completion-at-point): Remove the `arg'.
975         * bindings.el (complete-symbol): Move back from minibuffer.el.
977 2010-12-06  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
979         * simple.el (just-one-space): Delete newlines for negative arg.
981 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
983         * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
984         (ansi-color-filter-apply): Simplify.
985         (ansi-color-apply): Use `font-lock-face' rather than `face'.
987 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
989         * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
991 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
993         * dired.el (dired-use-ls-dired): Set default to a special
994         "unspecified" value.
995         (dired-insert-directory): When called the first time, check
996         whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
998 2010-12-04  Tak Ota  <Takaaki.Ota@am.sony.com>
1000         * replace.el: Add "collect" feature to occur.
1001         (occur-collect-regexp-history): New var.
1002         (occur-read-primary-args): Return a replace string for nlines,
1003         if needed.
1004         (occur): Extend the meaning of nlines.
1006 2010-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1008         * progmodes/which-func.el (which-func-ff-hook): Log the error message.
1009         (which-func-update-1): Distinguish symbols from strings.
1010         (which-function): Stay within 80 columns.
1012 2010-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1014         * subr.el (with-demoted-errors): Distinguish symbols from strings.
1016         * newcomment.el (comment-styles): Add docs to each style (bug#7509).
1017         Improve docstring.
1018         (comment-style): Use comment-styles's docs to describe values.
1020 2010-12-03  Jan Djärv  <jan.h.d@swipnet.se>
1022         * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
1023         and ns-show-prefs (Bug#7535).
1025         * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
1026         bindings (Bug#7535).
1028 2010-12-03  Glenn Morris  <rgm@gnu.org>
1030         * nxml/nxml-mode.el: Require rng-nxml.
1031         (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
1032         Remove declarations.
1034         * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
1035         * nxml/rng-nxml.el, nxml/rng-valid.el:
1036         Remove leading `*' from defcustom docs.
1038         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
1039         (normal-top-level-add-to-load-path, tty-handle-args):
1040         Convert comments to basic doc-strings.
1042         * net/browse-url.el (browse-url-url-at-point)
1043         (browse-url-default-browser): Remove autoload cookies.
1045         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1046         Remove more undefined cl functions.
1048         * vc/diff.el (diff-sentinel): Make new arguments optional.
1049         * ibuf-ext.el (diff-sentinel): Update declaration.
1051 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
1053         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1054         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
1055         (epg-context-set-passphrase-callback): Mention that the callback
1056         is not called when used with GnuPG 2.x.
1058 2010-12-02  Michael Albinus  <michael.albinus@gmx.de>
1060         * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
1061         (tramp-file-name-port): Check also for `tramp-default-port'.
1062         (tramp-get-connection-name): New defun.
1063         (tramp-get-connection-process): Use it.
1064         (tramp-debug-message): Extend function exclude list.
1065         (tramp-drop-volume-letter): Fix doc string.
1067         * net/tramp-cmds.el: Remove solved todo item.
1069         * net/tramp-efs.el:
1070         * net/tramp-ftp.el:
1071         * net/tramp-gvfs.el:
1072         * net/tramp-gw.el:
1073         * net/tramp-imap.el:
1074         * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
1075         and `tramp-default-user-alist', respectively.
1077         * net/tramp-gw.el (tramp-gw-open-connection):
1078         Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
1080         * net/tramp-imap.el (tramp-imap-make-iht): Use just
1081         `tramp-file-name-port'.
1083         * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
1084         and "psftp".  Exchange "%k" marker with options.
1085         (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
1086         Compute size of link target.
1087         (tramp-do-copy-or-rename-file-out-of-band). Move setting of
1088         `tramp-current-*' up due to gateway methods.  Optimze computing of
1089         copy arguments.  Use `tramp-get-connection-name' and
1090         `tramp-get-connection-buffer'.  Improve debug messages.
1091         (tramp-compute-multi-hops): Remove port determination.
1092         (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
1094         * net/trampver.el: Update release number.
1096 2010-12-02  Glenn Morris  <rgm@gnu.org>
1098         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1099         Avoid infinite loop over windows.  (Bug#7492)
1101         * progmodes/flymake.el (flymake-check-file-limit):
1102         Allow nil to mean "no limit".
1103         (flymake-check-patch-master-file-buffer): Update for above change.
1104         Allow a .tex file-name extension to be optional.
1105         (flymake-master-tex-init): Also match \include statements.
1107 2010-11-30  Sam Steingold  <sds@gnu.org>
1109         * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
1110         (nxml-parent-document-set): A function to set `nxml-parent-document'.
1111         (nxml-mode): Define using `define-derived-mode' instead of `defun'.
1112         (nxml-mode-hook): Remove `defcustom' (auto-defined by
1113         define-derived-mode').
1114         * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
1115         users who want to call `nxml-parent-document-set'.
1117 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1119         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
1120         stand-alone lines, since that is handled by log-edit-match-to-eoh
1121         (Bug#6465).
1123 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
1125         * dired.el (dired-get-filename): Replace backslashes with slashes
1126         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
1127         * locate.el (locate-default-make-command-line): Don't consider
1128         drive letter and root directory part of
1129         `directory-listing-before-filename-regexp'.  (Bug#7308)
1130         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
1132 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1134         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
1135         of :smie-open/close-alist.
1136         (smie-next-sexp): Make it accept a "start token" as argument.
1137         (smie-indent-keyword): Be careful not to misidentify tokens that span
1138         more than one line, as empty lines.  Add argument `token'.
1140 2010-11-27  Kenichi Handa  <handa@m17n.org>
1142         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
1143         multipart subtypes, insert all as usual.
1145         * mail/rmail.el: Require rfc2047.
1147 2010-11-27  Kenichi Handa  <handa@m17n.org>
1149         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
1150         (rmail-mime-entity-disposition)
1151         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
1152         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
1153         (rmail-mime-save): Handle the case that the button's `data' is a
1154         MIME entity.
1155         (rmail-mime-insert-text): New function.
1156         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
1157         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
1158         (rmail-mime-insert-bulk): New function mostly copied from the old
1159         rmail-mime-bulk-handler.
1160         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
1161         (rmail-mime-process-multipart): New function mostly copied from
1162         the old rmail-mime-multipart-handler.
1163         (rmail-mime-show): Just call rmail-mime-process.
1164         (rmail-mime-process): New function mostly copied from the old
1165         rmail-mime-show.
1166         (rmail-mime-insert-multipart, rmail-mime-parse)
1167         (rmail-mime-insert, rmail-show-mime)
1168         (rmail-insert-mime-forwarded-message)
1169         (rmail-insert-mime-resent-message): New functions.
1170         (rmail-insert-mime-forwarded-message-function): Set to
1171         rmail-insert-mime-forwarded-message.
1172         (rmail-insert-mime-resent-message-function): Set to
1173         rmail-insert-mime-resent-message.
1175         * mail/rmailsum.el: Require rfc2047.
1176         (rmail-header-summary): Handle multiline Subject: field.
1177         (rmail-summary-line-decoder): Change the default to
1178         rfc2047-decode-string.
1180         * mail/rmail.el (rmail-enable-mime): Change the default to t.
1181         (rmail-mime-feature): Change the default to `rmailmm'.
1182         (rmail-quit): Delete the specifal code for rmail-enable-mime.
1183         (rmail-display-labels): Likewise.
1184         (rmail-show-message-1): Check rmail-enable-mime, and use
1185         rmail-show-mime-function for a MIME message.  Decode the headers
1186         according to RFC2047.
1188 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * progmodes/which-func.el (which-func-imenu-joiner-function):
1191         Return a string, as expected.
1192         (which-function-mode): Make sure we stop any previous timer before
1193         starting a new one.
1195 2010-11-27  Michael Albinus  <michael.albinus@gmx.de>
1197         * net/tramp.el (tramp-default-method-alist)
1198         (tramp-default-user-alist, tramp-default-proxies-alist):
1199         Adapt custom options type.  (Bug#7445)
1201 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1203         * progmodes/python.el: Add Ipython support (Bug#5390).
1204         (python-shell-prompt-alist)
1205         (python-shell-continuation-prompt-alist): New options.
1206         (python--set-prompt-regexp): New function.
1207         (inferior-python-mode, run-python, python-shell):
1208         Require ansi-color.  Use python--set-prompt-regexp to set the comint
1209         prompt based on the Python interpreter.
1210         (python--prompt-regexp): New var.
1211         (python-check-comint-prompt)
1212         (python-comint-output-filter-function): Use it.
1213         (run-python): Use a pipe (Bug#5694).
1215 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1217         * progmodes/python.el (run-python): Doc fix.
1218         (python-keep-current-directory-in-path): New var (Bug#7454).
1220 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1222         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1223         Prompt user before actually printing.
1225 2010-11-27  Glenn Morris  <rgm@gnu.org>
1227         * startup.el (package-enable-at-startup, package-initialize):
1228         Remove unnecessary declarations.
1230 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
1232         * international/characters.el (glyphless-char-display-control):
1233         Exclude newline and TAB from the c0-control group.
1235 2010-11-27  Glenn Morris  <rgm@gnu.org>
1237         * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
1238         (expand-mail-aliases): Remove unnecessary autoload.
1240         * allout.el (allout-command-prefix, allout-mode-map): Declare.
1242         * shell.el (shell-dir-cookie-re): Move definition before use.
1244         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1245         Replace undefined CL functions.
1247 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
1249         * simple.el (prog-mode): Set bidi-paragraph-direction to
1250         left-to-right.
1252         * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
1254 2010-11-26  Glenn Morris  <rgm@gnu.org>
1256         * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
1257         diary-outlook-formats can be sensitive to calendar-date-style.
1258         (diary-outlook-formats): Simplify the default setting.
1259         (diary-from-outlook-internal): Pass subject and body as arguments.
1260         Use dolist rather than dotimes.  Don't save the diary buffer.
1261         (diary-from-outlook-gnus, diary-from-outlook-rmail):
1262         Pass subject and body as explicit arguments to the -internal function.
1264 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266         * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
1267         parsing them.  This makes mailto:...?subject=foo\nbar work.
1269 2010-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1271         * vc/diff.el (diff): Fix last change.
1273 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1275         * emacs-lisp/pcase.el: Improve pcase-let.  Use "pcase--" prefix.
1276         (pcase--dontcare-upats): New var.
1277         (pcase-let, pcase-let*): Generate better code.
1278         Accept the same bodies as `let'.
1279         (pcase-dolist): New macro.
1280         (pcase--trivial-upat-p): New helper function.
1281         (pcase--expand): Strip leading "(let nil" if any.
1283 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285         * mail/mailclient.el (browse-url): Require.
1286         (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
1287         use the external browser function to send the mail (bug#7469).
1289         * net/browse-url.el (browse-url-browser-function): Revert the
1290         default back to the previous value, since the new value broke
1291         mailclient.el.
1292         (browse-url-mailto-function): New variable for mailto: URLs.
1293         (browse-url): Use the new variable for mailto: URLs.
1295 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1297         * eshell/esh-cmd.el (eshell-parse-command):
1298         * eshell/esh-arg.el (eshell-parse-arguments):
1299         * eshell/em-script.el (eshell-source-file):
1300         Use with-silent-modifications.
1302 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
1304         * vc/vc.el (vc-merge): Remove optional arg PROMPT.  Always prompt
1305         for a merge location.
1307         * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
1308         (vc-bzr-merge-branch): Always prompt.
1309         (vc-bzr-async-command): Use the full branch filename.
1311 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1313         * shell.el (shell): Use current-buffer by default if it's already
1314         a shell mode buffer and its process is dead.
1315         Suggested by Jose E. Marchesi <jemarch@gnu.org>.
1317 2010-11-23  Tassilo Horn  <tassilo@member.fsf.org>
1319         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1320         Mention that the keywords should be comma separated.
1322 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
1324         * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
1325         Accept optional prefix arg meaning to prompt for a command.
1326         (vc-update): Use vc-BACKEND-pull if available.  Accept optional
1327         prefix arg meaning to prompt for a command.
1328         (vc-pull): Alias for vc-update.
1330         * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
1331         (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
1332         (vc-bzr-merge-branch): New functions, implementing merge-branch
1333         and pull operations.
1335 2010-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1337         * Makefile.in: Fix up last merge.
1339         * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
1340         (diff-sentinel): Get them as arguments instead.
1341         (diff-old-file, diff-new-file, diff-extra-args): Remove.
1342         (diff-file-local-copy, diff-better-file-name): New funs.
1343         (diff-no-select): Rename from diff-into-buffer.
1344         Support buffers additionally to files.  Move `buf' arg.  Don't display buf.
1345         Prefer closures to buffer-local variables.
1346         (diff): Adjust accordingly.
1347         (diff-buffer-with-file): Move from files.el.
1348         * files.el (diff-buffer-with-file): Move to vc/diff.el.
1349         (diff-buffer-internal): Remove.
1350         (diff-buffer-buffer): Remove.
1351         (save-some-buffers-action-alist): Use diff-no-select so as not to guess
1352         the buffer name used, and so as not to mess up windows and frames.
1354 2010-11-22  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
1356         * files.el: Make revert work with diff-buffer-with-file (bug#7277).
1357         (diff-buffer-internal): New function extracted from diff-buffer-with-file
1358         (diff-buffer-with-file): Use it.
1359         * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
1360         (diff): Use it.
1362 2010-11-22  Tassilo Horn  <tassilo@member.fsf.org>
1364         * textmodes/reftex-ref.el (reftex-goto-label): Use the current
1365         \ref's or \pageref's value as default instead of initial input.
1367 2010-11-21  Michael Albinus  <michael.albinus@gmx.de>
1369         * files.el (backup-by-copying-when-mismatch): The default value is
1370         now t.
1372         * startup.el (normal-top-level):
1373         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1374         `backup-by-copying-when-mismatch'.
1376 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1378         * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
1380 2010-11-21  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1382         * progmodes/python.el (python-font-lock-keywords):
1383         Highlight top-level augmented assignments (Bug#6445).
1385 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1387         * term/ns-win.el (ns-right-control-modifier)
1388         (ns-right-command-modifier): Defvar them.
1390         * cus-start.el (all): Add ns-right-control-modifier and
1391         ns-right-command-modifier (Bug#7458).
1393 2010-11-20  Glenn Morris  <rgm@gnu.org>
1395         * emacs-lisp/authors.el (authors-ignored-files)
1396         (authors-valid-file-names, authors-renamed-files-alist): Add entries.
1398 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1400         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
1401         (report-emacs-bug-parse-query-results)
1402         (report-emacs-bug-create-existing-bugs-buffer): Pass through
1403         keywords used for querying the bug database to show them in the
1404         existing bugs buffer.
1406 2010-11-20  Jan Djärv  <jan.h.d@swipnet.se>
1408         * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
1410         * info.el (info-tool-bar-map): Add some :vert-only keywords.
1412 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
1414         * international/characters.el (glyphless-char-display-control):
1415         Make it a defcustom, with update-glyphless-char-display as its
1416         :set attribute.
1417         (top level): Don't call update-glyphless-char-display.
1419 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
1421         Sync with Tramp 2.2.0.
1423         * net/tramp.el (tramp-handle-insert-file-contents): Don't use
1424         `file-remote-p' (due to compatibility).
1426         * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
1427         (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
1429         * net/trampver.el: Update release number.
1431 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
1433         * faces.el (glyphless-char): Define value for `pc'.
1435 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1437         Implemented a bug querying mechanism.
1438         * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
1439         (report-emacs-bug-create-existing-bugs-buffer)
1440         (report-emacs-bug-parse-query-results)
1441         (report-emacs-bug-query-existing-bugs): New functions.
1443 2010-11-19  Tassilo Horn  <tassilo@member.fsf.org>
1445         * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
1446         a \ref{} or \pageref{} macro, then use its value as initial input.
1448 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
1450         * calc/calc-units.el (math-build-units-table-buffer):
1451         calc/README: Mention that the TeX specific units won't use the
1452         `tex' prefix in TeX mode.
1453         calc/calc-lang.el (math-variable-table): Don't use the `tex'
1454         prefix for units in TeX mode.
1456 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1458         * simple.el (kill-new, kill-append, kill-region):
1459         * comint.el (comint-kill-region): Make the yank-handler argument
1460         obsolete.
1462 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1464         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
1465         that are both openers (resp. closers) and something else.
1466         (smie-grammar): Loosen definition of valid values.
1467         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
1468         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
1469         (smie-indent-after-keyword): Adjust users.
1470         (smie-indent-keyword): Don't indent empty lines.
1472         * vc-hg.el (vc-hg-program): New var.
1473         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
1474         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
1476 2010-11-18  Glenn Morris  <rgm@gnu.org>
1478         * emacs-lisp/autoload.el (autoload-find-destination): The function
1479         coding-system-eol-type may return non-numeric values.  (Bug#7414)
1481 2010-11-18  Ulrich Mueller  <ulm@gentoo.org>
1483         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
1485 2010-11-18  Eli Zaretskii  <eliz@gnu.org>
1487         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
1489 2010-11-18  Chong Yidong  <cyd@stupidchicken.com>
1491         * textmodes/picture.el (picture-mouse-set-point): Don't use
1492         posn-col-row; explicitly compute the motion based on the posn at
1493         the window-start (Bug#7390).
1495 2010-11-18  Glenn Morris  <rgm@gnu.org>
1497         * novice.el (disabled-command-function):
1498         Fix 2009-11-15 change.  (Bug#7384)
1500 2010-11-18  Glenn Morris  <rgm@gnu.org>
1502         * calendar/calendar.el (diary-iso-date-forms): Make elements
1503         mutually exclusive.  (Bug#7377)
1505 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1507         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
1508         when filling the remaining "unconstrained" values.
1510 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1512         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
1513         safety predicate.
1515         * files.el (safe-local-variable-p): Gracefully handle errors.
1517         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
1518         Use smie-indent-virtual when indenting relative to an opener.
1519         (smie-rule-separator): Use smie-rule-parent.
1520         (smie-indent-keyword): Consult rules, even for openers at bol.
1521         (smie-indent-comment-close): Try to align closer's content.
1523 2010-11-18  Glenn Morris  <rgm@gnu.org>
1525         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1527 2010-11-18  Glenn Morris  <rgm@gnu.org>
1529         * printing.el (pr-menu-bind): Doc fix.
1531         * speedbar.el (speedbar-toggle-images): Doc fix.
1533         * progmodes/python.el (python-shell): Doc fix.
1535         * wid-edit.el (widget-field-use-before-change)
1536         (widget-use-overlay-change): Doc fixes.
1538 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1540         Minor cleanup to improve style.
1541         * textmodes/rst.el (rst-update-section): Use point-marker.
1542         (rst-get-decoration): Eliminate unneeded assignment.
1543         (rst-promote-region, rst-straighten-decorations)
1544         (rst-section-tree, rst-adjust): Use point-marker.
1545         (rst-toc-mode-mouse-goto): Avoid setq.
1546         (rst-shift-region-guts, rst-shift-region-left)
1547         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
1548         (rst-convert-bullets-to-enumeration): Use copy-marker.
1550         * minibuffer.el (completion-fail-discreetly): New var.
1551         (completion--do-completion): Use it.
1553         * electric.el (electric-pair-pairs): New var.
1554         (electric-pair-post-self-insert-function): Use it.
1555         (electric-layout-post-self-insert-function): Don't insert a before
1556         newline unless it's actually needed.
1558 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1560         * progmodes/python.el (run-python): Explain why we remove the current
1561         directory from sys.path.  Suggested by Eric Hanchrow <erich@cozi.com>.
1563         * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
1565 2010-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1567         * progmodes/octave-mod.el: Rely on elecric-*-modes.
1568         (octave-mode-map): Don't bind ;, SPC, and LF.
1569         (octave-auto-indent, octave-auto-newline): Remove.
1570         (electric-layout-rules): Declare.
1571         (octave-mode): Set electric-layout-rules.
1572         (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
1573         (octave-reindent-then-newline-and-indent, octave-electric-semi)
1574         (octave-electric-space): Remove.
1576         * electric.el (electric-layout-mode): New minor mode.
1577         (electric--after-char-pos): New function.
1578         (electric-indent-post-self-insert-function): Use it.
1579         (electric-layout-rules): New var.
1580         (electric-layout-post-self-insert-function): New function.
1581         (electric-indent-mode): Make them interact better.
1583 2010-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1585         * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
1586         (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
1587         (checkdoc-proper-noun-region-engine): Use with-syntax-table.
1589 2010-11-15  Agustín Martín  <agustin.martin@hispalinux.es>
1591         * textmodes/flyspell.el (flyspell-generic-progmode-verify):
1592         Make sure to check inside the word (Bug#6761).
1594 2010-11-14  Chong Yidong  <cyd@stupidchicken.com>
1596         * startup.el (command-line): If the cursorColor resource is set,
1597         change the cursor face-spec (Bug#7392).
1599 2010-11-13  Ken Manheimer  <ken.manheimer@gmail.com>
1601         The main features of the following allout.el changes are:
1602         - implement user customization for the allout key bindings
1603         - add a customization control by which the user can inhibit use of
1604           a trailing Ctrl-H, so by default it's reserved for use with
1605           describe-prefix-bindings
1606         - adapt to new version of called-interactively-p, while
1607           maintaining backwards compatibility with old version
1608         - fix hotspot navigation so i works properly with meta-modified keys
1610         * allout.el (allout-keybindings, allout-bind-keys)
1611         (allout-keybindings-binding, allout-prefixed-keybindings)
1612         (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
1613         (allout-keybindings-list, allout-mode-map-adjustments)
1614         (allout-setup-mode-map): Establish allout-mode keymaps as user
1615         customizable settings, and also establish a customizable setting which
1616         regulates whether or not a trailing control-h is reserved for use with
1617         describe-prefix-bindings - and inhibit it by default, so that control-h
1618         *is* reserved for describe-prefix-bindings unless the user changes it.
1620         * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
1621         and accurately between modified and unmodified events, and handle
1622         modified events more comprehensively.
1624         * allout.el (allout-substring-no-properties):
1625         Alias to use or provide version of `substring-no-properties'.
1626         (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1628         * allout.el (allout-next-single-char-property-change):
1629         Alias to use or provide version of `next-single-char-property-change'.
1630         (allout-annotate-hidden, allout-hide-by-annotation):
1631         Use `allout-next-single-char-property-change'.
1633         * allout.el (allout-select-safe-coding-system):
1634         Alias to use or provide version of `select-safe-coding-system'.
1635         (allout-toggle-subtree-encryption):
1636         Use `allout-select-safe-coding-system'.
1638         * allout.el (allout-set-buffer-multibyte):
1639         Alias to use or provide version of `set-buffer-multibyte'.
1640         (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1642         * allout.el (allout-called-interactively-p): Macro for using the
1643         different versions of called-interactively-p identically, depending on
1644         the subroutine's argument signature.
1645         (allout-back-to-current-heading, allout-beginning-of-current-entry):
1646         Use `(interactive "p")' instead of `(called-interactively-p)'.
1648         * allout.el (allout-init, allout-ascend, allout-end-of-level)
1649         (allout-previous-visible-heading, allout-forward-current-level)
1650         (allout-backward-current-level, allout-show-children):
1651         Use `allout-called-interactively-p' instead of `called-interactively-p'.
1653         * allout.el (allout-before-change-handler):
1654         Exempt edits to the (overlaid) character after the allout outline
1655         bullet from edit confirmation prompt.
1657         * allout.el (allout-add-resumptions):
1658         Ensure that it respects correct buffer for keybindings.
1660         * allout.el (allout-beginning-of-line):
1661         Use `allout-previous-single-char-property-change' alias for the sake of
1662         diverse compatibility.
1664         * allout.el (allout-end-of-line):
1665         Use `allout-mark-active-p' to encapsulate respect for mark activity.
1667 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
1669         * frame.el (frame-notice-user-settings): Don't clobber other
1670         user-set parameters when calling face-set-after-frame-default in
1671         response to background-color parameter (Bug#7373).
1673 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1675         * international/characters.el (glyphless-char-display-control):
1676         Rename from glyphless-char-control; all users changed.  Doc fix.
1677         Signal an error if display method is not one of the recognized
1678         symbols.
1680 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
1682         * net/tramp-compat.el (tramp-compat-line-beginning-position)
1683         (tramp-compat-line-end-position): Remove them.
1685         * net/tramp.el (tramp-parse-rhosts-group)
1686         (tramp-parse-shosts-group, tramp-parse-sconfig-group)
1687         (tramp-parse-hosts-group, tramp-parse-passwd-group)
1688         (tramp-parse-netrc-group, tramp-parse-putty-group)
1689         * net/tramp-cmds.el (tramp-append-tramp-buffers)
1690         * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
1691         (tramp-sh-handle-file-selinux-context)
1692         (tramp-sh-handle-file-name-all-completions)
1693         (tramp-sh-handle-insert-directory)
1694         (tramp-sh-handle-expand-file-name, tramp-find-executable)
1695         (tramp-wait-for-output, tramp-send-command-and-read)
1696         * net/tramp-smb.el (tramp-smb-read-file-entry)
1697         (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
1699         * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
1700         `point-at-bol'.
1701         (tramp-remote-coding-commands): Add an alternative using "base64
1702         -d -i".  This is needed for older base64 versions from GNU
1703         coreutils.  Reported by Klaus Reichl
1704         <Klaus.Reichl@thalesgroup.com>.
1706 2010-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
1708         * simple.el (count-words-region): New function.
1710 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1712         * shell.el (shell-dir-cookie-re): New custom variable.
1713         (shell-dir-cookie-watcher): New function.
1715         * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
1716         and compilation-mode (bug#7350).
1718         * vc/smerge-mode.el (smerge-refine): Choose better default part to
1719         highlight when one of them is empty.
1721         * skeleton.el (skeleton-read): Don't use `newline' since it may strip
1722         trailing space.
1723         (skeleton-newline): New function.
1724         (skeleton-internal-1): Use it.
1726         * simple.el (open-line): `newline' may strip trailing space.
1728 2010-11-12  Kevin Ryde  <user42@zip.com.au>
1730         * international/mule-cmds.el (princ-list): Use mapc.
1732 2010-11-12  Glenn Morris  <rgm@gnu.org>
1734         * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
1735         Use it to replace all instances of "*Compile-Log*"
1737 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1739         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
1740         indentation specs.
1742 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1744         * progmodes/modula2.el: Use SMIE and skeleton.
1745         (m2-mode-syntax-table): (*..*) can be nested.
1746         Add //...\n.  Fix paren syntax.
1747         (m2-mode-map): Remove LF and TAB bindings.
1748         (m2-indent): Add safety property.
1749         (m2-smie-grammar): New var.
1750         (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
1751         (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
1752         (m2-mode): Use define-derived-mode.
1753         (m2-newline, m2-tab): Remove.
1754         (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
1755         (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
1756         (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
1757         (m2-import): Use define-skeleton.
1759 2010-11-11  Glenn Morris  <rgm@gnu.org>
1761         * obsolete/lucid.el: Don't warn about any CL functions in this file.
1763         * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
1764         (ls-lisp-verbosity): Add custom :set-after property.
1765         (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
1766         (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
1767         (ls-lisp-insert-directory): Update caller.
1768         (ls-lisp-set-options): New function.
1769         (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
1770         Doc fix.
1772         * play/landmark.el (lm-prompt-for-move):
1773         * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
1775         * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
1777         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
1778         (idlwave-study-twins): Prefix dynamic local variable `name'.
1779         (idlwave-routine-twin-compare): Update for above change.
1781         * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
1782         Prefix dynamic local variables `name', `kwd', and `link'.
1783         * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
1784         * progmodes/idlw-complete-structtag.el
1785         (idlwave-complete-structure-tag-help):
1786         * progmodes/idlwave.el (idlwave-complete-sysvar-help)
1787         (idlwave-complete-sysvar-tag-help)
1788         (idlwave-complete-class-structure-tag-help):
1789         Update for above name changes.
1791 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793         * net/browse-url.el (browse-url-browser-function): Change the
1794         default to use `browse-url-mail' on mailto: URLs.
1796 2010-11-10  Chong Yidong  <cyd@stupidchicken.com>
1798         * emacs-lisp/package.el (package-read-all-archive-contents):
1799         Reset package-archive-contents to nil before re-reading.
1801 2010-11-10  Brandon Craig Rhodes  <brandon@rhodesmill.org>  (tiny change)
1803         * textmodes/flyspell.el (flyspell-word): Do not re-check words
1804         already found as misspellings by (flyspell-large-region), just
1805         do highlighting (bug#7322).
1807 2010-11-10  Glenn Morris  <rgm@gnu.org>
1809         * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
1811         * emulation/edt.el (edt-with-position): New macro.
1812         (edt-find-forward, edt-find-backward, edt-find-next-forward)
1813         (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
1814         (edt-paragraph-forward, edt-paragraph-backward): Use it.
1816         * emulation/tpu-extras.el (tpu-with-position): New macro.
1817         (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
1819         * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
1821         * textmodes/texnfo-upd.el (texinfo-all-menus-update)
1822         (texinfo-menu-copy-old-description, texinfo-start-menu-description)
1823         (texinfo-master-menu, texinfo-insert-node-lines)
1824         (texinfo-multiple-files-update):
1825         * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
1826         Use line-beginning-position.
1828         * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
1829         No recent Emacs supports system-type `emx'.
1831         * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
1832         (ada-command-separator, ada-default-prj-properties)
1833         (ada-find-any-references): Update for above name change.
1835         * dirtrack.el (dirtrack-directory-function)
1836         (dirtrack-canonicalize-function):
1837         * filecache.el (file-cache-completion-ignore-case)
1838         (file-cache-case-fold-search, file-cache-ignore-case):
1839         * term.el (serial-port-is-file-p): Cosmetic change.
1841         * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
1842         Remove non-existent `windows-95' system-type.
1843         * dired.el (dired-chown-program): Remove non-existent `linux'
1844         system-type.
1846         * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
1847         (ping-program-options): Remove non-existent `linux' system-type.
1849         * startup.el (package-initialize): Update declaration.
1851         * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
1852         (ls-lisp-handle-switches): Use time-less-p.
1853         (ls-lisp-format-time): Use float-time.
1855         * textmodes/remember.el (remember-time-to-seconds): Remove.
1856         (remember-store-in-mailbox): Use float-time.
1858         * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
1860         * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
1861         never a real function.
1862         (with-no-warnings): Remove compat stub, now unused.
1863         (time-less-p): Doc fix.
1864         (time-to-number-of-days): Simplify.
1866         * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
1867         Remove.
1868         (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
1869         * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
1870         * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
1871         * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
1872         * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
1874         * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
1875         (eshell-shuffle-files, eshell-shorthand-tar-command)
1876         (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
1877         Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
1878         * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
1879         Prefix dynamic local variable `matches'.
1881         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
1882         Prefix dynamic local variable `skeleton'.
1884 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1886         * net/browse-url.el (browse-url-mail): Insert body part of mailto url
1887         in mail buffer; make yank-action always a command that yanks original
1888         buffer.
1890 2010-11-09  Glenn Morris  <rgm@gnu.org>
1892         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
1894 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1896         * minibuffer.el (minibuffer-completion-help): Specify the end of the
1897         completion field (bug#7211).
1899         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1900         Fix handling of backslash escapes.
1901         (python-quote-syntax): Adjust accordingly.
1903 2010-11-09  Richard Levitte  <richard@levitte.org>  (tiny change)
1905         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1906         (vc-mtn-workfile-branch): Adjust to new output format.
1908 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1910         * international/mule-cmds.el (princ-list): Mark as obsolete.
1912 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1914         * emacs-lisp/smie.el: New package.
1916 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
1918         * files.el (backup-by-copying-when-mismatch):
1919         Set `permanent-local' property.
1921         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1922         `permanent-local' property for `backup-by-copying-when-mismatch'.
1924 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
1926         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
1928 2010-11-09  Wilson Snyder  <wsnyder@wsnyder.org>
1930         * progmodes/verilog-mode.el (verilog-insert-one-definition)
1931         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
1932         AUTOINOUT for SV style multidimensional arrays, bug294.
1933         Reported by Eric Mastromarchi.
1934         (verilog-preprocess): Use with-current-buffer and
1935         font-lock-fontify-buffer to cleanup style issues.
1937 2010-11-09  Glenn Morris  <rgm@gnu.org>
1939         * locate.el (locate, locate-mode): Doc fixes.
1941 2010-11-09  Chong Yidong  <cyd@stupidchicken.com>
1943         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1944         user for confirmation.
1945         (server-force-stop): Use it.
1946         (server-start): Use server-force-stop for kill-emacs-hook, to
1947         avoid user interaction while killing Emacs.
1949 2010-11-09  Glenn Morris  <rgm@gnu.org>
1951         * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
1952         (meta-indent-line): Simplify.
1954         * vc/emerge.el (emerge-line-number-in-buf):
1955         * textmodes/ispell.el (ispell-region):
1956         * textmodes/fill.el (current-fill-column):
1957         * progmodes/xscheme.el (xscheme-send-current-line):
1958         * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
1959         * progmodes/tcl.el (tcl-hairy-scan-for-comment):
1960         * progmodes/sh-script.el (sh-handle-prev-do):
1961         * progmodes/meta-mode.el (meta-indent-line):
1962         * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
1963         (idlwave-in-quote):
1964         * progmodes/idlw-shell.el (idlwave-shell-current-frame)
1965         (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
1966         * progmodes/fortran.el (fortran-looking-at-if-then):
1967         * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
1968         * progmodes/cperl-mode.el (cperl-sniff-for-indent)
1969         (cperl-find-pods-heres):
1970         * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
1971         * net/quickurl.el (quickurl-list-insert):
1972         * net/ldap.el (ldap-search-internal):
1973         * net/eudc.el (eudc-expand-inline):
1974         * mail/sendmail.el (sendmail-send-it):
1975         * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
1976         * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
1977         (viper-brac-function):
1978         * calc/calc-yank.el (calc-do-grab-region):
1979         * calc/calc-keypd.el (calc-keypad-press):
1980         * term.el (term-move-columns, term-insert-spaces):
1981         * speedbar.el (speedbar-highlight-one-tag-line):
1982         * simple.el (current-word):
1983         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1984         * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
1985         (Info-scroll-down):
1986         * hippie-exp.el (he-line-beg):
1987         * epa.el (epa--marked-keys):
1988         * dired-aux.el (dired-kill-line, dired-do-kill-lines)
1989         (dired-update-file-line, dired-add-entry, dired-remove-entry)
1990         (dired-relist-entry):
1991         * buff-menu.el (Buffer-menu-buffer):
1992         * array.el (current-line):
1993         * allout.el (allout-resolve-xref)
1994         (allout-latex-verbatim-quote-curr-line):
1995         Replace yet more uses of end-of-line etc with line-end-position, etc.
1997 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1999         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
2000         (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
2001         (checkdoc-syntax-table): Initialize in the declaration.
2002         (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
2003         the mode on unconditionally.
2005         * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
2006         (extent-end-position, extent-start-position): Remove setf method for
2007         non-existing functions (bug#7319).
2009 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2011         * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
2012         (smie-precs->prec2): Rename from smie-precs-precedence-table.
2013         (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
2014         (smie-prec2->grammar): Rename from smie-prec2-levels.
2015         (smie-grammar): Rename from smie-op-levels.
2016         (smie-indent--hanging-p): Rename from smie-hanging-p.
2017         (smie-rule-hanging-p): New alias.
2018         (smie-indent--bolp): Rename from smie-bolp.
2019         (smie-indent--hanging-p): New alias.
2020         (smie--token): New dynamically bound variable.
2021         (smie-indent--parent): New function.
2022         (smie-rule-parent-p): Use it; rename from smie-parent-p.
2023         (smie-rule-next-p): Rename from smie-next-p.
2024         (smie-rule-prev-p): Rename from smie-prev-p.
2025         (smie-rule-sibling-p, smie-rule-parent)
2026         (smie-indent--separator-outdent, smie-rule-separator): New functions.
2027         (smie-rule-separator-outdent): New var.
2028         (smie-indent--rule): Merge with smie-indent--column.
2029         (smie-indent-forward-token, smie-indent-backward-token):
2030         Also recognize close parens.
2031         (smie-indent-keyword): Don't use smie-indent--column any more.
2032         (smie-indent-after-keyword): Ignore closers by default.
2033         (smie-indent-line): Use with-demoted-errors.
2034         * progmodes/octave-mod.el (octave-smie-grammar):
2035         Rename from octave-smie-op-levels.
2036         (octave-smie-rules): Adjust to new behavior.
2037         * progmodes/prolog.el (prolog-smie-grammar):
2038         Rename from prolog-smie-op-levels.
2040 2010-11-07  Glenn Morris  <rgm@gnu.org>
2042         * eshell/esh-util.el (subst-char-in-string)
2043         (directory-files-and-attributes): These compatibility definitions are
2044         not needed on any version of Emacs since at least 21.4.
2046         * progmodes/verilog-mode.el (verilog-get-beg-of-line)
2047         (verilog-get-end-of-line): Remove.
2048         (verilog-within-string, verilog-re-search-forward-substr)
2049         (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
2050         (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
2051         Use point-at-bol, point-at-eol.
2052         * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
2053         Remove.
2054         (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
2055         (electric-pascal-terminate-line, pascal-set-auto-comments)
2056         (pascal-indent-paramlist, pascal-indent-declaration)
2057         (pascal-get-lineup-indent, pascal-func-completion)
2058         (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
2059         Use point-at-bol, point-at-eol.
2060         * progmodes/flymake.el (flymake-line-beginning-position)
2061         (flymake-line-end-position): Remove.
2062         (flymake-highlight-line): Use point-at-bol, point-at-eol.
2063         * eshell/esh-util.el (line-end-position, line-beginning-position):
2064         Remove compat definitions.
2066         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2067         Use end-of-line N.
2068         (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
2069         Use line-end-position.
2071         * emacs-lisp/chart.el (chart-zap-chars):
2072         * play/decipher.el (decipher-set-map):
2073         * progmodes/ada-mode.el (ada-get-current-indent)
2074         (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
2075         * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
2076         * progmodes/ada-xref.el (ada-initialize-runtime-library)
2077         (ada-get-all-references):
2078         * progmodes/cperl-mode.el (cperl-electric-paren)
2079         (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
2080         (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
2081         (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
2082         (cperl-word-at-point-hard):
2083         * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
2084         (idlwave-shell-filename-string, idlwave-shell-batch-command)
2085         (idlwave-shell-display-line):
2086         * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
2087         (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
2088         * progmodes/js.el (js--re-search-forward-inner)
2089         (js--re-search-backward-inner):
2090         * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
2091         (vhdl-fix-clause, vhdl-compose-configuration-architecture):
2092         * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
2093         * textmodes/flyspell.el (flyspell-process-localwords):
2094         * textmodes/ispell.el (ispell-buffer-local-parsing)
2095         (ispell-buffer-local-dict, ispell-buffer-local-words):
2096         Use point-at-bol and point-at-eol.
2098         * speedbar.el (speedbar-generic-item-info)
2099         (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
2100         (speedbar-add-indicator, speedbar-check-vc-this-line)
2101         (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
2102         (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
2103         Replace more uses of end-of-line etc with line-end-position.
2105 2010-11-06  Glenn Morris  <rgm@gnu.org>
2107         * textmodes/texnfo-upd.el (texinfo-start-menu-description)
2108         (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
2109         (texinfo-delete-existing-pointers, texinfo-find-pointer)
2110         (texinfo-clean-up-node-line, texinfo-insert-node-lines)
2111         (texinfo-multiple-files-update):
2112         * textmodes/table.el (table--probe-cell-left-up)
2113         (table--probe-cell-right-bottom):
2114         * textmodes/picture.el (picture-tab-search):
2115         * textmodes/page-ext.el (pages-copy-header-and-position)
2116         (pages-directory-for-addresses):
2117         * progmodes/vera-mode.el (vera-get-offset):
2118         * progmodes/simula.el (simula-calculate-indent):
2119         * progmodes/python.el (python-pdbtrack-overlay-arrow):
2120         * progmodes/prolog.el (end-of-prolog-clause):
2121         * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
2122         * progmodes/icon.el (indent-icon-exp):
2123         * progmodes/etags.el (tag-re-match-p):
2124         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
2125         * progmodes/ebnf2ps.el (ebnf-begin-file):
2126         * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
2127         (dcl-save-local-variable):
2128         * play/life.el (life-setup):
2129         * play/gametree.el (gametree-looking-at-ply):
2130         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2131         * mail/sendmail.el (mail-mode-auto-fill):
2132         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2133         * emacs-lisp/edebug.el (edebug-overlay-arrow):
2134         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
2135         * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
2136         (woman-tab-to-tab-stop, WoMan-warn-ignored):
2137         * type-break.el (type-break-file-keystroke-count):
2138         * term.el (term-replace-by-expanded-history-before-point)
2139         (term-skip-prompt, term-extract-string):
2140         * speedbar.el (speedbar-edit-line, speedbar-expand-line)
2141         (speedbar-contract-line, speedbar-toggle-line-expansion)
2142         (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
2143         (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
2144         * sort.el (sort-skip-fields):
2145         * skeleton.el (skeleton-internal-list):
2146         * simple.el (line-move-finish, line-move-to-column):
2147         * shell.el (shell-forward-command):
2148         * misc.el (copy-from-above-command):
2149         * makesum.el (double-column):
2150         * ebuff-menu.el (electric-buffer-update-highlight):
2151         * dired.el (dired-move-to-end-of-filename):
2152         * dframe.el (dframe-popup-kludge):
2153         * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
2154         * arc-mode.el (archive-get-lineno):
2155         Use line-end-position and line-beginning-position.
2157         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
2158         (idlwave-study-twins): Prefix dynamic local `class'.
2159         (idlwave-routine-twin-compare): Update for above name change.
2161         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
2162         Use boundp tests to silence compiler.  Update for changed name of
2163         bytecomp-filename variable.
2165         * emulation/viper-cmd.el (viper-read-string-with-history):
2166         Prefix dynamic local `initial'.
2167         (viper-minibuffer-standard-hook): Update for above name change.
2169         * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
2170         (elint-init-form): Update for above name change.
2172         * mail/mail-extr.el (mail-extract-address-components): Give dynamic
2173         local variables `cbeg' and `cend' a prefix.
2174         (mail-extr-voodoo): Update for above name change.
2176         * textmodes/reftex-toc.el (reftex-toc-do-promote)
2177         (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
2178         (reftex-toc-promote-action): Doc fix.
2180         * textmodes/reftex-sel.el (reftex-select-item): Give local variables
2181         `prompt', `data' a prefix.
2182         (reftex-select-post-command-hook, reftex-select-callback)
2183         (reftex-select-mouse-accept, reftex-select-read-cite):
2184         Update for above name changes.
2186         * textmodes/reftex-ref.el (reftex-reference): Rename local variable
2187         `refstyle' to reftex-refstyle.
2188         (reftex-offer-label-menu): Update for above name change.
2189         * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
2190         `refstyle' name change.
2192         * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
2193         with with-current-buffer.
2194         (diff, template): Give dynamic local variables a prefix.
2195         (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
2196         (emerge-line-number-in-buf): Update for above name change.
2197         (emerge-combine-versions-internal): Rename local `template' to
2198         emerge-combine-template.
2199         (emerge-combine-versions-edit): Update for above name change.
2201 2010-11-06  Ralf Angeli  <angeli@caeruleus.net>
2203         * textmodes/reftex-cite.el
2204         (reftex-extract-bib-entries-from-thebibliography): Match bibitem
2205         entries with whitespace after \bibitem.
2206         (reftex-create-bibtex-file): Match entries containing numbers and
2207         symbol constituents.  Make sure that entries with whitespace at
2208         various places are found.
2210 2010-11-05  Christian Millour  <cm@abtela.com>  (tiny change)
2212         * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
2214 2010-11-05  Jan Djärv  <jan.h.d@swipnet.se>
2216         * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
2218 2010-11-05  Glenn Morris  <rgm@gnu.org>
2220         * woman.el (woman0-roff-buffer, woman1-roff-buffer)
2221         (woman2-roff-buffer): Give local variable `request' a prefix.
2222         (woman0-macro): Rename argument `request' in the same way.
2223         (woman-request): New name for `request' dynamic variable.
2224         (woman-unquote, woman-forward-arg): Update for above name change.
2225         (woman1-roff-buffer): Give local variable `unquote' a prefix.
2226         (woman1-unquote): New name for `unquote' dynamic variable.
2227         (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
2228         (woman-translations): Rename from `translations'.  No longer global.
2229         (woman2-tr, woman-translate): Update for above name change.
2230         (woman-translate): Check for bound variable.
2231         (woman2-roff-buffer): Give local variable `translations' a prefix.
2233         * play/doctor.el: Give all local variables a prefix.  Update callers.
2234         (doc$, doctor-put-meaning): Use backquote.
2236         * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
2237         (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
2239         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
2240         variables bytes, ptr, op a prefix.
2241         (disassemble-offset): Update for above change.
2243 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
2245         * emacs-lisp/package.el (package-unpack): Remove no-op.
2246         (package--builtins, package--dir): Doc fix.
2247         (package-activate-1, package-activate, package-install)
2248         (package-compute-transaction): Fix error message.
2249         (package-delete): Use delete-directory.  Omit system packages.
2250         (package-initialize): Set package-alist to nil first.
2251         (package-menu-mark-delete, package-menu-mark-install): Don't add
2252         symbols that are inconsistent with the package state.
2253         (package-menu-execute): Perform deletions and installations as
2254         single batch operations.
2256 2010-11-03  Glenn Morris  <rgm@gnu.org>
2258         * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
2259         (props): Remove unnecessary declaration.
2261         * textmodes/ispell.el (ispell-init-process): On Emacs, always use
2262         set-process-query-on-exit-flag.
2264         * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
2265         (reftex-toc-do-promote): Remove unused local `mpos'.
2266         (reftex-toc-restore-region): Make `mpos' local to this function.
2268         * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
2270         * play/landmark.el (lm-losing-threshold): Correct spelling.
2271         (lm-human-plays): Use new name.
2273         * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
2274         (gomoku-human-plays): Use new name.
2276         * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
2277         (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
2278         (gomoku-score-trans-table, gomoku-winning-threshold)
2279         (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
2281 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
2283         * emacs-lisp/package.el: Don't put built-in packages in
2284         package-alist, to avoid loading inefficiencies.
2285         (package-built-in-p): Make VERSION optional, and treat it as a
2286         minimum acceptable version.
2287         (package-activate): Search separately for built-in packages.
2288         Emit a warning if a dependency fails.
2289         (define-package): Handle most common case, where there is no
2290         obsolete package, first.
2291         (package-compute-transaction): Print required version in error.
2292         (package--initialized): New variable.
2293         (list-packages): Use it.
2294         (package-initialize): Optional arg NO-ACTIVATE.  Don't put
2295         built-in packages in packages-alist; keep it separate.
2296         Set package--initialized.
2297         (describe-package): Avoid activating packages as a side-effect.
2298         Search separately for built-in packages.
2299         (describe-package-1): Handle the case where an elpa package is
2300         simultaneously built-in and available/installed.
2301         (package-installed-p, package--generate-package-list):
2302         Search separately for built-in packages.
2303         (package-load-descriptor): Doc fix.
2305 2010-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2307         * progmodes/perl-mode.el (perl-syntax-propertize-function):
2308         Handle __DATA__ and __END__.
2310 2010-11-02  Noah Friedman  <friedman@splode.com>
2312         * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
2313         nil, do not ask to recompile files that are not already compiled,
2314         and do not recompile them.
2316 2010-11-02  Chong Yidong  <cyd@stupidchicken.com>
2318         * emacs-lisp/package.el (package-initialize): Ensure that
2319         obsoleted built-in packages are not in package-activated-list
2320         during activation.
2321         (describe-package-1): Make the "installed" status override
2322         "built-in".
2324 2010-11-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2326         * subr.el (version-separator, version-regexp-alist): Remove '*'
2327         from docstring.
2328         (version-list-<=, version<=, version=): Doc fix.
2330 2010-11-01  Kenichi Handa  <handa@m17n.org>
2332         * faces.el (glyphless-char): Inherit underline for tty.
2334 2010-11-01  Kenichi Handa  <handa@m17n.org>
2336         Implement various display methods for glyphless characters.
2338         * international/characters.el (char-acronym-table): New variable.
2339         (glyphless-char-control): New variable.
2340         (update-glyphless-char-display): New funciton.
2342         * faces.el (glyphless-char): New face.
2344 2010-11-01  Glenn Morris  <rgm@gnu.org>
2346         * calendar/holidays.el (general-holidays, oriental-holidays)
2347         (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
2348         (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
2349         the definitions of their targets.
2351         * emacs-lisp/smie.el (smie): New custom group.
2352         (smie-blink-matching-inners, smie-indent-basic): Add :group.
2354         * faces.el (xw-defined-colors, x-setup-function-keys):
2355         * mouse-sel.el (x-select-text):
2356         * term/w32console.el (x-setup-function-keys): Update declarations.
2358         * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
2360         * textmodes/ispell.el (comment-add): Declare.
2362         * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
2363         Declare.
2365         * info.el (finder-keywords-hash, package-alist): Declare.
2367 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
2369         * finder.el (finder-compile-keywords): Don't use intern-soft,
2370         since package names may not yet exist in the obarray.
2372 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
2374         * vc/vc-arch.el (vc-arch-checkin):
2375         * vc/vc-cvs.el (vc-cvs-checkin):
2376         * vc/vc-mtn.el (vc-mtn-checkin):
2377         * vc/vc-rcs.el (vc-rcs-checkin):
2378         * vc/vc-sccs.el (vc-sccs-checkin):
2379         * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
2380         since 2010-04-21 commit by Stefan Monnier.
2382 2010-11-01  Glenn Morris  <rgm@gnu.org>
2384         * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
2386         * startup.el (package-enable-at-startup, package-initialize):
2387         Silence compiler.
2389         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2390         Silence compiler.
2392 2010-10-31  Julien Danjou  <julien@danjou.info>
2394         * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
2395         (byte-recompile-directory):
2396         * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
2397         Use `byte-recompile-file'.
2399 2010-10-31  Glenn Morris  <rgm@gnu.org>
2401         * cus-start.el: Handle standard values via a keyword.
2402         Only set version property if specified.
2403         (cursor-in-non-selected-windows, menu-bar-mode)
2404         (tool-bar-mode, show-trailing-whitespace):
2405         Do not specify standard values.
2406         (transient-mark-mode, temporary-file-directory): Use :standard.
2408 2010-10-31  Jan Djärv  <jan.h.d@swipnet.se>
2410         * term/x-win.el (x-get-selection-value): New function that gets
2411         PRIMARY with type as specified in x-select-request-type. (Bug#6802).
2413 2010-10-31  Michael Albinus  <michael.albinus@gmx.de>
2415         * net/tramp.el (tramp-handle-insert-file-contents): For root,
2416         preserve owner and group when editing files.  (Bug#7289)
2418 2010-10-31  Glenn Morris  <rgm@gnu.org>
2420         * speedbar.el (speedbar-mode):
2421         * play/fortune.el (fortune-in-buffer, fortune):
2422         * play/gomoku.el (gomoku-mode):
2423         * play/landmark.el (lm-mode):
2424         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2425         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
2427         * select.el (x-selection): Mark it as an obsolete alias.
2429 2010-10-31  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2431         * vc/add-log.el (find-change-log): Use derived-mode-p rather than
2432         major-mode (bug#7284).
2434 2010-10-31  Glenn Morris  <rgm@gnu.org>
2436         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
2437         rather than just an unused variable that inherits from the real one.
2439 2010-10-31  Alan Mackenzie  <acm@muc.de>
2441         * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
2442         This fixes bug #7185.
2444 2010-10-30  Chong Yidong  <cyd@stupidchicken.com>
2446         * startup.el (command-line): Search for package directories, and
2447         don't load package.el if none are found.
2449         * emacs-lisp/package.el (describe-package, list-packages):
2450         Call package-initialize if it has not been called yet.
2452 2010-10-30  Alan Mackenzie  <acm@muc.de>
2454         * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
2455         which fontifies the tail of an enum.
2456         (c-basic-matchers-after): Insert a call to the above new function.
2457         This fixes bug #7264.
2459 2010-10-30  Glenn Morris  <rgm@gnu.org>
2461         * cus-start.el: Add :set properties for minor modes menu-bar-mode,
2462         tool-bar-mode, transient-mark-mode.  (Bug#7306)
2463         Include the :set property in the dumped Emacs.
2465 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2467         SMIE: change indent rules format, improve smie-setup.
2468         * emacs-lisp/smie.el (smie-precs-precedence-table)
2469         (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
2470         Mark them pure so the tables gets built at compile time.
2471         (smie-bnf-precedence-table): Store the closer-alist in the table.
2472         (smie-prec2-levels): Preserve the closer-alist.
2473         (smie-blink-matching-open): Be more forgiving in case of indentation.
2474         (smie-hanging-p): Rename from smie-indent--hanging-p.
2475         (smie-bolp): Rename from smie-indent--bolp.
2476         (smie--parent, smie--after): New dynamic vars.
2477         (smie-parent-p, smie-next-p, smie-prev-p): New funs.
2478         (smie-indent-rules): Remove.
2479         (smie-indent--offset-rule): Remove fun.
2480         (smie-rules-function): New var.
2481         (smie-indent--rule): New fun.
2482         (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
2483         (smie-indent-exps): Use it.
2484         (smie-setup): Setup paren blinking; add keyword args for token
2485         functions; extract closer-alist from op-levels.
2486         (smie-indent-debug-log): Remove var.
2487         (smie-indent-debug): Remove fun.
2488         * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
2489         (prolog-smie-rules): New fun to replace it.
2490         (prolog-mode-variables): Simplify.
2491         * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
2492         it's setup automatically.
2493         (octave-smie-indent-rules): Remove.
2494         (octave-smie-rules): New fun to replace it.
2495         (octave-mode): Simplify.
2497 2010-10-29  Glenn Morris  <rgm@gnu.org>
2499         * files.el (temporary-file-directory): Remove (already defined in C).
2500         * cus-start.el: Add temporary-file-directory.
2502         * abbrev.el (abbrev-mode):
2503         * composite.el (auto-composition-mode):
2504         * menu-bar.el (menu-bar-mode):
2505         * simple.el (transient-mark-mode):
2506         * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
2507         that they do not define the associated variables twice.
2508         * simple.el (transient-mark-mode): Remove defvar.
2509         * composite.el (auto-composition-mode): Make variable auto-buffer-local.
2510         * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
2511         Handle multiple groups, and also custom-delayed-init-variables.
2512         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2514 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2516         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
2517         (pcase-if): Add one minor optimization.
2518         (pcase-split-equal): Rename from pcase-split-eq.
2519         (pcase-split-member): Rename from pcase-split-memq.
2520         (pcase-u1): Add strings to the member optimization.
2521         Add `guard' variant of predicates.
2522         (pcase-q1): Add string patterns.
2524 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2526         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
2528 2010-10-28  Glenn Morris  <rgm@gnu.org>
2530         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2531         Move menu-bar related settings to ../menu-bar.el.
2532         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2533         Move ns-specific settings here from term/ns-win.el.
2535         * simple.el (x-selection-owner-p): Remove unused declaration.
2537 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2539         * minibuffer.el (completion-cycling): New var (bug#7266).
2540         (minibuffer-complete, completion--do-completion):
2541         Use completion--flush-all-sorted-completions.
2542         (minibuffer-complete): Only cycle if completion-cycling is set.
2543         (completion--flush-all-sorted-completions): Unset completion-cycling.
2544         (minibuffer-force-complete): Set completion-cycling.
2545         (completion-all-sorted-completions): Move declaration before first use.
2547 2010-10-28  Leo  <sdl.web@gmail.com>
2549         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
2550         which changes the order of matches seen by users (bug#7231).
2552 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
2554         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2555         Don't confuse -omega as "-o mega".
2557 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2559         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
2560         (log-edit-author): New dynamic var.
2561         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
2562         to return the author if different from committer.
2563         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
2565         * play/landmark.el: Adjust commenting convention.
2566         (lm-nil-score): Rename from nil-score.
2567         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
2568         (OOOOscore): Move into a let in lm-score-trans-table.
2569         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
2571         * electric.el (electric-indent-chars): Autoload.
2572         * progmodes/octave-mod.el (octave-mode):
2573         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
2574         (ruby-mode-abbrev-table): Merge initialization and declaration.
2576 2010-10-27  Glenn Morris  <rgm@gnu.org>
2578         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
2579         variable.
2581         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
2583         * term/ns-win.el: Restore require of cl when compiling.
2584         (menu-bar-final-items): Remove non-existent `windows' menu.
2585         (ns-handle-nxopen): Optionally handle the temp-case.
2586         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
2587         (ns-insert-file, ns-find-file): Use `pop'.
2589 2010-10-26  Glenn Morris  <rgm@gnu.org>
2591         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
2593 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
2595         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
2596         global map.
2597         * term/common-win.el (x-setup-function-keys): Remove most of the
2598         keymappings.  Comment on the remaining ones.
2600 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
2602         * server.el (server-port): New option.  (Bug#854)
2603         (server-start): Use server-port.
2605 2010-10-26  Glenn Morris  <rgm@gnu.org>
2607         * term/ns-win.el (ns-version-string): Remove unused declaration.
2608         (ns-invocation-args): Change to x-invocation-args.
2609         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
2610         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
2611         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
2612         Use x-invocation-args instead of ns-invocation-args.
2613         (ns-initialize-window-system, handle-args-function-alist):
2614         Use x-handle-args instead of ns-handle-args.
2615         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
2616         * startup.el (command-line-ns-option-alist): Replace
2617         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
2618         ns-handle-iconic with the x- equivalents.
2620         * term/common-win.el (x-select-enable-clipboard):
2621         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
2623         * term/ns-win.el: No need to require cl when compiling.
2624         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
2625         (xw-defined-colors): Use the common-win definitions.
2626         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
2627         (ns-handle-iconic): Make it an alias for x-handle-iconic.
2628         * term/common-win.el (x-select-text, x-alternatives-map)
2629         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
2630         * loadup.el [ns]: Load common-win.
2632 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
2634         * epa-mail.el (epa-mail-encrypt): Handle local-part only
2635         recipients; expand mail aliases (Bug#7280).
2637 2010-10-25  Glenn Morris  <rgm@gnu.org>
2639         * term/common-win.el (x-handle-switch): Simplify with pop.
2640         Optionally handle numeric switches.
2641         (x-handle-numeric-switch): Just call x-handle-switch.
2642         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
2643         (x-handle-name-switch, x-handle-display, x-handle-args):
2644         Simplify with pop.
2646         * term/ns-win.el: Do not require easymenu.
2647         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
2648         <spell>: Move adjustments to menu-bar.el.
2649         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
2650         <separator-undo, spell>: Move ns-win's adjustments here.
2651         * loadup.el [ns]: Do not load easymenu.
2653 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2655         * image.el (image-checkbox-checked, image-checkbox-unchecked):
2656         Delete (Bug#7222).
2658         * startup.el (fancy-startup-tail): Instead of using inline images,
2659         refer to image files from etc/.
2661         * wid-edit.el (checkbox): Likewise.
2662         (widget-image-find): Center image specs.
2664 2010-10-24  Glenn Morris  <rgm@gnu.org>
2666         * term/ns-win.el (x-select-text): Doc fix.
2667         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
2668         (x-select-text): Move to term/common-win.
2669         * term/w32-win.el (xw-defined-colors): Move to common-win.
2670         * term/x-win.el (xw-defined-colors, x-alternatives-map)
2671         (x-setup-function-keys, x-select-text): Move to common-win.
2672         * term/common-win.el (x-select-text, x-alternatives-map)
2673         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
2674         definitions here.
2676 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
2678         * net/mairix.el (mairix-searches-mode-map):
2679         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
2681 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
2683         * verilog-mode.el (verilog-directive-re): Make this variable
2684         auto-built for efficiency of execution and updating.
2685         (verilog-extended-complete-re): Support 'pure' fucntion & task
2686         declarations (these have no bodies).
2687         (verilog-beg-of-statement): General cleanup to enable support of
2688         'pure' fucntion & task declarations (these have no bodies).
2689         These efforts together fix Verilog bug210 from veripool; which was also
2690         noticed by Steve Pearlmutter.
2691         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
2692         (verilog-directive-nest-re, verilog-set-auto-endcomments):
2693         Support `elsif.  Reported by Shankar Giri.
2694         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
2695         attribute handling for lining up declarations and assignments.
2696         (verilog-beg-of-statement-1): Fix issue where continued declaration
2697         is indented differently if it is after a begin..end clock.
2698         (verilog-in-attribute-p, verilog-skip-backward-comments)
2699         (verilog-skip-forward-comment-p): Support proper treatment of
2700         attributes by indent code. Reported by Jeff Steele.
2701         (verilog-in-directive-p): Fix comment to correctly describe function.
2702         (verilog-backward-up-list, verilog-in-struct-region-p)
2703         (verilog-backward-token, verilog-in-struct-p)
2704         (verilog-in-coverage-p, verilog-do-indent)
2705         (verilog-pretty-declarations): Use verilog-backward-up-list as
2706         wrapper around backward-up-list inorder to properly skip comments.
2707         Reported by David Rogoff.
2708         (verilog-property-re, verilog-endcomment-reason-re)
2709         (verilog-beg-of-statement, verilog-set-auto-endcomments)
2710         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
2711         of if). Reported by Max Bjurling and
2712         (verilog-calc-1): Fix for clocking block in modport
2713         declaration. Reported by Brian Hunter.
2715 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
2717         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
2718         (verilog-gate-keywords, verilog-read-sub-decls)
2719         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
2720         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
2721         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
2722         (verilog-read-decls): Fix spaces in V2K module parameters causing
2723         mis-identification as interfaces, bug287.
2724         (verilog-read-decls): Fix not treating "parameter string" as a
2725         parameter in AUTOINSTPARAM.
2726         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
2727         treating `elsif similar to `endif inside AUTOSENSE.
2728         (verilog-do-indent): Implement correct automatic or static task or
2729         function end comment highlight. Reported by Steve Pearlmutter.
2730         (verilog-font-lock-keywords-2): Fix highlighting of single
2731         character pins, bug264.  Reported by Michael Laajanen.
2732         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
2733         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
2734         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
2735         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
2736         (verilog-pretty-expr): Fix interactive arguments, bug272.
2737         Reported by Mark Johnson.
2738         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
2739         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
2740         bug269. Suggested by Gary Delp.
2741         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
2742         (verilog-preprocessor, verilog-set-compile-command):
2743         Create verilog-preprocess and verilog-preprocessor to show
2744         preprocessed output.
2745         (verilog-get-beg-of-line, verilog-get-end-of-line)
2746         (verilog-modi-file-or-buffer, verilog-modi-name)
2747         (verilog-modi-point, verilog-within-string): Move defmacro's
2748         before first use to avoid warning. Reported by Steve Pearlmutter.
2749         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
2750         (verilog-colorize-region, verilog-highlight-buffer)
2751         (verilog-highlight-includes, verilog-highlight-modules)
2752         (verilog-highlight-region, verilog-mode): Rename colorize to
2753         highlight to match other packages.  Disable module highlighting,
2754         as received speed complaints, reenable for experimentation only
2755         using new verilog-highlight-modules.
2756         (verilog-read-decls): Fix regexp stack overflow in very large
2757         AUTO_TEMPLATEs, bug250.
2758         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
2759         (verilog-scan): Create verilog-save-buffer-state to standardize
2760         making insignificant changes that shouldn't call hooks.
2761         (verilog-save-no-change-functions, verilog-save-scan-cache)
2762         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
2763         Create verilog-save-no-change-functions to wrap verilog-scan
2764         preservation, and fix to work with nested preserved calls.
2765         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
2766         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
2767         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
2768         (verilog-submit-bug-report): Update variable list to be complete.
2769         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
2770         breaking on-the-fly font-locking.
2771         (verilog-colorize-buffer, verilog-colorize-include-files)
2772         (verilog-colorize-include-files-buffer, verilog-colorize-region)
2773         (verilog-load-file-at-mouse, verilog-load-file-at-point)
2774         (verilog-mode, verilog-read-inst-module-matcher): With point on a
2775         AUTOINST cell instance name, middle mouse button now finds-file on
2776         it.  Suggested by Brad Dobbie.
2777         (verilog-alw-get-temps, verilog-auto-reset)
2778         (verilog-auto-sense-sigs, verilog-read-always-signals)
2779         (verilog-read-always-signals-recurse): Fix loop indexes being
2780         AUTORESET. AUTORESET now assumes any variables in the
2781         initialization section of a for() should be ignored.
2782         Reported by Dan Dever.
2783         (verilog-error-font-lock-keywords)
2784         (verilog-error-regexp-emacs-alist)
2785         (verilog-error-regexp-xemacs-alist): Fix error detection of
2786         Cadence HAL, reported by David Asher.  Repair drift between the
2787         three similar error variables.
2788         (verilog-modi-lookup, verilog-modi-lookup-cache)
2789         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
2790         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
2791         Fix slow verilog-auto expansion on very large files.
2792         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
2793         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
2794         "{1*2{...".  Broke in last revision.
2795         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
2796         submodule connections with replications "{#{a},#{b}}".
2798 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
2800         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
2801         Fix typo in docstring.
2803 2010-10-24  Kenichi Handa  <handa@m17n.org>
2805         * face-remap.el (text-scale-adjust): Call read-event with a proper
2806         prompt.
2808 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2810         * emacs-lisp/unsafep.el: Don't mark functions that display
2811         messages as safe.  Suggested by Johan Bockgård.
2813 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2815         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
2816         Turn comments into docstrings.
2818         * minibuffer.el (completion--replace): Move point where it belongs
2819         when there's a common suffix (bug#7215).
2821 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2823         Merge read-color and facemenu-read-color (Bug#7242).
2825         * faces.el (read-color): Use the completion code from
2826         facemenu-read-color.  Require match in completion.  Doc fix.
2828         * facemenu.el (facemenu-read-color): Alias for read-color.
2829         (facemenu-set-foreground, facemenu-set-background):
2830         Use read-color.
2832         * frame.el (set-background-color, set-foreground-color)
2833         (set-cursor-color, set-mouse-color, set-border-color):
2834         Use read-color.
2836 2010-10-24  Leo  <sdl.web@gmail.com>
2838         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
2839         argument of delete-file and delete-directory (Bug#7011).
2841 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2843         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
2844         button-buffer-map.
2846 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
2848         * emacs-lisp/package.el (package--generate-package-list): Make the
2849         *Packages* buffer read-only.
2851 2010-10-24  Alan Mackenzie  <acm@muc.de>
2853         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
2854         result of `c-beginning-of-decl-1' between invocations of a lambda
2855         function (Bug #7265).
2857 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
2859         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
2860         executable is not available on the system (Bug#7268).
2862 2010-10-24  Glenn Morris  <rgm@gnu.org>
2864         * select.el (selection-coding-system, next-selection-coding-system):
2865         Sync doc with C versions.
2867         * w32-vars.el (x-select-enable-clipboard):
2868         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
2869         * term/common-win.el (x-select-enable-clipboard): Move here.
2871         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
2872         definition of C variable.
2874         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
2875         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2876         Don't redefine things that are defined in C.
2877         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
2878         (show-trailing-whitespace, auto-hscroll-mode)
2879         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2880         Set up the appropriate custom properties.
2882 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2884         Bind "C-c ]" to ...
2885         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
2886         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
2887         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
2888         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
2890 2010-10-23  Glenn Morris  <rgm@gnu.org>
2892         * textmodes/flyspell.el (flyspell-mode): If there was an error,
2893         say what it was.
2895         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
2896         Sync docs with C version.
2898         * term/ns-win.el (xw-defined-colors):
2899         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
2901         * term/pc-win.el (x-select-enable-clipboard):
2902         * term/x-win.el (x-select-enable-clipboard):
2903         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
2905         * comint.el (comint-password-prompt-regexp): Make it less vague.
2906         Bump version.
2908         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
2910         * help.el (finder-by-keyword): Remove unnecessary autoload.
2912 2010-10-22  Glenn Morris  <rgm@gnu.org>
2914         * loadup.el: Unconditionally load float-sup.
2915         * paren.el (show-paren-delay):
2916         * emacs-lisp/float-sup.el:
2917         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
2918         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
2919         (lazy-lock-stealth-verbose): Assume float support.
2920         * ps-print.el: Assume float support on Emacs.
2921         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
2922         Remove non-float branch.
2924         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
2925         src/Makefile no longer being pre-processed.
2927 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2929         * emacs-lisp/find-func.el (find-library): Use test-completion.
2931 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2933         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
2935 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
2937         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
2938         space in stat format string.
2939         (tramp-send-command): Unset $PS1 when using here documents, in
2940         order not to get several prompts.
2941         (tramp-get-inline-coding): Return `nil' in case of errors.
2943 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
2945         * hexl.el (hexl-mode, hexl-mode-exit):
2946         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
2947         (hexl-revert-buffer-function): New function.
2948         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
2950 2010-10-19  Alan Mackenzie  <acm@muc.de>
2952         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
2953         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
2954         that these keywords aren't wrongly matched as identifiers.
2956         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
2957         setting of c-new-BEG and c-new-END from c-before-change to
2958         c-after-change.  (Bug#7181)
2960 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
2962         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
2963         Don't mark as safe.
2965         * custom.el (custom-theme-set-variables): Likewise.
2966         (load-theme): Add custom-theme-set-faces and
2967         custom-theme-set-variables to safe-functions while loading.
2968         (custom-enabled-themes): Mark as risky.
2970 2010-10-18  Julien Danjou  <julien@danjou.info>
2972         * bindings.el: Remove end dashes in default mode-line-format.
2974 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
2976         * bindings.el (global-map): Bind C-d to delete-char and deletechar
2977         to delete-forward-char.
2979         * simple.el (normal-erase-is-backspace-mode): Remap delete to
2980         deletechar, and hence delete-forward-char.
2982 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2984         * repeat.el (repeat): Use read-key (bug#6256).
2986 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
2988         * emacs-lisp/unsafep.el: Don't mark functions that display
2989         messages as safe.  Suggested by Johan Bockgård.
2991 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2993         * minibuffer.el (completion--replace): Move point where it belongs
2994         when there's a common suffix (bug#7215).
2996 2010-10-19  Kenichi Handa  <handa@m17n.org>
2998         * international/characters.el: Add category '|' (word breakable)
2999         to fullwidth characters.
3001 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
3003         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
3004         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
3005         order to make stat results a float.  Patch by Andreas Schwab
3006         <schwab@linux-m68k.org>.
3008 2010-10-18  Julien Danjou  <julien@danjou.info>
3010         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
3011         hidden by `make-pointer-invisible'.
3013 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3015         * files.el (locate-file-completion-table): Strip non-matching elements
3016         before checking length of list (bug#7238).
3018 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
3020         * custom.el (custom-theme-set-variables): Mark as a safe function.
3021         (load-theme): Check forms using unsafep.
3023         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
3025 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
3027         * textmodes/ispell.el (ispell-aspell-find-dictionary):
3028         Fix aspell data file searching (bug#7230).
3030 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
3032         * cus-theme.el (custom-theme--migrate-settings): New var.
3033         (customize-create-theme): Allow editing the `user' theme.
3034         (custom-theme-add-variable, custom-theme-add-var-1)
3035         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
3036         to the front of each variable or face widget.
3037         (custom-theme-write): Save theme settings in the correct order.
3038         Optionally, remove saved settings from user customizations.
3039         (custom-theme-write-variables, custom-theme-write-faces):
3040         Save only the checked widgets.
3041         (customize-themes): Add a link for migrating custom settings.
3043         * custom.el (custom-declare-theme, provide-theme):
3044         Use custom-theme-name-valid-p.
3045         (custom-theme-name-valid-p): Remove checks that are now
3046         unnecessary since themes no longer obey load-path.
3048         * cus-edit.el (custom-variable-value-create): For the simple
3049         style, hide documentation string when hidden.
3051 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
3053         * cus-edit.el (custom-variable, custom-face): Combine the
3054         :inhibit-magic and :display-style properties into a single
3055         :custom-style property.
3056         (custom-toggle-hide-variable, custom-toggle-hide-face):
3057         New functions.  If hiding an edited value, save it to :shown-value.
3058         (custom-variable-value-create, custom-face-value-create): Use them.
3059         (custom-magic-reset): Allow magic property to be unset.
3061         * custom.el: Custom themes no longer use load-path.
3062         (custom-theme-load-path): New option.  Change built-in theme
3063         directory to etc/.
3064         (custom-enabled-themes): Add custom-theme-load-path dependency.
3065         (custom-theme--load-path): New function.
3066         (load-theme, custom-available-themes): Use it.
3068         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
3069         (customize-themes): Link to custom-theme-load-path variable.
3070         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
3071         :custom-style property.
3073         * themes/*.el: Moved to etc/.
3075 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
3077         * textmodes/reftex-cite.el
3078         (reftex-extract-bib-entries-from-thebibliography): Do not move
3079         point when searching for \bibitem entries.  Match entries with
3080         spaces or tabs in front of arguments.
3082 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
3084         * cus-theme.el (customize-create-theme): Delete overlays after
3085         erasing.  If given a THEME arg, display only the faces of that arg
3086         instead of custom-theme--listed-faces.
3087         (custom-theme-variable-menu, custom-theme-variable-action)
3088         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
3089         (custom-theme-add-variable, custom-theme-add-face): Apply value
3090         from the theme settings, instead of the current value.
3091         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
3092         (custom-theme-visit-theme): Allow calling outside theme buffers.
3093         (custom-theme-merge-theme): Don't enable the theme when merging.
3094         (custom-theme-write-variables, custom-theme-write-faces): Use the
3095         :shown-value properties to save buffer values, not global ones.
3096         (customize-themes): Display a warning about user customizations.
3098         * cus-edit.el (custom-variable-value-create)
3099         (custom-face-value-create): Obey new special properties
3100         :shown-value and :inhibit-magic.
3102 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
3104         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3105         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
3106         <dale@codefu.org>.
3108 2010-10-14  Kenichi Handa  <handa@m17n.org>
3110         * mail/rmail.el (rmail-show-message-1): Catch an error of
3111         base64-decode-region and just show an error message (bug#7165).
3113         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
3114         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
3115         a font-spec (bug#7197).
3117 2010-10-14  Glenn Morris  <rgm@gnu.org>
3119         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
3121 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
3123         * international/mule.el (define-coding-system):
3124         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3125         * composite.el (compose-region): Fix typo in docstring.
3127 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
3129         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
3130         only after checking the theme-face property.
3132         * faces.el (face-spec-reset-face): Reset all attributes in one
3133         single call to set-face-attribute.
3134         (face-spec-match-p): Make it a defsubst.
3135         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
3136         (x-create-frame-with-faces, tty-create-frame-with-faces)
3137         (tty-set-up-initial-frame-faces): Don't recompute face specs in
3138         frame-set-background-mode, since they are recomputed immediately
3139         afterwards in face-set-after-frame-default.
3140         (face-set-after-frame-default): Minor optimization.
3141         (cursor): Provide non-trivial defface spec.
3143         * custom.el (custom-theme-recalc-face): Simplify.
3145 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
3147         * calc/calc-alg.el (math-var): Rename from `var'.
3148         (math-is-polynomial, math-is-poly-rec): Replace `var'
3149         with `math-var'.
3151         * calc/calcalg2.el (math-var): Rename from `var'.
3152         (calcFunc-table, math-scan-for-limits): Replace `var'
3153         with `math-var'.
3155 2010-10-13  Glenn Morris  <rgm@gnu.org>
3157         * subr.el (last): Deal with dotted lists (reported in bug#7174).
3159 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
3161         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
3163 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165         * net/tls.el (tls-program): Remove spurious %s from openssl.
3166         (tls-starttls-switches): Remove starttls hack.
3167         (open-tls-stream): Ditto.
3168         (tls-find-starttls-argument): Ditto.
3170 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
3172         * image.el (image-library-alist): Declare as obsolete alias.
3173         (image-type-available-p): Use `dynamic-library-alist'.
3175         * term/w32-win.el (dynamic-library-alist):
3176         Use instead of `image-library-alist'.
3178 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
3180         * subr.el (last): Make it faster.  (Bug#7174)
3182 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
3184         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
3186 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
3188         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
3189         (describe-theme-1): Extract doc from unloaded themes.
3191         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
3193         * themes/tango-theme.el:
3194         * themes/tango-dark-theme.el:
3195         * themes/wheatgrass-theme.el: New files.
3197 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
3199         * cus-theme.el (describe-theme, customize-themes)
3200         (custom-theme-save): New commands.
3201         (custom-new-theme-mode-map): Bind C-x C-s.
3202         (custom-new-theme-mode): Use custom--initialize-widget-variables.
3203         (customize-create-theme): New optional arg THEME.
3204         (custom-theme-revert): Use it.
3205         (custom-theme-visit-theme): Remove dead code.
3206         (custom-theme-merge-theme): Use custom-available-themes.
3207         (custom-theme-write): Make interactive.
3208         (custom-theme-write): Use custom-theme-name-valid-p.
3209         (describe-theme-1, custom-theme-choose-revert)
3210         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
3211         New funs.
3212         (custom-theme-allow-multiple-selections): New option.
3213         (custom-theme-choose-mode): New major mode.
3215         * custom.el (custom-theme-set-variables): Remove dead code.
3216         Obey custom--inhibit-theme-enable.
3217         (custom--inhibit-theme-enable): New var.
3218         (provide-theme): Obey it.
3219         (load-theme): Replace load with manual read/eval, in order to
3220         check for correctness.  Use custom-theme-name-valid-p.
3221         (custom-theme-name-valid-p): New function.
3222         (custom-available-themes): Use it.
3224         * cus-edit.el (custom--initialize-widget-variables): New function.
3225         (Custom-mode): Use it.
3227         * cus-face.el (custom-theme-set-faces): Remove dead code.
3228         Obey custom--inhibit-theme-enable.
3230         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
3232 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
3234         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
3236 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
3238         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
3239         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
3240         (mac-right-option-modifier): New alias for ns-right-option-modifier.
3242         * cus-start.el (all): ns-right-alternate-modifier is new.
3244 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3246         * emacs-lisp/lisp.el (lisp-completion-at-point):
3247         Use emacs-lisp-mode-syntax-table for the whole function.
3249 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
3251         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
3252         instead of font-lock-mode before adding keywords.
3253         Remove hi-lock-mode off code.  Remove inhibit hack.
3254         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
3255         non-nil; removed hook inhibit hack.
3257 2010-10-12  Glenn Morris  <rgm@gnu.org>
3259         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
3260         (load-path-shadows-find): ... to this.
3261         (list-load-path-shadows): Update for above change.
3263         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
3265 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3267         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
3268         Fix comment for declare-function.
3270 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
3272         * custom.el (custom-fix-face-spec): New function; code moved from
3273         custom-face-edit-fix-value.
3274         (custom-push-theme): Use it when checking if a face has been
3275         changed outside customize.
3276         (custom-available-themes): New function.
3277         (load-theme): Use it.
3279         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
3281         * custom.el (custom-push-theme): Cleanup (use cond).
3282         (disable-theme): Recompute the saved-face property.
3283         (custom-theme-recalc-face): Follow face alias before setting prop.
3285         * image.el (image-checkbox-checked, image-checkbox-unchecked):
3286         New variables, containing checkbox images.
3288         * startup.el (fancy-startup-tail):
3289         * wid-edit.el (checkbox): Use them.
3291 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3293         * shell.el (shell-mode-map):
3294         * progmodes/modula2.el (m2-mode-map):
3295         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
3296         * play/mpuz.el (mpuz-mode-map):
3297         * play/landmark.el (lm-mode-map):
3298         * play/decipher.el (decipher-mode-map):
3299         * play/5x5.el (5x5-mode-map):
3300         * net/telnet.el (telnet-mode-map):
3301         * net/quickurl.el (quickurl-list-mode-map):
3302         * net/mairix.el (mairix-searches-mode-map):
3303         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
3304         * net/dig.el (dig-mode-map):
3305         * mail/mspools.el (mspools-mode-map):
3306         * hexl.el (hexl-mode-map):
3307         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
3308         (wordstar-C-o-map, wordstar-C-q-map):
3309         * emacs-lisp/edebug.el (edebug-eval-mode-map):
3310         * emacs-lisp/chart.el (chart-map):
3311         * edmacro.el (edmacro-mode-map):
3312         * erc/erc-list.el (erc-list-menu-mode-map):
3313         * array.el (array-mode-map): Declare and define in one step.
3315         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
3317 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
3319         * epa.el (epa-passphrase-callback-function): Display filename
3320         passed as the 3rd arg.
3321         * epa-file.el (epa-file-passphrase-callback-function):
3322         Pass filename to epa-passphrase-callback-function.
3324 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
3326         * cus-edit.el (custom-face-widget-to-spec)
3327         (custom-face-get-current-spec, custom-face-state): New functions.
3328         (custom-face-set, custom-face-mark-to-save)
3329         (custom-face-value-create, custom-face-state-set): Use them.
3331         * cus-theme.el (custom-theme--listed-faces): New var.
3332         (customize-create-theme): Use *Custom Theme* as the buffer name.
3333         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
3334         faces listed in custom-theme--listed-faces.
3335         (custom-theme-revert): New function.
3336         (custom-theme-add-variable, custom-theme-add-face): Insert at the
3337         bottom of the list.
3338         (custom-theme-write): Prompt for theme name if empty.
3339         (custom-theme-write-variables): Use dolist.
3340         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
3342 2010-10-09  Alan Mackenzie  <acm@muc.de>
3344         Enhance fontification of declarators to take account of the
3345         presence/absence of "typedef".
3347         * cc-engine.el (c-forward-type): New &optional param
3348         "brace-block-too".
3349         (c-forward-decl-or-cast-1): cdr of return value now indicates the
3350         presence of either or both of a "struct"-like keyword and "typedef".
3352         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
3353         fontification of declarators which follow a "}".
3354         (c-font-lock-declarations): Fontify declarators according to the
3355         presence/absence of "typedef".
3357         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
3358         for "typedef".
3359         (c-typedef-decl-key): New lang variable built from
3360         c-typedef-decl-kwds.
3362 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
3365         since that's too annoying.  Move the filter groups commands to
3366         TAB/backtab.
3368         * epa.el (epa-passphrase-callback-function): Say what we're
3369         querying the password for.
3371         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
3372         behaviour, don't bury the ibuffer buffer when visiting other buffers.
3374 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
3376         * cus-edit.el (custom-commands, custom-buffer-create-internal)
3377         (custom-magic-value-create): Pad button tags with spaces.
3378         (custom-face-edit): New variable.
3379         (custom-face-value-create): Determine whether to use the usual
3380         face editor here, instead of using custom-face-selected.
3381         Pass face defaults to custom-face-edit widget.
3382         (custom-face-selected, custom-display-unselected): Delete widgets.
3383         (custom-display-unselected-match): Function removed.
3384         (custom-face-set, custom-face-mark-to-save):
3385         Accept custom-face-edit widgets as the direct widget child.
3387         * wid-edit.el (widget--completing-widget): New var.
3388         (widget-default-complete): Bind it when doing completion.
3389         (widget-string-complete, widget-file-complete): Use it.
3391 2010-10-09  Glenn Morris  <rgm@gnu.org>
3393         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
3394         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
3395         (holiday-hebrew-misc): Small simplifications.
3397         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
3399         * net/browse-url.el: Don't require thingatpt, term, dired,
3400         executable, or w3-auto when compiling.
3401         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
3402         Declare.
3403         (browse-url-text-emacs): Require term.
3405 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
3407         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
3409 2010-10-08  Glenn Morris  <rgm@gnu.org>
3411         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
3413         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
3414         (shadows-compare-text-p): Make it an obsolete alias for...
3415         (load-path-shadows-compare-text): ... new name.
3416         (find-emacs-lisp-shadows): Update for above name change.
3417         (load-path-shadows-same-file-or-nonexistent): New name for the old
3418         shadow-same-file-or-nonexistent.
3420 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
3422         * minibuffer.el (completion--some, completion--do-completion)
3423         (minibuffer-complete-and-exit, minibuffer-completion-help)
3424         (completion-basic-try-completion)
3425         (completion-basic-all-completions)
3426         (completion-pcm--find-all-completions): Use lexical-let to
3427         avoid some false matches in variable completion (Bug#7056)
3429 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
3431         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
3433 2010-10-08  Leo  <sdl.web@gmail.com>
3435         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
3436         return non-nil if the file exists (Bug#7090).
3438 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3440         * minibuffer.el (completion--replace):
3441         Better preserve markers (bug#7138).
3443 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
3445         * server.el (server-process-filter): Doc fix.
3447 2010-10-08  Drew Adams  <drew.adams@oracle.com>
3449         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
3451 2010-10-08  Glenn Morris  <rgm@gnu.org>
3453         * vc/ediff-wind.el (ediff-setup-control-frame):
3454         * vc/ediff-ptch.el (ediff-default-backup-extension):
3455         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
3456         (ediff-exec-process): Remove system-types emx, windows-95.
3458         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
3460 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
3462         * cus-edit.el (custom-variable, custom-face): Doc fix.
3463         (custom-face-edit): Add value-create attribute.
3464         (custom-face-edit-value-create)
3465         (custom-face-edit-value-visibility-action): New functions.
3466         Hide unused face attributes by default, and add a visibility toggle.
3467         (custom-face-edit-deactivate): Show empty values with shadow face.
3468         (custom-face-selected): Only use this for face specs with default
3469         attributes.
3470         (custom-face-value-create): Cleanup.
3472         * wid-edit.el (widget-checklist-value-create): Use dolist.
3473         (widget-checklist-match-find): Make second arg optional.
3475 2010-10-07  Glenn Morris  <rgm@gnu.org>
3477         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
3478         Prefix things.
3480         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
3481         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
3482         load-path-shadows-mode, update references.
3483         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
3484         Rename variable and button.
3485         (list-load-path-shadows): Update button caller.
3487 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3489         * emacs-lisp/smie.el (smie-bnf-classify): New function.
3490         (smie-bnf-precedence-table): Use it to remember the closers/openers.
3491         (smie-merge-prec2s): Handle those new entries.
3492         (smie-prec2-levels): Only set precedence to nil for actual
3493         openers/closers.
3494         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
3495         that is now unnecessary.
3497 2010-10-07  Miles Bader  <miles@gnu.org>
3499         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
3501 2010-10-07  Glenn Morris  <rgm@gnu.org>
3503         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
3504         (mail-position-on-field): Remove declarations.
3505         (mail-position-on-field): Autoload it.
3506         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
3507         and mail-header-end.  Don't require sendmail.
3509         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
3510         (shadow-mode): New mode.
3511         (shadow-find-file): New button.
3512         (list-load-path-shadows): Use shadow-mode and buttons.
3514         * iimage.el (iimage-version): Remove.
3515         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
3516         Turn into defcustoms.
3517         (iimage-mode-map): Give it a doc string.
3519         * calendar/appt.el (appt-activate): Give a warning rather than an error
3520         if there is no diary-file.
3522 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
3524         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3525         Use `tramp-handle-find-backup-file-name'.
3527 2010-10-06  Glenn Morris  <rgm@gnu.org>
3529         * font-core.el (font-lock-defaults-alist): Remove variable.
3530         (font-lock-mode): Doc fix.
3531         (font-lock-default-function): Do not consult font-lock-defaults-alist.
3532         * font-lock.el (font-lock-refresh-defaults): Doc fix.
3533         (font-lock-set-defaults): Doc fix.
3534         Do not consult font-lock-defaults-alist.
3536         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
3538         * emacs-lisp/cl.el: No longer provide cl-19.
3540 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
3542         * net/tramp.el (tramp-handle-directory-files-and-attributes)
3543         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
3544         New defuns, taken from tramp-smb.el.
3545         (tramp-coding-system-change-eol-conversion)
3546         (tramp-set-process-query-on-exit-flag): Remove.
3548         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
3549         (tramp-compat-coding-system-change-eol-conversion)
3550         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
3551         from tramp.el.
3553         * net/tramp-gvfs.el:
3554         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
3555         by `tramp-compat-set-process-query-on-exit-flag'.
3557         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3558         Use `tramp-handle-directory-files-and-attributes',
3559         `tramp-handle-file-exists-p' and
3560         `tramp-handle-file-newer-than-file-p'.
3561         (tramp-imap-handle-file-exists-p)
3562         (tramp-imap-handle-file-executable-p)
3563         (tramp-imap-handle-file-readable-p)
3564         (tramp-imap-handle-directory-files-and-attributes)
3565         (tramp-imap-handle-file-newer-than-file-p): Remove.
3567         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
3568         by `tramp-compat-set-process-query-on-exit-flag' and
3569         `tramp-coding-system-change-eol-conversion' by
3570         `tramp-compat-coding-system-change-eol-conversion'.
3572         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3573         Use `tramp-handle-directory-files-and-attributes',
3574         `tramp-handle-file-exists-p' and
3575         `tramp-handle-file-newer-than-file-p'.
3576         (tramp-smb-handle-directory-files-and-attributes)
3577         (tramp-smb-handle-file-exists-p)
3578         (tramp-smb-handle-file-newer-than-file-p): Remove.
3579         (tramp-smb-maybe-open-connection):
3580         Replace `tramp-set-process-query-on-exit-flag' by
3581         `tramp-compat-set-process-query-on-exit-flag'.
3583 2010-10-05  Glenn Morris  <rgm@gnu.org>
3585         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
3587 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
3589         Continue reorganization of load dependencies.  (Bug#7156)
3591         * net/tramp.el (tramp-handle-file-local-copy-hook)
3592         (tramp-delete-temp-file-function): Move down.
3593         (tramp-exists-file-name-handler): Move up.
3594         (tramp-register-file-name-handlers): Simplify autoload.
3595         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
3596         (tramp-handle-directory-files, tramp-handle-dired-uncache)
3597         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
3598         (tramp-handle-file-name-completion)
3599         (tramp-handle-file-name-directory)
3600         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
3601         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
3602         (tramp-handle-find-backup-file-name)
3603         (tramp-handle-insert-file-contents, tramp-handle-load)
3604         (tramp-handle-substitute-in-file-name)
3605         (tramp-handle-unhandled-file-name-directory)
3606         (tramp-mode-string-to-int, tramp-local-host-p)
3607         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
3609         * net/tramp-gvfs.el (top):
3610         * net/tramp-smb.el (top): Do not require 'tramp-sh.
3612         * net/tramp-sh.el (all): Move several objects to tramp.el, see
3613         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
3615 2010-10-04  Glenn Morris  <rgm@gnu.org>
3617         * calendar/appt.el (appt-add): Ensure reminders are enabled.
3618         (appt-activate): Give status messages.
3620 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
3622         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
3623         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
3624         `gnutls-negotiate' (formerly `starttls-negotiate').
3625         Remove trivial wrapper `starttls-open-stream'.
3627 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
3629         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
3630         log-outgoing commands.
3631         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
3632         to create a buffer local revert-buffer-function variable.
3633         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
3634         revert-buffer-function lambda.
3636 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
3638         * net/gnutls.el (starttls-negotiate): Use the plist interface to
3639         `gnutls-boot'.  Make TYPE the only required parameter.
3640         Allow TRUSTFILES and KEYFILES to be lists.
3641         (open-ssl-stream): Use it.
3643 2010-10-03  Glenn Morris  <rgm@gnu.org>
3645         * subr.el (directory-sep-char): Remove obsolete variable.
3646         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
3647         it is "necessary".
3649         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
3650         * vc/vc.el (vc-static-header-alist): Doc fix.
3651         * vc/vc-cvs.el (vc-cvs-header):
3652         * vc/vc-rcs.el (vc-rcs-header):
3653         * vc/vc-sccs.el (vc-sccs-header):
3654         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
3655         * obsolete/vc-mcvs.el (vc-mcvs-header):
3656         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
3657         on XEmacs.
3659 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3661         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3662         Remove obsolete use of binary-overwrite-mode (Bug#7001).
3664 2010-10-03  Glenn Morris  <rgm@gnu.org>
3666         * obsolete/x-menu.el: Remove file, obsolete since 21.1
3668         * textmodes/rst.el (rst-font-lock-keywords-function):
3669         Drop Emacs 20 code.
3671         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
3673         * printing.el: Drop Emacs 20 code.
3675         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
3676         without having used appt.el already).
3678         * subr.el (make-local-hook): Remove function obsolete since 21.1.
3679         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
3680         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
3681         XEmacs.
3682         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
3683         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
3685         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
3686         (charset-width, find-charset-region, chars-in-region, forward-point)
3687         (encode-coding-string, coding-system-p, ccl-execute-on-string)
3688         (define-ccl-program, multibyte-string-p, string-make-multibyte):
3689         Remove compatibility cruft (none of these are used by ps*.el).
3691 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
3693         * subr.el (booleanp): Return t instead of a list (Bug#7086).
3695 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3697         * server.el (server-process-filter, server-return-error):
3698         Give emacsclient time to shut down after receiving an error string.
3700 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
3702         * files.el (remote-file-name-inhibit-cache): New defcustom.
3704         * time.el (display-time-file-nonempty-p):
3705         Use `remote-file-name-inhibit-cache'.
3707         * net/tramp.el (tramp-completion-reread-directory-timeout):
3708         Fix docstring.
3710         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
3711         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
3712         `remote-file-name-inhibit-cache'.  Check also for an integer
3713         value.  Add/increase counter when `tramp-verbose' >= 10.
3714         (tramp-set-file-property): Add/increase counter when
3715         `tramp-verbose' >= 10.
3717         * net/tramp-cmds.el (tramp-cleanup-all-connections)
3718         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
3719         (tramp-bug): Set tramp-autoload cookie.  Report all interned
3720         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
3721         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
3722         characters only in strings.
3724         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
3725         to backward compatibility.
3727         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
3728         (tramp-handle-file-name-all-completions)
3729         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
3730         (tramp-open-connection-setup-interactive-shell):
3731         Call `tramp-cleanup-connection' directly.
3733 2010-10-02  Glenn Morris  <rgm@gnu.org>
3735         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
3737         * subr.el (char-bytes): Remove obsolete function.
3739         * isearch.el (isearch-return-char): Remove obsolete function.
3741         * mouse.el: No longer provide mldrag.
3742         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
3743         Remove obsolete aliases.
3745         * comint.el (comint-kill-output): Remove obsolete alias.
3747         * composite.el (decompose-composite-char): Remove obsolete function.
3748         * ps-def.el (decompose-composite-char): Remove unused function.
3750         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
3752         * outline.el (outline-visible): Remove obsolete function.
3754         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
3755         * faces.el (internal-find-face, internal-get-face)
3756         (frame-update-faces, frame-update-face-colors)
3757         (x-frob-font-weight, x-frob-font-slant)
3758         (internal-frob-font-weight, internal-frob-font-slant)
3759         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
3760         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
3761         (x-make-font-bold-italic): Remove functions and aliases, obsolete
3762         since Emacs 21.1.
3763         * emulation/viper-util.el (viper-get-face):
3764         * obsolete/lucid.el (find-face, get-face): Use facep.
3765         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
3766         Remove unused functions.
3767         * vc/ediff-util.el (ediff-submit-report): Doc fix.
3769         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
3770         delete tempfile if interrupted during compilation.
3772 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774         * net/tls.el (tls-starttls-switches): Give up on using starttls with
3775         gnutls-cli.
3776         (tls-program): Add --insecure to be consistent with the defaults from
3777         openssl s_client.  Now all three commands are insecure.
3779 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
3781         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
3782         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
3783         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
3785 2010-10-01  Glenn Morris  <rgm@gnu.org>
3787         * obsolete/sc.el: Remove file.
3789         * files.el (temporary-file-directory): On darwin, also try
3790         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
3792 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
3794         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
3795         Let's not break compatibility gratuitously, shall we?
3797 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3799         * net/tls.el (tls-starttls-switches): New variable.
3800         (tls-find-starttls-argument): Use it.
3801         (open-tls-stream): Ditto.
3803         * net/netrc.el (netrc-credentials): Return the value of the "default"
3804         entry.
3805         (netrc-machine): Ditto.
3807 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
3809         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
3811 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
3813         * server.el (server-start): Don't write pid to the authentication file.
3814         (server-create-tty-frame): Don't send pid.
3815         (server-process-filter): Send pid at the start of every connection.
3817 2010-09-30  Glenn Morris  <rgm@gnu.org>
3819         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
3820         (show-all-diary-entries): Remove obsolete function aliases.
3822         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
3823         Remove options, obsolete since 22.1.
3824         (appt-display-format, appt-display-message):
3825         Remove backwards-compatibility code.
3826         (appt-check): No longer check appt-issue-message.
3827         (appt-make-list): No longer autoload it.  Doc fix.  No longer
3828         activate the package.
3830 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3832         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
3833         (starttls-negotiate): Just call boot, and let the handshake be
3834         triggered from the read loop.
3836 2010-09-29  Glenn Morris  <rgm@gnu.org>
3838         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
3839         not displaying the diary.
3840         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
3841         * calendar/appt.el (appt-check): No longer need to kill diary.
3843         * calendar/diary-lib.el (diary-list-entries): Move the
3844         "Preparing..." message entirely here.
3845         (diary-simple-display, diary-fancy-display): Move "Preparing..."
3846         messages to diary-list-entries.
3847         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
3848         diary-display-function.
3850         * calendar/diary-lib.el (diary-include-other-diary-files):
3851         Trap some recursive includes.
3853         * calendar/appt.el (appt-activate): Check diary file.
3855 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3857         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3858         construction.
3860         * calendar/time-date.el: No need to require cl for Emacs 21.
3862 2010-09-28  Glenn Morris  <rgm@gnu.org>
3864         * calendar/appt.el (appt-check): Minor simplification.
3866 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3868         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
3869         citation prefix.
3871 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
3873         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3874         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
3876 2010-09-27  Kenichi Handa  <handa@m17n.org>
3878         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
3879         "ustar" format.
3881 2010-09-27  Kenichi Handa  <handa@m17n.org>
3883         * international/mule.el (define-coding-system): Docstring fixed.
3885         * international/mule-diag.el (describe-character-set): Use princ
3886         with proper print-length and print-level instead of insert.
3888 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3890         * window.el (walk-windows): Doc fix (bug#7105).
3892 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3894         * emacs-lisp/float-sup.el (e): Remove.
3896 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3898         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
3899         variable.
3900         (starttls-negotiate): Use it.
3902 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3904         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
3905         back.
3907 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3909         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
3911 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3913         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
3915         * net/netrc.el (netrc-store-data): New function.
3917 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
3919         * net/gnutls.el: GnuTLS glue code to set up a connection.
3921 2010-09-25  Julien Danjou  <julien@danjou.info>
3923         * notifications.el: Call dbus-register-signal only if it is bound.
3925 2010-09-25  Glenn Morris  <rgm@gnu.org>
3927         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3928         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3929         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3930         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3931         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3932         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
3933         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
3934         * eshell/esh-util.el, eshell/esh-var.el:
3935         Remove leading `*' from docs of faces and defcustoms.
3937 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
3939         * eshell/em-ls.el (eshell-ls-archive-regexp):
3940         * eshell/esh-util.el (eshell-tar-regexp):
3941         * ibuffer.el (ibuffer-compressed-file-name-regexp):
3942         * info.el (Info-suffix-list):
3943         * international/mule.el (auto-coding-alist):
3944         * woman.el (woman-file-regexp, woman-file-compression-regexp):
3945         * progmodes/etags.el (tags-compression-info-list):
3946         Support xz compression.
3948 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
3950         * files.el (get-free-disk-space): Don't assume the "df" output
3951         columns line up (Bug#6995).
3953 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
3955         * finder.el (finder-unknown-keywords):
3956         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
3957         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
3959 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
3961         * server.el (server-start): Revert part of 2010-08-08 change.  Using
3962         address 127.0.0.1 for local host is now done in Fmake_network_process.
3964 2010-09-24  Glenn Morris  <rgm@gnu.org>
3966         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
3967         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
3968         * textmodes/css-mode.el, textmodes/dns-mode.el:
3969         Move autoloaded auto-mode-alist entries to files.el.
3970         * files.el (auto-mode-alist): Move entries here.
3972 2010-09-23  Glenn Morris  <rgm@gnu.org>
3974         * isearch.el (isearch-lazy-highlight-cleanup)
3975         (isearch-lazy-highlight-initial-delay)
3976         (isearch-lazy-highlight-interval)
3977         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
3978         * net/net-utils.el (ipconfig-program-options):
3979         Move aliases to options before the associated definitions.
3981 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3983         * newcomment.el (comment-normalize-vars): Better test validity of
3984         comment-end-skip.
3986 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3988         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
3989         (float-e): New name for `e'.
3990         (degrees-to-radians, radians-to-degrees):
3991         * calendar/solar.el (solar-longitude):
3992         * calculator.el (calculator-registers, calculator-funcall):
3993         * textmodes/artist.el (artist-spray-random-points):
3994         * play/bubbles.el (bubbles--initialize-images): Use new names.
3996 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
3998         Update to CEDET 1.0's version of EIEIO.
4000         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
4001         New function.
4002         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
4003         (eieio-default-eval-maybe): Eval val instead of unquoting only.
4004         (class-precedence-list): If class is nil, return nil.
4005         (eieio-generic-call): If class of first input arg is nil, don't
4006         look up static methods, and do check for primary methods.
4007         (initialize-instance): See if the default needs to be evaluated
4008         during the constructor.
4009         (eieio-perform-slot-validation-for-default): Don't do the check
4010         for values that will eventually be evaluated.
4011         (eieio-eval-default-p): New function.
4012         (eieio-default-eval-maybe): Use it.
4014 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
4016         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
4017         method-invocation-order.
4018         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
4019         (eieio-class-precedence-dfs): Compute class precedence list using
4020         dfs algorithm.
4021         (eieio-class-precedence-bfs): Compute class precedence list using
4022         bfs algorithm.
4023         (eieio-class-precedence-c3): Compute class precedence list using
4024         c3 algorithm.
4025         (class-precedence-list): New function.
4026         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
4027         (inconsistent-class-hierarchy): New error symbol.
4028         (call-next-method): Stow the replacement argument list for future
4029         call-next-method invocations.
4031 2010-09-23  Glenn Morris  <rgm@gnu.org>
4033         * calendar/appt.el (appt-check): If not displaying the diary,
4034         use (diary 1) to only get the entries we need.
4035         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
4036         that it is in day order.  (Bug#7019)
4038         * calendar/appt.el (appt-check): Rather than showing the diary,
4039         just turn off invisible display, and only if needed.
4041         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
4043 2010-09-23  Glenn Morris  <rgm@gnu.org>
4045         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4046         (byte-compile-defvar, byte-compile-cl-warn):
4047         Start warnings with lower-case, like the majority.
4049         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
4051         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
4053         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
4054         * files.el (auto-mode-alist): Move ld-script entries here, further down
4055         the list.
4057         * vc/add-log.el: Don't require timezone when compiling.
4058         (timezone-make-date-sortable): Autoload it.
4059         (change-log-sortable-date-at): Don't require timezone.
4060         Use `ignore-errors'.
4062         * comint.el (comint-use-prompt-regexp-instead-of-fields):
4063         Move alias before definition, so it does not need autoloading.
4065         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
4066         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
4067         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
4068         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
4069         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
4070         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
4071         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
4072         * textmodes/tex-mode.el, textmodes/two-column.el:
4073         Remove leading `*' from docs of defcustoms etc.
4075 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4077         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
4079 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4081         * calendar/time-date.el (date-to-time): Try using parse-time-string
4082         first before using the slower timezone-make-date-arpa-standard.
4084 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4086         * calendar/time-date.el (format-seconds): Comment fix.
4088 2010-09-22  Glenn Morris  <rgm@gnu.org>
4090         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
4091         is not automatically buffer-local.
4093 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4095         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
4096         (smie-indent-comment): Be more careful with comment-start-skip.
4097         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
4098         (smie-indent-functions): Use them.
4100 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
4102         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
4104 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
4106         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
4107         tool-bar-position.  Don't modify frame parameters here.
4108         (menu-bar-options-save): Add tool-bar-position.
4110         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
4112 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4114         * textmodes/reftex-parse.el (reftex-what-macro)
4115         (reftex-context-substring): Let-bind forward-sexp-function to nil
4116         since we don't need/want to treat \begin...\end as a block (bug#7053).
4118         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
4120         * simple.el (blink-matching-open): Use syntax-class.
4122         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
4123         Set invisibility spec for pascal's outline mode.
4124         (pascal-outline-change): Clean up calling convention.
4125         (pascal-show-all, pascal-hide-other-defuns): Update callers.
4127         * progmodes/prolog.el (prolog-smie-forward-token)
4128         (prolog-smie-backward-token): New functions.
4129         (prolog-mode-variables): Use them to parse "!," correctly.
4130         Set up smie-blink-matching for ".".
4132         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
4133         and `end'.
4134         (ispell-region, ispell-process-line): Update users.
4136         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
4137         point-min==1.
4139         * textmodes/ispell.el: Fix commenting convention.
4140         (ispell-parse-output): Simplify, use push.
4141         (ispell-region): Use match-string-no-properties.
4142         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
4143         (ispell-minor-mode): Use define-minor-mode.
4144         (ispell-message): Remove unused var `skip-regexp'.
4145         (ispell-add-per-file-word-list): Use dynamic let-binding.
4146         Try and use the proper comment marker.
4148         * mail/sendmail.el: Fix commenting convention.
4149         (sendmail-send-it): Use line-beginning-position.
4151         * help-fns.el (describe-variable): Add original value, if applicable.
4153 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
4155         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
4157         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
4159 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4161         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
4162         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
4163         (smie-prec2-levels): Use them to better diagnose precedence cycles.
4164         (smie-blink-matching-check): Don't signal a mismatch if car is t.
4165         (smie-blink-matching-open): Rewrite to remove assumptions, so that
4166         something like "." can also be a closer.
4167         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
4168         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
4169         Rename internal functions to use "--".  Update callers.
4171         * frame.el (make-frame-names-alist): Don't list frames on other displays.
4173         * fringe.el (fringe-styles): New var.
4174         (fringe-mode, fringe-query-style): Use it.
4176 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
4178         * progmodes/sql.el: Version 2.8
4179         (sql-login-params): Update widget structure; changes still needed.
4180         (sql-product-alist): Add :list-all and :list-table features for
4181         SQLite, Postgres and MySQL products.
4182         (sql-redirect): Handle default value.
4183         (sql-execute, sql-execute-feature): New functions.
4184         (sql-read-table-name): New function.
4185         (sql-list-all, sql-list-table): New functions.  User API.
4186         (sql-mode-map, sql-interactive-mode-map): Add key definitions
4187         for above functions.
4188         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
4189         for above functions.
4190         (sql-postgres-login-params): Add user and database defaults.
4191         (sql-buffer-live-p): Bug fix.
4192         (sql-product-history): New variable.
4193         (sql-read-product): New function. Use it.
4194         (sql-set-product, sql-product-interactive): Use it.
4195         (sql-connection-history): New variable.
4196         (sql-read-connection): New function.  Use it.
4197         (sql-connect): New function.
4198         (sql-for-each-login): Redesign function interface.
4199         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
4200         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
4201         (sql-comint): Check for program.  Existing live buffer.
4202         (sql-comint-postgres): Add port parameter.
4204 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4206         * emacs-lisp/warnings.el: Fix commenting convention.
4207         (display-warning): Use special mode and make the buffer read-only.
4209 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
4211         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
4212         empty string when it follows a repeated or optional pattern.
4214 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4216         * indent.el (indent-according-to-mode): Apply syntax-propertize.
4217         (indent-region): Use indent-according-to-mode.
4219 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
4221         * fringe.el (fringe-mode): Doc fix.
4223 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4225         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
4226         refreshing the preview buffer.
4228 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4230         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
4231         (latex-syntax-propertize-rules): New consts; replace
4232         tex-font-lock-syntactic-keywords.
4233         (tex-env-mark, latex-env-before-change): New functions.
4234         (latex-electric-env-pair-mode): New minor mode.
4235         (tex-font-lock-verb): Change arguments; do move point.
4236         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
4237         representation as a form of comment.
4238         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
4239         (doctex-syntax-propertize-rules): New const; replaces
4240         doctex-font-lock-syntactic-keywords.
4241         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
4243         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
4244         (fortran-make-syntax-propertize-function): New function; replaces
4245         fortran-font-lock-syntactic-keywords.
4246         (fortran-mode): Use it.
4247         (fortran-line-length): Use it.  Improve interactive spec.
4249         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
4250         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
4251         when adding surrounding \(..\).
4253         * progmodes/js.el (js-mode): Fix last change (bug#7054).
4255 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4257         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
4258         Use with-current-buffer.
4260         * isearch.el (isearch-face): Rename from `isearch'.
4261         (isearch-highlight): Use new name.
4263 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
4265         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
4266         5, for `half' width fringes.  (Bug#6933)
4268 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4270         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4271         (byte-compile-defvar): "foo/bar" does not lack a prefix.
4273         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
4275 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
4277         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
4278         in calculating new frame position.  Add more space between new and
4279         parent on the left (Bug#7048).
4281 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
4283         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
4284         defmacro.
4286 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
4288         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
4290         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
4291         obsolete alias for x-selection-value.
4293         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
4295 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
4297         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
4298         cookie.
4300 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
4302         * net/tramp-compat.el (tramp-compat-with-temp-message)
4303         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
4304         (tramp-compat-process-put): New defuns.
4306         * net/tramp.el (top):
4307         * net/tramp-gvfs.el (top):
4308         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
4310         * net/tramp.el (tramp-progress-reporter-update):
4311         Use `tramp-compat-funcall'.
4313         * net/tramp.el (tramp-process-actions):
4314         * net/tramp-gvfs.el (tramp-handle-vc-registered):
4315         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
4316         (tramp-get-remote-stat, tramp-get-remote-readlink):
4317         Use `tramp-compat-with-temp-message'.
4319         * net/tramp-sh.el (top): Require 'cl.
4320         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
4321         (tramp-open-connection-setup-interactive-shell):
4322         Use `tramp-compat-process-put'.
4324 2010-09-15  Alan Mackenzie  <acm@muc.de>
4326         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
4327         indentation.
4328         (c-forward-<>-arglist-recur): Fix an infinite recursion.
4330 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4332         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4333         `lexical' for warnings related to lexical scoping.
4334         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
4335         global vars which don't have a prefix and could hence affect lexical
4336         scoping in unrelated files.
4338 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340         * net/imap.el: Revert back to version
4341         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4342         seem problematic.
4344 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4346         * obsolete/old-whitespace.el (whitespace-unload-function):
4347         Explicitly pass `obarray' to `unintern' to avoid a warning.
4349 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4351         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
4352         Add `when' argument.  Update callers.
4354         * subr.el (unintern): Declare the obarray arg mandatory.
4356 2010-09-14  Glenn Morris  <rgm@gnu.org>
4358         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
4359         Doc fixes.
4361         * calendar/diary-lib.el (diary-included-files): New variable.
4362         (diary-list-entries): Maybe initialize diary-included-files.
4363         (diary-include-other-diary-files): Append to diary-included-files.
4364         * calendar/appt.el (appt-update-list): Also check the members of
4365         diary-included-files.  (Bug#6999)
4366         (appt-check): Doc fix.
4368 2010-09-14  David Reitter  <david.reitter@gmail.com>
4370         * simple.el (line-move-visual): Do not truncate goal column to
4371         integer size.  (Bug#7020)
4373 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4375         * repeat.el (repeat): Allow repeating when the last event is a click.
4376         Suggested by Drew Adams (bug#6256).
4378 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
4380         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
4381         Replace setting HGRCPATH to "" by some less invasive --config options.
4383 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4385         * font-lock.el (font-lock-beginning-of-syntax-function):
4386         Mark as obsolete.
4388 2010-09-14  Glenn Morris  <rgm@gnu.org>
4390         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
4391         and tool-bar modes.  (Bug#6211)
4392         (menu-bar-mode): Move setting of standard-value after the
4393         minor-mode definition, otherwise it seems to have no effect.
4395 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
4397         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
4398         Fix typo.  (Bug#6976)
4400 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4402         * whitespace.el: Allow cleaning up blanks without blank
4403         visualization (Bug#6651).  Adjust help window for
4404         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
4405         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
4406         (whitespace-style): Add new value 'face.  Adjust docstring.
4407         (whitespace-space, whitespace-hspace, whitespace-tab):
4408         Adjust foreground property face.
4409         (whitespace-line-column): Adjust docstring and type declaration.
4410         (whitespace-style-value-list, whitespace-toggle-option-alist)
4411         (whitespace-help-text): Adjust const initialization.
4412         (whitespace-toggle-options, global-whitespace-toggle-options):
4413         Adjust docstring.
4414         (whitespace-display-window, whitespace-interactive-char)
4415         (whitespace-style-face-p, whitespace-color-on): Adjust code.
4416         (whitespace-help-scroll): New fun.
4418 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4420         * calendar/time-date.el (format-seconds): Comment fix.
4422 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
4424         * progmodes/sql.el: Version 2.7.
4425         (sql-buffer-live-p): Improve detection.
4426         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4427         (sql-set-sqli-buffer): Use it.
4428         (sql-product-interactive): Run `sql-set-sqli-hook'.
4429         (sql-rename-buffer): Code cleanup.
4430         (sql-redirect, sql-redirect-value): New functions.  More to come.
4432 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
4434         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.
4435         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4436         (TRAMP_SRC): New macro.
4437         ($(lisp)/net/tramp-loaddefs.el): New target.
4439 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
4441         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
4443         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
4445         * net/tramp.el (top): Don't show loading message.  Require just
4446         'tramp-compat, everything else is required there.
4447         Use `ignore-errors' where appropriate.
4448         (tramp-inline-compress-start-size, tramp-copy-size-limit)
4449         (tramp-terminal-type, tramp-end-of-output)
4450         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
4451         (tramp-completion-function-alist-ssh)
4452         (tramp-completion-function-alist-telnet)
4453         (tramp-completion-function-alist-su)
4454         (tramp-completion-function-alist-putty, tramp-remote-path)
4455         (tramp-remote-process-environment, tramp-sh-extra-args)
4456         (tramp-actions-before-shell, tramp-uudecode)
4457         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
4458         (tramp-perl-file-attributes)
4459         (tramp-perl-directory-files-and-attributes)
4460         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
4461         (tramp-perl-encode, tramp-perl-decode)
4462         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
4463         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
4464         (tramp-handle-make-symbolic-link, tramp-handle-load)
4465         (tramp-handle-file-name-as-directory)
4466         (tramp-handle-file-name-directory)
4467         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4468         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
4469         (tramp-do-file-attributes-with-ls)
4470         (tramp-do-file-attributes-with-perl)
4471         (tramp-do-file-attributes-with-stat)
4472         (tramp-handle-set-visited-file-modtime)
4473         (tramp-handle-verify-visited-file-modtime)
4474         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
4475         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
4476         (tramp-handle-file-selinux-context)
4477         (tramp-handle-set-file-selinux-context)
4478         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
4479         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
4480         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
4481         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
4482         (tramp-handle-file-ownership-preserved-p)
4483         (tramp-handle-directory-file-name, tramp-handle-directory-files)
4484         (tramp-handle-directory-files-and-attributes)
4485         (tramp-do-directory-files-and-attributes-with-perl)
4486         (tramp-do-directory-files-and-attributes-with-stat)
4487         (tramp-handle-file-name-all-completions)
4488         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
4489         (tramp-handle-copy-file, tramp-handle-copy-directory)
4490         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
4491         (tramp-do-copy-or-rename-file-via-buffer)
4492         (tramp-do-copy-or-rename-file-directly)
4493         (tramp-do-copy-or-rename-file-out-of-band)
4494         (tramp-handle-make-directory, tramp-handle-delete-directory)
4495         (tramp-handle-delete-file)
4496         (tramp-handle-dired-recursive-delete-directory)
4497         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
4498         (tramp-handle-insert-directory)
4499         (tramp-handle-unhandled-file-name-directory)
4500         (tramp-handle-expand-file-name)
4501         (tramp-handle-substitute-in-file-name)
4502         (tramp-handle-executable-find, tramp-process-sentinel)
4503         (tramp-handle-start-file-process, tramp-handle-process-file)
4504         (tramp-handle-call-process-region, tramp-handle-shell-command)
4505         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
4506         (tramp-handle-insert-file-contents)
4507         (tramp-handle-insert-file-contents-literally)
4508         (tramp-handle-find-backup-file-name)
4509         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
4510         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
4511         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
4512         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
4513         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
4514         (tramp-find-file-exists-command, tramp-open-shell)
4515         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
4516         (tramp-open-connection-setup-interactive-shell)
4517         (tramp-local-coding-commands, tramp-remote-coding-commands)
4518         (tramp-find-inline-encoding, tramp-call-local-coding-command)
4519         (tramp-inline-compress-commands, tramp-find-inline-compress)
4520         (tramp-compute-multi-hops, tramp-maybe-open-connection)
4521         (tramp-send-command, tramp-wait-for-output)
4522         (tramp-send-command-and-check, tramp-barf-unless-okay)
4523         (tramp-send-command-and-read, tramp-mode-string-to-int)
4524         (tramp-convert-file-attributes, tramp-check-cached-permissions)
4525         (tramp-file-mode-from-int, tramp-file-mode-permissions)
4526         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
4527         (tramp-method-out-of-band-p, tramp-local-host-p)
4528         (tramp-get-remote-path, tramp-get-remote-tmpdir)
4529         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
4530         (tramp-get-test-command, tramp-get-test-nt-command)
4531         (tramp-get-file-exists-command, tramp-get-remote-ln)
4532         (tramp-get-remote-perl, tramp-get-remote-stat)
4533         (tramp-get-remote-readlink, tramp-get-remote-trash)
4534         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
4535         (tramp-get-local-uid, tramp-get-local-gid)
4536         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
4537         tramp-sh.el.
4538         (tramp-methods, tramp-default-method-alist)
4539         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
4540         Move initialization to tramp-sh.el.
4541         (tramp-temp-name-prefix): Make it a defconst.
4542         (tramp-dissect-file-name): Don't check anymore for multi-hop
4543         methods.
4544         (tramp-debug-outline-regexp): Add a docstring.
4545         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
4546         (tramp-get-debug-buffer): Use it.
4548         * net/tramp-cache.el (top): Set tramp-autoload cookie for
4549         initialization forms.
4550         (tramp-set-connection-property): Don't protect `tramp-message'
4551         call, it isn't necessary any longer.
4552         (tramp-dump-connection-properties): Use `ignore-errors'.
4554         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
4555         'password-cache and 'auth-source.
4557         * net/tramp-gvfs.el (top):
4558         * net/tramp-smb.el (top): Require 'tramp-sh.
4560         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
4562         * net/tramp-sh.el: New file, derived from tramp.el.
4563         (top): Initialize `tramp-methods', `tramp-default-method-alist',
4564         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
4565         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
4566         Use `ignore-errors' where appropriate.
4567         (tramp-sh-file-name-handler-alist): Rename from
4568         `tramp-file-name-handler-alist'.
4569         (tramp-send-command-and-check): Return t or nil.  Remove all
4570         `zerop' checks, where called.
4571         (tramp-handle-set-file-modes)
4572         (tramp-do-copy-or-rename-file-directly)
4573         (tramp-handle-delete-directory, tramp-handle-delete-file)
4574         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
4575         (tramp-sh-file-name-handler, tramp-send-command-and-check)
4576         (tramp-get-remote-ln): Set tramp-autoload cookie.
4578         * net/tramp-fish.el: Remove file.
4580 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
4582         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
4583         buffer-file-name to avoid file-locking.  (Bug#7026)
4585 2010-09-13  Julien Danjou  <julien@danjou.info>
4587         * notifications.el (notifications-notify): Add support for
4588         image-path and sound-name.
4589         (notifications-specification-version): Add this variable.
4591 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4593         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
4595 2010-09-12  Leo  <sdl.web@gmail.com>
4597         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
4598         (rcirc-completion-start): New variables.
4599         (rcirc-nick-completions): Rename to rcirc-completions.
4600         (rcirc-nick-completion-start-offset): Delete.
4601         (rcirc-completion-at-point): New function for constructing
4602         completion data for both nicks and irc commands.  Add to
4603         completion-at-point-functions in rcirc mode.
4604         (rcirc-complete): Rename from rcirc-nick-complete; use
4605         rcirc-completion-at-point.
4606         (defun-rcirc-command): Update rcirc-client-commands.
4608 2010-09-11  Glenn Morris  <rgm@gnu.org>
4610         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
4611         atomically, to avoid parallel build errors.  (Bug#4196)
4613 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
4615         * progmodes/sql.el: Version 2.6
4616         (sql-dialect): Synonym for "sql-product".
4617         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4618         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
4619         Set "sql-buffer" to buffer name not buffer object so multiple sql
4620         interactive buffers work properly.  Reverts misguided changes in
4621         earlier work.
4622         (sql-comint): Make sure different buffer name is used if "*SQL*"
4623         buffer is for a different product.
4624         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
4625         login param.
4626         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4627         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4628         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
4629         Accept new buffer name or prompt for one.
4630         (sql-port): Default to zero.
4631         (sql-comint-mysql): Handle "sql-port" as a numeric.
4632         (sql-port-history): Delete unused variable.
4633         (sql-get-login): Default "sql-port" to a number.
4634         (sql-product-alist): Correct Postgres prompt and terminator regexp.
4635         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
4636         "sqlite3" executables.
4637         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
4638         (sql-buffer-live-p): New function.
4639         (sql-mode-menu, sql-send-string): Use it.
4640         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
4641         syntax pattern.
4642         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
4643         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
4645 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647         * net/netrc.el (netrc-credentials): New convenience function.
4649 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4651         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
4652         to replace texinfo-font-lock-syntactic-keywords.
4653         (texinfo-mode): Use it.
4655         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
4656         Use syntax-propertize-function.
4658         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
4659         replace sgml-font-lock-syntactic-keywords.
4660         (sgml-mode): Use it.
4662         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
4663         since we don't use it.
4665         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
4667         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
4668         if available.
4669         (vhdl-fontify-buffer): Adjust.
4671         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
4672         replace tcl-font-lock-syntactic-keywords.
4673         (tcl-mode): Use it.
4675         * progmodes/simula.el (simula-syntax-propertize-function): New var to
4676         replace simula-font-lock-syntactic-keywords.
4677         (simula-mode): Use it.
4679         * progmodes/sh-script.el (sh-st-symbol): Remove.
4680         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
4681         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
4682         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
4683         (sh-font-lock-paren): Set syntax-multiline.
4684         (sh-font-lock-syntactic-keywords): Remove.
4685         (sh-syntax-propertize-function): New function to replace it.
4686         (sh-mode): Use it.
4688         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
4689         Define while compiling.
4690         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4691         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
4692         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
4693         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4694         (ruby-here-doc-end-syntax): Only define when
4695         syntax-propertize is not available.
4696         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
4697         New functions.
4698         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
4699         (electric-indent-chars): Silence bytecompiler.
4700         (ruby-mode): Use prog-mode, syntax-propertize-function, and
4701         electric-indent-chars.
4703         * progmodes/python.el (python-syntax-propertize-function): New var to
4704         replace python-font-lock-syntactic-keywords.
4705         (python-mode): Use it.
4706         (python-quote-syntax): Simplify and adjust to new use.
4708         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
4709         replace perl-font-lock-syntactic-keywords.
4710         (perl-syntax-propertize-special-constructs): New fun to replace
4711         perl-font-lock-special-syntactic-constructs.
4712         (perl-font-lock-syntactic-face-function): New fun.
4713         (perl-mode): Use it.
4715         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
4716         to replace octave-font-lock-close-quotes.
4717         (octave-syntax-propertize-function): New function to replace
4718         octave-font-lock-syntactic-keywords.
4719         (octave-mode): Use it.
4721         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
4722         replaces mixal-font-lock-syntactic-keywords.
4723         (mixal-mode): Use it.
4725         * progmodes/make-mode.el (makefile-syntax-propertize-function):
4726         New var; replaces makefile-font-lock-syntactic-keywords.
4727         (makefile-mode): Use it.
4728         (makefile-imake-mode): Adjust.
4730         * progmodes/js.el (js--regexp-literal): Define while compiling.
4731         (js-syntax-propertize-function): New var; replaces
4732         js-font-lock-syntactic-keywords.
4733         (js-mode): Use it.
4735         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
4736         replaces gdb-script-font-lock-syntactic-keywords.
4737         (gdb-script-mode): Use it.
4739         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
4740         (fortran--font-lock-syntactic-keywords): New var.
4741         (fortran-line-length): Update syntax-propertize-function and
4742         fortran--font-lock-syntactic-keywords.
4744         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
4746         * progmodes/cfengine.el (cfengine-mode):
4747         Use syntax-propertize-function.
4748         (cfengine-font-lock-syntactic-keywords): Remove.
4750         * progmodes/autoconf.el (autoconf-mode):
4751         Use syntax-propertize-function.
4752         (autoconf-font-lock-syntactic-keywords): Remove.
4754         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
4755         (ada-after-change-function, ada-initialize-syntax-table-properties)
4756         (ada-handle-syntax-table-properties): Only define when
4757         syntax-propertize is not available.
4758         (ada-mode): Use syntax-propertize-function.
4760         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
4761         (font-lock-fontify-syntactic-keywords-region): Move handling of
4762         font-lock-syntactically-fontified to...
4763         (font-lock-default-fontify-region): ...here.
4764         Let syntax-propertize-function take precedence.
4765         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
4767         * emacs-lisp/syntax.el (syntax-propertize-function)
4768         (syntax-propertize-chunk-size, syntax-propertize--done)
4769         (syntax-propertize-extend-region-functions): New vars.
4770         (syntax-propertize-wholelines, syntax-propertize-multiline)
4771         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
4772         (syntax-propertize): New functions.
4773         (syntax-propertize-rules): New macro.
4774         (syntax-ppss-flush-cache): Set syntax-propertize--done.
4775         (syntax-ppss): Call syntax-propertize.
4777         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
4779 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
4781         * textmodes/ispell.el (ispell-init-process): Improve comments.
4782         XEmacs compatibility changes regarding (add-hook) 'local option
4783         and (set-process-query-on-exit-flag).
4785 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
4787         * net/tramp-cache.el (tramp-parse-connection-properties):
4788         Set tramp-autoload cookie.
4790 2010-09-09  Glenn Morris  <rgm@gnu.org>
4792         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
4793         (imagemagick-register-types): Doc fix.
4795 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4797         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
4799         * progmodes/js.el (require): Require is already "eval-and-compile".
4800         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
4801         (js--re-search-backward): Use js--re-search-forward.
4803         * progmodes/fortran.el (fortran-line-length): Don't recompute
4804         syntactic keywords redundantly a second time.
4806         * progmodes/ada-mode.el: Replace "(set '" with setq.
4807         (ada-mode): Simplify.
4808         (ada-create-case-exception, ada-adjust-case-interactive)
4809         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
4810         (ada-search-ignore-string-comment, ada-move-to-start)
4811         (ada-move-to-end): Use with-syntax-table.
4813         * font-lock.el (save-buffer-state): Remove `varlist' arg.
4814         (font-lock-unfontify-region, font-lock-default-fontify-region):
4815         Update usage correspondingly.
4816         (font-lock-fontify-syntactic-keywords-region):
4817         Set parse-sexp-lookup-properties buffer-locally here.
4818         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
4820         * simple.el (blink-matching-open): Don't burp if we can't find a match.
4822 2010-09-08  Glenn Morris  <rgm@gnu.org>
4824         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
4825         Error if not compiled with -DBYTE_CODE_METER.
4827         * emacs-lisp/bytecomp.el (byte-recompile-directory):
4828         Ignore dir-locals-file.
4830 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4832         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4833         Not a const.
4834         (compilation-error-regexp-alist-alist): Rule out ": " in file names
4835         for the `gnu' messages.
4836         (compilation-set-skip-threshold): New command.
4837         (compilation-start): Use \' rather than $.
4838         (compilation-forget-errors): Use clrhash.
4840 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
4842         * textmodes/ispell.el (ispell-valid-dictionary-list):
4843         Simplify logic.
4845 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
4847         Migrate to Tramp 2.2.  Rearrange load dependencies.
4848         (Bug#1529, Bug#5448, Bug#5705)
4850         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
4851         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
4852         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4854         * net/tramp.el (top): Remove all other tramp-* loads except
4855         tramp-compat.el.  Remove all changes to tramp-unload-hook for
4856         other tramp-* packages.  Rearrange defun order.  Change calls of
4857         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
4858         `tramp-compat-octal-to-decimal' to new function names.
4859         (tramp-terminal-type, tramp-initial-end-of-output)
4860         (tramp-methods, tramp-foreign-file-name-handler-alist)
4861         (tramp-tramp-file-p, tramp-completion-mode-p)
4862         (tramp-send-command-and-check, tramp-get-remote-path)
4863         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
4864         (tramp-shell-quote-argument): Set tramp-autoload cookie.
4865         (with-file-property, with-connection-property): Move to
4866         tramp-cache.el.
4867         (tramp-local-call-process, tramp-decimal-to-octal)
4868         (tramp-octal-to-decimal): Move to tramp-compat.el.
4869         (tramp-handle-shell-command): Do not require 'shell.
4870         (tramp-compute-multi-hops): No special handling for tramp-gw-*
4871         symbols.
4872         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
4874         * net/tramp-cache.el (top): Require 'tramp.  Add to
4875         `tramp-unload-hook'.
4876         (tramp-cache-data, tramp-get-file-property)
4877         (tramp-set-file-property, tramp-flush-file-property)
4878         (tramp-flush-directory-property, tramp-get-connection-property)
4879         (tramp-set-connection-property, tramp-flush-connection-property)
4880         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
4881         cookie.
4882         (with-file-property, with-connection-property): New defuns, moved
4883         from tramp.el.
4884         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
4885         macro.
4887         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
4888         (tramp-version): Set tramp-autoload cookie.
4890         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
4891         changes to tramp-unload-hook for other tramp-* packages.  Add to
4892         `tramp-unload-hook'.
4893         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
4894         (tramp-compat-call-process): New defuns, moved from tramp.el.
4896         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
4897         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4898         Add to `tramp-unload-hook'.  Change call of
4899         `tramp-compat-decimal-to-octal' to new function name.
4900         (tramp-fish-method): Make it a defconst.
4901         (tramp-fish-file-name-p): Make it a defsubst.
4902         (tramp-fish-method, tramp-fish-file-name-handler)
4903         (tramp-fish-file-name-p): Set tramp-autoload cookie.
4905         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
4906         `tramp-foreign-file-name-handler-alist'.  Add to
4907         `tramp-unload-hook'.
4908         (tramp-ftp-method): Make it a defconst.
4909         (tramp-ftp-file-name-p): Make it a defsubst.
4910         (tramp-ftp-method, tramp-ftp-file-name-handler)
4911         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
4913         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
4914         `tramp-foreign-file-name-handler-alist'.  Add to
4915         `tramp-unload-hook'.  Change checks, whether package can be
4916         loaded.
4917         (tramp-gvfs-file-name-p): Make it a defsubst.
4918         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
4919         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
4920         (tramp-gvfs-handle-file-directory-p): New defun.
4921         (tramp-gvfs-file-name-handler-alist): Use it.
4923         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
4924         `tramp-foreign-file-name-handler-alist'.  Add to
4925         `tramp-unload-hook'.
4926         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
4927         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
4928         defconst.
4929         (tramp-gw-tunnel-method, tramp-gw-socks-method)
4930         (tramp-gw-open-connection): Set tramp-autoload cookie.
4932         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
4933         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4934         Add to `tramp-unload-hook'.  Change checks, whether package can be
4935         loaded.
4936         (tramp-imap-file-name-p): Make it a defsubst.
4937         (tramp-imap-method, tramp-imaps-method)
4938         (tramp-imap-file-name-handler)
4939         (tramp-imap-file-name-p): Set tramp-autoload cookie.
4941         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
4942         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4943         Add to `tramp-unload-hook'.  Change checks, whether package can be
4944         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
4945         function name.
4946         (tramp-smb-tunnel-method): Make it a defconst.
4947         (tramp-smb-file-name-p): Make it a defsubst.
4948         (tramp-smb-method, tramp-smb-file-name-handler)
4949         (tramp-smb-file-name-p): Set tramp-autoload cookie.
4951         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
4952         (tramp-uuencode-region): Set tramp-autoload cookie.
4954         * net/trampver.el (top) Add to `tramp-unload-hook'.
4955         (tramp-version, tramp-bug-report-address): Set tramp-autoload
4956         cookie.  Update release number.
4958 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
4960         * textmodes/ispell.el (ispell-start-process): Make sure original
4961         arg list is properly initialized (Bug#6993, Bug#6994).
4963 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4965         * files.el (directory-abbrev-alist): Use \` as default regexp.
4967         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
4968         chars like - or ] (bug#6984).
4969         (rx-any-condense-range): Explode 2-char ranges.
4971 2010-09-06  Glenn Morris  <rgm@gnu.org>
4973         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
4975 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4977         * textmodes/bibtex.el:
4978         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
4980 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4982         * net/imap.el (imap-message-map): Remove optional buffer parameter,
4983         since no callers use it.
4984         (imap-message-get): Ditto.
4985         (imap-message-put): Ditto.
4986         (imap-mailbox-map): Ditto.
4987         (imap-mailbox-put): Ditto.
4988         (imap-mailbox-get): Ditto.
4989         (imap-mailbox-get): Revert last change for this function.
4991 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4993         * net/imap.el (imap-fetch-safe): Remove function, and alter all
4994         callers to use `imap-fetch' instead.  According to the comments, this
4995         should be safe, since all other IMAP clients use the 1:* syntax.
4996         (imap-enable-exchange-bug-workaround): Remove.
4997         (imap-debug): Remove -- doesn't seem very useful.
4999 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5001         * net/imap.el (imap-log): New convenience function used throughout
5002         instead of repeating the same code all over the place.
5004 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
5006         * mouse.el (mouse-save-then-kill): Save region to kill-ring
5007         when mouse-drag-copy-region is non-nil (Bug#6956).
5009 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
5011         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
5012         Improve regexps (Bug#6987).
5013         (dired-sort-toggle): Search more robustly for -t flag.
5015         * files.el (get-free-disk-space): Search more robustly for
5016         "available" column.  Suggested by Ehud Karni
5017         <ehud@unix.mvs.co.il>.
5019 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
5021         * international/uni-bidi.el:
5022         * international/uni-category.el:
5023         * international/uni-combining.el:
5024         * international/uni-decimal.el:
5025         * international/uni-mirrored.el:
5026         * international/uni-name.el: Regenerate.
5028 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5030         * electric.el (electric-indent-post-self-insert-function):
5031         Don't reindent with a sloppy indentation function.
5033         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
5034         border case in change-log-mode.
5036 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
5038         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5039         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
5040         Recognize leading tab in gcc-include regexp.  Ignore names with
5041         leading "from" or "in" in gnu regexp (Bug#6937).
5043 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5045         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5046         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
5047         (ispell-start-process): Avoid setq and simplify logic.
5048         (ispell-init-process): Setup kill-buffer-hook locally when needed.
5049         (kill-buffer-hook): Don't use it globally with code that uses
5050         expand-file-name since that may call kill-buffer via
5051         code_conversion_restore.
5053 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
5055         * emacs-lisp/package.el (package-directory-list): Only call
5056         file-name-nondirectory on a string.
5058 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
5060         * emacs-lisp/package.el (package--download-one-archive):
5061         Ensure that archive-contents is valid before saving it.
5062         (package-activate-1, package-mark-obsolete, define-package)
5063         (package-compute-transaction, package-list-maybe-add): Use push.
5065 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5067         Use SMIE's blink-paren for octave-mode.
5068         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
5069         Backslashes do not escape single-quotes, single-quotes do.
5070         (octave-block-else-regexp, octave-block-end-regexp)
5071         (octave-block-match-alist): Remove.
5072         (octave-smie-bnf-table): New var, with old content.
5073         (octave-smie-op-levels): Use it.
5074         (octave-smie-closer-alist): New var.
5075         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
5076         (octave-blink-matching-block-open): Remove.
5077         (octave-reindent-then-newline-and-indent, octave-electric-semi)
5078         (octave-electric-space): Let self-insert-command run expand-abbrev and
5079         blink parens.
5081         * electric.el (electricity): New group.
5082         (electric-indent-chars): New var.
5083         (electric-indent-post-self-insert-function): New fun.
5084         (electric-indent-mode): New minor mode.
5085         (electric-pair-skip-self): New custom.
5086         (electric-pair-post-self-insert-function): New function.
5087         (electric-pair-mode): New minor mode.
5089         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
5090         calcAlg-blink-matching-open.
5091         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
5092         (calc-do-alg-entry): Only touch the part of the keymap that varies.
5093         Use the new blink-matching-check-function.
5095         Provide blink-matching support to SMIE.
5096         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
5097         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
5098         (smie-blink-matching-check, smie-blink-matching-open): New functions.
5100         * simple.el (newline): Fix last change to properly remove itself from
5101         the hook.
5103 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5105         * simple.el (newline): Eliminate optimization.
5106         Use post-self-insert-hook to set hard-newline and things before
5107         running post-self-insert-hook.
5108         (blink-matching-check-mismatch): New function.
5109         (blink-matching-check-function): New variable.
5110         (blink-matching-open): Use them.
5111         Skip back forward over prefix chars skipped by forward-sexp.
5112         Don't check if the parens are backslash escaped.
5113         (blink-paren-post-self-insert-function): Check backslash escaping here.
5115 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
5117         * emacs-lisp/package.el (package-menu-mode-map):
5118         Change package-menu-revert bindings to revert-buffer.
5119         (package-menu-mode): Set revert-buffer-function.
5120         (package-menu-revert): Doc fix.
5122 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
5124         * textmodes/ispell.el (ispell-init-process): Use "~/" as
5125         `default-directory' unless using Ispell per-directory personal
5126         dictionaries and not in a mini-buffer under XEmacs.
5127         (kill-buffer-hook): Do not kill ispell process on exit when
5128         `ispell-process-directory' is "~/".  (Bug#6143)
5130 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
5132         * simple.el (kill-new): Call interprogram-cut-function with only
5133         one argument.
5135         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
5136         Remove cut buffer from error message.
5138         * term/x-win.el (x-select-text):
5139         * term/pc-win.el (x-selection-value):
5140         * term/ns-win.el (x-selection-value):
5141         * eshell/em-term.el:
5142         * w32-fns.el (x-get-selection-value):
5143         * mouse-sel.el (mouse-sel-set-selection-function):
5144         * frame.el (display-selections-p): Remove cut-buffer in documentation.
5146         * term/x-win.el: Update documentation for x-last-selected-text-*.
5147         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
5148         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
5149         (x-select-text): Remove argument PUSH, update documentation.
5150         Remove cut-buffer code.
5151         (x-selection-value-internal): Was previously x-selection-value.
5152         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5153         Update documentation, remove cut-buffer code.
5154         Call x-selection-value-internal.
5155         (x-clipboard-yank): Call x-selection-value-internal.
5156         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
5158         * term/pc-win.el (x-last-selected-text):
5159         x-cut-buffer-or-selection-value renamed to x-selection-value
5160         (x-select-text): Remove argument PUSH, update documentation.
5162         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
5163         x-cut-buffer-or-selection-value renamed to x-selection-value
5164         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5165         (x-select-text): Remove argument PUSH, update documentation.
5167         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
5169         * w32-fns.el (x-last-selected-text):
5170         x-cut-buffer-or-selection-value renamed to x-selection-value.
5171         (x-cut-buffer-max): Remove.
5172         (x-select-text): Remove argument PUSH, update documentation.
5174         * simple.el (interprogram-cut-function): Remove mention of PUSH.
5176         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
5178         * mouse-sel.el (mouse-sel-get-selection-function):
5179         x-cut-buffer-or-selection-value renamed to x-selection-value.
5180         (x-select-text): Remove optional push.
5182 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5184         * simple.el (blink-paren-function): Move from C to here.
5185         (blink-paren-post-self-insert-function): New function.
5186         (post-self-insert-hook): Use it.
5188         * emacs-lisp/pcase.el (pcase-split-memq):
5189         Fix overenthusiastic optimisation.
5190         (pcase-u1): Handle the case of a lambda pred.
5192 2010-08-31  Kenichi Handa  <handa@m17n.org>
5194         * international/mule-cmds.el (standard-display-european-internal):
5195         Setup standard-display-table for 8-bit characters by storing 8-bit
5196         characters in the element vector.
5198         * disp-table.el (standard-display-8bit):
5199         Setup standard-display-table for 8-bit characters by storing 8-bit
5200         characters in the element vector.
5201         (standard-display-european): Likewise.
5203 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
5205         * textmodes/nroff-mode.el (nroff-view): New command.
5206         (nroff-mode-map): Bind it to C-c C-c.
5208 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5210         * emacs-lisp/smie.el (smie-down-list): New command.
5212         Remove old indentation and navigation code on octave-mode.
5213         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
5214         smie-down-list rather than add a binding for octave-down-block.
5215         (octave-mark-block, octave-blink-matching-block-open):
5216         Rely on forward-sexp-function.
5217         (octave-fill-paragraph): Don't narrow, so you can use
5218         indent-according-to-mode.
5219         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
5220         (octave-in-block-p, octave-re-search-forward-kw)
5221         (octave-re-search-backward-kw, octave-indent-calculate)
5222         (octave-end-as-array-index-p, octave-block-end-offset)
5223         (octave-scan-blocks, octave-forward-block, octave-backward-block)
5224         (octave-down-block, octave-backward-up-block, octave-up-block)
5225         (octave-before-magic-comment-p, octave-indent-line): Remove.
5227 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
5229         * emacs-lisp/package.el (package--read-archive-file): Just use
5230         `read', to avoid copying an additional string.
5231         (package-menu-mode): Set header-line-format here.
5232         (package-menu-refresh, package-menu-revert): Signal an error if
5233         not in the Package Menu.
5234         (package-menu-package-list): New var.
5235         (package--generate-package-list): Operate on the current buffer;
5236         don't assume that it is *Packages*, since the user may rename it.
5237         Allow persistent package listings and sort keys using
5238         package-menu-package-list and package-menu-package-sort-key.
5239         (package-menu--version-predicate): Fix version calculation.
5240         (package-menu-sort-by-column): Don't select the window.
5241         (package--list-packages): Create the *Packages* buffer.
5242         Set package-menu-package-list-key.
5243         (list-packages): Sorting by status is now the default.
5244         (package-buffer-info): Use match-string-no-properties.
5245         (define-package): Add a &rest argument for future proofing, but
5246         don't use it yet.
5247         (package-install-from-buffer, package-install-buffer-internal):
5248         Merge into a single function, package-install-from-buffer.
5249         (package-install-file): Change caller.
5251         * finder.el: Load finder-inf using `require'.
5252         (finder-list-matches): Sorting by status is now the default.
5253         (finder-compile-keywords): Simpify printing.
5255 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5257         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5258         (octave-mode-map): Remove special bindings for forward/backward-block
5259         and octave-backward-up-block.  Use smie-close-block.
5260         (octave-continuation-marker-regexp): New var.
5261         (octave-continuation-regexp): Use it.
5262         (octave-operator-table, octave-smie-op-levels)
5263         (octave-operator-regexp, octave-smie-indent-rules): New vars.
5264         (octave-smie-backward-token, octave-smie-forward-token): New funs.
5265         (octave-mode): Use SMIE.
5266         (octave-close-block): Delete.
5268 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
5270         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
5271         CLIPBOARD, not in PRIMARY.  (Bug#6944)
5273 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5275         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
5276         a list of parents.
5277         (smie-indent-column): Allow indirection through variables.
5279         * composite.el (save-buffer-state): Delete, unused.
5280         * font-lock.el (save-buffer-state): Use with-silent-modifications.
5281         (font-lock-default-fontify-region): Use with-syntax-table.
5282         * jit-lock.el (with-buffer-unmodified): Remove.
5283         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
5285         Use `declare' in defmacros.
5286         * window.el (save-selected-window):
5287         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
5288         * progmodes/python.el (def-python-skeleton):
5289         * net/dbus.el (dbus-ignore-errors):
5290         * jka-cmpr-hook.el (with-auto-compression-mode):
5291         * international/mule.el (with-category-table):
5292         * emacs-lisp/timer.el (with-timeout):
5293         * emacs-lisp/lisp-mnt.el (lm-with-file):
5294         * emacs-lisp/eieio.el (with-slots):
5295         * emacs-lisp/easymenu.el (easy-menu-define):
5296         * emacs-lisp/debug.el (debugger-env-macro):
5297         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
5298         (Multiple-value-call, Multiple-value-prog1):
5299         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
5300         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
5301         edebug rule to definition.
5302         * emacs-lisp/lisp-mode.el (save-selected-window)
5303         (with-current-buffer, combine-after-change-calls)
5304         (with-output-to-string, with-temp-file, with-temp-buffer)
5305         (with-temp-message, with-syntax-table, read-if, eval-after-load)
5306         (dolist, dotimes, when, unless):
5307         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
5309 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
5311         * finder.el: Require `package'.
5312         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
5313         (finder-package-info): Var deleted.
5314         (finder-keywords-hash, finder--builtins-alist): New vars.
5315         (finder-compile-keywords): Compute package--builtins and
5316         finder-keywords-hash instead of finder-keywords-hash, respecting
5317         the "Package" header.
5318         (finder-unknown-keywords, finder-list-matches):
5319         Use finder-keywords-hash and package--list-packages.
5320         (finder-mode): Don't set font-lock-defaults.
5321         (finder-exit): We don't use "*Finder-package*" and "*Finder
5322         Category*" buffers anymore.
5324         * emacs-lisp/package.el (package--builtins-base): Var deleted.
5325         (package--builtins): Set default value to nil.
5326         (package-initialize): Load precomputed value of package--builtins
5327         from finder-inf.el.
5328         (package-alist, package-compute-transaction)
5329         (package-download-transaction): Improve docstring.
5330         (package-read-all-archive-contents): Do not change
5331         package--builtins here.
5332         (list-packages): Make package-list-packages an alias for this.
5333         Sort by status by default.
5334         (package--list-packages): Add optional PACKAGES arg.
5335         (describe-package-1): Use font-lock-face property.  For built-in
5336         packages, insert file commentary.
5337         (package--generate-package-list): Rename from
5338         package-list-packages-internal; all callers changed.  Add optional
5339         PACKAGES arg.  Add alphabetical sort fallbacks.
5340         (package-menu--version-predicate, package-menu--status-predicate)
5341         (package-menu--description-predicate)
5342         (package-menu--name-predicate): New functions.
5344         * info.el (Info-finder-find-node): Search package-alist instead of
5345         finder-package-info.
5347 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
5349         * subr.el (version-regexp-alist): Don't use "a" and "b" for
5350         "alpha" and "beta".
5351         (version-to-list): Handle versions like "10.3d".
5353 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5355         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
5356         (macroexp-accumulate): Use `declare'.
5358 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5360         * whitespace.el (whitespace-style): Adjust type declaration.
5362 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
5364         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5365         empty argument to gvfs-copy.
5367 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
5369         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5370         handle new TRASH arg of `delete-file'.
5372 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
5374         * net/tramp.el (tramp-handle-insert-directory): Don't use
5375         `forward-word', its default syntax could be changed.
5377 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5378             Michael Albinus  <michael.albinus@gmx.de>
5380         Implement compression for inline methods.
5382         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5383         (tramp-copy-size-limit): Allow also nil.
5384         (tramp-inline-compress-commands): New defconst.
5385         (tramp-find-inline-compress, tramp-get-inline-compress)
5386         (tramp-get-inline-coding): New defuns.
5387         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5388         replaced by `tramp-get-inline-coding'.
5389         (tramp-handle-file-local-copy, tramp-handle-write-region)
5390         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5392 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
5394         Detect ssh 'ControlMaster' argument automatically in some cases.
5396         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5397         (tramp-default-method): Use it.
5399 2010-08-26  Karel Klíč  <kklic@redhat.com>
5401         * net/tramp.el (tramp-file-name-for-operation):
5402         Add file-selinux-context.
5404 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5406         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
5408 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
5410         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
5411         (Bug#6907).
5413 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
5415         * progmodes/js.el: Make indentation more customizable (Bug#6914).
5416         (js-paren-indent-offset, js-square-indent-offset)
5417         (js-curly-indent-offset): New options.
5418         (js--proper-indentation): Use them.
5420 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
5422         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
5423         instead of inspecting font-lock properties (Bug#6916).
5425 2010-08-26  David Reitter  <david.reitter@gmail.com>
5427         * server.el (server-visit-files): Run pre-command-hook and
5428         post-command-hook for each buffer while it is current (Bug#6910).
5429         (server-execute): Do not run hooks here.
5431 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
5433         Sync with Tramp 2.1.19.
5435         * net/tramp-cmds.el (tramp-cleanup-all-connections)
5436         (tramp-reporter-dump-variable, tramp-load-report-modules)
5437         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
5438         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
5440         * net/tramp-compat.el (top): Do not autoload
5441         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
5442         only when `start-file-process' is not bound.
5443         (byte-compile-not-obsolete-vars): Define if not bound.
5444         (tramp-compat-funcall): New defmacro.
5445         (tramp-compat-line-beginning-position)
5446         (tramp-compat-line-end-position)
5447         (tramp-compat-temporary-file-directory)
5448         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5449         (tramp-compat-copy-file, tramp-compat-copy-directory)
5450         (tramp-compat-delete-file, tramp-compat-delete-directory)
5451         (tramp-compat-number-sequence, tramp-compat-process-running-p):
5452         Use it.
5453         (tramp-advice-file-expand-wildcards): Do not use
5454         `tramp-handle-file-remote-p'.
5455         (tramp-compat-make-temp-file): Simplify fallback implementation.
5456         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5457         (tramp-compat-copy-tree): Remove function.
5458         (tramp-compat-delete-file): New defun.
5459         (tramp-compat-delete-directory): Provide implementation for older
5460         Emacsen.
5461         (tramp-compat-file-attributes): Handle only
5462         `wrong-number-of-arguments' error.
5464         * net/tramp-fish.el (tramp-fish-handle-copy-file):
5465         Add PRESERVE_SELINUX_CONTEXT.
5466         (tramp-fish-handle-delete-file): Add TRASH arg.
5467         (tramp-fish-handle-directory-files-and-attributes):
5468         Do not use `tramp-fish-handle-file-attributes.
5469         (tramp-fish-handle-file-local-copy)
5470         (tramp-fish-handle-insert-file-contents)
5471         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
5473         * net/tramp-gvfs.el (top): Require url-util.
5474         (tramp-gvfs-mount-point): Remove.
5475         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
5476         and `set-file-selinux-context'.
5477         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
5478         (tramp-gvfs-handle-file-selinux-context)
5479         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5480         (with-tramp-dbus-call-method): Format trace message.
5481         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5482         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
5483         Implement backup call, when operation on local files fails.
5484         Use progress reporter.  Flush properties of changed files.
5485         (tramp-gvfs-handle-delete-file): Add TRASH arg.
5486         Use `tramp-compat-delete-file'.
5487         (tramp-gvfs-handle-expand-file-name): Expand "~/".
5488         (tramp-gvfs-handle-make-directory): Make more traces.
5489         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
5490         (tramp-gvfs-url-file-name): Hexify file name in url.
5491         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5492         into account for the resulting file name.
5493         (tramp-gvfs-handler-askquestion): Preserve current message, in
5494         order to let progress reporter continue afterwards.  (Bug#6257)
5495         Return dummy mountpoint, when the answer is "no".
5496         See `tramp-gvfs-maybe-open-connection'.
5497         (tramp-gvfs-handler-mounted-unmounted)
5498         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
5499         attribute "default_location".  Set "prefix" property.
5500         Handle default-location.
5501         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5502         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5503         exists.  Raise an error, if not (due to a corresponding answer
5504         "no" in interactive questions, for example).
5505         Use `tramp-compat-funcall'.
5507         * net/tramp-imap.el (top): Autoload `epg-make-context'.
5508         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5509         (tramp-imap-do-copy-or-rename-file)
5510         (tramp-imap-handle-insert-file-contents)
5511         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5512         (tramp-imap-handle-delete-file): Add TRASH arg.
5514         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5515         Add PRESERVE-SELINUX-CONTEXT.
5516         (tramp-smb-handle-copy-file)
5517         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5518         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5519         Use `with-progress-reporter'.
5520         (tramp-smb-handle-delete-file): Add TRASH arg.
5522         * net/tramp.el (tramp-methods): Move hostname to the end in all
5523         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
5524         appropriate.
5525         (tramp-verbose): Describe verbose level 9.
5526         (tramp-completion-function-alist)
5527         (tramp-file-name-regexp, tramp-chunksize)
5528         (tramp-local-coding-commands, tramp-remote-coding-commands)
5529         (with-connection-property, tramp-completion-mode-p)
5530         (tramp-action-process-alive, tramp-action-out-of-band)
5531         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5532         (tramp-exists-file-name-handler): Fix docstring.
5533         (tramp-remote-process-environment): Use `format' instead of
5534         `concat'.  Protect version string by apostroph.
5535         (tramp-shell-prompt-pattern): Do not use a shy group in case of
5536         XEmacs.
5537         (tramp-file-name-regexp-unified)
5538         (tramp-completion-file-name-regexp-unified): On W32 systems, do
5539         not regard the volume letter as remote filename.  (Bug#5447)
5540         (tramp-perl-file-attributes)
5541         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5542         (tramp-vc-registered-read-file-names): Read input as
5543         here-document, otherwise the command could exceed maximum length
5544         of command line.
5545         (tramp-file-name-handler-alist): Add `file-selinux-context' and
5546         `set-file-selinux-context'.
5547         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
5548         backtrace functions.
5549         (tramp-error-with-buffer): Don't show the connection buffer when
5550         we are in completion mode.
5551         (tramp-progress-reporter-update, tramp-remote-selinux-p)
5552         (tramp-handle-file-selinux-context)
5553         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
5554         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
5555         New defuns.
5556         (with-progress-reporter): New defmacro.
5557         (tramp-debug-outline-regexp): New defconst.
5558         (top, tramp-rfn-eshadow-setup-minibuffer)
5559         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5560         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5561         (tramp-completion-mode-p, tramp-check-for-regexp)
5562         (tramp-open-connection-setup-interactive-shell)
5563         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5564         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5565         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
5566         Use `tramp-compat-funcall'.
5567         (tramp-handle-make-symbolic-link): Flush file properties.
5568         (tramp-handle-load, tramp-handle-file-local-copy)
5569         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5570         (tramp-handle-vc-registered, tramp-maybe-send-script)
5571         (tramp-find-shell): Use `with-progress-reporter'.
5572         (tramp-do-file-attributes-with-stat): Add space in format string,
5573         in order to work around a bug in pdksh.  Reported by Gilles Pion
5574         <gpion@lfdj.com>.
5575         (tramp-handle-verify-visited-file-modtime): Do not send a command
5576         when the connection is not established.
5577         (tramp-handle-set-file-times): Simplify the check for utc.
5578         (tramp-handle-directory-files-and-attributes)
5579         (tramp-get-remote-path): Use `copy-tree'.
5580         (tramp-completion-handle-file-name-all-completions): Ensure, that
5581         non remote files are still checked.  Oops.
5582         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5583         Handle PRESERVE-SELINUX-CONTEXT.
5584         (tramp-do-copy-or-rename-file): Add progress reporter.
5585         (tramp-do-copy-or-rename-file-directly): Do not use
5586         `tramp-handle-file-remote-p'.
5587         (tramp-do-copy-or-rename-file-out-of-band):
5588         Use `tramp-compat-delete-directory'.
5589         (tramp-do-copy-or-rename-file-out-of-band)
5590         (tramp-compute-multi-hops, tramp-maybe-open-connection):
5591         Use `format-spec-make'.
5592         (tramp-handle-delete-file): Add TRASH arg.
5593         (tramp-handle-dired-uncache): Flush directory cache, not only file
5594         cache.
5595         (tramp-handle-expand-file-name)
5596         (tramp-completion-handle-file-name-all-completions)
5597         (tramp-completion-handle-file-name-completion):
5598         Use `tramp-connectable-p'.
5599         (tramp-handle-start-file-process): Set connection property "vec".
5600         Use it, in order to invalidate file caches.  Check only for
5601         `remote-tty' process property.
5602         Implement tty setting.  (Bug#4604, Bug#6360)
5603         (tramp-file-name-for-operation): Add `call-process-region' and
5604         `set-file-selinux-context'.
5605         (tramp-find-foreign-file-name-handler)
5606         (tramp-advice-make-auto-save-file-name)
5607         (tramp-set-auto-save-file-modes): Remove superfluous check for
5608         `stringp'.  This is done inside `tramp-tramp-file-p'.
5609         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
5610         operations when we are in completion mode.  This gives the user
5611         the chance to correct the file name in the minibuffer.
5612         (tramp-completion-mode-p): Use `non-essential'.
5613         (tramp-handle-file-name-all-completions): Backward/ XEmacs
5614         compatibility: Use `completion-ignore-case' if
5615         `read-file-name-completion-ignore-case' does not exist.
5616         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
5617         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5618         `tramp-open-shell'.
5619         (tramp-action-password): Hide password prompt before next run.
5620         (tramp-process-actions): Widen connection buffer for the trace.
5621         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5622         process property.  Trace stty settings if `tramp-verbose' >= 9.
5623         Apply workaround for IRIX64 bug.  Move argument of last
5624         `tramp-send-command' where it belongs to.
5625         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5626         front of `login-args'.
5627         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
5628         on "/dev/null" instead of "/".
5629         (tramp-get-ls-command-with-dired): Make test for "--dired"
5630         stronger.
5631         (tramp-set-auto-save-file-modes): Adapt version check.
5632         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5633         (tramp-handle-process-file): Call the program in a subshell, in
5634         order to preserve working directory.
5635         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
5636         `tramp-remote-sh' from `tramp-methods'.
5637         (tramp-get-ls-command): Make test for "--color=never" stronger.
5638         (tramp-check-for-regexp): Use (forward-line 1).
5640         * net/trampver.el: Update release number.
5642 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
5644         * help.el (help-map): Bind `C-h P' to describe-package.
5646         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
5648         * emacs-lisp/package.el (package-refresh-contents): Catch errors
5649         when downloading archives.
5650         (describe-package-1): Add package commentary.
5651         (package-install-button-action): New function.
5652         (package-menu-mode-map): Bind ? to package-menu-describe-package.
5653         (package-menu-view-commentary): Function removed.
5654         (package-list-packages-internal): Hide the `package' package too.
5656 2010-08-25  Kenichi Handa  <handa@m17n.org>
5658         * language/misc-lang.el ("Arabic"): New language environment.
5659         Setup composition-function-table for Arabic characters.
5661         * international/fontset.el (setup-default-fontset): Fix typo for
5662         arabic OTF spec (fini->fina).
5664 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
5666         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
5667         on all frames.
5669 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5671         * whitespace.el: Allow cleaning up blanks without blank
5672         visualization (Bug#6651).  Adjust help window for
5673         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
5674         instead of whitespace-line-column (from EmacsWiki).  New version
5675         13.1.
5676         (whitespace-style): Add new value 'face.  Adjust docstring.
5677         (whitespace-space, whitespace-hspace, whitespace-tab):
5678         Adjust foreground property face.
5679         (whitespace-line-column): Adjust docstring and type declaration.
5680         (whitespace-style-value-list, whitespace-toggle-option-alist)
5681         (whitespace-help-text): Adjust const initialization.
5682         (whitespace-toggle-options, global-whitespace-toggle-options):
5683         Adjust docstring.
5684         (whitespace-display-window, whitespace-interactive-char)
5685         (whitespace-style-face-p, whitespace-color-on): Adjust code.
5686         (whitespace-help-scroll): New fun.
5688 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
5690         * emacs-lisp/package.el (list-packages): Alias for
5691         package-list-packages.
5693 2010-08-24  Kevin Ryde  <user42@zip.com.au>
5695         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
5696         (Bug#5651).
5698         * progmodes/ruby-mode.el (ruby): Add defgroup.
5700 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
5702         * progmodes/python.el: Add Ipython support (Bug#5390).
5703         (python-shell-prompt-alist)
5704         (python-shell-continuation-prompt-alist): New options.
5705         (python--set-prompt-regexp): New function.
5706         (inferior-python-mode, run-python, python-shell):
5707         Require ansi-color.  Use python--set-prompt-regexp to set the comint
5708         prompt based on the Python interpreter.
5709         (python--prompt-regexp): New var.
5710         (python-check-comint-prompt)
5711         (python-comint-output-filter-function): Use it.
5712         (run-python): Use a pipe (Bug#5694).
5714 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
5716         * progmodes/python.el (python-send-region): Send a different
5717         Python command if Ipython is in use.
5718         (python-check-version): Use a Python command to find the version.
5720 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
5722         * mouse.el (mouse-yank-primary): Avoid setting primary when
5723         deactivating the mark (Bug#6872).
5725 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
5727         * progmodes/python.el (python-block-pairs): Allow use of "finally"
5728         with "else" (Bug#3991).
5730 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
5732         * net/dbus.el: Accept UNIX domain sockets as bus address.
5733         (top): Don't initialize `dbus-registered-objects-table' anymore,
5734         this is done in dbusbind,c.
5735         (dbus-check-event): Adapt test for bus.
5736         (dbus-return-values-table, dbus-unregister-service)
5737         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
5738         Adapt doc string.
5740 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
5742         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
5744 2010-08-22  Juri Linkov  <juri@jurta.org>
5746         * simple.el (read-extended-command): New function with the logic
5747         for `completing-read' moved to Elisp from `execute-extended-command'.
5748         Use `function-called-at-point' in `minibuffer-default-add-function'
5749         to get a command name for M-n (bug#5364, bug#5214).
5751 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5753         * startup.el (command-line-1): Issue warning for ignored arguments
5754         --unibyte, etc (Bug#6886).
5756 2010-08-22  Leo  <sdl.web@gmail.com>
5758         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
5759         (ignore, bright, dim, keyword): Split list of nicknames before
5760         passing to rcirc-add-or-remove (Bug#6894).
5762 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5764         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
5766 2010-08-22  Leo  <sdl.web@gmail.com>
5768         Fix buffer-list rename&refresh after killing a buffer in ido.
5769         * ido.el: Revert Óscar's.
5770         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
5771         Remember the buffers at head, rather than their name.
5772         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
5774 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
5775             Stefan Monnier  <monnier@iro.umontreal.ca>
5777         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
5778         extra backslash added to each line (bug#6890).
5780 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5782         * subr.el (read-key): Don't echo keystrokes (bug#6883).
5784 2010-08-22  Glenn Morris  <rgm@gnu.org>
5786         * menu-bar.el (menu-bar-games-menu): Add landmark.
5788 2010-08-22  Glenn Morris  <rgm@gnu.org>
5790         * align.el (align-regexp): Make group and spacing arguments
5791         use the interactive defaults when non-interactive.  (Bug#6698)
5793         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
5794         expansion, so as not to need sendmail.
5795         (mail-text-start): Remove declaration.
5796         (rmail-retry-failure): Require sendmail.
5798 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5800         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
5802 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
5804         * progmodes/flymake.el (flymake-start-syntax-check-process):
5805         Use `start-file-process' in order to let it run also on remote hosts.
5807 2010-08-22  Kenichi Handa  <handa@m17n.org>
5809         * files.el: Add `word-wrap' as safe local variable.
5811 2010-08-22  Glenn Morris  <rgm@gnu.org>
5813         * woman.el (woman-translate): Case matters.  (Bug#6849)
5815 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5817         * simple.el (kill-region): Doc fix (Bug#6787).
5819 2010-08-22  Glenn Morris  <rgm@gnu.org>
5821         * calendar/diary-lib.el (diary-header-line-format):
5822         Fit it to the window, not the frame.
5824 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
5826         * subr.el (ignore-errors): Add debug declaration.
5828 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
5830         * whitespace.el (whitespace-color-off): Remove post-command-hook
5831         locally.
5833 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5835         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
5837 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
5839         * cus-edit.el (custom-group-value-create): Add extra newline
5840         before end line (Bug#6876).
5842 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
5844         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
5845         when extending it.  Before killing on the second click, check if
5846         the buffer is the correct one.  Doc fix.
5847         (mouse-secondary-save-then-kill): Allow usage without first
5848         calling mouse-start-secondary, by defaulting to point.  Don't save
5849         an empty secondary selection.  Doc fix.
5851 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5853         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
5854         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
5855         New version 13.0.
5856         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5857         Adjust initialization.
5858         (whitespace-bob-marker, whitespace-eob-marker)
5859         (whitespace-buffer-changed): New vars.
5860         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
5861         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
5862         (whitespace-post-command-hook, whitespace-display-char-on):
5863         Adjust code.
5864         (whitespace-looking-back, whitespace-buffer-changed): New funs.
5865         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
5867 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5869         * files.el (locate-file-completion-table): Only list the .el and .elc
5870         extensions if there's no other choice (bug#5955).
5872         * facemenu.el (facemenu-self-insert-data): New var.
5873         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
5874         New functions.
5875         (facemenu-add-face): Use them.
5877         * simple.el (blink-matching-open): Obey forward-sexp-function.
5879 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5881         * simple.el (prog-mode-map): New var.
5882         (prog-indent-sexp): New command.
5884         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
5886         * progmodes/prolog.el (smie): Require.
5888         * emacs-lisp/smie.el (smie-default-backward-token)
5889         (smie-default-forward-token): Strip properties.
5890         (smie-next-sexp): Be more careful with associative operators.
5891         (smie-forward-sexp-command): Generalize.
5892         (smie-backward-sexp-command): Simplify.
5893         (smie-closer-alist): New var.
5894         (smie-close-block): New command.
5895         (smie-indent-debug-log): New var.
5896         (smie-indent-offset-rule): Add a few more cases.
5897         (smie-indent-column): New function.
5898         (smie-indent-after-keyword): Use it.
5899         (smie-indent-keyword): Use it.
5900         Fix up the opener code's point position.
5901         (smie-indent-comment): Only applies at BOL.
5902         (smie-indent-debug): New command.
5904         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
5905         declarations that are useful before running the macro.
5907 2010-08-18  Joakim Verona  <joakim@verona.se>
5909         * image.el (imagemagick-types-inhibit): New variable.
5910         (imagemagick-register-types): New function.
5911         * image-mode.el (image-transform-properties): New function.
5912         (image-transform-set-scale, image-transform-fit-to-height)
5913         (image-transform-set-rotation, image-transform-set-resize)
5914         (image-transform-fit-to-width, image-transform-fit-to-height):
5915         New functions.
5916         (image-toggle-display-image): Support image transforms.
5918 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5920         * image.el (create-animated-image): Don't add heuristic mask to image
5921         (Bug#6839).
5923 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
5925         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
5926         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
5928 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5930         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
5932         Font-lock '...' strings, plus various simplifications and fixes.
5933         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5934         (octave-font-lock-close-quotes): New function.
5935         (octave-font-lock-syntactic-keywords): New var.
5936         (octave-mode): Use it.  Set beginning-of-defun-function.
5937         (octave-mode-map): Don't override the <foo>-defun commands.
5938         (octave-mode-menu): Pass it directly to easy-menu-define;
5939         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
5940         (octave-block-match-alist): Fix up last change so that
5941         octave-close-block uses the more specific keyword.
5942         (info-lookup-mode): Silence byte-compiler.
5943         (octave-beginning-of-defun): Not interactive any more.
5944         Optimize slightly.
5945         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
5946         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
5947         (octave-completion-at-point-function): Make sure point is within
5948         beg..end.
5949         (octave-reindent-then-newline-and-indent):
5950         Use reindent-then-newline-and-indent.
5951         (octave-add-octave-menu): Remove.
5953 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
5955         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
5956         (report-emacs-bug-can-use-xdg-email): New functions.
5957         (report-emacs-bug): Set can-xdg-email to result of
5958         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
5959         \C-cm to report-emacs-bug-insert-to-mailer and add help text
5960         about it.
5962         * net/browse-url.el (browse-url-default-browser): Add cond
5963         for browse-url-xdg-open.
5964         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
5966 2010-08-17  Glenn Morris  <rgm@gnu.org>
5968         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
5969         (c-fontify-recorded-types-and-refs): Define for compiler.
5970         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
5971         before use.
5973         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
5974         Fix format call.
5976 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
5978         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
5979         properties.
5980         (tramp-handle-process-file): Call the program in a subshell, in
5981         order to preserve working directory.
5982         (tramp-action-password): Hide password prompt before next run.
5983         (tramp-process-actions): Widen connection buffer for the trace.
5985 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
5987         * net/rcirc.el (rcirc-log-process-buffers): New option.
5988         (rcirc-print): Use it.
5989         (rcirc-generate-log-filename): New function.
5990         (rcirc-log-filename-function): Change default to
5991         rcirc-generate-log-filename (Bug#6828).
5993 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
5995         * simple.el (deactivate-mark): If select-active-regions is `only',
5996         only set selection for temporarily active regions.
5998         * cus-start.el: Change defcustom for select-active-regions.
6000 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
6002         * mouse.el (mouse--drag-set-mark-and-point): New function.
6003         (mouse-drag-track): Use LOCATION arg to push-mark.
6004         Use mouse--drag-set-mark-and-point to take click-count into
6005         consideration when updating point and mark (Bug#6840).
6007 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
6009         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6010         Give the Ruby rule a lower priority than Gnu (Bug#6778).
6012 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6014         * font-lock.el (lisp-font-lock-keywords-2):
6015         Add combine-after-change-calls, condition-case-no-debug,
6016         with-demoted-errors, and with-silent-modifications (Bug#6025).
6018 2010-08-14  Kevin Ryde  <user42@zip.com.au>
6020         * emacs-lisp/copyright.el (copyright-update-year)
6021         (copyright-update): Temporary switch-to-buffer to ensure the
6022         buffer change being queried is visible (Bug#5394).
6024 2010-08-14  Tom Tromey  <tromey@redhat.com>
6026         * progmodes/etags.el (tags-file-name): Mark safe if stringp
6027         (Bug#6733).
6029 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
6031         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
6032         MS-DOS.  (Bug#6689)
6034 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
6036         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
6037         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6038         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6039         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
6040         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
6041         Call menu-bar-set-tool-bar-position.
6043 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6045         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
6046         comment style (bug#6834).
6047         * progmodes/scheme.el (scheme-mode-syntax-table):
6048         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
6049         "b" flag in "' 14b" syntax.
6051         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
6052         for (un)commenting the region and performing completion.
6053         (octave-mode-menu): Use standard commands for help and completion.
6054         (octave-mode-syntax-table): Support %{..%} comments (sort of).
6055         (octave-mode): Use define-derived-mode.
6056         Set completion-at-point-functions and don't set columns.
6057         Don't disable adaptive-fill-regexp.
6058         (octave-describe-major-mode, octave-comment-region)
6059         (octave-uncomment-region, octave-comment-indent)
6060         (octave-indent-for-comment): Remove.
6061         (octave-indent-calculate): Rename from calculate-octave-indent.
6062         (octave-indent-line, octave-fill-paragraph): Update caller.
6063         (octave-initialize-completions): No need to make an alist.
6064         (octave-completion-at-point-function): New function.
6065         (octave-complete-symbol): Use it.
6066         (octave-insert-defun): Use define-skeleton.
6068         * progmodes/octave-mod.el (octave-mode): Set comment-add.
6069         (octave-mode-map): Use comment-dwim (bug#6829).
6071 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6073         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
6074         indentation of inserted comment.
6076 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
6078         * faces.el (region): Add type gtk that uses gtk colors.
6080         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
6081         Handle theme-name change.
6083 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
6085         * progmodes/sql.el: Version 2.5
6086         (sql-product-alist): Add :prompt-cont-regexp property for several
6087         database products.
6088         (sql-prompt-cont-regexp): New variable.
6089         (sql-output-newline-count, sql-output-by-send):
6090         New variables.  Record number of newlines in input text.
6091         (sql-send-string): Handle multiple filters and count newlines.
6092         (sql-send-magic-terminator): Count terminator newline.
6093         (sql-interactive-remove-continuation-prompt): Filters output to
6094         remove continuation prompts; one for each newline.
6095         (sql-interactive-mode): Set up new variables, prompt regexp and
6096         output filter.
6097         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
6098         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
6100 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6102         * emacs-lisp/pcase.el: New file.
6104 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
6106         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
6107         as here-document, otherwise the command could exceed maximum
6108         length of command line.
6109         (tramp-handle-vc-registered): Call script accordingly.
6110         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
6112 2010-08-10  Kenichi Handa  <handa@m17n.org>
6114         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
6115         composable pattern.
6117 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
6119         * emacs-lisp/package.el (package-version-split)
6120         (package--version-first-nonzero, package-version-compare):
6121         Functions removed.
6122         (package-directory-list, package-load-all-descriptors)
6123         (package--built-in, package-activate, define-package)
6124         (package-installed-p, package-compute-transaction)
6125         (package-read-all-archive-contents)
6126         (package--add-to-archive-contents, package-buffer-info)
6127         (package-tar-file-info, package-list-packages-internal):
6128         Use version-to-list and version-list-*.
6130         * emacs-lisp/package-x.el (package-upload-buffer-internal):
6131         Use version-to-list.
6132         (package-upload-buffer-internal): Use version-list-<=.
6134 2010-08-09  Kenichi Handa  <handa@m17n.org>
6136         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
6137         composable pattern.
6139 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
6141         * tutorial.el (tutorial--default-keys): C-d is now bound to
6142         delete-forward-char (Bug#6826).
6144         * mouse.el (mouse-drag-track): Remove accidentally-removed check
6145         for `double' value of mouse-1-click-follows-link (Bug#6807).
6147 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
6149         * replace.el (replace-highlight): Bind isearch-forward and
6150         isearch-error, ensuring that highlighting is updated if the user
6151         switches the search direction (Bug#6808).
6153         * isearch.el (isearch-lazy-highlight-forward): New var.
6154         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6155         (isearch-lazy-highlight-update): Use it.
6157 2010-08-08  Kenichi Handa  <handa@m17n.org>
6159         * international/mule.el (define-charset): Store NAME as :base property.
6160         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
6161         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
6162         current priority.  Force using the designation of the specific
6163         charset by adding `charset' text property.  Improve the whole algorithm.
6165 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
6167         * emulation/pc-select.el (pc-selection-mode-hook)
6168         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
6169         (pc-selection-mode): Fix typos in docstrings.
6171 2010-08-08  Kenichi Handa  <handa@m17n.org>
6173         * language/cyrillic.el: Don't add "microsoft-cp1251" to
6174         ctext-non-standard-encodings-alist here.
6176         * international/mule.el (ctext-non-standard-encodings-alist):
6177         Add "koi8-r" and "microsoft-cp1251".
6178         (ctext-standard-encodings): New variable.
6179         (ctext-non-standard-encodings-table): List only elements for
6180         non-standard encodings.
6181         (ctext-pre-write-conversion): Adjust for the above change.
6182         Check ctext-standard-encodings.
6184         * international/mule-conf.el (compound-text): Doc fix.
6185         (ctext-no-compositions): Doc fix.
6186         (compound-text-with-extensions): Doc fix.
6188 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6190         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
6192 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
6194         * progmodes/which-func.el (which-func-format): Split help-echo text
6195         into lines, like other mode-line tooltips.
6197         * server.el (server-start): When using TCP sockets, force IPv4
6198         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
6200 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6202         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
6204 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
6206         * term.el (term-delimiter-argument-list): Reflow docstring.
6207         (term-read-input-ring, term-write-input-ring, term-send-input)
6208         (term-bol, term-erase-in-display, serial-supported-or-barf):
6209         Fix typos in docstrings.
6211 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6213         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
6215 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
6217         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
6219 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
6221         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
6222         Fix typo in docstring (bug#6747).
6224 2010-08-08  Leo  <sdl.web@gmail.com>
6226         * eshell/esh-io.el (eshell-get-target): Better detection of
6227         read-only file (Bug#6762).
6229 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
6231         * align.el (align-default-spacing): Doc fix.
6232         (align-region-heuristic, align-regexp): Fix typos in docstrings.
6234 2010-08-08  Stephen Peters  <speters@itasoftware.com>
6236         * calendar/icalendar.el
6237         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
6238         (icalendar--get-weekday-numbers): New.
6239         (icalendar--convert-recurring-to-diary): Handle multiple byday
6240         values in weekly rules.  (Bug#6766)
6242 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
6244         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
6245         (icalendar--create-uid, icalendar-export-region)
6246         (icalendar--parse-summary-and-rest): Code formatting.
6248 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
6250         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
6251         to italicize headers.
6252         (calc-highlight-selections-with-faces): New variable.
6253         (calc-selected-face, calc-nonselected-face): New faces.
6255         * calc/calccomp.el (math-comp-highlight-string): Use
6256         `calc-highlight-selections-with-faces' to determine how to highlight
6257         sub-formulas.
6259         * calc/calc-sel.el (calc-show-selections): Change message to when
6260         using faces to highlight selections.
6262 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
6264         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
6265         Add SQLite 3 keywords, functions and datatypes.
6266         (sql-interactive-mode): Remove `comint-process-echoes' set to t
6267         (Bug#6686).
6269 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
6271         * simple.el (select-active-regions): Move to keyboard.c.
6272         (deactivate-mark): Used saved-region-selection.
6273         (select-active-region): Function removed.
6274         (activate-mark, set-mark, push-mark-command)
6275         (handle-shift-selection): Don't call it.
6276         (keyboard-quit): Avoid adding the region to the window selection.
6278         * mouse.el (mouse-drag-track): Remove hacks to deal with old
6279         select-active-regions implementation.
6280         (mouse-yank-at-click): Doc fix.
6282         * cus-start.el: Add custom declaration for select-active-regions.
6284 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
6286         * simple.el (delete-forward-char): Doc fix.
6288         * tutorial.el (help-with-tutorial): Hack safe file-local variables
6289         after reading the tutorial.
6291 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
6293         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
6294         Fix for the case that a C style comment has its delimiters alone on
6295         their respective lines.
6297 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
6299         * net/tramp.el (tramp-handle-start-file-process): Set connection
6300         property "vec".
6301         (tramp-process-sentinel): Use it for flushing the cache.
6302         We cannot do it via the process buffer, the buffer could be deleted
6303         already when running the sentinel.
6305 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
6307         * comint.el (comint-mode): Make directory tracking functions
6308         functional on remote files.  (Bug#6764)
6310 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
6312         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
6314 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
6316         * emacs-lisp/find-gc.el (find-gc-source-files):
6317         Rename unexec.c => unexcoff.c.
6319         * emacs-lisp/authors.el (authors-fixed-entries):
6320         Rename unexec.c => unexcoff.c.
6322 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
6324         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
6325         cache, not only file cache.
6326         (tramp-process-sentinel): New defun.
6327         (tramp-handle-start-file-process): Use it, in order to invalidate
6328         file caches.
6330 2010-08-03  Leo  <sdl.web@gmail.com>
6332         * server.el (server-start): Simplify loop.
6334 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6336         * frame.el (screen-height, screen-width, set-screen-width)
6337         (set-screen-height): Remove ancient compatibility aliases.
6339         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
6340         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
6342         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
6343         that change current buffer.
6345 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6347         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
6348         beginning of the string.  Use `string-match-p'.  (Bug#6765)
6350 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
6352         * cus-start.el (x-gtk-use-system-tooltips): New variable.
6354 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
6356         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
6357         (package--builtins): Tweak descriptions.
6358         (package-print-package): Upcase descriptions if necessary.
6359         Show all built-in packages in font-lock-builtin-face.
6360         (package-list-packages-internal): Omit "emacs" package.
6361         Show status of built-in packages as "built-in".
6363 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
6365         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
6366         before killing to preserve the primary selection (Bug#6701).
6368         * term/x-win.el (x-select-text): Doc fix.
6370 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
6372         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
6373         (objc-font-lock-extra-types):
6374         * progmodes/cc-mode.el (c-basic-common-init):
6375         * progmodes/cc-langs.el (c-make-mode-syntax-table)
6376         (c++-make-template-syntax-table)
6377         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
6378         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
6379         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
6380         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
6381         * progmodes/cc-fonts.el (c-make-inverse-face)
6382         (c-basic-matchers-after):
6383         * progmodes/cc-engine.el (c-forward-keyword-clause)
6384         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
6385         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
6386         (c-guess-continued-construct, c-guess-basic-syntax):
6387         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
6388         The above functions were modified or created.
6390 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
6392         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
6394 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
6396         * files.el (bidi-paragraph-direction): Define safe local values.
6398         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
6399         language-info-alist.  Remove outdated FIXME in a comment.
6401 2010-07-31  Alan Mackenzie  <acm@muc.de>
6403         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
6404         Auto-fill broken in C/C++ modes.
6406 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
6408         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6409         (menu-bar-showhide-tool-bar-menu-customize-disable)
6410         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6411         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
6412         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
6413         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
6414         make a menu for Options => toolbar that can move it.
6416 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
6418         * emacs-lisp/package-x.el (package--make-rss-entry):
6419         (package-maint-add-news-item, package--update-news)
6420         (package-upload-buffer-internal): New arg ARCHIVE-URL.
6422         * emacs-lisp/package.el (package-archive-url): Rename from
6423         package-archive-id.
6424         (package-install): Doc fix.
6425         (package-download-single, package-download-tar, package-install)
6426         (package-menu-view-commentary): Callers changed.
6428 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
6430         * net/tramp.el (tramp-handle-start-file-process): Check only for
6431         `remote-tty' process property.
6432         (tramp-open-shell): Don't check for tty.
6433         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6434         process property.
6436         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
6437         host.
6439 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
6441         * emacs-lisp/package.el (package-load-list, package-archives)
6442         (package-archive-contents, package-user-dir)
6443         (package-directory-list, package--builtins, package-alist)
6444         (package-activated-list, package-obsolete-alist): Mark as risky.
6446 2010-07-28  Phil Hagelberg  <phil@evri.com>
6448         Add support for non-default package repositories.
6449         * emacs-lisp/package.el (package-archive-base): Var deleted.
6450         (package-archives): New variable.
6451         (package-archive-contents): Doc fix.
6452         (package-load-descriptor): Do nothing if descriptor file is missing.
6453         (package--write-file-no-coding): New function.
6454         (package-unpack-single): Use it.
6455         (package-archive-id): New function.
6456         (package-download-single, package-download-tar)
6457         (package-menu-view-commentary): Use it.
6458         (package-installed-p): Make second argument optional.
6459         (package-read-all-archive-contents): New function.
6460         (package-initialize): Use it.
6461         (package-read-archive-contents): Add ARCHIVE argument.
6462         (package--add-to-archive-contents): New function.
6463         (package-install): Don't call package-read-archive-contents.
6464         (package--download-one-archive): Store archive file in a
6465         subdirectory of package-user-dir.
6466         (package-menu-execute): Remove spurious line movement.
6468 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
6470         * cus-start.el (tool-bar-style): Add text-image-horiz.
6472 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
6474         * progmodes/gud.el (gud-common-init): Check for remoteness of
6475         `file', and not of `default-directory'.
6477 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
6479         * net/tramp.el (tramp-methods): Move hostname to the end in all
6480         ssh `tramp-login-args'.
6481         (tramp-verbose): Describe verbose level 9.
6482         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
6483         (tramp-open-connection-setup-interactive-shell): Trace stty
6484         settings if `tramp-verbose' >= 9.
6485         (tramp-handle-start-file-process): Implement tty setting.
6486         (Bug#4604, Bug#6360)
6488         * net/tramp-cmds.el (tramp-bug): Recommend setting of
6489         `tramp-verbose' to 9.
6491 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
6493         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
6494         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
6495         Remove references to package `lisp-re' (bug#4369).
6497 2010-07-27  Tom Tromey  <tromey@redhat.com>
6499         * progmodes/js.el (js-mode):
6500         * progmodes/make-mode.el (makefile-mode):
6501         * progmodes/simula.el (simula-mode):
6502         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
6504 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
6506         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
6508         * time.el (display-time-day-and-date): Remove spurious * in docstring.
6509         (display-time-world-buffer-name, display-time-world-mode-map):
6510         Fix typos in docstrings.
6512 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
6514         * image-mode.el (image-display-size): New function.
6515         (image-forward-hscroll, image-next-line, image-eol, image-eob)
6516         (image-mode-fit-frame): Use it (Bug#6639).
6518 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
6520         * dired.el (dired-buffers-for-dir): Handle list values of
6521         dired-directory (Bug#6636).
6523 2010-07-26  Sam Steingold  <sds@gnu.org>
6525         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
6526         Do not call `x-get-selection' the second time, reuse the value.
6528 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
6530         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
6531         which consist of control chars only.  Suggested by Richard Stallman.
6533 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
6535         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
6536         exists before passing an error to find-file-not-found-functions
6537         (bug#6723).
6539 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
6541         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
6542         Remove leading nil element, adjust values.
6543         (tetris-shapes, tetris-shape-scores):
6544         Change representation of shapes and remove some redundancy.
6545         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
6546         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
6547         Adjust for working with new representation of shapes.
6548         (tetris-shape-rotations): New function.
6549         (tetris-move-bottom, tetris-move-left, tetris-move-right)
6550         (tetris-rotate-prev, tetris-rotate-next):
6551         Adjust for working with the new version of tetris-test-shape.
6553 2010-07-23  Markus Triska  <markus.triska@gmx.at>
6555         * progmodes/ps-mode.el: Use comint (bug#5954).
6556         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
6557         (ps-mode-other-newline): Simplify.
6558         (ps-run-mode): Derive from comint-mode instead of
6559         fundamental-mode, yielding input history etc.
6560         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
6561         (ps-run-send-string): Adapt for comint-mode.
6562         (ps-run-newline): Remove now unneeded function.
6564 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
6566         * net/tramp.el (tramp-methods): Move hostname to the end in all
6567         plink `tramp-login-args'.
6569 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
6571         * net/tramp.el (tramp-open-shell): New defun.
6572         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6573         Use it.
6575 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
6577         * net/tramp.el (tramp-file-name-regexp-unified)
6578         (tramp-completion-file-name-regexp-unified): On W32 systems, do
6579         not regard the volume letter as remote filename.  (Bug#5447)
6581 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
6583         * custom.el (custom-declare-variable): Give a clearer error message
6584         when the docstring is missing (bug#6476).
6586 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
6588         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
6589         (sql-login-params): New widget definition.
6590         (sql-oracle-login-params, sql-mysql-login-params)
6591         (sql-solid-login-params, sql-sybase-login-params)
6592         (sql-informix-login-params, sql-ingres-login-params)
6593         (sql-ms-login-params, sql-postgres-login-params)
6594         (sql-interbase-login-params, sql-db2-login-params)
6595         (sql-linter-login-params): Use it.
6596         (sql-sqlite-login-params): Use it; Define "database" parameter as
6597         a file name.
6598         (sql-sqlite-program): Change to "sqlite3".
6599         (sql-comint-sqlite): Make sure database name is complete.
6600         (sql-for-each-login): New function.
6601         (sql-connect, sql-save-connection): Use it.
6602         (sql-get-login-ext): New function.
6603         (sql-get-login): Use it.
6604         (sql-make-alternate-buffer-name): Handle :file parameters.
6606 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
6608         * dired.el (dired-no-confirm): Document value t and fix defcustom to
6609         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
6611 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6613         * dired.el (dired-mode-map): Use command remapping (bug#6632).
6615 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
6617         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
6619 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
6621         * net/tramp.el (tramp-get-ls-command)
6622         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
6623         instead of "/".
6625 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
6627         * progmodes/sql.el: Version 2.3.
6628         (sql-connection-alist): Change keys from symbols to strings;
6629         enhanced the widget definition.
6630         (sql-mode-menu): Add submenu to select connections.
6631         (sql-interactive-mode-menu): Add "Save Connection" item.
6632         (sql-add-product): Fix menu item.
6633         (sql-get-product-feature): Improved error handling.
6634         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
6635         (sql-make-alternate-buffer-name): Simplified.
6636         (sql-product-interactive): Handle missing product.
6637         (sql-connect): Support string keys, minor improvements.
6638         (sql-save-connection): New function.
6639         (sql-connection-menu-filter): New function.
6641 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
6643         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6644         (tramp-open-connection-setup-interactive-shell):
6645         Apply workaround for IRIX64 bug.  Move argument of last
6646         `tramp-send-command' where it belongs to.
6648 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
6650         * net/tramp.el (tramp-perl-file-attributes)
6651         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6652         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6653         front of `login-args'.
6655 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
6657         * time.el (display-time-world-mode): Define with `define-derived-mode'.
6658         Set `show-trailing-whitespace' to nil.
6659         (display-time-world-display): Simplify.
6661 2010-07-18  Alan Mackenzie  <acm@muc.de>
6663         Enhance `c-file-style' in file/directory local variables.
6664         * progmodes/cc-mode.el (c-count-cfss): New function.
6665         (c-before-hack-hook): Call `c-set-style' differently according to
6666         whether c-file-style was set in file or directory local
6667         variables.
6669 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
6671         * progmodes/sql.el: Version 2.2.
6672         (sql-product, sql-user, sql-database, sql-server, sql-port):
6673         Use defcustom :safe keyword rather than putting safe-local-variable
6674         property.
6675         (sql-password): Use defcustom :risky keyword rather than putting
6676         risky-local-variable property.
6677         (sql-oracle-login-params, sql-sqlite-login-params)
6678         (sql-solid-login-params, sql-sybase-login-params)
6679         (sql-informix-login-params, sql-ingres-login-params)
6680         (sql-ms-login-params, sql-postgres-login-params)
6681         (sql-interbase-login-params, sql-db2-login-params)
6682         (sql-linter-login-params): Add `port' option.
6683         (sql-get-product-feature): Add NO-INDIRECT parameter.
6684         (sql-comint-oracle, sql-comint-sybase)
6685         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
6686         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
6687         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
6688         (sql-comint-linter): Rename sql-connect-* functions to
6689         sql-comint-*.
6690         (sql-product-alist, sql-mode-menu): Rename as above and
6691         :sqli-connect-func to :sqli-comint-func.
6692         (sql-connection): New variable.
6693         (sql-interactive-mode): Set it.
6694         (sql-connection-alist): New variable.
6695         (sql-connect): New function.
6696         (sql--alt-buffer-part, sql--alt-if-not-empty)
6697         (sql-make-alternate-buffer-name): Improved alternative buffer name.
6699 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6701         * image-mode.el (image-bookmark-make-record): Do not set context
6702         in an image (Bug#6650).
6704 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
6706         * simple.el (select-active-region): New function.
6707         (push-mark-command, set-mark, activate-mark)
6708         (handle-shift-selection): Use it.
6709         (deactivate-mark): Don't check for size of region.
6711         * mouse.el (mouse-drag-track): Use select-active-region.
6713 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
6715         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
6716         "--dired" stronger.
6718 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
6720         * term/x-win.el (x-select-enable-primary): Change default to nil.
6721         (x-select-enable-clipboard): Add :version keyword.
6723         * mouse.el (mouse-drag-copy-region):
6724         * simple.el (select-active-regions): Likewise.
6726 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
6728         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
6729         (vc-coding-system-for-diff): Use it to decide whether to inherit
6730         from the file the EOL format for reading the diffs of that file.
6731         (Bug#4451)
6733 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
6735         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
6736         unibyte, so compressed attachments are not compressed again.
6738 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
6740         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
6741         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
6742         (tramp-find-shell): Simplify setting connection property.
6743         (tramp-get-ls-command): Make test for "--color=never" stronger.
6745 2010-07-15  Simon South  <ssouth@member.fsf.org>
6747         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
6748         blocks within record declarations (i.e. variant parts) correctly.
6750 2010-07-15  Simon South  <ssouth@member.fsf.org>
6752         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
6753         over literal tokens when parsing so newlines aren't "absorbed" by
6754         single-line comments.  Corrects the indentation of case blocks
6755         that have a comment on the first line.
6757 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
6759         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
6760         by Drew Adams (Bug#5504).
6762 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
6764         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
6765         now that Unicode is used (Bug#6594).
6767 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
6769         * term/x-win.el (x-select-enable-clipboard): Default to t.
6770         (x-initialize-window-system): Don't overwrite Paste menu item.
6772         * simple.el (select-active-regions): Default to t.
6773         (push-mark-command): Don't overwrite primary with empty string.
6775         * mouse.el: Bind mouse-2 to mouse-yank-primary.
6776         (mouse-drag-copy-region): Default to nil.
6778         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
6779         Cut/Copy/Paste menu bar items.
6781 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6783         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6784         Patch applied by Karl Fogel.
6786         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
6787         and `bookmark-current-buffer' if they have been already set in
6788         another buffer (e.g gnus-art).
6790 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6791             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6793         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
6795         * bookmark.el (bookmark-make-record-default): Allow unneeded
6796         information to be omitted from the record.
6798         Adjust declarations and calls:
6800         * info.el (bookmark-make-record-default): Adjust declaration.
6801         (Info-bookmark-make-record): Adjust call.
6803         * woman.el (bookmark-make-record-default): Adjust declaration.
6804         (woman-bookmark-make-record): Adjust call.
6806         * man.el (bookmark-make-record-default): Adjust declaration.
6807         (Man-bookmark-make-record): Adjust call.
6809         * image-mode.el (bookmark-make-record-default): Adjust declaration.
6811         * doc-view.el (bookmark-make-record-default): Adjust declaration.
6813 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6815         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
6816         This is also from Thierry Volpiatto's patch in bug #6444.  However,
6817         because it was extraneous to the functional change in that patch,
6818         and causes a re-indendation, I am committing it separately.
6820 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6822         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
6823         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
6824         Patch applied by Karl Fogel (Bug#6444).
6826 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
6828         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
6830 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
6832         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
6833         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
6834         (ns-alternatives-map): Change S-tab binding to backtab
6835         (bug#6616).
6837         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
6838         under ns.
6840 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
6842         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
6843         (Bug#5806)
6845         * language/tv-util.el (tai-viet-re): Remove format.
6847 2010-07-12  Kenichi Handa  <handa@m17n.org>
6849         * language/hebrew.el: Remove no-byte-compile declaration.
6850         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
6851         composition-function-table for 3-character looking back.
6852         (hebrew-font-get-precomposed): New function.
6853         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
6855 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
6857         * mouse.el (mouse-drag-track): Handle select-active-regions
6858         (Bug#6612).
6860 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
6862         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
6863         empty argument to gvfs-copy.
6865 2010-07-10  Glenn Morris  <rgm@gnu.org>
6867         * calendar/calendar.el (calendar-week-end-day): New function.
6868         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
6869         Respect calendar-week-start-day.  (Bug#6606)
6870         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6871         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
6872         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
6873         respect calendar-week-start-day.
6875 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
6877         * simple.el (use-region-p): Doc fix (Bug#6607).
6879 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
6881         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6882         Add regexps for cucumber and ruby.
6884 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
6886         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
6887         (epa-file-insert-file-contents): Hack to prevent
6888         find-file from opening empty buffer when decryption failed
6889         (bug#6568).
6891 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
6893         * textmodes/ispell.el (ispell-alternate-dictionary):
6894         Use file-readable-p.
6895         Return nil if no word-list is found at default locations.
6896         (ispell-complete-word-dict): Default to nil.
6897         (ispell-command-loop): Use 'word-list' when using lookup-words.
6898         (lookup-words): Use ispell-complete-word-dict or
6899         ispell-alternate-dictionary.  Check for word-list availability
6900         and handle errors if needed with better messages (Bug#6539).
6901         (ispell-complete-word): Use ispell-complete-word-dict or
6902         ispell-alternate-dictionary.
6904 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
6906         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
6907         builtins (BufferError, BytesWarning, WindowsError; callables
6908         bin, bytearray, bytes, format, memoryview, next, print; __package__).
6910 2010-07-07  Glenn Morris  <rgm@gnu.org>
6912         * play/zone.el (top-level): Do not require timer, tabify, or cl.
6913         (zone-shift-left): Ignore intangibility, and any errors from
6914         forward-char.
6915         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
6916         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
6917         deleting, and copying text properties.
6918         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
6919         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
6920         to point-max is hard.
6921         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
6922         (zone-fill-out-screen): Ignore intangibility.
6924 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
6926         * menu-bar.el (menu-bar-mode):
6927         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
6928         if it has been set.
6930         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
6931         word/line selection (Bug#6565).
6933 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
6935         * net/dbus.el (dbus-send-signal): Declare function.
6937 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
6939         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
6940         (dbus-register-property): New optional argument EMITS-SIGNAL.
6941         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
6943 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
6945         * mouse.el (mouse-drag-overlay): Variable deleted.
6946         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
6947         (mouse--remap-link-click-p): New function.
6948         (mouse-drag-track): Handle dragging by using temporary Transient
6949         Mark mode, instead of a special overlay.
6950         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
6951         mouse-show-mark.
6953         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
6954         deleted.
6956 2010-07-02  Juri Linkov  <juri@jurta.org>
6958         * autoinsert.el (auto-insert-alist): Fix readability
6959         by using dotted pair notation for lambda.
6961 2010-07-02  Juri Linkov  <juri@jurta.org>
6963         * faces.el (read-face-name): Rename arg `string-describing-default'
6964         to `default'.  Doc fix.  Display the default value in quotes
6965         in the prompt.  With empty input, return the `default' arg,
6966         unless the default value is a string (in which case return nil).
6967         (describe-face): Replace the string `default' arg of `read-face-name'
6968         with the symbol `default'.
6970 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
6972         * emulation/viper-cmd.el (viper-delete-backward-char)
6973         (viper-del-backward-char-in-insert)
6974         (viper-del-backward-char-in-replace, viper-change)
6975         (viper-backward-indent): Replace delete-backward-char with
6976         delete-char (Bug#6552).
6978 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
6980         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
6982 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
6984         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
6985         argument passed to frame-creation-function (Bug#5378).
6987         * faces.el (x-handle-named-frame-geometry)
6988         (x-handle-reverse-video, x-create-frame-with-faces)
6989         (face-set-after-frame-default, tty-create-frame-with-faces):
6990         Don't separately consult default-frame-alist.  It is now passed as the
6991         PARAMETER argument.
6993 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
6995         * startup.el (command-line): Don't call tool-bar-setup in a
6996         tty-only build.
6998 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
7000         * ruler-mode.el (ruler--save-header-line-format): New fun.
7001         (ruler-mode): Use it as a setter function, so as not to overwrite
7002         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
7004 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
7006         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
7007         (vc-root-diff, vc-print-root-log, vc-log-incoming)
7008         (vc-log-outgoing): Use it.
7009         (vc-diff-internal): Set diff-vc-backend.
7011         * vc/diff-mode.el (diff-vc-backend): New var.
7013 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
7015         * dynamic-setting.el (font-setting-change-default-font):
7016         Remove call to message.
7018 2010-06-28  Kenichi Handa  <handa@m17n.org>
7020         * international/quail.el (quail-insert-kbd-layout): Fix the
7021         showing of untranslated characters.
7023 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
7025         * simple.el (delete-active-region): New option.
7026         (delete-backward-char): Implement in Lisp.
7027         (delete-forward-char): New command.
7029         * mouse.el (mouse-region-delete-keys): Deleted.
7030         (mouse-show-mark): Simplify.
7032         * bindings.el (global-map): Bind delete and DEL, the former to
7033         delete-forward-char.
7035 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
7037         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
7038         (ruby-mode): Bind indent-line-function (Bug#5119).
7040 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
7042         * startup.el (command-line): Recognize "0" X resource value.
7044 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
7046         * startup.el (command-line): Use X resources to set the value of
7047         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
7049         * menu-bar.el (menu-bar-mode):
7050         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
7051         Set init-value to t.
7053         * frame.el (frame-notice-user-settings): Don't change
7054         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
7055         vice versa (Bug#2249).
7057 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
7059         * w32-fns.el (w32-convert-standard-filename): Doc fix.
7061 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
7063         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
7064         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
7066         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
7067         default directories are expanded (Bug#6143).
7069 2010-06-24  Juri Linkov  <juri@jurta.org>
7071         * minibuffer.el (completions-format): Change default from nil to
7072         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
7074 2010-06-24  Juri Linkov  <juri@jurta.org>
7076         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
7077         buffer-locally to lambda that re-runs the vc diff command.
7078         (Bug#6447)
7080 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
7082         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
7083         echo area is in use (Bug#3412).
7085 2010-06-22  Glenn Morris  <rgm@gnu.org>
7087         * textmodes/texinfmt.el (texinfo-format-region)
7088         (texinfo-raise-lower-sections, texinfo-format-separate-node)
7089         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
7090         (texinfo-format-option, texinfo-noindent):
7091         Use line-beginning-position and line-end-position.
7093         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
7094         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
7095         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
7096         utf-8 characters.
7098 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
7100         * play/zone.el (zone-fall-through-ws): Fix next-line ->
7101         forward-line fallout.
7103 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
7105         * mouse.el (mouse-appearance-menu): Add docstring.
7107         * help.el (describe-key): Print up-event using key-description.
7109 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
7111         * net/zeroconf.el (zeroconf-resolve-service)
7112         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
7113         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
7115 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
7117         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
7119 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
7121         Avoid displaying files with a nil state in vc-dir.
7122         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
7123         cases that cause insertion.
7124         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
7125         with a nil state.
7127 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
7129         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
7131 2010-06-29  Leo  <sdl.web@gmail.com>
7133         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
7135 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
7137         * generic-x.el (bat-generic-mode): Fix regexp for command line
7138         switches (Bug#5719).
7140 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
7142         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
7143         of nconc to avoid pure storage error (Bug#6239).
7145 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
7147         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
7148         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
7149         bindings of bookmark-automatically-show-annotations (Bug#6515).
7151 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
7153         * arc-mode.el (archive-zip-extract): Don't quote the file name on
7154         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
7156 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
7158         * comint.el (make-comint, make-comint-in-buffer): Mention return
7159         value in the docstrings.  (Bug#6498)
7161 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
7163         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
7164         since it is not present when using some non-default switches.
7166 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
7168         * simple.el (compose-mail): Fix doc string to refer to
7169         `compose-mail-user-agent-warnings', instead of to the
7170         nonexistent `compose-mail-check-user-agent'.
7172 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
7174         Fix an indentation bug:
7176         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
7177         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
7178         of existing values.
7180         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
7181         (c-clear->-pair-props-if-match-before): now return t when they've
7182         cleared properties, nil otherwise.
7183         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
7184         by taking account of the existing value.
7186         * progmodes/cc-defs.el
7187         (c-clear-char-property-with-value-function): Fix this to clear the
7188         property rather than overwriting it with nil.
7190 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
7192         * emacs-lisp/package.el (package-print-package): Add link to
7193         package description via describe-package.
7194         (describe-package-1): List package requirements.  Add button to
7195         perform installation.
7196         (package-menu-describe-package): New command.
7198         * help-mode.el (help-package): New button type.
7200 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
7202         * emacs-lisp/package.el: Move package-list-packages binding to
7203         menu-bar.el.
7204         (describe-package, describe-package-1, package--dir): New funs.
7205         (package-activate-1): Use package--dir.
7207         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
7209         * help-mode.el (help-package-def): New button type.
7211         * menu-bar.el: Move package-list-packages binding here from
7212         package.el.
7214 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
7216         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
7218 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7220         * emacs-lisp/edebug.el (edebug-read-list):
7221         Phase out old-style backquotes.
7223 2010-06-17  Juri Linkov  <juri@jurta.org>
7225         * help-mode.el (help-mode): Set buffer-local variable
7226         revert-buffer-function to help-mode-revert-buffer.
7227         (help-mode-revert-buffer): New function.
7229         * info.el (Info-revert-find-node): Check for major-mode Info-mode
7230         before popping to "*info*" (like in other Info functions).
7231         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
7232         old-history-forward.  Pop to old-buffer-name or "*info*" to
7233         recreate the killed buffer.  Set Info-history-forward from
7234         old-history-forward.
7235         (Info-breadcrumbs-depth): Add :group and :version.
7237 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
7239         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
7241 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
7243         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
7244         for languages like Portuguese with pt_{BR,PT} and no plain pt.
7246 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
7248         * emacs-lisp/package.el (package-menu-mode-map):
7249         Move initialization into declaration.
7251         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
7253 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
7255         * emacs-lisp/package.el (package-archive-base): Point to
7256         elpa.gnu.org.
7257         (package-enable, package-load-list): New defcustoms.
7258         (package-user-dir, package-directory-list): Turn into defcustoms.
7259         Don't include package-user-dir in package-directory-list.
7260         (package--builtins-base): Don't include Emacs as a "package".
7261         (package-subdirectory-regexp): New var.
7262         (package-load-all-descriptors, package-compute-transaction)
7263         (package-download-transaction): Obey package-load-list.
7264         (package-activate-1): Rename from package-do-activate.
7265         (package-list-packages-internal): Check package-load-list.
7266         (package-load-descriptor, package-generate-autoloads)
7267         (package-unpack, package-unpack-single)
7268         (package--read-archive-file, package-delete):
7269         Use expand-file-name.
7271         * emacs-lisp/package-x.el: New file.  Package uploading
7272         functionality split out from package.el.
7274         * startup.el (command-line): Load packages after reading init file.
7276 2010-06-17  Tom Tromey  <tromey@redhat.com>
7278         * emacs-lisp/package.el: New file.
7280 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
7282         Fix vc-annotate for renamed files when using Git.
7283         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
7284         ls-files.  Doe not pass the object as a file name to cat-file, it
7285         is not a file name.
7286         (vc-git-annotate-command): Pass the file name using -- to avoid
7287         ambiguity with the revision.
7288         (vc-git-previous-revision): Pass a relative file name.
7290 2010-06-22  Glenn Morris  <rgm@gnu.org>
7292         * progmodes/js.el (js-mode-map): Use standard capitalization and
7293         ellipses for menu entries.
7295         * wid-edit.el (widget-complete): Doc fix.
7297 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
7299         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
7301 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
7303         Fix annotating other revisions for renamed files in vc-annotate.
7304         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
7305         VC backend.  Use it when non-nil.
7306         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
7307         (Bug#6487).
7309         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
7310         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
7311         Do not pass the file name to the 'previous-revision call when we
7312         don't want a file diff.  (Bug#6489)
7314 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
7316         Fix finding revisions for renamed files in vc-annotate.
7317         * vc/vc.el (vc-find-revision): Add an optional argument for
7318         the VC backend.  Use it when non-nil.
7319         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
7320         backend to vc-find-revision.  (Bug#6487)
7322 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
7324         Fix reading file names in Git annotate buffers.
7325         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
7326         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
7328 2010-06-20  Alan Mackenzie  <acm@muc.de>
7330         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
7331         in file local variables, set it first.
7333 2010-06-19  Glenn Morris  <rgm@gnu.org>
7335         * descr-text.el (describe-char-unicode-data): Insert separating
7336         space when needed.  (Bug#6422)
7338         * progmodes/idlwave.el (idlwave-action-and-binding):
7339         Fix typo in 2009-12-03 change.  (Bug#6450)
7341 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7343         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
7344         handling for `lambda' (misunderstanding).
7346 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
7348         * calc/calc-poly.el (math-accum-factors): Make sure that
7349         constants aren't distributed after they are factored out.
7351 2010-06-16  Juri Linkov  <juri@jurta.org>
7353         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
7354         `list-colors-print'.  (Bug#6332)
7356         * subr.el (read-quoted-char): Fix up last change (bug#6290).
7358 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7360         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
7361         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
7363         * font-lock.el (font-lock-major-mode): Rename from
7364         font-lock-mode-major-mode to distinguish it from
7365         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
7366         (font-lock-set-defaults):
7367         * font-core.el (font-lock-default-function): Adjust users.
7368         (font-lock-mode): Don't set it at all.
7370 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7372         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
7374 2010-06-16  Glenn Morris  <rgm@gnu.org>
7376         * calendar/appt.el (appt-time-msg-list): Doc fix.
7377         (appt-check): Let-bind appt-warn-time.
7378         (appt-add): Make the 3rd argument optional.
7379         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
7380         Only add WARNTIME to the output list if non-nil.
7382 2010-06-16  Ivan Kanis  <apple@kanis.eu>
7384         * calendar/appt.el (appt-check): Let the 3rd element of
7385         appt-time-msg-list specify the warning time.
7386         (appt-add): Add new argument with the warning time.  (Bug#5176)
7388 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
7390         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
7391         older than version 1.6.  (Bug#6361)
7393 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
7395         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
7396         used by cl-do-arglist.  (Bug#6408)
7398 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
7400         * textmodes/ispell.el (ispell-dictionary-base-alist):
7401         Fix portuguese casechars/not-casechars for missing 'çÇ'.
7402         Suggested by Rolando Pereira (bug#6434).
7404 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
7406         * facemenu.el (list-colors-sort): Doc fix.
7408 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
7410         * progmodes/sql.el (sql-connect-mysql): Fix typo.
7412 2010-06-14  Juri Linkov  <juri@jurta.org>
7414         Add sort option `list-colors-sort'.  (Bug#6332)
7415         * facemenu.el (color-rgb-to-hsv): New function.
7416         (list-colors-sort): New defcustom.
7417         (list-colors-sort-key): New function.
7418         (list-colors-display): Doc fix.  Sort list according to the option
7419         `list-colors-sort'.
7420         (list-colors-print): Add HSV values to `help-echo' property of
7421         RGB strings.
7423 2010-06-14  Juri Linkov  <juri@jurta.org>
7425         * compare-w.el: Move to the "vc" subdirectory.
7427 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7429         * image-mode.el (image-mode-map): Remap left-char and right-char.
7431         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
7433 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
7435         * term/common-win.el (x-colors): Add all the color names defined
7436         in rgb.txt (Bug#6332).
7438         * facemenu.el (list-colors-print): Don't print extra names if it
7439         will overflow the window width.
7441         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
7442         change (Bug#6343).
7444 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
7446         * files.el (make-directory): Doc fix (bug#6396).
7448 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
7450         * net/tramp.el (tramp-remote-process-environment): Protect version
7451         string by apostroph.
7452         (tramp-shell-prompt-pattern): Do not use a shy group in case of
7453         XEmacs.
7454         (tramp-file-name-for-operation): Add `call-process-region'.
7455         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
7457         * net/tramp-compat.el (top): Do not autoload
7458         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
7459         only when `start-file-process' is not bound.
7460         (tramp-advice-file-expand-wildcards): Do not use
7461         `tramp-handle-file-remote-p'.
7462         (tramp-compat-make-temp-file): Handle the case, that
7463         `make-temp-file' has no third argument EXTENSION.
7465 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
7467         * makefile.w32-in (WINS_BASIC): Include new directory vc.
7469         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
7471 2010-06-11  Juri Linkov  <juri@jurta.org>
7473         * finder.el (finder-known-keywords): Add keyword "vc"
7474         for version control.
7476         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
7477         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
7478         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
7479         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
7481 2010-06-11  Juri Linkov  <juri@jurta.org>
7483         Move version control related files to the "vc" subdirectory.
7484         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
7485         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
7486         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
7487         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
7488         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
7489         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
7490         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
7491         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
7492         Move files to the "vc" subdirectory.
7494 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
7496         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
7497         (Bug#6367).
7499 2010-06-11  Stephen Eglen  <stephen@gnu.org>
7501         * shell.el: Bind `shell-resync-dirs' to M-RET.
7503 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
7505         * notifications.el: Move file from lisp/net, because it is
7506         supposed to talk locally to the user.
7508 2010-06-10  Julien Danjou  <julien@danjou.info>
7510         * net/notifications.el (notifications-on-action-signal)
7511         (notifications-on-closed-signal): Pass notification id as first
7512         argument to the callback functions.  Add docstrings.
7513         (notifications-notify): Fix docstring.
7515 2010-06-10  Glenn Morris  <rgm@gnu.org>
7517         * emacs-lisp/authors.el (authors-ignored-files)
7518         (authors-valid-file-names): Add some files.
7520 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7522         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
7523         merge conflict, giving preference to the emacs-23 version of the code.
7525 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7527         * emacs-lisp/advice.el (ad-compile-function):
7528         Define warning-suppress-types before we let-bind it (bug#6275).
7530         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
7531         declare it, make it buffer-local and permanent-local (bug#6324).
7532         (vc-resynch-window): Adjust name.
7533         * vc-hooks.el (vc-find-file-hook): Adjust name.
7535 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
7537         * net/notifications.el (notifications-notify): Fix docstring.
7539 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
7541         Update to Unicode 6.0.0 beta.
7542         * international/charprop.el: Update copyright.
7543         * international/mule-cmds.el (ucs-names): Update character ranges.
7544         * international/uni-bidi.el:
7545         * international/uni-category.el:
7546         * international/uni-combining.el:
7547         * international/uni-comment.el:
7548         * international/uni-decimal.el:
7549         * international/uni-decomposition.el:
7550         * international/uni-digit.el:
7551         * international/uni-lowercase.el:
7552         * international/uni-mirrored.el:
7553         * international/uni-name.el:
7554         * international/uni-numeric.el:
7555         * international/uni-old-name.el:
7556         * international/uni-titlecase.el:
7557         * international/uni-uppercase.el: Regenerate.
7559 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
7561         * emacs-lisp/smie.el (comment-string-strip): Declare function.
7562         (smie-precs-precedence-table): Fix typo in docstring.
7564         * vc-mtn.el (log-edit-extract-headers): Declare function.
7566         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
7568         * net/notifications.el (dbus-register-signal): Declare function.
7569         (notifications-notify): Fix typos and reflow docstring.
7571 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
7573         Improve VC create/retrieve tag/branch.
7574         * vc.el (vc-create-tag): Do not read the directory name for VCs
7575         with repository revision granularity.  Adjust the tag/branch
7576         prompt.  Reset VC properties.
7577         (vc-retrieve-tag): Do not read the directory name for VCs
7578         with repository revision granularity.  Reset VC properties.
7580 2010-06-09  Julien Danjou  <julien@danjou.info>
7582         * net/notifications.el: New file.
7584 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
7586         Add optional support for resetting VC properties.
7587         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
7588         call vc-file-clearprops when true.
7589         (vc-resynch-buffer): Add new optional argument, pass it down.
7590         (vc-resynch-buffers-in-directory): Likewise.
7592         Improve support for special markup in the VC commit message.
7593         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
7594         * vc-hg.el (vc-hg-checkin): Add support for Date:.
7595         * vc-git.el (vc-git-checkin):
7596         * vc-bzr.el (vc-bzr-checkin): Likewise.
7598 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7600         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
7601         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
7603 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
7605         * iimage.el: Remove images as soon as the underlying text is modified.
7606         (iimage-modification-hook): New function.
7607         (iimage-mode-buffer): Use it.
7609 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7611         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
7612         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
7613         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
7614         (smie-indent-keyword): Add handling of open-paren keywords.
7615         (smie-indent-comment-continue): Don't assume comment-continue.
7617 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
7619         * window.el (pop-to-buffer): Remove the conditional that
7620         compares new-window and old-window, so it will reselect
7621         the selected window unconditionally.
7622         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
7624 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7626         * emacs-lisp/smie.el (smie-indent-offset-after)
7627         (smie-indent-forward-token, smie-indent-backward-token): New functions.
7628         (smie-indent-after-keyword): Use them.
7629         (smie-indent-fixindent): Only applies to the indentation of the BOL.
7630         (smie-indent-keyword): Tweak the black magic.
7631         (smie-indent-comment-continue): Strip comment-continue before use.
7632         (smie-indent-functions): Indent comments before keywords.
7634 2010-06-06  Juri Linkov  <juri@jurta.org>
7636         * isearch.el (isearch-lazy-highlight-search): Fix looping
7637         by checking for empty match.  This syncs this loop with the
7638         similar loop in `isearch-search'.  (Bug#6362)
7640 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
7642         * net/dbus.el (dbus-register-method): Declare function.
7643         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
7644         (dbus-introspect): Doc fix.
7645         (dbus-event-bus-name, dbus-introspect-get-interface)
7646         (dbus-introspect-get-argument): Reflow docstrings.
7648 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
7650         vc-log-incoming/vc-log-outgoing fixes for Git.
7651         * vc-git.el (vc-git-log-view-mode): Fix font lock for
7652         incoming/outgoing logs.
7653         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
7654         instead of vc-git-compute-remote.
7655         (vc-git-compute-remote): Remove.
7657 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
7659         * term/common-win.el (x-colors): Add "dark green" and "dark
7660         turquoise" (Bug#6332).
7662 2010-06-04  Juri Linkov  <juri@jurta.org>
7664         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
7665         Instead of setting `replace' to t and replacing the same string
7666         with itself, don't do certain actions when
7667         kill-do-not-save-duplicates is non-nil and string is equal to car
7668         of kill-ring: don't call menu-bar-update-yank-menu, don't push
7669         interprogram-paste strings to kill-ring, and don't push the input
7670         argument `string' to kill-ring.
7671         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
7673 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
7675         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
7677 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
7679         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
7680         (tramp-gvfs-handler-mounted-unmounted)
7681         (tramp-gvfs-connection-mounted-p): Handle default-location.
7683         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
7684         move files to trash.
7686 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
7688         * international/mule-cmds.el (nonascii-insert-offset)
7689         (nonascii-translation-table): Add obsolescence information.
7691         * international/mule.el (make-translation-table-from-vector): Doc fix.
7693 2010-06-03  Glenn Morris  <rgm@gnu.org>
7695         * desktop.el (desktop-clear-preserve-buffers):
7696         Add "*Warnings*" buffer.  (Bug#6336)
7698 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
7700         vc-log-incoming/vc-log-outgoing improvements for Git.
7701         * vc-git.el (vc-git-log-outgoing): Use the same format as the
7702         short log.
7703         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
7705         Add bindings for vc-log-incoming and vc-log-outgoing.
7706         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
7707         and vc-log-outgoing.
7708         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
7709         and vc-log-outgoing.
7711 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
7713         * net/rcirc.el (rcirc-sort-nicknames): Remove.
7714         (rcirc-handler-366): Always sort nicknames.
7716 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
7718         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
7720 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
7722         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
7724 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7726         * net/rcirc.el (rcirc-sort-nicknames): Change default.
7727         (rcirc-sort-nicknames-join): Avoid setq.
7729 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
7731         * net/rcirc.el (rcirc-sort-nicknames): New custom.
7732         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
7733         (rcirc-handler-366): Use them.
7735 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7737         Split smie-indent-calculate into more manageable chunks.
7738         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
7739         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
7740         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
7741         (smie-indent-exps): Extract from smie-indent-calculate.
7742         (smie-indent-functions): New var.
7743         (smie-indent-functions): Use them.
7745 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7747         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
7748         (smie-indent-calculate): Simplify and cleanup.
7750 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
7752         * net/tramp-gvfs.el (top): Require url-util.
7753         (tramp-gvfs-mount-point): Remove.
7754         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
7755         New defuns.
7756         (with-tramp-dbus-call-method): Format trace message.
7757         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
7758         Implement backup call, when operation on local files fails.
7759         Use progress reporter.  Flush properties of changed files.
7760         (tramp-gvfs-handle-make-directory): Make more traces.
7761         (tramp-gvfs-url-file-name): Hexify file name in url.
7762         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
7763         into account for the resulting file name.
7764         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
7765         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
7766         (tramp-gvfs-handler-mounted-unmounted)
7767         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
7768         attribute "default_location".  Set "prefix" property.
7769         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
7770         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
7771         exists.  Raise an error, if not (due to a corresponding answer
7772         "no" in interactive questions, for example).
7774 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
7776         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
7778 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
7780         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
7781         right-*.  (Bug#6265)
7783 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
7785         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
7786         * vc-git.el (vc-git-compute-remote): New function.
7787         (vc-git-log-outgoing): Use it instead of hard coding a value.
7788         (vc-git-log-incoming): New function.
7790         Improve state updating for VC tag commands.
7791         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
7792         to update the state of all buffers in the directory.
7794         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
7796 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7798         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
7799         `file-directory-p' to the filename part rather than to the whole text.
7801 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7803         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
7805 2010-05-31  Drew Adams  <drew.adams@oracle.com>
7807         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
7809 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
7811         * subr.el (momentary-string-display): Just use read-event to read
7812         the exit event (Bug#6238).
7814 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
7816         * international/mule.el (define-coding-system): Doc fix (bug#6313).
7818 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
7820         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
7821         Suggested by Eli Zaretskii <eliz@gnu.org>.
7823 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7825         * minibuffer.el (completion-file-name-table): Don't return a boundary
7826         past the end of `string' (bug#6299).
7827         (completion--file-name-table): Delegate to completion-file-name-table
7828         for the `boundaries' case.
7830 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
7832         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
7833         movement commands.
7835         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
7836         `path-separator', but maintain compatibility with Emacs 20.2.
7838 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
7840         * server.el (server-process-filter): Receive parent-id argument
7841         from emacsclient.
7842         (server-create-window-system-frame): New arg.  Pass parent-id as
7843         frame parameter.
7845 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
7847         Bidi-sensitive word movement with arrow keys.
7848         * subr.el (right-arrow-command, left-arrow-command): Move to
7849         bindings.el.
7851         * bindings.el (right-char, left-char): Move from subr.el and
7852         rename from right-arrow-command and left-arrow-command.
7853         (right-word, left-word): New functions.
7854         (global-map) <right>: Bind to right-char.
7855         (global-map) <left>: Bind to left-char.
7856         (global-map) <C-right>: Bind to right-word.
7857         (global-map) <C-left>: Bind to left-word.
7859         * ls-lisp.el (ls-lisp-classify-file): New function.
7860         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
7861         (ls-lisp-classify): Call ls-lisp-classify-file.
7862         (insert-directory): Remove blanks from switches.
7864 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
7866         * ansi-color.el: Delete unused escape sequences (Bug#6085).
7867         (ansi-color-drop-regexp): New constant.
7868         (ansi-color-apply, ansi-color-filter-region)
7869         (ansi-color-apply-on-region): Delete unrecognized control sequences.
7870         (ansi-color-apply): Build string list before calling concat.
7872 2010-05-28  Juri Linkov  <juri@jurta.org>
7874         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7875         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
7876         (Bug#5270)
7878 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
7880         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
7881         to ignored backtrace functions.
7882         (with-progress-reporter): Expand docstring.
7883         (tramp-handle-delete-file): Implement TRASH argument.
7884         (tramp-get-remote-trash): New defun.
7886 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
7888         * net/tramp-compat.el (tramp-compat-delete-file):
7889         Use `symbol-value' for backward compatibility.
7891         * net/tramp.el (tramp-handle-make-symbolic-link)
7892         (tramp-handle-load)
7893         (tramp-do-copy-or-rename-file-via-buffer)
7894         (tramp-do-copy-or-rename-file-directly)
7895         (tramp-do-copy-or-rename-file-out-of-band)
7896         (tramp-handle-process-file, tramp-handle-call-process-region)
7897         (tramp-handle-shell-command, tramp-handle-file-local-copy)
7898         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7899         (tramp-delete-temp-file-function): Use `delete-file' instead
7900         of `tramp-compat-delete-file'.
7902         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7903         (tramp-fish-handle-make-symbolic-link)
7904         (tramp-fish-handle-process-file): Use `delete-file' instead
7905         of `tramp-compat-delete-file'.
7907         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7908         Use `delete-file' instead of `tramp-compat-delete-file'.
7910         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7911         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
7912         `tramp-compat-delete-file'.
7914         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
7915         Use `delete-file' instead of `tramp-compat-delete-file'.
7917         * net/tramp-smb.el (tramp-smb-handle-copy-file)
7918         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7919         (tramp-smb-handle-write-region): Use `delete-file' instead of
7920         `tramp-compat-delete-file'.
7921         (tramp-smb-handle-delete-directory): Use 'trash as arg.
7923 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
7925         * dired.el (dired-delete-file): New arg TRASH.
7926         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
7927         (dired-do-flagged-delete, dired-do-delete): Use trash.
7929         * speedbar.el (speedbar-item-delete): Allow trashing.
7931         * files.el (delete-directory): New arg TRASH.
7933         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
7934         (ange-ftp-rename-remote-to-remote)
7935         (ange-ftp-rename-local-to-remote)
7936         (ange-ftp-rename-remote-to-local, ange-ftp-load)
7937         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
7938         `delete-file'.
7939         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
7940         allow trashing.
7942         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
7943         handle new TRASH arg of `delete-file'.
7945         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
7946         (tramp-handle-make-symbolic-link, tramp-handle-load)
7947         (tramp-do-copy-or-rename-file-via-buffer)
7948         (tramp-do-copy-or-rename-file-directly)
7949         (tramp-do-copy-or-rename-file-out-of-band)
7950         (tramp-handle-process-file, tramp-handle-call-process-region)
7951         (tramp-handle-shell-command, tramp-handle-file-local-copy)
7952         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7953         (tramp-delete-temp-file-function): Use null TRASH arg in
7954         tramp-compat-delete-file call.
7956         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7957         (tramp-fish-handle-delete-file)
7958         (tramp-fish-handle-make-symbolic-link)
7959         (tramp-fish-handle-process-file): Use null TRASH arg in
7960         `tramp-compat-delete-file' call.
7962         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
7963         arg in `tramp-compat-delete-file' call.
7965         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7966         (tramp-gvfs-handle-write-region): Use null TRASH arg in
7967         `tramp-compat-delete-file' call.
7969         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
7970         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
7971         `tramp-compat-delete-file' call.
7973         * net/tramp-smb.el (tramp-smb-handle-copy-file)
7974         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7975         (tramp-smb-handle-write-region): Use null TRASH arg in
7976         tramp-compat-delete-file call.
7977         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
7978         (tramp-smb-handle-delete-file): Rename arg.
7980         * diff.el (diff-sentinel):
7981         * epg.el (epg--make-temp-file, epg-decrypt-string)
7982         (epg-verify-string, epg-sign-string, epg-encrypt-string):
7983         * jka-compr.el (jka-compr-partial-uncompress)
7984         (jka-compr-call-process, jka-compr-write-region):
7985         * server.el (server-sentinel): Remove optional arg from
7986         delete-file, reverting 2010-05-03 change.
7988 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
7990         * progmodes/verilog-mode.el (verilog-type-font-keywords):
7991         Use font-lock-constant-face, not obsolete font-lock-reference-face.
7993 2010-05-27  Kenichi Handa  <handa@m17n.org>
7995         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
7996         element of GSTRING is nil.
7998 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8000         * emacs-lisp/smie.el (smie-forward-token-function)
8001         (smie-backward-token-function): New vars.
8002         (smie-backward-sexp, smie-forward-sexp)
8003         (smie-indent-hanging-p, smie-indent-calculate): Use them.
8004         (smie-default-backward-token): Rename from smie-backward-token and
8005         skip comments.
8006         (smie-default-forward-token): Rename from smie-forward-token and
8007         skip comments.
8008         (smie-next-sexp): Handle nil results from next-token.
8009         (smie-indent-calculate): Add a new case for special `fixindent' comments.
8011 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
8013         * progmodes/verilog-mode.el (verilog-type-font-keywords):
8014         Use font-lock-constant-face, not obsolete font-lock-reference-face.
8016 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
8018         * htmlfontify.el (hfy-face-resolve-face): New function.
8019         (hfy-face-to-style): Use it (Bug#6279).
8021 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8023         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
8024         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
8026 2010-05-26  Glenn Morris  <rgm@gnu.org>
8028         * emulation/edt.el (edt-load-keys): Use locate-library.
8030 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
8032         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
8033         (log-edit-changelog-entries): Doc fix.
8034         (log-edit-changelog-insert-entries): Args changed.
8035         Rename relative filenames in ChangeLog entries.  Delete tabs.
8036         (log-edit-insert-changelog-entries): Reorganize return value of
8037         `log-edit-changelog-entries' to pass filenames to
8038         log-edit-changelog-insert-entries.
8040 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8042         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
8043         `image-dired-dired-insert-marked-thumbs' to
8044         `image-dired-dired-toggle-marked-thumbs'.
8046         * image-dired.el: Require cl when compiling.
8047         (image-dired-dired-toggle-marked-thumbs): Rename from
8048         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
8049         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
8050         to 'no-dir.  Skip files whose names don't match
8051         `image-file-name-regexp'.  When file has a thumbnail overlay,
8052         delete it.  (Bug#5270)
8054 2010-05-25  Juri Linkov  <juri@jurta.org>
8056         * image-mode.el (image-mode): Add image-after-revert-hook to
8057         after-revert-hook.
8058         (image-after-revert-hook): New function.  (Bug#5669)
8060 2010-05-25  Juri Linkov  <juri@jurta.org>
8062         * image.el (image-animated-p): When delay between animated images
8063         is 0, set it to 10 (0.1 sec).  (Bug#6258)
8065 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
8067         * net/tramp.el (tramp-handle-insert-directory): Don't use
8068         `forward-word', its default syntax could be changed.
8070 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
8072         * net/tramp.el (tramp-progress-reporter-update): New defun.
8073         (with-progress-reporter): Use it.
8074         (tramp-process-actions):
8075         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
8076         Preserve current message, in order to let progress reporter continue
8077         afterwards.  (Bug#6257)
8079 2010-05-25  Glenn Morris  <rgm@gnu.org>
8081         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
8082         Add :version.
8084 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
8086         * net/rcirc.el (rcirc-default-user-name): Change to "user".
8087         (rcirc-default-full-name): Change to "unknown".
8088         (rcirc-user-name-history): Add variable.
8090 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
8091             Jonathan Rockway  <jon@jrock.us>
8093         * net/rcirc.el (rcirc-server-alist): Add :pass.
8094         (rcirc): When prompting for connection parameters, also prompt for
8095         username and password.
8096         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
8097         value to server when connecting.
8099 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8101         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
8102         (smie-merge-prec2s): Pass the tables as separate args.
8103         (smie-bnf-precedence-table): Adjust call accordingly.
8104         (smie-prec2-levels): Set levels at the end.
8106         Replace Lisp calls to delete-backward-char by delete-char.
8107         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
8108         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
8109         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
8110         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
8111         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
8112         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
8113         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
8114         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
8115         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
8116         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
8117         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
8118         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
8119         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
8120         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
8121         delete-backward-char by calls to delete-char.
8123 2010-05-25  Kenichi Handa  <handa@m17n.org>
8125         * language/hebrew.el (hebrew-shape-gstring): New function.
8126         Register it in composition-function-table for all Hebrew combining
8127         characters.
8129 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8131         * epa.el (epa--select-keys): Don't explicitly delete the window since
8132         that can fail (e.g. sole window in frame).  Use dedication instead.
8134 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
8136         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
8138 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
8140         * image.el (image-refresh): Define as an alias for image-flush.
8142         * image-mode.el (image-toggle-display-image): Caller changed.
8144 2010-05-21  Juri Linkov  <juri@jurta.org>
8146         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
8147         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
8148         whitespace, call wildcard-to-regexp on substrings and concat them
8149         with "\\|".  (Bug#6114)
8151 2010-05-21  Alan Mackenzie  <acm@muc.de>
8153         * progmodes/cc-engine.el (c-parse-state-get-strategy):
8154         Replace parameter `here' with `here-' and `here-plus', which sandwich
8155         any pertinent CPP construct.
8156         (c-remove-stale-state-cache-backwards): Fix a bug which happens
8157         when doing (c-parse-state) in a CPP construct: Exclude any "new"
8158         CPP construct from taking part in the scanning.
8160 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
8162         * net/tramp.el (tramp-do-copy-or-rename-file)
8163         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
8164         Tune `with-progress-reporter' messages.
8165         (tramp-handle-vc-registered):
8166         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
8167         (tramp-fish-handle-insert-file-contents)
8168         (tramp-fish-maybe-open-connection):
8169         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8170         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
8171         (tramp-imap-handle-insert-file-contents)
8172         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
8174 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
8176         * add-log.el (change-log-font-lock-keywords):
8177         Highlight all authors in multi-author entries.
8179         * smerge-mode.el (smerge-refine-ignore-whitespace)
8180         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
8181         Fix typos in docstrings.
8182         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
8184 2010-05-21  Glenn Morris  <rgm@gnu.org>
8186         * progmodes/fortran.el (fortran-mode):
8187         * progmodes/f90.el (f90-mode): Derive from prog-mode.
8189         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
8190         having a relative path in src/Makefile.in.
8192 2010-05-20  Kevin Ryde  <user42@zip.com.au>
8194         * help-mode.el (help-make-xrefs): For Info node links turn
8195         newlines into spaces.  Link node names with newlines are matched
8196         by help-xref-info-regexp and buttonized, this change ensures they
8197         can be followed successfully with RET.  (Bug#6206)
8199 2010-05-20  Juri Linkov  <juri@jurta.org>
8201         * locate.el (locate): Use pop-to-buffer instead of
8202         switch-to-buffer-other-window.  (Bug#6204)
8204 2010-05-20  Juri Linkov  <juri@jurta.org>
8206         * replace.el (replace-highlight): Fix lazy-highlighting
8207         for `M-s w str M-% str RET'.
8209 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
8211         * isearch.el (isearch-yank-word-or-char): Pull next subword
8212         when `subword-mode' is activated.  (Bug#6220)
8214 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
8216         * isearch.el (isearch-update-post-hook): New hook.
8217         (isearch-update): Use the new hook.  (Bug#6225)
8219 2010-05-20  Juri Linkov  <juri@jurta.org>
8221         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
8222         [f1], [help], and (char-to-string help-char) instead of "\C-h".
8223         (Bug#6222)
8225 2010-05-20  Juri Linkov  <juri@jurta.org>
8227         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
8228         (Bug#6223)
8230 2010-05-20  Juri Linkov  <juri@jurta.org>
8232         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
8233         FILE-NAME to read from the minibuffer when called interactively
8234         with prefix argument instead of using buffer-file-name.
8235         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
8237         * dired.el: Update autoloads.
8239 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
8241         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
8242         nxml-finish-element, for consistency with SGML mode.
8244         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
8245         octave-close-block.
8247 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
8249         * composite.el: Require cl when compiling.
8250         (reference-point-alist, compose-gstring-for-graphic)
8251         (compose-gstring-for-terminal): Fix typos in docstrings.
8253 2010-05-19  Juri Linkov  <juri@jurta.org>
8255         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
8256         set-window-parameter.
8258 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
8260         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
8261         where appropriate.
8262         (tramp-maybe-open-connection): Use it.
8264 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
8266         * simple.el (move-end-of-line): Make sure we are at line beginning
8267         before backing up to end of previous line.
8269 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
8271         * password-cache.el (password-cache-remove): Fix docstring.
8273         * net/secrets.el: Autoload the widget functions.
8274         (secrets-search-items, secrets-create-item)
8275         (secrets-get-attributes, secrets-expand-item): Attributes will be
8276         stored on the password database without leading ":", as all other
8277         clients do as well.
8278         (secrets-mode): Fix docstring.
8279         (secrets-show-secrets): Provide it as autoloaded command only when
8280         D-Bus support is available.  Check existence of Secret Service API.
8282 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8284         * indent.el (indent-region): Deactivate region (bug#6200).
8286 2010-05-19  Glenn Morris  <rgm@gnu.org>
8288         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
8290 2010-05-19  Kenichi Handa  <handa@m17n.org>
8292         * composite.el: Register compose-gstring-for-graphic in
8293         composition-function-table only for combining characters (Mn, Mc, Me).
8295 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
8297         * calc/calc-trail.el (calc-trail-isearch-forward)
8298         (calc-trail-isearch-backward): Ensure that the new window
8299         point is set correctly.
8301 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8303         * subr.el (read-quoted-char): Resolve modifiers after key
8304         remapping (bug#6212).
8306 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
8308         Add visualization code for secrets.
8309         * net/secrets.el (secrets-mode): New major mode.
8310         (secrets-show-secrets, secrets-show-collections)
8311         (secrets-expand-collection, secrets-expand-item)
8312         (secrets-tree-widget-after-toggle-function)
8313         (secrets-tree-widget-show-password): New defuns.
8315 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8317         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
8318         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
8319         handled in smie-next-sexp.
8320         (smie-indent-calculate): Provide a starting indentation (so the
8321         recursion is well-founded ;-).
8323         Fix handling of non-associative equal levels.
8324         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
8325         when it's not needed.
8326         (smie-op-left, smie-op-right): New functions.
8327         (smie-next-sexp): New function, extracted from smie-backward-sexp.
8328         Better handle equal levels to distinguish the associative case from
8329         the "multi-keyword construct" case.
8330         (smie-backward-sexp, smie-forward-sexp): Use it.
8332 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
8334         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
8336         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
8337         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
8339 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8341         Provide a simple generic indentation engine and use it for Prolog.
8342         * emacs-lisp/smie.el: New file.
8343         * progmodes/prolog.el (prolog-smie-op-levels)
8344         (prolog-smie-indent-rules): New var.
8345         (prolog-mode-variables): Use them to configure SMIE.
8346         (prolog-indent-line, prolog-indent-level): Remove.
8348 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
8350         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
8351         order before computing the averages.
8353 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
8355         * calc/calc-vec.el (calc-histogram):
8356         (calcFunc-histogram): Allow vectors as inputs.
8357         (math-vector-avg): New function.
8359         * calc/calc-ext.el (math-group-float): Have the number of digits
8360         being grouped depend on the radix (Bug#6189).
8362 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
8364         * version.el (emacs-copyright, emacs-version): Don't define here,
8365         now that emacs.c defines it.
8367 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
8369         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
8370         "Describe Language Environment" menu item.
8372         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
8374         Bidi-sensitive movement with arrow keys.
8375         * subr.el (right-arrow-command, left-arrow-command): New functions.
8377         * bindings.el (global-map): Bind them to right and left arrow keys.
8379         Don't override standard definition of convert-standard-filename.
8380         * files.el (convert-standard-filename):
8381         Call w32-convert-standard-filename and dos-convert-standard-filename on
8382         the corresponding systems.
8384         * w32-fns.el (w32-convert-standard-filename): Rename from
8385         convert-standard-filename.  Doc fix.
8387         * dos-fns.el (dos-convert-standard-filename): Doc fix.
8388         (convert-standard-filename): Don't defalias.
8389         (register-name-alist, make-register, register-value)
8390         (set-register-value, intdos): Obsolete aliases for the
8391         corresponding dos-* functions and variables.
8392         (dos-intdos): Add a doc string.
8394 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
8396         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
8397         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
8398         (math-compose-tex-func):
8399         * calc/calccomp.el (math-compose-expr):
8400         * calc/calc-ext.el (math-format-flat-expr-fancy):
8401         * calc/calc-store.el (calc-read-var-name):
8402         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
8404         * calc/calc.el (var-π, var-φ, var-γ): New variables.
8405         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
8406         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
8407         (math-standard-units): Add units.
8409 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8411         * progmodes/asm-mode.el (asm-mode):
8412         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
8414         * pcomplete.el (pcomplete-completions-at-point): New function,
8415         extracted from pcomplete-std-complete.
8416         (pcomplete-std-complete): Use it.
8418 2010-05-15  Glenn Morris  <rgm@gnu.org>
8420         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8421         Remove references to CVS, RCS and Old directories.
8423 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
8425         * calc/calc-bin.el (math-format-twos-complement): Group digits when
8426         appropriate.
8428 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8430         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
8431         (sh-mode-syntax-table): Give it a default value instead.
8432         (sh-header-marker): Make buffer-local.
8433         (sh-mode): Move make-local-variable to the corresponding setq.
8434         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
8435         Use complete-with-action.
8437         * simple.el (prog-mode): New (abstract) major mode.
8438         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
8439         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
8441 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
8443         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
8444         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
8445         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
8446         (sql-make-alternate-buffer-name, sql-placeholders-filter)
8447         (sql-escape-newlines-filter, sql-input-sender)
8448         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
8450 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
8452         Add TeX open-block and close-block keybindings to SGML, and vice versa.
8454         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
8455         latex-open-block and C-c / to latex-close-block.
8457         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
8458         and C-c C-e to sgml-close-tag.
8460 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
8462         * net/tramp.el (with-progress-reporter): Create reporter object
8463         only when the message would be displayed.  Handle nested calls.
8464         (tramp-handle-load, tramp-handle-file-local-copy)
8465         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8466         (tramp-maybe-send-script, tramp-find-shell):
8467         Use `with-progress-reporter'.
8468         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
8469         Fix message text.
8471         * net/tramp-smb.el (tramp-smb-handle-copy-file)
8472         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8473         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
8474         Use `with-progress-reporter'.
8476 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
8478         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
8479         process everytime when spellchecking from the minibuffer (bug#6143).
8481 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8483         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
8485         * dos-fns.el: Add "dos-" prefix for namespace control.
8486         (convert-standard-filename): Define as alias for
8487         dos-convert-standard-filename but only if applicable.
8489 2010-05-12  Alan Mackenzie  <acm@muc.de>
8491         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
8492         Push the mark at the start of these functions when appropriate.
8494 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8496         * minibuffer.el (completion-cycle-threshold): New custom var.
8497         (completion--do-completion): Use it.
8498         (minibuffer-complete): Use cycling if appropriate.
8500 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
8502         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
8503         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
8505 2010-05-11  Juri Linkov  <juri@jurta.org>
8507         * scroll-all.el (scroll-all-check-to-scroll):
8508         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
8510 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8512         * iimage.el (iimage-mode-map): Move initialization into declaration.
8513         (iimage-mode-buffer): Use with-silent-modifications.
8514         Simplify calling convention.  Adjust callers.
8515         (iimage-mode): Don't run hook redundantly.
8517         * minibuffer.el (completion-pcm--pattern->regex):
8518         Fix last change (bug#6160).
8520 2010-05-10  Juri Linkov  <juri@jurta.org>
8522         Remove nodes visited during Isearch from the Info history.
8523         * info.el (Info-isearch-initial-history)
8524         (Info-isearch-initial-history-list): New variables.
8525         (Info-isearch-start): Record initial values of
8526         Info-isearch-initial-history and Info-isearch-initial-history-list.
8527         Add Info-isearch-end to isearch-mode-end-hook.
8528         (Info-isearch-end): New function.
8530 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
8532         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8533         format string, in order to work around a bug in pdksh.
8534         Reported by Gilles Pion <gpion@lfdj.com>.
8535         (tramp-handle-verify-visited-file-modtime): Do not send a command
8536         when the connection is not established.
8537         (tramp-handle-set-file-times): Simplify the check for utc.
8539 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
8541         Fix use of `filter-buffer-substring' (rework previous change).
8542         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
8543         (cua-repeat-replace-region):
8544         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
8545         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8546         (cua-cut-region-to-global-mark): Use it.
8548 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
8550         * progmodes/sql.el: Version 2.1.
8551         (sql-product-alist): Redesign structure of product info.
8552         (sql-product, sql-user, sql-server, sql-database): Safe variables.
8553         (sql-port, sql-port-history): New variables.
8554         (sql-interactive-product): New variable.
8555         (sql-send-terminator): New variable.
8556         (sql-imenu-generic-expression): Add "Types" imenu entry.
8557         (sql-oracle-login-params, sql-sqlite-login-params)
8558         (sql-mysql-login-params, sql-solid-login-params)
8559         (sql-sybase-login-params, sql-informix-login-params)
8560         (sql-ingres-login-params, sql-ms-login-params)
8561         (sql-postgres-login-params, sql-interbase-login-params)
8562         (sql-db2-login-params, sql-linter-login-params)
8563         (sql-oracle-scan-on): New variables.
8564         (sql-mode-map): Add C-c C-i to start interactive mode.
8565         (sql-mode-menu): Update existing menu entries.
8566         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
8567         (sql-mode-oracle-font-lock-keywords)
8568         (sql-mode-postgres-font-lock-keywords)
8569         (sql-mode-ms-font-lock-keywords)
8570         (sql-mode-sybase-font-lock-keywords)
8571         (sql-mode-informix-font-lock-keywords)
8572         (sql-mode-interbase-font-lock-keywords)
8573         (sql-mode-ingres-font-lock-keywords)
8574         (sql-mode-solid-font-lock-keywords)
8575         (sql-mode-mysql-font-lock-keywords)
8576         (sql-mode-sqlite-font-lock-keywords)
8577         (sql-mode-db2-font-lock-keywords)
8578         (sql-mode-linter-font-lock-keywords): Update initialization to
8579         reduce run-time complexity.
8580         (sql-add-product, sql-del-product): New functions.
8581         (sql-set-product-feature, sql-get-product-feature): New functions.
8582         (sql-product-font-lock): Update product API.
8583         (sql-add-product-keywords): New function.
8584         (sql-highlight-product): Update product API.
8585         (sql-help-list-products): New function.
8586         (sql-help): Dynamically lists free and non-free products.
8587         (sql-get-login): Correct bug in handling history and added
8588         prompt for port.
8589         (sql-copy-column): Copy without properties.
8590         (sqli-input-sender): Apply filters to SQLi input.
8591         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
8592         Implement as a filter.
8593         (sql-escape-newlines-filter): Implement as a filter.
8594         (sql-remove-tabs-filter): New function.
8595         (sql-send-magic-terminator): New function.
8596         (sql-send-string): Implement magic terminator.
8597         (sql-send-region): Use `sql-send-string'.
8598         (sql-interactive-mode): Use product API.
8599         (sql-product-interactive): Use product API.
8600         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8601         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8602         (sql-db2, sql-linter): Use `sql-product-interactive'.
8603         (sql-connect): New function.
8604         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8605         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8606         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
8607         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8608         Use `sql-connect'.
8610 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8612         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
8613         New custom variable.
8614         (completion-pcm--string->pattern): Use it.
8615         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
8616         Make it handle any symbol as `any'.
8617         (completion-pcm--merge-completions): Extract common suffix for the new
8618         `prefix' symbol as well.
8619         (completion-substring--all-completions): Use the new `prefix' symbol.
8621 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
8623         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
8624         not bound.
8625         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
8626         (tramp-compat-funcall): New defmacro.
8627         (tramp-compat-line-beginning-position)
8628         (tramp-compat-line-end-position)
8629         (tramp-compat-temporary-file-directory)
8630         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
8631         (tramp-compat-copy-file, tramp-compat-copy-directory)
8632         (tramp-compat-delete-file, tramp-compat-delete-directory)
8633         (tramp-compat-number-sequence, tramp-compat-process-running-p)
8634         * net/tramp.el (top, with-progress-reporter)
8635         (tramp-rfn-eshadow-setup-minibuffer)
8636         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
8637         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
8638         (tramp-completion-mode-p, tramp-check-for-regexp)
8639         (tramp-open-connection-setup-interactive-shell)
8640         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
8641         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
8642         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
8643         * net/tramp-cmds.el (tramp-cleanup-all-connections)
8644         (tramp-reporter-dump-variable, tramp-load-report-modules)
8645         (tramp-append-tramp-buffers)
8646         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
8648         * net/tramp-imap.el (top): Autoload `epg-make-context'.
8650 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8652         * progmodes/compile.el (compilation-buffer-modtime): Rename from
8653         buffer-modtime.  Adjust users.
8655 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
8657         * international/mule.el (auto-coding-alist): Only purecopy
8658         car of each item, not the whole list (Bug#6083).
8660 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
8662         * progmodes/js.el (js-mode): Make paragraph variables local before
8663         calling c-setup-paragraph-variables (Bug#6071).
8665 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
8667         * composite.el (compose-region, reference-point-alist): Fix typos
8668         in the doc strings.
8670 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
8672         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
8673         gnuplot's "set" command.
8675 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
8677         * abbrev.el (last-abbrev-text): Doc fix.
8678         (abbrev-prefix-mark): Don't escape parenthesis.
8680 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
8682         * composite.el (find-composition): Doc fix.
8684 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
8686         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
8687         (sql-oracle-program, sql-sqlite-options)
8688         (sql-query-placeholders-and-send): Doc fixes.
8689         (sql-set-product, sql-interactive-mode): Reflow docstrings.
8690         (sql-imenu-generic-expression, sql-buffer)
8691         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
8692         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
8693         (sql-mode-sybase-font-lock-keywords)
8694         (sql-mode-informix-font-lock-keywords)
8695         (sql-mode-interbase-font-lock-keywords)
8696         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
8697         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
8698         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
8699         (sql-product-feature, sql-highlight-product)
8700         (comint-line-beginning-position, sql-rename-buffer)
8701         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
8702         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
8703         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
8704         Fix typos in docstrings.
8706 2010-05-08  Juri Linkov  <juri@jurta.org>
8708         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
8709         property instead of `invisible' and `after-string' (bug#5998).
8711 2010-05-08  Juri Linkov  <juri@jurta.org>
8713         * image-mode.el (image-mode-as-text): Fix typo in docstring.
8715 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
8717         * filecache.el (file-cache-add-directory-list)
8718         (file-cache-add-directory-recursively): Fix typos in docstrings.
8720 2010-05-08  Kenichi Handa  <handa@m17n.org>
8722         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
8723         (gujarati-composable-pattern): Fix typo.
8725 2010-05-08  Kenichi Handa  <handa@m17n.org>
8727         * language/indian.el (oriya-composable-pattern)
8728         (tamil-composable-pattern, malayalam-composable-pattern):
8729         Add two-part vowels to "v" (vowel sign).
8731 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
8733         * files.el (copy-directory): Handle symlinks (Bug#5982).
8735 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
8737         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
8738         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
8739         (Bug#5846).
8741 2010-05-08  Glenn Morris  <rgm@gnu.org>
8743         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
8745         * minibuffer.el (completion-at-point): Doc fix.
8747 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8749         * electric.el (Electric-command-loop): Minor tweak.
8751         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
8752         better with dedicated windows.
8754 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
8756         * Version 23.2 released.
8758 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
8759             Stefan Monnier  <monnier@iro.umontreal.ca>
8761         Highlight vendor specific properties.
8762         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
8763         (css-proprietary-property): New face.
8764         (css-font-lock-keywords): Use them.
8766 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
8768         * cus-start.el (all): Add native condition for tool-bar-* symbols.
8770 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8772         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
8773         * files.el (auto-mode-alist): Remove redundant entries.
8775         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
8776         * simple.el (auto-save-mode): Move from files.el.
8777         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
8779 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8781         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
8783 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8785         * mail/binhex.el (binhex-decode-region-internal)
8786         * mail/uudecode.el (uudecode-decode-region-internal)
8787         * net/dns.el (dns-read-string-name, dns-write, dns-read)
8788         (dns-read-type, dns-query)
8789         * pgg-parse.el (pgg-parse-armor)
8790         * pgg.el (pgg-verify-region)
8791         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
8792         XEmacs.
8794         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
8796 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
8798         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
8800         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
8801         * emulation/cua-base.el (cua-repeat-replace-region):
8802         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8803         (cua-cut-region-to-global-mark):
8804         Remove text properties with `set-text-properties'.
8806 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
8808         * net/tramp.el (top, with-progress-reporter):
8809         Use `symbol-function' inside `funcall'.
8811         * net/tramp-compat.el (tramp-compat-file-attributes)
8812         (tramp-compat-delete-file, tramp-compat-delete-directory):
8813         Handle only `wrong-number-of-arguments' error.
8815         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
8816         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
8817         inside `funcall'.
8819 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8821         * minibuffer.el (completion--sreverse, completion--common-suffix):
8822         New functions.
8823         (completion-pcm--merge-completions): Extract common suffix when safe.
8825         * emacs-lisp/easy-mmode.el (define-minor-mode):
8826         Make :variable more flexible.
8827         * files.el (auto-save-mode): Use it to define using define-minor-mode.
8829 2010-05-05  Juri Linkov  <juri@jurta.org>
8831         Add `slow' and `history' tags to the desktop data.
8833         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
8834         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
8835         (Info-finder-find-node): Require `finder.el' to be able
8836         to restore node from the desktop.
8837         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
8838         data `Info-history' and `slow' tag in the assoc list.
8839         (Info-restore-desktop-buffer): Don't restore nodes with the
8840         `slow' tag.  Restore `Info-history'.
8842 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
8844         Add FORCE argument to `delete-file'.
8846         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
8847         forcing to delete the temporary file.
8848         (ange-ftp-delete-file): Add FORCE arg.
8849         (ange-ftp-rename-remote-to-remote)
8850         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
8851         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
8852         Force file deletion.
8854         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
8856         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
8857         (tramp-handle-make-symbolic-link, tramp-handle-load)
8858         (tramp-do-copy-or-rename-file-via-buffer)
8859         (tramp-do-copy-or-rename-file-directly)
8860         (tramp-do-copy-or-rename-file-out-of-band)
8861         (tramp-handle-process-file, tramp-handle-call-process-region)
8862         (tramp-handle-shell-command, tramp-handle-file-local-copy)
8863         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8864         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
8866         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
8867         (tramp-fish-handle-make-symbolic-link)
8868         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
8870         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8871         Use `tramp-compat-delete-file'.
8873         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
8874         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
8876         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
8877         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
8879         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
8880         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
8881         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8882         Use `tramp-compat-delete-file'.
8884 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8886         Minor cleanups.
8887         * subr.el (add-minor-mode): Use push.
8888         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
8889         * emulation/edt.el (edt-select-mode): Simplify.
8891         Use define-minor-mode in more cases.
8892         * term/tvi970.el (tvi970-set-keypad-mode):
8893         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8894         (normal-erase-is-backspace-mode):
8895         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
8896         (set-scroll-bar-mode-1): (Re)move to its sole caller.
8897         (get-scroll-bar-mode): New function.
8898         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
8900         Use define-minor-mode for less obvious cases.
8901         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
8902         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
8903         * international/iso-ascii.el (iso-ascii-mode):
8904         * frame.el (auto-raise-mode, auto-lower-mode):
8905         * composite.el (global-auto-composition-mode): Use define-minor-mode.
8907 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
8909         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
8910         in order to see error messages for failed logins.
8912 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
8914         * diff.el (diff-sentinel):
8916         * epg.el (epg--make-temp-file, epg-decrypt-string)
8917         (epg-verify-string, epg-sign-string, epg-encrypt-string):
8919         * jka-compr.el (jka-compr-partial-uncompress)
8920         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
8922         * server.el (server-sentinel): Use delete-file's new FORCE arg
8923         (Bug#6070).
8925 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8927         Use define-minor-mode where applicable.
8928         * view.el (view-mode):
8929         * type-break.el (type-break-query-mode)
8930         (type-break-mode-line-message-mode):
8931         * textmodes/reftex.el (reftex-mode):
8932         * term/vt100.el (vt100-wide-mode):
8933         * tar-mode.el (tar-subfile-mode):
8934         * savehist.el (savehist-mode):
8935         * ibuf-ext.el (ibuffer-auto-mode):
8936         * composite.el (auto-composition-mode):
8937         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8938         Use define-minor-mode.
8939         (vhdl-mode): Use static mode-line format.
8940         (vhdl-mode-line-update): Delete.
8941         (vhdl-create-mode-menu, vhdl-activate-customizations)
8942         (vhdl-hs-minor-mode): Don't bother calling it.
8944 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8946         * simple.el (with-wrapper-hook): Move.
8947         (buffer-substring-filters): Mark obsolete.
8948         (filter-buffer-substring-functions): New variable.
8949         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
8951 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
8952             Michael Albinus  <michael.albinus@gmx.de>
8954         Implement compression for inline methods.
8956         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
8957         (tramp-copy-size-limit): Allow also nil.
8958         (tramp-inline-compress-commands): New defconst.
8959         (tramp-find-inline-compress, tramp-get-inline-compress)
8960         (tramp-get-inline-coding): New defuns.
8961         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
8962         replaced by `tramp-get-inline-coding'.
8963         (tramp-handle-file-local-copy, tramp-handle-write-region)
8964         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
8966 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8968         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
8969         Remove unused functions.
8971         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
8972         Set find-tag-default-function as a variable rather than a property.
8974         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
8975         * progmodes/etags.el (tags-completion-at-point-function):
8976         Remove left over interactive spec.  Add autoloading stub.
8977         (complete-tag): Use tags-completion-at-point-function.
8979 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
8981         * minibuffer.el (tags-completion-at-point-function): Fix return value.
8983 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
8985         * ido.el (ido-init-completion-maps): Remove C-v binding.
8986         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
8988 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
8990         * minibuffer.el (tags-completion-at-point-function): New function.
8991         (completion-at-point-functions): Use it.
8993         * progmodes/etags.el (complete-tag): Revert last change.
8995 2010-04-29  Alan Mackenzie  <acm@muc.de>
8997         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
8998         off-by-one error (in end of macro position).
9000 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9002         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
9003         firefox is absent.  Don't autoload.
9004         (browse-url-galeon-program): Don't autoload.
9006 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
9008         * bindings.el (complete-symbol): Move into minibuffer.el.
9010         * minibuffer.el (complete-tag): Move from etags.el.  If tags
9011         completion cannot be performed, return nil instead of signalling
9012         an error.
9013         (completion-at-point): Make it an alias for complete-symbol.
9014         (complete-symbol): Move from bindings.el, and replace with the
9015         body of completion-at-point.
9017         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
9019 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
9021         * net/tramp.el (tramp-remote-selinux-p): New defun.
9022         (tramp-handle-file-selinux-context)
9023         (tramp-handle-set-file-selinux-context): Use it.
9025 2010-04-28  Sam Steingold  <sds@gnu.org>
9027         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9028         `safe-local-variable' if the value is a string or a symbol with
9029         the property `bug-reference-url-format'.
9031 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
9033         * progmodes/bug-reference.el (bug-reference-url-format):
9034         Revert 2010-04-27 change due to security risk.
9036 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9038         Make it possible to locally disable a globally enabled mode.
9039         * simple.el (fundamental-mode): Run fundamental-mode-hook.
9040         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
9041         rather than kill-all-local-variables so it runs fundamental-mode-hook.
9042         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9043         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
9044         that subsequent hooks get a chance to disable it.
9046 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9048         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9049         Avoid re-enabling a minor mode after the user turned the minor mode
9050         off if MODE-enable-in-buffers is run twice (typically once from
9051         fundamental-mode's after-change-major-mode-hook and a second time from
9052         run-mode-hook's own after-change-major-mode-hook).
9054         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
9056 2010-04-27  Sam Steingold  <sds@gnu.org>
9058         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9059         `safe-local-variable' if the value is a string or a function, as
9060         documented and implemented on 2010-04-02.
9062 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
9064         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
9065         when method is 'kill.
9067 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
9069         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
9070         condition in default directory check.
9071         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
9072         Kill ispell process when killing its associated buffer.
9074 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
9076         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
9077         but we aren't using it.
9079 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
9081         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
9082         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
9084 2010-04-24  Glenn Morris  <rgm@gnu.org>
9086         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
9087         Ignore VCS-ignore files, and deleted nextstep preferences files.
9088         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
9089         (authors-ambiguous-files): New list.
9090         (authors-valid-file-names): Add some deleted files.
9091         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
9092         (authors-disambiguate-file-name): New function.  (Bug#5501)
9093         (authors-canonical-file-name): Doc fix.
9094         Don't warn about obsolete files.
9095         (authors-canonical-file-name, authors-scan-el):
9096         Use authors-disambiguate-file-name.
9098         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9099         Add autoload cookies.
9100         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
9101         (generated-autoload-file): Set file-local value to "htmlfontify.el".
9102         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
9103         They have definitions / compiler macros in cl.el.
9104         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9105         Replace manual autoloads with generated ones.
9106         (htmlfontify-unload-rgb-file): Remove autoload.
9107         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
9109 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9111         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
9112         (byte-compile-setq-default): Optimize for the
9113         single-var case and don't call byte-compile-form in this case to avoid
9114         inf-loop with byte-compile-set-default.
9116         * progmodes/compile.el (compilation-start): Abbreviate default directory.
9118 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
9120         Implement SELINUX backends.
9122         * net/tramp.el (tramp-file-name-handler-alist):
9123         Add `file-selinux-context' and `set-file-selinux-context'.
9124         (tramp-handle-file-selinux-context)
9125         (tramp-handle-set-file-selinux-context): New defuns.
9126         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
9127         Handle PRESERVE-SELINUX-CONTEXT.
9129         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9130         Add `file-selinux-context' and `set-file-selinux-context'.
9131         (tramp-gvfs-handle-file-selinux-context)
9132         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
9133         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
9135         * net/ange-ftp.el (ange-ftp-copy-file):
9136         * net/tramp-fish.el (tramp-fish-handle-copy-file):
9137         * net/tramp-imap.el (tramp-imap-handle-copy-file):
9138         * net/tramp-smb.el (tramp-smb-handle-copy-file):
9139         Add PRESERVE-SELINUX-CONTEXT.
9141 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
9143         Synchronize with Tramp repository.
9145         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
9146         (tramp-action-process-alive, tramp-action-out-of-band)
9147         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
9148         (tramp-exists-file-name-handler): Fix docstring.
9149         (with-progress-reporter): New defmacro.
9150         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
9151         (tramp-maybe-open-connection): Use it.
9153 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
9155         Detect ssh 'ControlMaster' argument automatically in some cases.
9157         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
9158         (tramp-default-method): Use it.
9160 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
9162         * net/tramp.el (tramp-handle-copy-file): Add new optional
9163         parameter `preserve-selinux-context'.
9164         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
9166 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
9168         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
9169         Ensure, that non remote files are still checked.  Oops.
9171 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
9173         Fix Bug#5840.
9175         * icomplete.el (icomplete-completions): Use `non-essential'.
9177         * net/tramp.el (tramp-connectable-p): New defun.
9178         (tramp-handle-expand-file-name)
9179         (tramp-completion-handle-file-name-all-completions)
9180         (tramp-completion-handle-file-name-completion): Use it.
9182 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9184         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
9186 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
9188         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
9190         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
9192         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
9193         is present.
9195         * info.el (info-tool-bar-map): Add labels.
9197         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
9199         * cus-edit.el (custom-commands): Add labels for tool bar.
9200         (custom-buffer-create-internal, Custom-mode): Adjust for
9201         labels in custom-commands.
9203         * dynamic-setting.el: Renamed from font-setting.el.
9205 2010-04-21  John Wiegley  <jwiegley@gmail.com>
9207         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
9208         toggles the use of virtual buffers.
9209         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
9210         (ido-toggle-virtual-buffers): New function.
9212 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
9214         Use `define-derived-mode'; fix window selection; doc fixes.
9215         * play/tetris.el (tetris, tetris-update-speed-function)
9216         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
9217         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
9218         (tetris-rotate-next, tetris-end-game, tetris-start-game)
9219         (tetris-pause-game): Fix typos in docstrings.
9220         (tetris-mode-map, tetris-null-map):
9221         Move initialization into declaration.
9222         (tetris-mode): Define with `define-derived-mode';
9223         set show-trailing-whitespace to nil.
9224         (tetris): Prefer window already displaying the "*Tetris*" buffer.
9226 2010-04-21  Karel Klíč  <kklic@redhat.com>
9228         * files.el (backup-buffer): Handle SELinux context, and return it
9229         if a backup was made by renaming.
9230         (backup-buffer-copy): Set SELinux context to the target file.
9231         (basic-save-buffer): Set SELinux context of the newly written file.
9232         (basic-save-buffer-1): Now it also returns any SELinux context.
9233         (basic-save-buffer-2): Set SELinux context of the newly created file,
9234         and return it.
9235         * net/tramp.el (tramp-file-name-for-operation):
9236         Add file-selinux-context.
9238 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9240         Make the log-edit comments use RFC822 format throughout.
9242         * vc.el (vc-checkin, vc-modify-change-comment):
9243         Adjust to new vc-start/finish-logentry.
9244         (vc-find-conflicted-file): New command.
9245         (vc-transfer-file): Adjust to new vc-checkin.
9246         (vc-next-action): Improve scoping.
9248         * vc-hg.el (vc-hg-log-edit-mode): Remove.
9249         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
9251         * vc-git.el (vc-git-log-edit-mode): Remove.
9252         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
9253         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
9255         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
9256         (vc-start-logentry): Remove argument `extra'.
9257         (vc-finish-logentry): Remove extra args.
9259         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
9260         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
9261         (vc-bzr-conflicted-files): New function.
9263         * log-edit.el (log-edit-extra-flags)
9264         (log-edit-before-checkin-process): Remove.
9265         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
9266         (log-edit-headers-alist): New var.
9267         (log-edit-header-contents-regexp): New const.
9268         (log-edit-match-to-eoh): New function.
9269         (log-edit-font-lock-keywords): Use them.
9270         (log-edit): Insert a "Summary:" header as default.
9271         (log-edit-mode): Mark font-lock rules as case-insensitive.
9272         (log-edit-done): Cleanup headers.
9273         (log-view-process-buffer): Remove.
9274         (log-edit-extract-headers): New function to replace it.
9276 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
9278         * subr.el (default-direction-reversed): Remove obsolescence info.
9280 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9282         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
9283         windows/frames.
9285         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
9286         I.e. include text after point in the completion region.
9287         Also, return nil when we're not after/in a symbol.
9289         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
9290         default enable-multibyte-characters.
9292 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9294         * international/mule.el: Help the user choose a valid coding-system.
9295         (read-buffer-file-coding-system): New function.
9296         (set-buffer-file-coding-system): Use it.  Prompt the user if the
9297         coding-system cannot encode all the chars.
9299         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
9300         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
9301         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
9302         Don't use *vc-bzr-shelve*.
9304 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
9306         Fix the version number for added files.
9307         * vc-hg.el (vc-hg-working-revision): Check if the file is
9308         registered after hg parent fails (Bug#5961).
9310 2010-04-19  Glenn Morris  <rgm@gnu.org>
9312         * htmlfontify.el (htmlfontify-buffer)
9313         (htmlfontify-copy-and-link-dir): Autoload entry points.
9315 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
9317         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
9318         name relative to the project root (Bug#5960).
9320 2010-04-19  Glenn Morris  <rgm@gnu.org>
9322         * vc-git.el (vc-git-print-log): Doc fix.
9324 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
9326         * ido.el (ido-file-internal): Fix 2009-12-02 change.
9328 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
9330         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
9331         default settings (Bug#5928).
9333 2010-04-19  Glenn Morris  <rgm@gnu.org>
9335         * progmodes/fortran.el (fortran-match-and-skip-declaration):
9336         New function.
9337         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
9339 2010-04-19  Kenichi Handa  <handa@m17n.org>
9341         * language/indian.el (malayalam-composable-pattern): Fix previous
9342         change (add U+0D4D "SIGN VIRAMA").
9343         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
9344         (tamil-composable-pattern): Fix typo in the regexp.
9345         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
9346         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
9347         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
9349 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
9351         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
9352         paragraph-separate (Bug#5821).
9354 2010-04-19  Juri Linkov  <juri@jurta.org>
9356         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
9358         * info.el (Info-find-node-2): Comment out code that skips
9359         breadcrumbs line.
9360         (Info-mouse-follow-link): New command.
9361         (Info-link-keymap): New keymap.
9362         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
9363         Return a string with links instead of inserting breadcrumbs
9364         to the Info buffer.
9365         (Info-fontify-node): Comment out code that inserts breadcrumbs.
9366         Instead of putting the `invisible' text property over the Info
9367         header, make an overlay over the Info header with the `invisible'
9368         property and `after-string' set to the string returned by
9369         `Info-breadcrumbs'.
9371 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
9373         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
9374         Reported by monkey@sandpframing.com.
9376 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9378         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
9379         (tmm-get-keymap): Add key-binding shortcuts now that they're not
9380         available in the "keyseq cache" any more.
9382         * custom.el (defcustom): Add edebug spec.
9384 2010-04-18  Juri Linkov  <juri@jurta.org>
9386         Test for special mode-class in view-buffer instead of view-file (bug#5513).
9388         * view.el (view-file, view-buffer): Move test for special mode-class
9389         from view-file to view-buffer.
9391         * tar-mode.el (tar-extract): Turn if's into one cond
9392         like in arc-mode.el.
9394 2010-04-18  Juri Linkov  <juri@jurta.org>
9396         Add 7z archive format support (bug#5475).
9398         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
9399         (archive-7z-extract): New defcustom.
9400         (archive-find-type): Add magic string for 7z.
9401         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
9402         If `stderr-file' is non-nil, use `(t stderr-file)' for the
9403         `buffer' arg of `call-process'.
9404         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
9405         call the function `archive-7z-extract' with the variable
9406         `archive-7z-extract' let-bound to `archive-zip-extract'.
9407         (archive-7z-summarize, archive-7z-extract): New functions.
9409         * international/mule.el (auto-coding-alist):
9410         * files.el (auto-mode-alist): Add 7z file extension.
9412 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9414         * loadup.el: Setup hash-cons for pure data.
9416         Fix duplicate entries in cedet's loaddefs.el files.
9417         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
9418         Should make most file-local generated-autoload-file unnecessary.
9419         (print-readably): Silence warnings.
9420         (autoload-find-destination): Take load-name as an arg to make sure
9421         it's the same as the one that will be in the file.
9422         (autoload-generate-file-autoloads): Adjust to above changes.
9423         Try to make the dataflow a bit simpler.
9425         * cvs-status.el (cvs-refontify): Remove unused.
9427 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
9429         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
9431         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
9432         twos-complement mode.
9434 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
9436         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9437         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
9438         (calc-inverse): Add "Option" to message, as appropriate.
9439         (calc-hyperbolic): Add "Option" to message, as appropriate.
9440         (calc-option, calc-is-option): New functions.
9442         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
9443         (calc-option-prefix-help): New function.
9445         * calc/calc-misc.el (calc-help): Add "Option" entry.
9447         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
9448         (calc-option-flag): New variable.
9449         (calc-do): Set `calc-option-flag to nil.
9450         (calc-set-mode-line): Add "Opt " as appropriate.
9452 2010-04-16  Juri Linkov  <juri@jurta.org>
9454         Move scrolling commands from simple.el to window.el
9455         because their primitives are implemented in window.c.
9457         * simple.el (scroll-error-top-bottom)
9458         (scroll-up-command, scroll-down-command, scroll-up-line)
9459         (scroll-down-line, scroll-other-window-down)
9460         (beginning-of-buffer-other-window, end-of-buffer-other-window):
9461         * window.el (scroll-error-top-bottom)
9462         (scroll-up-command, scroll-down-command, scroll-up-line)
9463         (scroll-down-line, scroll-other-window-down)
9464         (beginning-of-buffer-other-window, end-of-buffer-other-window):
9465         Move from simple.el to window.el because their primitives are
9466         implemented in window.c.
9468 2010-04-16  Juri Linkov  <juri@jurta.org>
9470         * isearch.el (isearch-lookup-scroll-key): Check both
9471         `isearch-scroll' and `scroll-command' properties.
9472         (scroll-up, scroll-down): Remove `isearch-scroll' property.
9474         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
9476         * simple.el (scroll-up-command, scroll-down-command)
9477         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
9479 2010-04-15  Juri Linkov  <juri@jurta.org>
9481         * simple.el (scroll-up-command, scroll-down-command)
9482         (scroll-up-line, scroll-down-line): Put `scroll-command'
9483         property on the these symbols.  Remove them from
9484         `scroll-preserve-screen-position-commands'.
9486         * mwheel.el (mwheel-scroll): Put `scroll-command' and
9487         `isearch-scroll' properties on the `mwheel-scroll' symbol.
9488         Remove it from `scroll-preserve-screen-position-commands'.
9490         * isearch.el (isearch-allow-scroll): Doc fix.
9492 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
9494         * net/tramp.el (tramp-error-with-buffer): Don't show the
9495         connection buffer when we are in completion mode.
9496         (tramp-file-name-handler): Catch the error for some operations
9497         when we are in completion mode.  This gives the user the chance to
9498         correct the file name in the minibuffer.
9500 2010-04-15  Glenn Morris  <rgm@gnu.org>
9502         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
9504 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
9506         Simplify by using `define-derived-mode'.
9507         * info.el (Info-mode):
9508         * calendar/todo-mode.el (todo-mode):
9509         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
9510         (gomoku-mode-map): Move initialization into declaration.
9512 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
9514         Fix Bug#5840.
9515         * ido.el (ido-file-name-all-completions-1):
9516         * minibuffer.el (minibuffer-completion-help):
9517         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
9519 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9521         * simple.el (non-essential): New var.
9523         Add a new field `location' to bookmarks for non-file bookmarks.
9524         * bookmark.el (bookmark-location): Use the new field, if present.
9525         (bookmark-insert-location): Undo last change, not needed any more.
9526         * man.el (Man-bookmark-make-record):
9527         * woman.el (woman-bookmark-make-record): Add `location' field.
9529 2010-04-14  Juri Linkov  <juri@jurta.org>
9531         * simple.el (scroll-error-top-bottom): New defcustom.
9532         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
9534         * emulation/pc-select.el (pc-select-override-scroll-error):
9535         Obsolete in favor of `scroll-error-top-bottom'.
9537 2010-04-14  Juri Linkov  <juri@jurta.org>
9539         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
9540         `scroll-up-command' and `M-v' to `scroll-down-command'.
9542         * emulation/cua-rect.el (cua--init-rectangles):
9543         * forms.el (forms--change-commands):
9544         * image-mode.el (image-mode-map):
9545         Remap scroll-down-command and scroll-up-command
9546         in addition to scroll-down and scroll-up.
9548 2010-04-14  Juri Linkov  <juri@jurta.org>
9550         * mwheel.el (scroll-preserve-screen-position-commands):
9551         Add mwheel-scroll to this list of commands.
9553         * simple.el (scroll-preserve-screen-position-commands):
9554         Add scroll-up-command, scroll-down-command, scroll-up-line,
9555         scroll-down-line to this list of commands.
9557 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9559         * obsolete/complete.el: Move from lisp/complete.el.
9561         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
9563         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
9564         to the minor mode function now turns the mode ON unconditionally.
9566 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9568         * vc-dir.el (vc-dir-kill-line): New command.
9569         (vc-dir-mode-map): Bind it to C-k.
9571         * bookmark.el (bookmark-insert-location): Handle a nil filename.
9573         * woman.el: Add bookmark declarations to silence the compiler.
9574         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
9575         step to compatibility between man and woman bookmarks.
9576         Adjust for Man-default-bookmark-title renaming.
9577         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
9579         * man.el: Add bookmark declarations to silence the compiler.
9580         (Man-name-local-regexp): Make it match NAME as well.
9581         (Man-getpage-in-background): Return the buffer.
9582         (Man-notify-when-ready): Use `case'.
9583         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
9584         Don't hardcode "NAME".  Simplify.
9585         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
9586         Rename from Man-bookmark-make-record.
9587         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
9588         we have the actual man-args.  Use Man-getpage-in-background rather
9589         than `man' since the arg is already processed.  Let bookmark.el do the
9590         window handling.  Only wait for the relevant process.
9591         Don't forget to autoload.
9593         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
9595 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9597         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
9598         New functions.
9599         (woman-mode): Setup bookmark support.
9601         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
9602         (man-bookmark-jump): New functions.
9603         (Man-mode): Setup bookmark support.
9605 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
9607         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
9608         recognize ssh-keygen prompt (Bug#2817).
9610 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
9612         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
9614 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
9616         Synchronize with Tramp repository.
9618         * net/tramp.el (tramp-completion-function-alist)
9619         (tramp-file-name-regexp, tramp-chunksize)
9620         (tramp-local-coding-commands, tramp-remote-coding-commands):
9621         Fix docstring.
9622         (tramp-remote-process-environment): Use `format' instead of `concat'.
9623         (tramp-handle-directory-files-and-attributes)
9624         (tramp-get-remote-path): Use `copy-tree'.
9625         (tramp-handle-file-name-all-completions): Backward/ XEmacs
9626         compatibility: Use `completion-ignore-case' if
9627         `read-file-name-completion-ignore-case' does not exist.
9628         (tramp-do-copy-or-rename-file-directly): Do not use
9629         `tramp-handle-file-remote-p'.
9630         (tramp-do-copy-or-rename-file-out-of-band):
9631         Use `tramp-compat-delete-directory'.
9632         (tramp-do-copy-or-rename-file-out-of-band)
9633         (tramp-compute-multi-hops, tramp-maybe-open-connection):
9634         Use `format-spec-make'.
9635         (tramp-find-foreign-file-name-handler)
9636         (tramp-advice-make-auto-save-file-name)
9637         (tramp-set-auto-save-file-modes): Remove superfluous check for
9638         `stringp'.  This is done inside `tramp-tramp-file-p'.
9639         (tramp-debug-outline-regexp): New defconst.
9640         (tramp-get-debug-buffer): Use it.
9641         (tramp-check-for-regexp): Use (forward-line 1).
9642         (tramp-set-auto-save-file-modes): Adapt version check.
9644         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
9645         Wrap call of `featurep' for 2nd argument.
9646         (tramp-compat-make-temp-file): Simplify fallback implementation.
9647         (tramp-compat-copy-tree): Remove function.
9648         (tramp-compat-delete-directory): Provide implementation for older
9649         Emacsen.
9651         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
9652         Do not use `tramp-fish-handle-file-attributes.
9654         * net/trampver.el: Update release number.
9656 2010-04-10  Glenn Morris  <rgm@gnu.org>
9658         * progmodes/compile.el (compilation-save-buffers-predicate):
9659         Add missing :version tag.
9661 2010-04-09  Sam Steingold  <sds@gnu.org>
9663         * progmodes/compile.el (compilation-save-buffers-predicate):
9664         Remove the "autoload" cookie.
9666         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
9667         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
9668         and `bug-reference-prog-mode' can be used in hooks directly.
9670 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
9672         Add --author support to git commit.
9673         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
9674         (vc-git-log-edit-mode): New minor mode.
9675         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
9676         New declarations.
9678 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
9680         * vc-hooks.el, vc-git.el: Improve documentation comments.
9682 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9684         Fix some of the problems in defsubst* (bug#5728).
9685         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
9686         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
9688 2010-04-07  Sam Steingold  <sds@gnu.org>
9690         * progmodes/compile.el (compilation-save-buffers-predicate):
9691         New custom variable.
9692         (compile, recompile): Pass it to `save-some-buffers'.
9694 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
9696         * wid-edit.el (widget-choose): Move cursor to the second line of
9697         the buffer (Bug#5695).
9699 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
9701         Add new VC methods: vc-log-incoming and vc-log-outgoing.
9702         * vc.el (vc-print-log-setup-buttons): New function split out from
9703         vc-print-log-internal.
9704         (vc-log-internal-common): New function, a parametrized version of
9705         vc-print-log-internal.
9706         (vc-print-log-internal): Just call vc-log-internal-common with the
9707         right arguments.
9708         (vc-incoming-outgoing-internal):
9709         (vc-log-incoming, vc-log-outgoing): New functions.
9710         (vc-log-view-type): New permanent local variable.
9712         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
9714         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
9715         of the dynamic bound vc-short-log.
9716         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
9718         * vc-git.el (vc-git-log-outgoing): New function.
9719         (vc-git-log-view-mode): Use vc-log-view-type instead
9720         of the dynamic bound vc-short-log.
9722         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
9723         of the dynamic bound vc-short-log.  Highlight the tag.
9724         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
9725         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
9726         (vc-hg-incoming-mode): Remove.
9727         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
9729 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
9731         Fix default-directory for vc-root-diff.
9732         * vc.el (vc-root-diff): Bind default-directory to the root
9733         directory for the diff command.
9735 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
9737         * progmodes/verilog-mode.el (verilog-forward-sexp):
9738         (verilog-calc-1): Support "disable fork" and "fork wait" multi
9739         word keywords, suggested by Steve Pearlmutter.
9740         (verilog-pretty-declarations): Support lineup of declarations in
9741         port lists.
9742         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
9743         fix bug for /* / comments.
9744         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
9745         Speed up and simplfy as this is never called with a bound.
9746         (verilog-pretty-declarations): Enhance to line up declarations
9747         inside a parameter list, suggested by Alan Morgan.
9748         (verilog-pretty-expr): Tune assignment regular expression match
9749         string for corner cases; also use markers instead of character
9750         number as indent changes the later.
9752 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
9754         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
9755         as missing keyword.
9756         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
9757         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
9758         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
9759         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
9760         Tennant.
9761         (verilog-keywords):
9762         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
9763         1800-2009 keywords, including "global.".
9765 2010-04-06  John Wiegley  <jwiegley@gmail.com>
9767         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
9768         appearing in buffer list (if a live buffer name matched a recentf
9769         file basename).  Should use uniquify to offer a real solution.
9771 2010-04-06  John Wiegley  <jwiegley@gmail.com>
9773         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
9774         comment to code, and add a :version tag.
9775         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
9777 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
9779         Enable recentf-mode if using virtual buffers.
9780         * ido.el (recentf-list): Declare for byte-compiler.
9781         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
9782         (ido-make-buffer-list): Simplify.
9783         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
9785 2010-04-05  Juri Linkov  <juri@jurta.org>
9787         Scrolling commands which scroll a line instead of full screen.
9788         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9790         * simple.el (scroll-up-line, scroll-down-line): New commands.
9791         Put property isearch-scroll=t on them.
9793         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
9794         Remove commands.
9796 2010-04-05  Juri Linkov  <juri@jurta.org>
9798         Scrolling commands which do not signal errors at top/bottom.
9799         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9801         * simple.el (scroll-up-command, scroll-down-command): New commands.
9802         Put property isearch-scroll=t on them.
9804         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
9805         `scroll-down-command' and [next] from `scroll-up' to
9806         `scroll-up-command'.
9808         * emulation/cua-base.el: Put property CUA=move on
9809         `scroll-up-command' and `scroll-down-command'.
9810         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
9811         and `scroll-down-command' to `cua-scroll-down'.
9813 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
9815         * help.el (describe-mode): Return nil.
9817 2010-04-04  John Wiegley  <jwiegley@gmail.com>
9819         * ido.el (ido-use-virtual-buffers): New variable to indicate
9820         whether "virtual buffer" support is enabled for IDO.
9821         (ido-virtual): Face used to indicate virtual buffers in the list.
9822         (ido-buffer-internal): If a buffer is chosen, and no such buffer
9823         exists, but a virtual buffer of that name does (which would be why
9824         it was in the list), recreate the buffer by reopening the file.
9825         (ido-make-buffer-list): If virtual buffers are being used, call
9826         `ido-add-virtual-buffers-to-list' before the make list hook.
9827         (ido-virtual-buffers): New variable which contains a copy of the
9828         current contents of the `recentf-list', albeit pared down for the
9829         sake of speed, and with proper faces applied.
9830         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
9831         create a list of "virtual buffers" to present to the user in
9832         addition to the currently open set.  Note that this logic could
9833         get rather slow if that list is too large.  With the default
9834         `recentf-max-saved-items' of 200, there is little speed penalty.
9836 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9838         * font-lock.el: Require CL when compiling.
9839         (font-lock-turn-on-thing-lock): Use `case'.
9841 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
9843         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
9844         Zaretskii.
9846 2010-04-02  Juri Linkov  <juri@jurta.org>
9848         * ehelp.el (electric-help-orig-major-mode):
9849         New buffer-local variable.
9850         (electric-help-mode): Set it to original major-mode.  Doc fix.
9851         (with-electric-help): Use `electric-help-orig-major-mode' instead
9852         of (default-value 'major-mode).  Doc fix.
9853         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
9855 2010-04-02  Sam Steingold  <sds@gnu.org>
9857         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
9858         `vc-hg-command' with a list of flags.
9860         * progmodes/bug-reference.el (bug-reference-bug-regexp):
9861         Also accept "patch" and "RFE".
9862         (bug-reference-fontify): `bug-reference-url-format' can also be a
9863         function to be able to handle the bug kind.
9864         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
9866 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
9868         * tmm.el (tmm-get-keymap): Check with symbolp before passing
9869         value to fboundp, it may not be a symbol.
9871 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9873         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
9875 2010-03-31  Juri Linkov  <juri@jurta.org>
9877         * simple.el (next-line, previous-line): Re-throw a signal
9878         with `signal' instead of using `ding'.
9879         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
9881 2010-03-31  Juri Linkov  <juri@jurta.org>
9883         * simple.el (keyboard-escape-quit): Raise deselecting the active
9884         region higher than exiting the minibuffer.
9885         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
9887 2010-03-31  Juri Linkov  <juri@jurta.org>
9889         * image.el (image-animated-p): Use `image-metadata' instead of
9890         `image-extension-data'.  Get GIF extenstion data from metadata
9891         property `extension-data'.
9893 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9895         * simple.el (append-to-buffer): Simplify.
9897 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
9899         * textmodes/artist.el (artist-mode): Fix typo in docstring.
9900         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
9902 2010-03-31  Kenichi Handa  <handa@m17n.org>
9904         * language/sinhala.el (composition-function-table): Fix regexp for
9905         the new Unicode specification.
9907         * language/indian.el (devanagari-composable-pattern)
9908         (tamil-composable-pattern, kannada-composable-pattern)
9909         (malayalam-composable-pattern): Adjust for the new Unicode
9910         specification.
9911         (bengali-composable-pattern, gurmukhi-composable-pattern)
9912         (gujarati-composable-pattern, oriya-composable-pattern)
9913         (telugu-composable-pattern): New variables to cope with the new
9914         Unicode specification.  Use them in composition-function-table.
9916 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9918         Make tmm-menubar work for the Buffers menu again (bug#5726).
9919         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
9920         vectors rather than cons cells, as used in menu-bar-update-buffers.
9922 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9924         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
9925         (js-insert-and-indent): Revert 2009-08-15 change, restoring
9926         electric punctuation for "{}();,:" (Bug#5586).
9928         * mail/sendmail.el (mail-default-directory): Doc fix.
9930 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9932         * mail/sendmail.el (mail-default-directory): Doc fix.
9934 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
9936         * subr.el (version-regexp-alist, version-to-list)
9937         (version-list-<, version-list-=, version-list-<=)
9938         (version-list-not-zero, version<, version<=, version=): Doc fix.
9939         (Bug#5744).
9941 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
9943         * vc.el (vc-root-diff): Doc fix.
9945 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9947         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
9949         * simple.el (append-to-buffer): Fix last change.
9951 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
9953         * simple.el (append-to-buffer): Ensure that point is preserved if
9954         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
9955         (Bug#5749)
9957 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9959         * files.el (auto-mode-case-fold): Change default to t.
9961 2010-03-30  Juri Linkov  <juri@jurta.org>
9963         * dired-x.el (dired-omit-mode): Doc fix.
9965 2010-03-30  Juri Linkov  <juri@jurta.org>
9967         * replace.el (occur-accumulate-lines): Move occur-engine related
9968         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
9969         to be located after `occur-engine'.
9971 2010-03-30  Juri Linkov  <juri@jurta.org>
9973         Make occur handle multi-line matches cleanly with context.
9974         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
9976         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
9977         (occur-engine): Add local variables `ret', `prev-after-lines',
9978         `prev-lines'.  Use more arguments for `occur-context-lines'.
9979         Set first elem of its returned list to `data', and the second elem
9980         to `prev-after-lines'.  Don't print the separator line.
9981         In the end, print remaining context after-lines.
9982         (occur-context-lines): Add new arguments `begpt', `endpt',
9983         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
9984         after-lines of the previous match with before-lines of the
9985         current match and not overlap them.  Return a list with two
9986         values: the output line and the list of context after-lines.
9988 2010-03-30  Juri Linkov  <juri@jurta.org>
9990         * replace.el (occur-accumulate-lines): Fix a bug where the first
9991         context line at the beginning of the buffer was missing.
9993 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
9995         * files.el: Make bidi-display-reordering safe variable for boolean
9996         values.
9998 2010-03-29  Phil Hagelberg  <phil@evri.com>
9999             Chong Yidong  <cyd@stupidchicken.com>
10001         * subr.el: Extend progress reporters to perform "spinning".
10002         (progress-reporter-update, progress-reporter-do-update):
10003         Handle non-numeric value arguments.
10004         (progress-reporter--pulse-characters): New var.
10006 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
10008         * progmodes/compile.el (compilation-start): Fix regexp detection
10009         of initial cd command (Bug#5771).
10011 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
10013         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
10015 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
10017         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
10018         * progmodes/gdb-mi.el: Restore.
10019         * progmodes/gdb-ui.el: Remove.
10020         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
10022 2010-03-25  Glenn Morris  <rgm@gnu.org>
10024         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
10025         all dired buffers, even tramp ones.  (Bug#5755)
10027 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10029         Add "union tags" in mpc.el.
10030         * mpc.el: Remove backward compatibility code.
10031         (mpc-browser-tags): Change default.
10032         (mpc--find-memoize-union-tags): New var.
10033         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
10034         (mpc-cmd-find): Handle the case where the playlist does not exist.
10035         Handle union-tags.
10036         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
10037         (mpc-cmd-add): Use mpc-cmd-flush.
10038         (mpc-tagbrowser-tag-name): New fun.
10039         (mpc-tagbrowser-buf): Use it.
10040         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
10042 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10044         Misc cleanup.
10045         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
10046         Use replace-regexp-in-string.
10047         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
10048         (makefile-imake-mode-syntax-table): Move init into defvar.
10049         (makefile-mode): Use define-derived-mode.
10051         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
10052         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
10053         not be present any more.
10055 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10057         * faces.el (set-face-attribute): Fix typo in docstring.
10058         (face-valid-attribute-values): Reflow docstring.
10060 2010-03-24  Glenn Morris  <rgm@gnu.org>
10062         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
10064 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
10066         * indent.el (indent-for-tab-command): Doc fix.
10068 2010-03-24  Alan Mackenzie  <acm@muc.de>
10070         * progmodes/cc-engine.el (c-remove-stale-state-cache):
10071         Fix off-by-one error.  Fixes bug #5747.
10073 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10075         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
10076         (image-dired-read-comment): Doc fix.
10078         * json.el (json-object-type, json-array-type, json-key-type)
10079         (json-false, json-null, json-read-number):
10080         * minibuffer.el (completion-in-region-functions):
10081         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
10082         (cal-tex-cursor-week):
10083         * emacs-lisp/trace.el (trace-function):
10084         * eshell/em-basic.el (eshell/printnl):
10085         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
10086         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
10087         * obsolete/levents.el (allocate-event, event-key, event-object)
10088         (event-point, event-process, event-timestamp, event-to-character)
10089         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
10090         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
10091         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
10092         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
10093         (reftex-highlight-selection): Fix typos in docstrings.
10095 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10097         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
10099 2010-03-24  Glenn Morris  <rgm@gnu.org>
10101         * mail/rmail.el (rmail-highlight-face): Restore option deleted
10102         2008-02-13 without comment; mark it obsolete.
10103         (rmail-highlight-headers): Use rmail-highlight-face once more.
10105 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
10107         * woman.el (woman2-process-escapes): Only consume the newline if
10108         the filler character is on a line by itself (Bug#5729).
10110 2010-03-24  Kenichi Handa  <handa@m17n.org>
10112         * language/indian.el (devanagari-composable-pattern): Add more
10113         consonants.
10115 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
10117         * net/trampver.el: Update release number.
10119 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
10121         * net/tramp.el (tramp-find-executable):
10122         Use `tramp-get-connection-buffer'.  Make the regexp for checking
10123         output of "wc -l" more robust.
10124         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
10125         (tramp-open-connection-setup-interactive-shell): Remove workaround
10126         for OpenSolaris bug, it is not needed anymore.
10128 2010-03-24  Glenn Morris  <rgm@gnu.org>
10130         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
10132 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
10134         * files.el (auto-mode-alist): Accept more verilog file patterns.
10136 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10138         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
10140 2010-03-24  Glenn Morris  <rgm@gnu.org>
10142         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
10143         log-edit-before-checkin-process.
10145         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
10147         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
10149         * vc-dispatcher.el (vc-start-logentry): Doc fix.
10150         (log-view-process-buffer, log-edit-extra-flags): Declare.
10152         * log-edit.el (log-edit-before-checkin-process): Doc fix.
10154 2010-03-23  Sam Steingold  <sds@gnu.org>
10156         Fix bug#5620: recalculate all markers on compilation buffer
10157         modifications, not on file modifications.
10158         * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
10159         variable: the buffer modification time, for buffers not associated with
10160         files.
10161         (compilation-mode): Create it.
10162         (compilation-filter): Update it.
10163         (compilation-next-error-function): Use it instead of
10164         `visited-file-modtime' for timestamp.
10166 2010-03-23  Juri Linkov  <juri@jurta.org>
10168         Implement Occur multi-line matches.
10169         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
10171         * replace.el (occur): Doc fix.
10172         (occur-engine): Set `begpt' to the beginning of the first line.
10173         Set `endpt' to the end of the last match line.  At first, count
10174         line numbers between `origpt' and `begpt'.  Split out code from
10175         `out-line' variable to new let-bindings `match-prefix' and
10176         `match-str'.  In `out-line' add non-numeric prefix to all
10177         non-first lines of multi-line matches.  Finally, count lines
10178         between `begpt' and `endpt' and add to `lines'.
10180 2010-03-23  Juri Linkov  <juri@jurta.org>
10182         * replace.el (occur-accumulate-lines, occur-engine):
10183         Use `occur-engine-line' instead of duplicate code.
10184         (occur-engine-line): New function created from duplicate code
10185         in `occur-accumulate-lines' and `occur-engine'.
10187         * replace.el (occur-engine-line): Add optional arg `keep-props'.
10188         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
10190 2010-03-23  Juri Linkov  <juri@jurta.org>
10192         * finder.el: Remove TODO tasks.
10194         * info.el (Info-finder-find-node): Add node "all"
10195         with all package info.  Handle a list of multiple keywords
10196         separated by comma.
10197         (info-finder): In interactive use with a prefix argument,
10198         use `completing-read-multiple' to read a list of keywords
10199         separated by comma.
10201 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10203         Add a new completion style `substring'.
10204         * minibuffer.el (completion-basic--pattern): New function.
10205         (completion-basic-try-completion, completion-basic-all-completions):
10206         Use it.
10207         (completion-substring--all-completions)
10208         (completion-substring-try-completion)
10209         (completion-substring-all-completions): New functions.
10210         (completion-styles-alist): New style `substring'.
10212 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10214         Get rid of .elc files after removal of the corresponding .el.
10215         * Makefile.in (compile-clean): New target.
10216         (compile-main): Use it.
10218 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
10220         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
10221         don't do make there.  When compiling with separate object dir, there
10222         is no Makefile there.
10224 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10226         Get rid of the ELCFILES abomination, again.
10227         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
10228         (all, compile): Don't call compile-last.
10229         (compile-main): Build the "elcfiles" list dynamically.
10230         (compile-targets): New (internal) target.
10232 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
10234         * Makefile.in (top_srcdir): Define.
10235         (abs_top_builddir): Define.
10236         (srcdir): Don't append `/..'.
10237         (EMACS): Use ${abs_top_builddir}.
10238         (all, compile, compile-always, compile-last): Don't set emacswd.
10239         (update-subdirs, update-authors): Use $(top_srcdir) instead of
10240         $(srcdir).
10241         (lisp): Use $(srcdir) instead of @srcdir@.
10243 2010-03-21  Juri Linkov  <juri@jurta.org>
10245         Fix message of multi-line occur regexps and multi-buffer header lines.
10246         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
10248         * replace.el (occur-1): Don't display regexp if it is longer
10249         than window-width.  Use `query-replace-descr' to display regexp.
10250         (occur-engine): Don't display regexp in the buffer header for
10251         multi-buffer occur.  Display a separate header line with total
10252         match count and regexp for multi-buffer occur.
10253         Use `query-replace-descr' to display regexp.
10255 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10257         * net/secrets.el: Fix parenthesis.
10258         (secrets-enabled): Fix parenthesis.
10260 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10262         Use more relative file and directory names.
10263         * Makefile.in (EMACS): Arrange for it to work when we chdir.
10264         (setwins, setwins_almost, setwins_for_subdirs):
10265         Don't `cd'; output relative names.
10266         (all, compile, compile-always, compile-last): Set emacswd.
10267         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
10268         Just cd to the lisp source dir so we can use relative file names.
10270         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
10272 2010-03-20  Glenn Morris  <rgm@gnu.org>
10274         * textmodes/rst.el: Use faces for font-lock customization, and make the
10275         old -face variables obsolete.
10276         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
10277         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
10278         (rst-block-face, rst-external-face, rst-definition-face)
10279         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
10280         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
10281         Make obsolete.
10282         (rst-font-lock-keywords-function): Update for above changes.
10284 2010-03-20  Juri Linkov  <juri@jurta.org>
10286         * s-region.el:
10287         * obsolete/s-region.el: Move to obsolete.
10289 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
10291         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
10293 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
10295         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
10297 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
10299         Add special markup processing for commit logs.
10300         * log-edit.el (log-edit-extra-flags): New variable.
10301         (log-edit): Add new argument MODE.  Use that mode when non-nil
10302         instead of the log-view-mode.
10303         (log-view-process-buffer): New function.
10305         * vc.el: Document that the checkin method takes optional
10306         arguments.  Document new backend specific method: log-view-mode.
10307         (vc-default-log-edit-mode): New function.
10308         (vc-checkin): Use a backend specific log-view-mode.
10309         Pass extra arguments to the checkin method.
10310         (vc-modify-change-comment): Pass a dummy extra argument.
10312         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
10313         log-edit.
10314         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
10315         (vc-finish-logentry): Process the log buffer before passing it
10316         down.  Pass log-edit-extra-flags.
10318         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
10319         command.
10320         (log-edit-extra-flags, log-edit-before-checkin-process):
10321         New declarations.
10323         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
10324         command.
10325         (log-edit-extra-flags, log-edit-before-checkin-process):
10326         New declarations.
10327         (vc-hg-log-edit-mode): New derived mode.
10329         * vc-arch.el (vc-arch-checkin):
10330         * vc-cvs.el (vc-cvs-checkin):
10331         * vc-git.el (vc-git-checkin):
10332         * vc-mtn.el (vc-mtn-checkin):
10333         * vc-rcs.el (vc-rcs-checkin):
10334         * vc-sccs.el (vc-sccs-checkin):
10335         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
10337 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10339         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
10340         parent typo).
10342 2010-03-19  Glenn Morris  <rgm@gnu.org>
10344         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10346 2010-03-18  Glenn Morris  <rgm@gnu.org>
10348         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
10350         * replace.el (query-replace-history): Give it a doc string.
10351         (map-query-replace-regexp): Use query-replace-from-history-variable
10352         and query-replace-to-history-variable.
10354         * mail/hashcash.el (declare-function): Remove duplicate definition.
10356         * mail/emacsbug.el (report-emacs-bug-pretest-address):
10357         Make it an obsolete alias for report-emacs-bug-address.
10358         (message-strip-special-text-properties): Declare.
10359         (report-emacs-bug): Remove test for a pretest bug address.
10360         Combine message-mode-specific code.
10362         * mail/supercite.el: Don't require sendmail.
10363         (mh-in-header-p): Declare rather than using with-no-warnings.
10364         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
10365         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
10367         * calendar/cal-french.el: Convert to utf-8.
10369         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
10370         Emacs scripts.
10372 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
10374         * net/secrets.el (secrets-enabled): New variable.  Use it instead
10375         of a subfeature.
10377 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
10379         * net/secrets.el (top): Register the D-Bus signals only when the
10380         service "org.freedesktop.secrets" can be pinged.
10381         Provide subfeature `enabled'.
10383 2010-03-14  Juri Linkov  <juri@jurta.org>
10385         Add finder unknown keywords.
10387         * finder.el (finder-unknown-keywords): New function.
10389         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
10390         to create a Finder node with unknown keywords.
10392 2010-03-14  Juri Linkov  <juri@jurta.org>
10394         * finder.el (finder-compile-keywords): Replace `princ' with
10395         `prin1' on a list of symbols interned from keyword strings.
10397         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
10398         a comma, then split keywords using a comma and optional whitespace.
10399         Otherwise, split by whitespace.
10401         * complete.el:
10402         * face-remap.el:
10403         * log-view.el:
10404         * net/hmac-def.el:
10405         * net/hmac-md5.el:
10406         * net/netrc.el:
10407         * progmodes/mixal-mode.el: Fix keywords.
10409 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
10411         * Makefile.in (ELCFILES): Add net/secrets.elc.
10413         * net/secrets.el: New file.
10415 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
10417         * facemenu.el (list-colors-display, list-colors-print): New arg
10418         callback.  Use it to allow selecting colors.
10420         * wid-edit.el (widget-image-insert): Insert image prop even if the
10421         current display is non-graphic.
10422         (widget-field-value-set): New fun.
10423         (editable-field): Use it.
10424         (widget-field-value-get): Clean up unused var.
10425         (widget-color-value-create, widget-color--choose-action):
10426         New funs.  Allow using list-colors-display to choose color.
10428 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
10430         * cus-edit.el: Resort topmost custom groups.
10431         (custom-buffer-sort-alphabetically): Default to t.
10432         (customize-apropos): Use apropos-parse-pattern.
10433         (custom-search-field): New var.
10434         (custom-buffer-create-internal): Add custom-apropos search field.
10435         (custom-add-parent-links): Don't display parent doc.
10436         (custom-group-value-create): Don't sort top-level custom group.
10437         (custom-magic-value-create): Show visibility button before option name.
10439         (custom-variable-state): New fun, from custom-variable-state-set.
10440         (custom-variable-state-set): Use it.
10441         (custom-group-value-create): Hide options with standard values
10442         using the :hidden-states property.  Use progress reporter.
10444         (custom-show): Simplify.
10445         (custom-visibility): Disable images by default.
10446         (custom-variable): New property :hidden-states.
10447         (custom-variable-value-create): Enable images for
10448         custom-visibility widgets.  Use :hidden-states property to
10449         determine initial visibility.
10451         * wid-edit.el (widget-image-find): Give images center ascent.
10452         (visibility): Add :on-image and :off-image properties.
10453         (widget-visibility-value-create): Use them.
10455 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
10457         * cus-edit.el (processes): Remove from development group.
10458         (oop, hypermedia): Delete group.
10459         (comm): Promote to top-level group.
10461         * net/browse-url.el (browse-url):
10462         * net/xesam.el (xesam):
10463         * net/tramp.el (tramp):
10464         * net/goto-addr.el (goto-address):
10465         * net/ange-ftp.el (ange-ftp): Put in comm group.
10467         * view.el (view): Remove from editing group.
10469         * uniquify.el (uniquify): Put in files group.
10471         * net/browse-url.el (browse-url):
10472         * ps-print.el (postscript): Put in external group.
10474         * cus-edit.el (outlines):
10475         * textmodes/text-mode.el (text-mode-hook):
10476         * textmodes/table.el (table):
10477         * textmodes/picture.el (picture):
10478         * outline.el (outlines): Put in wp group.
10480         * nxml/nxml-mode.el (nxml): Remove from wp group.
10482         * net/tramp-imap.el (tramp-imap): Put in tramp group.
10484         * mail/metamail.el (metamail): Remove from hypermedia group.
10486         * cus-edit.el (abbrev):
10487         * whitespace.el (whitespace):
10488         * vcursor.el (vcursor):
10489         * reveal.el (reveal):
10490         * hl-line.el (hl-line): Put in convenience group.
10492         * epg-config.el (epg): Put in data group.
10494         * emulation/pc-select.el (pc-select): Put in emulations group.
10496         * calculator.el (calculator): Put in applications group.
10498 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
10500         Add .dir-locals.el support for file-less buffers.
10501         * files.el (hack-local-variables): Split out code to apply local
10502         variable settings ...
10503         (hack-local-variables-apply): ... here.  New function.
10504         (hack-dir-local-variables): Use the default directory for when the
10505         buffer does not have an associated file.
10506         (hack-dir-local-variables-non-file-buffer): New function.
10507         * diff-mode.el (diff-mode):
10508         * vc-annotate.el (vc-annotate-mode):
10509         * vc-dir.el (vc-dir-mode):
10510         * log-edit.el (log-edit-mode):
10511         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
10513 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
10515         Add support for shelving snapshots and for showing shelves.
10516         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
10517         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
10518         New functions.
10519         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10520         (vc-bzr-extra-menu-map): Map them.
10522 2010-03-11  Glenn Morris  <rgm@gnu.org>
10524         * cus-edit.el (customize-changed-options-previous-release):
10525         Bump to 23.1.
10527         * image.el (image-animate-max-time): Fix :version tag.
10529 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
10531         * Branch for 23.2.
10533 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10535         * vc-git.el (vc-git-revision-table): Include remote branches.
10537 2010-03-10  Kim F. Storm  <storm@cua.dk>
10539         Animated image API.
10540         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
10542         * image.el (image-animate-max-time): New defcustom.
10543         (image-animated-types): New defconst.
10544         (create-animated-image, image-animate-timer)
10545         (image-animate-start, image-animate-stop, image-animate-timeout)
10546         (image-animated-p): New functions.
10548         * image-mode.el (image-toggle-display-image):
10549         Replace `create-image' with `create-animated-image'.
10551 2010-03-09  Miles Bader  <miles@gnu.org>
10553         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
10554         instead of "format:"; this ensures that the output is
10555         newline-terminated.
10557 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
10559         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
10560         that all errors are caught, and that the return value is always a
10561         list (Bug#5692).
10563 2010-03-08  Kenichi Handa  <handa@m17n.org>
10565         * language/misc-lang.el (windows-1256): New coding system.
10566         (cp1256): New alias of windows-1256 (bug#5690).
10568 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
10570         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
10571         call to rfc822-bad-address.  (Bug#5692)
10573 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
10575         * vc-git.el (vc-git-annotate-extract-revision-at-line):
10576         Use vc-git-root as default directory for revision path (Bug#5657).
10578 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
10580         * calculator.el (calculator): Don't bind split-window-keep-point
10581         (Bug#5674).
10583 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10585         * vc-git.el: Re-flow to fit into 80 columns.
10586         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
10587         Remove spurious `quote' element in each case alternative.
10588         (vc-git-show-log-entry): Use prog1.
10589         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
10591 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10593         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
10595 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
10597         * macros.el (insert-kbd-macro): Look up keyboard macro using the
10598         definition, not the name (Bug#5481).
10600 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
10602         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
10603         argument with a local variable.  (Bug#5670)
10605 2010-03-02  Juri Linkov  <juri@jurta.org>
10607         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
10609 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
10611         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
10612         error when FILENAME and NEWNAME are existing remote directories.
10614         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
10615         parameter DIR-FLAG.
10617 2010-03-02  Glenn Morris  <rgm@gnu.org>
10619         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
10620         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
10622 2010-03-01  Kenichi Handa  <handa@m17n.org>
10624         * language/burmese.el (burmese-composable-pattern): Rename from
10625         myanmar-composable-pattern.
10627         * international/characters.el (script-list):
10628         * international/fontset.el (script-representative-chars):
10629         Change myanmar to burmese.
10630         (otf-script-alist): Likewise.
10631         (setup-default-fontset): Likewise.  Re-fix :otf spec.
10633 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10635         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
10637 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
10639         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
10641 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
10643         * net/tramp.el (tramp-handle-write-region): START can be a string.
10644         Take care in the checks.  Reported by Dan Davison
10645         <davison@stats.ox.ac.uk>.
10647 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
10649         * net/dbus.el (dbus-introspect, dbus-get-property)
10650         (dbus-set-property, dbus-get-all-properties):
10651         Use `dbus-call-method' when noninteractive.  (Bug#5645)
10653 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
10655         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
10656         * emacs-lisp/elint.el (elint-add-required-env):
10657         * calendar/icalendar.el (icalendar--add-diary-entry):
10658         * calc/calcalg2.el (math-tracing-integral):
10659         * files.el (recover-session-finish): Use with-current-buffer
10660         instead of save-excursion.
10662 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10664         Fix in-buffer completion when after-change-functions modify the buffer.
10665         * minibuffer.el (completion--replace): New function.
10666         (completion--do-completion): Use it and use relative movement.
10668 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
10670         * international/fontset.el (setup-default-fontset): Fix :otf spec.
10672 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
10674         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
10675         Allow the characters _<> in the stack entry (Bug#5653).
10677 2010-02-26  Kenichi Handa  <handa@m17n.org>
10679         * language/burmese.el: Fix entries in composition-function-table.
10680         (myanmar-composable-pattern): New variable.
10682         * international/fontset.el (setup-default-fontset): Add an entry
10683         for myanmar.
10685         * international/characters.el (script-list): Add Myanmar
10686         Extended-A.
10688 2010-02-26  Glenn Morris  <rgm@gnu.org>
10690         * custom.el (custom-initialize-delay): Doc fix.
10692         * mail/sendmail.el (send-mail-function): Autoload the call
10693         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
10695 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
10697         * files.el (hack-local-variables-filter): For eval forms, also
10698         check safe-local-variable-p (Bug#5636).
10700 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
10702         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
10703         setting the modes by `ignore-errors'.  It might fail, for example
10704         if the file is not owned by the user but the group.
10705         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
10707 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
10709         * files.el (directory-listing-before-filename-regexp):
10710         Use stricter matching for iso-style dates, to avoid false matches with
10711         date-like filenames (Bug#5597).
10713         * htmlfontify.el (htmlfontify): Doc fix.
10715         * eshell/eshell.el (eshell): Doc fix.
10717         * startup.el (fancy-about-screen): In mode-line, apply
10718         mode-line-buffer-id face only to the buffer name (Bug#5613).
10720 2010-02-20  Kevin Ryde  <user42@zip.com.au>
10722         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10723         In `watcom' anchor regexp to start of line, to avoid slowness
10724         (Bug#5599).
10726 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
10728         * subr.el (remove-yank-excluded-properties): Explain in a comment
10729         why `category' property is removed.
10731 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
10733         * isearch.el (isearch-update-post-hook, isearch-update):
10734         Revert 2010-02-17 change.
10736 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
10738         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
10739         (icalendar--convert-weekly-to-ical)
10740         (icalendar--convert-yearly-to-ical)
10741         (icalendar--convert-block-to-ical)
10742         (icalendar--convert-cyclic-to-ical)
10743         (icalendar--convert-anniversary-to-ical): Take care of time
10744         specifications where hour has 1-digit only (Bug#5549).
10746 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
10748         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
10749         of disassemble output in GDB 7.1.
10751 2010-02-19  Glenn Morris  <rgm@gnu.org>
10753         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
10754         property.  (Bug#5593)
10756 2010-02-18  Sam Steingold  <sds@gnu.org>
10758         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10760 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10762         Use abbreviated file names in bookmarks (bug#5591).
10763         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
10764         calls to expand-file-name.
10765         (bookmark-relocate): Use abbreviated file names in bookmarks.
10766         (bookmark-load): Use abbreviated file names in messages.
10768 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
10770         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
10771         expand "." and "..".  Reported by Thierry Volpiatto
10772         <thierry.volpiatto@gmail.com>.
10774 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
10776         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
10777         permissions of the temporary file to "0600".  In case the remote
10778         file has no read permissions for the owner, there might be
10779         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
10781 22010-02-18  Glenn Morris  <rgm@gnu.org>
10783         * emacs-lisp/authors.el (authors-renamed-files-alist):
10784         Add entries for INSTALL.CVS.
10786 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
10788         * vc-bzr.el: Fix typo in Known Bugs section.
10790         * isearch.el (isearch-update-post-hook): New hook.
10791         (isearch-update): Use the new hook.
10793 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
10795         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10796         Fix errors in copying directories.
10797         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
10798         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
10799         (tramp-handle-delete-file)
10800         (tramp-handle-dired-recursive-delete-directory)
10801         (tramp-handle-write-region): Flush also the cache for the upper
10802         directory.
10804 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
10806         * simple.el (save-interprogram-paste-before-kill): Doc fix.
10808         * cus-edit.el (hardware): Doc fix.
10810         * man.el (man): Add to external custom group.
10812         * delim-col.el (columns): Move to wp custom group.
10814         * doc-view.el (doc-view): Add to data custom group.
10816         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
10818         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
10819         by ispell-parse-output (Bug#5575).
10821 2010-02-16  Kenichi Handa  <handa@m17n.org>
10823         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
10824         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
10825         (skkdic-convert): Use `euc-japan' coding system for writing.
10827 2010-02-16  Glenn Morris  <rgm@gnu.org>
10829         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
10830         tex-main-file before using it.  (Bug#5562)
10832 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10834         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
10835         warnings, since it is annoying for the user to see them each time he
10836         runs the code.
10838 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
10840         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
10841         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
10842         instead of PROC for caching "first-password-request".  Otherwise,
10843         new processes would not profit from passwords already entered.
10845         * net/tramp-cache.el (tramp-dump-connection-properties):
10846         Don't save "first-password-request" property.
10848 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
10850         * outline.el (outline-head-from-level):
10851         * simple.el (with-wrapper-hook):
10852         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
10853         (elint-defun, elint-buffer-env, elint-top-form-logged)
10854         (elint-unbound-variable):
10855         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
10856         Fix typos in docstrings.
10858 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
10860         * files.el (insert-directory): When WILDCARD-REGEXP and
10861         FULL-DIRECTORY-P are nil, insert the file entry instead of the
10862         whole directory.  (Bug#5551)
10864         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
10865         dired's alignment sanity.  (Bug#5516)
10867 2010-02-14  Juri Linkov  <juri@jurta.org>
10869         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
10870         Remove remaining ^H with their preceding chars.  (Bug#5566)
10872 2010-02-13  Glenn Morris  <rgm@gnu.org>
10874         * simple.el (transpose-subr): Give it a doc-string.
10876         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
10877         Doc fixes.
10879 2010-02-12  Juri Linkov  <juri@jurta.org>
10881         * arc-mode.el (archive-unique-fname): Make directories for nested
10882         archives.  (Bug#5540)
10884 2010-02-12  Juri Linkov  <juri@jurta.org>
10886         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
10888 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10890         * subr.el (copy-overlay): Handle deleted overlays.
10892         * man.el (Man-completion-table): Don't signal an error if we can't run
10893         manual-program (bug#4056).
10895 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
10897         * textmodes/artist.el (artist-mt): Fix typos in docstring.
10899 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10901         * info.el (Info-bookmark-jump): Simplify.
10903         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
10904         (bookmark-default-handler): Accept new bookmark field `buffer'.
10906 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
10908         * iswitchb.el (iswitchb-completions): Revert last change.
10910 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
10912         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
10913         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
10914         This prevents file names like "~/" being listed literally.
10916 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
10918         * term/xterm.el (xterm-maybe-set-dark-background-mode):
10919         Remove dead code.  (Bug#5546)
10921 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
10923         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
10924         correctly (Bug#5548).
10926 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
10928         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
10929         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
10931 2010-02-08  Kenichi Handa  <handa@m17n.org>
10933         * international/mule-util.el (with-coding-priority): Add autoload
10934         cookie for putting `lisp-indent-function'.
10936 2010-02-07  Glenn Morris  <rgm@gnu.org>
10938         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
10939         Move F2003 named interfaces from keywords-2 to keywords-1, and
10940         use function-name-face rather than constant-face.
10941         Simplify "abstract interface" regexp.
10943 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
10945         * eshell/esh-util.el (eshell-file-attributes): New optional arg
10946         ID-FORMAT.  Pass it to `file-attributes'.
10948         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
10950 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
10952         * faces.el (set-face-attribute): Allow calling
10953         internal-set-lisp-face-attribute with 'unspecified family and
10954         foundry argument (Bug#5536).
10956 2010-02-07  Glenn Morris  <rgm@gnu.org>
10958         * progmodes/f90.el (f90-font-lock-keywords-2)
10959         (f90-looking-at-type-like, f90-looking-at-program-block-end):
10960         Handle F2003 named interfaces.
10962 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
10964         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
10965         beg and end before calling c-get-state-before-change-functions.
10967 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
10969         * vc-bzr.el (vc-bzr-dir-extra-headers):
10970         Disable the pending merges header.
10972 2010-02-05  Juri Linkov  <juri@jurta.org>
10974         * doc-view.el (doc-view-mode):
10975         * image-mode.el (image-mode): Put property mode-class=special.
10976         (Bug#4896)
10978 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
10980         * vc-svn.el (vc-svn-revision-table): New function.
10982 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
10984         * net/ange-ftp.el (ange-ftp-insert-directory):
10985         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10986         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10987         Handle also directories.  (Bug#5478)
10989 2010-02-05  Glenn Morris  <rgm@gnu.org>
10991         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
10993 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
10995         * startup.el (command-line-1): Convert options beginning with a
10996         single dash as well (Bug#5519).
10998 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11000         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
11001         * minibuffer.el (completion-initials-expand): Only check the presence
11002         of delims *within* the boundaries, since otherwise the / delim is
11003         always found for files.
11005         Fix up various corner case problems.
11006         * doc-view.el (doc-view-last-page-number): New function.
11007         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
11008         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
11009         (doc-view-kill-proc): Avoid inf-loop in freak cases.
11010         (doc-view-reconvert-doc): Use the new recursive delete-directory.
11011         (doc-view-convert-current-doc): Don't create the resolution.el file
11012         here any more.
11013         (doc-view-pdf/ps->png): Do it here instead.
11014         (doc-view-already-converted-p): Check that resolution.el is present.
11015         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
11016         windows that are not yet showing images.
11018 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
11020         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
11021         `dired-uncache' for every elemnt which is an absolute file name.
11023         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
11024         directory, handle its directory component.
11025         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
11026         function is called permanently and creates noise, otherwise.
11028         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11029         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11030         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
11032 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
11034         * macros.el (apply-macro-to-region-lines):
11035         Minor simplification.  (Bug#5485)
11037 2010-02-04  Glenn Morris  <rgm@gnu.org>
11039         * mail/rmail.el (rmail-show-message-1): Handle malformed
11040         quoted-printable text.  (Bug#5441)
11042         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
11044         * simple.el (visual-line-mode): Capitalize lighter.
11046 2010-02-03  John Wiegley  <jwiegley@gmail.com>
11048         * iswitchb.el (iswitchb-completions): Add bookmark files to the
11049         list of files considered for "virtual buffer" completions.
11051 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
11053         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
11054         also in case of (and (not full) (not wildcard)).  This is needed
11055         when dired is called with a list of files, which are not in
11056         `default-directory'.  (Bug#5478)
11058 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11060         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
11062 2010-02-02  Juri Linkov  <juri@jurta.org>
11064         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
11065         from unidiff to allow function-line after @@.
11067 2010-02-02  Juri Linkov  <juri@jurta.org>
11069         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
11070         '(RCS SCCS) with inverted condition.
11072 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
11074         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
11075         messages.
11077 2010-02-01  Juri Linkov  <juri@jurta.org>
11079         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
11080         compare with "pkunzip" and "pkzip" instead of only "pkzip".
11081         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
11082         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
11084 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11086         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
11087         (doc-view-revert-buffer): New command.
11088         (doc-view-mode-map): Use it.
11090 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
11092         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
11093         pending merge is detected.
11095 2010-01-31  Juri Linkov  <juri@jurta.org>
11097         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
11098         beginning of interactive spec like all other grep commands do.
11099         Put "all" in front of "gz".  (Bug#5260)
11101 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
11103         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
11105 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
11107         * dirtrack.el (dirtrack): Warn instead of signalling error if the
11108         regexp is incorrect (Bug#5476).
11110 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
11112         * net/tramp.el (tramp-handle-insert-directory): Handle also
11113         symlinks, when FILENAME is not in `default-directory'.
11115 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
11117         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
11118         FILE is not in `default-directory'.  (Bug#5478)
11120         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
11121         of SWITCHES.  Handle the case, FILENAME is not in
11122         `default-directory'.  (Bug#5478)
11123         (tramp-register-file-name-handlers): Add safe-magic property.
11125 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
11127         * arc-mode.el (archive-zip-extract): Quote the argument passed to
11128         unzip (Bug#5475).
11130 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
11132         * progmodes/flymake.el (flymake-allowed-file-name-masks)
11133         (flymake-master-make-header-init): Add other C++ filename masks.
11134         (flymake-find-possible-master-files)
11135         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
11137 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
11139         Fix some busybox annoyances.
11141         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
11142         not responding." string.
11143         (tramp-open-connection-setup-interactive-shell): Dump stty
11144         settings.  Enable "neveropen" arg for all `tramp-send-command'
11145         calls.  Handle "=" in variable values properly.
11146         (tramp-find-inline-encoding): Raise an error, when no encoding is
11147         found.
11148         (tramp-wait-for-output): Check, whether PROC buffer is available.
11149         Remove spurious " ^H" sequences, sent by busybox.
11150         (tramp-get-ls-command): Suppress coloring, if possible.
11152 2010-01-28  Glenn Morris  <rgm@gnu.org>
11154         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
11156         * log-edit.el (log-edit-strip-single-file-name): Add missing
11157         :safe, :group, and :version tags.
11159 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
11161         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
11162         buffers.  (Bug#5477)
11164 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
11166         * files.el (delete-directory): Handle moving to trash without
11167         first doing recursion (Bug#5436).
11169 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
11171         * vc-hooks.el (vc-path): Mark as obsolete.
11173 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
11175         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
11176         names too.
11178         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
11179         for the short log.
11180         (vc-bzr-log-view-mode): Adjust regexp for the above change.
11182 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
11184         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
11186         * vc-bzr.el (vc-bzr-revision-table): New function.
11188 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>
11190         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
11191         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
11193 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
11195         Remove support for adding --signoff on commit.
11196         Future support will use an incompatible generic mechanism.
11197         * vc-git.el (vc-git-add-signoff): Remove variable.
11198         (vc-git-toggle-signoff): Remove function.
11199         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
11201         * term/xterm.el (xterm-maybe-set-dark-background-mode):
11202         Rename from xterm-set-background-mode.  Return t if the background mode
11203         was set.
11204         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
11205         earlier, call it again in case the background mode has changed.
11207 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
11209         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
11210         (Bug#3541).
11212 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
11214         * emacs-lisp/assoc.el (aelement): Doc fix.
11215         (aput, adelete, amake): Use lexical-let (Bug#5450).
11217 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
11219         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
11220         is the same as subprogram call, not declaration.  (Bug#5435).
11222 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
11224         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
11225         (tramp-smb-maybe-open-connection): Use it.
11227 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
11229         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
11231 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11233         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
11234         just because we see "encoding: 8bit".
11235         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
11237 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
11239         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
11241 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
11243         * jka-compr.el (jka-compr-load): If load-file is not in
11244         load-history, try its file-truename version.  (bug#5447)
11246 2010-01-21  Alan Mackenzie  <acm@muc.de>
11248         Fix a situation where deletion of a cpp construct throws an error.
11249         * progmodes/cc-engine.el (c-invalidate-state-cache):
11250         Before invoking c-with-all-but-one-cpps-commented-out, check that the
11251         special cpp construct is still in the buffer.
11252         (c-parse-state): Record the special cpp with markers, not numbers.
11254 2010-01-21  Kenichi Handa  <handa@m17n.org>
11256         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
11257         process last-command-event, as it is now decoded first (Bug#5380).
11259 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
11261         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
11263 2010-01-20  Glenn Morris  <rgm@gnu.org>
11265         * indent.el (tab-always-indent): Fix custom-type.
11267 2010-01-19  Alan Mackenzie  <acm@muc.de>
11269         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
11270         buffer throws "args out of range".
11271         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
11272         playing the role of delimiter.
11274 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
11276         * progmodes/ada-mode.el: Fix bug#5400.
11277         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
11278         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
11279         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
11280         Improve comments in "is" portion.  Handle null procedure declaration.
11281         (ada-move-to-end): Improve doc string.
11283 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
11285         * ido.el (ido-cur-list): Initialize to nil.
11286         Remove obsolete information from commentary.
11287         (ido-choice-list): Initialize to nil.
11288         (ido-get-bufname): Reject minibuffers.
11289         (ido-make-buffer-list): If "default" is a nonexistent
11290         buffer, ignore it, as per the function's comment.
11291         (ido-kill-buffer-internal): New function.
11292         (ido-kill-buffer-at-head): Use it.
11293         (ido-visit-buffer): Likewise.
11295 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11297         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
11299 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
11301         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
11302         Fix typos in chart titles.
11304         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
11305         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
11306         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
11307         (describe-class, eieio-describe-generic, describe-generic):
11308         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
11309         (eieio-speedbar-expand):
11310         * emulation/viper-cmd.el (viper-exec-form-in-vi)
11311         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
11312         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
11313         (viper-del-backward-char-in-replace, viper-backward-indent)
11314         (viper-brac-function, viper-register-to-point, viper-submit-report):
11315         * net/tramp.el (tramp-remote-coding-commands):
11316         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
11317         Fix typos in docstrings.
11319 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11321         * mail/sendmail.el (mail-yank-original): Set the mark if the
11322         specified function for yanking does not do it.
11324 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
11326         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
11328         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
11329         resyncing a directory.
11331 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
11333         * progmodes/ada-mode.el: Fix bug#1920.
11334         (ada-ident-re): Delete ., allow multibyte characters.
11335         (ada-goto-label-re): New; matches goto labels.
11336         (ada-block-label-re): New; matches block labels.
11337         (ada-label-re): New; matches both.
11338         (ada-named-block-re): Deleted; callers changed to use
11339         `ada-block-label-re' instead.
11340         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
11341         Use `ada-block-label-re'.
11342         (ada-indent-on-previous-lines): Improve handling of goto labels.
11343         (ada-get-indent-block-start): Special-case block label.
11344         (ada-get-indent-label): Split into `ada-indent-block-label' and
11345         `ada-indent-goto-label'.
11346         (ada-goto-stmt-start, ada-goto-next-non-ws):
11347         Optionally ignore goto labels.
11348         (ada-goto-next-word): Simplify.
11349         (ada-indent-newline-indent-conditional): Insert newline before
11350         trying to fix indentation; doc fix.
11352 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
11354         * calc/calc.el (calc-command-flags): Give it an initial value.
11356 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11358         * files.el (minibuffer-with-setup-hook):
11359         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
11360         (artist-key-draw-continously, artist-key-do-continously-continously)
11361         (artist-key-set-point-continously, artist-mouse-draw-continously):
11362         Fix typos in docstrings.
11364 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
11366         * nxml/nxml-mode.el (nxml-extend-after-change-region):
11367         Never return t (Bug#3898).
11369 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
11371         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
11372         can parse the output of the external commands (Bug#5279).
11374 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
11376         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
11378 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
11380         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
11382         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
11384         * startup.el (command-line): Remove unused --icon-type arg.
11385         Handle --display arg, passing it to command-line-1 (Bug#5392).
11387 2010-01-16  Mario Lang  <mlang@delysid.org>
11389         * emacs-lisp/chart.el (chart-translate-namezone):
11390         * textmodes/artist.el (artist-compute-popup-menu-table):
11391         Remove duplicated words in doc-strings.
11393 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
11395         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
11396         to mairix-search to suppress threading (Bug#5342).
11398 2010-01-15  Kenichi Handa  <handa@m17n.org>
11400         * international/mule-cmds.el (canonicalize-coding-system-name):
11401         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
11403 2010-01-15  Glenn Morris  <rgm@gnu.org>
11405         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
11407         * wid-edit.el (widget-keymap): Doc fix.
11409         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
11410         former seems to be more widely accepted by various svn versions.
11412 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
11414         * find-cmd.el (find-constituents):
11415         * vc-arch.el (vc-arch-root):
11416         * window.el (window-body-height, pop-up-frames):
11417         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
11418         * progmodes/ada-stmt.el (ada-if):
11419         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
11420         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
11421         (ispell-encoding8-command, ispell-aspell-supports-utf8)
11422         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
11424         * progmodes/flymake.el (flymake-post-syntax-check):
11425         Fix typo in error message.
11427 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
11429         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
11430         which is always a string.  (Bug#5313)
11432 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
11434         * progmodes/ada-xref.el (ada-default-prj-properties):
11435         Simplify previous change.
11437 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
11439         * progmodes/ada-xref.el (ada-default-prj-properties):
11440         Default ada_project_path to $ADA_PROJECT_PATH.
11442 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
11444         * progmodes/ada-mode.el (ada-create-keymap):
11445         Override `narrow-to-defun' with `ada-narrow-to-defun'.
11447 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
11449         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
11450         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
11451         (ada-get-current-indent, ada-imenu-generic-expression)
11452         (ada-which-function): Check for it.
11454 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
11456         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
11457         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
11459 2010-01-14  Glenn Morris  <rgm@gnu.org>
11461         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
11463 2010-01-14  Kenichi Handa  <handa@m17n.org>
11465         * composite.el (auto-composition-mode): Make it a buffer local
11466         variable (permanent-local).
11467         (auto-composition-function): Set the default value to
11468         auto-compose-chars.
11469         (auto-composition-mode): Make it a simple function, not a minor mode.
11470         (global-auto-composition-mode): Likewise.
11471         (turn-on-auto-composition-if-enabled): Delete it.
11473 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
11475         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
11477 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
11479         * files.el (copy-directory): Compute target for recursive
11480         directories with identical names.  (Bug#5343)
11482 2010-01-12  Glenn Morris  <rgm@gnu.org>
11484         * mail/emacsbug.el (report-emacs-bug-pretest-address):
11485         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
11487 2010-01-11  Sam Steingold  <sds@gnu.org>
11489         * imenu.el (imenu-default-create-index-function): Detect infinite
11490         loops caused by imenu-prev-index-position-function.
11492 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
11494         * htmlfontify.el (htmlfontify-load-rgb-file)
11495         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
11496         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
11497         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
11498         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
11499         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
11500         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
11501         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
11502         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
11503         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
11504         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
11505         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
11506         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
11507         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
11508         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
11509         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
11510         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
11511         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
11512         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
11513         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
11514         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
11515         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
11516         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
11517         backslash-quoting from parentheses, etc.
11519 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
11521         * progmodes/js.el: Autoload javascript-mode alias.
11523 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
11525         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
11526         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
11527         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
11528         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
11529         Fix typos in docstrings.
11530         (ffap-url-regexp): Doc fix.
11531         (ffap-at-mouse): Fix typo in message.
11533 2010-01-11  Glenn Morris  <rgm@gnu.org>
11535         * version.el (emacs-copyright): Set copyright year to 2010.
11537 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11539         * format.el (format-annotate-function): Only set
11540         write-region-post-annotation-function after running to-fn so as not to
11541         affect nested write-region calls (bug#5273).
11543 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
11545         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
11546         wisent/python.el.
11548 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
11550         * man.el (Man-goto-section): Signal error if the section is not
11551         found (Bug#5317).
11553 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
11555         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
11556         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
11558 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
11560         * progmodes/compile.el: Don't treat compile-command as safe if
11561         compilation-read-command might be nil (Bug#4218).
11563 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
11565         * startup.el (command-line-1): Use orig-argi to check for ignored X and
11566         NS options.
11568 2010-01-08  Kenichi Handa  <handa@m17n.org>
11570         * international/fontset.el (build-default-fontset-data):
11571         Exclude characters in scripts kana, hangul, han, or cjk-misc.
11573 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
11575         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
11576         to `create-file-buffer' as it expects, not just a buffer name.
11577         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
11578         to help uniquify.  (Bug#3224)
11580 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
11582         * font-setting.el (font-setting-change-default-font): Use user-spec
11583         instead of name.
11585 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11587         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
11589 2010-01-05  Tom Tromey  <tromey@redhat.com>
11591         * progmodes/python.el (python-font-lock-keywords):
11592         Handle qualified decorators (Bug#881).
11594 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
11596         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
11597         in a lightweight checkout.
11599 2010-01-05  Kenichi Handa  <handa@m17n.org>
11601         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
11603 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
11605         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
11607 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
11609         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
11610         checkouts.  (Bug#618)
11611         (vc-bzr-log-view-mode): Also highlight the author.
11612         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
11613         (vc-bzr-shelve-menu-map):
11614         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
11615         (vc-bzr-shelve-apply): Make prompt more explicit.
11617 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11619         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
11620         They are valid characters in URL paths (rfc3986), and at least
11621         Firefox does not understand the encoded version (Bug#3166).
11623 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
11625         * progmodes/octave-mod.el (octave-end-keywords)
11626         (octave-block-begin-or-end-regexp, octave-block-match-alist):
11627         Add "end" keyword (Bug#3061).
11628         (octave-end-as-array-index-p): New function.
11629         (calculate-octave-indent): Use it.
11631 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11633         * bookmark.el: Consistently put the text property on the bookmark name.
11634         (bookmark-bmenu-marks-width): Bump back to 2, to include
11635         annotation marks.
11636         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
11637         property on the bookmark name, instead of not putting it at all.
11638         (bookmark-bmenu-list): Fix where we put the text property.
11640 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11642         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
11643         for showing buffer modified state (as added in the previous change).
11645 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11647         * bookmark.el: Show modified state of bookmark buffer more accurately.
11648         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
11649         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
11650         (with-buffer-modified-unmodified): New macro.
11651         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11652         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
11653         Use new macro to preserve the buffer modified state.
11655 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11657         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
11658         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
11659         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
11660         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
11661         (bookmark-bmenu-rename, bookmark-bmenu-locate)
11662         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
11663         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
11665 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
11667         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11668         Make the lines in the generated doc string shorter.  (Bug#4668)
11670 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
11672         * net/rcirc.el: Add follow-link binding (Bug#4738).
11674 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
11676         * Makefile.in (bzr-update): Rename from cvs-update.
11677         (cvs-update): New target for backward compatibility.
11679         * makefile.w32-in (bzr-update): Rename from cvs-update.
11680         (cvs-update): New target for backward compatibility.
11682 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11684         * bookmark.el: Remove gratuitous gratitude.
11686 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11688         * bookmark.el (bookmark-bmenu-any-marks): New function.
11689         (bookmark-bmenu-save): Clear buffer modification if no marks.
11691 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11693         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
11694         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
11695         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
11696         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
11698         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
11699         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
11700         To: emacs-devel {_AT_} gnu.org
11701         Subject: bookmark.el bug report
11702         Date: Mon, 28 Dec 2009 14:19:16 +0800
11703         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
11705 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
11707         * bookmark.el: Improvements suggested by Drew Adams:
11708         (bookmark-bmenu-ensure-position): New name for
11709         `bookmark-bmenu-check-position'.  Just ensure the position,
11710         don't return any meaningful value.
11711         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
11712         New constants.
11714 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
11716         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
11717         (bookmark-yank-point, bookmark-bmenu-check-position):
11718         Fix typos in docstrings.
11719         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
11720         (bookmark-name-from-full-record, bookmark-get-position)
11721         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
11722         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
11723         Remove useless quoting of parenthesis, etc. in docstrings.
11725         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
11726         (ediff-append-custom-diff): Fix typo in error message.
11727         (ediff-meta-mark-equal-files): Fix typos in messages.
11729         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
11731         * net/imap-hash.el (imap-hash-make): Doc fix.
11732         (imap-hash-test): Fix typo in error message; reflow docstring.
11733         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
11734         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
11735         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
11736         Fix typos in docstrings.
11737         (imap-hash-open-connection): Fix typo in error message.
11739         * play/gomoku.el (gomoku): Fix typos in docstring.
11741         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
11742         (gdb-jsonify-buffer): Fix typos in docstring.
11743         (gdb-goto-breakpoint): Fix typo in error message.
11744         ("Display Other Windows"): Fix typo in help message.
11745         (gdb-speedbar-expand-node): Fix typo in question.
11747         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
11748         (idlwave-html-system-help-location, idlwave-html-help-location)
11749         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
11750         (idlwave-help-browser-generic-args, idlwave-help-directory)
11751         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
11752         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
11753         (idlwave-online-help, idlwave-help-html-link)
11754         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
11755         Fix typos in docstrings.
11756         (idlwave-help-with-source, idlwave-help-find-routine-definition):
11757         Reflow docstrings.
11758         (idlwave-help-assistant-start): Fix typo in error message.
11760         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
11761         (octave-electric-space): Fix typos in docstrings.
11763 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11765         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
11767 2010-01-01  Juri Linkov  <juri@jurta.org>
11769         * comint.el (comint-input-ring-size): Make it a defcustom and
11770         increase the default to 500 (Bug#5148).
11772 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
11774         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
11775         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
11776         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
11778 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
11780         Show working revision correctly for mercurial.
11781         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
11782         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
11784 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
11786         Declare some functions for the byte-compiler.
11787         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
11788         (speedbar-timer-fn, speedbar-change-expand-button-char)
11789         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
11791 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
11793         This changeset reverts GDB Graphical Interface to use annotations.
11794         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
11796 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11798         Make vc-dir work on subdirectories of the bzr root.
11799         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
11800         Return file names relative to it.
11801         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
11802         relative directory to vc-bzr-after-dir-status.
11804 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
11806         * font-lock.el (font-lock-refresh-defaults): New function, which
11807         can be used to let font-lock react to external changes in
11808         variables like font-lock-defaults and keywords.
11809         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
11811 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
11813         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
11815         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
11817 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
11819         Supersede color.diff settings in git log (bug#5211).
11821         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
11822         escape chars in its output when the user has color.diff set to `always'.
11823         This fix works on git 1.4.2 and newer (released on 2006-08-13).
11825 2009-12-26  Kevin Ryde  <user42@zip.com.au>
11827         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
11828         node.  Keep previous "Index" name to work with past coreutils too.
11830         * man.el (man): Revise docstring a bit to show -a and -l as
11831         examples.  Add -k description since support for it has otherwise
11832         been a secret.  (Further to bug#3717.)
11833         (Man-bgproc-sentinel): When "-k foo" produces no output show error
11834         "no matches" rather than "Can't find manpage", as the latter reads
11835         like -k was interpreted as a page name, which is not so.  (Bug#5431)
11837 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
11839         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
11840         switches.  Check also for //SUBDIRED// line.
11842 2009-12-25  Kenichi Handa  <handa@m17n.org>
11844         * language/indian.el (devanagari-composable-pattern): Fix to
11845         handle ZWNJ and ZWJ.  Use it in composition-function-table for
11846         Devanagari.
11847         (malayalam-composable-pattern): Fix previous change.
11849 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11851         * ps-print.el (ps-face-attributes): It was not returning the
11852         attribute face for faces specified as string.  Reported by harven
11853         <harven@free.fr>.  (Bug#5254)
11854         (ps-print-version): New version 7.3.5.
11856 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
11858         * calendar/icalendar.el (icalendar--convert-tz-offset):
11859         Fix timezone names.
11860         (icalendar--convert-tz-offset): Fix the "last-day-problem".
11861         (icalendar--add-diary-entry): Remove the trailing blank that
11862         diary-make-entry inserts.
11864 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
11866         Make `file-expand-wildcards' work for remote files.
11868         * files.el (file-expand-wildcards): In case of remote files, check
11869         only local file name part for wildcards.  Provide feature 'files
11870         and subfeature 'remote-wildcards.  (Bug#5198)
11872         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
11873         if there is already an established connection.
11874         (tramp-advice-file-expand-wildcards): Remove it.
11876         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
11877         (tramp-advice-file-expand-wildcards): Move from tramp.el.
11878         Activate advice for older GNU Emacs versions.  (Bug#5237)
11880 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
11882         Some doc fixes (more needed).
11884         * find-cmd.el (find-constituents): Reflow docstring.
11885         (find-cmd, find-prune, find-command): Fix typos in docstrings.
11886         (find-generic): Doc fix.
11888 2009-12-17  Juri Linkov  <juri@jurta.org>
11890         Fix regression from 23.1 to allow multiple modes in Local Variables.
11892         * files.el (hack-local-variables-filter): While ignoring duplicates,
11893         don't take `mode' into account.
11894         (hack-local-variables-filter, hack-dir-local-variables):
11895         Don't remove duplicate `mode' from local-variables-alist (like `eval').
11897 2009-12-17  Juri Linkov  <juri@jurta.org>
11899         Make `dired-diff' safer.  (Bug#5225)
11901         * dired-aux.el (dired-diff): Signal an error when `file' equals to
11902         `current' or when `file' is a directory of the `current' file.
11904 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
11906         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
11907         unconditionally preloaded files.
11909 2009-12-16  Juri Linkov  <juri@jurta.org>
11911         Revert to old 23.1 logic of using the file at the mark as default.
11912         * dired-aux.el (dired-diff): Use the file at the mark as default
11913         if it's not the same as the current file, and the target dir is
11914         the current dir or the mark is active.  Add the current file
11915         as the arg of `dired-dwim-target-defaults'.  Use the default file
11916         in the prompt.  (Bug#5225)
11918 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
11920         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
11921         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
11922         (tramp-check-for-regexp): Check also, when an echoing shell stops
11923         to echo sent commands.
11925 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
11927         * Makefile.in: Revert last change (Bug#5191).
11929 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
11931         * vc-hg.el (vc-hg-print-log): Fix argument order.
11932         (vc-hg-working-revision): Make sure the command is executed in a
11933         known environment so that we can parse the output.  (Bug#4417)
11935 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
11937         * progmodes/python.el (python-symbol-completions): Remove text
11938         properties from symbol string before calling python-send-receive.
11940 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
11942         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
11943         when there are values for both file and line.  (Bug#5060)
11945 2009-12-14  Juri Linkov  <juri@jurta.org>
11947         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
11948         whitespace after the file name of the first line of unified format,
11949         because git-diff doesn't output whitespace and file modification time
11950         after the file name.
11952 2009-12-14  David Kastrup  <dak@gnu.org>
11954         * info.el (Info-hide-cookies-node): Before hiding a cookie,
11955         check if it already has the `display' property added by
11956         `Info-display-images-node', and not put the `invisible' property
11957         in this case.
11959 2009-12-13  Glenn Morris  <rgm@gnu.org>
11961         * mail/emacsbug.el (message-sort-headers): Define for compiler.
11962         (report-emacs-bug): In message-mode, sort manually before storing
11963         original report text.  (Bug#5178)
11964         Remove superfluous save-excursion.
11966 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
11968         * net/dbus.el (dbus-property-handler): Filter lambda forms out
11969         when responding to "GetAll" properties.
11971 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
11973         * simple.el (compose-mail): Remove mail-setup-with-from from
11974         customization checks.
11976 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
11978         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
11979         RAR archives created on Unix systems.
11981 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11983         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
11984         the varalias that was accidentally removed by the 2009-11-19 change
11985         (bug#5186).
11987 2009-12-12  Kenichi Handa  <handa@m17n.org>
11989         * language/indian.el (indian-compose-regexp): New function.
11990         (malayalam-composable-pattern): Fix the pattern.
11991         (composition-function-table): Set malayalam-composable-pattern for
11992         Malayalam characters.
11994 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
11996         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
11997         rather than down-mouse-1, based on follow-link conventions.
11999         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
12000         are compiled.
12002 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
12004         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
12005         (verilog-vmm-statement-re, verilog-ovm-statement-re)
12006         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
12007         (verilog-leap-to-head, verilog-backward-token):
12008         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
12010 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
12012         * progmodes/verilog-mode.el (verilog-auto-lineup)
12013         (verilog-nameable-item-re): Cleanup user-visible spelling and
12014         documentation errors.  One reported by Gary Delp.
12015         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
12016         (verilog-read-decls): Fix AUTOWIRE with types declared in a
12017         package, bug195.  Reported by Pierre-David Pfister.
12019 2009-12-11  Glenn Morris  <rgm@gnu.org>
12021         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
12023         * mail/emacsbug.el: No longer require sendmail.
12024         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
12025         (report-emacs-bug-orig-text): Doc fix.
12026         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
12027         New local variables, to adapt to different mail-user-agents.
12028         (report-emacs-bug): Fix test for a gnu.org address.
12029         Use overlays for emphasis, since font-lock defeats 'face property.
12030         Pretest bugs also end up at the newsgroup these days.
12031         Stop message-mode stripping text properties.
12032         Set and use the new buffer-local variables.
12033         (report-emacs-bug-hook): Add doc-string.
12034         Remove some unnecessary save-excursions and simplify.
12035         Use the appropriate hook and send-command.
12037         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
12038         capitalization of some menu entries.
12040 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12042         * whitespace.el (whitespace-display-char-on):
12043         Ensure `buffer-display-table' is unique when two or more windows are
12044         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
12045         New version 12.1.
12047 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
12049         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
12050         characters in the Attribute field.
12052 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
12054         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
12056 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12058         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
12059         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12060         Disregard autoload-excludes.
12061         (update-directory-autoloads): Obey autoload-excludes here instead.
12062         But don't store its contents in no-autoloads and remove entries that
12063         refer to excludes files.
12065 2009-12-10  Glenn Morris  <rgm@gnu.org>
12067         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
12068         (expand-mail-aliases): Define for compiler.
12070         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
12071         Define for compiler.
12073         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
12074         appropriate for the mail-user-agent in use.
12076 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
12078         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
12080 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
12082         Fix short log parsing and fontification.
12083         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
12084         Fix fontification for the [merge] label.
12086 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
12088         Drop some properties to avoid surprises (bug#5002).
12089         * htmlfontify.el (hfy-ignored-properties): New defcustom.
12090         (hfy-fontify-buffer): Use it.
12092 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12094         Minor cleanup.
12095         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
12096         Adjust all callers.
12097         (ffap-locate-file): Remove unused arg `dir-ok' and make other
12098         args compulsory.  Adjust callers.
12099         (ffap-gopher-at-point): Remove unused var `name'.
12101         Get rid of the ELCFILES abomination.
12102         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12103         (compile-elcfiles): New phony target.
12104         (compile-main): Compute ELCFILES dynamically.
12105         (compile-clean): New target to remove left-over elc files.
12106         (compile, all): Use it.
12108 2009-12-09  Kenichi Handa  <handa@etlken>
12110         * international/mule-diag.el: Require help-mode instead of help-fns.
12112 2009-12-09  Kenichi Handa  <handa@m17n.org>
12114         * international/mule-cmds.el (ucs-names): Supply sufficiently
12115         fine ranges instead of pre-calculating accurate ranges.
12116         Iterate with bigger gc-cons-threshold.
12118 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
12120         Add support for stashing a snapshot of the current tree.
12121         * vc-git.el (vc-git-stash-snapshot): New function.
12122         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
12124 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
12126         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
12127         instead of `(beginning|end)-of-line'.
12129 2009-12-08  Glenn Morris  <rgm@gnu.org>
12131         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
12133         * Makefile.in (ELCFILES): Regenerate.
12135 2009-12-07  Juri Linkov  <juri@jurta.org>
12137         Don't lazy-highlight the comint output in history Isearch mode.
12139         * comint.el (comint-history-isearch-search): Instead of
12140         `comint-line-beginning-position', use `comint-after-pmark-p'
12141         to check if point if before the process mark, and go to
12142         `process-mark' in this case.
12144 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12146         * textmodes/tex-mode.el (latex-complete)
12147         (latex-indent-or-complete): Remove.
12148         (latex-mode): Set completion-at-point-functions instead.
12150         Provide a standard completion command and hook it into TAB.
12151         * minibuffer.el (completion-at-point-functions): New var.
12152         (completion-at-point): New command.
12153         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
12154         * progmodes/python.el (python-mode-map): Use completion-at-point.
12155         (python-completion-at-point): Rename from python-partial-symbol and
12156         adjust for use in completion-at-point-functions.
12157         (python-mode): Setup completion-at-point for Python completion.
12158         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
12159         extracted from lisp-complete-symbol.
12160         (lisp-complete-symbol): Use it.
12161         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
12162         setup completion-at-point for Elisp completion.
12163         (emacs-lisp-mode-map, lisp-interaction-mode-map):
12164         Use completion-at-point.
12165         * ielm.el (ielm-map): Use completion-at-point.
12166         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
12167         * progmodes/sym-comp.el: Move to...
12168         * obsolete/sym-comp.el: Move from progmodes.
12170 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
12172         Prevent save-buffer in Rmail buffers from using the coding-system
12173         of the current message, and from clobbering the encoding mnemonics
12174         in the mode line (Bug#4623).
12176         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
12177         flag, too.
12178         (rmail-message-encoding): New variable.
12179         (rmail-write-region-annotate): Record the encoding of the current
12180         message in rmail-message-encoding.
12181         (rmail-after-save-hook): New function, restores the encoding of
12182         the current message after the message collection is saved.
12184 2009-12-07  Juri Linkov  <juri@jurta.org>
12186         * progmodes/grep.el (grep-read-files): Use `completing-read'
12187         instead of `read-string'.  Set its `collection' arg to
12188         `read-file-name-internal'.  (Bug#4301)
12190 2009-12-07  Juri Linkov  <juri@jurta.org>
12192         Correctly restore original Isearch point.  (Bug#4994)
12194         * isearch.el (isearch-mode): Move `isearch-push-state' after
12195         `(run-hooks 'isearch-mode-hook)'.
12196         (isearch-cancel): When `isearch-push-state-function' is defined,
12197         let-bind `isearch-cmds' to the first state (the last element of
12198         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
12199         function and restores the original point).  Otherwise, move point
12200         to `isearch-opoint'.
12202 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12204         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
12205         chars that don't have names, so the table can be built much faster at
12206         run-time.
12208 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
12210         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
12211         change.  Suggested by David Kastrup.
12213         * simple.el (compose-mail): Check for incompatibilities and warn.
12214         (compose-mail-user-agent-warnings): New option.
12216 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
12218         Support showing a single log entry from vc-annotate.
12219         * vc.el (print-log): Add a new argument: START-REVISION.
12220         (vc-print-log-internal): Add a new optional argument and
12221         pass it to the backend.
12222         (vc-print-log, vc-print-root-log): Adjust callers.
12223         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
12224         buffer already displays the requested log entry, use it.
12225         Otherwise display only the log entry in question.
12226         * vc-svn.el (vc-svn-print-log):
12227         * vc-mtn.el (vc-mtn-print-log):
12228         * vc-hg.el (vc-hg-state):
12229         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
12230         (vc-git-show-log-entry): Return t on success.
12231         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
12232         (vc-bzr-show-log-entry): Return t on success.
12233         * vc-rcs.el (vc-rcs-print-log):
12234         * vc-sccs.el (vc-sccs-print-log):
12235         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
12237 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
12239         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
12240         Add menus to the meta mode.  (Bug#5043)
12242 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
12244         * ediff-init.el (ediff-event-key): Use event-to-character instead of
12245         event-key.
12247         * ediff.el (ediff-buffers-internal): Add unwind-protect.
12249 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
12251         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
12252         Berbain <raphael.berbain@gmail.com>.
12254         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
12255         characters.
12256         (tramp-initial-end-of-output): New defconst.
12257         (tramp-methods, tramp-find-shell)
12258         (tramp-open-connection-setup-interactive-shell)
12259         (tramp-maybe-open-connection): Use it.
12260         (tramp-shell-prompt-pattern, tramp-wait-for-output):
12261         Handle existence of `#' and `$'.
12263         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
12264         Use `tramp-initial-end-of-output'.
12266 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
12268         Get the background mode from the terminal for xterm, and set
12269         faces accordingly.
12270         * term/xterm.el (xterm-set-background-mode): New function.
12271         (terminal-init-xterm): Use it in case xterm supports background
12272         color queries.  Recompute faces after getting the background
12273         color.
12275 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
12277         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
12278         number comment back on its own line, for easier parsing.
12280 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12282         Make it work for non-file buffers (bug#5102).
12283         * doc-view.el (doc-view-current-cache-dir):
12284         Use doc-view-buffer-file-name rather than buffer-file-name.
12285         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
12287 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
12289         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
12290         author field is too short.
12292 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
12294         * vc-git.el (vc-git-print-log): Handle a limit argument.
12295         Display the short log in graph form and with labels.
12296         (vc-git-log-view-mode): Handle labels.
12298         Make vc-revert change VC state from 'added to 'unregistered.
12299         * vc-git.el (vc-git-revert): Call git reset first.
12301 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
12303         * net/newst-backend.el, net/newst-plainview.el:
12304         * net/newst-reader.el, net/newst-ticker.el:
12305         * net/newst-treeview.el, net/newsticker.el:
12306         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
12308 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
12310         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
12312         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
12313         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
12314         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
12315         Update annotation regexp.
12317         * simple.el (beginning-of-visual-line): Constrain to field
12318         boundaries (Bug#5106).
12320 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
12322         * xml.el (xml-substitute-numeric-entities):
12323         Move newsticker--decode-numeric-entities in newst-backend.el to
12324         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
12325         * net/newst-backend.el (newsticker--parse-generic-feed)
12326         (newsticker--parse-generic-items)
12327         (newsticker--decode-numeric-entities):
12328         Move newsticker--decode-numeric-entities in newst-backend.el to
12329         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
12331 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
12333         * progmodes/js.el (js--js-not): Add null to the list of values.
12335 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
12337         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
12339 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12341         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
12342         delimiter if it is at the end of the current line.
12343         (bibtex-generate-url-list): Fix docstring.
12345 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12347         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
12348         minibuffer's content with itself.
12349         Fold the confirm-after-completion case into the `confirm' case.
12350         (completion-pcm-word-delimiters): Add : and / to the delimiters.
12352 2009-12-06  Kevin Ryde  <user42@zip.com.au>
12354         * ffap.el (ffap-rfc-path): Make this a defcustom since
12355         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
12357         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
12358         manuals, similar to existing setup for help-mode.  (Bug#3913.)
12360 2009-12-05  Juri Linkov  <juri@jurta.org>
12362         Save and restore dired buffer's point positions too.  (Bug#4880)
12364         * dired.el (dired-save-positions): Return in the first element
12365         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
12366         Doc fix.
12367         (dired-restore-positions): First restore buffer's position.
12368         While restoring window's positions, check if window still displays
12369         the original buffer.
12371 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
12373         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
12374         if possible.
12376         * shell.el (shell): Require ansi-color (Bug#5113).
12378         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
12380         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
12382 2009-12-05  Alan Mackenzie  <acm@muc.de>
12384         * progmodes/cc-mode.el (c-before-hack-hook)
12385         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
12386         `c-file-style' to work again.  This reversion restores the current
12387         software to its state in Emacs 23.1.  (Bug#4146)
12389 2009-12-05  Kevin Ryde  <user42@zip.com.au>
12391         * textmodes/sgml-mode.el (sgml-lexical-context):
12392         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
12394 2009-12-05  Juri Linkov  <juri@jurta.org>
12396         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
12397         for virtual nodes.  (Bug#4147)
12398         (Info-find-node-2): Set `Info-current-node-virtual' to nil
12399         when moving from a virtual node.
12400         (Info-mode-menu): Add `Info-virtual-index' to the menu.
12401         (Info-mode): Add `Info-virtual-index' to the docstring.
12403 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12405         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
12406         track of the buffer position of the end of a BibTeX entry as this
12407         position may change during reformatting.
12408         (bibtex-format-entry): Remove whitespace before processing
12409         numerical fields so that we recognize the latter properly.
12410         (bibtex-reformat): Do not use push which changes the global value
12411         of bibtex-entry-format.
12412         (bibtex-field-braces-alist, bibtex-field-strings-alist)
12413         (bibtex-field-re-init): Replace only space characters by regexp
12414         for whitespace.
12415         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
12416         (bibtex-initialize): Also update bibtex-strings.
12417         (bibtex-kill-field): Preserve white space at end of entry.
12418         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
12419         Update bibtex-reference-keys.
12421 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12423         * minibuffer.el (completion-pcm--merge-try): Also consider placing
12424         point after a star, if that's the only place where modifications can
12425         make progress.
12427 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
12429         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
12430         in docstrings.
12432 2009-12-04  Juri Linkov  <juri@jurta.org>
12434         * proced.el (proced): Call `(proced-update t)' to update process
12435         information instead of only running proced-post-display-hook.
12436         (proced-send-signal): Add a leading space to the buffer name
12437         " *Marked Processes*" to make this buffer ephemeral.
12439 2009-12-04  Juri Linkov  <juri@jurta.org>
12441         * dired.el (dired-auto-revert-buffer): New defcustom.
12442         (dired-internal-noselect): Use it.
12444 2009-12-04  Juri Linkov  <juri@jurta.org>
12446         Change roles of modes and functions in image-mode.el (Bug#5062).
12448         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
12449         in `auto-mode-alist'.
12450         (image-mode-previous-major-mode): New variable.
12451         (image-minor-mode-map): Rename from `image-mode-text-map'.
12452         (image-mode): Move graceful error-handling code from
12453         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
12454         (image-minor-mode): Remove all image-handling code.
12455         Replace `image-mode-text-map' with `image-minor-mode-map'.
12456         Check for `image-type' in mode-line format string.
12457         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
12458         (image-mode-as-text): New function with most code from
12459         `image-mode-maybe'.
12460         (image-toggle-display-text): Move code that removes image
12461         properties from `image-toggle-display' to here.
12462         (image-toggle-display-image): New function with code that adds
12463         image properties copied from `image-toggle-display'.
12464         (image-toggle-display): Remove most code with leaving only code
12465         that toggles between `image-mode-as-text' and `image-mode'.
12467 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
12469         * net/newst-treeview.el
12470         (newsticker--treeview-list-highlight-start): Restored call to
12471         save-excursion: Selected item was stuck.
12472         (newsticker--treeview-list-select): New.
12473         (newsticker--treeview-item-show-text)
12474         (newsticker--treeview-item-show)
12475         (newsticker--treeview-item-update): Use new
12476         newsticker-treeview-item-mode.
12477         (newsticker-treeview-update): Keep current item.
12478         (newsticker-treeview-next-new-or-immortal-item): Doc change.
12479         (newsticker--treeview-first-feed): Doc change.
12480         (newsticker-treeview-list-menu)
12481         (newsticker-treeview-item-menu): Add menu entries.
12482         (newsticker-treeview-item-mode): New.
12484         * net/newst-backend.el (newsticker-customize): Delete other
12485         windows.
12487 2009-12-04  Sam Steingold  <sds@gnu.org>
12489         * log-view.el (log-view-mode-map): "q" calls quit-window,
12490         like in all the other non-self-insert buffers.
12492 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12494         Minor cleanup.
12495         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
12496         key decoding rather than do it manually via last-input-event +
12497         ascii-character.
12498         (term-exec): Use delete-and-extract-region.
12499         (term-handle-ansi-terminal-messages): Remove unused var `end'.
12500         (term-process-pager): Remove unused var `i'.
12501         (term-dynamic-simple-complete): Make obsolete.
12502         (serial-update-config-menu): Remove unused vars `y' and `str'.
12503         (term-update-mode-line): Remove unused var `temp'.
12505 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
12507         Limit the number of log entries displayed by default.
12508         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
12509         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
12510         using a prefix argument.
12512 2009-12-03  Glenn Morris  <rgm@gnu.org>
12514         * progmodes/idlwave.el (class): Restore still useful declaration.
12516 2009-12-03  Alan Mackenzie  <acm@muc.de>
12518         Enhance `c-parse-state' to run efficiently in "brace deserts".
12520         * progmodes/cc-mode.el (c-basic-common-init):
12521         Call c-state-cache-init.
12522         (c-neutralize-syntax-in-and-mark-CPP): Rename from
12523         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
12524         placing `category' properties value 'c-cpp-delimiter at its boundaries.
12526         * progmodes/cc-langs.el (c-before-font-lock-function):
12527         c-extend-and-neutralize-syntax-in-CPP has been renamed
12528         c-neutralize-syntax-in-and-mark-CPP.
12530         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
12531         with `category' properties now, not `syntax-table' ones.
12533         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
12534         enhanced (but slower) version of c-end-of-macro that won't land
12535         inside a literal or on another awkward character.
12536         (c-state-cache-too-far, c-state-cache-start)
12537         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
12538         (c-state-nonlit-pos-cache-limit, c-state-point-min)
12539         (c-state-point-min-lit-type, c-state-point-min-lit-start)
12540         (c-state-min-scan-pos, c-state-brace-pair-desert)
12541         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
12542         buffer local variables.
12543         (c-state-literal-at, c-state-lit-beg)
12544         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
12545         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
12546         (c-state-cache-top-paren, c-state-cache-after-top-paren)
12547         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
12548         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
12549         (c-renarrow-state-cache)
12550         (c-append-lower-brace-pair-to-state-cache)
12551         (c-state-push-any-brace-pair, c-append-to-state-cache)
12552         (c-remove-stale-state-cache)
12553         (c-remove-stale-state-cache-backwards, c-state-cache-init)
12554         (c-invalidate-state-cache-1, c-parse-state-1)
12555         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
12556         (c-parse-state): Enhance and refactor.
12557         (c-debug-parse-state): Amend to deal with all the new variables.
12559         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
12560         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
12561         modify to use category text properties rather than syntax-table ones.
12562         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
12563         to switch off/on the syntactic paren property of C++ template
12564         delimiters using the category property.
12565         (c-with-<->-as-parens-suppressed): Macro to invoke code with
12566         template delims suppressed.
12567         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
12568         New constant/macros which apply category properties to the start
12569         and end of preprocessor constructs.
12570         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
12571         "comment out" the syntactic value of characters in preprocessor
12572         constructs.
12573         (c-with-cpps-commented-out)
12574         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
12575         with characters in all or all but one preprocessor constructs
12576         "commented out".
12578 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12580         * proced.el (proced-filter-alist): Use regexp-quote.
12582 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
12584         Cleanup.
12585         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
12586         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
12587         arguments.  Expand `default-directory'.
12589         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
12590         the benefit of returning an expanded localname.
12591         (tramp-tramp-file-p): Handle the case NAME is not a string.
12593 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
12595         Add support for bzr shelve/unshelve.
12596         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12597         (vc-bzr-extra-menu-map): New variables.
12598         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
12599         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
12600         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
12601         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
12602         (vc-bzr-dir-extra-headers): Display shelves.
12604         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
12606 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12608         * textmodes/bibtex.el (bibtex-complete-internal):
12609         Use completion-in-region.
12610         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
12612 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
12614         Support applying stashes.  Improve UI.
12615         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
12616         (vc-git-stash-apply, vc-git-stash-pop)
12617         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
12618         (vc-git-stash-menu): New functions.
12619         (vc-git-stash-menu-map): New variable.
12620         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
12622 2009-12-03  Glenn Morris  <rgm@gnu.org>
12624         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
12625         (vc-print-log-internal): Fix previous change.
12626         (vc-revert): Correct pluralization.
12628 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12630         * progmodes/make-mode.el (makefile-special-targets-list): No need for
12631         it to be an alist any more.
12632         (makefile-complete): Use completion-in-region.
12634         * progmodes/octave-mod.el (octave-complete-symbol):
12635         Use completion-in-region.
12637         Misc cleanup.
12638         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
12639         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
12640         (idlwave-complete-class): Don't quote lambda.
12641         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
12642         (idlwave-mode-map): Move initialization into declaration.
12643         (idlwave-action-and-binding): Use backquotes.
12644         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
12645         Simplify.
12646         (idlwave-is-pointer-dereference): Remove unused var `pos'.
12647         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
12648         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
12649         `parts', and `all-parts'.
12650         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
12651         (idlwave-convert-xml-system-routine-info): Remove unused string
12652         `version-string'.
12653         (idlwave-display-user-catalog-widget): Use dolist.
12654         (idlwave-scanning-lib): Declare dynamically-scoped var.
12655         (idlwave-scan-library-catalogs): Remove unused var `flags'.
12656         (completion-highlight-first-word-only): Declare to silence bytecomp.
12657         (idlwave-popup-select): Tighten scope of `resp'.
12658         (idlwave-find-struct-tag): Remove unused var `beg'.
12659         (idlwave-after-load-rinfo-hook): Declare.
12660         (idlwave-sintern-class-info): Remove unused var `taglist'.
12661         (idlwave-find-class-definition): Remove unused var `list'.
12662         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
12663         (idlwave-what-module-find-class): Remove unused var `classes'.
12665 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
12667         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
12669 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12671         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
12672         buffers visited.  Remove redundant current-buffer-saving.
12674 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12676         Use completion-in-buffer and remove uses of dynamic scoping.
12677         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
12678         (pascal-buffer-to-use, pascal-flag): Don't declare.
12679         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
12680         (pascal-get-completion-decl, pascal-keyword-completion):
12681         Add `pascal-str' argument, save-excursion,
12682         return the found completions, and don't filter with pascal-pred.
12683         (pascal-completion-cache): New var.
12684         (pascal-completion): Don't switch buffer any more (it was never
12685         necessary).  Don't save-excursion any more (it's done by the called
12686         subroutines).  Use a cache to avoid redundant computations.
12687         Use complete-with-action rather than pascal-completion-response and
12688         let it apply the predicate as well.
12689         (pascal-complete-word): Use completion-in-buffer when
12690         pascal-toggle-completions is nil.
12691         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
12692         not used any more.
12693         (pascal-comp-defun): Don't change buffer any more.
12694         Use complete-with-action rather than pascal-completion-response and
12695         let it apply the predicate as well.
12696         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
12697         when neded.
12699 2009-12-02  Kenichi Handa  <handa@m17n.org>
12701         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
12702         shape for all Indic scripts.
12704 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12706         Use completion-in-buffer.
12707         * wid-edit.el (widget-field-text-end): New function.
12708         (widget-field-value-get): Use it.
12709         (widget-string-complete, widget-file-complete)
12710         (widget-color-complete): Use it and completion-in-region.
12711         (widget-complete): Don't narrow the buffer.
12713 2009-12-02  Glenn Morris  <rgm@gnu.org>
12715         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
12716         (rmail-select-summary): Use rmail-pop-to-buffer.
12717         * mail/rmailsum.el: Replace all pop-to-buffer calls with
12718         rmail-pop-to-buffer, to prevent horizontal splits.
12720         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
12721         save-excursion with save-current-buffer.
12722         Widen before searching.  (Bug#5093)
12723         (diary-list-sexp-entries): Remove superfluous save-excursion.
12725 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
12727         * woman.el (woman-make-bufname): Handle man-pages with "." in the
12728         name.  (Bug#5038)
12730 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
12732         * ido.el (ido-file-internal): Handle filenames at point that do
12733         not have a directory part.  (Bug#5049)
12735 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
12737         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
12738         (mpc-songs-jump-to, mpc-resume): Doc fixes.
12740 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
12742         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
12743         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
12744         any more.
12746 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12748         * comint.el (comint-insert-input): Ignore clicks to the right of
12749         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
12751         * vc.el (vc-print-log-internal): Don't wait for the process to
12752         terminate before setting up the major mode.
12754         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
12755         in case.
12757         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
12758         the last element.
12760         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
12762 2009-12-01  Glenn Morris  <rgm@gnu.org>
12764         * window.el (window--display-buffer-2): Fix previous changes.
12766 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
12768         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
12770 2009-12-01  Glenn Morris  <rgm@gnu.org>
12772         * Makefile.in (ELCFILES): Add mpc.elc.
12774 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12776         * mpc.el: New file.
12778 2009-12-01  Glenn Morris  <rgm@gnu.org>
12780         * window.el (window-to-use): Define for compiler.
12782         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
12783         consistent with others (no final period).
12785         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
12786         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
12788 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
12790         Make vc-print-log buttons work.
12791         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
12793 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
12795         * savehist.el (savehist-autosave-interval): Allow setting to nil
12796         through customize.  (Bug#5056)
12798 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
12800         Fix references to jit-lock properties.
12801         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12802         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
12803         (perl-font-lock-special-syntactic-constructs):
12804         Quote jit-lock-defer-multiline property.
12806 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
12808         * vc-git.el (vc-git-registered): Call vc-git-root only once.
12810 2009-11-30  Juri Linkov  <juri@jurta.org>
12812         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
12813         value `buffer' of `multi-isearch-next-buffer-current-function'.
12814         Use `(current-buffer)' when `buffer' is nil.
12815         (multi-isearch-next-buffer-from-list): Don't fallback to
12816         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
12818 2009-11-30  Juri Linkov  <juri@jurta.org>
12820         * misearch.el (multi-isearch-read-buffers): Move canonicalization
12821         of buffers with `get-buffer' to `multi-isearch-buffers'.
12822         (multi-isearch-buffers, multi-isearch-buffers-regexp):
12823         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
12824         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
12825         FILES with `expand-file-name' converting relative file names
12826         to absolute.  Doc fix.  (Bug#4727)
12828 2009-11-30  Juri Linkov  <juri@jurta.org>
12830         * misearch.el (multi-isearch-read-buffers)
12831         (multi-isearch-read-matching-buffers): New functions.
12832         (multi-isearch-buffers, multi-isearch-buffers-regexp):
12833         Use them in the `interactive' spec.  Doc fix.
12834         (multi-isearch-read-files, multi-isearch-read-matching-files):
12835         New functions.
12836         (multi-isearch-files, multi-isearch-files-regexp):
12837         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
12839 2009-11-30  Juri Linkov  <juri@jurta.org>
12841         * doc-view.el (doc-view-continuous):
12842         Rename from `doc-view-continuous-mode'.
12843         (doc-view-menu): Move "Toggle display" to the top.
12844         Add submenu "Continuous" with radio buttons "Off"/"On"
12845         and "Save as Default".
12846         (doc-view-scroll-up-or-next-page)
12847         (doc-view-scroll-down-or-previous-page)
12848         (doc-view-next-line-or-next-page)
12849         (doc-view-previous-line-or-previous-page):
12850         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
12852 2009-11-30  Juri Linkov  <juri@jurta.org>
12854         * comint.el (comint-mode-map): Rebind `M-r' from
12855         `comint-previous-matching-input' to
12856         `comint-history-isearch-backward-regexp'.
12857         Unbind `M-s' to allow global key binding `M-s'.
12858         Add menu items for `comint-history-isearch-backward' and
12859         `comint-history-isearch-backward-regexp'.  (Bug#3746)
12861 2009-11-30  Juri Linkov  <juri@jurta.org>
12863         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
12864         For def=recenter, replace `recenter' with `recenter-top-bottom'
12865         that is called with `this-command' and `last-command' let-bound
12866         to `recenter-top-bottom'.  When the last `def' was not `recenter',
12867         set `recenter-last-op' to nil.  (Bug#4981)
12869 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12871         Minor cleanup and simplification.
12872         * filecache.el (file-cache-add-directory)
12873         (file-cache-add-directory-recursively)
12874         (file-cache-add-from-file-cache-buffer)
12875         (file-cache-delete-file-regexp, file-cache-delete-directory)
12876         (file-cache-files-matching-internal, file-cache-display): Use dolist.
12877         (file-cache-temp-minibuffer-message): Delete function.
12878         (file-cache-minibuffer-complete): Use minibuffer-message instead.
12880         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12881         Don't signal an error when bumping into EOB in tr, s, or y.
12883 2009-11-29  Juri Linkov  <juri@jurta.org>
12885         * startup.el (fancy-about-text): Fix wording of Guided Tour.
12886         (Bug#4960)
12888         * descr-text.el (describe-char-unidata-list): Use lowercase name
12889         for "Unicode name" like in other tags.
12891 2009-11-29  Juri Linkov  <juri@jurta.org>
12893         * ediff-util.el (ediff-minibuffer-with-setup-hook):
12894         New compatibility macro.
12895         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
12897 2009-11-29  Juri Linkov  <juri@jurta.org>
12899         Add defcustom to define the cycling order of `recenter-top-bottom'.
12900         (Bug#4981)
12902         * window.el (recenter-last-op): Doc fix.
12903         (recenter-positions): New defcustom.
12904         (recenter-top-bottom): Rewrite to use `recenter-positions'.
12905         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
12907 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
12909         Improve integration of Tramp and ange-ftp in eshell.
12911         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
12912         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
12913         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
12915         * eshell/esh-util.el (top): Require also Tramp when compiling.
12916         (eshell-directory-files-and-attributes): Check for FTP remote
12917         connection.
12918         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
12919         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
12920         (eshell-file-attributes): Handle ".".  Return `entry'.
12922         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
12923         (ange-ftp-directory-files-and-attributes)
12924         (ange-ftp-real-directory-files-and-attributes): New defuns.
12926         * net/tramp.el (tramp-maybe-open-connection): Open the remote
12927         shell with "exec" when possible.  This prevents trailing prompts
12928         in `start-file-process'.
12930 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12932         Try and remove assumptions about point-min==1.
12933         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
12934         (rng-compute-mode-line-string): Show the validation percentage in
12935         terms of the narrowed text, not the widened text.
12936         (rng-do-some-validation): Don't catch internal errors when debugging.
12937         (rng-first-error): Simplify.
12938         (rng-after-change-function): Remove work around.  AFAIK the bug has
12939         been fixed a while ago.
12941         * image-mode.el (image-minor-mode): Exit more gracefully when the image
12942         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
12944         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
12946         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
12947         `cd' doesn't always do it for us (bug#5067).
12949         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
12950         on 2009-10-25 as part of some other change (bug#5067).
12952 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12954         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
12955         `suspicious'.
12956         (byte-compile-warnings): Use byte-compile-warning-types.
12957         (byte-compile-save-excursion): Warn about use of set-buffer right
12958         after save-excursion.
12960         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
12961         the excursion as well.
12963 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
12965         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
12966         providing a Tramp related implementation of "su" and "sudo".
12967         (eshell-unix-initialize): Add "su" and "sudo".
12969 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
12971         * net/socks.el (socks-send-command): Convert binary request to
12972         unibyte before sending.  This fixes mishandling of some port
12973         numbers such as 129.
12975 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12977         * help.el (describe-bindings-internal): Remove `interactive'.
12979         * man.el (Man-completion-table): Trim a terminating "(".
12980         Remove the space between name page a section.
12981         Add the command's description on the `help-echo' property.
12982         Remove `process-connection-type' binding since it's unused by
12983         call-process.
12984         Provide completion for the "<section> <name>" format as well.
12985         (Man-default-man-entry): Remove spurious var shadowing the argument.
12987 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12989         * log-view.el: Add "Keywords: tools", since its other keywords
12990         aren't in finder-known-keywords, and following vc.el.
12992         * sha1.el (sha1-string-external): default-directory "/" in case
12993         otherwise non-existent.  process-connection-type pipe for touch of
12994         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12996 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12998         Misc coding convention cleanups.
12999         * htmlfontify.el (hfy-init-kludge-hook): Rename from
13000         hfy-init-kludge-hooks.
13001         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
13002         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
13003         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
13004         and push.
13005         (hfy-slant, hfy-weight): Use tables rather than code.
13006         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
13007         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
13008         (hfy-face-attr-for-class): Initialize `face-spec' directly.
13009         (hfy-face-to-css): Remove `nconc' with single arg.
13010         (hfy-p-to-face-lennart): Use `or'.
13011         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
13012         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
13013         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
13014         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
13015         (hfy-force-fontification): Use run-hooks.
13017 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
13019         Various minor fixes.
13020         * htmlfontify.el (hfy-default-header): Add toggle_invis since
13021         Javascript belongs in the header, not the body.
13022         (hfy-javascript): Remove.
13023         (hfy-fontify-buffer): Don't insert it any more.
13024         (hfy-face-at): Handle (face0 face1 face2) style face properties.
13025         Fix bug in invis handling when there were no invis props in a chunk.
13027 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13029         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
13031 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
13033         * finder.el (finder-mode-map): Add a menu.
13035 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
13037         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
13038         "unsigned" structs.
13040         (verilog-leap-to-head, verilog-backward-token): Handle "disable
13041         fork" statement better.
13043 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
13045         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
13046         (verilog-delete-auto, verilog-delete-empty-auto-pair)
13047         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
13048         Reported by Clay Douglass.
13050         (verilog-auto-inst, verilog-auto-star-safe)
13051         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
13052         Fix removing "// Interfaces" when saving .* expansions.
13053         Reported by Pierre-David Pfister.
13055 2009-11-26  Glenn Morris  <rgm@gnu.org>
13057         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
13058         the scope.
13060 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
13062         * vc-annotate.el (vc-annotate-revision-previous-to-line):
13063         Really use previous revision.
13065 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13067         * man.el (Man-completion-table): default-directory "/" in case
13068         doesn't otherwise exist.  process-environment COLUMNS=999 so as
13069         not to truncate long names.  process-connection-type pipe to avoid
13070         any chance of hitting the pseudo-tty TIOCGWINSZ.
13071         (man): completion-ignore-case t for friendliness and since man
13072         itself is case-insensitive on the command line.
13073         Further to Bug#3717.
13075         * arc-mode.el: Add "Keywords: files", so the details in its
13076         commentary can be reached from finder-by-keyword.
13077         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
13078         editing mode, but it's comms related and sgml-mode.el has "comm"
13079         on that basis too.
13080         * textmodes/bibtex-style.el: Add "Keywords: tex".
13081         * international/isearch-x.el, international/ja-dic-cnv.el:
13082         * international/ja-dic-utl.el, international/kkc.el:
13083         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
13085 2009-11-25  Juri Linkov  <juri@jurta.org>
13087         * man.el (Man-completion-table): Modify regexp to include
13088         section names to completion strings.  (Bug#3717)
13090 2009-11-25  Juri Linkov  <juri@jurta.org>
13092         Search recursively in gzipped files.  (Bug#4982)
13094         * progmodes/grep.el (grep-highlight-matches): Add new options
13095         `always' and `auto'.  Doc fix.
13096         (grep-process-setup): Check `grep-highlight-matches' for
13097         `auto-detect' to determine the need to compute grep defaults.
13098         Move Windows/DOS specific --colors settings handling
13099         to `grep-compute-defaults'.  Check `grep-highlight-matches'
13100         to get the value of "--color=".
13101         (grep-compute-defaults): Compute `grep-highlight-matches' when it
13102         has the value `auto-detect'.  Move Windows/DOS specific settings
13103         from `grep-process-setup'.
13104         (zrgrep): New command with alias `rzgrep'.
13106 2009-11-25  Juri Linkov  <juri@jurta.org>
13108         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
13109         to nil instead of switching off view-mode.  (Bug#4896)
13111 2009-11-25  Juri Linkov  <juri@jurta.org>
13113         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
13115         * mwheel.el (mwheel-scroll-up-function)
13116         (mwheel-scroll-down-function): New defvars.
13117         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
13118         `scroll-up', and `mwheel-scroll-down-function' instead of
13119         `scroll-down'.
13121         * doc-view.el (doc-view-scroll-up-or-next-page)
13122         (doc-view-scroll-down-or-previous-page): Add optional ARG.
13123         Use this ARG in the call to image-scroll-up/image-scroll-down.
13124         Change `interactive' spec to "P".  Goto next/previous page only
13125         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
13126         SPC/DEL case).  Doc fix.
13127         (doc-view-next-line-or-next-page)
13128         (doc-view-previous-line-or-previous-page): Rename arg to ARG
13129         for consistency.
13130         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
13131         `doc-view-scroll-up-or-next-page', and buffer-local
13132         `mwheel-scroll-down-function' to
13133         `doc-view-scroll-down-or-previous-page'.
13135 2009-11-25  Juri Linkov  <juri@jurta.org>
13137         Provide additional default values (directories at other Dired
13138         windows) via M-n in the minibuffer of some Dired commands.
13140         * dired-aux.el (dired-diff, dired-compare-directories)
13141         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
13142         `minibuffer-default' in `minibuffer-with-setup-hook'.
13143         (dired-dwim-target-directory): Find a window that displays Dired
13144         buffer instead of failing when the next window is not Dired.
13145         Use `get-window-with-predicate' to find for the next Dired window.
13146         (dired-dwim-target-defaults): New function.
13148         * ediff-util.el (ediff-read-file-name):
13149         Use `dired-dwim-target-defaults' to set `minibuffer-default'
13150         in `minibuffer-with-setup-hook'.
13152 2009-11-25  Juri Linkov  <juri@jurta.org>
13154         Provide additional default values (file name at point or at the
13155         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
13157         * minibuffer.el (read-file-name-defaults): New function.
13158         (read-file-name): Reset `minibuffer-default' to nil when
13159         it duplicates initial input `insdef'.
13160         Bind `minibuffer-default-add-function' to lambda that
13161         calls `read-file-name-defaults' in `minibuffer-selected-window'.
13162         (minibuffer-insert-file-name-at-point): New command.
13164         * files.el (file-name-at-point-functions): New defcustom.
13165         (find-file-default): Remove defvar.
13166         (find-file-read-args): Don't use `find-file-default'.
13167         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13168         to `read-file-name'.
13169         (find-file-literally): Use `read-file-name' with
13170         `confirm-nonexistent-file-or-buffer'.
13172         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
13174         * dired.el (dired-read-dir-and-switches):
13175         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13176         to `read-file-name'.
13177         (dired-file-name-at-point): New function.
13178         (dired-mode): Add hook `dired-file-name-at-point' to
13179         `file-name-at-point-functions'.
13181 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13183         Really make the *Completions* window soft-dedicated (bug#5030).
13184         * window.el (window--display-buffer-2): Add `dedicated' argument.
13185         (display-buffer): Pass it when needed so the dedicated flag is set
13186         after calling set-window-buffer, which would otherwise reset it.
13188 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13190         * progmodes/meta-mode.el (meta-complete-symbol):
13191         * progmodes/etags.el (complete-tag):
13192         * mail/mailabbrev.el (mail-abbrev-complete-alias):
13193         Use completion-in-region.
13195         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
13196         (dabbrev-completion): Use completion-in-region.
13197         (dabbrev--abbrev-at-point): Simplify regexp.
13199         * abbrev.el (abbrev--before-point): Use word-motion functions
13200         if :regexp is not specified (bug#5031).
13202         * subr.el (string-prefix-p): New function.
13204         * man.el (Man-completion-cache): New var.
13205         (Man-completion-table): Use it.
13207         * vc.el (vc-print-log-internal): Make `limit' optional for better
13208         compatibility (e.g. with vc-annotate.el).
13210 2009-11-24  Kevin Ryde  <user42@zip.com.au>
13212         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
13213         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
13215         * emacs-lisp/elint.el (elint-add-required-env): Better error message
13216         when .el source file not found or other error.
13218 2009-11-24  Markus Triska  <markus.triska@gmx.at>
13220         * linum.el (linum-update-window): Ignore intangible (bug#4996).
13222 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13224         Handle the [back] button properly (bug#4979).
13225         * descr-text.el (describe-text-properties): Add a `buffer' argument.
13226         Use help-setup-xref, help-buffer, and with-help-window.
13227         (describe-char): Add `buffer' argument.
13228         Pass proper command to help-setup-xref.  Don't meddle with
13229         help-xref-stack-item directly.
13230         (describe-text-category): Use with-help-window and help-buffer.
13232         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
13233         for the displayed buffer (bug#4887).
13235         * man.el (Man-completion-table): New function.
13236         (man): Use it.
13238 2009-11-24  David Reitter  <david.reitter@gmail.com>
13240         * vc-git.el (vc-git-registered): Use checkout directory (where
13241         .git is) rather than the file's directory and a relative path spec
13242         to work around a bug in git.
13244 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
13246         Improve handling of processes on remote hosts.
13248         * eshell/esh-util.el (eshell-path-env): New defvar.
13249         (eshell-parse-colon-path): New defun.
13250         (eshell-file-attributes): Use `eshell-parse-colon-path'.
13252         * eshell/esh-ext.el (eshell-search-path):
13253         Use `eshell-parse-colon-path'.
13254         (eshell-remote-command): Remove argument HANDLER.
13255         (eshell-external-command): Check for FTP remote connection.
13257         * eshell/esh-proc.el (eshell-gather-process-output):
13258         Use `file-truename', in order to start also symlinked files.
13259         Apply `start-file-process' instead of `start-process'.
13260         Shorten `command' to the local file name part.
13262         * eshell/em-cmpl.el (eshell-complete-commands-list):
13263         Use `eshell-parse-colon-path'.
13265         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
13267         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
13268         to `eshell-directory-change-hook'.
13270 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
13272         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
13273         because it could be enabled automatically if view-read-only is non-nil.
13275 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
13277         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
13278         made on 2009-11-22.
13280 2009-11-24  Glenn Morris  <rgm@gnu.org>
13282         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
13283         deleted variable bookmark-bmenu-bookmark-column.
13285 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13287         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
13289 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
13291         * net/browse-url.el (browse-url-filename-alist): On Windows, add
13292         two slashes to the "file:" prefix.
13293         (browse-url-file-url): De-munge Cygwin filenames before passing
13294         them to Windows browser.
13295         (browse-url-default-windows-browser): Use call-process.
13297 2009-11-23  Juri Linkov  <juri@jurta.org>
13299         Implement DocView Continuous mode.  (Bug#4896)
13300         * doc-view.el (doc-view-continuous-mode): New defcustom.
13301         (doc-view-mode-map): Bind C-n/<down> to
13302         `doc-view-next-line-or-next-page', C-p/<up> to
13303         `doc-view-previous-line-or-previous-page'.
13304         (doc-view-next-line-or-next-page)
13305         (doc-view-previous-line-or-previous-page): New commands.
13307 2009-11-23  Juri Linkov  <juri@jurta.org>
13309         Implement Isearch in comint input history.  (Bug#3746)
13310         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
13311         `isearch-mode-hook'.
13312         (comint-history-isearch): New defcustom.
13313         (comint-history-isearch-backward)
13314         (comint-history-isearch-backward-regexp): New commands.
13315         (comint-history-isearch-message-overlay): New buffer-local variable.
13316         (comint-history-isearch-setup, comint-history-isearch-end)
13317         (comint-goto-input, comint-history-isearch-search)
13318         (comint-history-isearch-message, comint-history-isearch-wrap)
13319         (comint-history-isearch-push-state)
13320         (comint-history-isearch-pop-state): New functions.
13322 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
13324         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
13325         return.
13326         (tramp-handle-make-symbolic-link)
13327         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
13328         Quote file names.
13329         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
13330         (tramp-handle-process-file): Use it.
13332 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13334         * window.el (move-to-window-line-last-op): Remove.
13335         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
13337 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
13339         Make M-r mirror the new cycling behavior of C-l.
13340         * window.el (move-to-window-line-last-op): New var.
13341         (move-to-window-line-top-bottom): New command.
13342         (global-map): Bind M-r move-to-window-line-top-bottom.
13344 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
13346         * dired-x.el (dired-guess-shell-alist-default):
13347         Support xz format.  (Bug#4953)
13349 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
13351         * emulation/viper-cmd.el: Use viper-last-command-char instead of
13352         last-command-char/last-command-event.
13353         (viper-prefix-arg-value): Do correct conversion of event-char for
13354         XEmacs.
13356         * emulation/viper-util.el, emulation/viper.el:
13357         Use viper-last-command-char instead of
13358         last-command-char/last-command-event.
13360         * ediff-init.el, ediff-mult.el, ediff-util.el:
13361         Replace last-command-char and last-command-event
13362         with (ediff-last-command-char) everywhere.
13364         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
13365         created in fundamental mode.
13367         * ediff.el (ediff-version): Revert the change of interactive-p to
13368         called-interactively-p.
13370 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
13372         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
13373         generation from word-movement command names.
13375 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
13377         * cus-start.el (all): Add native condition for font-use-system-font.
13379 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
13381         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
13382         Correct the patch from 2009-11-18.  (Bug#3910)
13384 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
13386         * progmodes/subword.el: Rename from lisp/subword.el.
13388         * subword.el: Rename to progmodes/subword.el.
13390         * Makefile.in (ELCFILES): Adapt to subword.el move.
13392 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13393             Stefan Monnier  <monnier@iro.umontreal.ca>
13395         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
13396         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
13397         (bookmark-bmenu-show-filenames): Use push.
13398         (bookmark-bmenu-hide-filenames): Use local var instead of
13399         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
13400         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
13401         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
13402         filenames now that the bookmark names are always available.
13404 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13406         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
13407         (bookmark-search-pattern): Move and leave unbound.
13408         (bookmark-bmenu-mode-map): Change binding.
13409         (bookmark-read-search-input): Simplify.
13410         Don't use text-char-description.  Don't error on non-char events.
13411         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
13412         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
13413         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
13414         Use a local var for the timer.
13415         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
13416         (i.e. bookmark-bmenu-search).
13418 2009-11-21  Glenn Morris  <rgm@gnu.org>
13420         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
13422 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
13424         * net/browse-url.el (browse-url-default-windows-browser):
13425         Use cygstart for cygwin.
13427 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
13429         * bookmark.el: Formatting and doc fixes only:
13430         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
13431         (bookmark-bmenu-search): Wrap to fit within 80 columns.
13432         Minor grammar and punctuation fixes in doc string.
13433         (bookmark-read-search-input): Adjust to fit within 80 columns.
13435 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
13437         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
13438         (c-backward-into-nomenclature): Adapt to subword renaming.
13440         * subword.el (subword-forward, subword-backward, subword-mark)
13441         (subword-kill, subword-backward-kill, subword-transpose)
13442         (subword-downcase, subword-upcase, subword-capitalize)
13443         (subword-forward-internal, subword-backward-internal):
13444         Rename from forward-subword, backward-subword, mark-subword,
13445         kill-subword, backward-kill-subword, transpose-subwords,
13446         downcase-subword, upcase-subword, capitalize-subword,
13447         forward-subword-internal, backward-subword-internal.
13449 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13451         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
13452         New options.
13453         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
13454         New vars.
13455         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
13456         (bookmark-bmenu-filter-alist-by-regexp)
13457         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
13458         (bookmark-bmenu-search): New command.
13459         (bookmark-bmenu-mode-map): Bind it.
13461 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
13463         * progmodes/cc-cmds.el: declare-functioned forward-subword and
13464         backward-subword to quit the byte-compiler.
13466         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
13468         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
13470         * progmodes/cc-cmds.el (c-update-modeline)
13471         (c-forward-into-nomenclature, c-backward-into-nomenclature):
13472         Refer to subword.el functions instead of cc-subword.el.
13474         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
13475         subword.el functions instead of cc-subword.el.
13477         * progmodes/cc-subword.el: Rename to subword.el.
13478         * subword.el: Rename from progmodes/cc-subword.el.
13479         (subword-mode-map): Rename from c-subword-mode-map.
13480         (subword-mode): Rename from c-subword-mode.
13481         (global-subword-mode): New global minor mode.
13482         (forward-subword): Rename from c-forward-subword.
13483         (backward-subword): Rename from c-backward-subword.
13484         (mark-subword): Rename from c-mark-subword.
13485         (kill-subword): Rename from c-kill-subword.
13486         (backward-kill-subword): Rename from c-backward-kill-subword.
13487         (transpose-subwords): Rename from c-tranpose-subword.
13488         (downcase-subword): Rename from c-downcase-subword.
13489         (capitalize-subword): Rename from c-capitalize-subword.
13490         (forward-subword-internal): Rename from c-forward-subword-internal.
13491         (backward-subword-internal): Rename from c-backward-subword-internal.
13493 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13495         * vc.el (vc-deduce-fileset): Allow non-state changing operations
13496         from a dired buffer.
13497         (vc-dired-deduce-fileset): New function.
13498         (vc-root-diff, vc-print-root-log): Use it.
13500         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
13501         nil LIMIT argument to vc-print-log-internal.
13503 2009-11-20  Glenn Morris  <rgm@gnu.org>
13505         * Makefile.in (ELCFILES): Regenerate.
13507 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
13509         * calc/calc.el (calc-set-mode-line):
13510         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13511         (math-format-number): Rename `math-format-complement-signed' to
13512         `math-format-twos-complement'.
13514         * calc/calc-bin.el (math-format-twos-complement): Rename from
13515         math-format-complement-signed.
13516         (calc-radix): Rename `calc-complement-signed-mode' to
13517         `calc-twos-complement-mode'.
13518         (calc-octal-radix, calc-hex-radix): Add an argument for
13519         two's complement.
13521         * calc/calc-embed.el (calc-embedded-mode-vars):
13522         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13524         * calc/calc-ext.el (calc-init-extensions):
13525         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13526         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
13528         * calc/calc-units.el (math-build-units-table-buffer):
13529         Let `calc-twos-complement-mode' be nil.
13531         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
13532         entries.
13534         * calc/calc-vec.el (calcFunc-vunpack):
13535         * calc/calc-aent.el (calc-do-calc-eval):
13536         * calc/calc-forms.el (math-format-date):
13537         * calc/calc-graph.el (calc-graph-plot):
13538         * calc/calc-math.el (math-use-emacs-fn):
13539         * calc/calccomp.el (math-compose-expr):
13540         Let `calc-twos-complement-mode' be nil.
13542 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13544         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
13545         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
13546         * minibuffer.el (completion-in-region-functions): New hook.
13547         (completion-in-region): New function.
13548         * emacs-lisp/lisp.el (lisp-complete-symbol):
13549         * pcomplete.el (pcomplete-std-complete): Use it.
13551 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13553         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
13554         (latex-complete-alist): New vars.
13555         (latex-string-prefix-p, latex-complete-bibtex-keys)
13556         (latex-complete-envnames, latex-complete-refkeys)
13557         (latex-complete-data): New functions.
13558         (latex-complete, latex-indent-or-complete): New commands.
13560         * window.el (display-buffer-mark-dedicated): New var.
13561         (display-buffer): Obey it.
13562         * minibuffer.el (minibuffer-completion-help): Use it.
13564         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
13566         * filecache.el (file-cache-add-file): Use push and cons.
13567         (file-cache-delete-file-regexp): Use push.
13568         (file-cache-complete): Use completion-in-region.
13570         * simple.el (with-wrapper-hook): Fix thinko.
13572         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
13573         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
13574         Use with-current-buffer and string-to-number.
13575         (hfy-fallback-colour-values): Use assoc-string.
13576         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
13577         (hfy-face-at): Remove unused var `found-face'.
13578         (hfy-compile-stylesheet): Remove unused var `css'.
13579         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
13580         and `orig-buffer'.
13581         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
13582         Use with-current-buffer.
13583         (hfy-text-p): Use expand-file-name and fewer setq.
13585 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
13587         * htmlfontify.el, hfy-cmap.el: New files.
13589 2009-11-19  Juri Linkov  <juri@jurta.org>
13591         * minibuffer.el (completions-format): New defcustom.
13592         (completion--insert-strings): Implement vertical format.
13594         * simple.el (switch-to-completions): Move point to the first
13595         completion when point was at the beginning of the buffer.
13597 2009-11-19  Juri Linkov  <juri@jurta.org>
13599         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
13601         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
13603 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
13605         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
13606         (mail-signature): Change default to t.
13607         (mail-from-style): Deprecate `system-default' value.
13608         (mail-insert-from-field): For default value of mail-from-style,
13609         default to `angles' unless `angles' needs quoting and `parens'
13610         does not.
13611         (mail-citation-prefix-regexp): Use citation regexp from
13612         message-mode.
13614 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
13616         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13617         Set variables for computing the prompt for reading password.
13619 2009-11-19  Glenn Morris  <rgm@gnu.org>
13621         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
13623         * textmodes/flyspell.el (sgml-lexical-context): Declare.
13625         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
13626         (newsticker-treeview-listwindow-height): Fix custom type.
13628 2009-11-19  Kenichi Handa  <handa@m17n.org>
13630         * descr-text.el (describe-char-padded-string): Compose with TAB
13631         only if there's a font for CH.
13632         (describe-char): Fix the condition for detecting a trivial composition.
13634 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
13636         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
13637         more accurate version of the regexp.  (Bug#3910)
13639 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
13641         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
13643 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
13645         * font-setting.el (font-use-system-font): Declare for byte-compiler.
13646         (font-setting-change-default-font): Fix typo in docstring.
13648 2009-11-18  Alan Mackenzie  <acm@muc.de>
13650         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
13652 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
13654         * font-setting.el (font-use-system-font): Move ...
13656         * cus-start.el (all): ... to here.
13658 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
13660         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
13661         Don't set `ad-return-value' if `ad-do-it' doesn't.
13663         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
13664         modification time.
13666 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
13668         * menu-bar.el: Put "Use system font" in Option-menu.
13669         (menu-bar-options-save): Add font-use-system-font.
13671         * loadup.el: If feature system-font-setting or font-render-setting is
13672         there, load font-setting.
13674         * Makefile.in (ELCFILES): Add font-settings.el.
13675         * font-setting.el: New file.
13677 2009-11-17  Glenn Morris  <rgm@gnu.org>
13679         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
13681         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
13682         Preserve point in the list buffer.  (Bug#4939)
13683         Use point-at-eol.
13684         (newsticker--treeview-list-update-highlight)
13685         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
13687 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
13689         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
13690         Remove.
13692         * calc/calc-ext.el (calc-init-extensions): Remove references to
13693         symclip.
13695         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
13697         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
13698         * calc/calc-help.el (calc-b-prefix-help): Remove references to
13699         `calc-symclip'.
13701 2009-11-16  Kevin Ryde  <user42@zip.com.au>
13703         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13704         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
13706         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
13707         (lm-keywords-list): Allow comma-only separator like "foo,bar".
13708         Ignore trailing spaces by omit-nulls to split-string (fixing
13709         regression from Emacs 21 due to the incompatible split-string
13710         change).  (Bug #4928.)
13712 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13714         * vc.el (vc-log-show-limit): Default to 2000.
13715         (vc-print-log-internal): Insert buttons to request more entries
13716         when limiting the output.
13718         * vc-sccs.el (vc-sccs-print-log):
13719         * vc-rcs.el (vc-rcs-print-log):
13720         * vc-cvs.el (vc-cvs-print-log):
13721         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
13722         LIMIT is non-nil.
13724 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
13726         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
13727         error when `tramp-gvfs-dbus-event-vector' is set.
13728         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
13730 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13732         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
13734 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
13736         * net/dbus.el (dbus-unregister-service): New defun.
13737         (dbus-register-property): Register the handlers of
13738         "org.freedesktop.DBus.Properties" for SERVICE.
13739         (dbus-property-handler): Fix docstring.
13741 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13743         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
13744         Quote doc string reference in defvaralias as it is not in special form.
13745         (byte-compile-output-docform): Doc fix.
13747 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
13749         * calc/calc.el (math-2-word-size, math-half-2-word-size)
13750         (calc-complement-signed-mode): New variables.
13751         (calc-set-mode-line): Add indicator for twos-complements.
13752         (math-format-number): Format twos-complement notation.
13754         * calc/calc-bin.el (calc-word-size): Reset the variables
13755         `math-2-word-size' and `math-half-2-word-size'.
13756         (math-format-complement-signed, math-symclip, calcFunc-symclip)
13757         (calc-symclip): New functions.
13759         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
13761         * calc/calc-embed.el (calc-embedded-mode-vars):
13762         Add `calc-complement-signed-mode' to the list of modes.
13764         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
13765         (calc-b-oper-keys): Add `calc-symclip' to list.
13767         * calc/calc-ext.el (math-read-number-fancy): Read complement
13768         signed numbers.
13769         (calc-init-extensions): Add binding for `calc-symclip'.
13770         Add autoload for `calcFunc-symclip' and `calc-symclip'.
13772         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
13773         `calc-symclip'.
13774         (calc-modes-menu): Add item for twos complement mode.
13776         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
13778 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
13780         * register.el (jump-to-register, insert-register): Handle Semantic
13781         tags.  From commented-out advice in semantic/senator.el.
13783 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
13785         * vc.el (vc-log-show-limit): New variable.
13786         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
13787         when using a prefix argument.
13788         (vc-print-log-internal): Add new argument LIMIT.
13790         * vc-svn.el (vc-svn-print-log):
13791         * vc-mtn.el (vc-mtn-print-log):
13792         * vc-hg.el (vc-hg-print-log):
13793         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
13794         pass it to the log command when set.  Make the BUFFER argument
13795         non-optional.
13797         * vc-sccs.el (vc-sccs-print-log):
13798         * vc-rcs.el (vc-rcs-print-log):
13799         * vc-git.el (vc-git-print-log):
13800         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
13801         ignore it.  Make the BUFFER argument non-optional
13803         * bindings.el (mode-line-buffer-identification): Do not purecopy.
13805 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
13807         * dired.el (dired-mode-map): Move encryption items to "Operate"
13808         menu (Bug#4703).
13810         * strokes.el (strokes-update-window-configuration): Make strokes
13811         buffer current before erasing (Bug#4906).
13813 2009-11-15  Juri Linkov  <juri@jurta.org>
13815         * simple.el (set-mark-default-inactive): Add :type, :group
13816         and :version.  (Bug#4876)
13818 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
13820         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
13821         (archive-unique-fname): ... here.  (Bug#4929)
13823 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13825         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
13826         with a real fix.
13828         * novice.el (disabled-command-function): Add useful args.
13829         Setup the help buffer so that [back] works.
13830         Remove redundant call to help-mode.
13831         (disabled-command-function): Use `case'.
13832         (en/disable-command): New function extracted from enable-command.
13833         (enable-command, disable-command): Use it.
13835 2009-11-14  Glenn Morris  <rgm@gnu.org>
13837         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
13838         constants.  (Bug#4913)
13840         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
13842 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
13844         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
13845         defined in C that have no doc-strings.  (Bug#1063)
13847 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
13849         * cus-edit.el (data, files):
13850         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
13852 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
13854         * simple.el (shell-command): Doc fix (Bug#4891).
13856         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
13858 2009-11-14  Glenn Morris  <rgm@gnu.org>
13860         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
13861         statements for vc-diff, emerge-quit, and rmail-cease-edit.
13862         If they are already loaded, eval-after-load will do the right thing.
13864         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
13865         compiling.
13867         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
13869         * simple.el (x-selection-owner-p): Declare.
13870         (read-mail-command): Use custom radio type rather than choice.
13871         (completion-no-auto-exit): Doc fix.
13873         * custom.el (defgroup):
13874         * epg-config.el (epg): Doc fixes.
13876 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
13878         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
13879         * international/ccl.el (define-ccl-program): Do not purecopy the
13880         docstring, defconst does it anyway.
13882 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13884         * add-log.el (add-change-log-entry): Avoid displaying the changelog
13885         a second time.
13887         * x-dnd.el (x-dnd-maybe-call-test-function):
13888         * window.el (split-window-vertically):
13889         * whitespace.el (whitespace-help-on):
13890         * vc-rcs.el (vc-rcs-consult-headers):
13891         * userlock.el (ask-user-about-lock-help)
13892         (ask-user-about-supersession-help):
13893         * type-break.el (type-break-force-mode-line-update):
13894         * time-stamp.el (time-stamp-conv-warn):
13895         * terminal.el (te-set-output-log, te-more-break, te-filter)
13896         (te-sentinel, terminal-emulator):
13897         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
13898         (term-write-input-ring, term-check-source, term-start-output-log):
13899         (term-display-buffer-line, term-dynamic-list-completions):
13900         (term-ansi-make-term, serial-term):
13901         * subr.el (selective-display):
13902         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13903         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
13904         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
13905         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
13906         (speedbar-remove-localized-speedbar-support)
13907         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
13908         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
13909         (speedbar-buffers-line-directory):
13910         * simple.el (shell-command-on-region, append-to-buffer)
13911         (prepend-to-buffer):
13912         * shadowfile.el (shadow-save-todo-file):
13913         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
13914         (scroll-bar-maybe-set-window-start):
13915         * sb-image.el (speedbar-image-dump):
13916         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
13917         (load-save-place-alist-from-file):
13918         * ps-samp.el (ps-print-message-from-summary):
13919         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
13920         (ps-background-image, ps-begin-job, ps-do-despool):
13921         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
13922         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
13923         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
13924         (pr-call-process, pr-file-list, pr-interface-save):
13925         * novice.el (disabled-command-function)
13926         (enable-command, disable-command):
13927         * mouse.el (mouse-buffer-menu-alist):
13928         * mouse-copy.el (mouse-kill-preserving-secondary):
13929         * macros.el (kbd-macro-query):
13930         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
13931         * informat.el (batch-info-validate):
13932         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
13933         * hippie-exp.el (try-expand-dabbrev-visible):
13934         * help-mode.el (help-make-xrefs):
13935         * help-fns.el (describe-variable):
13936         * generic-x.el (bat-generic-mode-run-as-comint):
13937         * finder.el (finder-mouse-select):
13938         * find-dired.el (find-dired-sentinel):
13939         * filesets.el (filesets-file-close):
13940         * files.el (list-directory):
13941         * faces.el (list-faces-display, describe-face):
13942         * facemenu.el (list-colors-display):
13943         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
13944         * epg.el (epg--process-filter, epg-cancel):
13945         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
13946         (epa--read-signature-type):
13947         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
13948         (emerge-file-names):
13949         * ehelp.el (electric-helpify):
13950         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
13951         * ediff-vers.el (rcs-ediff-view-revision):
13952         * ediff-util.el (ediff-setup):
13953         * ediff-mult.el (ediff-append-custom-diff):
13954         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
13955         (ediff-wordify):
13956         * echistory.el (Electric-command-history-redo-expression):
13957         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
13958         * disp-table.el (describe-display-table):
13959         * dired.el (dired-find-buffer-nocreate):
13960         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
13961         * dabbrev.el (dabbrev--same-major-mode-p):
13962         * chistory.el (list-command-history):
13963         * apropos.el (apropos-documentation):
13964         * allout.el (allout-obtain-passphrase):
13965         (allout-copy-exposed-to-buffer):
13966         (allout-verify-passphrase): Use with-current-buffer.
13968 2009-11-13  Glenn Morris  <rgm@gnu.org>
13970         * Makefile.in (ELCFILES): Regenerate.
13972 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
13974         * net/dbus.el (dbus-registered-objects-table): Rename from
13975         `dbus-registered-functions-table', because it contains also properties.
13976         (dbus-unregister-object): Unregister also properties.
13977         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13978         Use a timeout of 500 msec, in order to not block.
13979         (dbus-register-property, dbus-property-handler): New defuns.
13981 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13983         * simple.el (minibuffer-default-add-completions): Drop deprecated
13984         4th arg.
13986 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
13988         * textmodes/artist.el (artist-mouse-choose-operation):
13989         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
13990         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
13991         (artist-compute-up-event-key): New function.
13992         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
13994 2009-11-13  Kenichi Handa  <handa@m17n.org>
13996         * language/japan-util.el: Make sure that the value of jisx0208
13997         property is jisx0208 character.
13999 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
14001         * international/mule.el (auto-coding-regexp-alist): Only purecopy
14002         car or each item, not the whole list.
14004 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14006         * minibuffer.el (minibuffer-completion-help):
14007         Use minibuffer-hide-completions.
14009 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
14011         * dired.el (dired-save-positions, dired-restore-positions): New funs.
14012         (dired-revert): Use them (bug#4880).
14014 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
14016         * tooltip.el (tooltip-frame-parameters): Undo previous change.
14018 2009-11-12  Juri Linkov  <juri@jurta.org>
14020         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
14021         New functions.
14022         (find-file-literally-at-point): Alias of `ffap-literally'.
14024 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
14026         * textmodes/ispell.el (ispell-skip-region-alist):
14027         * textmodes/css-mode.el (auto-mode-alist):
14028         * progmodes/compile.el (auto-mode-alist):
14029         * international/mule.el (ctext-non-standard-encodings-alist)
14030         (ctext-non-standard-encodings-regexp):
14031         * simple.el (shell-command-switch, text-read-only):
14032         * replace.el (occur-mode-map):
14033         * paths.el (rmail-file-name):
14034         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
14035         * find-file.el (ff-special-constructs):
14036         * files.el (file-name-handler-alist):
14037         * composite.el: Purecopy strings.
14039         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
14041 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
14043         * widget.el (define-widget): Purecopy the docstring.
14044         * international/mule-cmds.el (charset): Do not purecopy the
14045         docstring here, define-widget does it.
14047         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
14048         * textmodes/bibtex-style.el (auto-mode-alist):
14049         * progmodes/inf-lisp.el (inferior-lisp-prompt):
14050         * progmodes/compile.el (compile-command):
14051         * language/korea-util.el (default-korean-keyboard):
14052         * international/mule-conf.el (file-coding-system-alist):
14053         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
14054         * tooltip.el (tooltip-frame-parameters):
14055         * newcomment.el (comment-end, comment-padding):
14056         * dired.el (dired-trivial-filenames):
14057         * comint.el (comint-file-name-prefix): Purecopy initial values.
14059 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
14061         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
14062         (tramp-advice-minibuffer-electric-tilde): Unload advices via
14063         `tramp-unload'.
14064         (tramp-advice-make-auto-save-file-name)
14065         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
14066         after removing the advice.
14068 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
14070         * progmodes/grep.el (grep-regexp-alist):
14071         * international/mule-cmds.el (iso-2022-control-alist):
14072         * emacs-lisp/timer.el (timer-duration-words):
14073         * subr.el (version-separator, version-regexp-alist):
14074         * minibuffer.el (completion-styles-alist):
14075         * faces.el (face-attribute-name-alist, list-faces-sample-text):
14076         Change defvars to defconsts.
14078         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
14079         * loadup.el ("international/mule-conf"): Load the byte compiled version.
14080         * international/mule-conf.el: Allow to be byte compiled.
14082         * international/mule.el (define-charset): Purecopy props.
14083         (load-with-code-conversion): Purecopy doc string and file name.
14084         (put-charset-property): Purecopy strings.
14085         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
14087         * international/mule-cmds.el (register-input-method): Purecopy arguments.
14088         (define-char-code-property): Correctly purecopy the table.
14090         * international/ccl.el (define-ccl-program): Purecopy the docstring.
14092         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
14094         * subr.el (add-hook): Purecopy strings.
14095         (eval-after-load): Purecopy load-history-regexp and the form.
14097         * custom.el (custom-declare-group): Purecopy load-file-name.
14099         * subr.el (menu-bar-separator): New defconst.
14100         * net/eudc.el (eudc-tools-menu):
14101         * international/mule-cmds.el (set-coding-system-map)
14102         (mule-menu-keymap):
14103         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14104         * vc-hooks.el (vc-menu-map):
14105         * replace.el (occur-mode-map):
14106         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
14107         (menu-bar-edit-menu, menu-bar-goto-menu)
14108         (menu-bar-custom-menu, menu-bar-showhide-menu)
14109         (menu-bar-options-menu, menu-bar-tools-menu)
14110         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
14111         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
14112         (menu-bar-help-menu):
14113         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
14114         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
14116         * term/x-win.el (x-gtk-stock-map):
14117         * progmodes/vera-mode.el (auto-mode-alist):
14118         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
14119         (inferior-lisp-program, inferior-lisp-load-command):
14120         * progmodes/hideshow.el (hs-special-modes-alist):
14121         * progmodes/gud.el (same-window-regexps):
14122         * progmodes/grep.el (grep-program, find-program, xargs-program):
14123         * net/telnet.el (same-window-regexps):
14124         * net/rlogin.el (same-window-regexps):
14125         * language/ethiopic.el (font-ccl-encoder-alist):
14126         * vc-sccs.el (vc-sccs-master-templates):
14127         * vc-rcs.el (vc-rcs-master-templates):
14128         * subr.el (cl-assertion-failed):
14129         * simple.el (next-error-overlay-arrow-position):
14130         * lpr.el (lpr-command):
14131         * locate.el (locate-ls-subdir-switches):
14132         * info.el (same-window-regexps, info)
14133         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14134         * image-mode.el (image-mode, auto-mode-alist):
14135         * hippie-exp.el (hippie-expand-ignore-buffers):
14136         * format.el (format-alist):
14137         * find-dired.el (find-ls-subdir-switches, find-grep-options)
14138         (find-name-arg):
14139         * facemenu.el (facemenu-keybindings):
14140         * dired.el (dired-listing-switches, dired-chown-program):
14141         * diff.el (diff-switches, diff-command):
14142         * cus-edit.el (same-window-regexps):
14143         * bindings.el (mode-line-mule-info)
14144         (mode-line-buffer-identification): Purecopy strings.
14146 2009-11-11  Juri Linkov  <juri@jurta.org>
14148         * simple.el (dired-get-filename) <declare-function>:
14149         Tell the byte-compiler about dired-get-filename.
14150         (shell-command): In Dired mode, get filename from the current line
14151         as the default value.
14153 2009-11-10  Glenn Morris  <rgm@gnu.org>
14155         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
14156         * calendar/holidays.el, progmodes/cperl-mode.el:
14157         Update x-popup-menu declarations.
14159         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
14160         (list-load-path-shadows): Use dolist.
14161         (list-load-path-shadows): Use with-current-buffer.
14163 2009-11-10  Juri Linkov  <juri@jurta.org>
14165         * minibuffer.el (read-file-name): Support a list of default values
14166         in `default-filename'.  Use the first file name where only one
14167         element is required.  Doc fix.
14169 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
14171         * net/dbus.el (dbus-unregister-object): Release service, if no
14172         other method is registered for it.
14174 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
14176         * bookmark.el (bookmark-completing-read): Sort bookmark names if
14177         bookmark-sort-flag is non-nil (Bug#4653).
14179 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
14181         * emulation/cua-base.el: Add CUA property to some CC mode commands
14182         (Bug#4100).
14184 2009-11-08  Kevin Ryde  <user42@zip.com.au>
14186         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
14187         at end of sentence (Bug#4818).
14189 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
14191         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14192         Handle "see declaration of" MSFT statements (Bug#4100).
14194 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
14196         * net/tramp.el (tramp-advice-make-auto-save-file-name)
14197         (tramp-advice-file-expand-wildcards): Unload via
14198         `ad-remove-advice'.
14200         * net/trampver.el: Update release number.
14202 2009-11-08  Kevin Ryde  <user42@zip.com.au>
14204         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
14205         `ad-do-it'.
14207 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
14209         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
14210         in order to keep context in SELinux.
14212 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
14214         * dired-aux.el (dired-query): Place cursor in echo area and allow
14215         C-g.
14217         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
14218         menu item if not on a directory (Bug#4701).
14220 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
14222         Sync with Tramp 2.1.17.
14224         * net/tramp.el (tramp-handle-copy-directory): Don't use
14225         `file-remote-p' (due to compatibility).
14227         * net/tramp-compat.el (tramp-compat-copy-directory)
14228         (tramp-compat-delete-directory): New defuns.
14230         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
14231         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
14232         Use `tramp-compat-delete-directory'.
14234         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
14235         (tramp-smb-handle-delete-directory):
14236         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
14238         * net/trampver.el: Update release number.
14240 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
14242         * tar-mode.el (tar-copy): Call write-region on the right buffer
14243         (Bug#4857).
14245         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
14246         by hand, if necessary (Bug#4878).
14248 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
14250         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
14251         align size column (Bug#4839).
14253         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
14254         statement.
14256 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14258         * progmodes/ld-script.el (auto-mode-alist):
14259         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
14261         * cus-face.el (custom-declare-face): Purecopy face spec.
14263 2009-11-06  Kenichi Handa  <handa@m17n.org>
14265         * international/uni-bidi.el: Re-generated.
14266         * international/uni-category.el: Re-generated.
14267         * international/uni-combining.el: Re-generated.
14268         * international/uni-mirrored.el: Re-generated.
14270 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14272         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
14273         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
14274         (tex-start-options, slitex-run-command, latex-run-command)
14275         (tex-run-command, tex-directory):
14276         * textmodes/ispell.el (ispell-html-skip-alists)
14277         (ispell-tex-skip-alists, ispell-tex-skip-alists):
14278         * textmodes/fill.el (adaptive-fill-first-line-regexp):
14279         (adaptive-fill-regexp):
14280         * textmodes/dns-mode.el (auto-mode-alist):
14281         * progmodes/python.el (interpreter-mode-alist):
14282         * progmodes/etags.el (tags-compression-info-list):
14283         * progmodes/etags.el (tags-file-name):
14284         * net/browse-url.el (browse-url-galeon-program)
14285         (browse-url-firefox-program):
14286         * mail/sendmail.el (mail-signature-file)
14287         (mail-citation-prefix-regexp):
14288         * international/mule-conf.el (eight-bit):
14289         * international/latexenc.el (latex-inputenc-coding-alist):
14290         * international/fontset.el (x-pixel-size-width-font-regexp):
14291         * emacs-lisp/warnings.el (warning-type-format):
14292         * emacs-lisp/trace.el (trace-buffer):
14293         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
14294         (emacs-lisp-mode-map):
14295         * calendar/holidays.el (holiday-solar-holidays)
14296         (holiday-bahai-holidays, holiday-islamic-holidays)
14297         (holiday-christian-holidays, holiday-hebrew-holidays)
14298         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
14299         (hebrew-holidays-1, holiday-oriental-holidays)
14300         (holiday-general-holidays):
14301         * x-dnd.el (x-dnd-known-types):
14302         * tool-bar.el (tool-bar):
14303         * startup.el (site-run-file):
14304         * shell.el (shell-dumb-shell-regexp):
14305         * rfn-eshadow.el (file-name-shadow-tty-properties)
14306         (file-name-shadow-properties):
14307         * paths.el (remote-shell-program, news-directory):
14308         * mouse.el ([C-down-mouse-3]):
14309         * menu-bar.el (menu-bar-tools-menu):
14310         * jka-cmpr-hook.el (jka-compr-load-suffixes)
14311         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
14312         (jka-compr-compression-info-list):
14313         * isearch.el (search-whitespace-regexp):
14314         * image-file.el (image-file-name-extensions):
14315         * find-dired.el (find-ls-option):
14316         * files.el (directory-listing-before-filename-regexp)
14317         (directory-free-space-args, insert-directory-program)
14318         (list-directory-brief-switches, magic-fallback-mode-alist)
14319         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
14320         (automount-dir-prefix):
14321         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
14322         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
14323         (face-font-registry-alternatives, face-font-registry-alternatives)
14324         (face-font-family-alternatives):
14325         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
14326         (facemenu-foreground-menu, facemenu-face-menu):
14327         * epa-hook.el (epa-file-name-regexp):
14328         * dnd.el (dnd-protocol-alist):
14329         * textmodes/rst.el (auto-mode-alist):
14330         * button.el (default-button): Purecopy strings.
14332 2009-11-06  Glenn Morris  <rgm@gnu.org>
14334         * Makefile.in (ELCFILES): Update.
14336 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14338         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
14339         * emacs-lisp/levents.el: Move to obsolete/levents.el.
14341         * nxml/xsd-regexp.el (xsdre-gen-categories):
14342         * nxml/xmltok.el (xmltok-parse-entity):
14343         * nxml/rng-parse.el (rng-parse-validate-file):
14344         * nxml/rng-maint.el (rng-format-manual)
14345         (rng-manual-output-force-new-line):
14346         * nxml/rng-loc.el (rng-save-schema-location-1):
14347         * nxml/rng-cmpct.el (rng-c-parse-file):
14348         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
14349         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
14351 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
14353         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14354         Remove extra save-excursions and make-variable-buffer-local's.
14355         Suggested by Stefan Monnier.
14357         (verilog-getopt-file, verilog-module-inside-filename-p)
14358         (verilog-set-define): Merge GNU 1.35 and repair changes from
14359         switching to using with-current-buffer.
14361         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
14362         being treated as a number and confusing AUTORESET.
14363         Reported by Dan Dever.
14365         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
14366         Add verilog-auto-ignore-concat to fix backward compatibility with
14367         older verilog-modes.  Reported by Dan Katz.
14369         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
14370         containing closing anchors "...$".
14372         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
14373         Reported by Wade Smith.
14375         (verilog-batch-execute-func): Comment on function usage.
14377 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
14379         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
14380         for labels.
14382         (verilog-label-re, verilog-calc-1): Support proper indent of named
14383         asserts.
14385         (verilog-backward-token, verilog-basic-complete-re)
14386         (verilog-beg-of-statement, verilog-indent-re): Support proper
14387         indent of the assert statement at the beginning of a block of text.
14389         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
14390         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
14391         tokens as begins.
14393 2009-11-05  Glenn Morris  <rgm@gnu.org>
14395         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
14396         Emacs 19.  (Bug#1531)
14397         (byte-compile-fix-header): Update for the above change.
14398         Drop test for epoch::version.
14400         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
14401         * cus-dep.el (custom-make-dependencies):
14402         * finder.el (finder-compile-keywords):
14403         Use autoload-rubric's feature argument.
14405         * calendar/diary-lib.el (top-level): Make load behave more like require.
14407         * vc-git.el (vc-git-stash-map): Move definition before use.
14409 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
14411         * custom.el (custom-declare-group): Purecopy standard-value.
14412         (custom-declare-group): Purecopy custom-prefix.
14414         * international/mule.el (load-with-code-conversion):
14415         Call do-after-load-evaluation unconditionally.
14417         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
14419 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14421         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
14423 2009-11-04  Glenn Morris  <rgm@gnu.org>
14425         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
14426         (byte-compile-compatibility): Remove option.
14427         (byte-compile-close-variables, byte-compile-fix-header)
14428         (byte-compile-insert-header, byte-compile-output-docform)
14429         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
14430         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
14431         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
14432         (byte-compile-insert, byte-compile-defun):
14433         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
14434         (byte-defop-compiler19): Remove.
14435         Without byte-compile-compatibility, the 'emacs19-opcode property is not
14436         used by anything.  Replace all calls with byte-defop-compiler.
14438 2009-11-04  Juri Linkov  <juri@jurta.org>
14440         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
14441         (menu-bar-options-menu): Don't quote the `prop' arg of
14442         `menu-bar-make-mm-toggle'.
14444 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
14446         * calendar/calendar.el (cal-loaddefs):
14447         * calendar/diary-lib.el (diary-loaddefs):
14448         * calendar/holidays.el (hol-loaddefs):
14449         * eshell/esh-module.el (esh-groups): Load rather than require.
14451 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14453         * calendar/todo-mode.el (todo-add-category): Don't hardcode
14454         point-min==1.
14455         (todo-top-priorities): Only display-buffer when called interactively.
14456         (todo-item-start): Don't save excursion point.
14457         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
14458         (todo-insert-item-here, todo-file-item, todo-remove-item):
14459         Adjust uses of todo-item-start and todo-item-end.
14461         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
14462         (autoload-rubric): Don't use any more.
14464         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
14465         and only put a prop if it is non-nil.
14467 2009-11-03  Juri Linkov  <juri@jurta.org>
14469         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
14470         (menu-bar-options-menu): Fix list quoting (Bug#4429).
14472         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
14473         and "Menu" to make top-level menu item visually one unit (like
14474         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
14475         multi-word menu items).  Fix :help string for quit-window.
14477 2009-11-03  Glenn Morris  <rgm@gnu.org>
14479         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
14480         (byte-compile-file-form-define-abbrev-table)
14481         (byte-compile-file-form-custom-declare-variable)
14482         (byte-compile-variable-ref, byte-compile-defvar):
14483         Whether or not a warning is enabled should only affect whether we issue
14484         the warning, not whether or not we collect the relevant data.
14485         Eg warnings can be turned on and off throughout the course of a file.
14487         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
14488         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
14490 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14492         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
14493         * play/mpuz.el (mpuz-create-buffer):
14494         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
14495         (lm-print-y,s,noise, lm-print-w0, lm-init):
14496         * play/gomoku.el (gomoku-prompt-for-move):
14497         * play/fortune.el (fortune-in-buffer):
14498         * play/dissociate.el (dissociated-press):
14499         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
14500         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
14501         * mail/supercite.el (sc-eref-show):
14502         * mail/smtpmail.el (smtpmail-send-it):
14503         * mail/rmailsum.el (rmail-summary-next-labeled-message)
14504         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
14505         (rmail-summary-undelete-many, rmail-summary-rmail-update)
14506         (rmail-summary-goto-msg, rmail-summary-expunge)
14507         (rmail-summary-get-new-mail, rmail-summary-search-backward)
14508         (rmail-summary-add-label, rmail-summary-output-menu)
14509         (rmail-summary-output-body):
14510         * mail/rfc822.el (rfc822-addresses):
14511         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
14512         * mail/mailpost.el (post-mail-send-it):
14513         * mail/hashcash.el (hashcash-generate-payment):
14514         * mail/feedmail.el (feedmail-run-the-queue)
14515         (feedmail-queue-send-edit-prompt-help-first)
14516         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
14517         (feedmail-deduce-address-list):
14518         * eshell/esh-ext.el (eshell-remote-command):
14519         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
14520         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
14521         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
14522         (viper-save-string-in-file, viper-valid-marker):
14523         * emulation/viper-keym.el (viper-toggle-key):
14524         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
14525         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
14526         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
14527         * emulation/viper-cmd.el (viper-exec-form-in-vi)
14528         (viper-exec-form-in-emacs, viper-brac-function):
14529         * emulation/viper.el (viper-delocalize-var):
14530         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
14531         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
14532         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
14533         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
14534         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
14535         * emulation/edt.el (edt-electric-helpify):
14536         * emulation/cua-rect.el (cua--rectangle-aux-replace):
14537         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
14538         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
14539         (cua-indent-to-global-mark-column):
14540         * calendar/diary-lib.el (calendar-mark-1):
14541         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
14542         Use with-current-buffer.
14543         * emulation/viper.el (viper-delocalize-var): Use dolist.
14545 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
14547         * comint.el (comint-replace-by-expanded-history-before-point):
14548         Replace !! with the previous input string literally (Bug#1795).
14550 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
14552         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
14553         to be made up of whitespace.
14555 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
14557         * minibuffer.el (read-file-name): Don't use file dialogs for
14558         remote directories (Bug#99).
14560 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
14562         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
14564 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
14566         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
14567         instead of deleting the window or frame.
14569 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
14571         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
14572         Support face colors.
14574         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
14575         New function.  Support face colors (Bug#1168).
14576         (tex-common-initialization): Use it.
14578         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
14579         mode allows it (Bug#1168).
14581 2009-10-31  Juri Linkov  <juri@jurta.org>
14583         * facemenu.el (list-colors-display): Don't mark buffer as
14584         modified (Bug#3948).
14586 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
14588         * international/mule-diag.el (list-character-sets-1):
14589         Minor message fix (Bug#3526).
14591         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
14592         Fix face property (Bug#4834).
14593         (etags-list-tags, etags-tags-apropos-additional)
14594         (etags-tags-apropos, tags-select-tags-table): Add follow-link
14595         property.
14597         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
14598         items.
14600 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14602         * textmodes/two-column.el (2C-split):
14603         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
14604         * textmodes/tex-mode.el (tex-set-buffer-directory):
14605         * textmodes/spell.el (spell-region, spell-string):
14606         * textmodes/reftex.el (reftex-erase-buffer):
14607         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
14608         * textmodes/reftex-toc.el (reftex-toc-promote-action):
14609         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
14610         (reftex-select-item):
14611         * textmodes/reftex-ref.el (reftex-label-info-update)
14612         (reftex-offer-label-menu):
14613         * textmodes/reftex-index.el (reftex-index-change-entry)
14614         (reftex-index-phrases-info):
14615         * textmodes/reftex-global.el (reftex-create-tags-file)
14616         (reftex-save-all-document-buffers, reftex-ensure-write-access):
14617         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
14618         (reftex-view-crossref-from-bibtex):
14619         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
14620         (reftex-extract-bib-entries-from-thebibliography)
14621         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
14622         * textmodes/refbib.el (r2b-capitalize-title):
14623         (r2b-convert-buffer, r2b-help):
14624         * textmodes/page-ext.el (pages-directory)
14625         (pages-directory-goto-with-mouse):
14626         * textmodes/bibtex.el (bibtex-validate-globally):
14627         * textmodes/bib-mode.el (bib-capitalize-title):
14628         * textmodes/artist.el (artist-clear-buffer, artist-system):
14629         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
14630         (local-set-scheme-interaction-buffer, xscheme-process-filter)
14631         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
14632         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
14633         (xscheme-send-control-g-interrupt, xscheme-start-process)
14634         (xscheme-process-sentinel, xscheme-cd):
14635         * progmodes/verilog-mode.el (verilog-read-always-signals)
14636         (verilog-set-define, verilog-getopt-file)
14637         (verilog-module-inside-filename-p):
14638         * progmodes/sh-script.el:
14639         * progmodes/python.el (python-pdbtrack-get-source-buffer)
14640         (python-pdbtrack-grub-for-buffer, python-execute-file):
14641         * progmodes/octave-inf.el (inferior-octave):
14642         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14643         (idlwave-shell-compile-helper-routines, idlwave-set-local)
14644         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
14645         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
14646         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
14647         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
14648         (idlwave-shell-filter, idlwave-shell-examine-highlight)
14649         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
14650         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
14651         (idlwave-shell-examine-display, idlwave-shell-run-region)
14652         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
14653         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
14654         * progmodes/idlw-help.el (idlwave-help-get-special-help)
14655         (idlwave-help-get-help-buffer):
14656         * progmodes/gud.el (gud-basic-call, gud-find-class)
14657         (gud-tooltip-activate-mouse-motions-if-enabled):
14658         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
14659         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
14660         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
14661         (ebrowse-tags-next-file):
14662         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
14663         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
14664         (ebnf-eps-finish-and-write):
14665         * progmodes/cpp.el (cpp-edit-save):
14666         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
14667         * progmodes/cc-defs.el (c-emacs-features):
14668         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
14669         (antlr-directory-dependencies):
14670         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
14671         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
14672         (ada-find-any-references, ada-make-filename-from-adaname)
14673         (ada-make-body-gnatstub):
14674         * obsolete/rnews.el (news-list-news-groups):
14675         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
14676         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
14677         * net/rcirc.el (rcirc-debug):
14678         * net/newst-treeview.el (newsticker--treeview-list-add-item)
14679         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
14680         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
14681         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
14682         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
14683         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
14684         (newsticker--treeview-list-clear-highlight)
14685         (newsticker--treeview-list-update-highlight)
14686         (newsticker--treeview-list-highlight-start)
14687         (newsticker--treeview-tree-update-highlight)
14688         (newsticker--treeview-get-selected-item)
14689         (newsticker-treeview-mark-list-items-old)
14690         (newsticker--treeview-set-current-node):
14691         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
14692         * net/newst-backend.el (newsticker--get-news-by-funcall)
14693         (newsticker--get-news-by-wget, newsticker--image-get)
14694         (newsticker--image-sentinel):
14695         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
14696         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
14697         (eudc-ph-close-session):
14698         * net/eudc.el (eudc-save-options):
14699         * language/thai-word.el (thai-update-word-table):
14700         * language/japan-util.el (japanese-string-conversion):
14701         * international/titdic-cnv.el (tsang-quick-converter)
14702         (ziranma-converter, ctlau-converter):
14703         * international/mule-cmds.el (describe-language-environment):
14704         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
14705         (skkdic-convert-postfix, skkdic-convert-prefix):
14706         (skkdic-convert-okuri-nasi, skkdic-convert):
14707         * emacs-lisp/re-builder.el (reb-update-overlays):
14708         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
14709         * emacs-lisp/gulp.el (gulp-send-requests):
14710         * emacs-lisp/find-gc.el (trace-call-tree):
14711         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
14712         (eieio-describe-generic):
14713         * emacs-lisp/eieio-base.el (eieio-persistent-read):
14714         * emacs-lisp/edebug.el (edebug-outside-excursion):
14715         * emacs-lisp/debug.el (debugger-make-xrefs):
14716         * emacs-lisp/cust-print.el (custom-prin1-to-string):
14717         * emacs-lisp/chart.el (chart-new-buffer):
14718         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
14719         Use with-current-buffer.
14720         * textmodes/artist.el (artist-system): Don't call
14721         copy-sequence on a fresh string.
14722         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
14724 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
14726         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
14727         is no item to edit.  (Bug#4820)
14728         (todo-top-priorities): Restore point and restore narrowing in Todo
14729         buffer.  (Bug#4820)
14731 2009-10-31  Glenn Morris  <rgm@gnu.org>
14733         * net/ange-ftp.el (top-level): Don't require dired when compiling.
14734         (comint-last-output-start, comint-last-input-start)
14735         (comint-last-input-end): Don't defvar when compiling.
14736         (ange-ftp-process-file): Use bound-and-true-p.
14738         * pcmpl-rpm.el (top-level): Move provide statement to end.
14739         (pcmpl-rpm): Remove unused custom group.
14741         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
14743         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
14745         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14746         (byte-compile-warnings): Add `constants' as an option.
14747         (byte-compile-callargs-warn, byte-compile-arglist-warn)
14748         (display-call-tree): Update for byte-compile-fdefinition possibly
14749         returning `(macro lambda ...)'.  (Bug#4778)
14750         (byte-compile-variable-ref, byte-compile-setq-default):
14751         Respect `constants' member of byte-compile-warnings.
14753 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14755         * vc-bzr.el (vc-bzr-revision-keywords): New var.
14756         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
14757         to "submit:".
14759 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
14761         * textmodes/ispell.el (ispell-skip-region-alist):
14762         * international/mule-conf.el (eight-bit):
14763         * international/fontset.el (font-encoding-alist):
14764         * startup.el (pure-space-overflow-message):
14765         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
14766         * paths.el (gnus-nntp-service, rmail-spool-directory)
14767         (term-file-prefix):
14768         * files.el (save-some-buffers-action-alist):
14769         * cmuscheme.el (same-window-buffer-names):
14770         * ielm.el (same-window-buffer-names):
14771         * shell.el (same-window-buffer-names):
14772         * mail/sendmail.el (same-window-buffer-names):
14773         * progmodes/inf-lisp.el (same-window-buffer-names):
14774         * bindings.el (mode-line-client)
14775         (mode-line-column-line-number-mode-map):
14776         * language/tibetan.el (tibetan-precomposition-rule-regexp)
14777         (tibetan-precomposed-regexp): Purecopy string arguments.
14779 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14781         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
14782         (calcDigit-nondigit):
14783         * calc/calc-yank.el (calc-copy-to-buffer):
14784         * calc/calc-units.el (calc-invalidate-units-table):
14785         * calc/calc-trail.el (calc-trail-yank):
14786         * calc/calc-store.el (calc-insert-variables):
14787         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
14788         * calc/calc-prog.el (calc-read-parse-table):
14789         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
14790         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
14791         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
14792         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
14793         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
14794         (calc-graph-name, calc-graph-find-command, calc-graph-view)
14795         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
14796         * calc/calc-ext.el (calc-realign):
14797         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
14798         (calc-embedded-finish-edit, calc-embedded-make-info)
14799         (calc-embedded-finish-command, calc-embedded-stack-change):
14800         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
14802         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
14803         shell-dynamic-complete-filename in preference to
14804         comint-dynamic-complete-filename.
14806         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14807         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14808         Don't consider whether the display supports colors.
14809         (bookmark-import-new-list): Use dolist.
14810         (bookmark-bmenu-mode-map): Move initialization into declaration.
14811         (bookmark-bmenu-list): Use dolist, simplify.
14812         (bookmark-show-all-annotations): Use save-selected-window and dolist.
14813         (menu-bar-final-items): Use push.
14815 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
14817         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
14818         it works on remote files.
14819         (vc-hg-diff): Don't pass any `--cwd' argument.
14821 2009-10-27  Kevin Ryde  <user42@zip.com.au>
14823         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14824         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
14825         (Further to Bug#3921).
14827 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
14829         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
14830         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
14831         calling `tramp-imap-put-file'.  Add file size to the call.
14832         (tramp-imap-get-file-entries): Compute also user name, file size,
14833         and date.
14834         (tramp-imap-handle-insert-directory): Insert uid and gid.
14835         (tramp-imap-handle-file-attributes): Transform uid and gid
14836         according to `id-format'.
14837         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
14838         size in header X-Size.
14840 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
14842         * simple.el (transpose-subr): Give clearer error when the mark
14843         is not set.  (Bug#4807)
14845 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
14847         * net/tramp.el (tramp-perl-file-truename): New defconst.
14848         Perl code contributed by yary <not.com@gmail.com> (tiny change).
14849         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
14850         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
14851         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
14853         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
14854         Ignore `dired-call-process'.
14855         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
14857 2009-10-26  Julian Scheid  <julians37@gmail.com>
14859         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
14860         (tramp-get-remote-readlink): New defun.
14861         (tramp-handle-file-truename): Use it.
14862         (tramp-handle-file-exists-p): Check file-attributes cache, assume
14863         file exists if cache value present.
14864         (tramp-check-cached-permissions): New defun.
14865         (tramp-handle-file-readable-p): Use it.
14866         (tramp-handle-file-writable-p): Likewise.
14867         (tramp-handle-file-executable-p): Likewise.
14868         (tramp-handle-file-name-all-completions): Try using Perl to get
14869         partial completions.  When perl not available, combine `cd' and
14870         `ls' into single remote operation and use shell expansion to get
14871         partial remote directory contents.  Set `file-exists-p' cache for
14872         directory and any files returned by ls.  Change cache handling to
14873         support partial directory contents.  Use error message emitted by
14874         remote `cd' or Perl code for local tramp-error.
14875         (tramp-do-copy-or-rename-file-directly): Avoid separate
14876         tramp-send-command-and-check call.
14877         (tramp-handle-process-file): Merge three remote ops into one.
14878         Do not flush all caches when `process-file-side-effects' is set.
14879         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
14880         file-attributes shows uid/gid to be set already.
14882 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
14884         * textmodes/tex-mode.el (tex-dvi-view-command)
14885         (tex-show-queue-command, tex-open-quote):
14886         * progmodes/ruby-mode.el (auto-mode-alist)
14887         (interpreter-mode-alist): Purecopy strings.
14889         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
14891         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
14892         string for the hook, keymap and abbrev table.
14894         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
14896         * x-dnd.el (x-dnd-xdnd-to-action):
14897         * startup.el (fancy-startup-text, fancy-about-text): Change to
14898         defconst from defvar.
14900         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
14902         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
14903         Purecopy initialization strings.
14905         * mail/sendmail.el (mail-header-separator)
14906         (mail-personal-alias-file):
14907         * mail/rmail.el (rmail-default-dont-reply-to-names)
14908         (rmail-ignored-headers, rmail-retry-ignored-headers)
14909         (rmail-highlighted-headers, rmail-secondary-file-directory)
14910         (rmail-secondary-file-regexp):
14911         * files.el (null-device, file-name-invalid-regexp)
14912         (locate-dominating-stop-dir-regexp)
14913         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
14914         (interpreter-mode-alist): Use mapcar instead of mapc.
14916         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
14918         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
14919         (completion-ignored-extensions):
14920         (debug-ignored-errors): Purecopy strings.
14922 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14924         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
14925         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
14926         (pcomplete--here): Use push.
14928         * subr.el (all-completions): Declare the 4th arg obsolete.
14930 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14932         * pcomplete.el (pcomplete-unquote-argument-function): New var.
14933         (pcomplete-unquote-argument): New function.
14934         (pcomplete--common-suffix): Always pay attention to case.
14935         (pcomplete--table-subvert): Quote and unquote the text.
14936         (pcomplete--common-quoted-suffix): New function.
14937         (pcomplete-std-complete): Use it and pcomplete-begin.
14939         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
14940         we're inside a dedicated or minibuffer window.
14942 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
14944         * bookmark.el: Update documentation, especially documentation
14945         of `bookmark-alist' and of the bookmark file format.
14946         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
14948 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
14950         * mail/emacsbug.el (report-emacs-bug): Clarify that the
14951         keybindings apply to the mail buffer (Bug#4003).  Shrink help
14952         window to buffer.
14954         * whitespace.el (whitespace-mode, whitespace-newline-mode)
14955         (global-whitespace-mode, global-whitespace-newline-mode)
14956         (whitespace-toggle-options, global-whitespace-toggle-options):
14957         Doc fix (Bug#3660).
14959         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
14960         of xmltok-start before the end tag was inserted (Bug#2840).
14962         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
14963         patterns that are preceded by an open-paren (Bug#1320).
14965 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
14967         * files.el (delete-directory): Delete symlinks to directories with
14968         delete-file (Bug#4739).
14970 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
14972         * vc.el (vc-backend-for-registration): Rename from
14973         vc-get-backend-for-registration.  Update callers.
14975         * international/mule-cmds.el (set-language-info-alist):
14976         Purecopy lang-env.
14977         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
14978         (charset): Purecopy the name.
14979         (define-char-code-property): Purecopy string arguments.
14981         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14982         Purecopy string arguments.
14984         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14985         * ediff-hook.el (menu-bar-ediff-menu):
14986         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
14987         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
14989 2009-10-24  Glenn Morris  <rgm@gnu.org>
14991         * comint.el (comint-dynamic-list-completions):
14992         * term.el (term-dynamic-list-completions): Use choose-completion rather
14993         than obsolete alias mouse-choose-completion.
14995         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
14996         file-cache-choose-completion.
14997         (file-cache-choose-completion): Handle an optional event argument.
14998         (file-cache-mouse-choose-completion): Make it an obsolete alias.
15000         * progmodes/octave-mod.el (octave-complete-symbol):
15001         Use choose-completion if mouse-choose-completion is ever removed.
15003         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
15004         use.
15006         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
15007         compiler.
15009         * vc-hooks.el (vc-responsible-backend): Fix declaration.
15011 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15013         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
15014         Ignore `pred' now that we receive one.
15015         Handle test-completion specially.
15017 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15019         * vc.el (vc-responsible-backend): Throw an error if not backend is
15020         found.  Remove the REGISTER argument.  Move the code dealing with
15021         REGISTER ...
15022         (vc-get-backend-for-registration): ... here.  New function.
15023         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
15024         of vc-responsible-backend, pass the file name instead of the
15025         directory name.
15027 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15029         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
15030         New funs.
15031         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
15032         (pcomplete-comint-setup): Don't modify a global var via
15033         accidental side-effects.
15034         (pcomplete-shell-setup): Adjust call accordingly.
15035         (pcomplete-parse-comint-arguments): Use push.
15037 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
15039         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15040         Allow uncapitalized info node names (Bug#3921).
15042         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
15043         to the DEBUG file (Bug#3781).
15045 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
15047         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
15048         dictionary entry (Bug#4579).
15050 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
15052         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
15053         from `rfn-eshadow-update-overlay-hook' when unloading.
15054         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
15055         "rsyncc".  Adjust doc string.
15056         (tramp-temp-buffer-file-name): New buffer-local defvar.
15057         (tramp-handle-insert-file-contents, tramp-handle-write-region):
15058         Keep temporary file when indicated by method ("rsync" and
15059         "rsyncc").
15060         (tramp-handle-write-region): Handle APPEND.
15061         (tramp-delete-temp-file-function): New defun.  Added to
15062         `kill-buffer-hook'.
15064 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
15066         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
15068 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15070         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
15071         (color-name-rgb-alist, tty-standard-colors)
15072         (tty-color-mode-alist): Change to defconst.
15074         * simple.el (mark-inactive): Purecopy message.
15076         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
15077         (global-map, yank-menu):
15078         * textmodes/ispell.el (ispell-menu-map):
15079         * net/eudc.el (eudc-tools-menu):
15080         * international/mule-cmds.el (describe-language-environment-map)
15081         (setup-language-environment-map, set-coding-system-map)
15082         (mule-menu-keymap):
15083         * vc-hooks.el (vc-menu-entry, vc-menu-map):
15084         * replace.el (occur-mode-map):
15085         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
15087 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
15089         * calc/calc.el (math-read-number, math-read-number-simple):
15090         Use `save-match-data'.
15092 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15094         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
15095         rather than fiddling with global-map bindings, since it should only
15096         affect per-terminal settings.
15097         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
15099         * minibuffer.el (completion-table-with-terminator): Allow to specify
15100         the terminator-regexp.
15102         * simple.el (switch-to-completions): Look for *Completions* in other
15103         frames as well.
15105         * pcomplete.el: Allow the use of completion-tables.
15106         (pcomplete-std-complete): New command.
15107         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
15108         (pcomplete--here): Use a function for `form' rather than an expression,
15109         so it can be byte-compiled.
15110         (pcomplete-here, pcomplete-here*): Adjust accordingly.
15111         Add edebug declaration.
15112         (pcomplete-show-completions): Remove unused var `curbuf'.
15113         (pcomplete-do-complete, pcomplete-stub):
15114         Don't assume `completions' is a list of strings any more.
15116 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
15118         * find-dired.el (find-name-arg): Fix typo in docstring.
15120 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15122         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
15123         (pcmpl-linux-fs-types): Same, and update to new modules layout.
15125         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
15126         pcomplete-entries.
15128         * comint.el (comint-read-input-ring, comint-write-input-ring)
15129         (comint-substitute-in-file-name)
15130         (comint-dynamic-complete-as-filename)
15131         (comint-dynamic-simple-complete)
15132         (comint-dynamic-list-filename-completions)
15133         (comint-dynamic-list-completions)
15134         (comint-redirect-results-list-from-process): Minor simplifications.
15136 2009-10-21  Kevin Ryde  <user42@zip.com.au>
15138         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
15139         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
15140         the first form.  And insert a blank line after ";;; Code" since
15141         that's usual style.  (Bug#4612)
15143         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
15145 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15147         * minibuffer.el (completion-table-with-terminator): Properly implement
15148         boundaries, in case `terminator' appears in the suffix.
15149         (completion--embedded-envvar-table): Don't return boundaries if
15150         there's no valid completion.  Simplify.
15151         (completion-file-name-table): New completion table extracted from
15152         completion--file-name-table.
15153         (completion--file-name-table): Use it.
15154         (read-file-name-predicate): Declare obsolete.
15155         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
15156         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
15157         completion-file-name-table, and use the `pred' argument.
15158         * files.el (locate-file-completion-table): Use the `pred' arg rather
15159         than read-file-name-predicate.
15160         (abbreviate-file-name): Use \` rather than ^ for BOS.
15162 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
15164         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
15165         vc-responsible-backend to register, it causes problems.
15167 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15169         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
15171 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
15173         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
15174         (tramp-smb-handle-file-attributes): Use it.
15175         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
15176         (tramp-smb-handle-insert-directory): Use `mapc' rather than
15177         `mapcar'.  Use `tramp-smb-get-stat-capability'.
15178         Add `dired-filename' text properties.
15179         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
15180         (tramp-smb-maybe-open-connection): Simplify check for smbclient
15181         version.
15183 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15185         * subr.el (read-key-delay): Reduce to 0.01.
15186         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
15187         (bug#4751).
15189 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15191         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
15193         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
15194         (Info-menu): Remove unused vars `last' and `completions'.
15195         (Info-index-nodes): Remove unused var `node'.
15197         * info.el (Info-complete-menu-item): Use complete-with-action.
15199 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
15201         Make vc-annotate work through copies and renames.
15202         * vc-annotate.el (vc-annotate-extract-revision-at-line):
15203         Return the file name too.
15204         (vc-annotate-revision-at-line)
15205         (vc-annotate-find-revision-at-line)
15206         (vc-annotate-revision-previous-to-line)
15207         (vc-annotate-show-log-revision-at-line): Update to get the file
15208         name from vc-annotate-extract-revision-at-line.
15209         (vc-annotate-show-diff-revision-at-line-internal): Change the
15210         argument to mean whether to show a file diff or not.  Get the file
15211         name from vc-annotate-extract-revision-at-line.
15212         (vc-annotate-show-diff-revision-at-line):
15213         Update vc-annotate-show-diff-revision-at-line call.
15214         (vc-annotate-warp-revision): Add an optional file argument.
15216         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
15217         (vc-git-annotate-extract-revision-at-line): Also return the file
15218         name if found.
15220         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
15221         command.  Remove unused code.
15222         (vc-hg-annotate-re): Update to match --follow output.
15223         (vc-hg-annotate-extract-revision-at-line): Also return the file
15224         name if found.
15226         * vc.el: Update annotate-extract-revision-at-line documentation.
15228 2009-10-18  Kevin Ryde  <user42@zip.com.au>
15230         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
15231         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
15233         * net/browse-url.el (browse-url): Identify alist with "consp and
15234         not functionp" and let all other things go down the `apply' leg,
15235         as suggested by Stefan.  (Further to bug#4531.)
15237 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
15239         * minibuffer.el (read-file-name): Check for repeat before putting
15240         a default argument in file-name-history (Bug#4657).
15242         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
15243         read syntax (Bug#4737).
15245         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
15247 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
15249         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
15250         (html-tag-alist, html-tag-help): Add descriptions for undocumented
15251         entries and make note of obsolete tags.
15253 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15255         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
15257 2009-10-18  Glenn Morris  <rgm@gnu.org>
15259         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
15260         grep, so that binary files (eg international/uni-bidi.el) can match.
15261         Remove test for "UnicodeData" files, since it is hopefully unnecessary
15262         now, and in any case the file header format has changed.
15264 2009-10-17  Glenn Morris  <rgm@gnu.org>
15266         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
15267         (flyspell-get-word, flyspell-large-region)
15268         (flyspell-auto-correct-previous-word): Doc/error message fixes.
15270 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
15272         * Makefile.in (ELCFILES): Add ede/shell.
15274 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
15276         * term/common-win.el (x-colors): Purecopy it.
15278 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15280         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
15281         permissive for when the buffer is empty.
15282         (tar-header-block-tokenize): Decode the username and groupname.
15283         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
15285 2009-10-17  Eric Ludlam  <zappo@gnu.org>
15287         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
15288         contains multibyte characters, choose first applicable coding
15289         system automatically.
15291 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15293         * international/mule-cmds.el (select-safe-coding-system): If the file
15294         has a coding cookie, use it regardless of any other setting (bug#4712).
15296 2009-10-17  Glenn Morris  <rgm@gnu.org>
15298         * foldout.el (foldout-mouse-swallow-events):
15299         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
15301         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
15302         (dired-keep-marker-copy, dired-keep-marker-hardlink)
15303         (dired-keep-marker-symlink, dired-dwim-target)
15304         (dired-copy-preserve-time): Do not autoload these defcustoms.
15306         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
15307         messages from messing up the file coding.  (Bug#4623)
15309 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
15311         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
15312         if no match is found for the current dictionary.  (Bug#4578)
15314         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
15315         optional, since that is how it is documented, and this is often called
15316         with a nil argument.  (Bug#4577)
15317         (flyspell-external-point-words, flyspell-auto-correct-word)
15318         (flyspell-correct-word-before-point, flyspell-word-search-forward)
15319         (flyspell-word-search-backward): Remove nil argument in calls to
15320         flyspell-get-word, since it is not needed now.
15322 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
15324         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
15326 2009-10-16  Glenn Morris  <rgm@gnu.org>
15328         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
15330 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
15332         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
15333         (ange-ftp-file-size): New function.
15334         (ange-ftp-file-attributes): Use it.
15336 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
15338         * net/tramp-smb.el (tramp-smb-version): New defvar.
15339         (tramp-smb-maybe-open-connection): Use it, in order to avoid
15340         repeated checks.
15342 2009-10-16  Glenn Morris  <rgm@gnu.org>
15344         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
15345         Maybe copy some custom properties from old to new name.  (Bug#4706)
15347 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
15349         * subr.el (error, sit-for, start-process-shell-command)
15350         (start-file-process-shell-command): Set the calling convention
15351         after the function definition.
15353 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15355         * subr.el (error, sit-for, start-process-shell-command)
15356         (start-file-process-shell-command): Use the new
15357         set-advertised-calling-convention feature.
15359 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
15361         * international/ucs-normalize.el (ucs-normalize-version):
15362         Change to 1.2.
15363         (check-range): Adjust for Unicode 5.2.
15365 2009-10-15  Juri Linkov  <juri@jurta.org>
15367         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
15368         to the `menu-item' format.
15370 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
15372         * net/tramp.el (tramp-replace-environment-variables): Do not fail
15373         if the environment variable does not exist.
15375         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15376         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
15377         parameter.
15378         (tramp-smb-handle-add-name-to-file)
15379         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15380         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15381         (tramp-smb-handle-file-attributes)
15382         (tramp-smb-do-file-attributes-with-stat)
15383         (tramp-smb-handle-file-local-copy)
15384         (tramp-smb-handle-insert-directory)
15385         (tramp-smb-handle-make-directory)
15386         (tramp-smb-handle-make-directory-internal)
15387         (tramp-smb-handle-make-symbolic-link)
15388         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
15389         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
15390         (tramp-smb-maybe-open-connection): Apply the changed parameters.
15391         (tramp-smb-read-file-entry): Read Disk names in compressed format.
15392         Handle long file names.
15393         (tramp-smb-get-cifs-capabilities): Check, whether the connection
15394         process is running.
15395         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
15396         Read share names with "-g" option.
15398 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
15400         * net/rcirc.el (rcirc-view-log-file): New command.
15401         (rcirc-track-minor-mode-map): Remove C-c ` binding.
15402         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
15403         specified.
15405 2009-10-15  Glenn Morris  <rgm@gnu.org>
15407         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
15408         from the second command-line argument.
15409         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
15410         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
15411         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
15412         w32-batch-update-autoloads.
15413         * emacs-lisp/autoload.el (autoload-make-program): New variable.
15414         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
15416         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
15417         the headers cannot be located.  Simplify, subtracting superflous
15418         save-excursions.
15420 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15422         Replace completion-base-size by completion-base-position to fix bugs
15423         such as (bug#4699).
15424         * simple.el (completion-base-position): New var.
15425         (completion-base-size): Mark as obsolete.
15426         (choose-completion): Make it work for mouse events as well.
15427         Pass the new base-position to choose-completion-string.
15428         (choose-completion-guess-base-position): New function, extracted from
15429         choose-completion-delete-max-match.
15430         (choose-completion-delete-max-match): Use it.  Make obsolete.
15431         (choose-completion-string): Use the new base-position info.
15432         (completion-root-regexp): Delete.
15433         (completion-setup-function): Preserve completion-base-position.
15434         Eliminate obsolete base-size manipulation.
15435         * minibuffer.el (display-completion-list): Don't mess with base-size.
15436         (minibuffer-completion-help): Set completion-base-position instead.
15437         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
15438         choose-completion.
15439         * textmodes/bibtex.el (bibtex-complete):
15440         * emacs-lisp/crm.el (crm--choose-completion-string):
15441         Adjust to new calling convention.
15442         * complete.el (partial-completion-mode): Use minibufferp to avoid
15443         bumping into incompatible change to choose-completion-string-functions.
15444         * ido.el (ido-choose-completion-string): Make its calling convention
15445         more permissive.
15446         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
15447         base-size manipulation.
15448         (comint-dynamic-list-input-ring): Use dotimes and push.
15449         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
15450         fundamental-mode.  Use `or'.
15452 2009-10-14  Juri Linkov  <juri@jurta.org>
15454         * misearch.el (multi-isearch-next-buffer-from-list)
15455         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
15457 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15459         * Makefile.in (compile-onefile): Load `bytecomp' rather than
15460         `bytecomp.el'.
15462         * minibuffer.el (completion-pcm--merge-completions): Make sure the
15463         string we return is all made up of text from the completions rather
15464         than part from the completions and part from the input (bug#4219).
15466         * ido.el (ido-everywhere): Use define-minor-mode.
15468         * buff-menu.el (list-buffers, ctl-x-map):
15469         Mark the entry points with ;;;###autoload cookies.
15471 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
15473         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
15474         correctly in the detached head case.
15475         (vc-git-print-log): Remove unused binding.
15477         * vc.el (vc-responsible-backend): When a directory is passed for
15478         for registration create a VC repository if no backend is
15479         responsible for the directory argument.
15480         (vc-deduce-fileset): Tell vc-responsible-backend to register.
15482         * vc.el: Move comments about RCS and SCCS ...
15483         * vc-rcs.el:
15484         * vc-sccs.el: ... here, respectively.
15486 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15488         * minibuffer.el (completion--file-name-table): Return nil if there's
15489         no file completion, even if substitute-in-file-name changed
15490         the string (bug#4708).
15492 2009-10-13  Juri Linkov  <juri@jurta.org>
15494         * files-x.el (read-file-local-variable-value): Don't filter out
15495         minor modes from mode name completion (bug#4664).
15497 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
15499         * international/mule-cmds.el (ucs-names): Remove exclusion of
15500         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
15502 2009-10-13  Kenichi Handa  <handa@m17n.org>
15504         * international/uni-name.el: Regenerated.
15506 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
15508         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
15509         should be automatically buffer-local, but isn't.)
15511 2009-10-12  Sam Steingold  <sds@gnu.org>
15513         * progmodes/compile.el (compilation-next-error-function): Fix the
15514         timestamps if the buffer has been visited before.
15515         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
15516         non-anchored patterns, like the perl one (bug#3928).
15518 2009-10-12  Glenn Morris  <rgm@gnu.org>
15520         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
15521         Let-bind `size'.
15523 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
15525         * proced.el (proced-unload-function): New function.
15527         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
15528         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
15529         Doc fix.
15531         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
15533 2009-10-11  Juri Linkov  <juri@jurta.org>
15535         * files-x.el (read-file-local-variable-value):
15536         Provide default value only for bound variables (bug#4664).
15538 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
15540         * net/tramp.el (tramp-local-host-p): Function shall return nil for
15541         connection methods like smb.
15543         * net/tramp-cache.el (tramp-flush-connection-property): The hash
15544         can be empty.
15546         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15547         (tramp-smb-file-name-handler-alist): Add handlers for
15548         `add-name-to-file', `make-symbolic-link'.
15549         (tramp-smb-handle-add-name-to-file)
15550         (tramp-smb-do-file-attributes-with-stat)
15551         (tramp-smb-handle-make-symbolic-link)
15552         (tramp-smb-get-cifs-capabilities): New defuns.
15553         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15554         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15555         (tramp-smb-handle-file-local-copy)
15556         (tramp-smb-handle-make-directory-internal)
15557         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
15558         The file name syntax depends on cifs capabilities.
15559         (tramp-smb-handle-file-attributes):
15560         Call `tramp-smb-do-file-attributes-with-stat' if possible.
15561         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
15562         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
15564 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
15566         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
15567         (eieio-defclass): Apply deftype handler and setf-method properties
15568         directly.
15569         (eieio-add-new-slot): Avoid union function from cl library.
15570         (eieio--typep): New function.
15571         (eieio-perform-slot-validation): Use it.
15573 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
15575         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
15576         Update documentation to refer to the variables documented in r1.135.
15577         (Bug#4188)
15579 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
15581         * bookmark.el (Info-suffix-list): Remove this unused variable.
15582         (bookmark-current-point): Remove this obsolete variable.
15583         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
15584         Adjust for removal of bookmark-current-point.
15586         (bookmarks-already-loaded, bookmark-current-buffer)
15587         (bookmark-yank-point): Document.  (Bug#4188)
15589 2009-10-10  Glenn Morris  <rgm@gnu.org>
15591         * frame.el (frame-height): Doc fix.
15593         * calendar/calendar.el (calendar-split-width-threshold): New option.
15594         (calendar-basic-setup): Use calendar-split-width-threshold.
15596 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
15598         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
15599         Ideographic Supplement" range (U+1F200..U+1F2FF).
15601 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
15603         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
15604         since the list will have been rebuilt anyway.  (Bug#4349)
15606 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
15608         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
15609         (bookmark-bmenu-execute-deletions): Don't save here, as
15610         bookmark-delete will now do so if necessary.
15611         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
15612         (Bug#4348)
15614 2009-10-09  Glenn Morris  <rgm@gnu.org>
15616         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
15618 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
15620         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
15621         (bookmark-jump-other-window): Just invoke bookmark-jump with new
15622         argument now, so the two function's behaviors will match.  (Bug#3645)
15624 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
15626         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
15627         (tramp-file-name-real-host, tramp-file-name-port):
15628         Apply `save-match-data'.
15630         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
15631         case both directories are remote.
15632         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
15633         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
15635 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
15637         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
15639 2009-10-07  Glenn Morris  <rgm@gnu.org>
15641         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
15642         of concat.
15644 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15646         * files-x.el (read-file-local-variable): Include some
15647         non-user-variables in the completion table (bug#4664).
15649 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
15651         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
15652         message.
15654         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15655         (tramp-smb-file-name-handler-alist): Add handler for
15656         `copy-directory', `expand-file-name', `set-file-modes'.
15657         (tramp-smb-handle-copy-directory)
15658         (tramp-smb-handle-expand-file-name)
15659         (tramp-smb-handle-set-file-modes): New defuns.
15660         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
15661         (tramp-smb-handle-file-attributes): Simplify check for retrieving
15662         entry.
15663         (tramp-smb-handle-insert-directory): Don't flush the cache.
15664         (tramp-smb-maybe-open-connection): Check for samba client and
15665         server versions.
15667 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
15669         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
15670         to not error out of search for "^lisp=" fails.
15672 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
15674         * makefile.w32-in (WINS_UPDATES): New macro.
15675         (custom-deps, finder-data, autoloads): Use it.
15677 2009-10-07  Glenn Morris  <rgm@gnu.org>
15679         * Makefile.in (autoloads): Revert previous change.
15680         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
15681         the list of preloaded files passed on the command-line, get
15682         it from src/Makefile.
15684         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
15685         show the original buffer rather than a random one.
15687 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
15689         * help.el (describe-no-warranty): Place point in a slightly better
15690         position in the GPLv3 text.
15692 2009-10-06  Sam Steingold  <sds@gnu.org>
15694         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
15695         the comm attribute is present before calling regexp-quote.
15697 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
15699         * play/animate.el (animate-string): For good effect, make sure
15700         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
15702         * play/animate.el (animate-sequence, animate-birthday-present):
15703         * misc.el (butterfly): Don't set `indent-tabs-mode'.
15705 2009-10-06  Glenn Morris  <rgm@gnu.org>
15707         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
15709         * emacs-lisp/autoload.el (autoload-excludes): New variable.
15710         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
15711         (batch-update-autoloads): Process a string value of autoload-excludes,
15712         set during the build process.
15713         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
15715         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
15716         inside with-parsed...  macro so that `v' is defined.
15718         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
15719         * progmodes/fortran.el (fortran-end-of-block)
15720         (fortran-beginning-of-block):
15721         Also push mark in the macro case.
15723         * emerge.el (emerge-show-file-name):
15724         * calc/calc.el (calc-quit):
15725         * calc/calc-misc.el (calc-big-or-small):
15726         * calc/calc-graph.el (calc-graph-view):
15727         * calc/calc-ext.el (calc-reset):
15728         * calendar/calendar.el (calendar-basic-setup):
15729         Use window-full-height-p.
15731         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
15732         header we don't understand, don't insert another.  (Bug#4624)
15733         If changing mime charset, insert the new one in the right place.
15735 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
15737         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15738         (cal-tex-cursor-month): Correctly increment the end date for diary and
15739         holiday listing.  (Bug#4626)
15741 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15743         * help-fns.el (describe-function-1): Don't burp if the function is not
15744         a symbol.
15746 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
15748         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
15749         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
15750         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
15751         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
15753         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
15754         (eieio-default-superclass): Reflow docstrings.
15755         (this, class-option-assoc, defclass, eieio-class-un-autoload)
15756         (eieio-unbind-method-implementations, defmethod)
15757         (eieio-validate-slot-value, eieio-validate-class-slot-value)
15758         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
15759         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
15760         (eieio-slot-originating-class-p, eieio-slot-name-index)
15761         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
15762         (constructor, initialize-instance, no-next-method, object-print)
15763         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
15764         Fix typos in docstrings.
15765         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
15766         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
15767         (next-method-p): Doc fixes.
15768         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
15769         Fix typos in error messages.
15770         (eieio-defmethod): Fix typo in description of generic method.
15772         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
15773         (eieio-persistent-save-interactive, slot-missing):
15774         Fix typos in docstrings.
15775         (eieio-instance-inheritor-slot-boundp): Doc fix.
15777         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
15778         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
15780         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
15781         (eieio-custom-object-apply-reset):
15782         Fix typos in docstrings and error messages.
15784         * emacs-lisp/eieio-datadebug.el (data-debug-show):
15785         Fix typo in docstring.
15787         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
15788         (eieio-browse-tree): Doc fix.
15789         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
15790         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
15791         Fix typos in docstrings.
15793         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
15794         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
15795         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
15796         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
15797         Reflow docstrings.
15799 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
15801         * vc-hg.el (log-view-vc-backend): Declare for compiler.
15802         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
15803         Set log-view-vc-backend so that diff can work.
15805         * log-view.el (log-view-diff): Use vc-diff-internal instead of
15806         vc-version-diff.
15807         (vc-diff-internal): Autoload this instead of vc-version-diff.
15809 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
15811         * simple.el (eval-expression): Doc fix.
15813         * progmodes/cwarn.el (cwarn-mode): Doc fix.
15815 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
15817         * files.el (directory-files-no-dot-files-regexp): New defconst.
15818         (delete-directory): Use it.
15819         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
15821         * net/tramp.el (tramp-verbose): Fix docstring.
15822         (tramp-methods): Add recursive option to `tramp-copy-args'.
15823         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
15824         "scp1_old", "scp2_old", "rsync", "rsyncc".
15825         (tramp-default-method): Check also for `auth-source-user-or-password'.
15826         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15827         Add handler for `copy-directory'.
15828         (tramp-handle-copy-directory): New defun.
15829         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
15830         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
15831         Optimize sent command.
15833 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15835         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
15836         window if necessary.
15838         * calendar/calendar.el (calendar-basic-setup): Don't call
15839         switch-to-buffer in a dedicated window.
15841 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
15843         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
15844         don't do anything related to relocating, just return nil.
15845         (bookmark-error-no-filename): New error.
15846         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
15847         bookmark has no file.  Don't even attempt to handle things that
15848         are not files; the whole point of custom handlers is to keep that
15849         knowledge elsewhere anyway.  Tighten some comments.
15850         (bookmark-file-or-variation-thereof): Remove now-unused function.
15851         (bookmark-location): Doc string fix.
15852         (Bug#4250)
15854 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15856         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
15857         don't use a file dialog, because they usually don't know how to read
15858         a directory target from the user.  (Bug#4230)
15859         Also, make sure the prompt can display directories as well as files.
15861 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15863         * bookmark.el (bookmark-set, bookmark-buffer-name):
15864         Improve doc strings.  (Bug#1193)
15866 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15868         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
15869         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
15870         (bookmark-get-annotation, bookmark-set-annotation)
15871         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
15872         (bookmark-set-position, bookmark-get-front-context-string)
15873         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
15874         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
15875         (bookmark-jump-other-window, bookmark-handle-bookmark)
15876         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
15877         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
15878         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
15879         Improve doc strings to say whether bookmark can be a string or
15880         a record or both, and make other consistency and clarity fixes.
15881         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
15882         (bookmark-default-annotation-text, bookmark-yank-word)
15883         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
15884         (bookmark-import-new-list, bookmark-maybe-rename)
15885         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15886         (bookmark-bmenu-bookmark): Give these doc strings.
15887         (bookmark-bmenu-check-position): Give this a doc string, but also
15888         add a FIXME comment about how the function may be pointless.
15889         (bookmark-default-handler): Rework doc string and change a
15890         parameter name, to clarify that this takes a bookmark record
15891         not a bookmark name.
15892         (bookmark-set): Change a parameter name to indicate its meaning,
15893         and improve the doc string a bit.
15894         (Bug#4188)
15896 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15898         * bookmark.el (bookmark-alist): Document the new `handler' element
15899         in the param alist.
15900         (bookmark-make-record-function): Adjust documentation for above.
15901         (Bug#4193)
15903 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
15905         * info.el (Info-bookmark-make-record): Document this function.
15906         (Info-bookmark-jump): Document with a doc string, not just a comment.
15907         (Bug#4203)
15909 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
15911         * files.el (copy-directory): New defun.
15913         * dired-aux.el (dired-copy-file-recursive): Use it.
15915 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
15917         * files-x.el (modify-dir-local-variable)
15918         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
15919         docstrings.
15921         * recentf.el (recentf-unload-function): New function.
15923 2009-10-04  Glenn Morris  <rgm@gnu.org>
15925         * window.el (window-full-height-p): Add doc string.
15927 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
15929         * window.el (window-full-height-p): New function.  (Bug#4543)
15931 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
15933         * vc.el: Remove commented out code.
15934         (vc-derived-from-dir-mode): Remove, unused.
15935         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
15937 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
15939         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
15940         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
15941         there could be recursive loading when `default-directory' is a
15942         remote file name.  (Bug#4614)
15944 2009-10-03  Glenn Morris  <rgm@gnu.org>
15946         * calendar/calendar.el (calendar-basic-setup): Handle the case where
15947         the frame is wide.
15948         (calendar-generate-window): Test for shrinkability rather than width.
15950         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
15951         reusing existing buffers, in case we happen to visit two files with the
15952         same basename.  (Bug#4593)
15954 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
15956         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
15957         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
15958         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
15959         subdirs of cedet as well.
15960         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
15962 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15964         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
15965         Obey advertised-signature-table.
15967         * help-fns.el (help-function-arglist): Don't check
15968         advertised-signature-table.
15969         (describe-function-1): Do it here instead so it also applies to subrs.
15971 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
15973         * simple.el (start-file-process): Say in the doc-string, that file
15974         handlers might not support pty association, if PROGRAM is nil.
15976         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
15977         HOST and USER are strings.  They are nil, when there are
15978         incomplete entries in ~/.netrc, for example.
15979         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
15980         root directory ("device busy" error otherwise).
15982         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
15983         Flush file properties of created directory.
15985 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
15987         * makefile.w32-in (WINS_BASIC): Remove cedet.
15988         (WINS_CEDET): Add cedet.
15989         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
15991 2009-10-02  Kevin Ryde  <user42@zip.com.au>
15993         * net/browse-url.el (browse-url): Pass any symbol in
15994         browse-url-browser-function to `apply', since if you've mistakenly put
15995         an unbound symbol then the error is clearer.  (Bug#4531)
15997 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
15999         * allout.el (allout-init, allout-back-to-current-heading)
16000         (allout-beginning-of-current-entry, allout-ascend-to-depth)
16001         (allout-ascend, allout-up-current-level, allout-end-of-level)
16002         (allout-previous-visible-heading, allout-forward-current-level)
16003         (allout-backward-current-level, allout-show-children):
16004         * apropos.el (apropos-describe-plist):
16005         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
16006         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
16007         * completion.el (add-completion, add-permanent-completion):
16008         * descr-text.el (describe-text-category, describe-char):
16009         * desktop.el (desktop-lazy-abort):
16010         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
16011         * dired.el (dired-build-subdir-alist):
16012         * ediff.el (ediff-version):
16013         * elide-head.el (elide-head, elide-head-show):
16014         * emerge.el (emerge-version):
16015         * env.el (getenv):
16016         * face-remap.el (variable-pitch-mode):
16017         * faces.el (describe-face):
16018         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
16019         (dired-at-point):
16020         * files.el (find-file-existing, auto-save-mode):
16021         * font-lock.el (font-lock-fontify-buffer):
16022         * help-fns.el (describe-function, describe-variable)
16023         (describe-syntax, describe-categories):
16024         * help.el (view-lossage, describe-bindings, describe-key)
16025         (describe-mode):
16026         * hexl.el (hexl-current-address):
16027         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
16028         * info.el (Info-goto-emacs-key-command-node):
16029         * log-edit.el (log-edit-insert-cvs-template)
16030         (log-edit-insert-cvs-rcstemplate):
16031         * menu-bar.el (menu-bar-mode):
16032         * mouse.el (mouse-appearance-menu):
16033         * newcomment.el (comment-indent-new-line):
16034         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
16035         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
16036         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
16037         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
16038         * recentf.el (recentf-mode):
16039         * savehist.el (savehist-mode, savehist-save):
16040         * shadowfile.el (shadow-copy-files):
16041         * simple.el (kill-ring-save, next-line, previous-line)
16042         (normal-erase-is-backspace-mode):
16043         * strokes.el (strokes-update-window-configuration)
16044         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
16045         (strokes-xpm-for-stroke):
16046         * time.el (emacs-uptime, emacs-init-time):
16047         * tutorial.el (tutorial--describe-nonstandard-key)
16048         (tutorial--detailed-help):
16049         * type-break.el (type-break-mode)
16050         (type-break-mode-line-message-mode, type-break-query-mode)
16051         (type-break-guesstimate-keystroke-threshold):
16052         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
16053         * version.el (emacs-version):
16054         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
16055         * winner.el (winner-mode):
16056         * calendar/timeclock.el (timeclock-in, timeclock-out)
16057         (timeclock-status-string, timeclock-change)
16058         (timeclock-workday-remaining-string)
16059         (timeclock-workday-elapsed-string)
16060         (timeclock-when-to-leave-string):
16061         * calendar/todo-mode.el (todo-add-category):
16062         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
16063         * emacs-lisp/autoload.el (update-file-autoloads):
16064         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
16065         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
16066         (checkdoc-message-text, checkdoc-defun):
16067         * emacs-lisp/debug.el (debugger-list-functions):
16068         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16069         * emacs-lisp/eieio-opt.el (eieio-describe-class)
16070         (eieio-describe-generic):
16071         * emacs-lisp/lisp-mnt.el (lm-synopsis):
16072         * emacs-lisp/shadow.el (list-load-path-shadows):
16073         * emulation/cua-base.el (cua-mode):
16074         * emulation/edt.el (edt-set-scroll-margins):
16075         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
16076         (tpu-toggle-regexp, tpu-toggle-search-direction)
16077         (tpu-toggle-rectangle, tpu-toggle-control-keys):
16078         * emulation/tpu-extras.el (tpu-set-scroll-margins):
16079         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
16080         (viper-set-parsing-style-toggling-macro)
16081         (viper-set-emacs-state-searchstyle-macros):
16082         * emulation/viper.el (viper-set-hooks):
16083         * eshell/esh-mode.el (eshell-truncate-buffer):
16084         * international/mule-cmds.el (prefer-coding-system)
16085         (describe-input-method, describe-language-environment):
16086         * international/mule-diag.el (list-character-sets)
16087         (describe-character-set, describe-coding-system)
16088         (describe-fontset, list-fontsets, list-input-methods):
16089         * mail/sendmail.el (mail-signature):
16090         * net/ange-ftp.el (ange-ftp-copy-file):
16091         * net/browse-url.el (browse-url):
16092         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
16093         * net/quickurl.el (quickurl-add-url):
16094         * net/rcirc.el (names, topic):
16095         * net/xesam.el (xesam-mode):
16096         * play/5x5.el (5x5-new-game):
16097         * play/yow.el (apropos-zippy):
16098         * progmodes/ada-mode.el (ada-mode-version):
16099         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
16100         (f90-end-of-block)
16101         (f90-beginning-of-block):
16102         * progmodes/fortran.el (fortran-end-of-block)
16103         (fortran-beginning-of-block):
16104         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
16105         * progmodes/python.el (python-describe-symbol, python-shell):
16106         * term/ns-win.el (ns-print-buffer):
16107         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
16108         * textmodes/flyspell.el (flyspell-mode-on):
16109         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
16110         (pages-directory-for-addresses):
16111         * textmodes/table.el (table-recognize-cell)
16112         (table-query-dimension, table-generate-source)
16113         (table-insert-sequence, table--warn-incompatibility):
16114         * textmodes/tex-mode.el (tex-validate-buffer):
16115         * textmodes/texinfmt.el (texinfmt-version)
16116         (texinfo-format-buffer):
16117         Use `called-interactively-p' instead of `interactive-p'.
16119 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
16121         * image-mode.el (image-toggle-display):
16122         * emacs-lisp/elp.el (elp-instrument-function):
16123         * emacs-lisp/advice.el (ad-make-advised-definition):
16124         * emacs-lisp/easy-mmode.el (define-minor-mode):
16125         * net/browse-url.el (browse-url-maybe-new-window):
16126         * progmodes/sh-script.el (sh-learn-buffer-indent):
16127         Pass new argument 'any to `called-interactively-p'.
16129 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
16131         * international/uni-bidi.el:
16132         * international/uni-category.el:
16133         * international/uni-combining.el:
16134         * international/uni-comment.el:
16135         * international/uni-decimal.el:
16136         * international/uni-decomposition.el:
16137         * international/uni-digit.el:
16138         * international/uni-lowercase.el:
16139         * international/uni-mirrored.el:
16140         * international/uni-name.el:
16141         * international/uni-numeric.el:
16142         * international/uni-old-name.el:
16143         * international/uni-titlecase.el:
16144         * international/uni-uppercase.el:
16145         Regenerate from Unicode 5.2.0 data.
16147 2009-10-01  Glenn Morris  <rgm@gnu.org>
16149         * Makefile.in (ELCFILES): Regenerate.
16151 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16153         * subr.el (interactive-p): Mark obsolete.
16154         (called-interactively-p): Make the optional-ness of `kind' obsolete.
16155         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
16156         advertised-signature-table for subroutines as well.
16158         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
16159         (set-advertised-calling-convention): New function.
16160         (make-obsolete, define-obsolete-function-alias)
16161         (make-obsolete-variable, define-obsolete-variable-alias):
16162         Make the optional-ness of `when' obsolete.
16163         (define-obsolete-face-alias): Make `when' non-optional.
16164         * help-fns.el (help-function-arglist):
16165         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
16166         Use advertised-signature-table.
16168 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
16170         * files.el (delete-directory): New defun.  The original function
16171         in fileio.c has been renamed to `delete-directory-internal'.
16173         * dired.el (dired-delete-file): Call `delete-directory' with
16174         RECURSIVE parameter.
16176         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
16177         parameter RECURSIVE.  Implementation is missing.
16179         * net/tramp.el (tramp-handle-make-directory): Flush upper
16180         directory's file properties.
16181         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
16182         (tramp-handle-dired-recursive-delete-directory): Flush directory
16183         properties after the remove command only.
16185         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16186         Handle optional parameter RECURSIVE.
16188         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16189         Handle optional parameter RECURSIVE.
16191         * net/tramp-smb.el (tramp-smb-errors): Add error message for
16192         connection timeout.
16193         (tramp-smb-handle-delete-directory): Handle optional parameter
16194         RECURSIVE.
16196 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16198         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
16199         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
16200         (byte-compile-defmacro): Use backquotes.
16202         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
16204         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
16205         has no associated file.
16206         (vc-resynch-buffer): Use vc-dir-buffers.
16208 2009-10-01  Glenn Morris  <rgm@gnu.org>
16210         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
16211         (chart-file-count):
16212         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
16213         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
16214         * emacs-lisp/eieio-opt.el (eieio-describe-class):
16215         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
16216         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
16217         (eieio-copy-parents-into-subclass, make-instance, class-children)
16218         (eieio-generic-form):
16220         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
16221         match-data.  (Bug#4555).
16223         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
16224         rather than parsing it as a regexp.  This relaxes the layout
16225         requirements and makes errors easier to detect.
16226         (check-declare-verify): Check file is regular.
16227         (check-declare-directory): Doc fix.
16228         * subr.el (declare-function): Doc fix.
16230         * ibuffer.el (ibuffer-format-qualifier):
16231         * isearch.el (hi-lock-regexp-okay):
16232         * calc/calc.el (math-zerop):
16233         * mail/uce.el (rmail-msgbeg, rmail-msgend):
16234         * term/w32-win.el (setup-default-fontset, set-fontset-font):
16235         Remove unused declarations.
16237 2009-09-30  Eric Ludlam  <zappo@gnu.org>
16239         * emacs-lisp/eieio.el (boolean-p): Delete.
16241 2009-09-30  Glenn Morris  <rgm@gnu.org>
16243         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
16245         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
16246         filename is not a string.
16248 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
16250         * files.el (safe-local-eval-forms): Fix typo.
16252 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16254         * vc-hooks.el (vc-dir-buffers): New var.
16255         (vc-state-refresh): New function.
16256         (vc-state): Use it.
16257         (vc-after-save): Always ask the backend to recompute the new state.
16258         Always call vc-dir if necessary, using vc-dir-buffers.
16259         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
16260         Use vc-dir-buffers.
16261         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
16262         (vc-dir-prepare-status-buffer, vc-dir-update)
16263         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
16264         Don't call expand-file-name on default-directory.
16266 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
16268         * speedbar.el (speedbar-item-delete):
16269         * calc/calc-prog.el (calc-kbd-if):
16270         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
16272         * epa.el (epa-key-list-mode-map):
16273         * hi-lock.el (hi-lock-menu): Fix typos in menus.
16275         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
16276         (hs-show-hook): Fix typo in docstring.
16278 2009-09-29  Glenn Morris  <rgm@gnu.org>
16280         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
16281         file-name-nondirectory call preventing location of cedet files.
16282         (check-declare-verify): Use literal search rather than re-search.
16283         Add basic defmethod and defclass, and define-overloadable-function.
16285         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16286         Use tramp-compat-file-attributes rather than nonexistent
16287         tramp-compat-handle-file-attributes.
16289         * Makefile.in (lisptagsfiles4): New.
16290         (AUTOGENEL): Add cedet loaddefs files.
16291         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
16292         (update-elclist, compile-always, backup-compiled-files)
16293         (bootstrap-clean): Add yet another directory level.
16294         (update-elclist): Use LC_COLLATE rather than COLLATE.
16295         (ELCFILES): Update, via `make update-elclist'.
16297 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
16299         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
16300         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
16301         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
16303 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
16305         * Makefile.in (lisptagsfiles3): Define.
16306         (TAGS, TAGS-LISP): Use it.
16307         (update-elclist): Add third directory level to look for elc files.
16308         (compile-always): Likewise.
16309         (backup-compiled-files): Likewise.
16310         (bootstrap-clean): Likewise.
16311         (ELCFILES): Update.
16313 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
16315         * Makefile.in (ELCFILES): Add CEDET files.
16317 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
16319         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
16321         * net/tramp.el (top): Require tramp-imap.
16323         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16324         Use `tramp-compat-handle-file-attributes'.
16326 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16328         * net/tramp-imap.el: New package.
16330 2009-09-28  Eric Ludlam  <zappo@gnu.org>
16332         * emacs-lisp/chart.el:
16333         * emacs-lisp/eieio-base.el:
16334         * emacs-lisp/eieio-comp.el:
16335         * emacs-lisp/eieio-custom.el:
16336         * emacs-lisp/eieio-datadebug.el:
16337         * emacs-lisp/eieio-opt.el:
16338         * emacs-lisp/eieio-speedbar.el:
16339         * emacs-lisp/eieio.el: New files.
16341 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16343         * whitespace.el (whitespace-trailing-regexp)
16344         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
16345         Fix doc string.
16347 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
16349         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
16350         menu.
16352         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
16353         menu-bar-ediff-menu.
16355         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
16356         define-overloadable-function.
16358         * progmodes/autoconf.el: Provide autoconf as well, so that this
16359         file can be `require'd.
16361         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
16363         * emacs-lisp/autoload.el (generated-autoload-feature)
16364         (generated-autoload-load-name): New vars.
16365         (autoload-rubric, autoload-generate-file-autoloads): Use them.
16366         (make-autoload): Recognize define-overloadable-function and
16367         defclass forms (for EIEIO).
16369         * Makefile.in (update-subdirs): Exclude cedet directory.
16371 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
16373         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
16375         * faces.el: Default light-background background for region face to
16376         ns_selection_color under NS.
16378 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16380         * net/imap-hash.el: New library, see NEWS.
16382         * Makefile.in (ELCFILES): Add imap-hash.el.
16384 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16386         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
16387         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
16388         * help-macro.el (make-help-screen): Avoid using an ambiguous function
16389         definition where the docstring could be taken for the return value.
16391 2009-09-26  Glenn Morris  <rgm@gnu.org>
16393         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
16394         Add option to only show images below a certain size.
16395         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
16396         save-excursion calls.
16398 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
16400         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
16401         subdirectories) and eieio.
16403 2009-09-26  Alan Mackenzie  <acm@muc.de>
16405         * progmodes/cc-engine.el (c-beginning-of-statement-1):
16406         Correct buggy bracketing.  (Bug#4289)
16408         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
16409         character constants (as case labels).  (Bug#4289)
16411 2009-09-25  Juri Linkov  <juri@jurta.org>
16413         * files.el (safe-local-eval-forms): Allow time-stamp in
16414         before-save-hook (Bug#4554).
16416 2009-09-25  Drew Adams  <drew.adams@oracle.com>
16418         * menu-bar.el (list-buffers-directory): Doc fix.
16420 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16422         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
16423         Try and avoid copying twice the same paragraph.
16424         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
16425         Remove save-excursion.
16426         (log-edit-changelog-entry): Do it here instead.
16428 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
16430         * bs.el (bs--get-file-name): Use `list-buffers-directory'
16431         when available, instead of hardcoding mode names.  Doc fix.
16433         * menu-bar.el (list-buffers-directory): Add docstring.
16434         Make automatically buffer-local.
16436         * dired.el (dired-mode):
16437         * files.el (cd-absolute):
16438         * pcvs.el (cvs-temp-buffer):
16439         * pcvs-util.el (cvs-get-buffer-create):
16440         * shell.el (shell-mode):
16441         * vc-dir.el (vc-dir-mode):
16442         Don't make `list-buffers-directory' buffer local.
16444 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
16446         * comint.el (comint-exec, comint-run, make-comint):
16447         Doc fixes (Bug#4542).
16449 2009-09-25  Glenn Morris  <rgm@gnu.org>
16451         * mail/rmailmm.el (rmail-mime): New custom group.
16452         Move all defcustoms in this file into this group.
16453         (rmail-mime-media-type-handlers-alist): Revert previous change.
16454         (rmail-mime-show-images): New option.
16455         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
16456         references to it, since it wasn't actually used for anything.
16457         (rmail-mime-insert-image): New function.
16458         (rmail-mime-image): Use rmail-mime-insert-image.
16459         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
16460         obey the value of `rmail-mime-show-images' option.  Print the size of
16461         attachments.
16463 2009-09-25  David Engster  <deng@randomsample.de>
16465         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
16467 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16469         * whitespace.el: Does not highlight trailing spaces While point is
16470         at end of line.  Does not highligt spaces at beginning of buffer
16471         while point is at beginning of buffer.  Does not highlight spaces
16472         at end of buffer while point is at end of buffer.  (Bug#4177)
16473         New version 12.0.
16474         (whitespace-display-mappings): Adjust initialization.
16475         (whitespace-point, whitespace-font-lock-refontify): New vars.
16476         (whitespace-color-on, whitespace-color-off): Adjust code.
16477         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
16478         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
16479         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
16481 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
16483         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
16485         * textmodes/sgml-mode.el: Remove xml-mode alias.
16487         * files.el (auto-mode-alist, conf-mode-maybe)
16488         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
16490 2009-09-24  Alan Mackenzie  <acm@muc.de>
16492         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
16493         c-forward-conditionals, but it doesn't move point and doesn't set
16494         the mark.
16495         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
16496         (c-down-conditional-with-else, c-backward-conditional)
16497         (c-forward-conditional): Refactor to use c-scan-conditionals.
16499 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
16501         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
16502         (help-default-arg-highlight): Remove.
16503         (help-highlight-arg): New function.
16504         (help-do-arg-highlight): Use it.
16505         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
16507 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16509         * term.el (term-set-scroll-region, term-handle-ansi-escape):
16510         Undo last change, which didn't fix the problem and introduced others.
16512 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
16514         * progmodes/gdb-mi.el: Don't require speedbar.
16515         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
16517 2009-09-24  Glenn Morris  <rgm@gnu.org>
16519         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
16521         * term/ns-win.el (ns-reg-to-script): Define for compiler.
16523         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
16524         there is no newline after the final mime boundary.  (Bug#4539)
16525         Move markers on insertion so that any buttons inserted don't end up in
16526         the next part of a multipart message.
16527         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
16528         (rmail-mime-bulk-handler): Optionally handle images.
16529         (rmail-mime-image): New button action.
16530         (rmail-mime-image-handler): New function.
16531         (rmail-mime-mode): New mode.
16532         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
16534 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16536         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
16537         than just dropping elements from it (bug#4504).
16539         * term.el (term-set-scroll-region): Don't move cursor any more.
16540         (term-handle-ansi-escape): Call term-goto here instead.
16541         Suggested by Ivan Kanis <apple@kanis.eu>.
16543         * term.el: Require CL.
16544         (term-ansi-reset): New function.
16545         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
16546         (term-handle-colors-array): Simplify.
16548 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
16550         * allout.el (allout-overlay-interior-modification-handler)
16551         (allout-obtain-passphrase):
16552         * epa-file.el (epa-file-write-region):
16553         * ps-print.el (ps-begin-job):
16554         * vc-hooks.el (vc-toggle-read-only):
16555         * vc-rcs.el (vc-rcs-rollback):
16556         * vc-sccs.el (vc-sccs-rollback):
16557         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
16558         (vc-version-diff, vc-revert, vc-rollback):
16559         * wdired.el (wdired-check-kill-buffer):
16560         * emacs-lisp/authors.el (authors):
16561         * net/socks.el (socks-open-connection):
16562         * net/zeroconf.el (zeroconf-service-add-hook):
16563         * obsolete/vc-mcvs.el (vc-mcvs-register):
16564         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
16565         (gdb-select-frame):
16566         * progmodes/grep.el (lgrep, rgrep):
16567         * progmodes/idlw-help.el (idlwave-help-check-locations)
16568         (idlwave-help-html-link, idlwave-help-assistant-open-link):
16569         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16570         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
16571         (reftex-toc-rename-label): Fix typos in error messages.
16573         * dired-aux.el (dired-do-shell-command): Reflow docstring.
16574         (dired-copy-how-to-fn): Doc fix.
16575         (dired-files-attributes, dired-read-shell-command):
16576         Fix typos in docstrings.
16578         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
16579         (dired-x-find-file-other-window): Reflow docstrings.
16580         (dired-omit-marker-char, dired-read-shell-command)
16581         (dired-x-submit-report): Fix typos in docstrings.
16583         * shell.el (shell-mode-hook):
16584         * view.el (View-scroll-line-forward):
16585         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
16586         Fix typos in docstrings.
16588         * net/dig.el (dig-invoke): Fix typo in docstring.
16589         (query-dig): Reflow docstring.
16591         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
16592         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
16593         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
16594         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
16595         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
16596         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
16597         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
16598         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
16599         (idlwave-completion-map, idlwave-current-indent)
16600         (idlwave-custom-ampersand-surround, idlwave-customize)
16601         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
16602         (idlwave-define-abbrev, idlwave-determine-class-special)
16603         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
16604         (idlwave-end-block-reg, idlwave-end-of-statement)
16605         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
16606         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
16607         (idlwave-explicit-class-listed, idlwave-file-header)
16608         (idlwave-fill-paragraph, idlwave-find-class-definition)
16609         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
16610         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
16611         (idlwave-in-quote, idlwave-indent-action-table)
16612         (idlwave-indent-expand-table, idlwave-indent-line)
16613         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
16614         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
16615         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
16616         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
16617         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
16618         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
16619         (idlwave-outlawed-buffers, idlwave-popup-select)
16620         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
16621         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
16622         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
16623         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
16624         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
16625         (idlwave-statement-type, idlwave-struct-skip)
16626         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
16627         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
16628         (idlwave-what-module-find-class): Fix typos in docstrings.
16629         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
16630         (idlwave-calculate-cont-indent, idlwave-expand-equal)
16631         (idlwave-find-module, idlwave-find-structure-definition)
16632         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
16633         (idlwave-list-load-path-shadows, idlwave-next-statement)
16634         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
16635         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
16636         (idlwave-template): Reflow docstrings.
16638         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
16639         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
16640         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
16641         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
16642         (idlwave-shell-display-line, idlwave-shell-display-wframe)
16643         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
16644         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
16645         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
16646         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
16647         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
16648         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
16649         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
16650         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
16651         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
16652         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
16653         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
16654         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
16655         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
16656         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
16657         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
16658         Fix typos in docstrings.
16659         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
16660         (idlwave-shell-hide-output, idlwave-shell-mode)
16661         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
16662         Reflow docstrings.
16664         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
16666 2009-09-24  Ivan Kanis  <apple@kanis.eu>
16668         * term.el (term-bold-attribute): New var.
16669         (term-handle-colors-array): Use it.
16671 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
16673         * progmodes/gdb-mi.el (gdb-version): New variable.
16674         (gdb-non-stop-handler): Set gdb-version.
16675         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
16676         Condition "--thread" option on gdb-version.
16677         (gdb-invalidate-threads): Remove unused argument.
16679 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16681         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
16682         to looking-back to avoid ridiculous slow down in large files (bug#4511).
16684 2009-09-23  Glenn Morris  <rgm@gnu.org>
16686         * mail/rmail.el (rmail-reply): Don't try to add a References header when
16687         replying to mail without References or Message-Id.  (Bug#4525)
16689 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
16691         * term/ns-win.el (ns-reg-to-script): New variable.
16693 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
16695         * epg.el (epg-wait-for-status): Preserve existing 'error results.
16697 2009-09-22  Sam Steingold  <sds@gnu.org>
16699         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
16700         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
16701         to 1 because hg returns status 1 when nothing is found.
16702         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
16704 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16706         * textmodes/fill.el: Convert to utf-8 encoding.
16707         (fill-french-nobreak-p): Remove redundant » and « inherited from our
16708         pre-Unicode days.
16710         * add-log.el (change-log-fill-forward-paragraph): New function.
16711         (change-log-mode): Use it so fill-region DTRT.
16712         Set fill-indent-according-to-mode here rather than in
16713         change-log-fill-paragraph.
16714         (change-log-fill-paragraph): Remove.
16716 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
16718         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
16719         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
16721 2009-09-22  Glenn Morris  <rgm@gnu.org>
16723         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
16724         the scroll-bar scroll the calendar window rather than the buffer.
16726         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
16727         commands that move point (as opposed to scrolling).
16729         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
16731         * emacs-lisp/elint.el (elint): New custom group.
16732         (elint-log-buffer): Make it a defcustom.
16733         (elint-scan-preloaded, elint-ignored-warnings)
16734         (elint-directory-skip-re): New options.
16735         (elint-builtin-variables): Doc fix.
16736         (elint-preloaded-env): New variable.
16737         (elint-unknown-builtin-args): Add an entry for encode-time.
16738         (elint-extra-errors): Make it a variable rather than a constant.
16739         (elint-preloaded-skip-re): New constant.
16740         (elint-directory): Skip files matching elint-directory-skip-re.
16741         (elint-features): New variable, local to linted buffers.
16742         (elint-update-env): Initialize elint-features.  Possibly add
16743         elint-preloaded-env to the buffer's environment.
16744         (elint-get-top-forms): Bind elint-current-pos, for log messages.
16745         Skip quoted forms.
16746         (elint-init-form): New function, extracted from elint-init-env.
16747         Make non-list forms a warning rather than an error.
16748         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
16749         easy-menu-define, put that adds an error-condition, and provide.
16750         When requiring cl, also require cl-macs.  Really require cl, to handle
16751         some cl macros.  Store required libraries in the list elint-features,
16752         so as not to re-load them.  Treat cc-require like require.
16753         (elint-init-env): Call elint-init-form to do the work.
16754         Handle eval-and-compile and such like.
16755         (elint-add-required-env): Do not clear messages.
16756         (elint-special-forms): Add handlers for function, defalias, if, when,
16757         unless, and, or.
16758         (elint-form): Add optional argument to ignore elint-special-forms,
16759         useful to prevent recursive calls from handlers.  Doc fix.
16760         Respect elint-ignored-warnings.
16761         (elint-form): Respect elint-ignored-warnings.
16762         (elint-bound-variable, elint-bound-function): New variables.
16763         (elint-unbound-variable): Respect elint-bound-variable.
16764         (elint-get-args): Respect elint-bound-function.
16765         (elint-check-cond-form): Add some simple handling for (f)boundp and
16766         featurep tests.
16767         (elint-check-defalias-form): New handler.
16768         (elint-check-let-form): Make an empty let a warning rather than an
16769         error.
16770         (elint-check-setq-form): Make an empty setq a warning rather than an
16771         error.  Respect elint-ignored-warnings.
16772         (elint-check-defvar-form): Accept null doc-strings.
16773         (elint-check-conditional-form): New handler.  Does some simple-minded
16774         checking of featurep and (f)boundp tests.
16775         (elint-put-function-args): New function.
16776         (elint-initialize): Use elint-scan-doc-file rather than
16777         elint-find-builtin-variables.  Use elint-put-function-args.
16778         Possibly scan preloaded-file-list.
16779         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
16780         extend to handle functions as well.
16782 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
16784         * linum.el (linum-delete-overlays, linum-update-window):
16785         Do not modify the right margin.  (Bug#3971)
16787 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
16789         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
16790         Use nxml-mode instead of xml-mode.
16792 2009-09-21  Kevin Ryde  <user42@zip.com.au>
16794         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
16796 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16798         * net/dig.el (dig-mode): Use define-derived-mode.
16800 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
16802         * vc-dispatcher.el (vc-do-command): Return the process object in
16803         the asynchronous case.  Use when instead of if.  Do not run
16804         vc-exec-after to display a message if not enabled.  (Bug#4463)
16806         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
16807         properties to the stash strings.
16808         (vc-git-stash-list): Return a list of strings.
16809         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
16810         (vc-git-stash-show-at-point): New functions.
16811         (vc-git-stash-map): New keymap.
16813         * register.el (ctl-x-r-map): Define the keys here instead of
16814         using autoload.
16816 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
16818         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
16819         list, to workaround performance problem (bug#4485).
16821 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
16823         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
16825 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
16827         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
16828         Document that this option is not recommended to use.
16830 2009-09-19  Glenn Morris  <rgm@gnu.org>
16832         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
16833         variable `var'.
16835         * calc/calc-alg.el (var):
16836         * calc/calcalg2.el (var): Define for compiler.
16838 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
16840         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
16841         Doc fix (Bug#3932).
16843         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
16845         * time-stamp.el (time-stamp-month-dd-yyyy)
16846         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
16847         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
16848         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
16849         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
16850         Remove functions that have been obsolete since 1995 (Bug#4436).
16852         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
16853         indent buffer only if called interactively (Bug#4452).
16855 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
16856             Eli Zaretskii  <eliz@gnu.org>
16858         This fixes bug#4197 (merged to bug#865, though not identical).
16859         * server.el (server-auth-dir): Add docstring note about FAT32.
16860         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
16861         but warn against using them.
16863 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
16865         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
16866         older GDB where there is no has_more field.
16868 2009-09-19  Glenn Morris  <rgm@gnu.org>
16870         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
16872 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
16874         * files.el (auto-mode-alist): Change default for XML files to nXML
16875         mode (Bug#4169).
16877 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
16879         * server.el (server-ensure-safe-dir): Pass 'integer
16880         to `file-attributes', as suggested.
16882 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16884         * dired-aux.el (dired-query-alist): Remove spurious backslash.
16885         (dired-query): Use read-key.
16887 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
16889         * cus-start.el (ns-use-qd-smoothing): Remove.
16891 2009-09-18  Glenn Morris  <rgm@gnu.org>
16893         * allout.el (top-level): Remove unnecessary progn.
16895         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
16897         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
16898         definition of abbrev table.
16900         * speedbar.el (speedbar-track-mouse):
16901         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
16902         * net/eudc.el (eudc-expand-inline):
16903         * net/newst-backend.el (newsticker--cache-read-feed):
16904         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
16905         condition-case handlers.
16907 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
16909         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
16910         (gdb-var-list): Add an element for has_more field.
16911         (gdb-non-stop-handler): Enable pretty printing for STL containers.
16912         (gdb-var-create-handler, gdb-var-list-children-handler-1)
16913         (gdb-var-update-handler-1): Parse output of dynamic variable
16914         objects (STL containers).
16915         (gdb-var-delete-1): Pass var1 as an explicit second argument.
16916         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
16918         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
16919         gdb-var-list.
16920         (gud-speedbar-buttons): Make node expandable if expression "has more"
16921         children.
16923 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
16925         * startup.el (emacs-quick-startup): Remove variable and all uses.
16926         (command-line): Set `inhibit-x-resources' instead.
16927         (command-line-1): Use `inhibit-x-resources' instead.
16929 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
16931         * subr.el: Fix last change to avoid using the `unless' macro,
16932         which breaks bootstrapping.
16934 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16936         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
16937         extended definitions, in case we reload subr.el after having
16938         loaded CL.
16939         (eval-next-after-load): Mark as obsolete.
16941 2009-09-17  Juri Linkov  <juri@jurta.org>
16943         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
16944         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
16945         (menu-bar-showhide-menu, menu-bar-tools-menu)
16946         (menu-bar-describe-menu, menu-bar-help-menu)
16947         (minibuffer-local-completion-map, minibuffer-local-map):
16948         Fix list quoting.
16950 2009-09-17  Glenn Morris  <rgm@gnu.org>
16952         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
16953         arguments, whether or not it has a handler.
16955         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
16957         * simple.el (hard-newline): Give it a doc-string.
16959         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16960         (lisp-mode-syntax-table): Give them doc-strings.
16962 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
16964         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
16965         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
16966         (menu-bar-options-menu, menu-bar-showhide-menu)
16967         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
16968         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
16969         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
16970         (menu-bar-options-menu, menu-bar-tools-menu)
16971         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
16972         (menu-bar-help-menu):
16973         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
16974         string arguments.
16976         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
16977         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
16978         calls for the menu names and :help.
16980 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16982         * mouse.el (minor-mode-menu-from-indicator): Pay attention
16983         to :minor-mode-function (bug#4455).
16985 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16987         * startup.el (command-line): Initialize the window-system after
16988         processing the command-line.
16990         * textmodes/page.el (what-page): Make sure we don't inf-loop if
16991         page-delimiter matches the empty string.
16993 2009-09-16  Glenn Morris  <rgm@gnu.org>
16995         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
16996         byte-compile-not-obsolete-var.  It's a list now.
16997         (byte-compile-not-obsolete-funcs): New variable.
16998         (byte-compile-warn-obsolete): Don't warn about functions if they are in
16999         byte-compile-not-obsolete-funcs.
17000         (byte-compile-variable-ref, byte-compile-defvar): Update for
17001         byte-compile-not-obsolete-vars name-change and list nature.
17002         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
17003         and variables behind (f)boundp tests.
17004         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
17006 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
17008         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
17010 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17012         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
17013         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
17014         Don't autoload.
17016 2009-09-15  Stephen Eglen  <stephen@gnu.org>
17018         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
17019         the virtual-buffers, use the name of the buffer specified by
17020         find-file-noselect, as the match may be a symlink.  (This was a
17021         problem if the target and the symlink had different names.)
17023 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17025         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
17027         * desktop.el (desktop-path): Check user-emacs-directory.
17029         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
17031         * loadup.el: Use after-load-functions to GC after loading each file.
17032         Remove the explicit GC calls that used to be sprinkled around.
17034         * subr.el (after-load-functions): New hook.
17035         (do-after-load-evaluation): Run it.  Use string-match-p to detect
17036         `obsolete' packages, rather than painfully extracting the relevant
17037         directory name.
17039 2009-09-15  Glenn Morris  <rgm@gnu.org>
17041         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
17042         free variable `doc'.
17044         * dired.el (dired-mode-map): Add menu entry for async shell command.
17046         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
17047         variables, also consider the .elc files, since the .el files are
17048         normally gzipped (subsequent code locates the .el.gz from the .elc).
17050         * calc/calc-prog.el (arglist): Define for compiler.
17052         * calendar/diary-lib.el (diary-display-function): Change the default to
17053         fancy display.
17054         (body): Define for compiler.
17056         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
17057         (byte-compile-file-form, byte-compile-lambda)
17058         (byte-compile-top-level-body, byte-compile-form)
17059         (byte-compile-variable-ref, byte-compile-setq)
17060         (byte-compile-setq-default, byte-compile-body)
17061         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
17062         (batch-byte-compile): Give some more local variables with common names
17063         a "bytecomp-" prefix to avoid masking warnings about free variables.
17065         * startup.el (command-line-1): Give local variables with common names a
17066         distinguishing prefix, so as not to hide free variable warnings during
17067         bootstrap.
17069         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
17070         clever and add a suffix to make a unique name, just let the user decide
17071         whether or not to overwrite it.  If the input is a directory, write the
17072         default filename to that directory.  (Bug#4388)
17073         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
17074         is a filename-as-a-directory.
17076 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17078         * textmodes/page.el (what-page): Don't move to beginning of line.
17079         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
17081 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
17083         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
17085 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
17087         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
17088         * help.el (help-for-help-internal): Add purecopy calls for text.
17090         * vc.el (top): print-log method now takes an optional SHORTLOG
17091         argument.  Add a new method: root.
17092         (vc-root-diff, vc-print-root-log): New functions.
17093         (vc-log-short-style): New variable.
17094         (vc-print-log-internal): Add support for showing short logs.
17096         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
17097         vc-print-root-log and vc-print-root-diff.
17099         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
17100         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
17101         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
17102         short logs.
17104         * vc-cvs.el (vc-cvs-print-log):
17105         * vc-mtn.el (vc-mtn-print-log):
17106         * vc-rcs.el (vc-rcs-print-log):
17107         * vc-sccs.el (vc-sccs-print-log):
17108         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
17109         that is ignored for now.
17111         * vc-mtn.el (vc-mtn-annotate-command):
17112         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
17114 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17116         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
17117         to function-key-map, and give them ascii-character property.
17118         * term/x-win.el (x-alternatives-map):
17119         * term/ns-win.el (ns-alternatives-map):
17120         * term/internal.el (msdos-key-remapping-map):
17121         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
17123 2009-09-14  Glenn Morris  <rgm@gnu.org>
17125         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
17126         temp-buffers (2009-09-12).
17128 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17130         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
17131         the new read-key function.
17133 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
17135         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
17136         is defined (Bug#4405).
17138 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
17140         * recentf.el (recentf-cleanup): Use a hash table to find
17141         duplicates (Bug#4407).
17143 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
17145         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
17146         kp-0 to ascii equivalents (Bug#4325).
17148 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
17150         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
17152         * eshell/em-hist.el:
17153         * eshell/em-dirs.el (eshell-complete-user-reference):
17154         Declare pcomplete functions and variables to avoid compiler warnings.
17156 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
17158         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
17159         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
17160         * eshell/em-alias.el (eshell-aliases-file):
17161         * eshell/em-hist.el (eshell-history-file-name):
17162         Use expand-file-name instead of concat to make file names (Bug#4308).
17164 2009-09-13  Glenn Morris  <rgm@gnu.org>
17166         * ediff-merg.el (ediff-do-merge):
17167         * filesets.el (filesets-run-cmd):
17168         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
17169         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
17170         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
17171         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
17172         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
17173         Replace empty `let's with `progn'.
17175 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17177         * mail/sendmail.el (send-mail-function):
17178         * tooltip.el (tooltip-mode):
17179         * simple.el (transient-mark-mode):
17180         * rfn-eshadow.el (file-name-shadow-mode):
17181         * frame.el (blink-cursor-mode):
17182         * font-core.el (global-font-lock-mode):
17183         * files.el (temporary-file-directory)
17184         (small-temporary-file-directory, auto-save-file-name-transforms):
17185         * epa-hook.el (auto-encryption-mode):
17186         * composite.el (global-auto-composition-mode):
17187         Use custom-initialize-delay.
17188         * startup.el (command-line): Don't explicitly call
17189         custom-reevaluate-setting for all the above vars.
17190         * custom.el (custom-initialize-safe-set)
17191         (custom-initialize-safe-default): Delete.
17193 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17195         * term/x-win.el (x-initialize-window-system):
17196         * term/w32-win.el (w32-initialize-window-system):
17197         * term/ns-win.el (ns-initialize-window-system): Don't call
17198         mouse-wheel-mode since it's enabled globally by default already.
17200         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
17201         actually define the variable, but only silences the byte-compiler.
17202         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
17203         before looking it up.
17204         (mouse-wheel-scroll-amount): Also reset the bindings if this value
17205         is changed.
17207 2009-09-12  Glenn Morris  <rgm@gnu.org>
17209         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
17210         1000.
17211         (elint-add-required-env): Don't beep on error.
17212         (elint-forms): In case of error, return ENV unchanged.
17213         (elint-init-env): Skip non-list forms.
17214         (elint-log): Handle unknown file positions.
17216 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
17218         * epg.el (epg-make-context): Add autoload cookie.
17219         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
17220         (epg-decrypt-string, epg-start-verify, epg-verify-file)
17221         (epg-verify-string, epg-start-sign, epg-sign-file)
17222         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
17223         (epg-encrypt-string, epg-start-export-keys)
17224         (epg-export-keys-to-file, epg-export-keys-to-string)
17225         (epg-start-import-keys, epg-import-keys-from-file)
17226         (epg-import-keys-from-string, epg-start-receive-keys)
17227         (epg-receive-keys, epg-import-keys-from-server)
17228         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
17229         (epg-sign-keys, epg-start-generate-key)
17230         (epg-generate-key-from-file, epg-generate-key-from-string):
17231         Remove autoload cookie.
17233 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
17235         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
17236         reevaluation of trash-directory.
17238         * mwheel.el: Fix last change.
17239         (mouse-wheel-mode): New defvar.
17240         (mouse-wheel-mode): Remove autoload cookie.
17242 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17244         * mwheel.el (mwheel-installed-bindings): New var.
17245         (mouse-wheel-mode): Use it, so as to make sure we really remove all
17246         the bindings we set last time.  Use custom-initialize-delay.
17247         * loadup.el: Load mwheel after term/*-win.el.
17248         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
17249         and mouse-wheel-up-event now that their first evaluation is done
17250         sufficiently late to be correct.
17252         * startup.el (tutorial-directory): Make it a defcustom.
17253         Use custom-initialize-delay rather than eval-at-startup to set it.
17254         * image.el (image-load-path): Make it a defcustom.
17255         Use custom-initialize-delay rather than eval-at-startup to set it.
17256         * subr.el (eval-at-startup): Remove.
17257         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
17259         * subr.el (do-after-load-evaluation): Warn the user after loading an
17260         obsolete package.
17262 2009-09-12  Glenn Morris  <rgm@gnu.org>
17264         * proced.el (proced-mark-alt): Remove alias.
17265         (proced-mode-map): Remove proced-mark-alt.
17267         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
17268         Elint file and directory.  Remove initialization entry.
17270         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
17271         commands.
17272         (elint-current-buffer): Set mode-line-process.
17273         (elint-init-env): Handle define-derived-mode.
17274         Fix declare-function with unspecified arglist.  Guard against odd
17275         defalias statements (eg iso-insert's 8859-1-map).
17276         (elint-add-required-env): Use a temp buffer.
17277         (elint-form): Just print the function/macro name, not the whole form.
17278         Return env unchanged if we fail to parse a macro.
17279         (elint-forms): Guard against parse errors.
17280         (elint-output): New function, to handle batch mode.
17281         (elint-log-message): Add optional argument.  Use elint-output.
17282         (elint-set-mode-line): New function.
17284 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
17286         * emacs-lisp/elp.el (elp-not-profilable): Add more
17287         functions (Bug#4233).
17289 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
17291         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
17292         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
17294 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
17296         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
17297         (gdb-var-list-children): Use json parsing.
17299 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
17301         * progmodes/js.el (js--proper-indentation): Handle the case where
17302         char-before is null.  Reported by Deniz Dogan.
17304 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
17306         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
17308 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
17310         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
17311         (epg-digest-algorithm-alist): Add SHA224.
17312         (epg-context-set-passphrase-callback)
17313         (epg-context-set-progress-callback): Add description about
17314         callback function.
17316 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17318         * custom.el (custom-delayed-init-variables): New var.
17319         (custom-initialize-delay): New function.
17320         * startup.el (command-line): "Re"evaluate all vars in
17321         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
17322         explicitly any more.
17323         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
17324         to avoid creating a ~/.emacs.d at build-time (bug#4347).
17326         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
17328 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
17330         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
17331         (gdb-var-update-handler): Use json parsing.
17333 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
17335         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
17336         decode annotated text, regardless of language environment.  (Bug#2741)
17338 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17340         * Makefile.in (autoloads): Make rmail.el writable as well.
17342 2009-09-11  Glenn Morris  <rgm@gnu.org>
17344         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
17345         loaddefs.el.
17346         * dired.el: Regenerate with extracted autoloads.
17347         * Makefile.in (autoloads): Make dired.el writable.
17349         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
17350         * ibuffer.el: Regenerate with extracted autoloads.
17351         * Makefile.in (autoloads): Make ibuffer.el writable.
17353         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
17354         * version.el (emacs-copyright, emacs-major-version)
17355         (emacs-minor-version): Reformat doc-strings for make-docfile.
17357         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
17358         functions and variables, since they must be stuff specific to some other
17359         platform.
17360         (apropos-print): Make mouse-click message less specific about button.
17362         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
17363         that records where a macro was defined.
17364         * help-fns.el (describe-function-1): Mention if a function has a
17365         compiler-macro.
17366         * help-mode.el (help-function-cmacro): New button.
17368         * locate.el (top-level): Always require dired.
17369         (locate-mode-map): Initialize inside the defvar.
17371         * net/ange-ftp.el (dired-compress-file): Declare.
17372         (ange-ftp-dired-compress-file): Add doc string.
17374         * term/ns-win.el (x-display-name, x-setup-function-keys):
17375         Unify doc-strings with X versions.
17377 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17379         * emulation/crisp.el (crisp-mode-map): Move initialization
17380         into declaration.
17381         (crisp-mode): Use define-minor-mode.
17383         * progmodes/xscheme.el (xscheme-evaluation-commands):
17384         Put a :advertised-binding property rather than using
17385         advertised-xscheme-send-previous-expression.
17386         (advertised-xscheme-send-previous-expression): Declare obsolete.
17387         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
17388         `advertised-undo'.
17389         (crisp-mode): Add corresponding bindings to
17390         undo's :advertised-binding instead.
17391         * dired.el (dired-mode-map): Put a :advertised-binding property rather
17392         than using dired-advertised-find-file.
17393         (dired-advertised-find-file):
17394         * simple.el (advertised-undo):
17395         * wid-edit.el (advertised-widget-backward): Declare obsolete.
17396         (widget-keymap): Put a :advertised-binding property rather
17397         than using advertised-widget-backward.
17398         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
17399         than using advertised-undo.
17400         * tutorial.el (tutorial--default-keys): Adjust accordingly.
17402 2009-09-10  Simon South  <ssouth@slowcomputing.org>
17404         * progmodes/delphi.el (delphi-tab): Indent region when Transient
17405         Mark mode is enabled and region is active; otherwise indent or
17406         insert TAB as usual.
17407         (delphi-mode): Update description of TAB-key binding.
17409 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17411         * subr.el (define-key-rebound-commands): Mark obsolete.
17412         * startup.el (precompute-menubar-bindings): Remove.
17413         (normal-top-level): Remove obsolete code that tried to precompute
17414         menubar bindings.
17415         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
17416         define-key-rebound-commands and precompute-menubar-bindings.
17418 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17420         * net/imap.el (imap-interactive-login): Better messages.
17421         (imap-open): Fix bug with renamed buffer on reconnect.
17422         (imap-authenticate): Add buffer-local imap-last-authenticator variable
17423         for easier debugging and cleaner code.  On successful (guessed based on
17424         server capabilities) secondary authentication, set imap-state
17425         correctly.
17426         (imap-last-authenticator): Define imap-last-authenticator as a variable
17427         to avoid warnings.
17429 2009-09-10  Glenn Morris  <rgm@gnu.org>
17431         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
17433         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
17434         (byte-compile-file-form-autoload): Don't warn about unknown functions
17435         where the autoload statement comes after the use.
17436         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
17437         that any handlers inside the body (eg require) are in turn respected.
17439         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
17440         effects.
17442         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
17443         and syntax and abbrev tables basic docs, if they don't have any.
17445         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
17447         * international/mule-cmds.el (top-level): Require cl when compiling.
17448         (view-hello-file): Use default-value rather than
17449         default-enable-multibyte-characters.
17451         * progmodes/fortran.el: Move all safe and risky properties into the
17452         defcustoms.
17454         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
17455         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
17456         * mail/undigest.el:
17457         Put autoloads in rmail.el rather than loaddefs.el.
17458         * mail/rmail.el: Regenerate with extracted autoloads.
17460         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
17461         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
17463 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
17465         Reported in thread for Bug#4375.
17466         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
17467         "-data-evaluate-expression" instead of print.
17468         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
17469         (gdb-tooltip-print): Parse output from above MI command.
17470         (gdb): Revert 2009-08-11 change.  User should detach inferior
17471         manually.
17473         Remove the word "separate" from IO functions as inferior
17474         output is now never displayed in the GUD buffer.
17476 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
17478         * startup.el (command-line-normalize-file-name): On Windows and
17479         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
17481 2009-09-10  Juri Linkov  <juri@jurta.org>
17483         * isearch.el (isearch-text-char-description): Propertize escape
17484         character sequences with the `escape-glyph' face.  (Bug#4344)
17486         * simple.el (shell-command): Set asynchronous process filter to
17487         `comint-output-filter'.  (Bug#4343)
17489         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
17490         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
17491         the list.  Move "asm" to the bottom.
17492         (grep-find-ignored-directories): Add `choice' with nil value
17493         to empty the list easily.
17494         (grep-find-ignored-files): New option.
17495         (grep-files-history): Set to nil by default instead of '("ch" "el").
17496         (grep-compute-defaults): Add "<X>" to `grep-template'.
17497         (grep-read-files): Bind new local variables `default-alias' and
17498         `default-extension'.  Use a list of default values for the file prompt.
17499         (lgrep): Add `--exclude=' command line options composed from
17500         `grep-find-ignored-files'.
17501         (rgrep): Add `-name' command line options composed from
17502         `grep-find-ignored-files'.  (Bug#4301)
17504 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17506         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
17507         (bug#4368).
17509 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17511         * calendar/time-date.el (autoload):
17512         Expand define-obsolete-function-alias into defalias and make-obsolete
17513         for old Emacsen that Gnus supports.
17514         (with-no-warnings): Define it for old Emacsen.
17515         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
17516         is available.
17517         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
17518         float-time is available; suppress compile warning for time-to-seconds.
17520 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
17522         * net/imap.el (imap-message-map): Docstring fix.
17524 2009-09-09  Glenn Morris  <rgm@gnu.org>
17526         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
17527         line numbers too.  (Bug#4374)
17529 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17531         * smerge-mode.el (smerge-remove-props, smerge-refine):
17532         Use with-silent-modifications (bug#4342).
17534         * subr.el (with-silent-modifications): New macro.
17536 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
17538         * files.el (top-level): Require `cl' when compiling.
17540 2009-09-07  Glenn Morris  <rgm@gnu.org>
17542         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
17544         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
17545         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
17547 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
17549         * vc-git.el (vc-git-annotate-command): Use separator to parse
17550         arguments correctly.
17552 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
17554         * proced.el (proced-mode): Doc fix.
17556 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
17558         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
17559         lstat fails.
17560         (tramp-do-file-attributes-with-ls): Check for file existence at
17561         remote end.
17562         (tramp-do-file-attributes-with-stat): Likewise.
17563         (tramp-convert-file-attributes): Return nil when attr is nil.
17565 2009-09-05  Glenn Morris  <rgm@gnu.org>
17567         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
17568         properties to this button.
17569         (diary-fancy-display): Don't extend the button to the final newline.
17570         (diary-fancy-display-mode): Continue to define "q" as a local key.
17572         * calendar/cal-china.el (holiday-chinese): Make it slightly more
17573         efficient.
17575         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
17577         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
17578         (byte-compile-dest-file-function): New option.
17579         (byte-compile-dest-file): Doc fix.
17580         Obey byte-compile-dest-file-function.
17581         (byte-compile-cl-file-p): New function.
17582         (byte-compile-eval): Only suppress noruntime warnings about cl functions
17583         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
17584         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
17585         than for file being previously loaded.
17586         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
17587         (byte-compile-file-form-require): Handle the case where requiring a file
17588         indirectly causes CL to be loaded.
17590 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
17592         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
17593         before killing the old buffer, since by the time `kill-buffer' is
17594         run so many buffer variables have been set to nil that it may not
17595         behave as expected.  (Bug#4061)
17597 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
17599         * files.el (find-alternate-file): If the old buffer is modified
17600         and visiting a file, behave similarly to `kill-buffer' when
17601         killing it, thus reverting to the pre-1.878 behavior; see
17602         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
17603         for discussion.  Also, consult `buffer-file-name' as a variable
17604         not as a function, for consistency with the rest of the code.
17606 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
17608         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
17609         also when adding a new directory.
17611         * net/tramp-compat.el (tramp-compat-line-beginning-position):
17612         New defun.
17614 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17616         * files.el (locate-file-completion-table): Make it provide boundary
17617         information, so partial-completion works better.
17619 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
17621         * mail/footnote.el (Footnote-text-under-cursor):
17622         Check footnote-text-marker-alist before using it (bug#4324).
17624 2009-09-04  Glenn Morris  <rgm@gnu.org>
17626         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
17627         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
17628         * play/solitaire.el, play/tetris.el:
17629         Remove leading * from defcustom and defface docs.
17631         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
17632         necessary.
17633         (diary-fancy-overriding-map): New variable.
17634         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
17635         Use view-mode.
17637         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
17638         goto-line.
17640 2009-09-03  Glenn Morris  <rgm@gnu.org>
17642         * arc-mode.el (archive-mode):
17643         * dos-fns.el (set-default-process-coding-system):
17644         * man.el (Man-getpage-in-background):
17645         * menu-bar.el (menu-bar-describe-menu):
17646         * server.el (server-process-filter):
17647         * startup.el (command-line):
17648         * tar-mode.el (tar-header-block-tokenize, tar-extract):
17649         * w32-fns.el (set-default-process-coding-system):
17650         * x-dnd.el (x-dnd-handle-file-name):
17651         * international/mule-cmds.el (mule-menu-keymap)
17652         (set-default-coding-systems, language-info-alist, set-language-info)
17653         (set-language-environment, standard-display-european-internal)
17654         (set-locale-environment):
17655         * international/mule-diag.el (mule-diag):
17656         * mail/emacsbug.el (report-emacs-bug):
17657         * mail/rmail.el (rmail-mode):
17658         * mail/sendmail.el (mail-setup):
17659         Use default-value rather than default-enable-multibyte-characters.
17661         * progmodes/f90.el: Move all safe properties into the defcustoms.
17662         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
17664         * calendar/appt.el (appt-check):
17665         * calendar/diary-lib.el (diary-set-header, diary-live-p)
17666         (diary-check-diary-file, diary-list-entries)
17667         (diary-include-other-diary-files, diary-simple-display)
17668         (diary-fancy-display, diary-print-entries)
17669         (diary-mark-included-diary-files, diary-make-entry):
17670         Don't call substitute-in-file-name on diary-file.
17672 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
17673             Stefan Monnier  <monnier@iro.umontreal.ca>
17675         * mail/footnote.el (footnote-prefix): Make it a defcustom.
17676         (footnote-mode-map): Move initialization into the declaration.
17677         (footnote-minor-mode-map): Define it rather than changing global-map.
17678         (footnote-mode): Use define-minor-mode.
17680 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
17682         * net/tramp.el (tramp-handle-file-attributes-with-ls)
17683         (tramp-do-file-attributes-with-perl)
17684         (tramp-do-file-attributes-with-stat): Rename from
17685         `tramp-handle-file-attributes-with-*'.
17686         (tramp-handle-file-attributes): Use them.
17687         (tramp-do-directory-files-and-attributes-with-perl)
17688         (tramp-do-directory-files-and-attributes-with-stat): Rename from
17689         `tramp-handle-directory-files-and-attributes-with-*'.
17690         (tramp-handle-directory-files-and-attributes): Use them.
17691         (tramp-method-out-of-band-p): Additional parameter SIZE.
17692         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
17693         (tramp-handle-write-region): Use it.
17694         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
17695         (tramp-handle-vc-registered): Check, whether the first run did
17696         return files to be tested.
17697         (tramp-advice-make-auto-save-file-name): Do not call directly
17698         `tramp-handle-make-auto-save-file-name', because this would bypass
17699         the locking mechanism.
17701         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
17702         (file-remote-p, process-file, start-file-process, set-file-times)
17703         (tramp-compat-file-attributes): Compatibility functions shall not
17704         call directly `tramp-handle-*', because this would bypass the
17705         locking mechanism.
17706         (tramp-compat-number-sequence): New defun.
17708 2009-09-02  Glenn Morris  <rgm@gnu.org>
17710         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
17711         alias for float-time.
17712         (time-to-number-of-days): In Emacs, use float-time.
17713         * net/newst-backend.el (time-add): Suppress warnings from compat
17714         function.
17715         * time.el (emacs-uptime, emacs-init-time):
17716         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
17717         Use float-time rather than time-to-seconds.
17719         * minibuffer.el (completion-initials-expand): Fix typo.
17721         * faces.el (modeline, modeline-inactive, modeline-highlight)
17722         (modeline-buffer-id):
17723         * info.el (info-menu-5): Mark these face aliases as obsolete.
17725 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
17727         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
17728         space ...
17729         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
17730         no "--thread" option.
17731         (gdb-stopped): Don't print "Switched to thread" message when it is
17732         unchanged.
17734 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17736         * minibuffer.el (completion-try-completion)
17737         (completion-all-completions): Remove ill-defined (and
17738         mistakenly installed and luckily never used nor documented)
17739         `completion-styles' property.
17740         (completion-initials-expand, completion-initials-all-completions)
17741         (completion-initials-try-completion): New functions.
17742         (completion-styles-alist): Add doc to each entry.
17743         Add new `initials' entry.
17745 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
17747         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
17748         MI command -var-evaluate-expression.
17749         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
17750         and tweak for case of string child.
17751         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
17753 2009-09-01  Glenn Morris  <rgm@gnu.org>
17755         * add-log.el (change-log-date-face, change-log-name-face)
17756         (change-log-email-face, change-log-file-face, change-log-list-face)
17757         (change-log-conditionals-face, change-log-function-face)
17758         (change-log-acknowledgement-face):
17759         * cus-edit.el (custom-invalid-face, custom-rogue-face)
17760         (custom-modified-face, custom-set-face, custom-changed-face)
17761         (custom-saved-face, custom-button-face, custom-button-pressed-face)
17762         (custom-documentation-face, custom-state-face, custom-comment-face)
17763         (custom-comment-tag-face, custom-variable-tag-face)
17764         (custom-variable-button-face, custom-face-tag-face)
17765         (custom-group-tag-face-1, custom-group-tag-face):
17766         * diff-mode.el (diff-header-face, diff-file-header-face)
17767         (diff-index-face, diff-hunk-header-face, diff-removed-face)
17768         (diff-added-face, diff-changed-face, diff-function-face)
17769         (diff-context-face, diff-nonexistent-face):
17770         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17771         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
17772         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17773         (Info-title-4-face):
17774         * isearch.el (isearch-lazy-highlight-face):
17775         * log-view.el (log-view-file-face, log-view-message-face):
17776         * paren.el (show-paren-match-face, show-paren-mismatch-face):
17777         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17778         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17779         (cvs-msg-face):
17780         * smerge-mode.el (smerge-mine-face, smerge-other-face)
17781         (smerge-base-face, smerge-markers-face):
17782         * wid-edit.el (widget-documentation-face, widget-button-face)
17783         (widget-field-face, widget-single-line-field-face)
17784         (widget-inactive-face, widget-button-pressed-face):
17785         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
17786         (woman-addition-face):
17787         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
17788         (eshell-ls-executable-face, eshell-ls-readonly-face)
17789         (eshell-ls-unreadable-face, eshell-ls-special-face)
17790         (eshell-ls-missing-face, eshell-ls-archive-face)
17791         (eshell-ls-backup-face, eshell-ls-product-face)
17792         (eshell-ls-clutter-face):
17793         * eshell/em-prompt.el (eshell-prompt-face):
17794         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
17795         * obsolete/old-whitespace.el (whitespace-highlight-face):
17796         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
17797         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
17798         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
17799         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
17800         (antlr-font-lock-literal-face):
17801         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17802         (ebrowse-root-class-face, ebrowse-file-name-face)
17803         (ebrowse-default-face, ebrowse-member-attribute-face)
17804         (ebrowse-member-class-face, ebrowse-progress-face):
17805         * progmodes/make-mode.el (makefile-space-face):
17806         * progmodes/sh-script.el (sh-heredoc-face):
17807         * textmodes/flyspell.el (flyspell-incorrect-face)
17808         (flyspell-duplicate-face):
17809         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
17810         * textmodes/texinfo.el (texinfo-heading-face):
17811         Mark face aliases with "-face" suffix as obsolete.
17813         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
17814         compiler.
17816         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
17817         (eudc-bob-sound-menu): Use defvar rather than defconst, since
17818         easy-menu-define wants to modify these.
17820         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
17822         * net/browse-url.el (browse-url-file-url):
17823         * term/internal.el (dos-codepage-setup):
17824         Use default-value rather than default-enable-multibyte-characters.
17826         * progmodes/etags.el (etags-goto-tag-location):
17827         * progmodes/flymake.el (flymake-highlight-line)
17828         (flymake-goto-file-and-line, flymake-goto-line):
17829         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
17830         (gdb-goto-breakpoint):
17831         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17832         * progmodes/python.el (python-find-function)
17833         (python-pdbtrack-track-stack-file):
17834         * progmodes/verilog-mode.el (verilog-surelint-off):
17835         * term/ns-win.el (ns-open-file-select-line):
17836         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
17837         Use forward-line rather than goto-line.
17839         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
17840         * textmodes/reftex-index.el (reftex-display-index):
17841         * textmodes/reftex-ref.el (reftex-offer-label-menu):
17842         * textmodes/reftex-toc.el (reftex-toc):
17843         Remove unnecessary bindings of default-major-mode (all are followed by
17844         major-mode check and possible mode switch).
17846 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
17848         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
17849         Handle watchpoints (bug#4282).
17850         (def-gdb-thread-buffer-command): Enable thread to be selected by
17851         clicking without selecting threads buffer first.
17852         (gdb-current-context-command): Use selected frame so that "up",
17853         "down" etc work in the GUD buffer.
17854         (gdb-update): Find selected frame before rendering stack buffer.
17855         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
17857 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17859         * progmodes/sym-comp.el (displayed-completions): Remove.
17860         (symbol-complete): Use minibuffer-complete.
17862 2009-08-31  Glenn Morris  <rgm@gnu.org>
17864         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
17866         * apropos.el (apropos-symbols-internal):
17867         Handle (obsolete) face aliases.
17869         * faces.el (describe-face): Adjust the output format to be more like
17870         describe-variable, and to mention (obsolete) face aliases.
17871         Adjust the whitespace so that help-setup-xref works.
17873         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
17874         * calendar/diary-lib.el (diary-button-face):
17875         Mark these face aliases as obsolete.
17877         * calendar/calendar.el (calendar-today): Doc fix.
17879 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
17881         * progmodes/gdb-mi.el (gdb-control-all-threads)
17882         (gdb-control-current-thread): Force tool bar update.
17883         (gdb-non-stop-handler): New function.
17884         (gdb-init-1): Use it to test if non-stop mode is supported.
17885         Remove unused gdbmi buffer type.
17887 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
17889         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
17890         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
17892 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
17894         * comint.el (comint-exec-1): Check command is non-null first.
17895         Part of gdb-mi.el change (2009-08-28).
17897 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17899         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
17901 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
17903         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
17904         instead of `dolist' to avoid a recursive require when bootstrapping.
17906 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17908         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
17910         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
17912         * net/imap.el (imap-send-command): Simplify.
17913         (imap-wait-for-tag): point-max -> buffer-size.
17915         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
17917         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
17918         with constant argument.
17920         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
17922         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
17924         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
17925         Change default, since most of our files don't have a history.
17926         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
17927         the user.
17929         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17930         Add comint-run.
17932         * calc/calc.el: Improve commenting convention.
17933         (calc-digit-map, toplevel): Simplify.
17935         * comint.el (comint-insert-input): Be careful to only set point if we
17936         don't delegate to some other command.
17938         * proced.el (proced-signal-list): Make it an alist.
17939         (proced-grammar-alist): Capitalize names.
17940         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
17941         Disable undo manually and make it read-only.
17942         Use completion-annotate-function.
17944         * minibuffer.el (minibuffer-message): If the current buffer is not
17945         a minibuffer, insert the message in the echo area rather than at the
17946         end of the buffer.
17947         (completion-annotate-function): New variable.
17948         (minibuffer-completion-help): Use it.
17949         (completion--embedded-envvar-table): Environment vars are
17950         always case-sensitive.
17952 2009-08-30  Glenn Morris  <rgm@gnu.org>
17954         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
17955         from fortran-current-defun.
17956         (fortran-beginning-of-subprogram): Be more precise about finding the
17957         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
17958         (fortran-end-of-subprogram): Simplify.
17959         (fortran-current-defun): Use fortran-start-prog-re.
17961 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
17963         * subr.el (do-after-load-evaluation): Simplify.
17965 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
17967         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
17969         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
17970         (vc-rcs-print-log): Use it.
17972         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
17974 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17976         * paths.el (abbrev-file-name): Move to abbrev.el.
17977         * abbrev.el (abbrev-file-name): Move from paths.el.
17978         Obey user-emacs-directory.
17979         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
17980         user-emacs-directory.
17981         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
17982         abbrev-file-name and calc-settings-file any more.
17983         * startup.el (command-line): Recompute abbrev-file-name and
17984         abbreviated-home-dir.
17985         (normal-no-mouse-startup-screen): Improve the generic code and get rid
17986         of the special code for when C-h bindings haven't been changed.
17987         (display-startup-echo-area-message): Use with-current-buffer.
17988         (command-line-1): Use a list of strings, rather than a list of lists
17989         of strings for longopts.
17991         * files.el (get-free-disk-space): Use / for default-directory.
17993         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
17994         Use with-current-buffer.
17996         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
17997         Recognize immutable variables like most-positive-fixnum.
17998         (byte-compile-setq-default): Check and warn if trying to assign
17999         to an immutable variable, or a non-variable.
18001         * progmodes/cc-vars.el (c-comment-continuation-stars):
18002         * progmodes/cc-engine.el (c-looking-at-bos):
18003         * progmodes/cc-cmds.el (c-toggle-auto-state)
18004         (c-forward-into-nomenclature, c-backward-into-nomenclature)
18005         (c-comment-line-break-function): Add version of obsolescence.
18007 2009-08-28  Juri Linkov  <juri@jurta.org>
18009         * files.el (magic-fallback-mode-alist): Add ZIP magic number
18010         associated with `archive-mode'.
18012         * image.el (image-type-header-regexps): Use only JPEG magic number
18013         to determine JPEG images, and don't use `image-jpeg-p' because
18014         Emacs can display non-JFIF non-Exif JPEG images.
18016 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
18018         * arc-mode.el (archive-mode):
18019         * emacs-lisp/re-builder.el (re-builder-unload-function):
18020         Protect against the default value of `major-mode' being nil.
18022 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
18024         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
18025         Fix typos in docstrings.
18027         * progmodes/js.el (js--macro-decl-re): Doc fix.
18028         (js--plain-method-re, js--split-name): Refloc docstring.
18029         (js--class-styles, js--make-merged-item, js--splice-into-items):
18030         Fix typos in docstrings; reflow docstrings.
18031         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
18032         (js--variable-decl-matcher, js--inside-pitem-p)
18033         (js--parse-state-at-point, js--get-all-known-symbols)
18034         (js--symbol-history, js-find-symbol, js--js-references)
18035         (js--moz-interactor, js--js-encode-value, js--read-tab):
18036         Fix typos in docstrings.
18038 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18040         * textmodes/reftex.el (reftex-get-file-buffer-force):
18041         * progmodes/verilog-mode.el (verilog-batch-execute-func):
18042         * emulation/viper.el (viper-go-away, viper-set-hooks):
18043         * emacs-lisp/re-builder.el (re-builder-unload-function):
18044         * emacs-lisp/bytecomp.el (byte-compile-file):
18045         * ses.el (ses-unload-function):
18046         * hexl.el (hexl-find-file):
18047         * files.el (normal-mode):
18048         * ehelp.el (with-electric-help):
18049         * autoinsert.el (auto-insert-alist):
18050         * arc-mode.el (archive-mode):
18051         Use (default-value 'major-mode) instead of default-major-mode.
18053         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
18054         * international/mule.el (load-with-code-conversion):
18055         * emacs-lisp/debug.el (debug):
18056         * ediff-vers.el (ediff-rcs-get-output-buffer):
18057         * dired.el (dired-internal-noselect): Don't let-bind
18058         default-major-mode around code that doesn't use it.
18059         E.g. buffer creation via get-buffer-create doesn't use it.
18061 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
18063         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
18064         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
18065         when writing the temp file.  Otherwise, epa-file gets confused.
18066         (tramp-register-file-name-handlers): Make it a defun.  Move also
18067         `epa-file-handler' to the front of `file-name-handler-alist'.
18069 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18071         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
18072         start right after a ^M.
18073         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
18074         (tramp-completion-file-name-regexp-separate)
18075         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
18076         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
18077         Don't modify last-coding-system-used by accident.
18078         (tramp-completion-file-name-handler): Apply the checks here,
18079         instead during registration.
18080         (tramp-register-file-name-handlers): Rename from
18081         `tramp-register-file-name-handler'.  Register both
18082         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
18083         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
18085 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
18087         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
18088         Remove variable ...
18089         (gdb-init-1, gdb-display-separate-io-buffer)
18090         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
18091         references to it.
18092         (gdb-inferior-io-mode): Use make-comint-in-buffer.
18093         (gdb-inferior-filter): Use comint-output-filter to stop
18094         echoing and remove ^M characters.
18096 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18098         * emulation/viper-init.el (viper-restore-cursor-type):
18099         * emulation/cua-base.el (cua--update-indications):
18100         Replace default-cursor-type with (default-value 'cursor-type).
18102         * mail/sendmail.el (mail-recover-1):
18103         * international/mule-diag.el (describe-current-coding-system-briefly)
18104         (describe-current-coding-system):
18105         * international/mule-cmds.el (select-safe-coding-system)
18106         (select-message-coding-system)
18107         (set-language-environment-coding-systems, set-locale-environment):
18108         * hexl.el (hexl-insert-multibyte-char):
18109         * dos-w32.el (find-buffer-file-type-coding-system):
18110         * simple.el (what-cursor-position):
18111         Replace uses of default-buffer-file-coding-system
18112         with (default-value 'buffer-file-coding-system).
18114         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
18115         Replace uses of default-cursor-in-non-selected-windows
18116         with (default-value 'cursor-in-non-selected-windows).
18117         Use with-current-buffer.
18119         * mail/feedmail.el: Use CL macros.
18120         (feedmail-run-the-queue, feedmail-send-it-immediately):
18121         * dos-w32.el (find-buffer-file-type): Replace uses of
18122         default-buffer-file-type with (default-value 'buffer-file-type).
18124 2009-08-28  Glenn Morris  <rgm@gnu.org>
18126         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
18127         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
18128         Use default-value of major-mode rather than default-major-mode.
18130 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18132         * Makefile.in (update-elcfiles): Report left over elc files.
18134         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
18135         expand-file-name and with-current-buffer.
18136         (mail-get-names, mail-directory): Use with-current-buffer.
18138         * vc.el (vc-read-revision): New function.
18139         (vc-version-diff, vc-merge): Use it.
18141 2009-08-27  Sam Steingold  <sds@gnu.org>
18143         * simple.el (kill-do-not-save-duplicates): New user option.
18144         (kill-new): When it is non-nil, and the new string is the same as
18145         the latest kill, set replace to t to avoid duplicates in kill-ring.
18147 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
18149         * net/tramp.el (tramp-handle-process-file): Do not flush all
18150         caches when `process-file-side-effects' is set.
18151         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
18152         instead of `tramp-find-file-exists-command'.
18153         Unset `process-file-side-effects'.
18155 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
18157         * net/tramp.el (tramp-methods): New method "rsyncc".
18158         (top): Add completion function for "rsyncc".
18159         (tramp-message-show-message): New defvar.
18160         (tramp-message, tramp-error): Use it.
18161         (tramp-do-copy-or-rename-file-directly): Extend check for direct
18162         remote copying.
18163         (tramp-do-copy-or-rename-file-out-of-band): Handle new
18164         `tramp-methods' entry `copy-env' of "rsyncc".
18165         (tramp-vc-registered-read-file-names): New defconst.
18166         (tramp-vc-registered-file-names): New defvar.
18167         (tramp-handle-vc-registered): Implement optimization strategy.
18168         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
18169         (tramp-vc-file-name-handler): New defun.
18170         (tramp-get-ls-command, tramp-get-test-command)
18171         (tramp-get-file-exists-command, tramp-get-remote-ln)
18172         (tramp-get-remote-perl, tramp-get-remote-stat)
18173         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
18175         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
18176         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
18177         timestamps.
18178         (tramp-get-file-property): Check for timestamps in
18179         `tramp-cache-inhibit-cache'.
18180         (tramp-set-file-property): Write timestamp.
18182 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18184         * language/japan-util.el (japanese-symbol-table): Add entries for
18185         cp932-2-byte.
18187         * international/characters.el: Add category `j' to cp932-2-byte.
18189 2009-08-27  Kenichi Handa  <handa@m17n.org>
18191         * international/fontset.el (build-default-fontset-data): New macro.
18192         (setup-default-fontset): Use build-default-fontset-data for CJK,
18193         tibetan, ethiopic, and ipa.
18195 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18197         * cus-start.el (default-major-mode): Customize `major-mode' instead.
18198         (enable-multibyte-characters): Not customizable any more.
18200         * subr.el (default-mode-line-format, default-header-line-format)
18201         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
18202         (default-direction-reversed, default-truncate-lines)
18203         (default-left-margin, default-tab-width, default-case-fold-search)
18204         (default-left-margin-width, default-right-margin-width)
18205         (default-left-fringe-width, default-right-fringe-width)
18206         (default-fringes-outside-margins, default-scroll-bar-width)
18207         (default-vertical-scroll-bar, default-indicate-empty-lines)
18208         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
18209         (default-fringe-cursor-alist, default-scroll-up-aggressively)
18210         (default-scroll-down-aggressively, default-fill-column)
18211         (default-cursor-type, default-buffer-file-type)
18212         (default-cursor-in-non-selected-windows)
18213         (default-buffer-file-coding-system, default-major-mode)
18214         (default-enable-multibyte-characters): Mark as obsolete.
18216 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
18218         * vc-dir.el (vc-dir-update): Remove debug helper.
18220         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
18222 2009-08-26  Sam Steingold  <sds@gnu.org>
18224         * simple.el (save-interprogram-paste-before-kill): New user option.
18225         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
18226         save the interprogram-paste into kill-ring before overriding it
18227         with the Emacs kill.
18229 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
18231         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
18232         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
18233         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
18234         and move to vc-rcs.el.
18235         (vc-default-next-revision): Rename to vc-rcs-next-revision and
18236         move to vc-rcs.el.
18237         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
18238         (vc-rcs-update-changelog): Remove.
18239         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
18240         and move to vc-rcs.el.
18242         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
18243         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
18244         renaming.
18245         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
18246         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
18247         vc.el, renamed to be RCS specific.
18249         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
18250         New functions.
18251         (vc-cvs-update-changelog): Move here from vc.el.
18253         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
18254         New functions.
18256 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18258         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
18260 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
18262         * vc-git.el (vc-git-register): Use "git add" for directories.
18263         (vc-git-stash, vc-git-stash-show): New functions.
18264         (vc-git-extra-menu-map): Bind them.
18266         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
18267         directory correctly in case the item is a directory itself.
18269         * vc.el: Document the desired behavior for reverted files in the
18270         `added' state.
18271         (vc-default-prettify-state-info): Remove function, unused.
18273         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
18275 2009-08-26  Glenn Morris  <rgm@gnu.org>
18277         * bindings.el (standard-mode-line-format): Reposition dashes in
18278         which-func entry.  (Bug#4217)
18280         * files.el (enable-local-variables, enable-local-eval)
18281         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
18282         the defcustoms.
18283         (auto-mode-alist, ignored-local-variables)
18284         (save-some-buffers-action-alist): Move risky declarations to the
18285         definitions.
18286         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
18287         (font-lock-defaults, format-alist, imenu--index-alist)
18288         (imenu-generic-expression, input-method-alist, minor-mode-alist)
18289         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
18290         (mode-line-modified, mode-line-mule-info, mode-line-position)
18291         (mode-line-process, mode-line-remote, outline-level)
18292         (parse-time-rules, rmail-output-file-alist)
18293         (special-display-buffer-names, vc-mode):
18294         Move risky declarations to the relevant files.
18295         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
18296         (mode-line-modified, mode-line-process, mode-line-position)
18297         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
18298         * font-core.el (font-lock-defaults):
18299         * format.el (format-alist):
18300         * vc-hooks.el (vc-mode):
18301         * window.el (special-display-buffer-names):
18302         * international/mule-cmds.el (input-method-alist):
18303         Define riskiness here (dumped file) rather than in files.el.
18304         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
18305         * imenu.el (imenu-generic-expression, imenu--index-alist):
18306         * outline.el (outline-level):
18307         * time.el (display-time-string):
18308         * calendar/parse-time.el (parse-time-rules):
18309         * mail/rmailout.el (rmail-output-file-alist):
18310         Autoload riskiness here, rather than placing in files.el.
18312 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
18314         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
18316 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
18318         * simple.el (process-file-side-effects): New defvar.
18320         * dired-aux.el (dired-show-file-type):
18321         * vc.el (vc-diff-internal):
18322         * vc-arch.el (vc-arch-diff):
18323         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
18324         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
18325         * vc-git.el (vc-git-registered, vc-git-working-revision)
18326         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
18327         (vc-git--empty-db-p):
18328         * vc-hooks.el (vc-user-login-name):
18329         * vc-svn.el (vc-svn-registered, vc-svn-state)
18330         (vc-svn-dir-extra-headers, vc-svn-find-revision):
18331         * progmodes/grep.el (grep-probe): Let-bind
18332         `process-file-side-effects' with nil.
18334         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
18336         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
18337         daemon.  Replace ping by checking for running service for bluez
18338         and zeroconf.  (Bug#4239)
18340 2009-08-25  Kevin Ryde  <user42@zip.com.au>
18342         * net/dig.el (dig): Add autoload cookie.
18344 2009-08-25  Glenn Morris  <rgm@gnu.org>
18346         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
18347         load-history for absolute file-names.
18348         (byte-compile-file-form-require): Warn about use of the cl package.
18350         * format.el (format-alist): Doc fix.
18352         * play/bubbles.el (top-level): Don't require cl at run-time.
18354         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
18355         run-time cl).
18357 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
18359         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
18360         from cl package.
18361         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
18363 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
18365         * calc/calc-alg.el (math-trig-rewrite)
18366         (math-hyperbolic-trig-rewrite): New functions.
18367         (calc-simplify): Simplify trig functions when asked.
18369 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18371         * diff-mode.el (diff-find-source-location): Avoid goto-line.
18373 2009-08-24  Kenichi Handa  <handa@m17n.org>
18375         * language/ind-util.el (mapthread): Delete it.
18376         (combinatorial): New function.
18377         (indian--puthash-cv): Use combinatorial instead of mapthread.
18379 2009-08-22  Kevin Ryde  <user42@zip.com.au>
18381         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
18382         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
18383         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
18384         Clarify docstring that the value is strings not symbols.
18385         (checkdoc-list-of-strings-p): New function.
18387 2009-08-22  Glenn Morris  <rgm@gnu.org>
18389         * files.el (auto-mode-alist):
18390         * hippie-exp.el (he-concat-directory-file-name):
18391         * lpr.el (lpr-windows-system, printer-name):
18392         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
18393         * ps-print.el (ps-windows-system):
18394         * startup.el (command-line):
18395         * emulation/viper-ex.el (viper-glob-function):
18396         * international/mule-cmds.el (set-language-environment-coding-systems):
18397         * net/ange-ftp.el (ange-ftp-write-region):
18398         * obsolete/fast-lock.el (fast-lock-cache-name):
18399         Remove code for defunct system-types emx, macos, mswindows, next-mach,
18400         unisoft-unix, vax-vms, win32, w32.
18402         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
18403         given name if the pattern is not more specific.
18405         * calendar/lunar.el (lunar-phase-names): New option.
18406         (lunar-phase): Doc fix.
18407         (lunar-cycles-per-year): New constant.
18408         (lunar-index): New function.
18409         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
18410         (lunar-phase-name): Use lunar-phase-names.
18411         (calendar-lunar-phases): Use format.
18412         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
18414         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
18415         Copy imenu-example--name-and-position function here for own use.
18416         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
18418         * bs.el (bs--redisplay):
18419         * cus-edit.el (custom-redraw):
18420         * ibuffer.el (ibuffer-bury-buffer):
18421         * server.el (server-goto-line-column):
18422         * startup.el (command-line-1):
18423         * strokes.el (strokes-xpm-for-stroke):
18424         * term.el (term-display-buffer-line):
18425         * view.el (View-goto-line):
18426         * calc/calc.el (calc-do, calc-trail-buffer):
18427         * play/gamegrid.el (gamegrid-add-score-insecure):
18428         * progmodes/ada-mode.el (ada-compile-goto-error):
18429         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
18430         (ebrowse-select-1st-to-9nth):
18431         * progmodes/cperl-mode.el (cperl-time-fontification):
18432         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
18433         * progmodes/gud.el (gud-display-line):
18434         (idlwave-shell-display-line):
18435         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
18436         * progmodes/make-mode.el (makefile-browser-toggle):
18437         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
18438         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
18439         * textmodes/picture.el (picture-draw-rectangle):
18440         * textmodes/reftex-index.el (reftex-index-goto-letter):
18441         (reftex-select-jump-to-previous):
18442         * textmodes/reftex-sel.el (reftex-find-start-point)
18443         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
18444         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
18445         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
18446         * textmodes/tex-mode.el (tex-compilation-parse-errors):
18447         * textmodes/two-column.el (2C-associated-buffer):
18448         Use forward-line rather than goto-line.
18450         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
18451         goto-line.
18453         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
18454         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
18455         (quick-check-list-to-regexp): Declare.
18457         * progmodes/make-mode.el (makefile-browser-insert-selection):
18458         Use goto-char rather than goto-line.
18460         * progmodes/prolog.el (compilation-error-regexp-alist)
18461         (compilation-forget-errors): Declare.
18463 2009-08-22  Juri Linkov  <juri@jurta.org>
18465         * progmodes/grep.el (lgrep, rgrep): At the beginning
18466         set `dir' to `default-directory' unless `dir' is a non-nil
18467         readable directory.  (Bug#4052)
18468         (lgrep, rgrep): Change a weird way to report an error
18469         from using `read-string' to using `error'.
18470         Instead of using interactive arguments in the function body,
18471         add new argument `confirm'.
18473 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18475         * textmodes/remember.el (remember-buffer):
18476         * progmodes/cperl-mode.el (cperl-vc-header-alist):
18477         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
18478         (icalendar-extract-ical-from-buffer):
18479         * net/newst-treeview.el (newsticker-groups-filename):
18480         * net/newst-backend.el (newsticker-cache-filename):
18481         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
18482         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
18483         (speedbar-add-ignored-path-regexp, speedbar-line-path)
18484         (speedbar-buffers-line-path, speedbar-path-line)
18485         (speedbar-buffers-line-path):
18486         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
18487         (epg-sign-keys):
18488         * epa.el (epa-display-verify-result):
18489         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
18491 2009-08-21  Glenn Morris  <rgm@gnu.org>
18493         * progmodes/js.el (inferior-moz-process): Fix declaration.
18495         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
18497         * obsolete/rnewspost.el (news-mail-reply):
18498         Use goto-char rather than goto-line.
18500         * term/ns-win.el (ns-open-file-select-line):
18501         Use line-beginning-position rather than goto-line.
18503         * apropos.el (apropos-command):
18504         * ehelp.el (electric-helpify):
18505         * printing.el (pr-show-setup):
18506         * strokes.el (strokes-help):
18507         * tutorial.el (tutorial--describe-nonstandard-key)
18508         (tutorial--detailed-help):
18509         * woman.el (woman-mini-help, woman-display-extended-fonts):
18510         * calc/calc-help.el (calc-describe-key):
18511         * emulation/edt.el (edt-electric-helpify):
18512         * international/mule-diag.el (mule-diag):
18513         * play/yow.el (apropos-zippy):
18514         * progmodes/python.el (python-describe-symbol):
18515         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
18516         * textmodes/table.el (*table--cell-describe-mode)
18517         (*table--cell-describe-bindings):
18518         Use help-print-return-message rather than the now obsolete alias.
18520         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
18521         (calendar-cursor-to-visible-date):
18522         * play/5x5.el (5x5-position-cursor):
18523         * play/decipher.el (decipher):
18524         * play/gomoku.el (gomoku-goto-xy):
18525         * play/landmark.el (lm-goto-xy):
18526         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
18527         (mpuz-paint-digit):
18528         Use forward-line, not goto-line.
18530         * mail/rmail.el (rmail-obsolete): Delete custom group.
18531         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
18532         (rmail-remote-password, rmail-remote-password-required):
18533         Remove unneeded :set-after and :set properties.
18535 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
18537         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
18539 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
18541         * loadup.el: Remove leftover macos code.
18543         * vc-git.el (vc-git-annotate-command): Run asynchronously.
18544         Explicitly pass the date format to git blame so that user local
18545         so that the output format can be parsed.
18547 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
18549         * net/dbus.el (top): Don't check for (getenv
18550         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
18552 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
18554         * log-edit.el (log-edit-strip-single-file-name): New var.
18555         (log-edit-insert-changelog): Use it.  Bug#3571
18557 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18559         * subr.el (read-passwd): Use read-key so keypad keys work as well.
18560         Bug#3287
18562         * help.el (help-print-return-message): Rename from
18563         print-help-return-message.
18565         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
18566         cvs-mode-map parent hack.
18567         (log-view-mode): Derive from special-mode.
18569         * linum.el (linum-mode): window-size-change-functions is redundant.
18570         Adapt to new window-configuration-change-hook behavior.
18571         (linum-after-size, linum-after-config): Remove.
18573         * imenu.el (imenu-example--name-and-position)
18574         (imenu-example--lisp-extract-index-name)
18575         (imenu-example--create-lisp-index, imenu-example--create-c-index):
18576         Mark as obsolete.
18578         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
18579         (inferior-prolog-mode): Use it.
18580         (inferior-prolog-load-file): Reset list of errors.
18582 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18584         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
18586         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
18588 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
18590         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
18591         is running already.
18593 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18595         * subr.el (listify-key-sequence-1): Use normal syntax since those
18596         integers are nowadays always represented by the same (positive) number
18597         on all platforms.
18598         (read-key-empty-map): New const.
18599         (read-key-delay): New var.
18600         (read-key): New function.
18601         (force-mode-line-update): Use with-current-buffer.
18602         (locate-user-emacs-file): Don't forget to abbreviate the file name.
18603         (start-process-shell-command, start-file-process-shell-command):
18604         Discourage the use of command-args.
18606 2009-08-19  Glenn Morris  <rgm@gnu.org>
18608         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
18610 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18612         * simple.el (choose-completion-string): Don't rely on
18613         minibuffer-completing-file-name and ad-hoc checks to decide whether
18614         to continue completion or not.
18616         * minibuffer.el (minibuffer-hide-completions): New function.
18617         (completion--do-completion): Use it.
18618         (completions-annotations): New face.
18619         (completion--insert-strings): Use it.
18620         (completion-pcm--delim-wild-regex): Add docstring.
18621         (completion-pcm--string->pattern): Add support for 0-width delimiters
18622         in completion-pcm--delim-wild-regex.
18624 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18626         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
18627         Remove unused var `buffer-modified-p'.
18629         * minibuffer.el (completion--do-completion): Move point for the #b001
18630         case as well (bug#4176).
18631         (minibuffer-complete, minibuffer-complete-word): Don't move point.
18633 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
18635         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
18636         and :session buses.
18638 2009-08-18  Kenichi Handa  <handa@m17n.org>
18640         * international/ucs-normalize.el (ucs-normalize-version):
18641         Change to 1.1.
18642         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
18643         (utf-8-hfs): Make it perform normalization on encoding too.
18645         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
18646         (sentence-end-without-space): Delete duplicated chars.
18647         (sentence-end-base): Likewise.
18649         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
18650         (html-mode): Delete duplicated chars from sentence-end-base.
18652         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
18653         (texinfo-mode): Delete duplicated chars from sentence-end-base.
18655 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
18657         * files.el (hack-one-local-variable): If the mode function is for
18658         a minor mode, pass it an argument (Bug#4148).
18660 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
18662         * net/tramp.el (tramp-register-completion-file-name-handler):
18663         Check also for (member 'partial-completion completion-styles).
18665 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
18667         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
18668         abbrev (Bug#3943).
18670 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
18672         * progmodes/cperl-mode.el: Merge upstream 6.2.
18673         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
18674         (cperl-forward-re): Check cperl-brace-recursing.
18675         (cperl-highlight-charclass): New function.
18676         (cperl-find-pods-heres): Use it.
18677         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
18678         (cperl-beautify-regexp-piece): Fix column calculation.
18679         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
18680         (cperl-beautify-level): Don't process entire regexp.
18681         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
18682         calling man.
18683         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
18684         (cperl-init-faces): Build a list in the normal way.
18686 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
18688         * calendar/parse-time.el (parse-time-string-chars): Save match
18689         data.
18691 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18693         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
18694         (sql-product): Use it.
18695         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
18696         (sql-set-product): Add completion.
18697         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
18698         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
18699         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
18700         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
18701         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
18702         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
18703         (sql-highlight-db2-keywords): Remove.
18704         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
18705         (sql-highlight-product): Use derived-mode-p.
18706         (sql-set-sqli-buffer): Use with-current-buffer.
18707         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
18708         Simplify.
18710         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
18712         * term.el: Fix commenting convention, turn comments into docstrings.
18714 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
18716         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
18718 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
18720         * calendar/parse-time.el (parse-time-string-chars): Compute using
18721         character classes, to handle non-ascii characters (Bug#3190).
18723 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
18725         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
18726         another heredoc if the user adds another < (Bug#3226).
18728         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18729         Don't initialize based on window-system (Bug#4124).
18731         * facemenu.el (facemenu-read-color): Use a completion function
18732         that accepts any defined color, such as RGB triplets (Bug#3677).
18734         * files.el (get-free-disk-space): Change fallback default
18735         directory to /.  Expand DIR argument before switching to fallback.
18736         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
18738 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
18740         * files.el (load-library): Doc fix.
18742 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
18744         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
18745         (viper-if-string): Redefine C-s in the minibuffer to insert the last
18746         incremental search string.
18748         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
18749         XEmacs.
18751         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
18752         (ediff-merge-region-is-non-clash)
18753         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
18754         Also check if the job is really a merge job.
18756         * ediff.el (ediff-current-file): New function.
18758 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
18760         * progmodes/js.el: Edit docstrings throughout to follow Emacs
18761         conventions.
18762         (js-insert-and-indent): Delete function.
18763         (js-mode-map): Don't bind keys to js-insert-and-indent.
18764         (js-beginning-of-defun): Rename from js--beginning-of-defun.
18765         (js-end-of-defun): Rename from js--end-of-defun.
18766         (js-auto-indent-flag): Delete variable.
18768 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
18770         * progmodes/js.el: Remove proclaim statement.
18771         Defvar which-func-imenu-joiner-function to silence compiler.
18773         * files.el (auto-mode-alist): Use js-mode for .js files.
18775         * progmodes/js2-mode.el: Remove file.
18777         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
18779         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
18781         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
18783 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
18784             Karl Landstrom  <karl.landstrom@brgeight.se>
18786         * progmodes/js.el: New file.
18788 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
18790         * timezone.el (timezone-parse-date): Add ability to understand ISO
18791         basic format (minimal separators) dates in addition to the
18792         already-supported extended format dates.
18794 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
18796         * international/ucs-normalize.el: Add a `coding' file variable.
18798         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
18800 2009-08-14  Sam Steingold  <sds@gnu.org>
18802         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
18804 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
18806         * faces.el (help-argument-name): Define it here instead of
18807         help-fns.el, because in daemon mode help-fns.el may be loaded when
18808         faces are still uninitialized (Bug#1078).
18810         * help-fns.el (help-argument-name): Move defface to faces.el.
18812 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
18814         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
18815         create buffer with a pty but no process so that GDB can make the
18816         inferior the controlling process.
18818 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
18820         * international/ucs-normalize.el: New file.
18822 2009-08-13  Richard Stallman  <rms@gnu.org>
18824         * mail/rmail.el (rmail-get-attr-names):
18825         Accept an attribute header that is too short.
18827         * mail/rmail.el (rmail-forget-messages):
18828         Ignore nil elt in rmail-message-vector.  Use dotimes.
18830         * progmodes/compile.el (compilation-goto-locus):
18831         Use next-error-move-function.
18833         * simple.el (next-error-move-function): New variable.
18835 2009-08-12  Juri Linkov  <juri@jurta.org>
18837         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
18838         always non-nil.  (Bug#4052)
18840         * replace.el (read-regexp): Return empty string when
18841         `default-value' is nil.
18842         (keep-lines-read-args): Don't use empty string as the
18843         default value for `read-regexp'.  (Bug#2495)
18845 2009-08-12  Juri Linkov  <juri@jurta.org>
18847         * international/mule-cmds.el (ucs-insert): Change arguments
18848         from `arg' to `character', `count', `inherit' to be the same
18849         as in `insert-char'.  Doc fix.  (Bug#4039)
18851         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
18853 2009-08-12  Juri Linkov  <juri@jurta.org>
18855         * files-x.el: New file.
18857         * files.el: Move code that deals with adding/deleting
18858         file/directory-local variables to files-x.el.
18860         * Makefile.in (ELCFILES): Add files-x.elc.
18862 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
18864         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
18865         to use `goto-line'.
18866         (gdb-place-breakpoints, gdb-get-location): Rewritten without
18867         `goto-line'.
18868         (gdb-invalidate-disassembly): Do not refresh upon receiving
18869         'update signal.  Instead, update all disassembly buffers only after
18870         threads list.
18871         (gdb): Send -target-detach when buffer is killed (Bug#3794).
18872         (gdb-starting): Move -data-list-register-names...
18873         (gdb-stopped): ...here so it's sent when first thread stops.
18874         (gdb-registers-handler-custom): Do nothing if register names are
18875         unknown yet.
18877         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
18878         from `gdb-mi.el' to avoid extra tangling.
18880         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
18881         change which breaks `gud-def' definitions used in `gdb'.
18882         (gdb-update-gud-running): No extra fuss for updating frame number.
18884 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18886         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
18887         (describe-language-environment-map, setup-language-environment-map)
18888         (set-coding-system-map): Move initialization into declaration.
18889         (set-language-info-alist): Last arg to define-key-after can be skipped.
18891         * international/quail.el (quail-completion-1): Simplify.
18892         (quail-define-rules): Use slightly more compact code.
18893         (quail-insert-decode-map): Propertize keys, compact columns.
18895         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18896         Add goto-line.
18898 2009-08-10  Miles Bader  <miles@gnu.org>
18900         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
18901         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
18902         (js2-instance-member, js2-private-member, js2-private-function-call)
18903         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
18904         (js2-magic-paren, js2-external-variable):
18905         Remove "-face" suffix from face names.
18906         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
18907         (js2-highlight-undeclared-vars, js2-peek-token)
18908         (js2-parse-function-params, js2-mode-show-errors)
18909         (js2-mode-show-warnings, js2-make-magic-delimiter)
18910         (js2-mode-highlight-magic-parens): Update to use new face names.
18912 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
18914         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
18915         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
18917 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
18919         * subr.el: Provide hashtable-print-readable.
18921         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
18922         hs-c-like-adjust-block-beginning.
18923         (hs-hide-block-at-point): Stop hiding at the beginning of
18924         hs-block-end-regexp (Bug#700).
18926 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
18928         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
18929         a macro.
18930         (gdb-registers-handler-custom): Do not fail when register names
18931         are unavailable.
18933 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
18935         * progmodes/gdb-mi.el (gdb-control-all-threads)
18936         (gdb-control-current-thread): Interactive setters for
18937         `gdb-gud-control-all-threads' to use in menu.
18938         (gdb-show-run-p): Show «Go» when process is not active.
18939         (gud-tool-bar-map): Add non-stop/A,T indicator.
18940         Uses gud/thread.xpm and gud/all.xpm.
18942 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
18944         * net/net-utils.el (net-utils-font-lock-keywords): New var.
18945         (nslookup-font-lock-keywords): Make it a variable.
18946         (net-utils-mode): New mode for viewing diagnostic network output.
18947         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
18948         (net-utils-run-simple): New function.
18949         (ifconfig, iwconfig, netstat, arp, route): Use it.
18951 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
18953         * progmodes/gdb-mi.el (gdb-read-memory-custom)
18954         (gdb-memory-set-address, def-gdb-set-positive-number)
18955         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
18956         after changing settings.
18957         (gdb-invalidate-disassembly): Update when first shown.
18958         (gdb-edit-locals-value): Fixed.
18959         (gdb-registers-handler-custom): Print registers in right order and
18960         allow changing register values (only for current thread yet).
18961         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
18962         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
18963         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
18964         (gdb-locals-handler-custom, gdb-registers-handler-custom):
18965         Thread info in mode name.
18966         (gdb-registers-mode-map): TAB to switch to locals.
18968 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
18970         * mail/rmail.el (rmail-add-mbox-headers)
18971         (rmail-set-message-counters-counter): Search for
18972         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
18974 2009-08-08  Glenn Morris  <rgm@gnu.org>
18976         * Makefile.in (ELCFILES): Update.
18978 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
18980         * mail/sendmail.el (mail-yank-original):
18981         Set buffer-file-coding-system from the one used by the message whose
18982         text is yanked.
18984         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
18985         to "windows" when "pgnuplot" is used.
18986         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
18987         Don't call accept-process-output if "pgnuplot" is used.
18988         (calc-graph-init): Don't send -display and -geometry to
18989         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
18990         running "pgnuplot -V" with shell-command-to-string.
18992         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
18993         the default.
18995 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
18997         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
18998         org/org-latex.elc.
19000 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
19002         * vc-dispatcher.el (vc-resynch-window): Update comment.
19004         * term.el (term-handle-ansi-escape): Add comments with the
19005         terminfo capabilities implemented.
19007 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
19009         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
19010         (gdb-var-create-handler): Rewritten using JSON parser.
19011         (gdb-propertize-header): Move earlier.
19012         (gdb-set-header): Remove to avoid duplication.
19013         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
19014         Refresh disassembly buffers only after threads list have been
19015         update.
19016         (gdb-threads-header, gdb-registers-header): Per-buffer header line
19017         variables.
19019 2009-08-04  Juri Linkov  <juri@jurta.org>
19021         * files.el: Commands to add/delete file/directory-local variables.
19022         (read-file-local-variable, read-file-local-variable-value)
19023         (read-file-local-variable-mode, modify-file-local-variable)
19024         (modify-file-local-variable-prop-line)
19025         (modify-dir-local-variable): New functions.
19026         (add-file-local-variable, delete-file-local-variable)
19027         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
19028         (add-dir-local-variable, delete-dir-local-variable)
19029         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
19030         (copy-dir-locals-to-file-locals-prop-line): New commands.
19032 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
19034         * abbrev.el (insert-abbrev-table-description): Prettify output.
19035         Suggested by Karl Chen.
19037 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
19039         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
19040         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
19041         (gdb-overlay-arrow-position, gdb-thread-position)
19042         (gdb-disassembly-position): Declare variables.
19043         (gdb-wait-for-pending): Function now.
19044         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
19045         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
19046         compilation goes smoothly.
19047         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
19048         (gdb-non-stop-setting): New customization setting which replaces
19049         `gdb-non-stop' so changing it doesn't break active GDB session.
19050         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
19051         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
19052         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
19053         (gdb-show-threads-by-default): New customization options.
19054         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
19055         routines.
19056         (gdb-get-buffer-create): Send buffers update signal when they are
19057         created.
19058         (gdb-invalidate-locals, gdb-invalidate-registers)
19059         (gdb-invalidate-breakpoints)
19060         (gdb-invalidate-threads, gdb-invalidate-disassembly)
19061         (gdb-invalidate-memory): Accept update signal.
19062         (gdb-current-context-command): Use --frame option.
19063         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
19064         Implement `gdb-frame-number' selection logic.
19065         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
19066         whether to show GUD toolbar buttons.
19067         (gdb-thread-exited): Unselect current thread when it exits.
19068         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
19069         (gdb-mark-line): Routine which sets overlay arrow or inverses
19070         video on fringeless displays.
19071         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
19072         to build aligned columns of data in GDB buffers and set text
19073         properties line-by-line.
19074         (gdb-invalidate-breakpoints)
19075         (gdb-breakpoints-list-handler-custom)
19076         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
19077         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
19078         (gdb-registers-handler-custom): Align data columns.
19079         (gdb-locals-handler-custom): Now prints data like in variable
19080         declarations.
19081         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
19082         Remove confusing buttons.
19083         (gdb-invalidate-threads): Append --frame.
19084         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
19085         between breakpoints/threads buffers.
19086         (gdb-set-window-buffer): Now can ignore dedicated windows.
19087         (gdb-propertize-header): Use `gdb-set-window-buffer'.
19088         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
19089         (def-gdb-thread-buffer-gud-command): Replaces
19090         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
19091         for fine thread control.
19092         (gdb-preempt-existing-or-display-buffer): New function used to
19093         display bound buffers without breaking window layout.
19094         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
19095         (gdb-select-frame): New version of `gdb-frames-select' which now
19096         sets `gdb-frame-number' so commands may use --frame option instead
19097         of inner debugger state.
19098         (gdb-frame-handler): Do not set `gdb-frame-number'.
19099         (gdb-threads-mode-map): Select threads with mouse.
19101         * progmodes/gud.el (gdb-gud-context-call): Declare function to
19102         avoid compilation warning.
19103         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
19104         `gdb-show-stop-p`.
19106         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
19107         Argument `key' renamed to `buffer-type'.
19108         (gdb-current-context-buffer-name): Do not add thread info to
19109         buffer name when no thread is selected.
19110         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
19111         command (bug 3794).
19112         (gdb-thread-selected): Handle `=thread-selected' notification.
19113         (gdb-wait-for-pending): New macro to deal with congestion problems.
19114         (gdb-breakpoints-list-handler-custom): Don't fail on pending
19115         breakpoints.
19116         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
19117         This fixes problem similar to one described in bug 3947.
19118         (gud-menu-map): More menu items.
19119         (gdb-init-1): Reset `gdb-thread-number' to nil.
19121         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
19122         non-stop settings.
19124         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
19125         (gdb-current-context-command): Do not append --thread if
19126         `gdb-thread-number' is nil.
19127         (gdb-running-threads-count, gdb-stopped-threads-count):
19128         New variables.
19129         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
19130         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
19131         New customization options.
19132         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
19133         GUD commands.
19134         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
19135         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
19136         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
19137         set `gdb-thread-number' and update `gud-running' properly.
19138         (gdb-running): Update threads list when new threads appear.
19139         (gdb-stopped): Support non-stop operation and new thread switching
19140         logic.
19141         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
19142         (gdb-json-partial-output): New set of JSON routines.
19143         (def-gdb-auto-update-trigger): New `signal-list' optional
19144         argument.
19145         (gdb-thread-list-handler-custom): Update `gud-running',
19146         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
19147         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
19148         (gdb-continue-thread, gdb-step-thread): New commands for fine
19149         thread execution control.
19150         (gud-menu-map): New menu items to switch non-stop options.
19151         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
19152         (gdb-send): Mimic RET properly (bug 3794).
19154         * progmodes/gdb-mi.el (gdb-rules-name-maker)
19155         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
19156         gdb-buffer-rules.
19157         (def-gdb-auto-update-handler): New nopreserve optional argument.
19158         (gdb-stack-list-frames-custom): Print stack from top to bottom.
19160         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
19161         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
19162         (gdb-parent-mode): New mode to derive other GDB modes from.
19163         (gdb-display-disassembly-for-thread)
19164         (gdb-frame-disassembly-for-thread): New commands for threads
19165         buffer.
19167         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
19168         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
19169         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
19170         (gdb-update): We now store all GDB buffers in a list so that they
19171         can be updated by traversing a list instead of calling invalidate
19172         triggers explicitly.
19173         (def-gdb-trigger-and-handler): New macro to define trigger-handler
19174         pair for GDB buffer.
19175         (gdb-stack-buffer-name): Add thread information.
19176         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
19177         handle pending triggers.
19178         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
19179         (def-gdb-thread-buffer-simple-command)
19180         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
19181         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
19182         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
19183         New commands which show buffers bound to thread.
19184         (gdb-stack-list-locals-regexp): Remove unused regexp.
19186         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
19187         (gdb-locals-buffer-name, gdb-registers-buffer-name)
19188         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
19189         to (gud-comint-buffer) in *-buffer-name functions
19190         because (gdb-get-target-string) already does that.
19191         (gdb-locals-handler-custom, gdb-registers-handler-custom)
19192         (gdb-changed-registers-handler): Rewritten without regexps.
19194         * progmodes/gdb-mi.el: Basic thread selection support.
19195         (gdb-thread-number): New variable.
19196         (gdb-current-context-command): New macro which adds --thread
19197         option to command.
19198         (gdb-threads-mode-map): Select thread with SPC.
19199         (gdb-thread-list-handler-custom): Mark current thread with overlay
19200         arrow.  Synchronize GDB thread and Emacs thread.
19201         (gdb-select-thread): New command which selects current thread.
19202         (gdb-invalidate-frames, gdb-invalidate-locals)
19203         (gdb-invalidate-registers): Use --thread option.
19205 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
19207         * net/tramp.el (top): Make check for tramp-gvfs loading more
19208         robust.  (Bug#3977)
19209         (tramp-handle-insert-file-contents): `unwind-protect' must be
19210         inside `with-parsed-tramp-file-name'.
19212         * net/tramp-gvfs.el (top): Remove superfluous message when loading
19213         fails.
19215 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
19217         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
19218         directory if CLASSPATH is not set.
19220 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
19222         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
19223         New defconst.
19224         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
19226 2009-08-02  Kevin Ryde  <user42@zip.com.au>
19228         * net/newst-backend.el (newsticker--raw-url-list-defaults):
19229         Update freshmeat link.  Delete newsforge.com as it seems gone.
19231 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
19233         * select.el (x-set-selection): Doc fix (Bug#4021).
19235         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
19237         * help-fns.el (describe-variable): Treat list return values from
19238         dir-locals-find-file properly (Bug#4005).
19240 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
19242         * net/tramp.el (tramp-debug-message): Print also microseconds.
19244 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
19246         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
19247         or END is non-nil.
19248         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
19249         (tramp-get-debug-buffer): Change `outline-regexp' according to new
19250         format.
19252         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
19253         (tramp-get-file-property): Use it.
19255         * autorevert.el (auto-revert-handler):
19256         Allow `auto-revert-tail-mode' for remote files.
19258 2009-08-02  Jason Rumney  <jasonr@gnu.org>
19260         * minibuffer.el (read-file-name): Treat confirm options to
19261         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
19263 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
19265         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
19266         (font-lock-variable-name-face, font-lock-constant-face):
19267         Darken the colors for light backgrounds.
19269 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
19271         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
19272         month names.  (Bug#3987)
19274 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
19276         * simple.el (line-move-finish): Pass whole number to
19277         line-move-to-column.
19278         (line-move-visual): Perform hscroll to the recorded position.
19280 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
19282         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
19284 2009-07-29  Alan Mackenzie  <acm@muc.de>
19286         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
19288 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
19290         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
19291         (gdb-place-breakpoints): Use full path when setting breakpoints.
19293 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
19295         * calc/calc.el (calc-mode-map): Add keybinding for
19296         `calc-transpose-lines'.
19298 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
19300         * calc/calc-misc.el (calc-transpose-lines): New function.
19302 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
19304         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
19305         Simplify check for out-of-band methods.
19306         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
19307         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
19309 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
19311         * vc-git.el (vc-git-checkin): Fix typo.
19313 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
19315         * progmodes/js2-mode.el: New file.
19317 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
19319         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
19320         (gud-menu-map): Adjust tooltip accordingly.
19322 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
19324         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
19325         (vc-bzr-log-view-mode): Adjust log-view-file-re.
19327         * add-log.el (change-log-mode-map): Add a menu.
19329 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
19331         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
19332         function returns nil.
19333         (dbus-handle-event): Handle special return value :ignore.
19334         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
19336 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
19338         * view.el (view-mode-enable): Don't define Helper-return-blurb if
19339         it's not needed.
19341 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
19343         Fix Bug#3888:
19345         * w32-vars.el (x-select-enable-clipboard): Doc fix.
19347         * term/pc-win.el (x-display-name, x-colors)
19348         (x-select-enable-clipboard, x-select-text): Doc fix.
19350         * term/common-win.el (x-display-name, x-colors): Doc fix.
19352         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
19353         (xw-defined-colors): Doc fix.
19355         * w32-fns.el (x-select-text, x-setup-function-keys)
19356         (x-get-selection, x-set-selection): Doc fix.
19358         * term/x-win.el (x-select-text, x-setup-function-keys)
19359         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
19361         * select.el (x-set-selection): Doc fix.
19363 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
19365         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
19366         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
19367         "IsNSSSupportAvailable" method is not available.
19368         Reported by Steve Youngs <steve@sxemacs.org>.
19370 2009-07-24  Kenichi Handa  <handa@m17n.org>
19372         * international/characters.el: Fix setting of category ?C, ?|, ?K,
19373         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
19374         (build-unicode-category-table): Fix range checks.
19376 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
19378         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
19379         the buffer we try to sync is current when calling
19380         vc-resynch-buffer.
19382         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
19383         not show up to date files.
19385 2009-07-24  Glenn Morris  <rgm@gnu.org>
19387         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
19388         Add autoload cookies.  If necessary, initialize.
19389         (elint-log): Handle non-file buffers.
19390         (elint-initialize): Add optional argument to reinitialize.
19391         (elint-find-builtin-variables): Save excursion.
19393 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
19395         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
19396         for Lint.
19398 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19400         * vc.el (vc-print-log-internal): New function, split out from ...
19401         (vc-print-log): ... here.
19402         (vc-dir-move-to-goal-column): Declare.
19404         * vc-git.el (vc-git-add-signoff): New variable.
19405         (vc-git-checkin): Use it.
19406         (vc-git-toggle-signoff): New function.
19407         (vc-git-extra-menu-map): Bind it to menu.
19408         (vc-git--run-command-string): Accept a nil FILE argument.
19409         (vc-git-stash-list): New function.
19410         (vc-git-dir-extra-headers): Use it.
19412 2009-07-23  Glenn Morris  <rgm@gnu.org>
19414         * help-fns.el (describe-variable): Describe ignored and risky local
19415         variables in a similar way to that in which we describe safe ones.
19417         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
19418         (byte-compile-output-file-form, byte-compile-output-docform)
19419         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
19420         Give some more local variables with common names a "bytecomp-" prefix,
19421         so as not to shadow things during compilation.
19422         * emacs-lisp/cl-macs.el (load-time-value)
19423         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
19424         `outbuffer' to `bytecomp-outbuffer'.
19426         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
19427         since the next two variables cover them automatically now.
19428         (elint-builtin-variables, elint-autoloaded-variables): New.
19429         (elint-unknown-builtin-args): Remove all members, since they can be
19430         parsed automatically now.
19431         (elint-extra-errors): New.
19432         (elint-env-add-env, elint-env-add-macro): Use cadr.
19433         (elint-current-buffer): Use or.  Change final message.
19434         (elint-get-top-forms): Use line-end-position.
19435         (elint-init-env): Use cadr.  Handle autoload, declare-function,
19436         and defalias.
19437         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
19438         (regexp-assoc): Remove unused function.
19439         (elint-top-form): Set elint-current-pos, to record the start of the
19440         top-level form, for compilation-mode.
19441         (elint-form): Trap errors in macro expansion.  Use dolist.
19442         (elint-unbound-variable): Use elint-builtin-variables and
19443         elint-autoloaded-variables.
19444         (elint-get-args): Use cadr, or.
19445         (elint-check-cond-form): Use dolist, cadr.
19446         (elint-check-condition-case-form): Doc fix.  Use cadr.
19447         Use elint-extra-errors.
19448         (elint-log): New function.
19449         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
19450         Distinguish errors and warnings.
19451         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
19452         Use a bytecomp-style format.
19453         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
19454         (elint-get-log-buffer): Use compilation mode.  Disable undo.
19455         Don't truncate lines.
19456         (elint-initialize): Set builtin and autoloaded variable lists.
19457         Only process elint-unknown-builtin-args if non-nil.
19458         (elint-find-builtin-variables, elint-find-autoloaded-variables):
19459         New functions.
19460         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
19462 2009-07-22  Kevin Ryde  <user42@zip.com.au>
19464         * net/newst-backend.el (newsticker--parse-atom-1.0)
19465         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19466         (newsticker--parse-rss-1.0):
19467         * progmodes/idlwave.el (idlwave-mode):
19468         * progmodes/idlw-shell.el (idlwave-shell-mode):
19469         * progmodes/vera-mode.el (vera-mode):
19470         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
19471         * progmodes/vhdl-mode.el (vhdl-mode):
19472         * textmodes/table.el (table-generate-source)
19473         (table--warn-incompatibility):
19474         Hyperlink urls in docstrings with URL `...'.
19476 2009-07-22  Glenn Morris  <rgm@gnu.org>
19478         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
19479         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
19480         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
19481         Remove leading * from defcustom docs.
19483         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
19485         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
19486         defcustom doc.
19487         (list-load-path-shadows): Optionally, just return shadows as a string.
19489         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
19491 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
19493         * mail/rmailedit.el (rmail-edit-mode):
19494         Use auto-save-include-big-deletions.
19496         * mail/rmail.el (rmail-variables):
19497         Use auto-save-include-big-deletions.
19499         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
19500         changes.
19502 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
19504         * calc/calc.el (calc-undo-length): New variable.
19505         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
19507 2009-07-21  Richard Stallman  <rms@gnu.org>
19509         * files.el (auto-save-mode): Handle buffer-save-size = -2
19510         for toggling mode.
19512 2009-07-21  Glenn Morris  <rgm@gnu.org>
19514         * textmodes/ispell.el (ispell-looking-back): Update declaration.
19516         * calendar/todo-mode.el (calendar-current-date): Update declaration.
19518         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
19519         silence compiler.  Instead...
19520         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
19521         (ps-print-ensure-fontified): Update for above function name changes.
19523         * printing.el (pr-mh-get-msg-num, pr-mh-show)
19524         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
19525         silence compiler.  Instead...
19526         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
19527         (mh-show-buffer): Only define for compiler.
19528         (pr-mh-current-message): Update for above function name changes.
19530         * files.el (abort-if-file-too-large): Explicitly pass `filename'
19531         as an argument.
19532         (find-file-noselect, insert-file-1): Update for above change.
19534         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
19536         * mail/mailclient.el (mailclient-send-it): Fix message.
19538         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
19539         (edebug-eval): Check cl-debug-env is bound.
19540         (print-level, print-circle): Don't redefine built-in variables.
19542         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
19543         (custom-print-vectors): Remove old comments from doc.
19545         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
19546         (emerge-version): Make the variable an obsolete alias for the
19547         emacs-version variable.  Make the function obsolete.
19548         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
19549         Emerge options, rather than merging in into the main Options menu.
19550         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
19551         and auto advance modes.  Disable edit/fast items when not relevant.
19553 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
19555         * term/vt420.el (terminal-init-vt420): Fix typo.
19557 2009-07-20  Sam Steingold  <sds@gnu.org>
19559         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
19560         variable (removed from compile.el on 2004-03-11).
19562 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
19564         * files.el (hack-local-variables-filter): Fix last change.
19566 2009-07-19  Juri Linkov  <juri@jurta.org>
19568         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
19569         (dir-local-variables-alist): New buffer-local variable.
19570         (hack-local-variables-filter): If variable is not dir-local,
19571         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
19572         because file-local overrides dir-local.
19573         (c-postprocess-file-styles) <declare-function>:
19574         Remove obsolete declaration.
19575         (hack-dir-local-variables): Add dir-local variable/value pair to
19576         `dir-local-variables-alist' and remove duplicates.  Doc fix.
19578         * help-fns.el (describe-variable): Add information about
19579         file-local and dir-local variables.
19581 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
19583         * files.el (hack-local-variables-filter): Rewrite.
19585 2009-07-19  Glenn Morris  <rgm@gnu.org>
19587         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
19588         Silence compiler by only defining on XEmacs.
19590         * international/mule.el (auto-coding-regexp-alist): Only match
19591         BABYL... at the start of buffer, not of lines.  (Bug#3790)
19593         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
19594         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
19595         (cal-menu-context-mouse-menu): Doc fix.
19597         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
19599         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
19601 2009-07-18  Juri Linkov  <juri@jurta.org>
19603         * info.el: Virtual Info keyword finder.
19604         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
19605         (Info-finder-file): New variable.
19606         (Info-finder-find-file): New function.
19607         (finder-known-keywords, finder-package-info)
19608         (find-library-name, lm-commentary): Use defvar and
19609         declare-function to silence compiler warnings.
19610         (Info-finder-find-node): New function.
19611         (info-finder): New command.
19613         * subr.el (process-kill-buffer-query-function): New function.
19614         (add-hook)<kill-buffer-query-functions>: Add hook
19615         `process-kill-buffer-query-function'.
19617 2009-07-18  Alan Mackenzie  <acm@muc.de>
19619         * progmodes/cc-mode.el (c-before-hack-hook)
19620         (c-postprocess-file-styles): Give invocation of `c-set-style'
19621         DONT-OVERRIDE parameter of t.  Already set style variables will
19622         thus not be overridden by style settings given by `c-file-syle'.
19624         * files.el (hack-local-variables-filter): Remove entries with
19625         duplicate keys from `file-local-variables-alist'.
19627 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
19629         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
19630         x-set-selection if display-selections-p returns nil for the
19631         current frame.
19633 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
19635         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
19637 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
19639         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
19640         Accept nil in addition to a regexp.
19641         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
19642         Accept nil in addition to a regexp.
19643         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
19644         buffers that have an associated file.  Handle nil values of
19645         desktop-buffers-not-to-save and desktop-files-not-to-save.
19646         (Bug#3833)
19648         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
19649         (x-disown-selection-internal): New functions.
19651 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
19653         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
19654         warning.
19655         (gdb-breakpoints-header): Move forward to avoid compiler warning.
19656         (gdb-make-header-line-mouse-map): Remove duplicate definition.
19658 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
19660         * simple.el (set-mark): Revert last change.
19662 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
19664         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
19665         rendering of pngs is not possible instead of messaging a long
19666         description.
19668 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
19670         * w32-fns.el (x-selection-owner-p): New function.
19672         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
19673         (mouse-yank-at-click, mouse-yank-primary):
19674         If select-active-regions is non-nil, deactivate the mark before
19675         insertion.
19677         * simple.el (deactivate-mark, set-mark): Only save selection if we
19678         own it.
19680 2009-07-17  Kenichi Handa  <handa@m17n.org>
19682         * case-table.el (describe-buffer-case-table): Fix for the case
19683         that KEY is a cons.
19685 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
19687         * vc-rcs.el (vc-rcs-find-file-hook):
19688         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
19690 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
19692         * net/tramp.el (tramp-wait-for-output): Handle the case when
19693         commands do not return a newline but a null byte before the shell
19694         prompt.  (Bug#3858)
19696 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19698         * term/ns-win.el (ns-set-alpha): Don't declare.
19699         (ns-set-background-alpha): Remove function.
19701 2009-07-16  Kevin Ryde  <user42@zip.com.au>
19703         * emacs-lisp/copyright.el (copyright-update): Save match-data across
19704         y-or-n-p, for safety.
19706 2009-07-16  Richard Stallman  <rms@gnu.org>
19708         * files.el (auto-save-mode): If buffer-saved-size is -2,
19709         don't clobber it.
19711         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
19712         (rmail-retry-ignored-headers): Add more uninteresting fields.
19714 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
19716         * net/rcirc.el (rcirc): Use history variables.
19717         (rcirc-server-name-history, rcirc-nick-name-history)
19718         (rcirc-server-port-history): New variables.
19720 2009-07-15  Kenichi Handa  <handa@m17n.org>
19722         * international/mule-cmds.el (set-language-environment-charset):
19723         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
19724         ignore them.
19726         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
19727         Delete unibyte-display.
19729 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
19731         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
19733 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
19735         * simple.el (deactivate-mark): Optional argument FORCE.
19736         (set-mark): Use deactivate-mark.
19738         * info.el (Info-search): No need to check transient-mark-mode
19739         before calling deactivate-mark.
19741         * select.el (x-set-selection): Doc fix.
19742         (x-valid-simple-selection-p): Allow buffer values.
19743         (xselect--selection-bounds): Handle buffer values.
19744         Suggested by David De La Harpe Golden.
19746         * mouse.el (mouse-set-region, mouse-drag-track):
19747         Call copy-region-as-kill before setting the mark, to let
19748         select-active-regions work.
19750 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
19752         * simple.el (deactivate-mark): If select-active-regions is
19753         non-nil, copy the selection data into a string.
19754         (activate-mark): If select-active-regions is non-nil, set the
19755         selection to the current buffer.
19756         (set-mark): Update selection if select-active-regions is non-nil.
19758         * select.el (x-valid-simple-selection-p): Allow buffer values.
19760 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19762         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
19763         and more featureful message-mode.
19765 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
19767         * select.el (x-set-selection): Doc fix.
19768         (x-valid-simple-selection-p): Disallow selection data consisting
19769         of a list or cons of integers, since that is not used.
19770         (xselect--selection-bounds, xselect--int-to-cons): New functions.
19771         (xselect-convert-to-string, xselect-convert-to-length)
19772         (xselect-convert-to-filename, xselect-convert-to-charpos)
19773         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
19775 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
19777         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
19778         output in -break-info command (Emacs bug #3794).
19780 2009-07-14  Glenn Morris  <rgm@gnu.org>
19782         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
19783         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
19784         (edebug-print-length, edebug-print-level, edebug-print-circle)
19785         (edebug-sit-for-seconds, edebug-view-outside)
19786         (edebug-bounce-point, edebug-set-global-break-condition)
19787         (edebug-Go-nonstop-mode, edebug-trace-mode)
19788         (edebug-Trace-fast-mode, edebug-continue-mode)
19789         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
19790         (edebug-visit-eval-list): Doc fixes.
19792         * subr.el (def-edebug-spec): Doc fix.
19794 2009-07-14  Kenichi Handa  <handa@m17n.org>
19796         * international/characters.el: Fix setting of category ?C.
19798 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
19800         * term/ns-win.el (x-select-font): defalias x-select-font to
19801         ns-popup-font-panel instead of generate-fontset-menu.
19803 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
19805         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
19807 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
19809         * arc-mode.el (archive-find-type): Allow for a PK00 string before
19810         the PK\003\004 header (Bug#3770).
19812 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
19814         * pcomplete.el (pcomplete-comint-setup): Check for
19815         shell-dynamic-complete-filename too.
19817 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
19819         * simple.el (temporary-goal-column): Change the value for
19820         line-move-visual to a cons cell.
19821         (line-move-visual): Record or set the window hscroll, if
19822         necessary (Bug#3494).
19823         (line-move-1): Handle cons value of temporary-goal-column.
19825 2009-07-11  Kenichi Handa  <handa@m17n.org>
19827         * international/mule-diag.el (describe-character-set): Don't show
19828         width.
19830 2009-07-10  Sam Steingold  <sds@gnu.org>
19832         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19833         Omake sometimes indents the errors it prints, so allow all
19834         regexps to start with spaces.
19836 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
19838         * cus-edit.el (customize-changed-options-previous-release):
19839         Bump value to 22.1.  (Bug#3804)
19841 2009-07-08  Sam Steingold  <sds@gnu.org>
19843         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
19844         to be a cons cell (test . ignored-directory) to selectively ignore
19845         some directories depending on the location of the search.
19847 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
19849         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
19850         remote user is root, on the local host.
19851         (tramp-local-host-p): Either the local user or the remote user
19852         must be root.  (Bug#3771)
19854 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
19856         * progmodes/gdb-mi.el (gdb): Remove description of
19857         gdb-use-separate-io-buffer.
19858         (menu): Don't allow toggling of or enable
19859         gdb-use-separate-io-buffer from menubar.
19861 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
19863         * mail/unrmail.el (unrmail): Make sure the message ends with two
19864         newlines (Bug#3769).
19866 2009-07-08  Glenn Morris  <rgm@gnu.org>
19868         * calendar/calendar.el (calendar-current-date): Rework previous change.
19870 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
19872         * calendar/calendar.el (calendar-current-date):
19873         Add an optional argument giving an offset from today.
19875 2009-07-08  Glenn Morris  <rgm@gnu.org>
19877         * tutorial.el (tutorial--describe-nonstandard-key):
19878         Adjust the message for when a key has been unbound.
19879         (help-with-tutorial): Hide the arch-tag.
19881 2009-07-08  Kenichi Handa  <handa@m17n.org>
19883         * international/fontset.el (setup-default-fontset): For each
19884         script, append (not set) font-specs.
19886         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
19887         docstring.
19889 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
19891         * progmodes/gdb-mi.el (gdb-init-1): Move sending
19892         -data-list-register-names to ...
19893         (gdb-starting): ... here because GDB 7.0 requires execution to
19894         have started when using this MI command.
19895         (gdb-set-header): New function to distinguish select and
19896         unselected tabs in gdb buffers.
19897         (gdb-propertize-header): New macro that uses gdb-set-header.
19898         (gdb-breakpoints-header, gdb-locals-header): Use it.
19899         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
19901 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
19903         * Makefile.in (ELCFILES): Remove fadr.elc.
19905 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
19907         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
19908         may contain frame information, so `string-match' should be used.
19909         (gdb-update): Disassembly is invalidated through
19910         `gdb-get-selected-frame'.
19911         (gdb-pad-string): New function to pad string with spaces.
19912         (gdb-invalidate-disassembly): Invalidate only if the buffer
19913         exists.
19914         (gdb-disassembly-handler-custom): Column alignment.
19915         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
19916         placing new ones.
19917         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
19918         end of line, too.
19919         (gdb-frame-handler): Match convention to for disassembly buffer
19920         mode name.
19921         (gdb-stack-list-frames-handler): Rewritten without regexps.
19922         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
19923         not highlight breakpoints without line information.
19924         (gdb-input): Add trailing newline to command.
19926         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
19927         buffer properly.
19928         (gdb-breakpoints-list-handler-custom): Replacement for
19929         `gdb-break-list-handler'.  Using real parser instead of regexps
19930         now.
19931         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
19932         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
19933         to place breakpoints.
19934         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
19935         functions.
19936         (gdb-disassembly-handler-custom): Show overlay arrow.
19937         (gdb-disassembly-place-breakpoints): Show breakpoints in
19938         disassembly buffer.
19939         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
19940         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
19941         instead of parsing breakpoints buffer.  Fixed old menu references
19942         in `gud-menu-map'.
19944         * fadr.el: Remove.
19946         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
19947         (gdb-memory-address): New variable which holds top address of
19948         memory page shown in memory buffer.
19949         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
19950         New customization variables.
19951         New functions:
19952         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
19953         display the memory buffer.
19954         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
19955         buffer display parameters.
19956         (def-gdb-memory-format, gdb-memory-format-binary)
19957         (gdb-memory-format-octal, gdb-memory-format-unsigned)
19958         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
19959         Functions for setting memory buffer format.
19960         (gdb-memory-unit-word, gdb-memory-unit-halfword)
19961         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
19962         unit size used in memory buffer.
19963         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
19964         Switch to next/previous page of memory buffer.
19965         Now using (bindat-get-field) instead of fadr functions.
19967 2009-07-07  Sam Steingold  <sds@gnu.org>
19969         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
19970         non-top-level files.
19972 2009-07-07  Kenichi Handa  <handa@m17n.org>
19974         * international/mule-cmds.el (reset-language-environment):
19975         Put the highset priority to the charset iso-8859-1.
19977 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
19979         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
19980         to the end of the line when locating the block (Bug#700).
19982 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
19984         * net/tramp.el (tramp-handle-write-region): Flush file properties
19985         in case of short track.
19987 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
19989         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
19990         Coded custom representation of verilog error regular expressions
19991         to work with Emacs-22's new format.
19992         (verilog-error-regexp-xemacs-alist): Coded custom representation
19993         of verilog error regular expressions to work with XEmacs format.
19994         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
19995         error recognition into XEmacs.
19996         (verilog-error-regexp-add-emacs): Hook routine to install verilog
19997         error recognition into Emacs-22.
19999 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
20001         * woman.el: Remove stand-alone closing parentheses.
20002         (woman-file-name, woman2-format-paragraphs)
20003         (woman-leave-blank-lines): Code cleanup.
20004         (woman-use-own-frame): Change default to nil.
20005         (woman-italic, woman-bold, woman-unknown, woman-addition):
20006         Change defaults to inherit from default faces.
20007         (woman2-process-escapes): Consume the newline after a stand-alone
20008         filler character (Bug#3651).
20010 2009-07-06  Glenn Morris  <rgm@gnu.org>
20012         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
20013         (top-level): Move provide to the end.
20014         (ffap): Remove defunct URL from custom group.
20016         * subr.el (eval-after-load): Doc fix.
20018 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
20020         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
20021         `calc-embedded-word' is called twice.
20023 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20025         * files.el (find-alternate-file-other-window, find-alternate-file):
20026         Obey confirm-nonexistent-file-or-buffer.
20028 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
20030         * dired-aux.el (dired-show-file-type): Handle remote files.
20032 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
20034         * desktop.el (desktop-globals-to-save):
20035         Add file-name-history (Bug#2750).
20037 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
20039         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
20041 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
20043         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
20044         property on entire argument since this is what eshell-lisp-command
20045         expects.
20047 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
20049         * net/tramp-gvfs.el (tramp-gvfs-methods)
20050         (tramp-gvfs-zeroconf-domain)
20051         (tramp-bluez-discover-devices-timeout): Add version flag.
20052         (tramp-gvfs-handler-mounted-unmounted)
20053         (tramp-gvfs-connection-mounted-p): Polish handling of
20054         incompatibilities between GVFS 0.2 and 1.0.
20056 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
20058         * cus-start.el (all): Add make-pointer-invisible.
20060 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
20062         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
20063         formatted correctly.
20065 2009-07-02  Juri Linkov  <juri@jurta.org>
20067         * info.el: Virtual Info files and nodes.
20068         (Info-virtual-files, Info-virtual-nodes): New variables.
20069         (Info-current-node-virtual): New variable.
20070         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
20071         New functions.
20072         (Info-file-supports-index-cookies): Use Info-virtual-file-p
20073         to check for a virtual file instead of checking a fixed list
20074         of node names.
20075         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
20076         instead of ad-hoc processing of "dir" and (apropos history toc).
20077         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
20078         instead of ad-hoc processing of "dir" and (apropos history toc).
20079         Reread a file when moving from a virtual node.
20080         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
20081         (Info-directory-toc-nodes, Info-directory-find-file)
20082         (Info-directory-find-node): New functions.
20083         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
20084         (Info-history): Move part of code to
20085         `Info-history-find-node'.
20086         (Info-history-toc-nodes, Info-history-find-file)
20087         (Info-history-find-node): New functions.
20088         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
20089         (Info-toc): Move part of code to `Info-toc-find-node'.
20090         (Info-toc-find-node): New function.
20091         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
20092         the current Info file name to references because now the node
20093         "*TOC*" belongs to the same Info manual.
20094         (Info-toc-build): Rename from `Info-build-toc'.
20095         (Info-toc-nodes): Rename input argument `file' to `filename'.
20096         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
20097         instead of ad-hoc processing of ("dir" apropos history toc).
20098         (Info-index-nodes): Use Info-virtual-file-p
20099         to check for a virtual file instead of checking a fixed list
20100         of node names.
20101         (Info-index-node): Add check for `Info-current-node-virtual'.
20102         Raise `save-match-data' higher up the tree to contain
20103         `search-forward' too (bug fix).
20104         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
20105         (Info-virtual-index-nodes): New variable.
20106         (Info-virtual-index-find-node, Info-virtual-index): New functions.
20107         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
20108         (Info-apropos-file, Info-apropos-nodes): New variables.
20109         (Info-apropos-toc-nodes, Info-apropos-find-file)
20110         (Info-apropos-find-node, Info-apropos-matches): New functions.
20111         (info-apropos): Move part of code to `Info-apropos-find-node' and
20112         `Info-apropos-matches'.
20113         (Info-mode-map): Bind "I" to `Info-virtual-index'.
20114         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
20115         for a virtual file instead of checking a fixed list of node names.
20117         * simple.el (async-shell-command): New command.
20119         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
20121         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
20122         instead of `mount-info'.
20124 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
20126         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
20127         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
20129 2009-07-02  Kenichi Handa  <handa@m17n.org>
20131         * international/mule.el (set-keyboard-coding-system): Force *-unix
20132         coding-system to avoid eol conversion.
20134 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
20136         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20137         Add handler for `process-file', `shell-command' and
20138         `start-file-process'.
20139         (tramp-gvfs-handle-shell-command)
20140         (tramp-gvfs-handle-start-file-process)
20141         (tramp-gvfs-handle-process-file): New defuns.
20142         (tramp-synce-list-devices): Simplify check for existence of property.
20144 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
20146         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
20148 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
20150         * language/korean.el (set-language-info-alist): Add korean-cp949,
20151         cp949 to spec.
20153 2009-07-01  Kenichi Handa  <handa@m17n.org>
20155         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
20157         * international/encoded-kb.el: Deleted.
20159         * international/mule.el (set-keyboard-coding-system): Perform the
20160         necessary setup here instead of calling encoded-kbd-setup-display.
20162 2009-07-01  Glenn Morris  <rgm@gnu.org>
20164         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
20166 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
20168         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
20170 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
20172         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
20173         Handle also the 'rename case, when setting file modes.  (Bug#3712)
20174         (tramp-default-file-modes): Remove execute permissions.
20176         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
20177         (top): Add a default for "synce" in `tramp-default-user-alist'.
20178         Add completion function for "synce" method.
20179         (tramp-hal-service, tramp-hal-path-manager)
20180         (tramp-hal-interface-manager, tramp-hal-interface-device):
20181         New defconst.
20182         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
20183         (tramp-synce-list-devices, tramp-synce-parse-device-names):
20184         New defuns.
20186         * net/trampver.el: Update release number.
20188 2009-06-30  Kenichi Handa  <handa@m17n.org>
20190         * international/fontset.el (setup-default-fontset): Add CJK fonts
20191         for symbols and the other miscellaneous characters.
20193         * language/korea-util.el (setup-korean-environment-internal):
20194         Make char-width-table suitable for Korean environments.
20195         (exit-korean-environment): Cancel above.
20197         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
20198         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
20199         setup-function to make char-width-table suitable for respective
20200         environments, and an exit-function to cancel that.
20202         * language/japan-util.el (setup-japanese-environment-internal):
20203         Call use-cjk-char-width-table with arg `ja_JP'.
20205         * international/characters.el (cjk-char-width-table): Delete it.
20206         (cjk-char-width-table-list): New variable.
20207         (use-cjk-char-width-table): New arg local-name.
20208         (use-default-char-width-table): Fix for the case that Emacs is
20209         already using the default char-width-table.
20211 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
20213         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
20214         modes mandatory.  (Bug#3712)
20216 2009-06-29  Alan Mackenzie  <acm@muc.de>
20218         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
20219         correction between the visible width of TABs and their number of bytes.
20221 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
20223         * server.el (server-buffer-done): Prevent kill-buffer from
20224         prompting by clearing the buffer modification flag (Bug#3696).
20226 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
20228         * progmodes/verilog-mode.el (verilog-beg-of-statement)
20229         (verilog-endcomment-reason-re): Support unique case and priority case.
20230         (verilog-basic-complete-re): Support localparam lineup.
20231         (verilog-beg-of-statement-1): Fix for robustness, unique case.
20232         (verilog-set-auto-endcomments): Fix for unique case, always_comb
20233         commenting.
20234         (verilog-leap-to-case-head): Now support *nested* unique &
20235         priority case statements.
20236         (verilog-auto-lineup): Make just declarations the default (as it
20237         had been).
20238         (verilog-leap-to-case-head): Support priority/unique case statements.
20239         (verilog-auto-lineup): Rework to give users radio buttons to
20240         select the various styles of automatic lineup.
20241         (verilog-error-regexp-alist): Rework to support the XEmacs style
20242         of error regular expressions from compilers, lint tools &
20243         simulators.  Note that GNU Emacs has made it impossible for a mode
20244         to load such things.
20245         (electric-verilog-terminate-line, verilog-indent-declaration)
20246         (verilog-auto-wiure): Rework for radio button selection of
20247         auto-lineup selection of specification of auto lineup.
20248         (verilog-beg-of-statement-1): Redesign to support proper operation
20249         in additional code, based on testing with auto-lineup.
20250         (verilog-calculate-indent, assignments & declarations)
20251         (verilog-backward-token): Enhance to support auto-lineup of
20252         assignments & declarations.
20253         (verilog-in-directive-p, verilog-at-struct-p): New function for
20254         easy test of whether we are.
20255         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
20256         to support safe execution at almost anyline.
20257         (verilog-calc-1): Properly support indenting deep inside generate
20258         blocks.
20259         (verilog-init-font): Remove definition & use of verilog-init-font,
20260         as it is redundant with font-lock-defaults.
20261         (verilog-mode): Alter the definition of verilog-font-lock-defaults
20262         to avoid circular calls if syntax-ppss is a function (as is the
20263         case now in 22.x GNU Emacs) as that function would sometimes call
20264         itself, leading to (nearly) infinite recursion.
20265         (verilog-ovm-begin-re, verilog-ovm-end-re)
20266         (verilog-ovm-statement-re, verilog-leap-to-head)
20267         (verilog-backward-token): Add support for OVM macros.  Some are
20268         complete statements, and others open and close scopes like begin
20269         and end.
20270         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
20271         (verilog-defun-level-generate-only-re): Really fix the defun-list
20272         compilation issue.
20273         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
20274         coverpoint, constraint and cross statements.
20275         (verilog-defun-level-list, verilog-generate-defun-level-list)
20276         (verilog-all-defun-level-list): Redo these specifications - it is
20277         too hard to support eval-when compile aggregation of lists also
20278         built at when-compile time.
20279         (verilog-defun-level-list): Place defconsts of variables used in
20280         building regular expressions which are built in eval-when-compile
20281         bodies in the same eval-when-compile body to facilitate compile
20282         without load.
20283         (verilog-beg-block-re-ordered): Support indenting
20284         virtual/protected tasks and functions.
20285         (verilog-defun-level-list, verilog-in-generate-region-p)
20286         (verilog-backward-ws&directives, verilog-calc-1): Speed up
20287         indentation of some module items (generate items).
20288         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
20289         across virtual/protected tasks and functions.
20291 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
20293         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
20294         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
20295         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
20296         in concatenations.  Reported by Yishay Belkind.
20297         (verilog-auto-ascii-enum): Support one-hot state machines in
20298         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
20299         (verilog-auto-inst, verilog-auto-inst-port): Include interface
20300         modport in AUTOINST and add vl-modport for users.
20301         Reported by David Rogoff.
20302         (verilog-auto-inout-module, verilog-auto-inst)
20303         (verilog-decls-get-interfaces, verilog-insert-definition)
20304         (verilog-insert-one-definition, verilog-read-decls)
20305         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
20306         (verilog-sig-modport, verilog-signals-combine-bus)
20307         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
20308         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
20309         Suggested by David Rogoff.
20310         (verilog-repair-open-comma): Fix non-insertion of comma when
20311         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
20312         (verilog-make-width-expression): Simplify [A-1:0] expression
20313         widths to just {A{1'b0}}.
20314         (verilog-mode): Cleanup checkdoc warnings.
20315         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
20316         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
20317         inputs/outputs or data type.  Suggested by Vasu Kandadi.
20318         (next-error-last-buffer): Fix byte-compiler warning.
20319         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
20320         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
20321         or shell command text during AUTO expansion.  Suggested by Tad Truex.
20322         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
20323         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
20324         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
20325         in AUTOINOUT.  Reported by Matthew Lovell.
20326         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
20327         causing use of <= assignments.  Reported by Alex Reed.
20328         (verilog-read-decls): Fix triand, trior, wand, wor to be
20329         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
20330         (verilog-extended-complete-re): Support import "DPI-C" functions.
20331         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
20332         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
20333         (verilog-insert-date, verilog-insert-year)
20334         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
20335         Windows systems.  Reported by Michael Potts.
20336         (verilog-read-module-name): Fix AUTOINST when the child module
20337         declaration's name is a tick define.  Reported by Elliot Mednick.
20338         (verilog-read-decls): Fix V2K parameter bit subscripts getting
20339         passed to next parameter's definition.  Reported by Bruce T.
20340         (verilog-read-decls): Fix detecting "parameter int" when using
20341         AUTOINSTPARAM.  Reported by Bruce T.
20342         (verilog-goto-defun): Fix goto not finding modules unless first
20343         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
20344         (verilog-mode): Expand -f flag arguments on entry to mode so
20345         verilog-goto-defun will work.  Reported by Lawrence Butcher.
20346         (verilog-getopt): Expand environment variables in -f file
20347         arguments.  Suggested by Lawrence Butcher.
20348         (verilog-set-define): Fix "Symbol's value as variable is void"
20349         when reading enumerations.
20350         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
20351         Suggested by Stephen Peltan.
20352         (verilog-read-defines): Fix reading of enumerations in include
20353         files.  Reported by Steve Peltan.
20355 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
20357         * files.el (trash-directory): Fix defcustom type.
20359 2009-06-28  Juri Linkov  <juri@jurta.org>
20361         * help-fns.el (describe-function-1): Correctly locate adviced
20362         functions in hyperlink (Bug#2438).
20364 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
20366         * files.el (trash-directory): Change default to nil.
20367         (move-file-to-trash): If trash-directory is nil and
20368         system-move-file-to-trash is unbound, perform freedesktop-style
20369         trashing.
20371 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
20373         * files.el (move-file-to-trash): Add freedesktop trash
20374         support (Bug#973).
20376 2009-06-28  Glenn Morris  <rgm@gnu.org>
20378         * autorevert.el (global-auto-revert-non-file-buffers)
20379         (global-auto-revert-mode): Doc fixes.
20381 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
20383         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
20385 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
20387         * faces.el (x-handle-named-frame-geometry): Ensure that we have
20388         opened an X connection before calling x-get-resource (Bug#3194).
20390         * play/doctor.el: Remove reference to obsolete website.
20391         (make-doctor-variables): Correct grammar mistake (Bug#2633).
20393 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
20395         Remove find-file-not-found-hook VC method.  (Bug#2757)
20396         * vc-hooks.el (vc-file-not-found-hook)
20397         (vc-default-find-file-not-found-hook): Remove functions.
20398         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
20399         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
20400         * vc.el:
20401         * vc-hg.el:
20402         * vc-git.el: Do not mention find-file-not-found-hook VC method.
20404 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
20406         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
20407         compatibility function for `looking-back'.
20409         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
20410         Use `ispell-looking-back'.
20412 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
20414         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
20415         rather than `filename'.
20417 2009-06-23  Miles Bader  <miles@gnu.org>
20419         * face-remap.el (text-scale-set): New function.
20421 2009-06-23  Glenn Morris  <rgm@gnu.org>
20423         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
20425         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
20427         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
20429         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
20431         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
20432         Simplify Persian conditionals.
20434         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
20435         variable `filename'.
20437         * comint.el (comint-insert-input): Doc fix.
20439         * Makefile.in (ELCFILES): Fix typo in previous change.
20441 2009-06-23  Miles Bader  <miles@gnu.org>
20443         * cus-start.el: Add entry for `recenter-redisplay'.
20445 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
20447         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
20448         Add an optional argument for the backend, use it instead of
20449         calling vc-backend.
20450         (vc-mode-line): Add an optional argument for the backend.
20451         Pass the backend to vc-state and vc-working-revision.  Move code for
20452         special handling for vc-state being a buffer to ...
20454         * vc-rcs.el (vc-rcs-find-file-hook):
20455         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
20457         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
20458         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
20459         vc-stay-local-p and vc-mode-line calls.
20461         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
20462         (vc-cvs-diff, vc-cvs-annotate-command)
20463         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
20464         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
20465         vc-mode-line calls.
20467         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
20468         direct comparison.
20469         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
20470         backend when calling vc-mode-line.
20471         (vc-register): Do not create a closure for calling the vc register
20472         function, call it directly.
20474 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
20476         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
20477         to make it obvious item can be clicked.
20479         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
20481 2009-06-23  Kenichi Handa  <handa@m17n.org>
20483         * language/korea-util.el (korean-key-bindings): Change the binding
20484         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
20485         same command.
20487 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
20489         Sync with Tramp 2.1.16.
20491         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
20493         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
20494         when a loading of a package fails.  Completion function for rsync
20495         is `tramp-completion-function-alist-ssh'.
20496         (all): Replace all calls of `split-string' and
20497         `tramp-split-string' by `tramp-compat-split-string'.
20498         (tramp-default-method): Use `tramp-compat-process-running-p'.
20499         (tramp-default-proxies-alist): Allow also Lisp forms.
20500         (tramp-remote-path): Add choice "Private Directories".
20501         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
20502         (tramp-domain-regexp): Allow also "-", "_" and ".".
20503         (tramp-end-of-output): Remove newlines, and add "$" at the end.
20504         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
20505         (tramp-debug-message): Insert header line in debug buffer.
20506         (tramp-handle-directory-files-and-attributes-with-stat):
20507         Care about filenames with spaces, or starting with "-".
20508         (tramp-handle-dired-uncache): New defun.
20509         (tramp-handle-insert-directory): Don't flush the directory from
20510         cache, this is handled by `dired-uncache' now.
20511         (tramp-handle-insert-file-contents): Improve error handling.
20512         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20513         Quote `tramp-end-of-output'.
20514         (tramp-action-password): Improve trace message.
20515         (tramp-check-for-regexp): Both echoes must be present, before removing.
20516         (tramp-open-connection-setup-interactive-shell): Trace coding system.
20517         (tramp-compute-multi-hops): Eval cons cells of
20518         `tramp-default-proxies-alist'.
20519         (tramp-maybe-open-connection): Use the same command pattern for
20520         first hop and further hops.
20521         (tramp-wait-for-output): Remove handling of newlines.
20522         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
20523         (tramp-split-string): Remove function.  It is handled in
20524         tramp-compat now.
20526         * net/tramp-cmds.el (tramp-bug):
20527         Recommend `tramp-cleanup-all-connections' in the bug mail.
20529         * net/tramp-compat.el (tramp-compat-split-string)
20530         (tramp-compat-process-running-p): New defuns.
20532         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
20533         for `dired-uncache'.
20535         * net/tramp-gvfs.el: New package.
20537         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20538         Add handler for `dired-uncache'.
20539         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
20541         * net/trampver.el: Update release number.  Make version check fit
20542         for SXEmacs 22.
20544 2009-06-22  Jim Meyering  <meyering@redhat.com>
20546         Automatically handle .xz suffix (XZ-compressed files), too.
20547         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
20548         XZ is the successor to LZMA: <http://tukaani.org/xz/>
20550 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
20551             Nick Roberts  <nickrob@snap.net.nz>
20553         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
20554         repository (http://sphinx.net.ru/hg/gdb-mi/).
20556 2009-06-22  Glenn Morris  <rgm@gnu.org>
20558         * files.el (dir-locals-collect-mode-variables): Allow for any number of
20559         `mode' and `eval' entries.  (Bug#3430)
20561         * Makefile.in (ELCFILES): Add fadr.elc.
20563         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
20564         differing behavior of \n and ^ in strings.  (Bug#3385)
20566         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
20568         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
20569         property.
20570         (lisp-indent-function): Make it a defcustom.
20572 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
20574         * progmodes/gdb-ui.el: Replace with ...
20575         * progmodes/gdb-mi.el: ... this file.
20576         * progmodes/gud.el: Modify for gdb-mi.el.
20578 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
20580         * fadr.el: New file.
20582 See ChangeLog.14 for earlier changes.
20584 ;; Local Variables:
20585 ;; coding: utf-8
20586 ;; End:
20588   Copyright (C) 2009, 2010, 2011  Free Software Foundation, Inc.
20590   This file is part of GNU Emacs.
20592   GNU Emacs is free software: you can redistribute it and/or modify
20593   it under the terms of the GNU General Public License as published by
20594   the Free Software Foundation, either version 3 of the License, or
20595   (at your option) any later version.
20597   GNU Emacs is distributed in the hope that it will be useful,
20598   but WITHOUT ANY WARRANTY; without even the implied warranty of
20599   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20600   GNU General Public License for more details.
20602   You should have received a copy of the GNU General Public License
20603   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.