* lisp/vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
[emacs.git] / lisp / ChangeLog
blob54285a589ebce12166e02dd4266bc0a8ef0e50f1
1 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
4         header comments".
5         (diff-unified->context, diff-context->unified)
6         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
8         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
10         * files.el (find-alternate-file): Only ask one question (bug#12487).
12 2012-10-29  Chong Yidong  <cyd@gnu.org>
14         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
15         Suggested by Dan Nicolaescu (Bug#6326).
17         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
19         * startup.el (fancy-about-screen): Don't message (Bug#12680).
21         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
23         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
25         * face-remap.el (face-remap-add-relative): Handle the case where a
26         face-remapping-alist entry is a cons cell (Bug#12762).
28 2012-10-29  Kevin Ryde  <user42@zip.com.au>
30         * woman.el (woman-parse-numeric-value): Handle picas correctly
31         (Bug#12639).
33 2012-10-29  Glenn Morris  <rgm@gnu.org>
35         * emacs-lisp/cl.el (defsetf): Doc fix.
37 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
39         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
40         syntax to the matching opener, if any (bug#12547).
41         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
42         matching open as a "case-(".
43         (sh-smie-rc-grammar): Add a corresponding rule for it.
45 2012-10-28  Daniel Hackney  <dan@haxney.org>
47         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
48         "PKGNAME-autoloads.el" in case we created it.
50 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
52         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
53         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
54         (completion--twq-all): Disable too-strict assertions.
56         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
58 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
60         * profiler.el (profiler-report-make-entry-part): Fix help-echo
61         text to match the real keybindings.
63 2012-10-27  Juri Linkov  <juri@jurta.org>
65         * wdired.el (wdired-keep-marker-rename): New defcustom.
66         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
67         (Bug#11795)
69         * dired.el (dired-keep-marker-rename): Add reference to
70         `wdired-keep-marker-rename' in the docstring.
71         Add default character value ?R to display initially in
72         Customization UI instead of ?@.
74 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
76         * window.el (display-buffer): In doc-string describe
77         window-height and window-width alist entries.
79         * time.el (display-time-world): Restore fit-window-to-buffer
80         behavior.
82 2012-10-27  Chong Yidong  <cyd@gnu.org>
84         * subr.el (insert-buffer-substring-as-yank): Doc fix.
86 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
88         * minibuffer.el (completion-category-overrides): New completion
89         category `bookmark' (bug#11131).
91 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
93         * emacs-lisp/advice.el (ad-assemble-advised-definition):
94         Silence bogus compiler warnings for ad-do-it.
96         * bookmark.el (bookmark-completing-read): Set the completion category
97         to `bookmark' (bug#11131).
99 2012-10-26  Bastien  <bzg@altern.org>
100             Stefan Monnier  <monnier@iro.umontreal.ca>
102         * face-remap.el: Use lexical-binding.
103         (text-scale-adjust): Improve docstring.  Use itself for the temporary
104         overlay-map bindings, so as to repeat the "Use..." message each time.
106 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
108         * emacs-lisp/macroexp.el (macroexp--expand-all):
109         Obey byte-compile-warning-enabled-p (bug#12486).
111         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
112         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
114 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
116         * mouse.el (mouse-drag-line): Move last form into preceding when
117         clause (Bug#12731).
119         * help.el (resize-temp-buffer-window): Fix doc-string.
121 2012-10-25  David Engster  <deng@randomsample.de>
123         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
124         Remove.  This feature is already integrated in imenu.
126         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
127         always loaded.  Require `speedbar' unconditionally.
129 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
131         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
133         * minibuffer.el (minibuffer-force-complete): Fix thinko.
135         * net/ldap.el (ldap-search-internal): The official ldif format starts
136         with a "version: 1" header (bug#12724).
138         * emacs-lisp/package.el (package-installed-p): Warn if not ready
139         (bug#12721).
141 2012-10-25  Glenn Morris  <rgm@gnu.org>
143         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
145 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
147         * minibuffer.el (minibuffer-force-complete): Use one more marker
148         for the temporary-overlay-map command (bug#12619).
150 2012-10-24  Chong Yidong  <cyd@gnu.org>
152         * time.el (display-time-world-mode): Derive from special-mode.
153         (display-time-world): Use display-buffer (Bug#12708).
154         (display-time-world-mode-map): Variable deleted.
155         (display-time-world-display): Wrap the final delete-char inside
156         inhibit-read-only.
158 2012-10-24  Chong Yidong  <cyd@gnu.org>
160         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
161         Doc fix.
163         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
165 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
167         * minibuffer.el (completion--all-sorted-completions-location): New var.
168         (completion--cache-all-sorted-completions)
169         (completion--flush-all-sorted-completions): Use it.
170         (completion-in-region, completion-in-region--postch)
171         (completion-at-point, completion-help-at-point): Use markers in
172         completion-in-region--data (bug#12619).
174 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
176         * progmodes/compile.el (compilation-start): Try to handle common
177         quoting of `cd' argument (bug#12640).
179         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
180         (bug#12671).
182 2012-10-23  Glenn Morris  <rgm@gnu.org>
184         * progmodes/gud.el (gud-menu-map):
185         Check gdb-active-process is bound.  (Bug#12358)
187 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
189         * repeat.el (repeat): Set real-this-command (bug#12232).
191         * htmlfontify.el (hfy-post-html-hook):
192         * filesets.el (filesets-cache-fill-content-hook):
193         * arc-mode.el (archive-extract-hook):
194         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
195         * net/rcirc.el (rcirc-sentinel-functions)
196         (rcirc-receive-message-functions, rcirc-activity-functions)
197         (rcirc-print-functions):
198         * net/dbus.el (dbus-event-error-functions):
199         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
200         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
201         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
202         * term/sun.el (sun-raw-prefix-hooks):
203         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
205 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
207         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
208         Set `tramp-chunksize' to 1.  This improves the performance.
209         (tramp-smb-wait-for-output): Add timeout to
210         `tramp-accept-process-output' calls.
212 2012-10-23  Chong Yidong  <cyd@gnu.org>
214         * faces.el (font-list-limit): Define as an obsolete variable.
216         * startup.el (command-line):
217         * cus-start.el: Don't refer to font-list-limit.
219         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
221 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
223         * subr.el (internal-temp-output-buffer-show): Rename from
224         temp-output-buffer-show, since previously compiled files expect this name.
226 2012-10-23  Glenn Morris  <rgm@gnu.org>
228         * image.el (image-type-from-file-name): If multiple types match,
229         return the first one that is supported.  (Bug#9045)
231 2012-10-22  Glenn Morris  <rgm@gnu.org>
233         * image.el (imagemagick-enabled-types): Doc fix.
235 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
237         * progmodes/which-func.el (which-func-current): The hash-table may have
238         an explicit nil (bug#12338).
240 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
242         * electric.el (electric-pair-delete-selection-self-insert-function):
243         Rename to electric-pair-will-use-region, return a boolean.
244         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
246         * delsel.el (delete-selection-helper): Use a function instead of a hook.
247         (delete-selection-pre-hook): Use use-region-p.
248         (delete-selection-self-insert-function): Remove.
249         (self-insert-command): Obey self-insert-uses-region-functions.
250         (self-insert-iso): Revert to previous setting, since we don't actually
251         know what that command does.
252         (delete-selection-self-insert-hooks): Remove.
254 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
256         * delsel.el (delete-selection-helper): New function, extracted from
257         delete-selection-pre-hook.
258         (delete-selection-pre-hook): Use it.
259         (delete-selection-self-insert-function): New function.
260         (delete-selection-self-insert-hooks): New hook.
261         (self-insert-command, self-insert-iso): Use it.
262         * electric.el (electric-pair-syntax): New function, extracted from
263         electric-pair-post-self-insert-function.
264         (electric-pair-post-self-insert-function): Use it.
265         (electric-pair-delete-selection-self-insert-function): New function.
266         (electric-pair-mode): Require delsel and setup
267         delete-selection-self-insert-hooks (bug#11520).
269 2012-10-20  Chong Yidong  <cyd@gnu.org>
271         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
272         no changes to show (Bug#12586).
274         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
275         list explicitly (Bug#12571).
277 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
279         * progmodes/flymake.el (flymake-create-temp-inplace):
280         Use file-truename.
282 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
284         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
286 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
288         * calc/calc-units.el (math-extract-units): Properly extract powers
289         of units.
291 2012-10-20  Daniel Colascione  <dancol@dancol.org>
293         * frame.el (make-frame): Set x-display-name as we used to in order
294         to unbreak creating an X11 frame from an Emacs daemon started
295         without a display.
297 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
299         * minibuffer.el (minibuffer-force-complete): Make the next completion use
300         the same completion-field (bug@12221).
302 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
304         * emacs-lisp/debug.el (debug): Record height of debugger window
305         also when debugger will be back (Bug#8789).
307 2012-10-18  Chong Yidong  <cyd@gnu.org>
309         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
310         Convert to defcustom.
311         (gdb-get-source-file): Don't bind pop-up-windows.
313         * progmodes/gud.el (gud-display-line): Don't specially re-use
314         other frames for the gdb-mi case (Bug#12648).
316 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
318         * emacs-lisp/advice.el: Clean up commentary a bit.
319         (ad-do-advised-functions, ad-with-originals): Use `declare'.
320         (byte-code-function-p): Never redefine.
322         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
324 2012-10-18  Glenn Morris  <rgm@gnu.org>
326         * dired.el (dired-sort-toggle): Some ls implementations only allow
327         a single option string.  (Bug#12666)
329         * minibuffer.el (completion-cycle-threshold): Doc fix.
331 2012-10-17  Kenichi Handa  <handa@gnu.org>
333         * international/mule.el (set-keyboard-coding-system):
334         Recover input meta mode when the new coding system doesn not use 8-bit.
335         Supply TERMINAL arg to set-input-meta-mode.
337 2012-10-17  Michael Heerdegen <michael_heerdegen@web.de>
339         * wdired.el (wdired-old-marks): New variable.
340         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
341         (wdired-do-renames): Move point with renamed file and don't lose
342         mark status (Bug#11795).
344 2012-10-16  Juri Linkov  <juri@jurta.org>
346         * replace.el (query-replace-help): Mention multi-buffer replacement
347         keys in the Help message.  (Bug#12655)
349 2012-10-15  Chong Yidong  <cyd@gnu.org>
351         * emacs-lisp/byte-run.el (defsubst): Doc fix.
353 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
355         * window.el (display-buffer): Doc fix.
357         * progmodes/compile.el (compilation-error-regexp-alist-alist):
358         Adjust the msft regexp to the output of Studio 2010, and move msft
359         before edg-1.  See the discussion on emacs-devel,
360         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
361         for the details.
363 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
365         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
366         (oset): Move uses of object-class-fast macro after its definition.
368         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
370 2012-10-13  Chong Yidong  <cyd@gnu.org>
372         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
373         enabled, re-enable it (Bug#11963).
375 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
377         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
378         non-nil, restore window configuration (Bug#12623).
380 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
382         * help-fns.el (describe-variable, describe-function-1):
383         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
385         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
387 2012-10-12  Glenn Morris  <rgm@gnu.org>
389         * mail/rmailsum.el (rmail-header-summary):
390         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
392 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
394         * progmodes/python.el (python-mode-map):
395         Replace subtitute-key-definition with proper command remapping.
396         (python-nav--up-list): Fix behavior for blocks on the same level.
398 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
400         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
402         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
403         changes to the format of load-history.
405         * international/mule-cmds.el (read-char-by-name): Move let-binding of
406         completion-ignore-case in case that var is buffer-local (bug#12615).
408 2012-10-11  Kenichi Handa  <handa@gnu.org>
410         * international/eucjp-ms.el: Re-generated.
412 2012-10-10  Kenichi Handa  <handa@gnu.org>
414         * select.el (xselect--encode-string): If a coding is specified for
415         selection, and that is compatible with COMPOUND_TEXT, use it.
417 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
419         * window.el (switch-to-buffer-preserve-window-point): New option.
420         (switch-to-buffer):
421         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
423 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
425         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
426         Don't document nil as a useful value (bug#12583).
428 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
430         * net/tramp.el (tramp-debug-message):
431         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
432         (with-tramp-progress-reporter): Rename from
433         `tramp-with-progress-reporter'.
434         (with-tramp-file-property, with-tramp-connection-property):
435         Move from tramp-cache.el, rename from `with-file-property' and
436         `with-connection-property', respectively.
438         * net/tramp-cache.el: Remove `with-file-property' and
439         `with-connection-property'.
441         * net/tramp.el:
442         * net/tramp-gvfs.el:
443         * net/tramp-sh.el:
444         * net/tramp-smb.el: Adapt callees.
446         * net/trampver.el: Update release number.
448 2012-10-09  Glenn Morris  <rgm@gnu.org>
450         * w32-fns.el (set-message-beep):
451         * term/w32-win.el (set-message-beep): Update declarations.
453 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
455         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
456         (mode-line-widen, mode-line-input-method-map)
457         (mode-line-coding-system-map, mode-line-remote)
458         (mode-line-unbury-buffer, mode-line-bury-buffer)
459         (mode-line-next-buffer, mode-line-previous-buffer):
460         Replace save-selected-window+select-window => with-selected-window.
462         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
463         * progmodes/cc-vars.el (bq-process): Remove, unused.
465         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
467 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
469         Implemented `backward-up-list'-like navigation.
470         * progmodes/python.el (python-nav-up-list)
471         (python-nav-backward-up-list): New functions.
472         (python-mode-map): Define substitute key for backward-up-list to
473         python-nav-backward-up-list.
475 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
477         * progmodes/python.el (python-fill-paragraph): Rename from
478         python-fill-paragraph-function.  Fixed fill-paragraph for
479         decorators (Bug#12605).
481 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
483         * progmodes/python.el (python-shell-output-filter): Handle extra
484         carriage return in OSX (Bug#12409).
486 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
488         Fix shell handling of unbalanced quotes and parens in output.
489         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
490         (python-syntax-propertize-function): Use it.
491         (python-shell-output-syntax-table): New var.
492         (inferior-python-mode): Prevent unbalanced parens/quotes from
493         previous output mess with current input context.
495 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
497         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
498         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
500 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
502         * ffap.el (ffap-replace-file-component): Support Tramp file name
503         syntax, not only ange-ftp's one.
505 2012-10-08  Glenn Morris  <rgm@gnu.org>
507         * cus-start.el (message-log-max): Set :version.
509         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
511 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
513         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
514         the minibuffer window (Bug#10851).
516 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
518         Enhancements on forward-sexp movement.
519         * progmodes/python.el (python-nav-beginning-of-statement)
520         (python-nav-end-of-statement): Return point-marker.
521         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
522         (python-info-current-symbol)
523         (python-info-statement-starts-block-p): Rename from
524         python-info-beginning-of-block-p.
525         (python-info-statement-ends-block-p): Rename from
526         python-info-end-of-block-p.
527         (python-info-beginning-of-statement-p)
528         (python-info-end-of-statement-p)
529         (python-info-beginning-of-block-p, python-info-end-of-block-p):
530         New functions.
532 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
534         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
535         frame-selected-windows.
537 2012-10-08  Daniel Colascione  <dancol@dancol.org>
539         * battery.el (battery-status-function): Check for
540         w32-battery-status itself, not system-time windows-nt.
542         * frame.el: Require cl-lib.
543         (display-format-alist): New variable mapping frame types to
544         functions that initialize them.
545         (window-system-for-display): New function: interprets
546         display-format-alist.
547         (make-frame-on-display): Remove existing display-selection logic
548         and just forward to make-frame, which will now DTRT.
549         (make-frame): Restructure to use window-system-for-display to
550         figure out how to create a frame on a given display.
551         (display-mouse-p): Look for frame-type w32, not a particular
552         system-type.
554         * loadup.el: Load w32 lisp code when we have the w32 feature.
556         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
557         system-type windows-nt.
559         * server.el (server-create-window-system-frame): Look for window
560         type.
561         (server-proces-filter): Only force a window system when windows-nt
562         _and_ w32.  Explain why.
564         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
565         of window systems we configure for the mode.
567         * startup.el (command-line): Mark window system is initialized
568         after we've done it.
570         * common-win.el (x-select-text): Look for w32, not windows-nt.
572         * ns-win.el: Require cl-lib.  Add ourselves to
573         display-format-alist.
574         (ns-initialize-window-system): Assert we're not initialized twice.
576         * w32-win.el: Enable lexical binding; require cl-lib; add
577         ourselves to display-format-alist.
578         (w32-handle-dropped-file): Convert incoming dropped files from
579         Windows paths to Cygwin ones before passing them on to the rest of
580         Emacs.
581         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
582         (w32-initialize-window-system): Assert we're not initialized twice.
584         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
585         (x-initialize-window-system): Assert we're not initialized twice.
587         * w32-common-fns.el: New File.
588         (w32-version, w32-using-nt, w32-get-clipboard-data)
589         (w32-set-clipboard-data, x-set-selection, x-get-selection)
590         (w32-charset-info-alist, x-last-selected, text)
591         (x-get-selection-value, x-selection-value): Move here.
593         * w32-fns.el: Require w32-common-fns.
594         (w32-version, w32-using-nt, w32-get-clipboard-data)
595         (w32-set-clipboard-data, x-set-selection, x-get-selection)
596         (w32-charset-info-alist, x-last-selected, text)
597         (x-get-selection-value, x-selection-value): Move to
598         w32-common-fns.
600         * w32-vars.el:
601         (w32-allow-system-shell, w32-system-shells): Define only in
602         non-cygwin case.
604 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
606         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
607         (read-passwd): Remove a few more potential sources of leaks.
609 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
611         * progmodes/python.el (inferior-python-mode)
612         (python-shell-make-comint): Fix initialization of local
613         variables copied from parent buffer.
615 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
617         * term/ns-win.el (ns-read-file-name): Update declaration to match
618         nsfns.m.
619         (ns-respond-to-change-font): Change fontsize separatly so we are sure
620         it is set when font is acted upon.
622 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
624         Enhancements to indentation.
625         * progmodes/python.el (python-indent-context): Give priority to
626         inside-string context.  Make comments indentation markers.
627         (python-indent-region): Do not mess with strings, unless it's the
628         enclosing set of quotes.
630 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
632         * window.el (internal--before-save-selected-window)
633         (internal--after-save-selected-window): New functions extracted from
634         save-selected-window.  Make sure we return the `alist' we construct.
635         (save-selected-window): Use them.
637         * textmodes/tex-mode.el (tex-recenter-output-buffer):
638         Use with-selected-window.
640         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
641         forms that define macros (bug#12593).
643 2012-10-07  Kenichi Handa  <handa@gnu.org>
645         * international/mule-conf.el (compound-text-with-extensions):
646         Add :mime-charset property as x-ctext.
648 2012-10-07  Stefan Merten  <smerten@oekonux.de>
650         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
651         (rst-indent-literal-normal, rst-indent-literal-minimized)
652         (rst-indent-comment): Correct :version tag.
653         (rst-official-cvs-rev): Correct version string.
655 2012-10-07  Glenn Morris  <rgm@gnu.org>
657         * mail/rmailmm.el (rmail-mime-process-multipart):
658         Do not confuse a multipart message with an epilogue
659         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
661 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
663         Fix shell output retrieval and comint-prompt-regexp init.
664         * progmodes/python.el (inferior-python-mode):
665         (python-shell-make-comint): Fix initialization of
666         comint-prompt-regexp from copied file local variables.
667         (python-shell-fetched-lines): Remove var.
668         (python-shell-output-filter-in-progress): Rename from
669         python-shell-fetch-lines-in-progress.
670         (python-shell-output-filter-buffer): Rename from
671         python-shell-fetch-lines-string.
672         (python-shell-fetch-lines-filter): Delete function.
673         (python-shell-output-filter): New function.
674         (python-shell-send-string-no-output): Use them.
676 2012-10-07  Glenn Morris  <rgm@gnu.org>
678         * hi-lock.el (hi-lock-process-phrase):
679         Try to make it less fragile.  (Bug#7161)
681         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
683 2012-10-06  Glenn Morris  <rgm@gnu.org>
685         * ehelp.el (electric-help-mode): Use help-mode rather than
686         non-existent mode `help'.
687         (electric-help-map): Use button-buffer-map.  (Bug#10917)
689         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
690         (reftex-create-bibtex-footer): Fix custom types.
692         * progmodes/sh-script.el (sh-indent-after-continuation):
693         Add explicit :group.
695         * textmodes/rst.el (rst-preferred-decorations)
696         (rst-shift-basic-offset): Clarify obsolescence versions.
698         * profiler.el (profiler): Add missing group :version tag.
699         * avoid.el (mouse-avoidance-banish-position):
700         * proced.el (proced-renice-command):
701         * calc/calc.el (calc-ensure-consistent-units):
702         * calendar/icalendar.el (icalendar-import-format-uid):
703         * net/tramp.el (tramp-save-ad-hoc-proxies):
704         * progmodes/bug-reference.el (bug-reference-bug-regexp):
705         * progmodes/flymake.el (flymake-error-bitmap)
706         (flymake-warning-bitmap, flymake-fringe-indicator-position):
707         * progmodes/sh-script.el (sh-indent-after-continuation):
708         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
709         (verilog-before-save-font-hook, verilog-after-save-font-hook):
710         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
711         (vhdl-array-index-record-field-in-sensitivity-list)
712         (vhdl-indent-comment-like-next-code-line):
713         * textmodes/reftex-vars.el (reftex-ref-style-alist)
714         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
715         (reftex-cite-key-separator, reftex-create-bibtex-header)
716         (reftex-create-bibtex-footer):
717         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
718         (rst-indent-literal-normal, rst-indent-literal-minimized)
719         (rst-indent-comment): Add missing custom :version tags.
721         * calendar/timeclock.el (timeclock-modeline-display):
722         Add missing obsolete alias for renamed user option.
724         * strokes.el (strokes-modeline-string):
725         * emulation/crisp.el (crisp-mode-modeline-string):
726         * eshell/esh-mode.el (eshell-status-in-modeline):
727         Aliases to defcustoms must come before the defcustom.
729         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
730         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
731         (cal-tex-cursor-week-monday): Doc fixes.
732         (cal-tex-cursor-week2-summary): Doc fix.
733         Rename from cal-tex-cursor-week-at-a-glance.
735         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
736         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
738         * calendar/calendar.el (calendar-mode-map):
739         Add cal-tex-cursor-week2-summary.
741 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
743         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
745         * subr.el (read-passwd-map): New var.
746         (read-passwd): Use `read-string' again.
747         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
749 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
751         * register.el (append-to-register, prepend-to-register):
752         Deactivate mark, as does `copy-to-register' (bug#12389).
754 2012-10-06  Chong Yidong  <cyd@gnu.org>
756         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
758 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
760         * international/characters.el: Fix simple mistake ((car chars) ->
761         elt), delete duplicated code.
763 2012-10-06  Glenn Morris  <rgm@gnu.org>
765         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
767 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
769         * color.el (color-hsl-to-rgb): Fix incorrect results for
770         small and large hue values.  (Bug#12559)
772 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
774         Enhancements to docstring formatting when filling paragraphs.
775         * progmodes/python.el (python-fill-docstring-style): Rename from
776         python-fill-string-style.  Added new style.
777         (python-fill-string): Use new style.  Better checks for
778         docstrings.
780 2012-10-05  Glenn Morris  <rgm@gnu.org>
782         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
784         * color.el (color-name-to-rgb, color-rgb-to-hex)
785         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
786         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
787         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
788         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
790         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
792 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
794         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
795         to get the correct size across symlinks.
797         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
799 2012-10-04  Juri Linkov  <juri@jurta.org>
801         * replace.el (query-replace-interactive): Declare obsolete.
802         (query-replace-read-from): Add the last incremental search string
803         to the list of default values accessible via M-n.
804         (map-query-replace-regexp): Use `read-regexp'.
805         (query-replace, query-replace-regexp, query-replace-regexp-eval)
806         (map-query-replace-regexp, replace-string, replace-regexp):
807         Fix docstrings to replace mentions of `query-replace-interactive'
808         with alternatives.  (Bug#12526)
810 2012-10-04  Juri Linkov  <juri@jurta.org>
812         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
813         (dired-pop-to-buffer): Declare obsolete.
814         (dired-mark-pop-up): Doc fix.
816 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
818         Allow user to set docstring style for fill-paragraph.
819         * progmodes/python.el
820         (python-fill-comment-function, python-fill-string-function)
821         (python-fill-decorator-function, python-fill-paren-function):
822         Remove :safe for defcustoms.
823         (python-fill-string-style): New defcustom
824         (python-fill-paragraph-function): Enhance context detection.
825         (python-fill-string): Honor python-fill-string-style settings.
827 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
829         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
830         after setting its buffer (Bug#10805).
832 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
834         Fix cornercase for string syntax.
835         * progmodes/python.el (python-syntax-propertize-function):
836         Simplify and enhance the regexp for unescaped quotes.  Now it also
837         matches quotes in weird situations like the single quote in
838         "something\"'".
839         (python-syntax-stringify): Simplify num-quotes detecting code.
841 2012-10-03  Glenn Morris  <rgm@gnu.org>
843         * help-macro.el (three-step-help):
844         Revert 2012-09-29 change.  (Bug#12567)
846 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
848         * menu-bar.el (kill-this-buffer): Don't do anything when
849         `menu-frame' is not alive or visible (Bug#8184).
851         * emacs-lisp/debug.el (debug): When quitting the debugger window
852         restore current buffer (Bug#12502).
854 2012-10-02  Chong Yidong  <cyd@gnu.org>
856         * progmodes/hideif.el (hif-lookup, hif-defined):
857         Handle semantic-c-takeover-hideif.
859 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
861         Change sampling interval units from ms to ns.
862         * profiler.el (profiler-sampling-interval): Change units
863         from ms to ns, multiplying the default by 1000000 so that
864         it remains 1 ms.
865         (profiler-report-cpu-line-format): Give enough room for
866         the maximum counters on 64-bit hosts.
867         (profiler-report-render-calltree-1): Call them "CPU samples",
868         not "Time (ms)", since they are not milliseconds now (and
869         never really were).
871 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
873         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
874         Fix querying BBDB for entries without a last name (Bug#11580).
876 2012-10-02  Chong Yidong  <cyd@gnu.org>
878         * emacs-lisp/eieio.el: Restore Version header.
880 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
882         * vc/diff-mode.el (diff--auto-refine-data): New var.
883         (diff-hunk): Use it to delay refinement.
884         (diff-mode): Remove overlays when we turn off font-lock.
886         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
887         (table-initialize-table-fixed-width-mode)
888         (table-set-table-fixed-width-mode): Remove functions.
889         (table-command-list): Move initialization into declaration.
890         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
891         (table-with-cache-buffer): Use `declare'.
892         (table-span-cell): Simplify via CSE.
893         (table-fixed-width-mode): Use define-minor-mode.
894         (table-call-interactively, table-funcall, table-apply): Remove.
895         (table-function): New function, to replace them.
897         * bookmark.el (bookmark-search-pattern): Remove var.
898         (bookmark-read-search-input): Remove function.
899         (bookmark-bmenu-search): Reimplement using a minibuffer.
901         * faces.el (modeline): Remove obsolete face name.
903         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
904         and give a non-nil default value.
905         (add-change-log-entry): Simplify accordingly.
907 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
909         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
910         (vc-git-log-edit-toggle-amend): New function.
911         (vc-git-log-edit-toggle-signoff): New function.
912         (vc-git-log-edit-mode): New major mode.
913         (vc-git-log-edit-mode-map): Keymap for it.
914         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
916         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
917         header names.
918         (log-edit-toggle-header): New function.
919         (log-edit-extract-headers): Accept function values in HEADERS alist.
921 2012-10-01  David Engster  <deng@randomsample.de>
923         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
924         from symbol property and change message to be more consistent with
925         Emacs proper.
926         (eieio-describe-generic): Add filename for each implementation.
927         Fix indices for generic and normal methods.
928         (eieio-method-def, eieio-class-def): New buttons.
929         (eieio-help-find-method-definition)
930         (eieio-help-find-class-definition): New functions.
931         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
932         class, constructor and method definitions.
934         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
935         information in symbol property.
936         (scoped-class): Remove.
937         (eieio-slot-name-index, call-next-method): Check if it is bound.
939 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
941         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
942         (eieio-custom-mode): New major mode.
943         (eieio-customize-object): Use it.
945 2012-10-01  Eric Ludlam  <zappo@gnu.org>
947         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
948         specifying the expected class, and whether subclassing is allowed.
949         (eieio-persistent-convert-list-to-object):
950         (eieio-persistent-validate/fix-slot-value)
951         (eieio-persistent-slot-type-is-class-p): New functions.
952         (eieio-named::slot-missing): Doc fix.
954         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
955         Stop using unused publd variable.
957         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
958         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
959         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
960         (eieio-speedbar-handle-click): Do not specify a class for the
961         method.  Fixes method invocation order problems with EDE.
963 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
965         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
966         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
968 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
970         * bookmark.el (bookmark-version-control): Give tags in the
971         :type choices (Bug#12309), and improve doc string.
972         (bookmark-write-file): Bind `print-circle' to `t' to allow
973         circular custom bookmark types.  (Bug#12503)
975 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
977         Revert the FOLLOW-SYMLINKS change for file-attributes.
978         * files.el (remote-file-name-inhibit-cache, after-find-file):
979         * time.el (display-time-file-nonempty-p): Undo last change.
981         * profiler.el (profiler-sampling-interval): Change default back to 1.
982         See Stefan Monnier in
983         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
985 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
987         Shell output catching a la gud-gdb.
988         * progmodes/python.el (python-shell-fetch-lines-in-progress)
989         (python-shell-fetch-lines-string, python-shell-fetched-lines):
990         New Vars.
991         (python-shell-fetch-lines-filter): New function.
992         (python-shell-send-string-no-output): Use them.
994 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
996         * profiler.el (profiler-sampling-interval): Rename from
997         profiler-sample-interval.
998         (profiler-sampling-interval): Default to 10.
999         (profiler-find-profile): New command (was profiler-find-log).
1000         (profiler-find-profile-other-window): New command.
1001         (profiler-find-profile-other-frame): New command.
1002         (profiler-profile): Introduce API-level data structure.
1004 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
1006         file-attributes has a new optional arg FOLLOW-SYMLINKS.
1007         * files.el (remote-file-name-inhibit-cache):
1008         * time.el (display-time-file-nonempty-p): Use it.
1009         * files.el (after-find-file): Don't chase links before calling
1010         file-exists-p, as file-exists-p already does the right thing.
1012 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
1014         Merge from standalone RefTeX repository.
1016         The following ChangeLog entries are shortened versions of the
1017         original ones with file paths adapted.  A not so strongly edited
1018         version of the original ChangeLog can be found in the commit log.
1020         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1021         (reftex-arg-cite): Use `reftex-cite-key-separator'.
1022         Correctly handle new value type returned by `reftex-citation'.
1024         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1025         that entries with whitespace at various places are found.
1026         Doc fix. Include entries that are cross-referenced from cited entries.
1027         Include @String definitions in the resulting bib file.  Add header
1028         and footer defined in `reftex-create-bibtex-header' and
1029         `reftex-create-bibtex-footer'.
1030         (reftex-do-citation): Make it possible again to insert
1031         non-existent entries.  Save match data when asking for optional
1032         arguments. Return all keys, not just the first one.
1033         (reftex-all-used-citation-keys): Fix regexp to correctly extract
1034         all citations in the same line.
1035         (reftex-parse-bibtex-entry): Accept additional optional argument
1036         `raw' and keep quotes or braces if it is non-nil.  Match fields
1037         containing hyphens besides word constituents.
1038         (reftex-get-string-refs): New function.
1039         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1040         and ask if it should be reread in case it did.
1041         (reftex-pop-to-bibtex-entry)
1042         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1043         entries with spaces or tabs in front of arguments.
1044         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1045         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1046         Match entries containing numbers and symbol constituents.
1047         (reftex-do-citation, reftex-figure-out-cite-format):
1048         Use `reftex-cite-key-separator'.
1050         * textmodes/reftex-dcr.el: Move provide statement to end of file.
1051         (reftex-mouse-view-crossref): Explain why point is set.
1053         * textmodes/reftex-global.el: Whitespace changes.
1055         * textmodes/reftex-index.el: Move provide statement to end of
1056         file.
1057         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1058         (reftex-index-visit-phrases-buffer): Set marker when visiting
1059         buffer.  This allows for returning from the phrases file to the
1060         file one was just editing instead of the file where the last
1061         phrases was added from.
1062         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
1063         punctuation syntax as it usually is not used as string quote in
1064         TeX-related modes and may occur unmatched.  The change also
1065         prevents fontification of quoted content.
1066         (reftex-index-phrases-mode): Use it.
1068         * textmodes/reftex-parse.el (reftex-parse-from-file):
1069         Move backward one char if a `\' was matched after a section macro.
1070         (reftex-parse-from-file): Use beginning of match instead of end as
1071         bound.
1073         * textmodes/reftex-ref.el: Adapt creation of
1074         `reftex-<package>-<macro>' functions to new structure of
1075         `reftex-ref-style-alist'.
1076         (reftex-reference): Use `reftex-ref-style-list' function.
1077         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
1078         reference macro if `reftex-ref-macro-prompt' is non-nil.
1079         (reftex-reference): Pass refstyle to `reftex-format-special'.
1080         Determine reference macro by looking at
1081         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1082         Use only one special format function.
1083         (reftex-varioref-vref, reftex-fancyref-fref)
1084         (reftex-fancyref-Fref): Remove definitions.  The functions are now
1085         generated from `reftex-ref-style-alist'.
1086         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1087         Remove.
1088         (reftex-format-special): New function.
1090         * textmodes/reftex-sel.el
1091         (reftex-select-cycle-ref-style-internal): Adapt to new structure
1092         of `reftex-ref-style-alist'. Remove code for testing macro type.
1093         (reftex-select-toggle-varioref)
1094         (reftex-select-toggle-fancyref): Remove.
1095         (reftex-select-cycle-ref-style-internal)
1096         (reftex-select-cycle-ref-style-forward)
1097         (reftex-select-cycle-ref-style-backward): New functions.
1098         (reftex-select-label-map): Use `v' and `V' for general cycling
1099         through reference styles.  Add `p' for switching between number
1100         and page reference types.
1102         * textmodes/reftex-toc.el (reftex-re-enlarge):
1103         Call `enlarge-window' only if there is something to do because in Emacs
1104         the horizontal version throws an error even if the parameter is 0.
1106         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1107         (reftex-plug-into-AUCTeX): Doc fix.
1108         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1109         string.  Adapt to new name.
1110         (reftex-ref-style-alist): Change structure so that it is not
1111         possible to use multiple different package names within a style.
1112         Remove the symbols for symbols for macro type distinction.
1113         Add characters for macro selection.
1114         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1115         (reftex-create-bibtex-footer): New variables.
1116         (reftex-format-ref-function): Mention third argument of special
1117         format function.
1118         (reftex-ref-style-alist, reftex-ref-style-default-list):
1119         New variables.
1120         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1121         to new implementation.  Mark as obsolete.  Add compatibility code
1122         for honoring the variable values in case they are set.
1123         (reftex-cite-format-builtin, reftex-bibliography-commands):
1124         Add support for ConTeXt.
1125         (reftex-format-ref-function, reftex-format-cite-function):
1126         Fix custom type.
1127         (reftex-cite-key-separator): New variable.
1129         * textmodes/reftex.el (reftex-syntax-table-for-bib)
1130         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1131         `reftex-syntax-table' because parens have to retain their paren
1132         syntax in order for parsing of BibTeX entries like @book(...) to
1133         work.
1134         (reftex-in-comment): Do not error out if `comment-start-skip' is
1135         not set.  Deal correctly with escaped comment characters.
1136         (reftex-tie-multifile-symbols): Add doc string.
1137         Initialize `reftex-ref-style-list'.
1138         (reftex-untie-multifile-symbols): Add doc string.
1139         (reftex-add-index-macros): Doc fix.
1140         (reftex-ref-style-activate, reftex-ref-style-toggle)
1141         (reftex-ref-style-list): New functions.
1142         (reftex-mode-menu): Use them.  Adapt to new structure of
1143         `reftex-ref-style-alist'.
1144         (reftex-select-with-char): Kill the RefTeX Select buffer when
1145         done.
1146         (reftex-remove-if): New function.
1147         (reftex-erase-all-selection-and-index-buffers)
1148         (reftex-mode-menu): Reference styles are now computed from
1149         `reftex-ref-style-alist'.  Fix typo.
1150         (reftex-report-bug): New function.
1151         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1152         algorithms with O(n log n).  Introduce optional argument SORT (not
1153         yet used).
1155 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
1157         Enhancements for triple-quote string syntax.
1158         * progmodes/python.el (python-syntax-propertize-function):
1159         Match both quote cases in one regexp.
1160         (python-syntax-stringify): Handle matches properly.
1162 2012-09-30  Juri Linkov  <juri@jurta.org>
1164         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
1165         to nil around the call to `insert' to prevent
1166         directory time modification by lock_file.  (Bug#2295)
1167         * tar-mode.el (tar-summarize-buffer): Idem.
1169 2012-09-30  Juri Linkov  <juri@jurta.org>
1171         * facemenu.el (list-colors-sort): Add option "Luminance".
1172         (list-colors-sort-key): Implement it.
1174         * vc/diff-mode.el (diff-refine-removed):
1175         * vc/ediff-init.el (ediff-fine-diff-A):
1176         * vc/smerge-mode.el (smerge-refined-removed):
1177         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
1179 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
1181         * term/ns-win.el (x-file-dialog): New function.
1183 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
1185         * ido.el (ido-max-directory-size): Default to nil; the current
1186         default is small for POSIX systems, and impractical on Windows 7
1187         now that lstat returns directory sizes for NTFS.
1189 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
1191         In buffer display functions handle window-height/window-width
1192         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
1193         * window.el (window--display-buffer): New argument ALIST.
1194         Obey window-height and window-width alist entries.
1195         (window--try-to-split-window): New argument ALIST.
1196         Bind window-combination-limit to t when the window's size shall be
1197         changed and window-combination-limit equals `window-size'.
1198         (display-buffer-in-atom-window)
1199         (display-buffer-in-major-side-window)
1200         (display-buffer-in-side-window, display-buffer-same-window)
1201         (display-buffer-reuse-window, display-buffer-pop-up-frame)
1202         (display-buffer-pop-up-window, display-buffer-below-selected)
1203         (display-buffer-at-bottom, display-buffer-in-previous-window)
1204         (display-buffer-use-some-window): Adjust all callers of
1205         window--display-buffer and window--try-to-split-window.
1206         (fit-frame-to-buffer): New option.
1207         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1208         is non-nil.
1209         (display-buffer-in-major-side-window): Evaluate window-height /
1210         window-width alist entries.
1212         * help.el (temp-buffer-resize-frames)
1213         (temp-buffer-resize-regexps): Remove options.
1214         (temp-buffer-resize-mode): Adjust doc-string.
1215         (resize-temp-buffer-window): Don't consult
1216         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
1217         temp-buffer-resize-frames.
1219         * dired.el (dired-mark-pop-up):
1220         Call display-buffer-below-selected with a fit-window-to-buffer alist
1221         entry.
1223 2012-09-30  Chong Yidong  <cyd@gnu.org>
1225         * server.el (server-host): Document the security implications.
1226         (server-auth-key): Doc fix.
1228         * startup.el (initial-buffer-choice): Doc fix.
1230         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1232         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1233         restriction change.
1235         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1237         * help-fns.el (help-fns--obsolete): Fix last change.
1239 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1242         (minor-mode-map-alist): Remove redundant code.
1244         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1245         visited in a buffer.
1246         (cvs-insert-visited-file): New function.
1247         (find-file-hook): Use it.
1249         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1251         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1252         chose face.
1253         (log-edit-empty-buffer-p): Don't require a space after a header.
1255         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1257         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1259         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1260         a proper minor-mode.
1262         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1264 2012-09-29  Glenn Morris  <rgm@gnu.org>
1266         * winner.el (winner-mode): Remove variable (let define-minor-mode
1267         handle it).
1268         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1269         Doc fixes.
1270         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1271         (winner-mode): Use define-minor-mode.
1273         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1274         the full definition in loaddefs, rather than duplicating it.
1276         * help-macro.el (three-step-help): No need to autoload defcustom.
1278         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1279         (inferior-lisp-program, inferior-lisp-load-command)
1280         (inferior-lisp-prompt, inferior-lisp-mode-hook):
1281         No need to autoload defcustoms.
1283         * hippie-exp.el (hippie-expand-try-functions-list)
1284         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1285         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1286         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
1287         (hippie-expand-only-buffers): No need to autoload defcustoms.
1288         * progmodes/vhdl-mode.el (vhdl-line-expand):
1289         Explicitly load hippie-exp, so it does not get autoloaded
1290         while hippie-expand-try-functions-list is let-bound.
1292 2012-09-28  Glenn Morris  <rgm@gnu.org>
1294         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1296         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1297         Only "cl.el" counts as cl these days.
1299 2012-09-28  Juri Linkov  <juri@jurta.org>
1301         Display archive errors in the echo area instead of inserting
1302         to the file buffer.
1304         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1305         to STDERR-TEST that can be a regexp matching a successful output.
1306         Create a temporary file and redirect stderr to it.  Search for
1307         STDERR-TEST in the stderr output and display it in the echo area
1308         if no match is found.
1309         (archive-extract-by-file): New function like
1310         `archive-extract-by-stdout' but extracting archives to files
1311         and looking for successful matches in stdout.  Function body is
1312         mostly copied from `archive-rar-extract'.
1313         (archive-rar-extract): Use `archive-extract-by-file'.
1314         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
1316 2012-09-28  Leo Liu  <sdl.web@gmail.com>
1318         * pcomplete.el (pcomplete-show-completions):
1319         Use minibuffer-message to make pcomplete usable in minibuffer.
1321         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1323 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1325         * type-break.el: Use lexical-binding.
1326         (type-break-mode): Use define-minor-mode.
1328         * emacs-lisp/pcase.el (pcase--mark-used): New.
1329         (pcase--u1): Use it (bug#12512).
1331         * custom.el (load-theme): Set buffer-file-name so the load is recorded
1332         in load-history with the right file name.
1334 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
1336         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
1337         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
1338         (doc-view-get-bounding-box): Make bounding box slicing work for
1339         ODF and DVI documents.
1341 2012-09-28  Glenn Morris  <rgm@gnu.org>
1343         * type-break.el (type-break-mode, type-break-interval)
1344         (type-break-good-rest-interval, type-break-keystroke-threshold):
1345         No need to autoload.
1346         (type-break-good-rest-interval, type-break-keystroke-threshold):
1347         Add :set-after.
1349 2012-09-28  Chong Yidong  <cyd@gnu.org>
1351         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
1352         Add :version tag.
1354 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1356         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
1358 2012-09-27  Glenn Morris  <rgm@gnu.org>
1360         * faces.el (x-display-name): Declare (for without-x builds).
1362         * linum.el (linum-format): Don't autoload it.  Improve :type.
1364         * progmodes/tcl.el: Don't require outline when compiling.
1365         (outline-regexp, outline-level): Declare.
1366         * textmodes/sgml-mode.el: Don't require outline when compiling.
1367         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
1369         * term.el (term-ansi-reset):
1370         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
1372         * vc/vc.el (vc-next-action): Only gripe about committing read-only
1373         files for RCS and SCCS.  (Bug#9781)
1375 2012-09-27  Chong Yidong  <cyd@gnu.org>
1377         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
1378         change; value should be t.
1380 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1382         * image-mode.el: Use lexical-binding.
1383         (image-mode-winprops): Use t to stand for the window of
1384         a buffer that's not displayed.
1385         * doc-view.el (doc-view-new-window-function): Handle the new
1386         t in winprops.
1387         (doc-view-enlarge): Make it a real nop if the size is not changed.
1388         (doc-view-display): Handle the case where the buffer is not (yet?)
1389         displayed in any window.
1390         (doc-view-saved-settings): New var.
1391         (doc-view-mode): Use it.
1392         (doc-view-fallback-mode): Set it.
1394         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
1395         Set lexical-binding.
1396         (minibuffer-eldef-shorten-default): New var.
1397         (minibuffer-default-in-prompt-regexps): Use it for new default.
1398         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
1400 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
1402         * international/uni-bidi.el:
1403         * international/uni-category.el:
1404         * international/uni-name.el:
1405         * international/uni-numeric.el: Regenerate.
1407 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
1408             Stefan Monnier  <monnier@iro.umontreal.ca>
1410         * profiler.el: New file.
1412 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1414         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
1415         (testcover-reinstrument): Simplify with CSE.
1417 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
1419         * window.el (temp-buffer-window-setup): Fix typo in docstring.
1421 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
1423         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
1424         (verilog-auto-input, verilog-auto-insert-lisp)
1425         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1426         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
1427         (verilog-auto-unused, verilog-auto-wire)
1428         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
1429         newline.  Reported by Andrew Jones.
1430         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
1431         Reported by Brad Dobbie.
1432         (verilog-batch-delete-trailing-whitespace):
1433         Create verilog-batch-delete-trailing-whitespace.
1434         Reported by Brad Dobbie.
1435         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
1436         parameters from another module.  Reported by Dan Katz.
1437         (verilog-auto, verilog-auto-assign-modport)
1438         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
1439         AUTOINOUTMODPORT for UVM interface module shell generation.
1440         Reported by Brad Dobbie.
1441         (verilog-auto-inst-interfaced-ports): Make default nil, as more
1442         standard behavior.
1443         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
1444         Reported by Matt Martin.
1446 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
1448         * window.el (window--resize-child-windows): When resizing child
1449         windows proportionally, process them in reverse order to
1450         preserve the "when splitting a window the new one gets the odd
1451         line" behavior.
1452         (window--resize-root-window-vertically): When resizing the
1453         minibuffer window try to affect only windows at the bottom of the
1454         frame.  (Bug#12419)
1456 2012-09-25  Chong Yidong  <cyd@gnu.org>
1458         * subr.el (declare): Doc fix.
1460         * help-fns.el (help-fns--obsolete): Handle macros properly.
1462 2012-09-25  Chong Yidong  <cyd@gnu.org>
1464         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
1465         this function obsolete.
1467         * calendar/cal-x.el (calendar-two-frame-setup)
1468         (calendar-only-one-frame-setup, calendar-one-frame-setup):
1469         * calendar/calendar.el (american-calendar, european-calendar)
1470         (calendar-for-loop):
1471         * comint.el (comint-dynamic-simple-complete)
1472         (comint-dynamic-complete-as-filename, comint-unquote-filename):
1473         * desktop.el (desktop-load-default):
1474         * dired-x.el (dired-omit-here-always)
1475         (dired-hack-local-variables, dired-default-directory):
1476         * emacs-lisp/derived.el (derived-mode-class):
1477         * emacs-lisp/timer.el (timer-set-time-with-usecs):
1478         * emacs-lock.el (toggle-emacs-lock):
1479         * epa.el (epa-display-verify-result):
1480         * epg.el (epg-sign-keys, epg-start-sign-keys)
1481         (epg-passphrase-callback-function):
1482         * eshell/esh-util.el (eshell-for):
1483         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
1484         (eshell-add-to-window-buffer-names):
1485         * files.el (locate-file-completion):
1486         * imenu.el (imenu-example--create-c-index)
1487         (imenu-example--create-lisp-index)
1488         (imenu-example--lisp-extract-index-name)
1489         (imenu-example--name-and-position):
1490         * international/mule-cmds.el (princ-list):
1491         * international/mule-diag.el (decode-codepage-char):
1492         * international/mule-util.el (detect-coding-with-priority):
1493         * iswitchb.el (iswitchb-read-buffer):
1494         * mail/mailalias.el (mail-complete):
1495         * mail/sendmail.el (mail-sent-via):
1496         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
1497         (mouse-major-mode-menu):
1498         * password-cache.el (password-read-and-add):
1499         * pcomplete.el (pcomplete-parse-comint-arguments):
1500         * progmodes/sh-script.el (sh-maybe-here-document):
1501         * replace.el (query-replace-regexp-eval):
1502         * savehist.el (savehist-load):
1503         * simple.el (choose-completion-delete-max-match):
1504         * term.el (term-dynamic-simple-complete):
1505         * vc/ediff-init.el (ediff-check-version):
1506         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
1507         * vc/vc.el (vc-diff-switches-list):
1508         * view.el (view-return-to-alist-update): Likewise.
1510         * subr.el (eval-next-after-load, makehash, insert-string)
1511         (assoc-ignore-representation, assoc-ignore-case): Use declare to
1512         mark obsolete.
1513         (mode-line-inverse-video): Variable deleted.
1515         * international/mule-util.el (string-to-sequence): Remove.
1517         * calendar/calendar.el (calendar-version):
1518         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
1519         (icalendar-convert-diary-to-ical):
1520         * cus-edit.el (custom-mode):
1521         * ansi-color.el (ansi-color-unfontify-region):
1522         * international/latin1-disp.el (latin1-char-displayable-p):
1523         * progmodes/cwarn.el (turn-on-cwarn-mode):
1524         * progmodes/which-func.el (which-func-update-1):
1525         Use define-obsolete-function-alias.
1527         * net/newst-backend.el (newsticker-cache-filename):
1528         * net/newst-treeview.el (newsticker-groups-filename):
1529         Fix incorrect obsolescence declaration.
1531         * allout.el (allout-passphrase-hint-string): Likewise.
1532         (allout-init): Use a declare form to mark obsolete.
1534         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
1535         this applies to functions.
1537         * iswitchb.el (iswitchb-read-buffer): Move code of
1538         iswitchb-define-mode-map here, and delete that obsolete function.
1540         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
1541         font-lock-reference-face.
1543 2012-09-25  Glenn Morris  <rgm@gnu.org>
1545         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
1546         Doc fixes.
1548         * eshell/em-term.el (eshell-term-name):
1549         Default to term-term-name.  (Bug#12485)
1551 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
1553         * progmodes/python.el (python-shell-send-buffer): Better handling
1554         of "if __name__ == '__main__':" conditionals when sending the buffer.
1556 2012-09-24  Glenn Morris  <rgm@gnu.org>
1558         * eshell/esh-cmd.el (eshell-find-alias-function):
1559         Tighten up file-name regexp.  (Bug#12499)
1561 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
1563         Enhancements for triple-quote string syntax.
1564         * progmodes/python.el (python-quote-syntax): Remove.
1565         (python-syntax-propertize-function): New value.
1566         (python-syntax-count-quotes, python-syntax-stringify):
1567         New functions.
1569 2012-09-24  Chong Yidong  <cyd@gnu.org>
1571         * mail/supercite.el (sc-version): Remove obsolete function.
1572         (sc-describe): Don't mark as obsolete, since it is bound.
1573         (sc-submit-bug-report): Remove.
1575         * vc/log-edit.el (cvs-changelog-full-paragraphs)
1576         (cvs-commit-buffer-require-final-newline): Remove.
1577         (log-edit-require-final-newline)
1578         (log-edit-changelog-full-paragraphs): Default to t.
1580         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
1581         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1582         * vc/vc.el (vc-checkout-carefully): Likewise.
1584         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
1585         (emerge-version): Remove.
1587         * progmodes/compile.el (compile-internal): Remove.
1588         (compilation-parse-errors-function): Fix typo.
1590         * international/mule.el (set-char-table-default): Remove.
1591         (set-coding-priority, make-coding-system, generic-char-p)
1592         (charset-list, charset-bytes, charset-id): Use declare to mark
1593         functions as obsolete.
1595         * vc/pcvs-defs.el (cvs-buffer-name-alist)
1596         (cvs-invert-ignore-marks): Remove references to obsolete vars.
1597         * vc/vc-hooks.el (vc-default-registered): Don't use
1598         vc-master-templates.
1600         * font-lock.el (font-lock-reference-face):
1601         Use define-obsolete-variable-alias.
1603         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
1604         * calendar/calendar.el (calendar-font-lock-keywords):
1605         * calendar/diary-lib.el (diary-font-lock-keywords)
1606         (diary-fancy-font-lock-keywords):
1607         * textmodes/reftex-sel.el (reftex-insert-docstruct):
1608         * textmodes/reftex-index.el (reftex-insert-index):
1609         * textmodes/reftex-cite.el (reftex-format-bib-entry):
1610         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1611         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1612         * progmodes/prolog.el (prolog-font-lock-keywords):
1613         * progmodes/idlwave.el (idlwave-idl-keywords):
1614         * progmodes/ada-mode.el (ada-font-lock-keywords):
1615         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
1617 2012-09-24  Glenn Morris  <rgm@gnu.org>
1619         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
1621 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
1623         * progmodes/python.el (python-indent-line): More consistent cursor
1624         movement behavior.
1626 2012-09-23  Stefan Merten  <smerten@oekonux.de>
1628         * textmodes/rst.el: Fix compiler warning.
1630 2012-09-23  Roland Winkler  <winkler@gnu.org>
1632         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
1633         Transcribe also LaTeX hyphenation.
1634         (bibtex-reformat): Bug fix. Do not quote twice the elements of
1635         bibtex-reformat-previous-options.
1637 2012-09-23  Roland Winkler  <winkler@gnu.org>
1639         * proced.el (proced-renice-command): New variable.
1640         (proced-marked-processes): New function.
1641         (proced-with-processes-buffer): New macro.
1642         (proced-send-signal): Use them.
1643         (proced-renice): New command bound to r.
1645 2012-09-23  Roland Winkler  <winkler@gnu.org>
1647         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
1648         ibuffer-saved-filter-groups has one element, shortcut the call of
1649         completing-read.  (Bug#12331)
1651 2012-09-23  Chong Yidong  <cyd@gnu.org>
1653         * bindings.el (mode-line-toggle-read-only):
1654         * bs.el (bs-toggle-readonly):
1655         * buff-menu.el (Buffer-menu-toggle-read-only):
1656         * dired.el (dired-toggle-read-only):
1657         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
1659 2012-09-23  Chong Yidong  <cyd@gnu.org>
1661         * image.el (image-type-available-p): Adapt to init-image-library
1662         argument changes.
1664 2012-09-22  Juri Linkov  <juri@jurta.org>
1666         * dired.el (dired-mode-map): Add [remap read-only-mode] for
1667         `dired-toggle-read-only'.  (Bug#12462)
1669 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
1671         * subr.el (temp-output-buffer-show): New function.
1672         (with-output-to-temp-buffer): Call temp-output-buffer-show
1673         instead of internal-temp-output-buffer-show.
1675 2012-09-22  Chong Yidong  <cyd@gnu.org>
1677         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
1678         (Bug#12462).
1680         * repeat.el (repeat): Doc fix (Bug#12348).
1682         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
1683         (Bug#10909).
1685         * simple.el (shell-command-on-region): Doc fix.
1686         (read-only-mode): Doc fix.
1688 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
1690         * emacs-lisp/timer.el (run-with-idle-timer)
1691         (timer-activate-when-idle): Warn against reinvoking an idle timer
1692         from within its own timer action.  (Bug#12447)
1694 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
1696         * cus-start.el (window-combination-limit): Add new optional
1697         values.
1698         * window.el (temp-buffer-window-show)
1699         (window--try-to-split-window): Handle new values of
1700         window-combination-limit (Bug#1806).
1701         (split-window): Test window-combination-limit for t instead of
1702         non-nil.
1703         (display-buffer-at-bottom): New buffer display action function.
1704         * help.el (temp-buffer-resize-regexps): New option.
1705         (temp-buffer-resize-mode): Rewrite doc-string.
1706         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
1707         Don't resize reused window.  Suggested by Glenn Morris.
1709 2012-09-22  Stefan Merten  <smerten@oekonux.de>
1711         * textmodes/rst.el: Revamp section title faces.
1712         (rst-official-version)
1713         (rst-package-emacs-version-alist): Sync with official version
1714         V1.4.0.
1715         (rst-faces-defaults, rst-set-level-default)
1716         (rst-level-face-max, rst-level-face-base-color)
1717         (rst-level-face-base-light, rst-level-face-format-light)
1718         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
1719         (rst-adornment-faces-alist): Match new setup.
1720         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
1721         (rst-level-5, rst-level-6): New faces.
1723 2012-09-22  Chong Yidong  <cyd@gnu.org>
1725         * simple.el (undo): Handle indirect buffers (Bug#8207).
1727 2012-09-21  Leo Liu  <sdl.web@gmail.com>
1729         IDO: Disable match re-ordering for buffer switching.
1730         * ido.el (ido-buffer-disable-smart-matches): New variable.
1731         (ido-set-matches-1): Use it.  (Bug#2042)
1733 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
1735         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1736         Fix 2011-05-17 change.  (Bug#12418)
1738 2012-09-21  Leo Liu  <sdl.web@gmail.com>
1740         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
1742 2012-09-21  Glenn Morris  <rgm@gnu.org>
1744         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
1745         Be more robust about locating simple.el.
1747 2012-09-21  Glenn Morris  <rgm@gnu.org>
1749         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
1751 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
1753         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
1755 2012-09-20  Juri Linkov  <juri@jurta.org>
1757         * replace.el (query-replace-read-from): Use `read-regexp' instead
1758         of `read-from-minibuffer' when `regexp-flag' is non-nil.
1759         (occur-read-primary-args): Use `read-regexp' instead of
1760         `read-string'.
1761         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
1762         `read-from-minibuffer'.
1763         * isearch.el (isearch-occur): Use `read-regexp' instead of
1764         `read-string'.
1765         * dired.el (dired-read-regexp): Use `read-regexp' instead of
1766         `read-from-minibuffer'.
1767         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
1768         of `read-string'.  (Bug#7567)
1770         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
1771         and allow accepting a list of strings prepended to a list of
1772         standard default values.  Doc fix.  (Bug#12321)
1774         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
1776         * replace.el (read-regexp): Don't add ": " when PROMPT already
1777         ends with a colon and space.  (Bug#12321)
1779 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
1781         * doc-view.el (doc-view-display): Better fix for the cl-assertion
1782         error.
1784 2012-09-20  Stefan Merten  <smerten@oekonux.de>
1786         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
1787         Fixes feature request bug#11711.
1788         (rst-mode): Create `imenu-create-index-function'.
1789         (rst-get-stripped-line): Delete after refactoring.
1790         (rst-section-tree, rst-section-tree-rec)
1791         (rst-section-tree-point): Refactor and document properly.
1792         (rst-imenu-find-adornments-for-position)
1793         (rst-imenu-convert-cell, rst-imenu-create-index):
1794         New function.
1796 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1798         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
1799         (macroexp--expand-all): Use it.
1800         (macroexp--funcall-and-return): Remove by folding it into its sole
1801         caller (macroexp--warn-and-return).
1802         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
1803         Use macroexp--obsolete-warning.
1805         * calc/calc.el: Fix last change by removing the whole chunk, since it
1806         was only needed back when Calc was not bundled.
1808 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
1810         * emacs-lisp/debug.el (debug): Restore assignment to
1811         debugger-old-buffer removed on 2012-09-08.
1813 2012-09-20  Juri Linkov  <juri@jurta.org>
1815         * dired-aux.el (dired-diff): Remove (require 'diff) since
1816         `diff-latest-backup-file' is now autoloaded.
1818 2012-09-20  Chong Yidong  <cyd@gnu.org>
1820         * vc/diff.el (diff-latest-backup-file): Autoload.
1822 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1824         * calc/calc.el: Remove redundant autoload shape check.
1825         (sel-mode): Don't defvar.
1826         (calc-get-stack-element): Add `sel-mode' arg instead.
1827         (calc-top, calc-top-list): Pass it this additional argument.
1828         * calc/calc-store.el (calc-store-map):
1829         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
1830         (calc-map-equation, calc-outer-product, calc-inner-product):
1831         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
1833         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
1835 2012-09-19  Juri Linkov  <juri@jurta.org>
1837         * dired-aux.el (dired-diff): Add (require 'diff) because
1838         `diff-latest-backup-file' is not autoloaded.
1839         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
1840         of `dired-get-filename' to t to not report error when there is
1841         no default file on the current line.
1843 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1845         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
1846         macroexp--eval-if-compile.
1847         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
1848         (macroexp--expand-all): Use them (bug#12371).
1850         * doc-view.el (doc-view-guess-paper-size)
1851         (doc-view-scale-bounding-box): Fix unbound `caddr'.
1853 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
1855         New feature: set optimal slice from BoundingBox information.
1856         * doc-view.el (doc-view-mode-map): Add keybinding.
1857         (doc-view-menu): Add menu entry.
1858         (doc-view-set-slice): Adapt docstring.
1859         (doc-view-get-bounding-box, doc-view-guess-paper-size)
1860         (doc-view-scale-bounding-box)
1861         (doc-view-set-slice-from-bounding-box): New functions.
1862         (doc-view-paper-sizes): New defvar.
1864 2012-09-19  Glenn Morris  <rgm@gnu.org>
1866         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
1867         (byte-compile-log-warning): Autoload.  (Bug#12371)
1869         * calendar/calendar.el (calendar-american-month-header)
1870         (calendar-european-month-header, calendar-iso-month-header)
1871         (calendar-month-header): New options.
1872         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
1873         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
1875 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
1877         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
1879 2012-09-18  Juri Linkov  <juri@jurta.org>
1881         * dired-aux.el (dired-diff): Restore original functionality of
1882         getting the default value, but keep new feature of using the
1883         latest existing backup file (`diff-latest-backup-file').
1885 2012-09-18  Juri Linkov  <juri@jurta.org>
1887         * dired.el (dired-mark): If the region is active in Transient Mark
1888         mode, mark all files in the active region.  Doc fix.
1889         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
1890         Doc fix.  (Bug#10624)
1892 2012-09-18  Juri Linkov  <juri@jurta.org>
1894         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
1895         attributes for M-n are pulled from the file at point.
1896         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
1897         Suggested by Drew Adams.  (Bug#10624)
1899 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
1901         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
1902         whitespace after "end".
1903         (ruby-do-end-to-brace): Collapse block to one line if it fits
1904         within fill-column.
1906 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
1908         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
1909         value.
1910         (debug): Don't remove debugger window when debugger is expected
1911         to be back.
1913 2012-09-18  Chong Yidong  <cyd@gnu.org>
1915         * custom.el (defface): Doc fix.
1917         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
1919 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
1921         * progmodes/compile.el (compilation-start): Use compilation-always-kill
1922         to initialize query-on-exit; then test that instead (bug#12288).
1924 2012-09-17  Stefan Merten  <smerten@oekonux.de>
1926         * textmodes/rst.el: Add support for `testcover'.
1927         (rst-defcustom-testcover, rst-testcover-add-compose)
1928         (rst-testcover-add-1value): New functions.
1929         (rst-portable-mark-active-p): Replace by `use-region-p'.
1930         (rst-update-section, rst-classify-adornment)
1931         (rst-find-title-line): Mark `1value' forms.
1932         (rst-classify-adornment): Remove superfluous form.
1933         (rst-update-section, rst-get-adornments-around)
1934         (rst-adornment-complete-p, rst-get-next-adornment)
1935         (rst-adjust, rst-promote-region)
1936         (rst-display-adornments-hierarchy, rst-straighten-adornments)
1937         (rst-find-pfx-in-region, rst-section-tree-rec)
1938         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
1939         (rst-toc-node, rst-toc, rst-forward-section)
1940         (rst-iterate-leftmost-paragraphs)
1941         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
1942         (rst-bullet-list-region)
1943         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
1944         (rst-compile-find-conf, rst-compile)
1945         (rst-repeat-last-character): Fix style.
1947 2012-09-17  Chong Yidong  <cyd@gnu.org>
1949         * comint.el (comint--complete-file-name-data): Don't add a space
1950         if the status is `sole'; that adds a gratuitous space in the
1951         completion-cycling case (Bug#12092).
1953         * pcomplete.el (pcomplete-completions-at-point): Likewise.
1955 2012-09-17  Richard Stallman  <rms@gnu.org>
1957         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
1958         only in the mime-shown mode, not in raw mode.
1959         (rmail-mime): Toggle off mime by displaying the message without
1960         mime processing.  (Bug#12305)
1962         * mail/rmail.el (rmail-retry-failure):
1963         Turn off mime processing first.  (Bug#12037)
1965         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
1967 2012-09-17  Chong Yidong  <cyd@gnu.org>
1969         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
1970         (shell-dynamic-complete-functions): Convert to defcustom.
1971         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
1973         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
1974         * comint.el (comint-prompt-read-only):
1975         * custom.el (defcustom):
1976         * hi-lock.el (hi-lock-mode):
1977         * ibuffer.el (ibuffer-formats):
1978         * ielm.el (ielm-prompt-read-only):
1979         * novice.el (disable-command):
1980         * saveplace.el (toggle-save-place):
1981         * speedbar.el (speedbar-supported-extension-expressions):
1982         * startup.el (auto-save-list-file-prefix, init-file-user)
1983         (after-init-hook, inhibit-startup-echo-area-message):
1984         * strokes.el (strokes-help):
1985         * time-stamp.el (time-stamp):
1986         * calendar/calendar.el (calendar, diary-file):
1987         * calendar/diary-lib.el (diary-mail-entries, diary)
1988         (diary-list-entries-hook):
1989         * calendar/holidays.el (holidays, calendar-holidays):
1990         * calendar/lunar.el (lunar-phases):
1991         * calendar/solar.el (sunrise-sunset):
1992         * emulation/edt.el (edt-load-keys):
1993         * emulation/viper.el (viper-mode):
1994         * eshell/em-alias.el (eshell-command-aliases-list):
1995         * eshell/esh-util.el (eshell-convert-numeric-arguments):
1996         * international/ogonek.el (ogonek-information):
1997         * net/tramp-cmds.el (tramp-bug):
1998         * net/quickurl.el (quickurl-reread-hook-postfix):
1999         * play/decipher.el (decipher-font-lock-keywords):
2000         * progmodes/cc-styles.el (c-set-style):
2001         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2002         * progmodes/inf-lisp.el (inferior-lisp-prompt):
2003         * progmodes/octave-mod.el (octave-mode):
2004         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2005         * progmodes/verilog-mode.el (verilog-read-defines):
2006         * textmodes/two-column.el (2C-mode): Likewise.
2008 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2010         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2011         that holds many addresses.
2013 2012-09-16  Chong Yidong  <cyd@gnu.org>
2015         * align.el (align-areas): Call the indication function with
2016         positions instead of markers for arguments (Bug#12343).
2018         * files.el (parse-colon-path): Use split-string (Bug#12351).
2020         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2021         (display-buffer-function): Mark as obsolete.
2023         * progmodes/compile.el (compilation-parse-errors): Accept list
2024         values similar to font-lock-keywords (Bug#12136).
2025         Suggested by Oleksandr Manzyuk.
2026         (compilation-error-regexp-alist): Doc fix.
2028 2012-09-15  Glenn Morris  <rgm@gnu.org>
2030         * version.el (emacs-bzr-version-bzr): New function.
2031         (emacs-bzr-get-version): Add optional EXTERNAL argument.
2033         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2034         checkouts, check the parent dirstate matches the branch.
2035         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
2036         empty string.
2038         * version.el (emacs-bzr-version): Doc fix.
2039         (emacs-bzr-version-dirstate): New function.
2040         (emacs-bzr-get-version): For lightweight checkouts, if the parent
2041         is local try and check that it matches the branch.  If not, just
2042         use dirstate information.  (Bug#12441)
2044 2012-09-14  Juri Linkov  <juri@jurta.org>
2046         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2047         (Bug#12399)
2049 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2051         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2053         * emacs-lisp/edebug.el: Miscellaneous cleanup.
2054         Remove obsolete byte-compiler hack that tried to silence some warnings.
2055         (edebug-submit-bug-report): Remove.
2056         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2057         Remove aliases, use the un-prefixed name instead.
2058         (edebug-pop-to-buffer): Consider other frames.
2059         (edebug-original-read):: Make it more obvious that it's always defined.
2060         (edebug--make-form-data-entry, edebug--form-data-name)
2061         (edebug--form-data-begin, edebug--form-data-end): Rename from the
2062         single-dashed name, and implement with cl-defstruct.
2063         (edebug-set-form-data-entry): Use the standard accessors.
2064         (edebug-make-top-form-data-entry): Use push.
2065         (edebug-no-match): Drop useless `funcall'.
2066         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2067         to functions.
2068         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2069         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2070         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2071         (easy-menu-define, with-custom-print): Remove redundant specs.
2072         (edebug-outside-overriding-local-map)
2073         (edebug-outside-overriding-terminal-local-map): Remove, unused.
2074         (edebug--display): Bind unread-command-events directly to nil rather
2075         than binding it to unread-command-events and later setting it to nil.
2076         (edebug--display): Kill edebug-eval-buffer here...
2077         (edebug--recursive-edit): ...rather than here.
2078         Bind standard-output and standard-input.
2079         (edebug-eval): Check cl-macroexpand-all is fboundp.
2080         (edebug-temp-display-freq-count): Fix last change.
2082         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2083         * subr.el (noreturn, 1value): Add `debug' spec.
2084         * emacs-lisp/advice.el: Require cl-lib.
2085         (ad-copy-tree): Remove, use copy-tree instead.
2086         (ad-dolist): Remove use dolist or cl-dolist instead.
2087         (ad-do-return): Remove, use cl-return instead.
2088         (defadvice): Add `debug' spec.
2090 2012-09-13  Juri Linkov  <juri@jurta.org>
2092         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2093         (Bug#12399)
2095 2012-09-13  Glenn Morris  <rgm@gnu.org>
2097         * calc/calc.el (math-compose-expr):
2098         * calc/calc-ext.el (math-compose-expr):
2099         * progmodes/cc-defs.el (cl-macroexpand-all):
2100         * progmodes/cc-langs.el (delete-duplicates, mapcan)
2101         (cl-macroexpand-all): Update declarations.
2103         * vc/vc.el: No need to require ediff.
2104         (ediff-load-version-control): Declare.
2105         (ediff-vc-internal): Fix declaration.
2106         (vc-version-ediff): Require ediff.
2108 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2110         Use a more backwards-compatible timer format (Bug#12430).
2111         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2112         being right after USECS, as that better supports old code that
2113         inadvisedly looked directly at the timer vector.
2115 2012-09-13  Kenichi Handa  <handa@gnu.org>
2117         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2118         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2119         `coding-priority' property of these language environment.
2121 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2123         Fix glitches caused by addition of psec to timers (Bug#12430).
2124         * image.el (image-animate-timer):
2125         * time.el (display-time-world-timer):
2126         Use timer--function and timer--args rather than raw access to
2127         timer vector.
2129 2012-09-13  Glenn Morris  <rgm@gnu.org>
2131         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2132         If not compiling a file, try using load-file-name.
2134 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2136         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2137         Fix last change.
2138         (edebug-update-eval-list): Use `push'.
2140         * emacs-lisp/edebug.el: Use lexical-binding.
2141         Remove the "edebug-" prefix from non-dynamically-scoped variables.
2142         Mark unused args with underscore.
2143         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2144         (edebug-form-data): Use defvar-local.
2145         (edebug-make-before-and-after-form, edebug-make-after-form):
2146         Use backquote.
2147         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2148         Not dynamically scoped any more.
2149         (edebug--enter-trace): Add arguments `function' and `args'.
2150         Rename from edebug-enter-trace.
2151         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
2152         (edebug--update-coverage): Add `after-index' and `value' args.
2153         Rename from edebug-update-coverage.
2154         (edebug-slow-after): Call it accordingly.
2155         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
2156         edebug-recursive-edit.
2157         (edebug--display): Call it accordingly.  Add args `value',
2158         `offset-index', and `arg-mode'.  Rename from edebug-display.
2159         (edebug-debugger, edebug): Call it accordingly.
2160         (edebug-eval-display-list): Use dolist.
2162 2012-09-12  Juri Linkov  <juri@jurta.org>
2164         * info.el (Info-search): Don't check for isearch-mode and
2165         isearch-regexp before let-binding search-spaces-regexp to
2166         Info-search-whitespace-regexp.
2167         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2168         search-whitespace-regexp if isearch-lax-whitespace or
2169         isearch-regexp-lax-whitespace is non-nil.
2170         (Info-mode): Don't set local variable search-whitespace-regexp.
2171         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2173 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2175         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2176         (debugger-env-macro): Remove support for unread-command-char.
2178         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2179         the temporary map re-appearing on emulation-mode-map-alists.
2181         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2182         since 22.1.
2184         * ehelp.el (with-electric-help): Accept functions in
2185         electric-help-form-to-execute.
2186         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2187         And replace unread-command-char -> unread-command-events.
2189 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
2191         Sync with Tramp 2.2.6.
2193         * net/tramp.el (tramp-accept-process-output): Don't use
2194         JUST-THIS-ONE in the XEmacs case.
2196         * net/trampver.el: Update release number.
2198 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
2200         * emacs-lisp/debug.el (debugger-previous-window-height):
2201         New variable.
2202         (debug): When debugger-jumping-flag is non-nil try to restore
2203         height of debugger window.  (Bug#8789)
2205 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2207         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2208         overriding-local-map and pre/post-command-hook here.
2209         (edebug-recursive-edit): Do it here instead (bug#12345).
2210         (edebug-outside-unread-command-char): Remove all uses of
2211         unread-command-char.
2213         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2214         inhibit-debugger is bound instead.
2216 2012-09-11  Bastien Guerry  <bzg@gnu.org>
2218         * subr.el (set-temporary-overlay-map): Add a docstring.
2219         (Bug#12346)
2221 2012-09-11  Bastien Guerry  <bzg@gnu.org>
2223         * minibuffer.el (completion-table-subvert): Fix docstring.
2224         (Bug#12347)
2226 2012-09-11  Bastien Guerry  <bzg@gnu.org>
2228         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
2230 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
2232         * progmodes/sql.el: Version 3.1
2233         (sql-db2-escape-newlines): New variable.
2234         (sql-escape-newlines-filter): Use it.
2236 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
2238         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2240 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
2242         * vc/diff-mode.el (diff-mode-menu):
2243         Bind diff-remove-trailing-whitespace.
2245 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2247         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
2248         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2249         (emacs-lisp-byte-code-mode): New functions.
2250         (eval-sexp-add-defvars): Don't skip defvars in column >0.
2251         (eval-defun-2): Remove bogus interactive spec.
2252         (lisp-indent-line): Remove redundant whole-exp code, now done in
2253         indent-according-to-mode.
2254         (save-match-data): Remove redundant indent data.
2256         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2257         Use `declare'.
2259 2012-09-09  Juri Linkov  <juri@jurta.org>
2261         * replace.el (replace-regexp-lax-whitespace): New defcustom.
2262         (replace-lax-whitespace, query-replace-regexp)
2263         (query-replace-regexp-eval, replace-regexp): Doc fix.
2264         (perform-replace, replace-highlight): Let-bind
2265         isearch-lax-whitespace to replace-lax-whitespace and
2266         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2268         * isearch.el (isearch-query-replace): Let-bind
2269         replace-lax-whitespace to isearch-lax-whitespace and
2270         replace-regexp-lax-whitespace to
2271         isearch-regexp-lax-whitespace.  (Bug#10885)
2273 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2275         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2277 2012-09-09  Alan Mackenzie  <acm@muc.de>
2279         * progmodes/cc-engine.el (c-state-cache-init):
2280         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2281         (c-record-parse-state-state):
2282         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
2284 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
2286         * register.el (register-separator): Rename from
2287         separator-register.  All uses changed.  Doc fix.
2288         (register): Fix version.
2290 2012-09-09  Chong Yidong  <cyd@gnu.org>
2292         * replace.el (query-replace-map): Bind four new symbols for
2293         requesting window scrolling.
2295         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2296         query-replace-map (Bug#8948).
2298         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2300         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2301         since they are now in query-replace-map.
2303         * window.el (scroll-other-window-down): Make the arg optional.
2305 2012-09-09  Chong Yidong  <cyd@gnu.org>
2307         * files.el (hack-local-variables-confirm): Use quit-window to kill
2308         the *Local Variables* buffer.
2310 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
2312         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2313         not just expect to be at its beginning.  Adjust callees.
2314         Succeed when do-end block has no space before the pipe character.
2315         (ruby-brace-to-do-end): When the original block is one-liner,
2316         convert to multiline.  Reindent the result.
2318 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
2320         * register.el (register): New group.
2321         (separator-register): New user option.
2322         (increment-register): Route it to `append-to-register', if
2323         register contains text.  Implication is that `C-x r +' can now be
2324         used for appending to a text register (bug#12217).
2325         (append-to-register, prepend-to-register): Add separator based on
2326         `separator-register'.
2328 2012-09-08  Alan Mackenzie  <acm@muc.de>
2330         AWK Mode: make auto-newline work when there's "==" in the pattern.
2331         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
2332         correctly.
2333         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2334         Test more rigorously for "=" token.
2336 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
2338         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
2339         Only fail when reached LIMIT.
2341 2012-09-08  Chong Yidong  <cyd@gnu.org>
2343         * dired.el (dired-mode-map): Don't bind M-=.
2345         * dired-aux.el (dired-diff): Use backup file as default.
2347 2012-09-08  Drew Adams  <drew.adams@oracle.com>
2349         * subr.el (add-to-history): Fix delete usage (Bug#12314).
2351 2012-09-08  Chong Yidong  <cyd@gnu.org>
2353         * subr.el (syntax-after, syntax-class): Doc fix.
2355 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
2357         * window.el (display-buffer-in-previous-window): New buffer
2358         display action function.
2360         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
2361         (debugger-previous-window): New variable.
2362         (debug): Rewrite using display-buffer-in-previous-window,
2363         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
2365 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2367         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
2369 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
2371         * progmodes/python.el (python-shell-send-string):
2372         When default-directory is remote, create temp file on remote
2373         filesystem.
2374         (python-shell-send-file): When file is remote, pass local view of
2375         file paths to remote Python interpreter.  (Bug#12340)
2377 2012-09-07  Chong Yidong  <cyd@gnu.org>
2379         * window.el (switch-to-buffer): Doc fix (Bug#12181).
2381         * files.el (after-find-file): Don't fail on a read-only buffer if
2382         require-final-newline is `visit' or `visit-save' (Bug#11156).
2384         * subr.el (read-char-choice): Allow quitting via ESC ESC.
2386         * userlock.el (ask-user-about-supersession-threat):
2387         Use read-char-choice (Bug#12093).
2389 2012-09-07  Chong Yidong  <cyd@gnu.org>
2391         * subr.el (buffer-narrowed-p): New function.
2393         * ses.el (ses-widen):
2394         * simple.el (count-words--buffer-message):
2395         * net/browse-url.el (browse-url-of-buffer): Use it.
2397         * simple.el (count-words-region): Don't signal an error if there
2398         is a non-nil prefix arg and the mark is not set.
2400         * help.el (describe-key-briefly): Allow the message to be seen
2401         when invoked from the minibuffer (Bug#7014).
2403 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
2405         * progmodes/ruby-mode.el (ruby-end-of-defun)
2406         (ruby-beginning-of-defun): Simplify, allow indentation before
2407         block beginning and end keywords.
2408         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
2409         (ruby-end-of-defun): Expect that the point is at the beginning of
2410         the defun.
2412 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2414         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
2415         (bug#12367).
2416         (cl--make-usage-args): Strip _ from argument names.
2418 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2420         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
2421         obsolete alias speedbar-key-map.
2422         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
2423         (vhdl-index-menu-init): Don't use obsolete variable
2424         font-lock-maximum-size.
2426 2012-09-06  Chong Yidong  <cyd@gnu.org>
2428         * frame.el (window-system-version): Mark as obsolete.
2430         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
2431         of obsolete variable speedbar-key-map.
2433 2012-09-06  Juri Linkov  <juri@jurta.org>
2435         * replace.el (replace-lax-whitespace): New defcustom.
2436         (query-replace, query-replace-regexp, query-replace-regexp-eval)
2437         (replace-string, replace-regexp): Mention it in docstrings.
2438         (perform-replace, replace-highlight): Let-bind
2439         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
2440         to the values of replace-lax-whitespace and regexp-flag.
2441         Don't let-bind search-whitespace-regexp.  (Bug#10885)
2443         * isearch.el (isearch-query-replace): Let-bind
2444         replace-lax-whitespace instead of let-binding
2445         replace-search-function and replace-re-search-function.
2446         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
2447         and isearch-regexp-lax-whitespace to lazy-highlight variables.
2448         (isearch-toggle-symbol): Set isearch-regexp to nil
2449         in isearch-word mode (like in isearch-toggle-word).
2451 2012-09-06  Juri Linkov  <juri@jurta.org>
2453         * replace.el (replace-search-function)
2454         (replace-re-search-function): Set default values to nil.
2455         (perform-replace): Let-bind isearch-related variables based on
2456         replace-related values, call `isearch-search-fun' and let-bind
2457         the result to `search-function'.  Remove code that sets
2458         `search-function' and `search-string' separately for
2459         `delimited-flag'.
2460         (replace-highlight): Add new argument `delimited-flag' and
2461         rename other arguments to the names used in `perform-replace'.
2462         Let-bind `isearch-word' to the argument `delimited-flag'.
2463         (Bug#10885, bug#10887)
2465 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
2467         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
2468         ruby-beginning-of-indent, simplify, allow all keywords to have
2469         indentation before them.
2470         (ruby-beginning-of-indent): Adjust for above.  Search until the
2471         found point is not inside a string or comment.
2472         (ruby-font-lock-keywords): Allow symbols to start with "@"
2473         character, give them higher priority than variables.
2474         (ruby-syntax-propertize-function)
2475         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
2476         matchers.  Expression expansions are not comments when inside a
2477         string, and there comment syntax status is irrelevant.
2478         (ruby-match-expression-expansion): New function.  Check that
2479         expression expansion is inside a string, and it's not escaped.
2480         (ruby-font-lock-keywords): Use it.
2482 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
2484         * help.el (temp-buffer-max-height): New default value.
2485         (temp-buffer-resize-frames): New option.
2486         (resize-temp-buffer-window): Optionally resize frame.
2488         * window.el (fit-frame-to-buffer-bottom-margin): New option.
2489         (fit-frame-to-buffer): New function.
2491 2012-09-05  Glenn Morris  <rgm@gnu.org>
2493         * emulation/cua-rect.el (cua--init-rectangles):
2494         * textmodes/picture.el (picture-mode-map):
2495         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
2496         like forward-char and backward-char.  (Bug#12317)
2498 2012-09-05  Leo Liu  <sdl.web@gmail.com>
2500         * progmodes/flymake.el (flymake-warning-re): New variable.
2501         (flymake-parse-line): Use it.
2503 2012-09-05  Glenn Morris  <rgm@gnu.org>
2505         * calendar/holidays.el (holiday-christian-holidays):
2506         Rename an entry.  (Bug#12289)
2508 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2510         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
2511         (bug#12222).
2513 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2515         * loadup.el: Load macroexp.  Remove hack.
2516         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
2517         (macroexp--expand-all): Use it to get better warnings.
2518         (macroexp--backtrace, macroexp--trim-backtrace-frame)
2519         (internal-macroexpand-for-load): New functions.
2520         (macroexp--pending-eager-loads): New var.
2521         (emacs-startup-hook): New hack to replace one in loadup.el.
2522         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
2523         (cl--compiler-macro-cXXr): Move to top, before they can be used.
2524         (cl-psetf): Simplify.
2525         (cl-defstruct): Add indent rule.
2527 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
2529         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
2530         over `user-mail-address' for the SMTP MAIL FROM envelope.
2531         (smtpmail-via-smtp): Ditto.
2533 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
2535         * progmodes/ruby-mode.el: Clean up keybindings.
2536         (ruby-mode-map): Don't bind ruby-electric-brace,
2537         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
2538         backward-kill-word, reindent-then-newline-and-indent.
2539         (ruby-mark-defun): Remove.
2540         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
2541         (ruby-mode): Set local beginning-of-defun-function and
2542         end-of-defun-function values.
2544 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
2546         * window.el (temp-buffer-window-setup-hook)
2547         (temp-buffer-window-show-hook): New hooks.
2548         (temp-buffer-window-setup, temp-buffer-window-show)
2549         (with-temp-buffer-window): New functions.
2550         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
2551         (special-display-popup-frame): Make sure the window used shows BUFFER.
2553         * help.el (temp-buffer-resize-mode): Fix doc-string.
2554         (resize-temp-buffer-window): New optional argument WINDOW.
2556         * files.el (recover-file, save-buffers-kill-emacs):
2557         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
2559 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
2561         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
2562         remote definition of `default-directory', ensure we can connect.
2564 2012-09-02  Juri Linkov  <juri@jurta.org>
2566         Toggle whitespace matching mode with M-s SPC.
2567         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
2569         * isearch.el (search-whitespace-regexp): Doc fix.
2570         Remove cons cell customization.
2571         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
2572         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
2573         New variables.
2574         (isearch-forward, isearch-forward-regexp): Doc fix.
2575         (isearch-toggle-lax-whitespace): New command.
2576         (search-forward-lax-whitespace, search-backward-lax-whitespace)
2577         (re-search-forward-lax-whitespace)
2578         (re-search-backward-lax-whitespace): New functions.
2579         (isearch-whitespace-regexp): Remove function.
2580         (isearch-query-replace): Let-bind replace-search-function and
2581         replace-re-search-function.
2582         (isearch-occur): Let-bind search-spaces-regexp according to the
2583         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
2584         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
2585         condition for C-q SPC.
2586         (isearch-search-fun-default): Use new functions mentioned above.
2587         (isearch-search-forward, isearch-search-backward): Remove functions.
2588         (isearch-search): Don't let-bind search-spaces-regexp.
2589         (isearch-lazy-highlight-space-regexp): Remove variable.
2590         (isearch-lazy-highlight-lax-whitespace)
2591         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
2592         (isearch-lazy-highlight-new-loop): Use them.
2593         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
2595 2012-09-02  Chong Yidong  <cyd@gnu.org>
2597         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
2599 2012-09-02  Glenn Morris  <rgm@gnu.org>
2601         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
2603 2012-09-01  Glenn Morris  <rgm@gnu.org>
2605         * term.el: Tidy up menu definitions.
2606         (term-mode-map): Use easymenu for In/Out, Complete menus.
2607         (term-pager-break-map): Initialize in the defvar.
2608         (term-terminal-menu, term-signals-menu): Define with easymenu.
2609         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
2610         (term-pager-menu): New, extracted from term-process-pager.
2611         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
2612         (term-update-mode-line): Propertize line/char and page items.
2613         (term-process-pager): Move keymap initialization elsewhere.
2615 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
2617         * window.el (switch-to-prev-buffer): Handle additional values of
2618         BURY-OR-KILL argument.  Don't switch in minibuffer window.
2619         (switch-to-next-buffer): Don't switch in minibuffer window.
2620         (quit-restore-window): New function based on quit-window.
2621         Handle additional values of former KILL argument.
2622         (quit-window): Call quit-restore-window with appropriate
2623         interpretation of KILL argument.
2624         (display-buffer-below-selected): New buffer display action
2625         function.
2627 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2629         * minibuffer.el (completion-at-point-functions): Complete docstring
2630         (bug#12254).
2632 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2634         Better seed support for (random).
2635         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
2636         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
2637         * play/mpuz.el, play/tetris.el, play/zone.el:
2638         * calc/calc-comb.el (math-init-random-base):
2639         * play/blackbox.el (bb-init-board):
2640         * play/life.el (life):
2641         * server.el (server-use-tcp):
2642         * type-break.el (type-break):
2643         Remove unnecessary call to (random t).
2644         * net/sasl.el (sasl-unique-id-function):
2645         Change (random t) to (random), now that the latter is more random.
2646         * play/life.el (life-initialized): Remove no-longer-needed var.
2648 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
2650         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2651         Consider frame's buffer predicate when choosing the buffer.
2652         (Bug#12081)
2654 2012-08-30  Richard Stallman  <rms@gnu.org>
2656         * simple.el (special-mode-map): Delete binding for `z'.
2658 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
2660         * progmodes/compile.el (compilation-always-kill): Doc fix.
2662 2012-08-30  Chong Yidong  <cyd@gnu.org>
2664         * window.el (display-buffer-reuse-frames): Make the obsolescence
2665         message more informative.
2667 2012-08-30  Glenn Morris  <rgm@gnu.org>
2669         * paren.el (show-paren-delay):
2670         Add a :set function.  Doc fix.  (Bug#12297)
2672 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
2674         * progmodes/compile.el (compilation-always-kill): New var.
2675         (compilation-start): Use it.
2677 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2679         * simple.el (read-only-mode): Move from files.el for bootstrapping.
2680         * files.el (read-only-mode): Move to simple.el.
2682         * files.el (read-only-mode): New minor mode.
2683         (toggle-read-only): Use it and mark obsolete.
2684         (find-file--read-only):
2685         * vc/vc.el (vc-next-action, vc-checkout):
2686         * vc/vc-cvs.el (vc-cvs-checkout):
2687         * obsolete/vc-mcvs.el (vc-mcvs-update):
2688         * ffap.el (ffap--toggle-read-only): Update callers.
2690 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
2692         * eshell/esh-ext.el (eshell-external-command): Do not examine
2693         remote shell scripts.
2694         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
2696         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
2697         "/usr/local/sbin".
2699 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2701         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
2703 2012-08-28  Leo Liu  <sdl.web@gmail.com>
2705         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
2706         completion-at-point.  (Bug#12220)
2708         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
2710         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
2712 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2714         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
2715         be buffer-local; add delete-trailing-whitespace (bug#12259).
2717 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
2719         * progmodes/hideif.el (hif-compress-define-list):
2720         Fix typo.  (Bug#11951)
2722 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
2724         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
2725         buffer local setting.
2727         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
2728         rcirc-encode-coding-system.
2730 2012-08-28  Leo Liu  <sdl.web@gmail.com>
2732         * net/rcirc.el (rcirc-split-message): New function.
2733         (rcirc-send-message): Use it.  (Bug#12051)
2735 2012-08-28  Juri Linkov  <juri@jurta.org>
2737         * info.el (Info-fontify-node): Hide empty lines at the end of
2738         the node.  (Bug#12272)
2740 2012-08-27  Drew Adams  <drew.adams@oracle.com>
2742         * dired.el (dired-pop-to-buffer): Make window start at beginning
2743         of buffer (Bug#12281).
2745 2012-08-26  Chong Yidong  <cyd@gnu.org>
2747         * window.el (special-display-regexps, special-display-frame-alist)
2748         (special-display-buffer-names, special-display-function)
2749         (display-buffer-reuse-frames): Mark as obsolete.
2751         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
2753         * help.el (help-print-return-message): Don't treat
2754         display-buffer-reuse-frames specially.
2756 2012-08-26  Chong Yidong  <cyd@gnu.org>
2758         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2759         New variable, replacing gdb-frame-parameters.
2760         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
2761         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
2762         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
2763         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
2764         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
2765         the functions directly with gdb-display-buffer-other-frame-action.
2766         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
2767         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
2768         (gdb-display-stack-buffer, gdb-display-locals-buffer)
2769         (gdb-display-registers-buffer): Define directly.
2770         (def-gdb-display-buffer): Macro deleted.
2771         (gdb-display-buffer): Remove second and third args, callers don't
2772         use them.  Defer to the default display-buffer behavior, apart
2773         from making windows dedicated.
2774         (gdb-setup-windows): Don't call display-buffer unnecessarily.
2776         * progmodes/gud.el (gud-display-line): Just use display-buffer.
2778         * window.el (display-buffer-pop-up-frame): Handle a
2779         pop-up-frame-parameters alist entry.
2780         (display-buffer): Document it.
2782 2012-08-26  Chong Yidong  <cyd@gnu.org>
2784         * isearch.el (search-whitespace-regexp): Make string and nil
2785         values apply to both ordinary and regexp search.  Allow a cons
2786         cell value to distinguish between the two.
2787         (isearch-whitespace-regexp, isearch-search-forward)
2788         (isearch-search-backward): New functions.
2789         (isearch-occur, isearch-search-fun-default, isearch-search)
2790         (isearch-lazy-highlight-new-loop): Use them.
2791         (isearch-forward, isearch-forward-regexp): Doc fix.
2793 2012-08-26  Chong Yidong  <cyd@gnu.org>
2795         * faces.el (help-argument-name): Always inherit from italic
2796         (Bug#12213).
2798 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
2800         * window.el (window--even-window-heights): Even heights when
2801         WINDOW and the selected window form a vertical combination.
2802         (display-buffer-use-some-window): Provide that window used gets
2803         sized back by quit-window.  (Bug#11880) and (Bug#12091)
2805 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
2807         Fix file time stamp problem with bzr and CVS (Bug#12001).
2808         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
2809         in the file's time stamp, since the version control system loses
2810         that information.
2812 2012-08-22  Juri Linkov  <juri@jurta.org>
2814         * info.el (Info-fontify-node): Hide the suffix of the
2815         Info file name in the header line.  (Bug#12187)
2817 2012-08-22  Glenn Morris  <rgm@gnu.org>
2819         * calendar/cal-tex.el (cal-tex-weekly-common):
2820         Restore leading blank page.
2822 2012-08-22  Le Wang  <l26wang@gmail.com>  (tiny change)
2824         * misc.el (forward-to-word, backward-to-word): Activate or extend
2825         the region under `shift-select-mode'.  (Bug#12231)
2827 2012-08-22  Bastien Guerry  <bzg@gnu.org>
2829         * progmodes/executable.el (executable-prefix): Set to "#!" instead
2830         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
2831         gives details on why the space is never needed.
2833 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
2835         * window.el (walk-window-tree, window-with-parameter):
2836         New optional argument MINIBUF to control whether these functions
2837         should run on the minibuffer window.
2838         (window-at-side-list): Don't operate on minibuffer window.
2839         (window-in-direction): Simplify and rewrite doc-string.
2840         (window--size-ignore): Rename to window--size-ignore-p.
2841         Update callers.
2842         (display-buffer-in-atom-window, window--major-non-side-window)
2843         (window--major-side-window, display-buffer-in-major-side-window)
2844         (delete-side-window, display-buffer-in-side-window):
2845         New functions.
2846         (window--side-check, window-deletable-p, delete-window)
2847         (delete-other-windows, split-window): Handle side windows and
2848         atomic windows appropriately.
2849         (window--display-buffer): Call display-buffer-record-window also
2850         when the window buffer did not change.
2852 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
2854         * help-fns.el (help-fns--key-bindings):
2855         Abbreviate non-symbol remap targets.  (Bug#12174)
2857 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
2859         * dired.el (dired-mark-remembered): Don't clobber point.
2860         (Bug#11795)
2862 2012-08-22  Glenn Morris  <rgm@gnu.org>
2864         * progmodes/bug-reference.el (bug-reference): New custom group.
2865         (bug-reference-bug-regexp): Make it a defcustom.
2867 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
2869         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
2870         (js-paren-indent-offset, js-square-indent-offset)
2871         (js-curly-indent-offset): Add :safe (Bug#12257).
2873 2012-08-22  Edward O'Connor  <hober0@gmail.com>
2875         * json.el (json-key-format): Add error properties.
2876         (json-encode-key): New function.
2877         (json-encode-hash-table, json-encode-alist, json-encode-plist):
2878         Use json-encode-key.
2880 2012-08-22  Glenn Morris  <rgm@gnu.org>
2882         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
2883         (cal-tex-leftday, cal-tex-rightday): Remove functions.
2884         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
2885         Update for above change.
2887 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
2889         * cus-face.el (custom-face-attributes): Fix customize type for the
2890         :underline attribute.  (Bug#11805)
2892 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
2894         * window.el (window-point-1, set-window-point-1): Remove.
2895         (window-in-direction, record-window-buffer)
2896         (set-window-buffer-start-and-point, split-window-below)
2897         (window--state-get-1, display-buffer-record-window):
2898         Replace calls to window-point-1 and set-window-point-1 by calls to
2899         window-point and set-window-point respectively.
2901 2012-08-21  Glenn Morris  <rgm@gnu.org>
2903         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
2904         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
2905         Use it.
2907         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
2908         (cal-tex-shortday): New function.
2909         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
2910         (cal-tex-cursor-filofax-daily): Use the above.
2912         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
2913         New functions.
2914         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
2915         (cal-tex-cursor-filofax-week): Use them.
2917         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
2918         New constants.
2919         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
2920         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
2922         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
2923         (cal-tex-end-document): Don't rely on buffer name.
2925         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
2926         Use cal-tex-vspace.
2927         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
2928         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2929         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
2930         Use cal-tex-arg.
2932         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
2933         (cal-tex-cursor-week, cal-tex-cursor-week2)
2934         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
2935         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2936         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
2937         (cal-tex-insert-preamble, cal-tex-b-document)
2938         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
2939         Improve cal-tex-cmd usage.
2941         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
2942         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
2943         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
2944         (cal-tex-weekly-paper): New function.
2945         (cal-tex-cursor-week, cal-tex-cursor-week2)
2946         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2947         (cal-tex-cursor-day): Use it.
2949         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
2950         (cal-tex-cursor-filofax-week): Remove leading blank page.
2952         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
2953         Add autoload cookie.  For now at least, don't use color, since
2954         no other cal-tex function does.
2956         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
2957         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2958         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
2960 2012-08-21  Juri Linkov  <juri@jurta.org>
2962         * info.el (Info-file-attributes): New variable.
2963         (info-insert-file-contents): Add file attributes to
2964         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
2965         `Info-toc-nodes' when previous modtime of the Info file is less
2966         than new modtime.
2967         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
2968         of info.el.  (Bug#12230)
2970 2012-08-20  Glenn Morris  <rgm@gnu.org>
2972         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
2973         * calendar/holidays.el (calendar-holiday-list):
2974         Report errors with display-warning rather than beep'n'sleep.
2976 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
2978         * net/tramp.el (tramp-accept-process-output): Accept only output
2979         from PROC.  Otherwise, process filters and sentinels might be
2980         confused.  (Bug#12145)
2982 2012-08-20  Chong Yidong  <cyd@gnu.org>
2984         * descr-text.el (describe-text-properties-1): Use overlays-in to
2985         report on empty overlays (Bug#3322).
2987 2012-08-20  Glenn Morris  <rgm@gnu.org>
2989         * mail/rmailout.el (rmail-output-read-file-name):
2990         Trap and report errors in rmail-output-file-alist elements.
2992         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
2993         since most non-font-lock faces are not also variables).
2995 2012-08-20  Edward Reingold  <reingold@iit.edu>
2997         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
2998         New function.  (Bug12160)
3000 2012-08-19  Glenn Morris  <rgm@gnu.org>
3002         * mail/rmailout.el (rmail-output-read-file-name):
3003         Fix previous change (when the alist is nil or does not match).
3005 2012-08-19  Chong Yidong  <cyd@gnu.org>
3007         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3008         (Bug#12228).
3010 2012-08-18  Chong Yidong  <cyd@gnu.org>
3012         * simple.el (yank-handled-properties): New defcustom.
3013         (yank-excluded-properties): Add font-lock-face and category.
3014         (yank): Doc fix.
3016         * subr.el (remove-yank-excluded-properties):
3017         Obey yank-handled-properties.  The special handling of font-lock-face
3018         and category is now done this way, instead of being hard-coded.
3019         (insert-for-yank-1): Remove font-lock-face handling.
3020         (yank-handle-font-lock-face-property)
3021         (yank-handle-category-property): New function.
3023 2012-08-17  Glenn Morris  <rgm@gnu.org>
3025         * mail/rmailout.el (rmail-output-read-file-name):
3026         Check rmail-output-file-alist against the full message body
3027         in the correct rmail buffer.  (Bug#12214)
3029 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
3031         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3032         Eliminate superfluous prompt.  (Bug#12203)
3034 2012-08-17  Chong Yidong  <cyd@gnu.org>
3036         * mouse.el (mouse-appearance-menu): If x-select-font returns a
3037         font spec, set the font directly (Bug#3228).
3039 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
3041         * window.el (delete-window): Fix last fix.
3043 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
3045         * window.el (window-valid-p): Move to window.c.
3046         (window-child, window-child-count, window-last-child)
3047         (window-normalize-window, window-combined-p)
3048         (window-combinations, window-atom-root, window-min-size)
3049         (window-sizable, window-sizable-p, window-size-fixed-p)
3050         (window-min-delta, window-max-delta, window--resizable)
3051         (window--resizable-p, window-resizable, window-total-size)
3052         (window-full-height-p, window-full-width-p, window-body-size)
3053         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3054         (minimize-window, window-deletable-p, delete-window)
3055         (delete-other-windows, set-window-buffer-start-and-point)
3056         (next-buffer, previous-buffer, split-window, balance-windows-2)
3057         (set-window-text-height, window-buffer-height)
3058         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3059         (truncated-partial-width-window-p): Minor code adjustments.
3060         In doc-strings state whether the argument window has to denote a
3061         live, valid or any window.
3063 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
3065         * progmodes/subword.el (subword-forward-function)
3066         (subword-backward-function, subword-forward-regexp)
3067         (subword-backward-regexp): New variables.
3068         (subword-forward, subword-forward-internal, subword-backward-internal):
3069         Use new variables, eg so that different "word" definitions
3070         can be easily used.  (Bug#11411)
3072 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3074         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3075         for composite selectors.
3076         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3077         operation just because we can't find a previous revision.
3079 2012-08-15  Chong Yidong  <cyd@gnu.org>
3081         * frame.el (set-frame-font): Accept font objects.
3083 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3085         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3087 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
3089         * man.el (Man-overstrike-face, Man-underline-face)
3090         (Man-reverse-face): Remove variables.
3091         (Man-overstrike, Man-underline, Man-reverse): New faces.
3092         (Man-fontify-manpage): Use them instead of the variables.
3093         (Man-cleanup-manpage): Comment change.
3094         (Man-ansi-color-map): New variable.
3095         (Man-fontify-manpage): Use it.
3096         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3098         Implement ANSI SGR parameters 22-27 (bug#12146).
3099         * ansi-color.el (ansi-colors): Doc fix.
3100         (ansi-color-context, ansi-color-context-region): Doc fix.
3101         (ansi-color--find-face): New function.
3102         (ansi-color-apply, ansi-color-apply-on-region): Use it.
3103         Rename the local variable `face' to `codes' since it is now a list of
3104         ansi codes.  Doc fix.
3105         (ansi-color-get-face): Remove.
3106         (ansi-color-parse-sequence): New function, derived from
3107         ansi-color-get-face.
3108         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
3109         codes 22-27.
3111 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3113         * subr.el (read-passwd): Allow use from a minibuffer.
3115 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
3117         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3118         inside comments and strings as identifiers.
3120         * progmodes/gud.el (gud-tooltip-print-command): Quote the
3121         expression to evaluate.  This allows to evaluate expressions with
3122         embedded whitespace.
3123         (gud-tooltip-tips): Add a blank before the newline in the
3124         message-box text, for the benefit of message-box emulation on
3125         MS-Windows.
3127         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3128         messages from GDB, pop them up in a tooltip to give feedback to
3129         user.
3130         (gdb-tooltip-print-1): Quote the expression to evaluate.
3131         This allows to evaluate expressions with embedded whitespace.
3132         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3133         if the TTY name is nil or empty (which happens when communicating
3134         with the inferior via pipes, e.g. on MS-Windows).
3135         (gdb-internals): If GDB sends a "&\n" empty debugging message,
3136         don't send that to the GUD buffer.
3138 2012-08-14  Glenn Morris  <rgm@gnu.org>
3140         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3141         Optimize away setq-default with no args, as for setq.  (Bug#12195)
3143 2012-08-14  Chong Yidong  <cyd@gnu.org>
3145         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3147         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3148         (Bug#12085).
3150 2012-08-14  Glenn Morris  <rgm@gnu.org>
3152         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3154 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
3156         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3157         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3158         Use cached shell name.
3160 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
3162         * progmodes/python.el (python-shell-send-string):
3163         (python-shell-send-setup-code): Do not use `format' with `message'.
3165 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
3167         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3168         (ruby-percent-literal-beg-re): New constant.
3169         (ruby-syntax-general-delimiters-goto-beg): Rename to
3170         `ruby-syntax-enclosing-percent-literal', improve literal type check.
3171         (ruby-syntax-propertize-general-delimiters): Rename to
3172         `ruby-syntax-propertize-percent-literal', it's a shorter and more
3173         popular term.  Adjust comments everywhere.
3174         (ruby-syntax-propertize-percent-literal): Only propertize when not
3175         inside a simple string or comment.  When the literal is unclosed,
3176         leave the text after it unpropertized.
3177         (ruby-syntax-methods-before-regexp): New constant.
3178         (ruby-syntax-propertize-function): Use it to recognize regexps.
3179         Don't look at the text after regexp, just use the whitelist.
3181 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
3183         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3184         non-nil always load the compiled file if it exists.  (Bug#12197)
3186 2012-08-14  Chong Yidong  <cyd@gnu.org>
3188         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3189         (hi-lock-set-pattern): When deciding whether to use font lock or
3190         overlays, look at font-lock-mode instead of font-lock-fontified
3191         (Bug#12168).
3192         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3193         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3195 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
3197         * subr.el (internal--after-with-selected-window): Fix typo
3198         (Bug#12193).
3200 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
3202         Use `completion-table-dynamic' for completion functions.
3203         * progmodes/python.el
3204         (python-shell-completion--do-completion-at-point)
3205         (python-shell-completion--get-completions):
3206         Remove functions.
3207         (python-shell-completion-complete-at-point): New function.
3208         (python-completion-complete-at-point): Use it.
3210 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
3212         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3213         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3215 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3217         * subr.el (function-get): Refine `autoload' arg so it can also
3218         autoload functions for gv.el (bug#12191).
3219         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3220         autoloads macros.
3222         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3223         Prefer pcase-let over destructuring-bind.
3224         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3225         Also, remove whitespace as we go, rather than after accumulating the
3226         various places.
3228         * subr.el (internal--before-with-selected-window)
3229         (internal--after-with-selected-window): Fix typo seleted->selected.
3230         (with-selected-window): Adjust callers.
3231         Reported by Dmitry Gutov <dgutov@yandex.ru>.
3233 2012-08-13  Bastien Guerry  <bzg@gnu.org>
3235         * window.el (special-display-popup-frame): Minor docstring
3236         enhancement.  (Bug#12172)
3238 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3240         * tar-mode.el (tar-header-data-end): Only ignore size for files of
3241         type 1-6.
3242         (tar-header-block-summarize, tar-get-descriptor): Handle pax
3243         extended headers.
3245         * files.el (hack-local-variables-filter): Remove useless eval.
3247 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
3249         * subr.el (with-selected-window): Fix last change.
3251 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3253         * subr.el (internal--before-with-seleted-window)
3254         (internal--after-with-seleted-window): New functions.
3255         (with-selected-window): Use them, to replace dependency on
3256         tty-top-frame.
3258 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
3260         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3261         binding for `newline'.
3262         (ruby-move-to-block): When moving backward, stop at block opening,
3263         not indentation.
3264         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3265         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3266         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3267         `ruby-toggle-block'.
3269 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3271         * ibuffer.el (ibuffer-do-toggle-read-only):
3272         * dired.el (dired-toggle-read-only):
3273         * buff-menu.el (Buffer-menu-toggle-read-only):
3274         * bindings.el (mode-line-toggle-read-only):
3275         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3277 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
3279         * descr-text.el (describe-char): Put the overlays over the
3280         "displayed as" character.
3282 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
3284         * calc/calc-units.el (math-default-units-table): Give an
3285         initial value.
3286         (math-put-default-units): Add options to put composite units and
3287         unit systems in the default units table.
3288         (calc-convert-units): Send composite units to
3289         `math-put-default-units' when appropriate.
3291 2012-08-11  Glenn Morris  <rgm@gnu.org>
3293         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3295         * tutorial.el (help-with-tutorial):
3296         * emacs-lisp/copyright.el (copyright-update-directory):
3297         * emacs-lisp/autoload.el (autoload-find-generated-file)
3298         (autoload-find-file): Disable local eval: (for insurance).
3300         * files.el (hack-local-variables-filter): If an eval: form is not
3301         known to be safe, and enable-local-variables is :safe, then ignore
3302         the form totally, as is done for non-eval forms.  (Bug#12155)
3303         This is CVE-2012-3479.
3305 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3307         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3308         (rx-form): Simplify.
3310 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
3312         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3313         ?, _, and : are symbol constituents, ! is not (but kinda should be).
3314         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
3315         (ruby-syntax-propertize-function): Adjust for changes in
3316         `ruby-syntax-propertize-heredoc'.
3318 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
3320         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3321         binding (use `M-;' instead).
3322         (ruby-singleton-class-p): New function.
3323         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
3325 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3327         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3329 2012-08-10  Chong Yidong  <cyd@gnu.org>
3331         * progmodes/python.el (python-shell-get-process-name): Don't mess
3332         with same-window-buffer-names.
3334         * eshell/eshell.el (eshell-add-to-window-buffer-names)
3335         (eshell-remove-from-window-buffer-names): Make obsolete.
3336         (eshell-buffer-name, eshell-unload-hook): Don't use them.
3337         (eshell): Just use pop-to-buffer-same-window instead.
3339 2012-08-10  Chong Yidong  <cyd@gnu.org>
3341         * bindings.el: Bind M-= back to count-words-region.
3343         * simple.el (count-words-region): Accept a prefix arg for acting
3344         on the entire buffer.
3345         (count-words--buffer-message): New helper function.
3347 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3349         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
3350         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
3351         (event-start, event-end): Use posn-at-point to return a more
3352         informative posn.
3353         (posnp): New function.
3354         * mouse.el (popup-menu-normalize-position): Use it.
3356 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
3358         * mouse.el (popup-menu-normalize-position): New function.
3359         (popup-menu): Use `popup-menu-normalize-position' to normalize
3360         the form for POSITION argument.
3362         * term/x-win.el (x-menu-bar-open):
3363         Use the value returend from (posn-at-point) as position
3364         passed to `popup-menu'.
3366 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
3368         * calc/calccomp.el (math-compose-expr): Add extra argument
3369         indicating that parentheses should be put around products in
3370         denominators.  Give multiplication precedence over division during
3371         composition.
3373 2012-08-09  Chong Yidong  <cyd@gnu.org>
3375         * man.el (Man-switches, Man-sed-command, Man-awk-command)
3376         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
3377         (Man-untabify-command, manual-program): Convert to defcustom
3378         (Bug#10429).
3380         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
3382         * descr-text.el (describe-char): Don't insert extra newlines
3383         (Bug#10127).
3385         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
3386         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
3388         * align.el (align-region): Delete temporary markers (Bug#10047).
3389         Plus some code cleanups.
3391 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
3393         * progmodes/python.el (python-pdbtrack-tracked-buffer)
3394         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
3395         (python-shell-internal-last-output): Use make-local-variable
3396         instead of make-variable-buffer-local.
3398 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
3400         * progmodes/python.el: Enhancements to forward-sexp.
3401         (python-nav-forward-sexp): Rename from
3402         python-nav-forward-sexp-function.
3403         (python-nav--forward-sexp, python-nav--backward-sexp):
3404         New functions.
3406 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
3408         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
3409         modes and simplification modes.
3411 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3413         * delsel.el (delete-selection-pre-hook): Don't propagate the
3414         file-supersession signals (bug#12161).
3416 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3418         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
3419         (cl-map-extents): Add compatibility aliases (bug#12135).
3421 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
3423         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
3424         tests by `ignore-error'.
3425         (tramp-find-shell): Open also a new shell, when cache is already
3426         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
3428 2012-08-08  Juri Linkov  <juri@jurta.org>
3430         * bookmark.el: Add `defaults' property to the bookmark record.
3431         (bookmark-current-buffer): Doc fix.
3432         (bookmark-make-record): Add `defaults' property with default values
3433         to the bookmark record.
3434         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
3435         with `bookmark-insert-current-bookmark'.
3436         (bookmark-set): Get `defaults' property from the bookmark record
3437         and use it in `read-from-minibuffer'.
3438         (bookmark-insert-current-bookmark): Remove function.
3440         * info.el (Info-bookmark-make-record): Add `defaults' property
3441         with values of canonical Info node name, the current Info file
3442         name and the current Info node name.  (Bug#12107)
3444 2012-08-08  Juri Linkov  <juri@jurta.org>
3446         * files.el (basic-save-buffer): Use `buffer-name' as the default
3447         of `read-file-name' when buffer is not visiting a file (bug#12128).
3449 2012-08-08  Juri Linkov  <juri@jurta.org>
3451         * info.el (Info-isearch-search): Doc fix.
3452         (Info-search): Change search-failed message from "initial node" to
3453         "end of node" (bug#12078).
3454         (Info-isearch-search): Change `isearch-string-state' to
3455         `isearch--state-string'.
3457 2012-08-08  Glenn Morris  <rgm@gnu.org>
3459         * language/persian.el: Remove file.
3460         * language/misc-lang.el: Move unique part of persian.el here.
3461         * loadup.el: Remove language/persian.
3463 2012-08-08  Ã“scar Fuentes  <ofv@wanadoo.es>
3465         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
3467 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
3469         * progmodes/python.el Fixed defsubst warning.
3470         (python-syntax-context) Rename from python-info-ppss-context.
3471         (python-syntax-context-type): Rename from
3472         python-info-ppss-context-type.
3473         (python-syntax-comment-or-string-p): Rename from
3474         python-info-ppss-comment-or-string-p.
3476 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
3478         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
3480 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
3482         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
3483         a defcustom that is quoted with backquote.
3485         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
3486         Fix handling of interactive spec when the body uses return.
3487         (math-do-arg-check, math-define-function-body): Use backquote forms.
3488         * calc/calc-ext.el (math-defcache): Likewise.
3489         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
3490         * allout.el (allout-new-exposure): Likewise.
3491         * calc/calcalg2.el (math-tracing-integral): Likewise.
3492         * info.el (Info-last-menu-item): Likewise.
3493         * emulation/vip.el (vip-loop): Likewise.
3494         * textmodes/artist.el (artist-funcall): Likewise.
3495         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
3496         Construct menu-item directly.
3498         * progmodes/autoconf.el (font-lock-syntactic-keywords):
3499         Don't declare.
3501 2012-08-07  Chong Yidong  <cyd@gnu.org>
3503         * simple.el (deactivate-mark): Preserve text properties when
3504         saving the primary selection (Bug#8384).
3506 2012-08-07  Kevin Ryde  <user42@zip.com.au>
3508         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
3509         (woman-parse-numeric-value): On a bad .IP line, issue a warning
3510         and continue processing (Bug#12110).
3512 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3514         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
3515         syntax-propertize-function (bug#10095).
3517 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3519         * help-fns.el (help-fns--key-bindings, help-fns--signature)
3520         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
3521         describe-function-1.
3522         (describe-function-1): Use them.  Move compiler macro after sig.
3523         (help-fns--compiler-macro): Use function-get.  Assume we're already in
3524         standard-output.  Adjust layout to new call order.
3526         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
3527         re-binding a symbol that has a symbol-macro (bug#12119).
3529 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
3531         * language/persian.el: New file.  (Bug#11812)
3532         * loadup.el: Add language/persian.el.
3534 2012-08-06  Chong Yidong  <cyd@gnu.org>
3536         * window.el (window--maybe-raise-frame): New function.
3537         (window--display-buffer): Split off from here.
3538         (display-buffer-reuse-window, display-buffer-pop-up-frame)
3539         (display-buffer-pop-up-window, display-buffer-use-some-window):
3540         Obey an inhibit-switch-frame action alist entry.
3541         (display-buffer): Update doc.
3543         * replace.el (occur-after-change-function): Avoid losing focus by
3544         using the inhibit-switch-frame display parameter (Bug#12139).
3546 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
3548         Make internal shell process buffer names start with space.
3549         * progmodes/python.el (python-shell-make-comint): Add optional
3550         argument INTERNAL.
3551         (run-python-internal): Use it.
3552         (python-shell-internal-get-or-create-process): Check for new
3553         internal buffer names.
3555 2012-08-06  Glenn Morris  <rgm@gnu.org>
3557         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
3558         Do less getting and setting of environment variables.
3560 2012-08-05  Chong Yidong  <cyd@gnu.org>
3562         * proced.el (proced): Add substitution string to docstring to
3563         trigger autoloading of the proced library on C-h f (Bug#1768).
3565         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3566         Don't show defvars which have no second argument (Bug#8638).
3568         * imenu.el (imenu-generic-expression): Move documentation here
3569         from imenu--generic-function.
3570         (imenu--generic-function): Refer to imenu-generic-expression.
3572 2012-08-05  Vegard Ã˜ye  <vegard_oye@hotmail.com>  (tiny change)
3574         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
3575         indentation declaration.
3576         (viper-loop): Add indentation declaration (Bug#7025).
3578 2012-08-05  Chong Yidong  <cyd@gnu.org>
3580         * help-fns.el (describe-variable): Add hyperlink for
3581         directory-local variables files.  Improve buffer-local and
3582         permanent-local reporting; suggested by MON KEY (Bug#6644).
3584         * help-mode.el (help-dir-local-var-def): New button type.
3586         * files.el (kill-buffer-hook): Provide a defvar.
3588 2012-08-05  Glenn Morris  <rgm@gnu.org>
3590         * eshell/esh-ext.el (eshell/addpath):
3591         Also update eshell-path-env.  (Bug#12013)
3593 2012-08-05  Chong Yidong  <cyd@gnu.org>
3595         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
3597         * fringe.el (fringe-styles): Add docstring.
3598         (fringe--check-mode): New function.
3599         (set-fringe-mode, set-fringe-style): Use it.
3600         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
3602         * files.el (set-auto-mode): Fix invalid setq call.
3604 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3606         * isearch.el: Misc simplification; use defstruct.
3607         (isearch-mode-map): Dense maps now work like sparse ones.
3608         (isearch--state): New defstruct.
3609         (isearch-string-state, isearch-message-state, isearch-point-state)
3610         (isearch-success-state, isearch-forward-state)
3611         (isearch-other-end-state, isearch-word-state, isearch-error-state)
3612         (isearch-wrapped-state, isearch-barrier-state)
3613         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
3614         replaced by defstruct's accessors.
3615         (isearch--set-state): Rename from isearch-top-state and change
3616         calling convention.
3617         (isearch-push-state): Use new isearch--get-state.
3618         (isearch-toggle-word): Disable regexp when enabling word.
3619         (isearch-message-prefix): Remove unused arg _c-q-hack.
3620         (isearch-message-suffix): Remove unused arg _ellipsis.
3622 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
3624         * simple.el (list-processes--refresh): For a server use :host or
3625         :local as the address.
3626         (list-processes): Doc fix.
3628 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
3630         * lisp/mpc.el: Support password in host argument.
3631         (mpc--proc-connect): Parse and use new password element.
3632         Set mpc-proc variable instead of returning process.
3633         (mpc-proc): Adjust accordingly.
3635 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
3637         * whitespace.el (whitespace-display-mappings): Use Unicode
3638         codepoints, instead of emacs-mule codepoints.  See
3639         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
3640         for the details.
3642         * files.el (file-truename): Don't skip symlink-chasing part on
3643         windows-nt.  Incorporate the resolution of 8+3 short aliases on
3644         Windows into the loop that recursively chases symlinks.
3645         Compare directory and its parent case-insensitively on MS-Windows and
3646         MS-DOS.
3648 2012-08-03  Chong Yidong  <cyd@gnu.org>
3650         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
3652         * sort.el (sort-regexp-fields): Doc fix.
3654 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
3656         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
3657         labels regex position point at the expected place.
3659 2012-08-03  MON KEY  <monkey@sandpframing.com>
3661         * net/imap.el (imap-interactive-login, imap-authenticate)
3662         (imap-mailbox-lsub, imap-mailbox-list)
3663         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
3664         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
3665         (imap-parse-response): Doc fix.
3667 2012-08-03  João Távora  <joaotavora@gmail.com>
3669         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
3670         if sexp scanning does not move point (Bug#5734).
3672 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
3674         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
3675         Add listings, minted, and ctable packages.
3676         (reftex-label-alist-builtin): Move listings, minted, and ctable
3677         entries before LaTeX.
3678         (reftex-label-alist): Docfix.
3680 2012-08-02  Bastien Guerry  <bzg@gnu.org>
3682         * replace.el (occur): Fix docstring (bug#12122).
3684 2012-08-02  Glenn Morris  <rgm@gnu.org>
3686         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
3688 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
3690         Obsolete alias inactivate-current-input-method-function (Bug#10150).
3691         * international/mule-cmds.el: Create
3692         inactivate-current-input-method-function as an obsolete alias for
3693         deactivate-current-input-method-function.  See Katsumi Yamaoka in
3694         <http://bugs.gnu.org/10150#46>.
3696 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
3698         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
3699         of nested `if's.
3701 2012-08-01  Glenn Morris  <rgm@gnu.org>
3703         * progmodes/autoconf.el (autoconf-definition-regexp):
3704         Add AH_TEMPLATE, adjust submatch numbering.
3705         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
3706         (autoconf-current-defun-function): Update for above change.
3707         (autoconf-current-defun-function): First skip to end of current word.
3709 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
3711         * calendar/cal-html.el (cal-html-insert-agenda-days):
3712         Fix typo.  (Bug#12018)
3714 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
3716         Shell processes: enhancements to startup and CEDET compatibility.
3717         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
3718         (python-shell-make-comint): accept-process-output at startup.
3719         (run-python-internal): Set inferior-python-mode-hook to nil.
3720         (python-shell-internal-get-or-create-process): call sit-for.
3721         (python-preoutput-result): Add obsolete alias.
3722         (python-shell-internal-send-string): Use it.
3723         (python-shell-send-setup-code): Remove call to
3724         accept-process-output.
3726 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
3728         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
3729         (Bug#12108)
3731 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
3733         * calc-mode.el (calc-basic-simplification-mode): Rename from
3734         `calc-limited-simplification-mode'.
3735         (calc-alg-simplification-mode): New function.
3736         (calc-set-simplify-mode): Adjust message.
3738         * calc.el (calc-set-mode-line): Adjust mode line display for
3739         basic simplification mode.
3741         * calc-help.el (calc-m-prefix-help): Update help message.
3743         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
3744         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
3746 2012-07-31  Bastien Guerry  <bzg@gnu.org>
3748         * man.el (man): Fix comment.  (bug#12101)
3750 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
3752         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3753         Don't return a non-nil value when no suitable buffer was found.
3755 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
3757         * progmodes/python.el (run-python-internal): Disable font lock for
3758         internal shells.
3760 2012-07-30  Stefan Merten  <smerten@oekonux.de>
3762         * textmodes/rst.el: Silence `checkdoc-ispell'.
3763         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3764         (rst-official-version, rst-official-cvs-rev)
3765         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
3766         (rst-mode-map): New key binding.
3768 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
3770         Update .PHONY listings in makefiles.
3771         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
3772         autoloads, update-subdirs, updates, bzr-update, update-authors,
3773         compile-onefile, compile-calc, backup-compiled-files,
3774         compile-after-backup, compile-one-process, mh-autoloads,
3775         bootstrap-clean, distclean, maintainer-clean.
3777 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
3779         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
3780         (calc-set-mode-line): Don't display "AlgSimp ".
3782         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
3783         (calc-lim-simplify-mode): New function.
3784         (calc-set-simplify-mode): Default to 'alg.
3785         (calc-default-simplify-mode): Make algebraic simplifications
3786         the default.
3788         * calc/calc-ext.el (calc-init-extensions): Remove binding for
3789         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
3791         * calc/calc-help.el (calc-m-prefix-help): Change messages to
3792         indicate new simplification modes.
3794         * calc/README: Mention new default simplification mode.
3796         * calc/calc.el (math-normalize-error): New variable.
3797         (math-normalize): Set `math-normalize-error' to t
3798         when there's an error.
3800         * calc/calc-alg.el (math-simplify): Don't simplify when
3801         `math-normalize' returns an error.
3803 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
3805         * international/mule-cmds.el (set-locale-environment): Revert last
3806         change, since display-graphic-p returns nil when this function is
3807         called during startup.  Instead...
3809         * term/w32console.el (terminal-init-w32console): ...setup the
3810         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
3812 2012-07-29  Juri Linkov  <juri@jurta.org>
3814         * simple.el (goto-line): Don't display default line number in the
3815         prompt because it should be displayed by `read-number' (bug#9952).
3816         Add the current line number to the defaults of `goto-line' to
3817         allow its easier modification by users with `M-n' (bug#9201).
3819         * subr.el (read-number): Support multiple default values like in
3820         other minibuffer reading functions.  Replace `read' with
3821         `string-to-number' for consistency with `number-to-string'.
3823 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
3825         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
3826         * emulation/viper-init.el (viper-deactivate-input-method-action):
3827         Rename from viper-inactivate-input-method-action.
3828         (viper-deactivate-input-method):
3829         Rename from viper-inactivate-input-method.
3830         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
3831         * international/mule-cmds.el (deactivate-input-method):
3832         Rename from inactivate-input-method.
3833         Also run input-method-deactivate-hook.
3834         (deactivate-current-input-method-function):
3835         Rename from inactivate-current-input-method-function.
3836         (input-method-deactivate-hook): New hook.
3837         (input-method-inactivate-hook): Mark obsolete.
3838         (inactivate-input-method): Mark obsolete.
3840         * international/quail.el (quail-activate):
3841         Also run quail-deactivate-hook.
3842         (quail-deactivate): Rename from quail-inactivate.
3843         * international/robin.el (robin-activate):
3844         Also run robin-deactivate-hook.
3845         (robin-deactivate): Rename from robin-inactivate.
3847 2012-07-29  Chong Yidong  <cyd@gnu.org>
3849         * simple.el (indicate-copied-region): New function.
3850         (kill-ring-save): Split off from here.
3852         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
3853         (kill-rectangle): Set deactivate-mark to t on read-only error.
3855         * register.el (copy-to-register, copy-rectangle-to-register):
3856         Deactivate the mark, and use indicate-copied-region (Bug#10056).
3857         (append-to-register, prepend-to-register): Call indicate-copied-region.
3859 2012-07-29  Juri Linkov  <juri@jurta.org>
3861         * simple.el (async-shell-command-buffer): New defcustom.
3862         (shell-command): Use it.  (Bug#4719)
3864 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
3866         * international/mule-cmds.el (set-locale-environment): In a
3867         console session on MS-Windows, set up keyboard and terminal
3868         encoding from the OEM codepage, not the ANSI codepage.
3869         (Bug#12055)
3871 2012-07-28  Chong Yidong  <cyd@gnu.org>
3873         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
3874         gdb-get-location.
3876 2012-07-28  Leo Liu  <sdl.web@gmail.com>
3878         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
3879         the alist (bug#12029).
3881 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
3883         * makefile.w32-in (custom-deps, finder-data, updates, compile)
3884         (compile-always, compile-first)
3885         ($(lisp)/calendar/cal-loaddefs.el)
3886         ($(lisp)/calendar/diary-loaddefs.el)
3887         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
3888         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
3889         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
3890         instead of on update-subdirs.
3891         (bootstrap-clean): Delete $(lisp)/subdirs.el.
3893 2012-07-28  Chong Yidong  <cyd@gnu.org>
3895         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
3896         directory if vc-deduce-backend returns nil (Bug#7350).
3898         * simple.el (delete-trailing-lines): New option.
3899         (delete-trailing-whitespace): Obey it (Bug#11879).
3901 2012-07-28  David Engster  <deng@randomsample.de>
3903         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
3904         Explanation of new 'symbol-qnames feature in doc-strings.
3905         (xml-maybe-do-ns): Return expanded names as plain symbols if
3906         'symbol-qnames was provided in XML-NS argument (Bug#11916).
3907         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
3909 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
3911         Consistent completion in inferior python with emacs -nw.
3912         * progmodes/python.el (inferior-python-mode): replace "<tab>"
3913         binding in inferior-python-mode-map with "\t".
3914         (python-shell-completion-complete-at-point)
3915         (python-completion-complete-at-point): Remove interactive spec.
3917 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
3919         * calc/calccomp.el (math-compose-expr): Undo previous change.
3921 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
3923         * progmodes/python.el (python-mode-map): Add keybinding for
3924         run-python.
3925         (python-shell-make-comint): Fix pop-to-buffer call.
3926         (run-python): Autoload.  New arg SHOW.
3927         (python-shell-get-or-create-process): Do not pop python process
3928         buffer.
3930 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
3932         * notifications.el (notifications-on-action-signal)
3933         (notifications-on-closed-signal): Use also the bus address for the map.
3934         (notifications-notify, notifications-close-notification)
3935         (notifications-get-capabilities): Add optional argument BUS.
3937 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
3939         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3940         Add support for the lstlisting and minted environments, and for the
3941         ctable macro.
3942         * textmodes/reftex.el (reftex-compile-variables): Also recognize
3943         labels written in keyvals syntax.
3945 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
3947         * calc/calccomp.el (math-compose-expr): Use parentheses when
3948         there is a product in the denominator of a fraction.
3950 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
3952         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3953         ($(lisp)/calendar/diary-loaddefs.el)
3954         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
3955         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
3956         Fixes failures in parallel bootstrap because subdirs.el is being
3957         rewritten while the autoload files are built at the same time,
3958         which needs to load subdirs.el.
3960 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
3962         * mouse.el (popup-menu): Fix doc-string and re-indent code.
3963         (mouse-drag-line): Don't exit tracking when a switch-frame or
3964         switch-window event occurs (Bug#12006).
3966 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3968         * mouse.el (popup-menu): Fix last change.
3970 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3972         Autoload from Lisp with more care.  Follow aliases when looking for
3973         function properties.
3974         * subr.el (autoloadp): New function.
3975         (symbol-file): Use it.
3976         (function-get): New function.
3977         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
3978         autoload-do-load.
3979         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
3980         (lisp-indent-function):
3981         * emacs-lisp/gv.el (gv-get):
3982         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
3983         * emacs-lisp/byte-opt.el (byte-optimize-form):
3984         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
3985         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
3986         Use function-get.
3987         * emacs-lisp/cl.el: Don't propagate function properties any more.
3989         * speedbar.el (speedbar-add-localized-speedbar-support):
3990         * emacs-lisp/disass.el (disassemble-internal):
3991         * desktop.el (desktop-load-file):
3992         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
3993         (describe-function-1):
3994         * emacs-lisp/find-func.el (find-function-noselect):
3995         * emacs-lisp/elp.el (elp-instrument-function):
3996         * emacs-lisp/advice.el (ad-has-proper-definition):
3997         * apropos.el (apropos-safe-documentation, apropos-macrop):
3998         * emacs-lisp/debug.el (debug-on-entry):
3999         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4000         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4001         * calc/calc.el (name): Use autoloadp & autoload-do-load.
4003 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
4005         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4006         function, not an obsolete variable (Bug#12046).
4008 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
4010         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
4012 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
4014         * emacs-lisp/pp.el (pp-display-expression): Select old selected
4015         window only if it is still live (Bug#12034).
4017 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
4019         * subr.el (redirect-frame-focus): Add advertised calling
4020         convention (Bug#12030).
4022 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
4024         Prefer typical American spelling for "acknowledgment".
4025         * vc/add-log.el (change-log-acknowledgment): Rename from
4026         change-log-acknowledgement, with an alias for the old name.
4028 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
4030         * calc-alg.el (math-simplify-divide): Don't cross multiply
4031         in an equation when the lhs is a variable.
4033 2012-07-24  Julien Danjou  <julien@danjou.info>
4035         * net/netrc.el (netrc-find-service-number, netrc-store-data):
4036         Remove, unused.
4038 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
4040         * startup.el (command-line): Don't display an empty user name in
4041         the error message about non-existent home directory, when
4042         init-file-user was set to an empty string.  See
4043         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4044         for the details and context.
4046 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4048         * ses.el (ses-cell-formula-aset): New macro.
4049         (ses-cell-references-aset): New macro.
4050         (ses-cell-p): New function.
4051         (ses-rename-cell): Do no longer rely on complex operations like
4052         ses-cell-set-formula or ses-set-cell to change the cell and handle
4053         the undo at the same time, but rather use lower level new macros
4054         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4055         the undo directly.  Refresh the mode line.
4057 2012-07-21  Leo Liu  <sdl.web@gmail.com>
4059         * progmodes/cc-cmds.el (c-defun-name):
4060         Use match-string-no-properties instead for consistency.
4062 2012-07-20  Leo Liu  <sdl.web@gmail.com>
4064         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4065         (Bug#7879)
4067         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4069 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4071         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4072         * progmodes/bug-reference.el, misearch.el: Provide themselves
4073         (bug#11915).
4075         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4076         of narrowed buffer (bug#11966).
4078 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4080         * ses.el (ses-rename-cell): Set new name also in reference list of
4081         cells of which the renamed cell depends.
4083 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
4085         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4086         to check whether menu-bar is shown or not.  If not shown,
4087         show the menu-bar as a popup menu instead of using tmm.
4088         * mouse.el (popup-menu): Accept `point' as `position' argument.
4090 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
4092         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4093         up inside string symbol literal (bug#11923).
4095 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
4097         * startup.el (fancy-startup-text): Read the whole tutorial, not
4098         just its first 256 bytes.  Prevents gibberish in display of the
4099         tutorial title.
4101 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
4103         Drop idle buffer compaction due to an absence of the
4104         proved efficiency.
4105         * compact.el: Remove.
4107 2012-07-19  Sam Steingold  <sds@gnu.org>
4109         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4110         vc-bzr-pull & vc-bzr-merge-branch.
4111         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4112         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4113         for consistency with compilation-error-regexp-alist.
4114         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4115         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4116         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4117         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4119 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4121         * emacs-lisp/chart.el: Use lexical-binding.
4122         (chart-emacs-storage): Don't hardcode the list of entries.
4124 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
4126         Next round of tweaks caused by Fgarbage_collect changes.
4127         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4129 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
4131         Compact buffers when idle.
4132         * compact.el: New file.
4134 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4136         * subr.el (eventp): Presume that if it looks vaguely like an event,
4137         it's an event (bug#10190).
4139 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
4141         Enhancements to ppss related code (thanks Stefan).
4142         * progmodes/python.el (python-indent-context)
4143         (python-indent-calculate-indentation, python-indent-dedent-line)
4144         (python-indent-electric-colon, python-nav-forward-block)
4145         (python-mode-abbrev-table)
4146         (python-info-assignment-continuation-line-p): Simplify checks
4147         for ppss context.
4148         (python-info-continuation-line-p): Cleanup.
4149         (python-info-ppss-context): Do not catch 'quote.
4150         (python-info-ppss-context-type)
4151         (python-info-ppss-comment-or-string-p): Simplify.
4153 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
4155         * progmodes/python.el: Enhancements to eldoc support.
4156         (python-info-current-symbol): New function.
4157         (python-eldoc-at-point): Use python-info-current-symbol.
4158         (python-info-current-defun): Fix cornercase on first defun scan.
4159         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4160         and signal error when no inferior python process is available.
4162 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
4164         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4165         assume it's always t.
4166         (vc-git-registered): Remove caching, the function is only called
4167         once.
4168         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4170 2012-07-18  Chong Yidong  <cyd@gnu.org>
4172         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4174         * simple.el (count-words): Report on narrowing (Bug#9959).
4176         * bindings.el: Bind M-= to count-words.
4178         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4180 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
4182         * progmodes/sh-script.el (sh-imenu-generic-expression):
4183         Capture a function with `function' keyword and without parentheses
4184         like "function FOO" (bug#11856).
4186 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
4188         * window.el (split-window-sensibly): Make WINDOW argument
4189         optional.
4191 2012-07-18  Chong Yidong  <cyd@gnu.org>
4193         * subr.el (keyboard-translate): Doc fix (Bug#7261).
4195         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4196         and make C-x 8 RET exit isearch (Bug#11439).
4198         * international/iso-transl.el: Move isearch-mode-map key
4199         definitions to isearch.el.
4201 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4203         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4204         (eieio-defclass): Use gv-define-setter when possible.
4206 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
4208         Reflect recent changes in Fgarbage_collect.
4209         * emacs-lisp/chart.el (chart-emacs-storage): Change to
4210         reflect new format of data returned by Fgarbage_collect.
4212 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
4214         New utility functions + python-info-ppss-context fix (Bug#11910).
4215         * progmodes/python.el (python-info-beginning-of-block-statement-p)
4216         (python-info-ppss-comment-or-string-p): New functions.
4217         (python-info-ppss-context): Small fix for string check.
4219 2012-07-17  Juri Linkov  <juri@jurta.org>
4221         * dired-aux.el (dired-do-async-shell-command): Doc fix.
4222         (dired-do-async-shell-command): Don't add `*' at the end of the
4223         command (Bug#11815).
4224         (dired-do-shell-command): Doc fix.
4225         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4226         Join the individual commands using either "&" or ";" as the
4227         separator depending on the values of these trailing characters.
4228         At the end re-add the trailing "&".  (Bug#10598)
4230         * simple.el (async-shell-command): Sync the interactive spec with
4231         `shell-command'.  Doc fix.
4232         (shell-command): Doc fix.
4234 2012-07-17  Juri Linkov  <juri@jurta.org>
4236         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
4238 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
4240         Final renames and doc fixes for movement commands (bug#11899).
4241         * progmodes/python.el (python-nav-beginning-of-statement):
4242         Rename from python-nav-statement-start.
4243         (python-nav-end-of-statement): Rename from
4244         python-nav-statement-end.
4245         (python-nav-beginning-of-block): Rename from
4246         python-nav-block-start.
4247         (python-nav-end-of-block): Rename from python-nav-block-end.
4249 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
4251         * progmodes/python.el (python-shell-send-string-no-output):
4252         Allow accept-process-output to quit, keeping shell process ready for
4253         future interactions (Bug#11868).
4255 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4257         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4259         * emacs-lisp/elint.el (elint-find-args-in-code):
4260         Use help-function-arglist, so as to handle lexical byte-code.
4262         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4263         change (bug#11826).
4265 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4267         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4268         Avoid spuriously marking the buffer as modified because of c-is-sws.
4270         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4271         as not-a-comment (bug#11946).
4273         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4274         for uninterned vars.
4276         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4277         Use read-event since we don't really want to read chars but bytes.
4279         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4280         $$..$$ but also $..$ using regexps (bug#11953).
4281         Use tex-verbatim for \url and \path.
4282         (tex-font-lock-keywords): Define as defconst like the others.
4283         (tex-common-initialization): Don't use font-lock-syntax-table any more.
4285 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
4287         * international/mule-cmds.el (ucs-insert): Make it an obsolete
4288         alias for insert-char.
4290 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
4292         * progmodes/python.el: Simplified imenu implementation.
4293         (python-nav-jump-to-defun): Remove command.
4294         (python-mode-map): Use `imenu' instead.
4295         (python-nav-list-defun-positions-cache)
4296         (python-imenu-include-defun-type, python-imenu-make-tree)
4297         (python-imenu-subtree-root-label, python-imenu-index-alist):
4298         Remove vars.
4299         (python-nav-list-defun-positions, python-nav-read-defun)
4300         (python-imenu-tree-assoc, python-imenu-make-element-tree)
4301         (python-imenu-make-tree, python-imenu-create-index):
4302         Remove functions.
4303         (python-mode): Update to interact with imenu by setting
4304         `imenu-extract-index-name-function' only.
4306 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
4308         * progmodes/python.el: Enhancements to navigation commands.
4309         (python-nav-backward-sentence)
4310         (python-nav-forward-sentence): Remove.
4311         (python-nav-backward-statement, python-nav-forward-statement)
4312         (python-nav-statement-start, python-nav-statement-end)
4313         (python-nav-backward-block, python-nav-forward-block)
4314         (python-nav-block-start, python-nav-block-end)
4315         (python-nav-forward-sexp-function)
4316         (python-info-current-line-comment-p)
4317         (python-info-current-line-empty-p): New functions.
4318         (python-indent-context): Use `python-nav-statement-start'.
4320 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
4322         * eshell/em-ls.el (eshell/ls): Use `apply'.
4324         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
4325         multi-hops, instead of Tramp internals.
4327         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
4329         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
4330         when F1 and F2 are located on different hosts.
4332 2012-07-14  Chong Yidong  <cyd@gnu.org>
4334         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4335         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
4336         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
4337         (xterm-mouse--read-event-sequence-1000)
4338         (xterm-mouse--read-event-sequence-1006): New functions.  For old
4339         mouse protocol, handle M-mouse-X events correctly.
4340         (xterm-mouse-event): New arg specifying mouse protocol.
4341         (turn-on-xterm-mouse-tracking-on-terminal)
4342         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
4343         sequence to toggle extended coordinates on newer XTerms.
4344         This appears to be harmless on terminals which do not support this.
4346 2012-07-14  Leo Liu  <sdl.web@gmail.com>
4348         Add fringe bitmap indicators for flymake.  (Bug#11253)
4349         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
4350         (flymake-make-overlay): New arg BITMAP.
4351         (flymake-error-bitmap, flymake-warning-bitmap)
4352         (flymake-fringe-indicator-position): New user variables.
4354         * fringe.el: New bitmap exclamation-mark.
4356 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
4358         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
4359         also (Bug#7879).
4361 2012-07-14  Chong Yidong  <cyd@gnu.org>
4363         * electric.el (electric-pair-post-self-insert-function): Fix pair
4364         insertion in empty-region case (Bug#11520).
4366 2012-07-14  Chong Yidong  <cyd@gnu.org>
4368         * bindings.el: Consolidate ctl-x-r-map bindings.
4369         Bind copy-rectangle-as-kill to C-x r w.
4371         * rect.el, register.el: Move bindings to bindings.el.
4373 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
4375         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
4377 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4379         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
4381 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
4383         * bindings.el (top): Use `mapc' instead of `mapcar'.
4385         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
4387 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
4389         * progmodes/sql.el (sql-comint): Suppress the check for program on
4390         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
4391         (Bug#11908)
4393 2012-07-13  Chong Yidong  <cyd@gnu.org>
4395         * bindings.el: Assign a non-nil permanent-local property to
4396         per-buffer variables which lack a default value (Bug#11930).
4398         * help-fns.el (describe-variable): In the "automatically becomes
4399         local" notice, take note of permanent-local variables.
4401 2012-07-13  Chong Yidong  <cyd@gnu.org>
4403         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
4404         to allow printing the message when called from Lisp.
4406         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4407         Remove toggle-read-only.
4409         * bs.el (bs-toggle-readonly):
4410         * buff-menu.el (Buffer-menu-toggle-read-only):
4411         Remove with-no-warnings around toggle-read-only.
4413         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
4414         Remove with-no-warnings around toggle-read-only.
4415         (ffap-read-only, ffap-read-only-other-window)
4416         (ffap-read-only-other-frame): Callers changed.
4418         * help-mode.el: Don't require view package.
4419         (help-mode-finish): Set buffer-read-only instead of calling
4420         toggle-read-only.
4422         * bindings.el (mode-line-toggle-read-only):
4423         * dired.el (dired-toggle-read-only):
4424         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
4425         with non-nil second arg.
4427         * emacs-lisp/eieio-custom.el (eieio-customize-object):
4428         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
4429         directly.
4431 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
4433         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
4434         not incf.
4436 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4438         More CL cleanups and reduction of use of cl.el.
4439         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
4440         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
4441         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
4442         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
4443         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
4444         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
4445         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
4446         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
4447         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
4448         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
4449         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
4450         * eshell/em-cmpl.el, eshell/em-banner.el:
4451         * calendar/parse-time.el: Use cl-lib.
4452         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
4453         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
4454         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
4455         * term/ns-win.el, term.el, shell.el, ps-samp.el:
4456         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
4457         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
4458         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
4459         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
4460         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
4461         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
4462         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
4463         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
4464         `lambda' rather than with `quote'.
4465         (eshell-do-opt): Adjust accordingly.
4466         (eshell-process-option): Simplify.
4467         * eshell/esh-var.el:
4468         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
4469         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
4470         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
4471         to `pcase--dontcare'.
4472         * emacs-lisp/cl.el (labels): Mark obsolete.
4473         (cl--letf, letf): Move to cl-lib.
4474         (cl--letf*, letf*): Remove.
4475         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
4476         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
4477         (cl-progv): Rewrite.
4478         (cl--letf, cl-letf): Move from cl.el.
4479         (cl-letf*): New macro.
4480         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
4482 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
4484         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
4486 2012-07-11  Chong Yidong  <cyd@gnu.org>
4488         * vc/log-edit.el (log-edit-vc-backend): New variable.
4489         (log-edit): Doc fix.
4491         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
4492         argument of log-edit to set up all local variables.
4493         (vc-start-logentry): New optional arg specifying VC backend.
4495         * vc/vc.el (vc-checkin): Use it.
4496         (vc-deduce-fileset): Handle Log Edit buffers.
4497         (vc-diff): Make first argument optional too.
4499         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
4501 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
4503         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
4504         command, just in case.  The function is not needed anymore.
4505         (eshell-external-command): Do not call `eshell-remote-command'.
4507 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4509         Reduce use of (require 'cl).
4510         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
4511         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
4512         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
4513         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
4514         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
4515         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
4516         * battery.el, avoid.el, abbrev.el: Use cl-lib.
4517         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
4518         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
4519         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
4520         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
4521         * calculator.el, autorevert.el, apropos.el: Don't require CL.
4522         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
4523         (byte-compile-unfold-bcf, byte-compile-check-variable):
4524         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4525         (byte-compile-nilconstp):
4526         * emacs-lisp/autoload.el (make-autoload): Use pcase.
4527         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
4529         * emacs-lisp/gv.el (cond): Make it a valid place.
4530         (if): Simplify slightly.
4532         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
4533         (pcase--self-quoting-p): New function.
4534         (pcase--u1): Use it.
4536 2012-07-10  Glenn Morris  <rgm@gnu.org>
4538         * emacs-lisp/authors.el (authors-fixed-entries):
4539         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
4541 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
4543         Rename configure.in to configure.ac (Bug#11603).
4544         * emacs-lisp/authors.el (authors-canonical-file-name):
4545         * progmodes/autoconf.el (autoconf-mode):
4546         Prefer configure.ac to configure.in.
4548 2012-07-08  Chong Yidong  <cyd@gnu.org>
4550         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
4551         Implement the mouse-1-click-follows-link handling properly.
4553         * info.el (Info-link-keymap): Use follow-link mechanism for
4554         header-line links (Bug#374).
4556         * simple.el (deactivate-mark): Do not set the primary selection
4557         if another program has acquired it (Bug#11772).
4559 2012-07-07  Kevin Ryde  <user42@zip.com.au>
4561         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
4562         (woman-decode-region): Replace escaped-escapes without destroying
4563         bold or underline (Bug#11552).
4564         (woman2-process-escapes): Handle nofill regions (Bug#11591).
4566 2012-07-07  Chong Yidong  <cyd@gnu.org>
4568         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
4569         (interprogram-cut-function, interprogram-paste-function):
4570         Mention that we typically mean the clipboard.
4572 2012-07-06  Glenn Morris  <rgm@gnu.org>
4574         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
4576         * files.el (toggle-read-only): Restrict message to interactive use.
4578 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
4580         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
4582         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
4584 2012-07-06  Glenn Morris  <rgm@gnu.org>
4586         * Makefile.in (compile-one-process): Rename from "recompile".
4588         * Makefile.in (bzr-update): "compile" is the same as "recompile
4589         autoloads", but parallelizable, so use that instead.
4591 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
4593         * window.el (quit-window): Always restore window height when
4594         it's saved in quit-restore parameter (Bug#11810).
4596 2012-07-06  Glenn Morris  <rgm@gnu.org>
4598         * simple.el (kill-whole-line): Doc tweak.
4600 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
4602         * files.el (file-relative-name): Compare file names
4603         case-insensitively if on MS-Windows or MS-DOS, or if
4604         read-file-name-completion-ignore-case is non-nil.  Don't use
4605         case-fold-search for this purpose.  (Bug#11827)
4607 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
4609         * calendar/cal-dst.el (calendar-current-time-zone):
4610         Return calendar-current-time-zone-cache if non-nil.
4612 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
4613 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
4615         * calendar/cal-dst.el (calendar-current-time-zone):
4616         Return calendar-current-time-zone-cache if non-nil.
4618 2012-07-06  Glenn Morris  <rgm@gnu.org>
4620         * Makefile.in (cvs-update): Remove old alias.
4622 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
4624         Sync with Tramp 2.2.6-pre.
4626         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
4627         compatible declaration.
4629         * net/tramp-cmds.el (tramp-append-tramp-buffers):
4630         Protect `list-load-path-shadows' call.
4632         * net/tramp-compat.el (top): Require packages, which aren't
4633         autoloaded anymore for XEmacs.  Protect call of
4634         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
4635         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
4636         it hurts at least for SXEmacs.
4637         (tramp-compat-temporary-file-directory): In XEmacs, there is no
4638         standard-value for `temporary-file-directory'.
4640         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
4641         Redirect stderr to /dev/null.
4642         (tramp-sh-handle-write-region): uid and gid can be floats.
4643         Reported by Russell Sim <russell.sim@gmail.com>.
4644         (tramp-sh-handle-vc-registered): Hide errors.
4645         (tramp-vc-file-name-handler): Use dummy results for `process-file'
4646         and `start-file-process'.
4647         (tramp-maybe-open-connection): Check also whether `non-essential'
4648         is bound.
4650 2012-07-04  Chong Yidong  <cyd@gnu.org>
4652         * xml.el (xml--parse-buffer): Use xml-syntax-table.
4653         (xml-parse-tag): Likewise, and avoid changing entity tables.
4654         (xml-syntax-table): Define from scratch, making sure not to give
4655         x2000 and other Unicode spaces whitespace syntax, since those are
4656         not spaces in XML.
4657         (xml-parse-fragment): Delete unused function.
4658         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
4659         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
4660         (xml-entity-ref, xml-pe-reference-re)
4661         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
4662         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
4663         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
4664         (xml-entity-value-re): Use syntax references in regexps where
4665         possible; no need to define inside a let-binding.
4666         (xml-parse-dtd): Use xml-pe-reference-re.
4667         (xml-entity-or-char-ref-re): New defconst.
4668         (xml-parse-string, xml-substitute-special): Use it.
4670 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4672         * files.el (locate-dominating-file): Allow `name' to be a predicate.
4673         (find-file--read-only): New function.
4674         (find-file-read-only, find-file-read-only-other-window)
4675         (find-file-read-only-other-frame): Use it.
4676         (insert-file-contents-literally): Don't `fset'.
4677         (get-free-disk-space): Use locate-dominating-file.
4679         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
4680         function is already compiled.
4682         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
4684 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
4686         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
4687         files on the same host.
4689 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
4691         * help-fns.el (describe-function-1): Only call
4692         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
4694 2012-07-03  Chong Yidong  <cyd@gnu.org>
4696         * xml.el: Protect parser against XML bombs.
4697         (xml-entity-expansion-limit): New variable.
4698         (xml-parse-string, xml-substitute-special): Use it.
4699         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
4701 2012-07-03  Glenn Morris  <rgm@gnu.org>
4703         * progmodes/bug-reference.el (bug-reference-bug-regexp):
4704         Allow linking to specific messages in debbugs reports (eg 123#5).
4706 2012-07-02  Chong Yidong  <cyd@gnu.org>
4708         * xml.el: Fix entity and character reference expansion, allowing
4709         them to expand into markup as per XML spec.
4710         (xml-default-ns): New variable.
4711         (xml-entity-alist): Use XML spec definitions for lt and amp.
4712         (xml-parse-region): Make first two arguments optional.
4713         Discard text properties.
4714         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
4715         All callers changed.
4716         (xml-parse-tag): Call xml-parse-tag-1.  For backward
4717         compatibility, this function should not modify buffer contents.
4718         (xml-parse-tag-1): Fix opening-tag regexp.
4719         (xml-parse-string): Rewrite, handling entity and character
4720         references properly.
4721         (xml--entity-replacement-text): Signal an error if a parameter
4722         entity is undefined.
4724 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4726         * comint.el (comint-output-filter): Filter out repeated prompts.
4728         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
4729         and file-name-absolute-p.
4730         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
4731         internal calls.
4733 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
4735         Spelling fixes.
4736         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
4737         Rename from byte-compile--refiy-function.  All uses changed.
4739 2012-07-01  Chong Yidong  <cyd@gnu.org>
4741         * xml.el (xml--parse-buffer): New function.  Move most of
4742         xml-parse-region here.
4743         (xml-parse-region): Copy region into a temporary buffer, since
4744         parameter entity substitution requires changing buffer contents.
4745         Use xml--parse-buffer.
4746         (xml-parse-file): Use xml--parse-buffer.
4747         (xml-parse-dtd): Make parameter entity substitution work right.
4748         Use proper regexps for ELEMENT declarations (Bug#7172).
4750 2012-06-30  Glenn Morris  <rgm@gnu.org>
4752         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
4754         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
4755         Remove outdated and unnecessary dbus declarations.
4757 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
4759         * emacs-lisp/timer.el (timer-until): Subtract results of
4760         float-time, instead of taking float-time of the result of
4761         time-subtract, since float-time signals an error for negative time
4762         arguments.
4764 2012-06-30  Chong Yidong  <cyd@gnu.org>
4766         * xml.el (xml-*-re): Convert defvars into defconsts, and
4767         eval-and-compile them so eval-and-compile works on derivatives.
4768         (xml--entity-replacement-text): Use eval-and-comple.
4770 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
4772         * vc/vc-git.el (vc-git-registered): Use cache property
4773         `git-registered'.
4774         (vc-git-mode-line-string): Call `vc-working-revision' instead of
4775         `vc-git-working-revision' in order to benefit from the cache.
4776         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
4778 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
4780         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
4781         removed (likely outside Emacs).  (Bug#11757)
4783 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4785         * emacs-lisp/cl-lib.el: Require macroexp.
4787 2012-06-30  Chong Yidong  <cyd@gnu.org>
4789         * xml.el: Implement XML parameter entities.
4790         (xml-parameter-entity-alist): New variable.
4791         (xml-parse-region, xml-parse-fragment): Preserve previous values
4792         of xml-entity-alist and xml-parameter-entity-alist, so that
4793         repeated calls on different documents do not change them.
4794         (xml-parse-tag): Fix doctype regexp.
4795         (xml--entity-replacement-text): New function.
4796         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
4797         properly requires url retrieval which is unimplemented.
4798         (xml-escape-string): Doc fix.
4800 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4802         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
4804 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
4806         * fringe.el (fringe-mode): Doc fix.
4808 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
4810         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
4811         is non-nil.
4812         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
4813         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
4815 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
4817         * calendar/cal-dst.el (calendar-current-time-zone):
4818         Return calendar-current-time-zone-cache if non-nil.
4820 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
4822         * progmodes/which-func.el (which-func-format):
4823         Add mouse-face.  (Bug#11698)
4825 2012-06-29  Leo Liu  <sdl.web@gmail.com>
4827         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
4829 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4831         * minibuffer.el (minibuffer-confirm-exit-commands):
4832         Add completion-at-point (bug#11725).
4834 2012-06-29  Glenn Morris  <rgm@gnu.org>
4836         * progmodes/f90.el (f90-font-lock-keywords-2):
4837         Add some preprocessor elements.  (Bug#10499)
4839 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4841         * progmodes/cperl-mode.el (cperl-update-syntaxification):
4842         Use syntax-propertize (bug#11739).
4844 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
4846         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
4848 2012-06-28  Julien Danjou  <julien@danjou.info>
4850         * term.el (term-handle-colors-array): Use a set of new faces to
4851         color the terminal.  Also uses :inverse-video property.
4852         (term-default-fg-color): Set to nil by default, deprecate in favor
4853         of `term-face'.
4854         (term-default-bg-color): Set to nil by default, deprecate in favor
4855         of `term-face'.
4856         (term-current-face): Use `term-face' by default.
4857         (term-bold-attribute): Variable deleted.
4859 2012-06-28  Glenn Morris  <rgm@gnu.org>
4861         * simple.el (completion-list-mode-finish):
4862         Don't use toggle-read-only.  (Since completion-list-mode has
4863         a special mode-class, it wasn't doing anything extra anyway.)
4865 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4867         Make inlining of other-mode interpreted functions work (bug#11799).
4868         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
4869         (byte-compile): Use it to fix compilation of lexical-binding closures.
4870         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
4871         function, if needed.
4873 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4875         * help-mode.el (help-make-xrefs): Don't just withstand
4876         cyclic-variable-indirection but any error in documentation-property.
4878         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
4879         memory use.
4880         * bindings.el (bindings--define-key): New function.
4881         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
4882         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
4883         * bindings.el: Use it to purecopy define-key bindings.
4885         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
4887         * emacs-lisp/cl.el (flet): Mark obsolete.
4888         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
4889         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
4890         * progmodes/js.el (js-c-fill-paragraph):
4891         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
4892         (ebrowse-switch-member-buffer-to-derived-class):
4893         * play/5x5.el (5x5-solver): Use cl-flet.
4895         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
4896         (cl--symbol-function): New macro.
4897         (cl--letf, cl--letf*): Use it.
4899         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4900         Strip "toggle-" if any.
4902 2012-06-27  Glenn Morris  <rgm@gnu.org>
4904         * info.el (Info-default-directory-list): Move here from paths.el.
4905         * paths.el: Remove file, which is now empty.
4906         * loadup.el: No longer load "paths".
4908         * custom.el (custom-initialize-delay): Doc fix.
4910         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4911         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4912         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4913         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4914         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4915         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
4916         * eshell/eshell.el (eshell-defgroup): Remove alias.
4918 2012-06-27  Chong Yidong  <cyd@gnu.org>
4920         * help.el (help-enable-auto-load): New variable.
4922         * help-fns.el (help-fns--autoloaded-p): New function.
4923         (describe-function-1): Refer to a function as "autoloaded" if it
4924         was autoloaded at any time in the past.  Perform autoloading if
4925         help-enable-auto-load is non-nil.
4927 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
4929         * makefile.w32-in (compile, compile-always): Depend on
4930         update-subdirs, not on subdirs.el.  Otherwise, several different
4931         sub-targets of 'bootstrap' running in parallel could
4932         simultaneously write to subdirs.el, producing a garbled file.
4934 2012-06-26  Sam Steingold  <sds@gnu.org>
4936         * files.el (file-name-base): New convenience function.
4937         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
4938         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
4939         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
4940         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
4941         * textmodes/ispell.el, textmodes/reftex-ref.el:
4942         * textmodes/tex-mode.el: Use it.
4943         Did not touch cedet and org because they are maintained elsewhere.
4945 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
4947         * calendar/calendar.el (calendar-exit): Don't try to delete or
4948         iconify last frame.  See:
4949         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
4951 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
4953         * server.el (server-process-filter): Remember dir in the
4954         process's `server-client-directory' properties.
4956 2012-06-24  Chong Yidong  <cyd@gnu.org>
4958         * xml.el (xml-parse-tag): Correctly handle comment embedded in
4959         non-tag text.
4961 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
4963         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
4965 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4967         * help-fns.el (describe-variable): Don't croak when doc is not found.
4968         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
4969         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
4970         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
4971         * emacs-lisp/smie.el (smie-next-sexp): CSE.
4972         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
4973         ((lambda ..) ..).
4974         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
4976 2012-06-23  Chong Yidong  <cyd@gnu.org>
4978         * info.el (Info-mouse-follow-link): Accept symbol values of
4979         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
4980         (Info-fontify-node): Use Info-link-keymap for all navigation
4981         buttons, with link-args property to perform the desired action.
4982         (Info-link-keymap): Doc fix.
4983         (Info-next-link-keymap, Info-prev-link-keymap)
4984         (Info-up-link-keymap): Delete now-unused keymaps.
4986 2012-06-23  Chong Yidong  <cyd@gnu.org>
4988         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
4990         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
4991         system abbrevs.
4993         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
4995 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4997         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
4998         (bug#11719).
5000         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5001         the requote function doesn't work properly (bug#11714).
5003 2012-06-23  Glenn Morris  <rgm@gnu.org>
5005         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5007 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5009         Further GV/CL cleanups.
5010         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5011         gv-expander.
5012         (gv--defun-declaration): New function.
5013         (defun-declarations-alist): Use it.
5014         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5015         (gv-place): Autoload.
5016         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5017         original definition of dotimes and dolist.
5018         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5019         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5020         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5021         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5022         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5023         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5024         to the function's definition.
5025         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5026         * window.el:
5027         * files.el:
5028         * faces.el:
5029         * env.el: Don't use CL.
5031 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
5033         Support higher-resolution time stamps (Bug#9000).
5035         * calendar/time-date.el (with-decoded-time-value): New arg
5036         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
5037         (encode-time-value): New optional arg PICO.  New type 3.
5038         (time-to-seconds) [!float-time]: Support the new picoseconds
5039         component if it's used.
5040         (seconds-to-time, time-subtract, time-add):
5041         Support ps-resolution time stamps as well.
5043         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
5044         (timerp): Timer vectors now have length 9, not 8.
5045         (timer--time): Support new-style (4-part) time stamps.
5046         (timer-next-integral-multiple-of-time): Time stamps now have
5047         picosecond resolution, so take a bit more care about rounding.
5048         (timer-relative-time, timer-inc-time): New optional arg psecs.
5049         (timer-set-time-with-usecs): Set psecs to 0.
5050         (timer--activate): Check psecs component, too.
5052         * proced.el (proced-time-lessp): Support ps-resolution stamps.
5054 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5056         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5057         Move the non-essential binding to the post/pre-command-hook where it is
5058         more obviously correct.
5060         * subr.el (read-passwd): Don't use a history at all.
5061         * savehist.el (savehist-save): Remove password saved accidentally
5062         because of the above bug.
5064 2012-06-22  Bastien Guerry  <bzg@gnu.org>
5066         * files.el (toggle-read-only): Display a message telling whether
5067         the buffer is read-only or not (bug#11726).
5069 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5071         * emacs-lisp/gv.el: New file.
5072         * subr.el (push, pop): Extend to generalized variables.
5073         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5074         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5075         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
5076         gv-define-simple-setter, and gv-define-expander.
5077         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
5078         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5079         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5080         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5081         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5082         gv-letplace.
5083         (cl-defstruct): Don't define setf-method any more.
5084         * emacs-lisp/cl.el (flet): Don't autoload.
5085         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5086         (define-setf-expander, defsetf, define-modify-macro)
5087         (cl-struct-setf-expander): Move from cl-lib.el.
5088         * emacs-lisp/syntax.el:
5089         * emacs-lisp/ewoc.el:
5090         * emacs-lisp/smie.el:
5091         * emacs-lisp/cconv.el:
5092         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5093         (timer--time): Use gv-define-simple-setter.
5094         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5095         to avoid coding-system problems in subr.el.  Adjust all users.
5096         (macroexp--maxsize, macroexp-small-p): New functions.
5097         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5098         * scroll-bar.el (scroll-bar-mode):
5099         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5100         (normal-erase-is-backspace-mode): Don't use the `eq' place.
5101         * winner.el (winner-configuration, winner-make-point-alist)
5102         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5103         * files.el (locate-file-completion-table): Avoid list*.
5105 2012-06-22  Chong Yidong  <cyd@gnu.org>
5107         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5108         (dired-create-files): Doc fix (Bug#11329).
5109         (dired-do-copy): Doc fix (Bug#11334).
5110         (dired-mark-read-string): Doc fix (Bug#11553).
5112         * dired.el (dired-recursive-copies, dired-recursive-deletes):
5113         Doc fix (Bug#11326).
5114         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
5115         (dired-dwim-target): Doc fix.
5117         * wdired.el (wdired-mode): Doc fix.
5119 2012-06-22  Glenn Morris  <rgm@gnu.org>
5121         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5122         (pcmpl-rpm-cache-stamp-file): New constant.
5123         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5124         (pcmpl-rpm-packages): Optionally cache list of packages.
5126         * pcmpl-rpm.el (pcmpl-rpm): New group.
5127         (pcmpl-rpm-query-options): New option.
5128         (pcmpl-rpm-packages): No need to inline it.
5129         Use pcmpl-rpm-query-options.
5131         * calendar/calendar.el (calendar-in-read-only-buffer):
5132         Avoid some needless mode changes.
5134 2012-06-21  Chong Yidong  <cyd@gnu.org>
5136         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5137         (desktop-path): Remove . from the default value (Bug#10977).
5138         (desktop-read): Use user-emacs-directory if desktop-path is nil.
5140 2012-06-20  Chong Yidong  <cyd@gnu.org>
5142         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5144 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
5146         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5147         (bug#11201).
5149 2012-06-20  Chong Yidong  <cyd@gnu.org>
5151         * term.el (term-window-width): Handle the case of a missing right
5152         fringe (Bug#8837).
5153         (term-check-size): Use window-text-height (Bug#5445).
5154         (term-mode): Use define-derived-mode.  Minor cleanups.
5155         Set font-lock-defaults (Bug#7692).
5156         (term-move-columns, term-insert-char, term-emulate-terminal)
5157         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
5159 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
5161         * net/ange-ftp.el (ange-ftp-get-passwd):
5162         Bind `enable-recursive-minibuffers'.
5163         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5165 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
5167         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5169 2012-06-19  Glenn Morris  <rgm@gnu.org>
5171         * progmodes/python.el (python-mode): Derive from prog-mode.
5173 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
5175         * emulation/edt.el (edt-default-menu-bar-update-buffers)
5176         (edt-user-menu-bar-update-buffers): New functions.
5177         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5179 2012-06-19  Chong Yidong  <cyd@gnu.org>
5181         * subr.el (with-selected-window): Preserve the selected window's
5182         terminal's top-frame (Bug#4702).
5184         * window.el (save-selected-window): Likewise.
5186 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5188         * progmodes/python.el (python-rx-constituents): Move backquote.
5189         (python-skeleton-define, python-define-auxiliary-skeleton):
5190         Use `declare'.
5192 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
5194         * minibuffer.el (read-file-name-default): Revert the patch from
5195         2012-06-17.
5197 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5199         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5200         (pcase--u1, pcase--q1): Don't use apply-partially.
5202 2012-06-18  Glenn Morris  <rgm@gnu.org>
5204         * progmodes/python.el (python-proc, python-buffer)
5205         (python-send-receive, python-send-string): Fix obsolete versions.
5207 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
5209         * window.el (special-display-p): Completely remove stringp
5210         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5212 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
5214         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5216         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5218         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5219         * net/tramp-sh.el (tramp-maybe-open-connection):
5220         Throw if `non-essential' is non-nil.
5222 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
5224         * window.el (special-display-p): Signal an error if BUFFER-NAME
5225         is not a string (Bug#11713).
5227 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
5229         * progmodes/python.el (python-info-beginning-of-backslash):
5230         Rename from python-info-beginning-of-backlash, as a spelling fix.
5232 2012-06-17  Chong Yidong  <cyd@gnu.org>
5234         * term.el (term-emulate-terminal): If term-check-size is called,
5235         move point to the process mark without resetting point (Bug#4635).
5237 2012-06-17  Glenn Morris  <rgm@gnu.org>
5239         * international/mule-cmds.el (mule-menu-keymap)
5240         (set-language-environment, set-locale-environment): Doc tweaks.
5242 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
5244         * cus-face.el (custom-face-attributes): Add wave-style underline
5245         attribute.
5246         * faces.el (set-face-attribute): Update docstring to describe
5247         wave-style underline attribute.
5249 2012-06-16  Chong Yidong  <cyd@gnu.org>
5251         * term/xterm.el (terminal-init-xterm): Discard input before
5252         querying background mode (Bug#10959).
5254 2012-06-16  Stefan Merten  <smerten@oekonux.de>
5256         * textmodes/rst.el: Added and corrected some comments.
5257         (rst-re-alist-def): Improve symbol syntax.
5258         (rst-mode-syntax-table): Correct syntax entries.
5259         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5260         (rst-official-version, rst-official-cvs-rev): Update version
5261         information.
5263 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
5265         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5266         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5268 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
5270         * progmodes/python.el: New python.el merge.
5271         (python-guess-indent): Obsolete var.
5272         (python-indent-guess-indent-offset): New defcustom.
5273         (python-indent): Obsolete var.
5274         (python-indent-offset): New defcustom.
5275         (python-python-command, python-jython-command): Delete var.
5276         (python-shell-interpreter): New defcustom.
5277         (python-pdbtrack-do-tracking-p): Delete var.
5278         (python-pdbtrack-activate): New defcustom.
5279         (python-use-skeletons): Obsolete var.
5280         (python-skeleton-autoinsert): New defcustom.
5281         (inferior-python-filter-regexp, python-continuation-offset)
5282         (python-honour-comment-indentation, python-indent-string-contents)
5283         (python-jython-packages, python-mode-hook)
5284         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5285         (python-shell-prompt-alist)
5286         (python-source-modes): Delete defcustoms.
5287         (python-check-buffer-name, python-eldoc-setup-code)
5288         (python-eldoc-string-code, python-ffap-setup-code)
5289         (python-ffap-string-code, python-fill-comment-function)
5290         (python-fill-decorator-function, python-fill-paren-function)
5291         (python-fill-string-function, python-imenu-include-defun-type)
5292         (python-imenu-make-tree, python-imenu-subtree-root-label)
5293         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5294         (python-shell-compilation-regexp-alist)
5295         (python-shell-completion-module-string-code)
5296         (python-shell-completion-pdb-string-code)
5297         (python-shell-completion-setup-code)
5298         (python-shell-completion-string-code)
5299         (python-shell-enable-font-lock, python-shell-exec-path)
5300         (python-shell-extra-pythonpaths)
5301         (python-shell-internal-buffer-name, python-shell-interpreter-args)
5302         (python-shell-process-environment)
5303         (python-shell-prompt-block-regexp)
5304         (python-shell-prompt-output-regexp)
5305         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5306         (python-shell-send-setup-max-wait, python-shell-setup-codes)
5307         (python-shell-virtualenv-path): New defcustoms.
5308         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5309         (inferior-python-mode-syntax-table, python--prompt-regexp)
5310         (python-buffer, python-command python-python-command)
5311         (python-default-template, python-imports, python-indent-index)
5312         (python-indent-list, python-indent-list-length)
5313         (python-mode-running, python-pdbtrack-is-tracking-p)
5314         (python-preoutput-continuation, python-preoutput-leftover)
5315         (python-preoutput-result, python-preoutput-skip-next-prompt)
5316         (python-prev-dir/file, python-recursing)
5317         (python-saved-check-command, python-version-checked)
5318         (python-which-func-length-limit)
5319         (view-return-to-alist): Delete vars.
5320         (python-check-custom-command, python-dotty-syntax-table)
5321         (python-imenu-index-alist, python-indent-current-level)
5322         (python-indent-dedenters, python-indent-levels)
5323         (python-nav-beginning-of-defun-regexp)
5324         (python-nav-list-defun-positions-cache)
5325         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
5326         (python-shell-internal-buffer)
5327         (python-skeleton-available): New vars.
5328         (def-python-skeleton): Delete macro.
5329         (python-skeleton-define): New macro.
5330         (python-define-auxiliary-skeleton, python-rx): New macros.
5331         (python-insert-class): Delete command.
5332         (python-skeleton-class): New command.
5333         (python-insert-def): Delete command.
5334         (python-skeleton-def): New command.
5335         (python-insert-for): Delete command.
5336         (python-skeleton-for): New command.
5337         (python-insert-if): Delete command.
5338         (python-skeleton-if): New command.
5339         (python-insert-try/except, python-insert-try/finally): Delete commands.
5340         (python-skeleton-try): New command.
5341         (python-insert-while): Delete command.
5342         (python-skeleton-while): New command.
5343         (python-backspace): Delete command.
5344         (python-indent-dedent-line-backspace): New command.
5345         (python-electric-colon): Delete command.
5346         (python-indent-electric-colon): New command.
5347         (python-guess-indent): Delete command.
5348         (python-indent-guess-indent-offset): New command.
5349         (python-shift-left): Delete command.
5350         (python-indent-shift-left): New command.
5351         (python-shift-right): Delete command.
5352         (python-indent-shift-right): New command.
5353         (python-find-function): Delete command.
5354         (python-nav-jump-to-defun): New command.
5355         (python-next-statement): Delete command.
5356         (python-nav-forward-sentence): New command.
5357         (python-previous-statement): Delete command.
5358         (python-nav-backward-sentence): New command.
5359         (python-fill-paragraph): Delete command.
5360         (python-fill-paragraph-function): New command.
5361         (python-send-buffer): Delete command.
5362         (python-shell-send-buffer): New command.
5363         (python-send-defun): Delete command.
5364         (python-shell-send-defun): New command.
5365         (python-send-region, python-send-region-and-go): Delete commands.
5366         (python-shell-send-region)
5367         (python-shell-switch-to-shell): New commands.
5368         (python-send-string): Delete command.
5369         (python-shell-send-string): New command.
5370         (python-switch-to-python): Delete command.
5371         (python-shell-switch-to-shell): New command.
5372         (python-describe-symbol): Delete command.
5373         (python-eldoc-at-point): New command.
5374         (python--set-prompt-regexp, python-args-to-list)
5375         (python-after-info-look, python-check-version)
5376         (python-check-comint-prompt, python-find-imports)
5377         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
5378         (python-unload-function, python-expand-template)
5379         (python-maybe-jython, python-preoutput-filter)
5380         (python-pdbtrack-get-source-buffer)
5381         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
5382         (python-pdbtrack-toggle-stack-tracking)
5383         (python-pdbtrack-track-stack-file, python-initial-text)
5384         (python-first-word, python-comment-line-p, python-send-command)
5385         (python-setup-brm, python-sentinel, python-set-proc)
5386         (python-skip-out, python-input-filter, python-outdent-p)
5387         (python-outline-level, python-backslash-continuation-line-p)
5388         (python-end-of-block, python-end-of-statement, python-mark-block)
5389         (python-beginning-of-block, python-beginning-of-statement)
5390         (python-blank-line-p, python-beginning-of-string)
5391         (python-open-block-statement-p): Delete functions.
5392         (python-indent-line, python-indent-line-1): Delete functions.
5393         (python-indent-line): New function.
5394         (python-indentation-levels): Delete function.
5395         (python-indent-calculate-levels): New function.
5396         (python-proc): Delete function.
5397         (python-shell-get-process): New function.
5398         (python-send-receive): Delete function.
5399         (python-shell-send-string-no-output): New function.
5400         (python-module-path): Delete function.
5401         (python-ffap-module-path): New function.
5402         (python-completion-at-point)
5403         (python-symbol-completions): Delete functions.
5404         (python-completion-complete-at-point): New function.
5405         (python-load-file): Delete function.
5406         (python-shell-send-file): New function.
5407         (python-calculate-indentation): Delete function.
5408         (python-indent-calculate-indentation): New function.
5409         (python-skip-comments/blanks): Delete function.
5410         (python-util-forward-comment): New function.
5411         (python-continuation-line-p): Delete function.
5412         (python-info-continuation-line-p): New function.
5413         (python-which-func, python-current-defun): Delete function.
5414         (python-info-current-defun): New function.
5415         (python-beginning-of-defun): Delete function.
5416         (python-nav-beginning-of-defun): New function.
5417         (python-close-block-statement-p)
5418         (python-block-end-p): Delete function.
5419         (python-info-closing-block): New function.
5420         (python-comint-output-filter-function)
5421         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
5422         (python-fill-comment, python-fill-decorator, python-fill-paren)
5423         (python-fill-string, python-imenu-make-element-tree)
5424         (python-imenu-make-tree, python-imenu-tree-assoc)
5425         (python-indent-context, python-indent-dedent-line)
5426         (python-indent-line-function)
5427         (python-indent-post-self-insert-function)
5428         (python-indent-toggle-levels)
5429         (python-info-assignment-continuation-line-p)
5430         (python-info-beginning-of-backlash)
5431         (python-info-block-continuation-line-p)
5432         (python-info-closing-block-message)
5433         (python-info-line-ends-backslash-p)
5434         (python-info-looking-at-beginning-of-defun)
5435         (python-info-ppss-context, python-info-ppss-context-type)
5436         (python-nav-list-defun-positions, python-nav-read-defun)
5437         (python-nav-sentence-end, python-nav-sentence-start)
5438         (python-pdbtrack-comint-output-filter-function)
5439         (python-pdbtrack-set-tracked-buffer)
5440         (python-shell-calculate-exec-path)
5441         (python-shell-calculate-process-environment)
5442         (python-shell-completion--do-completion-at-point)
5443         (python-shell-completion--get-completions)
5444         (python-shell-completion-complete-at-point)
5445         (python-shell-completion-complete-or-indent)
5446         (python-shell-get-or-create-process)
5447         (python-shell-get-process-name)
5448         (python-shell-internal-get-or-create-process)
5449         (python-shell-internal-get-process-name)
5450         (python-shell-internal-send-string, python-shell-make-comint)
5451         (python-shell-parse-command, python-shell-send-setup-code)
5452         (python-skeleton-add-menu-items)
5453         (python-util-clone-local-variables, python-util-position)
5454         (run-python-internal, python-indentation-levels)
5455         (python-nav-beginning-of-defun)
5456         (python-completion-complete-at-point): New functions.
5457         (run-python): Change arguments.  New API requirements.
5459 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5461         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
5462         (bug#11649).
5464         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
5465         (macroexp--expand-all): Use it.
5467         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
5468         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
5469         Use `cl-function' instead.
5471 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
5473         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
5474         Suggested by Stefan Monnier while discussing bug#11657.
5476 2012-06-14  Sam Steingold  <sds@gnu.org>
5478         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
5480 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
5482         * play/doctor.el (doctor-doc): Remove parameter and use
5483         doctor-sent instead of sent.
5484         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
5486 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5488         * files.el: Require cl-lib.
5489         (file-name-non-special): Replace case -> cl-case.
5491         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
5493         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
5494         mapping from #' to function*.
5496 2012-06-13  Chong Yidong  <cyd@gnu.org>
5498         * mouse.el (mouse-drag-track): Do not set the mark if the user
5499         releases the mouse without selecting anything (Bug#11588).
5501 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5503         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
5504         as well (bug#11646).
5506         * loadup.el: Count byte-code functions as well.
5508         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
5509         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
5511         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
5512         (bug#11649).  Add cl-defun and cl-defmacro.
5514 2012-06-13  Drew Adams  <drew.adams@oracle.com>
5516         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5517         Fix last change.
5519 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
5521         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
5522         Otherwise, it blocks in batch mode.
5524 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
5526         * help-mode.el (bookmark-make-record-default): Declare.
5528 2012-06-13  Chong Yidong  <cyd@gnu.org>
5530         * emacs-lisp/package.el (list-packages): Compute a list of
5531         packages that are newly-available since the last list-packages
5532         invocation.
5533         (package-menu--new-package-list): New var.
5534         (package-menu--generate, package-menu--print-info)
5535         (package-menu--status-predicate, package-menu-mark-install):
5536         Handle new status label "new".
5538 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5540         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
5541         conversion to backquotes.
5543 2012-06-12  Chong Yidong  <cyd@gnu.org>
5545         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
5546         Rename from gud-inhibit-global-bindings.
5548         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
5550         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
5551         hook from nxml-glyph-set-hook.
5553         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
5554         declaration.
5556         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
5558         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
5559         Convert to defcustom.
5561 2012-06-12  Drew Adams  <drew.adams@oracle.com>
5563         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5564         New functions.
5565         (help-mode): Use them.
5567 2012-06-11  Glenn Morris  <rgm@gnu.org>
5569         * progmodes/fortran.el (fortran-font-lock-keywords-3):
5570         Use preprocessor face for directives.
5571         (fortran-directive-re): Doc fix.
5573 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5575         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
5576         conversion to backquotes (bug#11652).
5578         Fix compiler-expansion of CL's cXXr functions (bug#11673).
5579         * emacs-lisp/cl-lib.el (cl--defalias): New function.
5580         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
5581         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
5582         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5583         (cl-ninth, cl-tenth): Mark them as inlinable.
5584         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
5585         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
5586         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
5587         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
5588         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
5589         (cl-list*, cl-adjoin): Don't put an autoload manually.
5590         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
5591         (cl--compiler-macro-list*): Add autoload cookie.
5592         (cl--compiler-macro-cXXr): New function.
5594         * help-fns.el (help-fns--compiler-macro): New function extracted from
5595         describe-function-1; follow aliases and use `compiler-macro' property.
5596         (describe-function-1): Use it.
5598 2012-06-11  Chong Yidong  <cyd@gnu.org>
5600         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
5601         is uninstalled, if imagemagick is installed.
5603 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5605         * emacs-lisp/cl-lib.el: Use lexical-binding.
5606         (cl-map-extents, cl-maclisp-member): Remove.
5607         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
5608         (cl--set-substring, cl--block-wrapper, cl--block-throw)
5609         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
5610         * emacs-lisp/cl-extra.el: Use lexical-binding.
5611         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
5612         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
5613         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
5614         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
5615         * emacs-lisp/cl-seq.el: Use lexical-binding.
5616         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
5617         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
5618         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
5619         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
5620         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
5621         CL's internals.
5623 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
5625         Sync with Tramp 2.2.6-pre.
5627         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
5628         `print-length' and `print-level' to nil, in order to avoid
5629         truncation.  Reported by Christopher Schmidt
5630         <christopher@ristopher.com>.
5632         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
5634         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
5635         New defmacro.
5636         (tramp-compat-copy-directory): Add optional argument
5637         COPY-CONTENTS.  It is not handled yet.
5639         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
5640         (tramp-ftp-file-name-p): Simplify.
5642         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
5643         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
5644         connection vector.
5646         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
5647         (tramp-methods): Do not use `tramp-password-end-of-line'.
5648         (tramp-completion-function-alist-putty): Handle UNIX case.
5649         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
5650         (tramp-do-file-attributes-with-stat)
5651         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
5652         gid as real numbers.  They could run out of integer range on cygwin.
5653         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
5654         (tramp-sh-handle-expand-file-name): Handle hops.
5655         (tramp-open-connection-setup-interactive-shell):
5656         Use `tramp-cleanup'.  Move check for busyboxes ...
5657         (tramp-find-shell): ... here.  Simplify implementation.
5658         Set "remote-shell" property also for alternative shells.
5659         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
5660         If failing, a regular file would be written otherwise.
5661         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
5662         (tramp-find-inline-encoding): Cache the coding commands in the
5663         process cache.  Apply test command on the remote side, if defined.
5664         (tramp-find-inline-compress): Cache the compress commands in the
5665         process cache.
5666         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
5667         when requested.  Handle hops.
5668         (tramp-current-connection): New defvar.
5669         (tramp-maybe-open-connection): Use `tramp-cleanup'.
5670         Throw `suppress', if there was a failed connection shortly before.
5671         Handle user interrupt.  (Bug#10187)
5672         (tramp-get-inline-compress, tramp-get-inline-coding):
5673         Read connection properties from the process cache.
5675         * net/tramp-smb.el (tramp-smb-server-version)
5676         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
5677         New defconsts.
5678         (tramp-smb-prompt): Extend for powershell prompt.
5679         (tramp-smb-file-name-handler-alist): Add handlers for
5680         `process-file', `shell-command' and `start-file-process'.
5681         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
5682         (tramp-smb-winexe-shell-command-switch): New defcustoms.
5683         (tramp-smb-file-name-p): Simplify.
5684         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
5685         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
5686         (tramp-smb-shell-quote-argument): New defuns.
5687         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
5688         Implement using "tar".  By this, time-stamps are preserved.
5689         (tramp-smb-handle-copy-file): Handle also the case of directories.
5690         (tramp-smb-do-file-attributes-with-stat)
5691         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
5692         Use `tramp-get-connection-buffer').
5693         (tramp-smb-handle-rename-file): Use "rename", when source and
5694         target are on the same share.
5695         (tramp-smb-maybe-open-connection): Handle wrong passwords.
5696         Use `tramp-smb-server-version'.
5697         (tramp-smb-wait-for-output): Remove prompt.
5699         * net/tramp.el (top): Require 'cl.
5700         (tramp-methods, tramp-rsh-end-of-line):
5701         Remove `tramp-password-end-of-line' from docstring.
5702         (tramp-save-ad-hoc-proxies): New defcustom.
5703         (tramp-completion-function-alist): Adapt docstring.
5704         (tramp-default-password-end-of-line): Remove defcustom.
5705         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
5706         (tramp-user-regexp, tramp-file-name-regexp-unified)
5707         (tramp-file-name-regexp-url): Extend regexp by hop separator.
5708         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
5709         (tramp-remote-file-name-spec-regexp): New defconst.
5710         (tramp-file-name-structure): Extend structure for hops.
5711         (tramp-get-method-parameter): Move up.
5712         (tramp-file-name-p, tramp-dissect-file-name)
5713         (with-parsed-tramp-file-name): Handle hops.
5714         (tramp-file-name-hop): New defun.
5715         (tramp-make-tramp-file-name): New optional arg HOP.
5716         (tramp-message-show-progress-reporter-message): New defvar.
5717         (tramp-with-progress-reporter): Use it.  We cannot use
5718         `tramp-message-show-message' here, because this suppresses also
5719         error buffers.
5720         (tramp-error-with-buffer): Suppress buffer view, if
5721         `tramp-message-show-message' is nil.
5722         Use `tramp-get-connection-buffer'.
5723         (tramp-cleanup): New defun.
5724         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
5725         (tramp-file-name-handler): If `debug-on-error' is set, propagate
5726         an error unchanged.
5727         (tramp-completion-handle-file-name-all-completions): Handle hops.
5728         Fix an error when called from ido.
5729         (tramp-completion-dissect-file-name): Use better local variable
5730         name.  Add hop to the vector.
5731         (tramp-handle-insert-file-contents): Use progress-reporter for the
5732         whole scenario.
5733         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
5734         to `t'.
5735         (tramp-check-for-regexp): Simplify search.
5736         (tramp-enter-password): Remove it.  Move implementation ...
5737         (tramp-action-password): ... here.
5738         (tramp-mode-string-to-int, tramp-local-host-p)
5739         (tramp-make-tramp-temp-file, tramp-read-passwd)
5740         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
5741         Set tramp-autoload cookie.
5743         * net/trampver.el: Update release number.
5745 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5746             Michael Albinus  <michael.albinus@gmx.de>
5748         * net/tramp.el (tramp-set-completion-function): Fix docstring.
5749         (tramp-parse-group, tramp-parse-file)
5750         (tramp-parse-shostkeys-sknownhosts): New defuns.
5751         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
5752         (tramp-parse-shosts-group, tramp-parse-sconfig)
5753         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
5754         (tramp-parse-sknownhosts, tramp-parse-hosts)
5755         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
5756         Use them.
5757         (tramp-parse-passwd-group, tramp-parse-netrc-group)
5758         (tramp-parse-putty-group): Don't narrow.
5759         (tramp-parse-putty): Make a loop.
5760         (tramp-file-name-handler): Catch the `suppress' signal.
5762 2012-06-11  Chong Yidong  <cyd@gnu.org>
5764         * image.el (imagemagick-register-types): Put the ImageMagick entry
5765         at the end of image-type-file-name-regexps.
5767 2012-06-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
5769         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
5770         (pcase, pcase-let*, pcase-dolist): Use them.
5772 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5774         * emacs-lisp/pcase.el (pcase--let*): New function.
5775         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
5776         (pcase--expand): Use macroexp-let².
5778 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5780         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
5781         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
5782         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
5783         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
5784         * emacs-lisp/derived.el: Use pcase instead of `cl'.
5785         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
5787 2012-06-10  Glenn Morris  <rgm@gnu.org>
5789         * mail/rmail.el (rmail-yank-current-message): Leave point at
5790         correct position.  (Bug#11660)
5792 2012-06-10  Chong Yidong  <cyd@gnu.org>
5794         * allout-widgets.el: Fix code header.
5796 2012-06-10  Chong Yidong  <cyd@gnu.org>
5798         * cus-edit.el (customize-changed-options-previous-release):
5799         Bump to 24.1.
5801 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
5803         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
5805 2012-06-09  Chong Yidong  <cyd@gnu.org>
5807         * ebuff-menu.el (electric-buffer-list): Preserve header line.
5809 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
5811         * window.el (special-display-popup-frame): Don't use
5812         window--display-buffer (Bug#11651).
5814 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
5816         Fix parallel builds: make sure loaddefs.el is not being written
5817         while Lisp files are compiled.
5818         (compile): Don't depend on 'mh-autoloads'.
5819         (compile-CMD, compile-SH): Depend on 'autoloads'.
5820         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
5822         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
5824 2012-06-09  Chong Yidong  <cyd@gnu.org>
5826         * face-remap.el (face-remap-add-relative, face-remap-set-base)
5827         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
5828         Doc fixes (Bug#11225).
5830 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5832         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
5833         a function if there's a clear indication that it has a compiler-macro.
5834         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
5835         (macro-declarations-alist): Add arglist to declaration functions.
5836         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
5837         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
5838         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
5839         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
5840         Also add autoload to find the compiler macro.
5841         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
5842         (cl--compiler-macro-member, cl--compiler-macro-assoc)
5843         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
5844         (cl--compiler-macro-get): New functions, replacing calls to
5845         cl-define-compiler-macro.
5846         (cl-typep) [compiler-macro]: Use macroexp-let².
5848 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
5850         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
5851         string properly, fixes Bug#11473.
5853 2012-06-08  Chong Yidong  <cyd@gnu.org>
5855         * faces.el (set-face-attribute): Doc fix.
5856         (modify-face): Don't use :bold and :italic.
5857         (error, warning, success): Tweak definitions.
5859         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
5860         (custom-modified, custom-set, custom-changed, custom-themed)
5861         (custom-saved, custom-button, custom-button-mouse)
5862         (custom-button-pressed, custom-state, custom-comment-tag)
5863         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
5864         (custom-group-subtitle): Use new-style face specs.
5865         (custom-invalid-face, custom-rogue-face, custom-modified-face)
5866         (custom-set-face, custom-changed-face, custom-saved-face)
5867         (custom-button-face, custom-button-pressed-face)
5868         (custom-documentation-face, custom-state-face)
5869         (custom-comment-face, custom-comment-tag-face)
5870         (custom-variable-tag-face, custom-variable-button-face)
5871         (custom-face-tag-face, custom-group-tag-face-1)
5872         (custom-group-tag-face): Remove obsolete face alias.
5874         * epa.el (epa-validity-high, epa-validity-medium)
5875         (epa-validity-low, epa-mark, epa-field-name, epa-string)
5876         (epa-field-name, epa-field-body):
5877         * font-lock.el (font-lock-comment-face, font-lock-string-face)
5878         (font-lock-keyword-face, font-lock-builtin-face)
5879         (font-lock-function-name-face, font-lock-variable-name-face)
5880         (font-lock-type-face, font-lock-constant-face):
5881         * ido.el (ido-first-match, ido-only-match, ido-subdir)
5882         (ido-virtual, ido-indicator, ido-incomplete-regexp):
5883         * speedbar.el (speedbar-button-face, speedbar-file-face)
5884         (speedbar-directory-face, speedbar-tag-face)
5885         (speedbar-selected-face, speedbar-highlight-face)
5886         (speedbar-separator-face):
5887         * whitespace.el (whitespace-newline, whitespace-space)
5888         (whitespace-hspace, whitespace-tab, whitespace-trailing)
5889         (whitespace-line, whitespace-space-before-tab)
5890         (whitespace-space-after-tab, whitespace-indentation)
5891         (whitespace-empty):
5892         * emulation/cua-base.el (cua-global-mark):
5893         * eshell/em-prompt.el (eshell-prompt):
5894         * net/newst-plainview.el (newsticker-new-item-face)
5895         (newsticker-old-item-face, newsticker-immortal-item-face)
5896         (newsticker-obsolete-item-face, newsticker-date-face)
5897         (newsticker-statistics-face, newsticker-default-face):
5898         * net/newst-reader.el (newsticker-feed-face)
5899         (newsticker-extra-face, newsticker-enclosure-face):
5900         * net/newst-treeview.el (newsticker-treeview-face)
5901         (newsticker-treeview-new-face, newsticker-treeview-old-face)
5902         (newsticker-treeview-immortal-face)
5903         (newsticker-treeview-obsolete-face)
5904         (newsticker-treeview-selection-face):
5905         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
5906         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
5907         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
5908         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
5909         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
5910         (nxml-outline-active-indicator, nxml-outline-ellipsis):
5911         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5912         (mpuz-text):
5913         * progmodes/vera-mode.el (vera-font-lock-number)
5914         (vera-font-lock-function, vera-font-lock-interface):
5915         * textmodes/table.el (table-cell): Use new-style face specs, and
5916         don't use the old :bold and :italic attributes.
5918         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5919         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
5920         (ebrowse-member-class, ebrowse-progress): Likewise.
5921         (ebrowse-tree-mark-face, ebrowse-root-class-face)
5922         (ebrowse-file-name-face, ebrowse-default-face)
5923         (ebrowse-member-attribute-face, ebrowse-member-class-face)
5924         (ebrowse-progress-face): Remove obsolete faces.
5926         * progmodes/flymake.el (flymake-errline, flymake-warnline):
5927         Inherit from error and warning faces respectively.
5929         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5930         Likewise.
5931         (flyspell-incorrect-face, flyspell-duplicate-face):
5932         Remove obsolete aliases.
5934 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
5936         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
5937         Avoid infloop.
5939 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5941         * startup.el (argv, argi): Make lexically scoped.
5942         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
5943         * emacs-lisp/cl-macs.el: Use lexical-binding.
5944         Rename cl-bind-* to cl--bind-*.
5945         * files.el: Don't require `cl' since it doesn't use it.
5946         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
5948 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
5950         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
5951         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
5952         instead of calling external sort utility.
5953         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
5955 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
5957         * descr-text.el (describe-char): Mention how to insert the
5958         character, if the current input method doesn't support it.
5959         See the discussion in this thread for the details:
5960         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
5962 2012-06-08  Sam Steingold  <sds@gnu.org>
5964         * bindings.el (global-map): Bind XF86Forward to next-buffer and
5965         XF86Back to previous-buffer.
5966         (minibuffer-local-map): Bind them to next-history-element and
5967         previous-history-element respectively.
5968         * help-mode.el (help-mode-map): Bind them to help-go-forward and
5969         help-go-back respectively.
5970         * info.el (Info-mode-map): Bind them to Info-history-forward and
5971         Info-history-back respectively.
5972         These are the keys next to Up on the ThinkPad keyboard.
5974 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5976         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
5977         * emacs-lisp/cl-macs.el: Provide itself.
5978         (cl--labels-convert-cache): New var.
5979         (cl--labels-convert): New function.
5980         (cl-flet, cl-labels): New implementation with new semantics, relying on
5981         lexical-binding.
5982         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
5983         (cl-closure-vars, cl--function-convert-cache)
5984         (cl--function-convert): Move from cl-macs.el.
5985         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
5986         rename by removing the "cl-" prefix.
5987         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
5989 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5991         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
5992         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
5993         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
5994         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
5995         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
5996         (cl-hash-table-count): Add old compatibility aliases.
5998         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
5999         Use macroexpand-all-environment instead.
6000         (cl--old-macroexpand): New var.
6001         (cl--sm-macroexpand): New function.
6002         (cl-symbol-macrolet): Use it during macro expansion.
6003         (cl--function-convert-cache): New var.
6004         (cl--function-convert): New function, extracted from
6005         cl-macroexpand-all.
6006         (cl-lexical-let): Use it.
6008         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6009         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6010         (cl-member): Remove old alias.
6012         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6013         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6014         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6015         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6016         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6017         (cl-macroexpand-cmacs): Remove var.
6018         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6019         Use macroexpand-all instead.
6021 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6023         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6024         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6025         (macroexp-copyable-p): New functions and macros.
6026         * emacs-lisp/edebug.el (edebug-unwrap):
6027         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6028         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6029         (pcase--let*): Remove.
6030         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6031         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
6032         macroexp-const-p instead.
6033         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6035         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6036         instead of "cl-" for internal definitions.  Use macroexp-const-p.
6037         (cl-old-bc-file-form): Remove var.
6038         (cl-const-exprs-p): Remove fun.
6039         (cl-labels, cl-macrolet): Use backquote.
6040         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
6041         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6042         (cl-define-setf-expander): Rename from cl-define-setf-method.
6043         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6045         * international/mule-cmds.el: Don't require CL.
6046         (view-hello-file): Don't use `letf'.
6048 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6050         * tmm.el (tmm-prompt): Use string-prefix-p.
6051         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6052         (tmm-add-prompt): Use minibuffer-completion-help.
6053         (tmm-delete-map): Remove.
6055         * subr.el (kbd): Make it its own function.
6057 2012-06-07  Stefan Merten  <smerten@oekonux.de>
6059         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6060         Silence compiler warnings.  Fix versions.
6061         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6062         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6063         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6064         (rst-package-emacs-version-alist): Correct Emacs version to
6065         represent major merge with upstream.
6066         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6068 2012-06-06  Glenn Morris  <rgm@gnu.org>
6070         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6071         Only print environment variables if set.
6073 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6075         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6076         (macroexp--cons): Rename from maybe-cons.
6077         (macroexp--accumulate): Rename from macroexp-accumulate.
6078         (macroexp--all-forms): Rename from macroexpand-all-forms.
6079         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6080         (macroexp--expand-all): Rename from macroexpand-all-1.
6082 2012-06-06  Sam Steingold  <sds@gnu.org>
6084         * calendar/calendar.el (calendar-in-read-only-buffer):
6085         Call `special-mode' to enable the standard read-only keybindings.
6087 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6089         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6090         with "loading" messages (bug#11635).
6092 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
6094         * files.el (enable-remote-dir-locals): New option.
6095         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
6097         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6098         Ensure, that the temp directory is local.
6100         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6101         `temporary-file-directory'.
6103         * progmodes/python.el (python-send-region): Ensure, that the
6104         temporary file is created also in the remote case.
6106 2012-06-06  Glenn Morris  <rgm@gnu.org>
6108         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6109         (vc-rcs-update-changelog): Use it.
6111         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6113         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6114         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6115         (vc-sccs-diff): Replace use of the external vcdiff script.
6117 2012-06-05  Glenn Morris  <rgm@gnu.org>
6119         * ledit.el: Move to obsolete/.
6121 2012-06-05  Sam Steingold  <sds@gnu.org>
6123         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6124         patch (Bug#11140).
6126 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6128         * emacs-lisp/cust-print.el: Move to obsolete.
6130         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6131         compiler-macro expansion.
6133         Add native compiler-macro support.
6134         * emacs-lisp/macroexp.el (macroexpand-all-1):
6135         Support compiler-macros directly.  Properly follow aliases and apply
6136         the compiler macros more thoroughly.
6137         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6138         macroexpand now properly follows aliases.
6139         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6140         (cl-compiler-macroexpand): Use new prop.
6141         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6143         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6145 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
6147         * window.el (get-lru-window, get-mru-window, get-largest-window):
6148         New argument NOT-SELECTED to avoid picking the selected window.
6149         (window--display-buffer-1, window--display-buffer-2): Replace by
6150         new function window--display-buffer
6151         (display-buffer-same-window, display-buffer-reuse-window)
6152         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6153         Use window--display-buffer.
6154         (display-buffer-use-some-window): Remove temporary dedication
6155         hack by calling get-lru-window and get-largest-window with
6156         NOT-SELECTED argument non-nil.  Call window--display-buffer.
6158 2012-06-05  Glenn Morris  <rgm@gnu.org>
6160         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6161         Replace external vcdiff script.
6163 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6165         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6167 2012-06-04  Chong Yidong  <cyd@gnu.org>
6169         * image.el (imagemagick-types-inhibit): Revert last change.
6170         Add INFO and M.
6171         (imagemagick-enabled-types): Remove CIN and EPS*.
6173 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6175         * emacs-lisp/cl-lib.el: Rename from cl.el.
6176         * emacs-lisp/cl.el: New compatibility file.
6177         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6178         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6179         to obey the "cl-" prefix.
6180         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6182 2012-06-03  Glenn Morris  <rgm@gnu.org>
6184         * emacs-lisp/authors.el (authors-aliases): Addition.
6186         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6187         Fix :version.
6189 2012-06-03  Stefan Merten  <smerten@oekonux.de>
6191         * textmodes/rst.el: Add comments.
6192         (rst-transition, rst-adornment): New faces.
6193         (rst-adornment-faces-alist): Make default safe to reevaluate.
6194         Fixes
6195         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6196         Improve customization tags.
6197         (rst-define-level-faces): Clarify meaning.
6199 2012-06-03  Chong Yidong  <cyd@gnu.org>
6201         * progmodes/compile.el (compilation-mode-line-fail)
6202         (compilation-mode-line-run, compilation-mode-line-exit):
6203         New faces.
6204         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6206 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
6208         * progmodes/which-func.el (which-func-update-ediff-windows):
6209         New function.  Use it in ediff-select-hook (Bug#11478).
6211 2012-06-03  Chong Yidong  <cyd@gnu.org>
6213         * bindings.el: Remove explicit help text from format-mode-line.
6214         It is now supplied by mode-line-default-help-echo.
6215         (mode-line-front-space, mode-line-end-spaces)
6216         (mode-line-misc-info): New variables.
6217         (mode-line-modes, mode-line-position): Move the default value to
6218         the variable definition.
6219         (mode-line-default-help-echo): New defcustom.
6220         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6221         (mode-line-modified-help-echo): New functions.
6222         (mode-line-mule-info, mode-line-modified): Use them.
6223         (mode-line-eol-desc, propertized-buffer-identification):
6224         Consistency fixes for help text.
6225         (mode-line-coding-system-map): Allow using mouse-3 to invoke
6226         set-buffer-file-coding-system (Bug#289).
6227         (mode-line-mule-info-help-echo): Update help text.
6229 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6231         * simple.el (execute-extended-command): Set real-this-command
6232         (bug#11506).
6234 2012-06-02  Chong Yidong  <cyd@gnu.org>
6236         Remove incorrect uses of "modeline" in comments, docstrings, and
6237         function/variable names (Bug#10329).
6239         * cus-edit.el (mode-line):
6240         * dframe.el (dframe-mouse-hscroll):
6241         * emacs-lisp/re-builder.el:
6242         * emacs-lisp/easy-mmode.el (define-minor-mode):
6243         * frame.el (set-frame-name):
6244         * help.el (lookup-minor-mode-from-indicator):
6245         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6246         * progmodes/cc-cmds.el (c-toggle-auto-newline)
6247         (c-toggle-hungry-state):
6248         * progmodes/antlr-mode.el (antlr-language-alist):
6249         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6250         * progmodes/vhdl-mode.el (vhdl-mode):
6251         * progmodes/which-func.el (which-func, which-func-cleanup-function):
6252         * term/ns-win.el (ns-face-at-pos):
6253         * term/sup-mouse.el (sup-mouse-report):
6254         * textmodes/flyspell.el (flyspell-mode-line-string):
6255         * textmodes/ispell.el (ispell-highlight-face):
6256         * textmodes/reftex-global.el:
6257         * vc/vc-arch.el (vc-arch-mode-line-string):
6258         * vc/vc-cvs.el (vc-cvs-mode-line-string):
6259         * vc/vc-git.el (vc-git-mode-line-string):
6260         * vc/vc-hooks.el (vc-display-status)
6261         (vc-default-mode-line-string):
6262         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6264         * ansi-color.el (ansi-color-faces-vector): Change default faces.
6266         * dired.el (dired-sort-set-mode-line): Rename from
6267         dired-sort-set-modeline.  All callers changed.
6269         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6270         eshell-status-in-modeline.
6272         * foldout.el (foldout-mode-line-string): Rename from
6273         foldout-modeline-string.  All callers changed.
6274         (foldout-update-mode-line): Rename from foldout-update-modeline.
6276         * subr.el (redraw-modeline): Make into obsolete alias.
6278         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6279         timeclock-modeline-display.  Make old name an alias.
6280         (timeclock-update-mode-line): Likewise.  All callers changed.
6281         (timeclock-mode-line-display): No need to check before using
6282         add-hook.
6283         (timeclock-relative, timeclock-day-over-hook)
6284         (timeclock-use-elapsed, timeclock-mode-string)
6285         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6287         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6288         crisp-mode-modeline-string.
6290         * play/solitaire.el (solitaire-build-mode-line): Rename from
6291         solitaire-build-modeline.  All callers changed.
6293         * play/zone.el (zone-hiding-mode-line): Rename from
6294         zone-hiding-modeline.  All callers changed.
6295         (zone): Remove unusued `modeline-hidden-level' property.
6297         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6298         xscheme-modeline-initialize.  All callers changed.
6300         * strokes.el (strokes-lighter): Rename from
6301         strokes-modeline-string.
6303         * textmodes/sgml-mode.el (html-face-tag-alist)
6304         (html-tag-face-alist): Use mode-line face instead of obsolete
6305         alias modeline.
6307 2012-06-02  Stefan Merten  <smerten@oekonux.de>
6309         * textmodes/rst.el: Always require `cl'.
6310         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
6312 2012-06-02  Chong Yidong  <cyd@gnu.org>
6314         * image.el (imagemagick-enabled-types): Rename from
6315         imagemagick-types-enable.  Add many more types.
6316         (imagemagick-types-inhibit): Change default to nil.
6317         (imagemagick-filter-types): Caller changed.
6319 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6321         * emacs-lisp/cl-macs.el: Use backquotes.
6322         (cl-transform-function-property): Use eval-and-compile rather than
6323         abusing `require'.
6324         (defstruct): Use declare-function instead of with-no-warnings.
6326         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
6327         (byte-compile-output-docform): Re-add the print-circle bindings.
6328         (byte-compile-fix-header): Use #$ just because it's shorter.
6329         (byte-compile-output-file-form): Remove defun/defmacro.
6331 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
6333         * simple.el (choose-completion): Remove now obsolete binding for
6334         owindow.
6336 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
6338         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
6339         in order to avoid "Stack overflow in regexp matcher".
6341 2012-05-31  Glenn Morris  <rgm@gnu.org>
6343         * image.el: For clarity, call imagemagick-register-types at
6344         top-level, rather than relying on a custom :initialize.
6345         (imagemagick-types-enable): New option.  (Bug#11557)
6346         (imagemagick-filter-types): New function.  (Bug#7406)
6347         (imagemagick-register-types): Use imagemagick-filter-types.
6348         If disabling support, remove elements altogether rather
6349         than using an impossible regexp.
6350         (imagemagick-types-inhibit): Give it the default init function.
6352 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6354         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
6355         Handle arbitrary file name lengths (Bug#11585).
6357 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
6359         * desktop.el (desktop-read): Clear previous and next buffers for
6360         all windows and bury *Messages* buffer (bug#11556).
6362 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6364         Add `declare' for `defun'.  Align `defmacro's with it.
6365         * emacs-lisp/easy-mmode.el (define-minor-mode)
6366         (define-globalized-minor-mode): Don't autoload the var definitions.
6367         * emacs-lisp/byte-run.el: Use lexical-binding.
6368         (defun-declarations-alist, macro-declarations-alist): New vars.
6369         (defmacro, defun): Use them.
6370         (make-obsolete, define-obsolete-function-alias)
6371         (make-obsolete-variable, define-obsolete-variable-alias):
6372         Use `declare'.
6373         (macro-declaration-function): Mark obsolete.
6374         * emacs-lisp/autoload.el: Use lexical-binding.
6375         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
6377 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6379         * textmodes/ispell.el (ispell-with-no-warnings):
6380         Define as a macro.
6381         (ispell-kill-ispell, ispell-change-dictionary):
6382         Use `called-interactively-p' for Emacs instead of obsolete
6383         `interactive-p'.
6385 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6387         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
6388         (macro-declaration-function): Move var from C code.
6389         (macro-declaration-function): Define function with defalias.
6390         * emacs-lisp/macroexp.el (macroexpand-all-1):
6391         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6392         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
6393         defun/defmacro any more.
6394         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
6395         Provide fallback for unknown arglist.
6396         (byte-compile-arglist-warn): Change calling convention.
6397         (byte-compile-output-file-form): Move print-vars binding.
6398         (byte-compile-output-docform): Simplify accordingly.
6399         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
6400         (byte-compile-defmacro-declaration): Remove.
6401         (byte-compile-file-form-defmumble): Generalize to defalias.
6402         (byte-compile-output-as-comment): Return byte-positions.
6403         Simplify callers accordingly.
6404         (byte-compile-lambda): Use `assert'.
6405         (byte-compile-defun, byte-compile-defmacro): Remove.
6406         (byte-compile-file-form-defalias):
6407         Use byte-compile-file-form-defmumble.
6408         (byte-compile-defalias-warn): Remove.
6410 2012-05-29  Stefan Merten  <smerten@oekonux.de>
6412         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
6413         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
6415         (rst-mode-abbrev-table): Merge definition.
6416         (rst-mode): Make sure `font-lock-defaults' is buffer local.
6417         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
6419 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
6421         * calendar/icalendar.el
6422         (icalendar-export-region): Export UID properly.
6424 2012-05-29  Leo Liu  <sdl.web@gmail.com>
6425         * calendar/icalendar.el (icalendar-import-format):
6426         Add `icalendar-import-format-uid' (Bug#11525).
6427         (icalendar-import-format-uid): New.
6428         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
6429         Export UID.
6431 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6433         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
6434         different alternative patterns.
6435         (pcase-codegen): Be more careful to preserve identity.
6436         (pcase--u1): Don't forget to mark vars as used.
6438         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
6439         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
6440         (byte-compile-from-buffer): ...rather than here.
6442         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
6443         functions from byte-compile-function-environment.
6445 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
6447         * window.el (window-deletable-p): Avoid deleting the root window
6448         of a frame with an active minibuffer.
6450 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
6452         * simple.el (choose-completion): Use quit-window (Bug#11567).
6454 2012-05-29  Chong Yidong  <cyd@gnu.org>
6456         * whitespace.el (whitespace-cleanup): Fix usage of
6457         whitespace-empty-at-bob-regexp (Bug#11492).
6459 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6461         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
6462         revert (Bug#11488).
6464 2012-05-29  Juri Linkov  <juri@jurta.org>
6466         * isearch.el (isearch-mode-map): Bind `M-s _' to
6467         `isearch-toggle-symbol'.  Bind `M-s c' to
6468         `isearch-toggle-case-fold'.
6469         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
6470         (isearch-forward): Add `M-s _' to the docstring.
6471         (isearch-forward-symbol, isearch-toggle-case-fold)
6472         (isearch-symbol-regexp): New functions.  (Bug#11381)
6474 2012-05-29  Juri Linkov  <juri@jurta.org>
6476         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
6477         (isearch-occur, isearch-search-and-update): If `isearch-word' is
6478         a function, call it to get the regexp.
6479         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
6480         property `isearch-message-prefix' instead of the string "word ".
6481         (isearch-search-fun-default): For the case of `isearch-word',
6482         return a lambda that calls re-search-forward/re-search-backward
6483         with a regexp returned by `word-search-regexp' or by the function
6484         in `isearch-word'.
6486 2012-05-29  Juri Linkov  <juri@jurta.org>
6488         * isearch.el (isearch-search-fun-default): New function.
6489         (isearch-search-fun): Move default part to the new function
6490         `isearch-search-fun-default'.
6491         (isearch-search-fun-function): Set the default value to
6492         `isearch-search-fun-default'.  (Bug#11381)
6494         * comint.el (comint-history-isearch-end):
6495         Use `isearch-search-fun-default'.
6496         (comint-history-isearch-search): Use `isearch-search-fun-default'
6497         and remove spacial case for `isearch-word'.
6498         (comint-history-isearch-wrap): Remove spacial case for
6499         `isearch-word'.
6501         * hexl.el (hexl-isearch-search-function):
6502         Use `isearch-search-fun-default'.
6504         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
6505         Use `word-search-regexp' for `isearch-word'.
6507         * misearch.el (multi-isearch-search-fun):
6508         Use `isearch-search-fun-default'.
6510         * simple.el (minibuffer-history-isearch-search):
6511         Use `isearch-search-fun-default' and remove spacial case for
6512         `isearch-word'.
6513         (minibuffer-history-isearch-wrap): Remove spacial case for
6514         `isearch-word'.
6516         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
6517         Remove spacial case for `isearch-word'.
6518         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
6520 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6522         Decrease XEmacs incompatibilities.
6523         * textmodes/flyspell.el (flyspell-check-pre-word-p):
6524         Use `string-match'.
6525         (flyspell-delete-region-overlays): Use alternative definition for
6526         XEmacs.
6527         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
6528         (flyspell-word): Use `process-kill-without-query' if XEmacs.
6529         (flyspell-mode-on): Use `interactive-p' if XEmacs.
6530         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
6531         `define-obsolete-face-alias' under XEmacs, but old method.
6533         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
6534         `with-no-warnings' definition or Emacs alias.
6535         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
6536         (ispell-word): Do not use `region-p' if XEmacs.
6538 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6540         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6541         Check for `ispell-dictionary-base-alist' instead of full
6542         `ispell-dictionary-alist'.
6543         (ispell-init-process): Show spellchecker when starting new Ispell
6544         process.
6546 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6548         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
6549         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
6551 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
6553         * version.el (motif-version-string, gtk-version-string)
6554         (ns-version-string): Declare.
6556 2012-05-27  Juri Linkov  <juri@jurta.org>
6558         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
6559         after the `eval-defun-1' specialcaseing
6560         like in `edebug-eval-defun' (bug#10181).
6562         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
6563         like in `eval-defun-1'.
6565 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
6567         * mail/sendmail.el (mail-yank-region):
6568         Recognize rmail-yank-current-message in addition to insert-buffer.
6569         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
6570         a *mail* buffer created through rmail-start-mail with sendmail as
6571         mail-user-agent.
6573 2012-05-27  Chong Yidong  <cyd@gnu.org>
6575         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
6576         Default to 256 (Bug#11267).
6578         * help.el (describe-mode): Doc fix.
6580 2012-05-26  Glenn Morris  <rgm@gnu.org>
6582         * w32-fns.el (w32-init-info): Remove.
6583         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
6585         * info.el (info-initialize): For self-contained NS builds, put the
6586         included info/ directory at the front.  (Bug#2791)
6588         * paths.el (Info-default-directory-list): Make it a defcustom,
6589         mainly so that we can use custom-initialize-delay.
6591 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6593         * subr.el (buffer-has-markers-at): Mark obsolete.
6595         * subr.el (lambda): Use declare.
6597         * emacs-lisp/lisp-mode.el (lambda):
6598         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
6600 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6602         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
6604 2012-05-26  Glenn Morris  <rgm@gnu.org>
6606         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
6608 2012-05-25  Glenn Morris  <rgm@gnu.org>
6610         * paths.el: Remove no-byte-compile.
6611         * loadup.el: No need to load paths.el uncompiled.
6613         * image.el (imagemagick-types-inhibit): Doc fix.
6615         * version.el: Remove no-byte-compile and associated formatting.
6616         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
6617         is ancient code from when there was an "inc-vers.el".
6619 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6621         * progmodes/gdb-mi.el: Minor style changes.
6622         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
6623         Turn into minor modes.
6624         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
6625         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
6626         (gdb-shell): Remove unneeded let-binding.
6627         (gdb-get-many-fields): Eliminate O(n²) behavior.
6629 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
6631         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
6632         platforms that don't link in fontset.c.
6634 2012-05-25  Juri Linkov  <juri@jurta.org>
6636         Use the same diff color scheme as in modern VCSes (bug#10181).
6638         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
6639         to avoid confusion with `diff-added' that now uses green colors.
6640         (diff-removed): Use shades of red.
6641         (diff-added): Use shades of green.
6642         (diff-changed): Leave just the yellow color.
6643         (diff-use-changed-face): New variable.
6644         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
6645         how to highlight context diff changes.
6646         (diff-refine-change): Use shades of yellow.
6647         (diff-refine-removed): New face that uses shades of red.
6648         (diff-refine-added): New face that uses shades of green.
6649         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
6650         `diff-refine-removed' in the call to `smerge-refine-subst'
6651         depending on the value of `diff-use-changed-face'.
6653         * vc/smerge-mode.el (smerge-mine): Use shades of red.
6654         (smerge-other): Use shades of green.
6655         (smerge-base): Use shades of yellow.
6656         (smerge-refined-change): Empty face.
6657         (smerge-refined-removed): New face that uses shades of red.
6658         (smerge-refined-added): New face that uses shades of green.
6659         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
6660         args `props-r' and `props-a', and use them.  Doc fix.
6661         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
6662         on its value use different faces `smerge-refined-change',
6663         `smerge-refined-removed', `smerge-refined-added' in the call to
6664         `smerge-refine-subst'.
6666         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
6667         Add face condition `min-colors 88' with shades of red.
6668         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
6669         `min-colors 88' with shades of green.
6670         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
6671         `min-colors 88' with shades of yellow.
6673 2012-05-24  Glenn Morris  <rgm@gnu.org>
6675         * paths.el (prune-directory-list, remote-shell-program): Move to...
6676         * files.el (prune-directory-list, remote-shell-program): ...here.
6677         For the latter, delay initialization, prefer ssh, just search PATH.
6679         * paths.el (term-file-prefix): Move to faces.el (the only user).
6680         * faces.el (term-file-prefix): Move here, make it a defcustom.
6682         * paths.el (news-directory, news-path, news-inews-program):
6683         Move to gnus/nnspool.el.
6685         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
6687         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
6688         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
6689         Make the latter a defcustom, with a delayed initialization.
6691         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
6692         These were deleted from Gnus itself late 2010.
6694 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
6696         * progmodes/which-func.el (which-func-ff-hook):
6697         Check against user-error, not error.
6699         * emacs-lisp/edebug.el (top): Do not load or set up loading of
6700         cl-specs.el, which no longer exists.
6702 2012-05-22  Glenn Morris  <rgm@gnu.org>
6704         * info.el (info-emacs-bug): New command.
6705         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
6706         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
6708 2012-05-21  Glenn Morris  <rgm@gnu.org>
6710         * makefile.w32-in (update-subdirs-SH):
6711         * Makefile.in (update-subdirs): Update for moved update-subdirs.
6713 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6715         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
6717         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6718         Simplify Maven regexp, and make sure the file can't start with a space
6719         (bug#11517).
6721 2012-05-21  Glenn Morris  <rgm@gnu.org>
6723         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6724         Scrap superfluous subshells.
6726 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6728         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
6729         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
6731 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
6733         * calc/calc.el (calc-ensure-consistent-units): New variable.
6735         * calc/calc-units.el (math-consistent-units-p)
6736         (math-check-unit-consistency): New functions.
6737         (calc-quick-units, calc-convert-units):
6738         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
6739         is non-nil.
6740         (calc-extract-units): Fix typo.
6742 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6744         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
6746         * textmodes/flyspell.el: Commenting style, plus code simplifications.
6747         (flyspell-default-deplacement-commands): Don't spell check after
6748         repeated window/frame switches (e.g. triggered by mouse-movement).
6749         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
6750         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
6751         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
6752         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
6753         Remove unused vars.
6754         (flyspell-get-casechars, flyspell-get-not-casechars):
6755         Simplify; Don't bother removing a ] just to add it back.
6756         * textmodes/ispell.el (ispell-program-name): Use executable-find.
6758 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6760         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
6761         New functions.
6762         (math-function-table): Add support for more C functions.
6764 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6766         * textmodes/flyspell.el (flyspell-check-pre-word-p)
6767         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6768         Protect delay handling for otherchars against empty otherchars.
6770 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6772         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
6773         their respective macro declarations.
6774         * skeleton.el (define-skeleton):
6775         * progmodes/compile.el (define-compilation-mode):
6776         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
6777         (define-ibuffer-filter):
6778         * emacs-lisp/generic.el (define-generic-mode):
6779         * emacs-lisp/easy-mmode.el (define-minor-mode)
6780         (define-globalized-minor-mode):
6781         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
6782         * emacs-lisp/byte-run.el (defsubst):
6783         * custom.el (deftheme): Add doc-string metadata.
6785 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6787         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
6789 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6791         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
6793         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
6794         * emacs-lisp/cl-macs.el: Idem.
6795         * emacs-lisp/cl-specs.el: Remove.
6797 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6799         Minor renaming of internal CL functions and variables.
6800         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
6801         (cl--position): Rename from cl-position.
6802         (cl--delete-duplicates): Rename from cl-delete-duplicates.
6803         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
6804         (cl--random-state): Rename from *random-state*.
6806 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6808         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
6809         parens around the arg list (bug#11499).
6811 2012-05-17  Juri Linkov  <juri@jurta.org>
6813         * isearch.el (word-search-regexp, word-search-backward)
6814         (word-search-forward, word-search-backward-lax)
6815         (word-search-forward-lax): Move functions from search.c
6816         (bug#10145, bug#11381).
6818 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6820         * textmodes/flyspell.el (flyspell-check-pre-word-p)
6821         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6822         Delay for otherchars as for normal word components.
6824 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6826         * minibuffer.el (completion--sifn-requote): Fix last change.
6827         (minibuffer-local-must-match-filename-map):
6828         Move define-obsolete-variable-alias before its var.
6830 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6832         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
6834         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
6835         behavior.
6836         (completion--string-equal-p): New function.
6837         (completion--twq-all): Use it to get better assertion failure data.
6839         Only handle ".." and '..' quoting in shell-mode (bug#11466).
6840         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
6841         (shell--requote-argument): New functions.
6842         (shell-completion-vars): Use them.
6843         (shell--parse-pcomplete-arguments): Rename from
6844         shell-parse-pcomplete-arguments.
6845         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
6846         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
6847         Obey comint-file-name-quote-list.
6849         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
6850         (smie-indent-keyword): Use it.
6852 2012-05-14  Stefan Merten  <smerten@oekonux.de>
6854         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
6856 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6858         * net/rlogin.el (rlogin-mode-map): Fix last change.
6860 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
6862         * mail/smtpmail.el (smtpmail-send-command): Send the command and
6863         the following \r\n using a single `process-send-string', since the
6864         Lotus SMTP server refuses to accept any commands if they are sent
6865         with two `process-send-string's (Bug#11444).
6867 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6869         * shell.el (shell-parse-pcomplete-arguments):
6870         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
6872 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
6874         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
6875         (image-transform-scale, image-transform-right-angle-fudge): New vars.
6876         (image-transform-width, image-transform-fit-width): New functions.
6877         (image-transform-properties): Use them.
6878         (image-transform-check-size): New function.
6879         (image-toggle-display-image): Use it (for testing).
6880         (image-transform-set-rotation): Reduce angle mod 360.
6881         Delete obsolete comment.
6883 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
6885         * image-mode.el: Fix scaling (bug#11399).
6886         (image-transform-resize): Doc fix.
6887         (image-transform-properties): Default scale is 1 and height should
6888         be an integer.
6890 2012-05-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
6892         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
6893         than hard-coding `car', to fix misbehavior when moving forward.
6895 2012-05-13  Chong Yidong  <cyd@gnu.org>
6897         * emacs-lisp/tabulated-list.el (tabulated-list-format)
6898         (tabulated-list-entries, tabulated-list-padding)
6899         (tabulated-list-sort-key): Make permanent-local.
6901         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
6902         (electric-buffer-list): Put electric buffer menu
6903         command descriptions in this docstring, instead of the docstring
6904         of electric-buffer-menu-mode.  Code cleanups.
6905         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
6906         Electric-buffer-menu-mode.
6907         (electric-buffer-update-highlight): Minor code cleanup.
6909 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
6911         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
6912         (Bug#11447)
6914 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6916         Move define-obsolete-variable-alias before the var's definition.
6917         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
6918         * tooltip.el (tooltip-hook):
6919         * textmodes/reftex-toc.el (reftex-toc-map):
6920         * textmodes/reftex-sel.el (reftex-select-label-map)
6921         (reftex-select-bib-map):
6922         * textmodes/reftex-index.el (reftex-index-map)
6923         (reftex-index-phrases-map):
6924         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
6925         * progmodes/meta-mode.el (meta-mode-map):
6926         * novice.el (disabled-command-hook):
6927         * loadhist.el (unload-hook-features-list):
6928         * frame.el (blink-cursor):
6929         * files.el (find-file-not-found-hooks, write-file-hooks)
6930         (write-contents-hooks):
6931         * emulation/tpu-edt.el (GOLD-map):
6932         * emacs-lock.el (emacs-lock-from-exiting):
6933         * emacs-lisp/generic.el (generic-font-lock-defaults):
6934         * emacs-lisp/chart.el (chart-map):
6935         * dos-fns.el (register-name-alist):
6936         * dired-x.el (dired-omit-files-p):
6937         * desktop.el (desktop-enable):
6938         * cus-edit.el (custom-mode-hook):
6939         * buff-menu.el (buffer-menu-mode-hook):
6940         * bookmark.el (bookmark-read-annotation-text-func)
6941         (bookmark-exit-hooks):
6942         * allout.el (allout-mode-deactivate-hook)
6943         (allout-exposure-change-hook, allout-structure-added-hook)
6944         (allout-structure-deleted-hook, allout-structure-shifted-hook):
6945         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
6946         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
6947         comes before the corresponding variable's definition.
6949 2012-05-12  Chong Yidong  <cyd@gnu.org>
6951         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
6952         (Buffer-menu-mouse-select): Restore function (Bug#11459).
6953         (Buffer-menu-mode-map): Bind it.
6954         (Buffer-menu--pretty-name): Add a mouse-face property.
6956 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6958         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
6959         (prolog-upper-case-string, prolog-lower-case-string)
6960         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
6961         (prolog-use-smie, prolog-smie-grammar): New vars.
6962         (prolog-smie-forward-token, prolog-smie-backward-token)
6963         (prolog-smie-rules): New funs.
6964         (prolog-comment-indent): Remove.
6965         (prolog-mode-variables): Use default comment indentation instead.
6966         Setup SMIE.
6967         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
6968         (prolog-mode): Don't call them any more.
6969         (prolog-electric-colon, prolog-electric-dash)
6970         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
6972         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
6974         * minibuffer.el (completion--twq-all): Again, allow case differences.
6976         * term.el: Move keymap initialization code to be more idiomatic.
6977         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
6978         (term-terminal-menu): Move initialization into declaration.
6979         (term-escape-char): Let the user set it in her .emacs.
6981         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
6982         Provide SMIE-based indentation (not enabled by default yet).
6983         (sh-mode-map): Don't bind electric keys.
6984         Use electric-pair-mode instead of skeleton-pair.
6985         (sh-assignment-regexp): Fit within 80 columns.
6986         (sh-indent-supported): Specify actual shell name instead of boolean.
6987         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
6988         (sh-maybe-here-document): Use it.  Make obsolete.
6989         (sh-electric-here-document-mode) New minor mode.
6990         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
6991         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
6992         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
6993         (sh-smie-rc-grammar, sh-use-smie): New vars.
6994         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
6995         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
6996         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
6997         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
6998         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
6999         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7000         (sh-set-shell): Use smie-setup if requested.
7002         * term.el (term-set-escape-char): Properly set term-escape-char.
7003         See http://stackoverflow.com/questions/10524656.
7005 2012-05-10  Chong Yidong  <cyd@gnu.org>
7007         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7008         Use url-generic-parse-url, and handle host names and Windows
7009         filenames properly.
7010         (ffap-url-unwrap-remote): Use url-generic-parse-url.
7011         (ffap-url-unwrap-remote): Accept list values, specifying a list of
7012         URL schemes to work on.
7013         (ffap--toggle-read-only): New function.
7014         (ffap-read-only, ffap-read-only-other-window)
7015         (ffap-read-only-other-frame): Use it.
7016         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7017         necessary for ffap-url-unwrap-remote.
7019 2012-05-10  Dave Abrahams  <dave@boostpro.com>
7021         * cus-start.el (create-lockfiles): Add it.
7023 2012-05-09  Chong Yidong  <cyd@gnu.org>
7025         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7026         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7028 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7030         * shell.el (shell-completion-vars): Fix last change (bug#11348).
7032 2012-05-09  Chong Yidong  <cyd@gnu.org>
7034         * ansi-color.el (ansi-color-process-output): Check for validity of
7035         comint-last-output-start before using it.  This avoids a bad
7036         interaction with gdb-mi's input/output buffer.
7038 2012-05-09  Glenn Morris  <rgm@gnu.org>
7040         * files.el (dir-locals-read-from-file):
7041         Mention dir-locals in any error message.
7043 2012-05-09  Chong Yidong  <cyd@gnu.org>
7045         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7046         package (Bug#11410).
7048         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7049         variables into description.
7051 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7053         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7054         shell-delimiter-argument-list (bug#11348).
7055         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7057 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
7059         * textmodes/rst.el: Silence byte-compiler warnings.
7060         (rst-re-alist, rst-reset-section-caches): Move around.
7061         (rst-re): Use `characterp', not `char-valid-p'.
7062         (font-lock-beg, font-lock-end): Declare.
7064         * progmodes/idlw-shell.el (specs): Remove reference to deleted
7065         variable `idlwave-shell-activate-alt-keybindings' and simplify.
7067         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7069 2012-05-08  Glenn Morris  <rgm@gnu.org>
7071         * files.el (auto-mode-alist): Treat ".make" like ".mk".
7073 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7075         * vc/log-edit.el: Add GNU coding standards highlighting.
7076         (log-edit-font-lock-gnu-style)
7077         (log-edit-font-lock-gnu-keywords): New vars.
7078         (log-edit-font-lock-keywords): New fun.
7079         (log-edit-mode): Don't fold case in font-lock.
7080         (log-edit-font-lock-keywords): Do not assume case-folding.
7082         * imenu.el: Misc cleanup.  Make docstrings out of comments.
7083         Use lexical-binding.
7084         (imenu--index-alist, imenu--last-menubar-index-alist)
7085         (imenu-menubar-modified-tick): Use defvar-local.
7086         (imenu--split-menu): Remove unused var.
7087         (imenu--cleanup-seen): Declare as global.
7088         (imenu--cleanup): Use dolist.
7090         * subr.el (defvar-local): Add debug spec and doc-string position.
7092 2012-05-08  Glenn Morris  <rgm@gnu.org>
7094         * language/burmese.el, language/cham.el, language/czech.el:
7095         * language/english.el, language/georgian.el, language/greek.el:
7096         * language/japanese.el, language/khmer.el, language/korean.el:
7097         * language/lao.el, language/misc-lang.el, language/romanian.el:
7098         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7099         * language/thai.el, language/utf-8-lang.el:
7100         Remove no-byte-compile setting.
7102         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
7104 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7106         * progmodes/make-mode.el (makefile-browse):
7107         Remove unnecessary interactive.  (Bug#11324)
7109 2012-05-07  Glenn Morris  <rgm@gnu.org>
7111         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7113         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7115 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7117         * loadup.el: Preload newcomment.el.
7118         * newcomment.el: Move autoload-only code to toplevel.
7120         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7121         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7122         Handle new :right-align column property.
7123         (tabulated-list-print-col): Idem, plus use `display' text-property to
7124         try and preserve alignment for variable pitch fonts.
7126 2012-05-07  Chong Yidong  <cyd@gnu.org>
7128         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7129         (tabulated-list-use-header-line): New var.
7130         (tabulated-list-init-header): Use it.
7131         (tabulated-list-print-fake-header): New function.
7132         (tabulated-list-print): Use it.
7133         (tabulated-list-sort-button-map): Add non-header-line commands.
7134         (tabulated-list-init-header): Add column name property to basic
7135         labels as well.
7136         (tabulated-list-col-sort): Handle non-header-line button case.
7137         (tabulated-list--sort-by-column-name): Fix a corner case.
7139         * buff-menu.el (list-buffers--refresh):
7140         Handle Buffer-menu-use-header-line.
7142 2012-05-06  Chong Yidong  <cyd@gnu.org>
7144         * buff-menu.el: Convert to Tabulated List mode.
7145         (Buffer-menu-buffer+size-width): Make obsolete.
7146         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7147         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7148         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
7149         documentation into docstring of buffer-menu.
7150         (Buffer-menu-toggle-files-only): Add an informative message.
7151         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7152         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7153         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7154         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7155         (Buffer-menu-execute, Buffer-menu-select)
7156         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7157         (Buffer-menu-bury): Use Tabulated List machinery.
7158         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7159         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
7160         Delete.
7161         (list-buffers--refresh): New function.
7162         (list-buffers-noselect): Use it.
7163         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7164         (Buffer-menu--pretty-file-name): New helper functions.
7166         * loadup.el: Preload tabulated-list.
7168         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7169         tabulated-list-sort-column.
7170         (tabulated-list-init-header): Add the initial aligning space even
7171         if tabulated-list-padding is zero.
7173 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
7175         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7176         whose cdr is not a cons cell correctly (bug#11038).
7178 2012-05-06  Chong Yidong  <cyd@gnu.org>
7180         * emacs-lisp/tabulated-list.el (tabulated-list-format):
7181         Accept additional plist in column descriptors.
7182         (tabulated-list-init-header): Obey it.
7183         (tabulated-list-get-entry): New function.
7184         (tabulated-list-put-tag): Use it.  Use string-width instead of
7185         length.
7186         (tabulated-list--column-number): New function.
7187         (tabulated-list-print): Use it.
7188         (tabulated-list-print-col): New function.
7189         Set `tabulated-list-column-name' property on each column's text.
7190         (tabulated-list-print-entry): Use it.
7191         (tabulated-list-delete-entry, tabulated-list-set-col):
7192         New functions.
7193         (tabulated-list-sort-column): New command (Bug#11337).
7195         * buff-menu.el (list-buffers): Move C-x C-b binding from
7196         buff-menu.el to bindings.el.
7198         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7199         :advertised-binding feature.
7201 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
7203         * progmodes/compile.el (compilation-internal-error-properties):
7204         Calculate start position correctly when end-col is set but
7205         end-line is not (Bug#11382).
7207 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
7209         * man.el (Man-unindent): Use text-property-default-nonsticky to
7210         prevent untabify from inheriting face properties (Bug#11408).
7212 2012-05-05  Stefan Merten  <smerten@oekonux.de>
7214         * textmodes/rst.el: Major merge with upstream development up to
7215         Docutils SVN r7399 / rst.el V1.2.1.
7217         Clarify maintainership and authors.
7219         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7220         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7221         (rst-official-version, rst-official-cvs-rev, rst-version)
7222         (rst-package-emacs-version-alist): New functions and variables
7223         for version information.
7225         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7226         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7227         (rst-mode-syntax-table, rst-mode): New and corrected functions
7228         and variables representing reStructuredText features.
7230         (rst-re): New function for reStructuredText regexes.  Use in
7231         many places.
7233         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7234         (rst-mode-map): Rebind keys.
7236         (rst-mode-lazy, rst-font-lock-keywords)
7237         (rst-font-lock-extend-region)
7238         (rst-font-lock-extend-region-internal)
7239         (rst-font-lock-extend-region-extend)
7240         (rst-font-lock-find-unindented-line-limit)
7241         (rst-font-lock-find-unindented-line-match)
7242         (rst-adornment-level, rst-font-lock-adornment-level)
7243         (rst-font-lock-adornment-match)
7244         (rst-font-lock-handle-adornment-pre-match-form)
7245         (rst-font-lock-handle-adornment-matcher): Major revision of
7246         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
7248         (rst-preferred-adornments, rst-adjust-hook)
7249         (rst-new-adornment-down, rst-preferred-bullets)
7250         (rst-preferred-bullets, rst-indent, rst-indent-width)
7251         (rst-indent-field, rst-indent-literal-normal)
7252         (rst-indent-literal-minimized, rst-indent-comment): Change,
7253         extend and improve customization.
7255         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7256         (rst-normalize-cursor-position, rst-get-decoration)
7257         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7258         (rst-rstrip, rst-toc-insert-find-delete-contents)
7259         (rst-shift-fill-region, rst-compute-bullet-tabs)
7260         (rst-debug-print-tabs, rst-debug-mark-found)
7261         (rst-shift-region-guts, rst-shift-region-right)
7262         (rst-shift-region-left, rst-use-char-classes)
7263         (rst-font-lock-keywords-function)
7264         (rst-font-lock-indentation-point)
7265         (rst-font-lock-find-unindented-line-begin)
7266         (rst-font-lock-find-unindented-line-end)
7267         (rst-font-lock-find-unindented-line)
7268         (rst-font-lock-adornment-point, rst-font-lock-level)
7269         (rst-adornment-level-alist): Remove functions and variables.
7271         (rst-compare-adornments, rst-get-adornment-match)
7272         (rst-suggest-new-adornment, rst-get-adornments-around)
7273         (rst-adornment-complete-p, rst-get-next-adornment)
7274         (rst-adjust-adornment, rst-display-adornments-hierarchy)
7275         (rst-straighten-adornments): Standardize function names to
7276         use "adornment" instead of "decoration".  Correct callers.
7277         Similar standardizing in many places.
7279         (rst-update-section, rst-adjust, rst-promote-region)
7280         (rst-enumerate-region, rst-bullet-list-region)
7281         (rst-repeat-last-character): Correct use of `interactive'.
7283         (rst-classify-adornment, rst-find-all-adornments)
7284         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7285         (rst-find-leftmost-column, rst-repeat-last-character):
7286         Refactor functions.
7288         (rst-find-title-line, rst-reset-section-caches)
7289         (rst-get-adornments-around, rst-adjust-adornment-work)
7290         (rst-arabic-to-roman, rst-roman-to-arabic)
7291         (rst-insert-list-pos, rst-insert-list-new-item)
7292         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7293         New functions.
7295         (rst-all-sections, rst-section-hierarchy)
7296         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7297         New variables.
7299         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7300         configuration instead of only buffer.  Change where necessary.
7302         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7303         (rst-shift-region, rst-adaptive-fill): New functions for
7304         indentation and filling.
7306         (rst-comment-line-break, rst-comment-indent)
7307         (rst-comment-insert-comment, rst-comment-region)
7308         (rst-uncomment-region): New functions for handling comments.
7310         (rst-compile): Quote shell arguments.
7312         (rst-compile-pdf-preview, rst-compile-slides-preview):
7313         Delete temporary files after use.
7315 2012-05-05  Glenn Morris  <rgm@gnu.org>
7317         * calendar/cal-html.el: Optionally include holidays in the output.
7318         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
7319         (cal-html-holidays): New option.
7320         (cal-html-css-default): Add holiday entry.
7321         (holiday-in-range): Autoload it.
7322         (cal-html-htmlify-entry): Add optional class argument.
7323         (cal-html-htmlify-list): Add optional holidays argument.
7324         (cal-html-insert-agenda-days): Include holidays in the output.
7325         (cal-html-one-month): Maybe include holidays.
7327         * calendar/holidays.el (holiday-in-range):
7328         Move here from cal-tex-list-holidays.
7329         * calendar/cal-tex.el (cal-tex-list-holidays):
7330         Make it an obsolete alias for holiday-in-range.  Update all callers.
7332 2012-05-05  Chong Yidong  <cyd@gnu.org>
7334         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7335         Nextstep.
7337 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
7339         * files.el (file-auto-mode-skip): New var.
7340         (set-auto-mode-1): Use it.
7342 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7344         * repeat.el: Use lexical-binding.
7345         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
7346         (repeat-undo-count): Remove.
7347         (repeat):
7348         * progmodes/octave-mod.el (octave-abbrev-start):
7349         * progmodes/f90.el (f90-abbrev-start):
7350         * face-remap.el (text-scale-adjust):
7351         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
7353         * emacs-lisp/pcase.el (pcase--let*): New function.
7354         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
7355         a bit more.
7356         (pcase--split-pred): Be more clever about ruling out overlap between
7357         a predicate and some constant pattern.
7358         (pcase--q1): Use `null' instead of (eq foo nil).
7360         * subr.el (setq-local, defvar-local): New macros.
7361         (kbd): Redefine as an alias.
7362         (with-selected-window): Leave unrelated frames alone.
7363         (set-temporary-overlay-map): New function.
7365 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7367         * subr.el (user-error): New function.
7368         * window.el (switch-to-buffer):
7369         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
7370         (smerge-match-conflict):
7371         * simple.el (previous-matching-history-element)
7372         (next-matching-history-element, goto-history-element, undo-more)
7373         (undo-start):
7374         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
7375         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
7376         (next-file, tags-loop-scan, list-tags, complete-tag):
7377         * progmodes/compile.el (compilation-loop):
7378         * mouse.el (mouse-minibuffer-check):
7379         * man.el (Man-bgproc-sentinel, Man-goto-page):
7380         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
7381         (Info-history-forward, Info-follow-reference, Info-menu)
7382         (Info-extract-menu-item, Info-extract-menu-counting)
7383         (Info-forward-node, Info-backward-node, Info-next-menu-item)
7384         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
7385         (Info-next-reference, Info-prev-reference, Info-index)
7386         (Info-index-next, Info-follow-nearest-node)
7387         (Info-copy-current-node-name):
7388         * imenu.el (imenu--make-index-alist)
7389         (imenu-default-create-index-function, imenu-add-to-menubar):
7390         * files.el (basic-save-buffer, recover-file):
7391         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7392         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7393         (checkdoc-message-text, checkdoc-defun):
7394         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
7395         * cus-edit.el (customize-changed-options, customize-rogue)
7396         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
7397         (custom-variable-mark-to-reset-standard)
7398         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
7399         (custom-file):
7400         * completion.el (check-completion-length):
7401         * comint.el (comint-search-arg)
7402         (comint-previous-matching-input-string-position)
7403         (comint-previous-matching-input)
7404         (comint-replace-by-expanded-history-before-point, comint-send-input)
7405         (comint-copy-old-input, comint-backward-matching-input)
7406         (comint-goto-process-mark, comint-set-process-mark):
7407         * calendar/calendar.el (calendar-cursor-to-date): Use it.
7408         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
7410 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7412         * dabbrev.el (dabbrev--ignore-case-p): New function.
7413         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
7414         Use it.
7416         * files.el (automount-dir-prefix): Mark as obsolete.
7418 2012-05-04  Glenn Morris  <rgm@gnu.org>
7420         * patcomp.el, play/bruce.el: Move to obsolete/.
7422 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
7424         Fix minor Y10k bugs.
7425         * arc-mode.el (archive-unixdate):
7426         * autoinsert.el (auto-insert-alist):
7427         * calc/calc-forms.el (math-this-year):
7428         * emacs-lisp/copyright.el (copyright-current-year)
7429         (copyright-update-year, copyright):
7430         * tar-mode.el (tar-clip-time-string):
7431         * time.el (display-time-update):
7432         Don't assume years have 4 digits.
7434 2012-05-04  Chong Yidong  <cyd@gnu.org>
7436         * dos-w32.el (file-name-buffer-file-type-alist)
7437         (direct-print-region-use-command-dot-com):
7438         * ffap.el (ffap-menu-regexp):
7439         * find-file.el (ff-special-constructs):
7440         * follow.el (follow-debug):
7441         * forms.el (forms--debug):
7442         * iswitchb.el (iswitchb-all-frames):
7443         * ido.el (ido-all-frames):
7444         * emacs-lisp/timer.el (timer-max-repeats):
7445         * mail/feedmail.el (feedmail-mail-send-hook)
7446         (feedmail-mail-send-hook-queued):
7447         * mail/footnote.el (footnote-signature-separator):
7448         * mail/mailabbrev.el (mail-alias-separator-string)
7449         (mail-abbrev-mode-regexp):
7450         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
7451         * progmodes/idlwave.el (idlwave-libinfo-file)
7452         (idlwave-default-completion-case-is-down)
7453         (idlwave-library-routines): Convert defvars to defcustoms.
7455         * mail/rmail.el (rmail-decode-mime-charset):
7456         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
7457         (idlwave-shell-fix-inserted-breaks)
7458         (idlwave-shell-activate-alt-keybindings)
7459         (idlwave-shell-use-breakpoint-glyph):
7460         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
7462 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7464         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
7466 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
7468         * progmodes/verilog-mode.el (font-lock-keywords):
7469         Fix mis-highligting auto.  Reported by Craig Barner.
7470         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
7471         defines from global name space.  Reported by Dan Dever.
7472         (verilog-auto-reset, verilog-auto-reset-widths)
7473         (verilog-auto-tieoff): Support using unbased numbers for
7474         AUTORESET and AUTOTIEOFF.
7475         (verilog-submit-bug-report): Update variable list.
7476         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
7477         parenthesis from not matching.  Reported by Michael Rytting.
7478         (verilog-auto-template-lint): Fix hash error when linting modules
7479         with no used templates.
7480         (verilog-warn, verilog-warn-error)
7481         (verilog-warn-fatal): When non-interactive report multiple
7482         warnings before exiting.  Suggested by Brad Dobbie.
7483         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
7484         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
7485         to report unused template errors.  Reported by Brad Dobbie.
7486         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
7487         nets, bug438.  Reported by Vns Blore.
7488         (verilog-auto-inout-module, verilog-auto-reg)
7489         (verilog-read-decls, verilog-read-sub-decls-sig)
7490         (verilog-signals-edit-wire-reg, verilog-signals-with):
7491         Fix passing of Verilog data types in ANSI input/output ports
7492         such as "output logic" into the AUTOs.  Special case "wire" and
7493         "reg" for backwards compatibility presuming Verilog 2001.
7494         (verilog-auto-ascii-enum): Add "auto enum" as alias.
7495         (verilog-preprocess): Fix replication of preprocess output.
7496         Reported by Brad Dobbie.
7497         (verilog-auto-inst-interfaced-ports):
7498         Create verilog-auto-inst-interfaced-ports, bug429.
7499         Reported by Julian Gorfajn.
7500         (verilog-after-save-font-hook)
7501         (verilog-before-save-font-hook): New variable.
7502         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
7503         (verilog-save-font-mods): Wrap disabling fontification, reported
7504         by David Rogoff.
7505         (verilog-do-indent, verilog-pretty-declarations-auto)
7506         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
7507         Reported by Pierre-David Pfister.
7508         (verilog-set-auto-endcomments): Fix endtask auto comments outside
7509         of class declarations, bug292.  Reported by Kevin Heilman.
7510         (verilog-read-decls): Fix 'parameter type' not appearing in
7511         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
7512         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
7513         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
7514         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
7515         Reported by David Kravitz.
7517 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
7519         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
7520         assignment with tests in ifs and for loops.
7521         (verilog-extended-complete-re, verilog-complete-reg): Change so
7522         that DPI inport functions don't look like fuction declarations.
7523         (verilog-pretty-expr): Don't line up assignment
7524         operations to the test and increment in if and for loops
7525         (verilog-extended-complete-re, verilog-complete-reg): Change so
7526         that DPI inport functions don't look like fuction declarations.
7528 2012-05-03  Kenichi Handa  <handa@m17n.org>
7530         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
7531         decoding, and show a warning message without signaling an error
7532         (Bug#11282).
7534 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7536         * emacs-lisp/bytecomp.el
7537         (byte-compile-file-form-custom-declare-variable): Compile all elements,
7538         since cconv.el might have introduced :fun-body, internal-make-closure,
7539         and friends for bytecomp to handle (bug#11391).
7540         * custom.el (defcustom): Avoid ((λ ..) ..).
7542 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7544         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
7546 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
7548         * notifications.el (dbus-debug):
7549         * term/linux.el (gpm-mouse-enable):
7550         * term/screen.el (xterm-register-default-colors): Declare.
7552 2012-05-02  Chong Yidong  <cyd@gnu.org>
7554         * cus-start.el (gc-cons-percentage, exec-suffixes)
7555         (dos-display-scancodes, dos-hyper-key, dos-super-key)
7556         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
7557         (make-cursor-line-fully-visible, void-text-area-pointer)
7558         (font-list-limit): Add customization data.
7560         * allout.el (allout-exposure-change-functions)
7561         (allout-structure-added-functions)
7562         (allout-structure-deleted-functions)
7563         (allout-structure-shifted-functions): Rename abnormal hooks from
7564         *-hook, and convert to defcustoms.
7565         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
7566         Convert to defcustoms.
7567         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
7569         * allout-widgets.el: Hook callers changed.
7571 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
7573         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
7574         the yanked message in preference to the default value of
7575         buffer-file-coding-system.
7577 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
7579         * window.el (display-buffer--action-function-custom-type):
7580         Fix entry.
7582 2012-05-02  Alan Mackenzie  <acm@muc.de>
7584         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
7586 2012-05-01  Glenn Morris  <rgm@gnu.org>
7588         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
7590         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
7592         * cus-edit.el (custom-variable-documentation): Simplify with format.
7594 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7595             Stefan Monnier  <monnier@iro.umontreal.ca>
7597         * simple.el (suggest-key-bindings, execute-extended-command):
7598         Move from keyboard.c.
7600 2012-05-01  Chong Yidong  <cyd@gnu.org>
7602         * follow.el: Eliminate advice.
7603         (set-process-filter, process-filter, sit-for): Advice deleted.
7604         (follow-mode-off-hook): Obsolete hook removed.
7605         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
7606         Vars deleted.
7607         (follow-auto): Use a :set function.
7608         (follow-mode): Rewritten.  Don't advise process filters.
7609         (follow-switch-to-current-buffer-all, follow-scroll-up)
7610         (follow-scroll-down): Assume follow-mode is bound.
7611         (follow-comint-scroll-to-bottom)
7612         (follow-align-compilation-windows): New functions.
7613         (follow--window-sorter): New function.
7614         (follow-all-followers): Use it to explicitly sort windows by their
7615         positions; don't make assumptions about next-window order.
7616         (follow-windows-start-end, follow-delete-other-windows-and-split)
7617         (follow-calc-win-start): Doc fix.
7618         (follow-windows-aligned-p, follow-select-if-visible): Don't call
7619         vertical-motion unnecessarily.
7620         (follow-adjust-window): New function.
7621         (follow-post-command-hook): Use it.
7622         (follow-call-set-process-filter, follow-call-process-filter)
7623         (follow-intercept-process-output, follow-tidy-process-filter-alist)
7624         (follow-stop-intercept-process-output, follow-generic-filter):
7625         Functions deleted.
7626         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
7627         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
7628         New functions, replacing advice on scroll-bar-* commands.
7629         (follow-mwheel-scroll): New function (Bug#4112).
7631         * comint.el (comint-adjust-point): New function.
7632         (comint-postoutput-scroll-to-bottom): Use it.
7633         Call follow-comint-scroll-to-bottom for Follow mode buffers.
7635 2012-05-01  Glenn Morris  <rgm@gnu.org>
7637         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
7638         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
7639         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
7640         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
7641         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
7642         Remove no-byte-compile setting.
7644 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7646         * minibuffer.el (completion-table-with-quoting): Fix compatibility
7647         all-completions code to not return a number in the last cdr.
7649 2012-04-30  Leo Liu  <sdl.web@gmail.com>
7651         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
7652         read-only error.
7654 2012-04-29  Chong Yidong  <cyd@gnu.org>
7656         * follow.el (follow-calc-win-end): Rewrite to handle partial
7657         screen lines correctly (Bug#8390).
7658         (follow-avoid-tail-recenter): Minor cleanup.
7660 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7662         Avoid the obsolete `assoc' package.
7663         * speedbar.el (speedbar-refresh): Avoid adelete.
7664         (speedbar-file-lists): Simplify and avoid aput.
7665         * man.el (Man--sections, Man--refpages): New vars, replacing
7666         Man-sections-alist and Man-refpages-alist.
7667         (Man-build-section-alist, Man-build-references-alist):
7668         Use them; avoid aput.
7669         (Man--last-section, Man--last-refpage): New vars.
7670         (Man-follow-manual-reference): Use them.
7671         Use the `default' arg of completing-read.
7672         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
7674 2012-04-27  Chong Yidong  <cyd@gnu.org>
7676         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
7678         * startup.el (x-apply-session-resources): New function.
7680         * term/ns-win.el (ns-initialize-window-system):
7681         * term/w32-win.el (w32-initialize-window-system):
7682         * term/x-win.el (x-initialize-window-system): Use it to properly
7683         set menu-bar-mode and other vars from X resources, even if the
7684         initial frame is not a window-system frame (Bug#2299).
7686         * subr.el (read-key): Avoid running filter function when setting
7687         up temporary tool bar entries (Bug#9922).
7689 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
7691         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
7692         (Bug#11344)
7694 2012-04-27  Chong Yidong  <cyd@gnu.org>
7696         * select.el (xselect--encode-string): New function, split from
7697         xselect-convert-to-string.
7698         (xselect-convert-to-string): Use it.
7699         (xselect-convert-to-filename, xselect-convert-to-os)
7700         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
7701         returned strings are properly encoded (Bug#11315).
7703 2012-04-27  Chong Yidong  <cyd@gnu.org>
7705         * simple.el (delete-active-region): Move to killing custom group.
7707 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
7709         * progmodes/which-func.el (which-func-current): Quote %
7710         characters for mode-line processing.
7712 2012-04-27  Chong Yidong  <cyd@gnu.org>
7714         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
7715         reaching eob (Bug#11286).
7717 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
7719         * progmodes/gdb-mi.el (gdb-control-level): New variable.
7720         (gdb): Make it buffer-local and init to zero.
7721         (gdb-control-commands-regexp): New variable.
7722         (gdb-send): Don't wrap in "-interpreter-exec console" if
7723         gdb-control-level is positive.  Increment gdb-control-level
7724         whenever the command matches gdb-control-commands-regexp, and
7725         decrement it each time the command is "end".  (Bug#11279)
7727 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
7729         * window.el (adjust-window-trailing-edge, enlarge-window)
7730         (shrink-window, window-resize):
7731         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
7732         windows (Bug#11276).
7734 2012-04-27  Chong Yidong  <cyd@gnu.org>
7736         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
7737         fix "missing prefix" warning.  All callers changed.
7739 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7741         * emacs-lisp/assoc.el: Move to obsolete/.
7743 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7745         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
7747         * term/ns-win.el (ns-define-service):
7748         * progmodes/pascal.el (pascal-goto-defun):
7749         * progmodes/js.el (js--read-tab):
7750         * progmodes/etags.el (tags-lazy-completion-table):
7751         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
7752         * emacs-lisp/ewoc.el (ewoc--wrap):
7753         * emacs-lisp/assoc.el (aput, adelete, amake):
7754         * doc-view.el (doc-view-convert-current-doc):
7755         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
7757 2012-04-26  Chong Yidong  <cyd@gnu.org>
7759         * image.el (image-type-from-buffer): Only return supported image
7760         type (Bug#9045).
7762         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
7763         value, for symmetry with diff-end-of-hunk.
7764         (diff-split-hunk, diff-find-source-location)
7765         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
7766         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
7767         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
7768         compute the relevant hunk or file properly (Bug#6005).
7769         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
7771 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7773         * vc/vc-mtn.el:
7774         * vc/vc-hg.el:
7775         * vc/vc-git.el:
7776         * vc/vc-dir.el:
7777         * vc/vc-cvs.el:
7778         * vc/vc-bzr.el:
7779         * vc/vc-arch.el:
7780         * vc/vc.el: Replace lexical-let by lexical-binding.
7781         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
7782         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
7783         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
7785 2012-04-26  Chong Yidong  <cyd@gnu.org>
7787         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
7788         (diff-mode-shared-map): Bind it to / and [remap undo].
7790         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
7791         (ediff-window-setup-function): Use it as the default, to set up
7792         windows based on whether the current frame is graphical (Bug#2138).
7793         (ediff-choose-window-setup-function-automatically): Make obsolete.
7795         * vc/ediff-init.el: Always define ediff-pixel-width/height.
7797 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7799         * ffap.el: Remove old code for obsolete package.
7800         (ffap-complete-as-file-p): Remove.
7802         Use completion-table-with-quoting for comint and pcomplete.
7803         * comint.el (comint--unquote&requote-argument)
7804         (comint--unquote-argument, comint--requote-argument): New functions.
7805         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
7806         (comint-quote-filename): Use regexp-opt-charset.
7807         (comint--common-suffix, comint--common-quoted-suffix)
7808         (comint--table-subvert): Remove.
7809         (comint-unquote-function, comint-requote-function): New vars.
7810         (comint--complete-file-name-data): Use them with
7811         completion-table-with-quoting.
7812         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
7813         * pcomplete.el (pcomplete-arg-quote-list)
7814         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
7815         (pcomplete-unquote-argument-function): Default to non-nil.
7816         (pcomplete-unquote-argument): Simplify.
7817         (pcomplete--common-quoted-suffix): Remove.
7818         (pcomplete-requote-argument-function): New var.
7819         (pcomplete--common-suffix): New function.
7820         (pcomplete-completions-at-point): Use completion-table-with-quoting
7821         and completion-table-subvert.
7823         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
7824         (minibuffer--double-dollars): Preserve properties.
7825         (completion--sifn-requote): New function.
7826         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
7828         * minibuffer.el: Add support for completion of quoted/escaped data.
7829         (completion-table-with-quoting, completion-table-subvert): New funs.
7830         (completion--twq-try, completion--twq-all): New functions.
7831         (completion--nth-completion): New function.
7832         (completion-try-completion, completion-all-completions): Use it.
7834 2012-04-25  Leo Liu  <sdl.web@gmail.com>
7836         * progmodes/python.el (python-pdbtrack-get-source-buffer):
7837         Use compilation-message if available to find real filename.
7839 2012-04-25  Chong Yidong  <cyd@gnu.org>
7841         * vc/diff-mode.el (diff-setup-whitespace): New function.
7842         (diff-mode): Use it.
7844         * vc/diff.el (diff-sentinel):
7845         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
7846         Whitespace mode variables based on diff style (Bug#8612).
7848 2012-04-25  Leo Liu  <sdl.web@gmail.com>
7850         * progmodes/python.el (python-send-region): Add suffix .py to the
7851         temp file.
7853         * files.el (auto-mode-alist): Use javascript-mode instead.
7855 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
7857         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
7859         * net/soap-client.el (soap-resolve-references-for-sequence-type)
7860         (soap-resolve-references-for-array-type): Hack to prevent self
7861         references, see Bug#9.
7862         (soap-parse-envelope): Report the contents of the 'detail' node
7863         when receiving a fault reply.
7864         (soap-parse-envelope): Report the contents of the entire 'detail' node.
7866         * net/soap-inspect.el (soap-sample-value-for-simple-type)
7867         (soap-inspect-simple-type): New function.
7869         * net/soap-client.el (soap-simple-type): New struct.
7870         (soap-default-xsd-types, soap-default-soapenc-types)
7871         (soap-decode-basic-type, soap-encode-basic-type):
7872         support unsignedInt and double basic types.
7873         (soap-resolve-references-for-simple-type)
7874         (soap-parse-simple-type, soap-encode-simple-type): New function.
7875         (soap-parse-schema): Parse xsd:simpleType declarations.
7877         * net/soap-client.el (soap-default-xsd-types)
7878         (soap-default-soapenc-types): Add integer, byte and anyURI types.
7879         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
7880         the local name of "soapenc:Array".
7881         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
7882         decoding integer, byte and anyURI xsd types.
7884 2012-04-25  Chong Yidong  <cyd@gnu.org>
7886         * cus-edit.el (custom-buffer-create-internal): Update header text.
7888 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
7890         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
7891         settings on 'system-type', not on 'window-system'.  On MS-Windows,
7892         set interactive-mode on in GDB.
7894 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7896         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
7897         (ruby-syntax-propertize-regexp): Remove.
7898         (ruby-syntax-propertize-function): Split regexp into chunks.
7899         Match following code directly.
7901 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
7903         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
7904         (ruby-syntax-propertize-regexp): New function.
7905         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
7906         by a special keyword.
7908         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
7909         (ruby-syntax-general-delimiters-goto-beg)
7910         (ruby-syntax-propertize-general-delimiters): New functions.
7911         (ruby-syntax-propertize-function): Use them to handle GDL.
7912         (ruby-font-lock-keywords): Move old handling of GDL...
7913         (ruby-font-lock-syntactic-keywords): .. to here.
7914         (ruby-calculate-indent): Adjust indentation for GDL.
7916 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
7918         * notifications.el (top): Remove unneeded declarations.
7919         (notifications-specification-version): Change to "1.2".
7920         (notifications-interface, notifications-notify-method)
7921         (notifications-close-notification-method): Fix docstring.
7922         (notifications-get-capabilities-method): New defconst.
7923         (notifications-notify): Add :action-items, :resident and
7924         :transient hints.  Change "image_data" to "image-data" and
7925         "image_path" to "image-path".
7926         (notifications-get-capabilities): New defun.
7928 2012-04-24  Leo Liu  <sdl.web@gmail.com>
7930         * progmodes/python.el: Move hideshow setup to the end.
7932 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
7934         * window.el (handle-select-window): Clear echo area since this is
7935         no more done by read_char (Bug#11304).
7937 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7939         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
7940         and `/ M' to filter-derived-mode.
7941         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
7942         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7943         (ibuffer-mark-by-mode): Use default rather than initial-input.
7944         (ibuffer-filter-by-derived-mode): Autoload and require-match.
7946 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
7948         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
7949         (ibuffer-filter-by-derived-mode): New filter.
7950         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
7952 2012-04-23  Andreas Politz  <politza@fh-trier.de>
7954         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
7956 2012-04-23  Chong Yidong  <cyd@gnu.org>
7958         * cus-edit.el (customize-apropos, customize-apropos-options):
7959         Disable matching of non-option variables (Bug#11176).
7960         (customize-option, customize-option-other-window)
7961         (customize-changed-options): Doc fix.
7962         (customize-apropos-options, customize-apropos-faces)
7963         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
7965         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
7966         Fix word list splitting (Bug#11132).
7967         (apropos-symbol, apropos-keybinding, apropos-label)
7968         (apropos-property, apropos-function-button)
7969         (apropos-variable-button, apropos-misc-button): New faces.
7970         (apropos-symbol-face, apropos-keybinding-face)
7971         (apropos-label-face, apropos-property-face, apropos-match-face):
7972         Variables removed (Bug#8396).
7973         (apropos-library-button, apropos-format-plist, apropos-print)
7974         (apropos-print-doc, apropos-describe-plist): Callers changed.
7976 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
7978         * net/xesam.el (xesam-mode-map): Use let-bound map in
7979         initialization.  (Bug#11292)
7981 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7983         Preserve ispell session localwords when switching back to
7984         original buffer.
7986         * textmodes/ispell.el (ispell-buffer-session-localwords):
7987         New buffer-local variable to hold buffer session localwords.
7988         (ispell-kill-ispell): Add option 'clear to delete session
7989         localwords.
7990         (ispell-command-loop, ispell-change-dictionary)
7991         (ispell-buffer-local-words): Preserve session localwords when
7992         needed.
7994         * textmodes/flyspell.el (flyspell-process-localwords)
7995         (flyspell-do-correct): Preserve session localwords when needed.
7997 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7999         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8000         using obsolete `translation-table-for-input'.
8001         (ispell-word, ispell-process-line, ispell-complete-word):
8002         Use plain `insert' instead of removed `ispell-insert-word'.
8004 2012-04-22  Chong Yidong  <cyd@gnu.org>
8006         * cus-edit.el (custom-variable-menu)
8007         (custom-variable-reset-saved, custom-face-menu)
8008         (custom-face-reset-saved): If there is no saved value, make the
8009         "reset-saved" operation bring back the default (Bug#9509).
8010         (custom-face-state): Properly detect themed faces.
8012         * faces.el (face-spec-set): Stop supporting deprecated form of
8013         third arg.
8015 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
8017         Move functions from C to Lisp.  Make non-blocking method calls
8018         the default.  Implement further D-Bus standard interfaces.
8020         * net/dbus.el (dbus-message-internal): Declare function.
8021         Remove unneeded function declarations.
8022         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8023         (dbus-message-type-method-return, dbus-message-type-error)
8024         (dbus-message-type-signal): Declare variables.  Remove local
8025         definitions.
8026         (dbus-interface-dbus, dbus-interface-peer)
8027         (dbus-interface-introspectable, dbus-interface-properties)
8028         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8029         Adapt docstring.
8030         (dbus-interface-objectmanager): New defconst.
8031         (dbus-call-method, dbus-call-method-asynchronously)
8032         (dbus-send-signal, dbus-method-return-internal)
8033         (dbus-method-error-internal, dbus-register-service)
8034         (dbus-register-signal, dbus-register-method): New defuns, moved
8035         from dbusbind.c
8036         (dbus-call-method-handler, dbus-setenv)
8037         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8038         New defuns.
8039         (dbus-call-method-non-blocking): Make it an obsolete function.
8040         (dbus-unregister-object, dbus-unregister-service)
8041         (dbus-handle-event, dbus-register-property)
8042         (dbus-property-handler): Obey the new structure of
8043         `bus-registered-objects'.
8044         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
8045         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8046         Use `dbus-call-method'.
8048 2012-04-22  Chong Yidong  <cyd@gnu.org>
8050         * cus-edit.el (custom-commands, custom-reset-menu)
8051         (Custom-reset-standard): Tweak labels.
8052         (custom-reset-button-menu): Change default to t.
8053         (custom-buffer-create-internal): For the custom-reset-button-menu
8054         case, put the revert button first.
8055         (custom-group-subtitle): New face.
8056         (custom-group-value-create): Align docstring to a specific column.
8058         * wid-edit.el (widget-documentation-link-add): Don't handle
8059         indentation in this function.
8060         (widget-documentation-string-indent-to): New function.
8061         (widget-documentation-string-value-create): Use it.
8063         * autorevert.el (auto-revert):
8064         * epg-config.el (epg):
8065         * ibuffer.el (ibuffer):
8066         * mpc.el (mpc):
8067         * ses.el (ses):
8068         * eshell/eshell.el (eshell):
8069         * net/ange-ftp.el (ange-ftp):
8070         * progmodes/ebnf2ps.el (postscript):
8071         * progmodes/flymake.el (flymake):
8072         * progmodes/prolog.el (prolog):
8073         * progmodes/verilog-mode.el (verilog-mode):
8074         * progmodes/which-func.el (which-func):
8075         * term/xterm.el (xterm):
8076         * textmodes/picture.el (picture):
8077         * textmodes/tildify.el (tildify):
8078         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8079         customization buffers.
8081 2012-04-22  Alan Mackenzie  <acm@muc.de>
8083         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8084         Adding a ) can hide the resulting (..) from searches.  Fix it.
8085         Bound the backward search to the position of the existing (.
8087 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
8089         * progmodes/verilog-mode.el (verilog-mode): Check whether
8090         which-func-modes is t before adding verilog-mode.
8091         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8093 2012-04-21  Leo Liu  <sdl.web@gmail.com>
8095         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8097 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
8099         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8100         filling of the last column of a table (Bug#5635).
8101         (woman-find-next-control-line): New arg, specifying an additional
8102         regexp component for the control line.
8103         (woman2-roff-buffer): Use it.
8104         (woman-break-table): New function.
8105         (woman2-TS): Use it.
8107 2012-04-21  Chong Yidong  <cyd@gnu.org>
8109         * woman.el (woman-set-buffer-display-table, woman-decode-region)
8110         (woman-horizontal-escapes, woman-negative-vertical-space)
8111         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8112         (WoMan-warn-ignored): Use ?\s instead of ?\ .
8114 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8116         * minibuffer.el (completion-file-name-table): Complete user names.
8118 2012-04-20  Leo Liu  <sdl.web@gmail.com>
8120         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8121         and pcase-let*.
8123 2012-04-20  Chong Yidong  <cyd@gnu.org>
8125         * server.el (server-execute): Respect initial-buffer-choice if it
8126         is a string and there are no files to open (Bug#2825).
8127         (server-create-window-system-frame, server-create-tty-frame):
8128         Don't switch buffers here.
8129         (server-process-filter): Only try to open a window system frame if
8130         compiled with graphical support (Bug#8314).
8132 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
8134         * battery.el (battery-echo-area-format): Display remaining time
8135         for sysfs backend too (Bug#11269).
8136         (battery-linux-sysfs): Fix conditional for the charge.
8138 2012-04-20  Chong Yidong  <cyd@gnu.org>
8140         * progmodes/gdb-mi.el (gdb): Revert previous change.
8141         (gdb-inferior-io--init-proc): New function.
8142         (gdb-init-1): Use it.
8143         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8144         responsible for allocating a new pty and hooking it to gdb when
8145         the old pty gets an EIO due to process exit.
8146         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
8147         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8148         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8150 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
8152         * window.el (window-min-size, window-sizable, window-min-delta)
8153         (window-max-delta, window--resizable, window-resizable)
8154         (window-total-size, window-full-height-p, window-full-width-p)
8155         (window-in-direction, window--resize-mini-window, window-resize)
8156         (window--resize-child-windows-normal)
8157         (window--resize-child-windows, window--resize-siblings)
8158         (window--resize-this-window, adjust-window-trailing-edge)
8159         (enlarge-window, shrink-window): Doc fixes.
8161 2012-04-20  Chong Yidong  <cyd@gnu.org>
8163         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8164         New function to call delete-process on the gdb-inferior buffer's pty.
8165         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8166         pty process (Bug#11273).
8167         (gdb-update): New arg to suppress talking to the gdb process.
8168         (gdb-done-or-error): Use it.
8169         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8170         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8171         sentinel not being called.
8173         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8175         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8177 2012-04-20  Glenn Morris  <rgm@gnu.org>
8179         * net/network-stream.el (open-network-stream): Doc fix.
8181 2012-04-20  Chong Yidong  <cyd@gnu.org>
8183         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8185 2012-04-20  Alan Mackenzie  <acm@muc.de>
8187         Ensure searching for keywords is case sensitive.
8189         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8190         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8191         (c-defun-name, c-mark-function, c-cpp-define-name)
8192         (c-comment-indent, c-scan-conditionals, c-indent-defun)
8193         (c-context-line-break): Bind case-fold-search to nil.
8195         * progmodes/cc-mode.el (c-font-lock-fontify-region):
8196         Bind case-fold-search to nil.
8198 2012-04-20  Chong Yidong  <cyd@gnu.org>
8200         * mail/sendmail.el (mail-bury): Call return action with the right
8201         Rmail buffer (Bug#11242).
8203         * server.el (server-process-filter): Handle corner case where both
8204         tty and nowait options are present (Bug#11102).
8206 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
8208         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
8209         (top level): Put into the executable the ident-style '$Id:' tag on
8210         windows-nt as well.
8212 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8214         * electric.el (electric-indent-post-self-insert-function): Check that
8215         electric-indent-mode is enabled in current buffer.
8217 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
8219         * imenu.el (imenu-progress-message): Restore; it is "used" in
8220         erc/erc-imenu.el and net/snmp-mode.el.
8222 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
8224         * avoid.el (mouse-avoidance-mode): Mark unused arg.
8225         (mouse-avoidance-nudge-mouse): Remove unused binding.
8227         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8229         * descr-text.el (describe-char):
8230         * progmodes/python.el (python-describe-symbol):
8231         Don't call `toggle-read-only', set `buffer-read-only'.
8233         * imenu.el (imenu-default-goto-function): Mark unused args.
8234         (imenu-progress-message): Remove obsolete macro; all callers changed.
8236         * subr.el (keymap-canonicalize): Remove unused binding.
8237         (read-passwd): Mark unused arg.
8239         * tutorial.el (tutorial--display-changes): Remove unused binding.
8240         (tutorial--save-tutorial-to): Remove unused variable.
8242         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8243         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8244         (package-generate-autoloads, package-menu--generate)
8245         (package-menu--find-upgrades): Remove unused bindings.
8247         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8248         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
8249         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8250         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8251         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8252         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8253         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8254         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8255         (cua-delete-char-rectangle): Mark unused args.
8256         (cua-align-rectangle): Remove unused binding.
8258         * mail/rmail.el (compilation--message->loc)
8259         (epa--find-coding-system-for-mime-charset): Declare.
8261         * net/dbus.el (dbus-register-service): Declare.
8262         (dbus-name-owner-changed-handler): Remove unused binding.
8264         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8265         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8266         (nxml-scan-backward-within): Mark unused arg.
8267         (nxml-dynamic-markup-word): Remove unused binding.
8269         * mouse.el (mouse-menu-major-mode-map):
8270         * emacs-lisp/authors.el (authors-scan-change-log)
8271         (authors-add-to-author-list):
8272         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8273         * emacs-lisp/smie.el (smie-auto-fill):
8274         * mail/sendmail.el (mail-bury):
8275         * mail/unrmail.el (unrmail):
8276         * net/tls.el (open-tls-stream):
8277         * textmodes/picture.el (picture-mouse-set-point):
8278         Remove unused bindings.
8280 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
8282         * net/tramp.el (tramp-action-password): Let-bind
8283         `enable-recursive-minibuffers' to t.
8285 2012-04-18  Sam Steingold  <sds@gnu.org>
8287         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8288         instead of 'string to accommodate values like [f11].
8289         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8290         * progmodes/gdb-mi.el: Likewise.
8292 2012-04-18  Leo Liu  <sdl.web@gmail.com>
8294         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8295         current buffer.
8296         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8297         LOCAL is nil.
8299 2012-04-18  Chong Yidong  <cyd@gnu.org>
8301         * simple.el (line-move): Use forward-line if in batch mode
8302         (Bug#11053).
8304 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
8306         * files.el (after-find-file): Do not try to add a final newline if
8307         the buffer is read-only (Bug#11156).
8309 2012-04-17  Richard Stallman  <rms@gnu.org>
8311         * mail/rmail.el (rmail-start-mail):
8312         Pass (rmail-mail-return...) for the return-action.
8313         Pass (rmail-yank-current-message...) for the yank-action.
8314         (rmail-yank-current-message): New function.
8315         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
8316         (rmail-reply): Likewise.
8317         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
8319         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
8320         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
8321         buffer, not newbuf.
8323 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
8325         * server.el (server-ensure-safe-dir): Simplify.
8327 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8329         * emacs-lisp/smie.el: Provide smarter auto-filling.
8330         (smie-auto-fill): New function.
8331         (smie-setup): Use it.
8333         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8335 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
8337         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
8338         (comment-indent): Use it.
8340 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
8342         * ses.el: The overall change is to add cell renaming, that is
8343         setting fancy names for cell symbols other than name matching
8344         "\\`[A-Z]+[0-9]+\\'" regexp .
8345         (ses-localvars): Add ses--renamed-cell-symb-list.
8346         (ses-create-cell-variable): New defun.
8347         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
8348         (ses-relocate-formula): Relocate formulas only for cells the
8349         symbols of which are not renamed, i.e. symbols whose names do not
8350         match regexp "\\`[A-Z]+[0-9]+\\'".
8351         (ses-relocate-all): Relocate values only for cells the symbols of
8352         which are not renamed.
8353         (ses-load): Create cells variables as the (ses-cell ...) are read,
8354         in order to check row col consistency with cell symbol name only
8355         for cells that are not renamed.
8356         (ses-replace-name-in-formula): New defun.
8357         (ses-rename-cell): New defun.
8359 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
8361         * progmodes/perl-mode.el (perl-indent-parens-as-block):
8362         New option (bug#11118).
8363         (perl-calculate-indent): Respect it.
8365 2012-04-17  Glenn Morris  <rgm@gnu.org>
8367         * dired-aux.el (dired-mark-read-string): Doc fix.
8369 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
8371         * dired-aux.el (dired-mark-read-string): Offer optional completion.
8372         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
8374 2012-04-17  Glenn Morris  <rgm@gnu.org>
8376         * mouse.el (mouse-drag-track):
8377         * speedbar.el (speedbar-frame-mode):
8378         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
8380 2012-04-16  Leo Liu  <sdl.web@gmail.com>
8382         * progmodes/python.el: Trivial cleanup.
8384 2012-04-16  Glenn Morris  <rgm@gnu.org>
8386         * vc/vc.el (vc-string-prefix-p):
8387         * vc/pcvs-util.el (cvs-string-prefix-p):
8388         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
8389         * mpc.el (mpc-string-prefix-p):
8390         Make all of these into obsolete aliases for string-prefix-p.
8391         Update callers.
8392         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
8394         * textmodes/two-column.el: Move custom options to the start.
8395         (frame-width): Remove compat definition.
8396         (2C-associate-buffer, 2C-dissociate):
8397         Use with-current-buffer rather than save-excursion.
8398         (2C-dissociate): Force a mode-line update.
8399         (2C-autoscroll): Use ignore-errors.
8401         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
8402         Autoload trivia.
8404         * emacs-lisp/cl-extra.el (*random-state*):
8405         Remove unnecessary declaration.
8407         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
8409         * play/cookie1.el (cookie-snarf):
8410         Give an explicit error if input file cannot be read.
8412         * play/yow.el (yow-file): Use expand-file-name rather than concat.
8414         * progmodes/perl-mode.el (c-macro-expand):
8415         Remove unnecessary autoload (it is in loaddefs.el).
8417         * textmodes/picture.el (picture-desired-column)
8418         (picture-update-desired-column): Convert comments to doc-strings.
8419         (picture-substitute): Remove function.
8420         (picture-mode-map): Initialize in the defvar.
8422         * woman.el: Remove eval-after-load for tar-mode.
8423         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
8424         (woman-tar-extract-file): Autoload it.
8426         * frame.el (automatic-hscrolling): Make this alias obsolete.
8428 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8430         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
8431         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
8432         (ispell-dictionary-base-alist): Revert to original XEmacs
8433         friendly version for default.  [:alpha:] will be added in
8434         `ispell-set-spellchecker-params' if needed.
8436 2012-04-16  Chong Yidong  <cyd@gnu.org>
8438         * image.el (imagemagick--file-regexp): New variable.
8439         (imagemagick-register-types): Use it.
8440         (imagemagick-types-inhibit): Add :set function.  Allow new value
8441         of t to inhibit all types.
8443         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
8444         so we can preload it.
8446         * loadup.el (fboundp): Preload regexp-opt, needed by
8447         imagemagick-register-types.
8449 2012-04-15  Chong Yidong  <cyd@gnu.org>
8451         * frame.el (scrolling): Remove nearly unused customization group.
8453         * scroll-all.el (scroll-all-mode): Move to windows group.
8455 2012-04-15  Chong Yidong  <cyd@gnu.org>
8457         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
8459 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8461         Avoid the use of ((lambda ...) ...) in lexical-binding code.
8462         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
8464 2012-04-15  Glenn Morris  <rgm@gnu.org>
8466         * simple.el (process-file-side-effects): Doc fix.
8468 2012-04-15  Glenn Morris  <rgm@gnu.org>
8470         * international/mule-cmds.el (set-language-environment): Doc fix.
8472 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
8474         * server.el (server-auth-key, server-generate-key): Doc fixes.
8475         (server-get-auth-key): Doc fix.  Use `string-match-p'.
8476         (server-start): Reflow docstring.
8478 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
8480         * server.el (server-generate-key): `called-interactively-p'
8481         requires a parameter.
8483 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
8485         * server.el (server-auth-key): New variable.
8486         (server-generate-key, server-get-auth-key): New function.
8487         (server-start): Use the new variable and functions to allow
8488         setting a permanent server key (bug#9423).
8490 2012-04-14  Leo Liu  <sdl.web@gmail.com>
8492         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
8494 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
8496         Spelling fixes.
8497         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
8498         Emacs uses American spelling.
8500 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
8502         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
8503         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
8504         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
8505         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
8507 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8509         * progmodes/which-func.el (which-func-modes): Change default.
8511 2012-04-14  Kim F. Storm  <storm@cua.dk>
8513         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
8514         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
8516 2012-04-14  Chong Yidong  <cyd@gnu.org>
8518         * custom.el (custom-theme-set-variables): Doc fix.
8520 2012-04-14  Glenn Morris  <rgm@gnu.org>
8522         * international/mule.el (set-auto-coding-for-load): Doc fix.
8524 2012-04-14  Alan Mackenzie  <acm@muc.de>
8526         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
8527         imenu work again for Objective C Mode.  Correct the *-index values,
8528         these having been disturbed by a previous change in 2011-08.
8530         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
8531         Correct two search limits.
8533 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8535         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
8537 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
8539         * international/characters.el: Fix sorting.
8541 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
8543         * international/characters.el: Add more missing Latin case pairs.
8545 2012-04-14  Glenn Morris  <rgm@gnu.org>
8547         * files.el (dir-locals-set-class-variables): Doc fix.
8549 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
8551         * international/characters.el: Add set-case-syntax-pair call for
8552         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
8553         counterpart.  (Bug#11209)
8555         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
8557 2012-04-14  Glenn Morris  <rgm@gnu.org>
8559         * calendar/holidays.el (calendar-check-holidays): Doc fix.
8561 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
8563         * textmodes/ispell.el (ispell-dictionary-base-alist):
8564         Add data for Hebrew.
8566 2012-04-14  Chong Yidong  <cyd@gnu.org>
8568         * net/rcirc.el (rcirc-cmd-quit):
8569         Revert 2012-03-18 change (Bug#11192).
8571 2012-04-14  Glenn Morris  <rgm@gnu.org>
8573         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
8575 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
8577         * minibuffer.el (completion-in-region-mode-map):
8578         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
8580 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
8582         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
8584 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
8586         * minibuffer.el (minibuffer-local-filename-syntax): New variable
8587         to allow `C-M-f' and `C-M-b' to move to the nearest path
8588         separator (bug#9511).
8590 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
8592         * avoid.el: Require cl when compiling.  And also move the
8593         `provide' to the end.
8595 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8597         * avoid.el (mouse-avoidance-banish-position): New variable.
8598         (mouse-avoidance-banish-destination): Use it (bug#10165).
8600 2012-04-13  Leo Liu  <sdl.web@gmail.com>
8602         * progmodes/which-func.el (which-func-modes): Add objc-mode.
8604 2012-04-13  Ken Brown  <kbrown@cornell.edu>
8606         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
8607         this is no longer needed now that cygstart understands file:// URLs.
8608         (browse-url-filename-alist): For the same reason, don't modify
8609         file:// URLs on Cygwin.
8611 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8613         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
8614         the region on shift if the binding is already shifted (bug#11221).
8616 2012-04-12  Glenn Morris  <rgm@gnu.org>
8618         * mail/mailpost.el: Move to obsolete/.
8620 2012-04-12  Drew Adams  <drew.adams@oracle.com>
8622         * imenu.el (imenu--generic-function): Ignore invisible definitions
8623         (bug#10123).
8625 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
8627         * hexl.el (hexl-bits): New variable.
8628         (hexl-options): Mention the variable in the doc string.
8629         (hexl-rulerise, hexl-line-displen): New functions.
8630         (hexl-mode): Mention the new variable.
8631         (hexl-mode, hexl-current-address, hexl-current-address):
8632         Use the displen.
8633         (hexl-ascii-start-column): New function.
8634         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
8635         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
8637 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8639         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
8640         '("-i" ENCODING), in 2 separate command-line arguments, to specify
8641         the encoding, as expected by hunspell.
8643 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8645         * battery.el (battery--linux-sysfs-regexp): New const.
8646         (battery-status-function): Use it.  Remove yeeloong special case.
8647         (battery-yeeloong-sysfs): Remove.
8648         (battery-echo-area-format): Remove yeeloong special case.
8650 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8652         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
8653         Reported by Noah Friedman.
8655         * subr.el (read-passwd): Use read-string.
8657 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8659         * vcursor.el (vcursor-move): Increase the priority of the overlay
8660         (bug#9663).
8662 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
8664         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
8665         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
8667 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
8669         * textmodes/artist.el (artist-mode): Convert artist-mode to use
8670         define-minor-mode (bug#10760).
8672 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8674         * progmodes/grep.el (rgrep): Tweak the find command line so
8675         that directories matching `grep-find-ignored-files' won't be
8676         pruned (bug#10351).
8678 2012-04-11  Chong Yidong  <cyd@gnu.org>
8680         * startup.el (command-line): Remove support for long-obsolete
8681         variable font-lock-face-attributes.
8683 2012-04-11  Glenn Morris  <rgm@gnu.org>
8685         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
8687 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8689         * window.el (window--state-get-1): Obey window-point-insertion-type.
8691 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
8693         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
8694         to previous function when point is on the first character of a
8695         function.  Take care of that in `narrow-to-defun' (bug#6157).
8697 2012-04-11  Glenn Morris  <rgm@gnu.org>
8699         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
8700         not just file-errors.
8702         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
8703         (vc-bzr-sha1): Use internal sha1.
8705 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8707         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
8709 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
8711         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
8712         that start in the middle of the line (bug#10496).
8714 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
8716         * battery.el (battery-linux-proc-acpi): Only one battery is
8717         discharged at a time, but that seems to confuse battery.el when
8718         computing `rate-type' for the battery not being discharged
8719         (bug#10332).
8721 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8723         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
8725         * international/quail.el: Use dolist and simplify.
8726         (quail-define-package, quail-update-keyboard-layout)
8727         (quail-define-rules): Use dolist.
8728         (quail-insert-kbd-layout, quail-get-translation): CSE.
8730         * tmm.el: Use dolist, remove left over hook.
8731         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
8732         Use dolist.
8733         (calendar-load-hook): Don't mess with it.
8735         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
8736         Use derived-mode-p.  Run the diff asynchronously.
8738 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8740         * obsolete/mouse-sel.el: Add an Obsolete-since header.
8742 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
8744         * misc.el: Display absolute path of loaded DLLs (bug#10424).
8745         (list-dynamic-libraries--loaded): New function.
8746         (list-dynamic-libraries--refresh): Use it.
8748 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
8750         * progmodes/python.el (python-fill-paragraph):
8751         Make python-fill-region in a multiline string work when font-lock is
8752         disabled (bug#7018).
8754 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
8756         * language/european.el (cp775): Add oem/legacy (en)coding on
8757         DOS/MS Windows for the Baltic languages.  There are still plenty
8758         of texts written in this encoding/codepage (bug#6519).
8760 2012-04-10  Glenn Morris  <rgm@gnu.org>
8762         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
8763         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
8765 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
8767         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
8768         next-line "n" and previous-line "p" in order to make recentf more
8769         consistent with ibuffer, dired or org-mode (bug#9387).
8771 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8773         * image.el (put-image): Return the overlay created instead of the
8774         optional input string (bug#7834).  Note that this may break code
8775         that is (for some reason or other) depending on `put-image'
8776         returning the string.
8778         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
8780         * simple.el (zap-to-char): Allow zapping using input methods
8781         (bug#1580).
8783         * textmodes/fill.el (fill-region): Leave point and mark where they
8784         were before filling (bug#5399).
8786 2012-04-09  Glenn Morris  <rgm@gnu.org>
8788         * version.el (emacs-bzr-get-version):
8789         Handle lightweight checkouts of local branches.
8791 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
8793         * international/characters.el: Recover lost case pairs.  (Bug#11209)
8795 2012-04-09  Chong Yidong  <cyd@gnu.org>
8797         * custom.el (custom-variable-p): Return nil for non-symbol
8798         arguments instead of signaling an error.
8799         (user-variable-p): Obsolete alias for custom-variable-p.
8801         * apropos.el (apropos-variable):
8802         * files-x.el (read-file-local-variable):
8803         * simple.el (set-variable):
8804         * woman.el (woman-mini-help):
8805         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
8807 2012-04-09  Glenn Morris  <rgm@gnu.org>
8809         * startup.el (normal-top-level): Don't look for leim-list.el
8810         in places where it will not be found.  (Bug#910)
8812         * international/mule-cmds.el (set-default-coding-systems):
8813         * files.el (normal-mode):
8814         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
8815         This function was removed with ucs-tables.el in 2008.
8817 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
8819         * textmodes/ispell.el (ispell-check-version): For hunspell, set
8820         ispell-encoding8-command to "-i", without a trailing space.
8821         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
8822         separate command-line arguments, to specify the encoding, since
8823         that's how hunspell expects it.
8825 2012-04-08  Glenn Morris  <rgm@gnu.org>
8827         * loadup.el: Load bindings before cus-start.
8828         This reduces somewhat the number of "rogue" settings in emacs -Q.
8830 2012-04-07  Glenn Morris  <rgm@gnu.org>
8832         * version.el (emacs-bzr-get-version): New function.
8833         (emacs-bzr-version): New variable.
8834         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
8835         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
8837 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
8839         * international/uni-bidi.el, international/uni-category.el:
8840         * international/uni-combining.el, international/uni-decimal.el:
8841         * international/uni-decomposition.el, international/uni-digit.el:
8842         * international/uni-lowercase.el, international/uni-mirrored.el:
8843         * international/uni-name.el, international/uni-numeric.el:
8844         * international/uni-titlecase.el, international/uni-uppercase.el:
8845         Update for Unicode 6.1.
8847 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
8849         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
8851 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8853         * window.el (shrink-window): Mention the `window-min-height'
8854         variable in the doc string.
8856 2012-04-05  Bastien Guerry  <bzg@altern.org>
8858         * color.el (color-lighten-name): Fix typo.
8860 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8862         * server.el (server--on-display-p): New function.
8863         (server--on-display-p): Use it.
8865 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
8867         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
8868         (bug#11145).
8870 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8872         * comint.el (comint--common-quoted-suffix): Check string boundary
8873         before comparing (bug#11158).
8874         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
8876 2012-04-04  Chong Yidong  <cyd@gnu.org>
8878         * minibuffer.el (completion-extra-properties): Doc fix.
8880         * subr.el (delayed-warnings-hook): Doc fix.
8882 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
8884         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
8885         selection (Bug#11159).
8886         (epa-insert-keys): Inform that the default public key will be
8887         exported if no key is selected.
8889 2012-04-04  Richard Stallman  <rms@gnu.org>
8891         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
8893 2012-04-03  Chong Yidong  <cyd@gnu.org>
8895         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
8896         mail-insert-file, not its obsolete alias mail-attach-file.
8898 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
8900         * notifications.el (notifications-notify): Fix docstring.
8902 2012-04-02  Glenn Morris  <rgm@gnu.org>
8904         * emacs-lisp/authors.el (authors-aliases): Another addition.
8906 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
8908         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
8909         `tramp-compat-call-process' instead of `tramp-local-call-process'.
8910         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
8912 2012-04-01  Chong Yidong  <cyd@gnu.org>
8914         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
8915         Handle root directory properly.
8916         (copy-directory): Caller changed.
8918         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8919         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
8921 2012-03-31  Glenn Morris  <rgm@gnu.org>
8923         * term/xterm.el (xterm-extra-capabilities): Doc fix.
8925         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
8927         * calendar/calendar.el (calendar-window-list)
8928         (calendar-hide-window): Restore.  (Bug#11140)
8929         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
8931         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
8933 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8935         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8936         Check if file is a symlink (Bug#10489).
8938         * files.el (copy-directory): Likewise.
8940 2012-03-30  Chong Yidong  <cyd@gnu.org>
8942         * image.el (imagemagick-types-inhibit)
8943         (imagemagick-register-types): Doc fix.
8945 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8947         * textmodes/ispell.el (ispell-get-extended-character-mode):
8948         Disable extended-char-mode for hunspell.  hunspell does not support it
8949         and treats ~word as ordinary words in pipe mode.
8951 2012-03-30  Glenn Morris  <rgm@gnu.org>
8953         * tutorial.el (help-with-tutorial): Ensure local variables don't
8954         happen to make the buffer read-only.  (Bug#11127)
8956 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8958         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
8959         (perl-calculate-indent): Return `noindent' in strings.
8961 2012-03-28  Sam Steingold  <sds@gnu.org>
8963         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
8964         instead of the broken adhockery which does not prevent calendar
8965         buffers from being displayed at random after exit.
8966         (calendar-window-list, calendar-hide-window): Remove the broken
8967         adhockery.
8969 2012-03-28  Glenn Morris  <rgm@gnu.org>
8971         * replace.el (query-replace-map): Doc fix.
8973 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
8975         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
8976         contents.  (Bug#11109)
8978 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8980         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
8981         (bug#11077).
8982         (avl-tree--check, avl-tree--check-node): New funs.
8984 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
8986         * window.el (switch-to-visible-buffer): New option.
8987         (switch-to-prev-buffer, switch-to-next-buffer):
8988         Observe switch-to-visible-buffer.  Make sure that checking for a window
8989         showing a buffer already is done on the same frame.
8991 2012-03-27  Glenn Morris  <rgm@gnu.org>
8993         * startup.el (mail-host-address): Doc fix.
8995 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8997         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
8998         than 197 variables.
9000 2012-03-26  Ami Fischman  <ami@fischman.org>
9002         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9004 2012-03-26  Glenn Morris  <rgm@gnu.org>
9006         * files.el (save-buffers-kill-emacs): Doc fix.
9008         * startup.el (normal-top-level, command-line, command-line-1):
9009         Give them doc strings.
9011 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
9013         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9014         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9016 2012-03-25  Chong Yidong  <cyd@gnu.org>
9018         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9019         theme if it was previously enabled before (Bug#11031).
9021         * cus-theme.el (custom-theme-write-faces): Retrieve current face
9022         spec with custom-face-get-current-spec if its :shown-value is not
9023         determined yet (Bug#9337).
9024         (customize-create-theme, custom-theme-revert): Doc fixes.
9026         * button.el (button-at): Minor addition to docstring.
9028 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
9030         * vc/vc.el (vc-merge): Fix a prompt.
9032 2012-03-24  Chong Yidong  <cyd@gnu.org>
9034         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9035         point (Bug#9623).
9037         * button.el (button-at): Minor addition to docstring.
9039 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9041         * newcomment.el (comment-choose-indent): No space after BOL.
9043 2012-03-22  Sam Steingold  <sds@gnu.org>
9045         * window.el (switch-to-prev-buffer): Revert last patch because the
9046         bug turned out to be an advertised feature (Elisp manual 28.14).
9048 2012-03-22  Glenn Morris  <rgm@gnu.org>
9050         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
9051         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9053 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9055         * net/network-stream.el (network-stream-open-starttls): Make error
9056         message under Windows be less misleading.
9058 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
9060         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9061         understands (bug#9942).
9063 2012-03-22  Chong Yidong  <cyd@gnu.org>
9065         * simple.el (end-of-visible-line): Handle return value of
9066         next-single-property-change properly (Bug#9371).
9068 2012-03-22  Kenichi Handa  <handa@m17n.org>
9070         * international/quail.el (quail-insert-kbd-layout): Fix previous
9071         change.  To avoid unwanted bidi reordering, use
9072         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9074 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
9076         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9077         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9078         (ruby-beginning-of-indent): Be more careful with the difference
9079         between word-boundary and symbol boundary.
9080         (ruby-mode-syntax-table): Make : a symbol constituent.
9082 2012-03-21  Andreas Politz  <politza@fh-trier.de>
9084         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9086 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9088         * progmodes/etags.el (tags-completion-at-point-function):
9089         Improve last fix.
9091         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9093 2012-03-21  Sam Steingold  <sds@gnu.org>
9095         * progmodes/etags.el (tags-completion-at-point-function):
9096         Avoid the error when point is inside the pattern.
9098 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
9100         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9101         line (Bug#10855).
9103 2012-03-21  Drew Adams  <drew.adams@oracle.com>
9105         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9107 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
9109         * ido.el (ido-set-current-directory, ido-read-internal)
9110         (ido-choose-completion-string, ido-completion-help): Handle nil
9111         value of ido-completion-buffer (Bug#11008).
9113 2012-03-21  Sam Steingold  <sds@gnu.org>
9115         * window.el (switch-to-prev-buffer): Do not switch to a visible
9116         window previous buffer, just like with the frame previous buffers.
9118 2012-03-21  Chong Yidong  <cyd@gnu.org>
9120         * faces.el (make-face, make-empty-face, copy-face):
9121         * face-remap.el (face-remap-add-relative, face-remap-set-base):
9122         Doc fixes.
9124 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9126         * wid-edit.el (widget-complete-field): Remove (bug#11051).
9127         (widget-complete): Remove broken use of it.
9129 2012-03-20  Chong Yidong  <cyd@gnu.org>
9131         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9132         Use string-width and truncate-string-width to handle arbitrary
9133         characters.
9135 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
9137         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9138         to draw rectangles, not squares.  (Regression introduced by revno
9139         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9141 2012-03-18  Chong Yidong  <cyd@gnu.org>
9143         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9144         it is not yet defined (for temacs).
9146 2012-03-18  Leo Liu  <sdl.web@gmail.com>
9148         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9149         prefix.
9151 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
9153         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9154         (ispell-choices-win-default-height, ispell-silently-savep)
9155         (ispell-dictionary-alist, ispell-encoding8-command)
9156         (ispell-check-version, ispell-aspell-find-dictionary)
9157         (ispell-valid-dictionary-list, ispell-words-keyword)
9158         (ispell-get-word, ispell-internal-change-dictionary)
9159         (ispell-region, ispell-skip-region-list)
9160         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9161         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9162         (ispell-message-text-end, ispell-message)
9163         (ispell-buffer-local-parsing): Doc fix.
9165 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
9167         * htmlfontify.el: Add support for code block fontification for ODT
9168         export (Bug #9914).
9169         (hfy-optimisations): Define new option
9170         `body-text-only'
9171         (hfy-fontify-buffer): Honor above setting.
9172         (hfy-begin-span, hfy-end-span): New routines factored out form
9173         `hfy-fontify-buffer'.
9174         (hfy-begin-span-handler, hfy-end-span-handler): New variables
9175         that permit insertion of custom tags.
9176         (hfy-fontify-buffer): Use above handlers.
9177         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9178         (hfy-face-to-css): Re-defined to be a variable.
9179         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
9180         over multiple runs.  This is made possible by having the caller let
9181         bind a special variable `hfy-user-sheet-assoc'.
9182         (htmlfontify-string): New defun.
9183         (hfy-compile-face-map): Make sure that the last char in the
9184         buffer is correctly fontified.
9185         (hfy-face-resolve-face): Whitespace only change.
9187 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
9189         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9190         message more clear.
9192 2012-03-16  Leo Liu  <sdl.web@gmail.com>
9194         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9196 2012-03-16  Alan Mackenzie  <acm@muc.de>
9198         Further optimise the handling of large macros.
9200         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9201         limit to a call of `c-literal-limits'.
9202         (c-determine-+ve-limit): New function.
9203         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9204         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
9205         In CASE 5B, restrict a search limit to 500.
9206         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9208         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9209         Restrict macro bounds to +-500 from after-change's BEG END.
9211 2012-03-16  Leo Liu  <sdl.web@gmail.com>
9213         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9215 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
9217         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
9218         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
9220 2012-03-16  Glenn Morris  <rgm@gnu.org>
9222         * view.el (view-buffer, view-buffer-other-window)
9223         (view-buffer-other-frame): Doc fixes re special mode-class.
9225         * subr.el (eval-after-load): If named feature is provided not from
9226         a file, run after-load forms.  (Bug#10946)
9228         * calendar/calendar.el (calendar-insert-at-column):
9229         Handle non-unit-width characters a bit better.  (Bug#10978)
9231 2012-03-15  Chong Yidong  <cyd@gnu.org>
9233         * emacs-lisp/ring.el (ring-extend): New function.
9234         (ring-insert+extend): Extend the ring correctly (Bug#11019).
9236         * comint.el (comint-read-input-ring)
9237         (comint-add-to-input-history): Grow comint-input-ring lazily.
9239 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9241         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9242         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9244         * imenu.el: Fix multiple inheritance breakage (bug#9199).
9245         (imenu-add-to-menubar): Don't add a redundant index.
9246         (imenu-update-menubar): Handle a dynamically composed keymap.
9248 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9250         * mail/sendmail.el (mail-encode-header):
9251         Bind rfc2047-encode-encoded-words to nil.
9253 2012-03-13  Glenn Morris  <rgm@gnu.org>
9255         * calendar/calendar.el (calendar-string-spread):
9256         Handle non-unit-width characters a bit better.  (Bug#10978)
9258 2012-03-13  Leo Liu  <sdl.web@gmail.com>
9260         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9261         directory and file as argument (Bug#10822).
9263 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
9265         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9266         For dynamically generated code, follow $PC.
9267         (gdb-disassembly-handler-custom): Handle no function name case.
9269 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
9271         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9272         * emulation/ws-mode.el (ws-query-replace):
9273         * sort.el (sort-regexp-fields):
9274         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
9276 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9278         * dabbrev.el: Fix cycle completion order (bug#10963).
9279         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9280         (dabbrev-completion): Don't use an obarray; provide
9281         a cycle-sort-function.
9283 2012-03-12  Leo Liu  <sdl.web@gmail.com>
9285         * simple.el (kill-new): Use equal-including-properties for comparison.
9286         (kill-do-not-save-duplicates): Doc fix.
9288 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9290         * dabbrev.el: Fix cycle completion (bug#10963).
9291         Use lexical binding and wrap to 80 columns.
9292         (dabbrev-completion): Delay computing the list of completions.
9294 2012-03-12  Kenichi Handa  <handa@m17n.org>
9296         * international/quail.el (quail-insert-kbd-layout): Surround each
9297         row by LRO and PDF instead of inserting many LRMs.  Pad the left
9298         and right of each non-spacing marks.  Insert invisible space
9299         between lower and upper characters to prevent composition.
9301 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9303         * minibuffer.el (minibuffer-complete): Don't get confused when the
9304         function is run twice via different commands (bug#10958).
9305         (complete-with-action): Fix docstring.
9307 2012-03-12  Chong Yidong  <cyd@gnu.org>
9309         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9310         (nxml-completion-at-point-function): New function.
9311         (nxml-mode): Use it.
9312         (nxml-bind-meta-tab-to-complete-flag): Default to t.
9314         * emacs-lisp/package.el (package-unpack, package-unpack-single):
9315         Load generated autoloads file before byte compiling (Bug#10970).
9316         (package--make-autoloads-and-compile): New helper fun.
9318 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
9320         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9322 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
9324         * autorevert.el (auto-revert-handler): Ensure, that
9325         file-readable-p is applied only for local files or in
9326         auto-revert-tail-mode.
9328 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
9330         * server.el (server-eval-at): Handle non-tcp connections.
9331         Decode result string.
9333         * server.el (server-msg-size): New constant.
9334         (server-reply-print): New function.
9335         (server-eval-and-print): Use it.
9336         (server-eval-at): Use server-quote-arg and server-unquote-arg.
9337         Handle -print-nonl.
9339 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
9341         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
9342         (Bug#10987).
9344 2012-03-11  Chong Yidong  <cyd@gnu.org>
9346         * simple.el (goto-line): Doc fix (Bug#9938).
9348         * subr.el (save-window-excursion): Doc fix (Bug#9979).
9350         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
9351         when finished (Bug#10963).
9353 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
9355         * window.el (split-window-below): Fix bug in case where
9356         split-window-keep-point is nil (Bug#10971).
9358 2012-03-11  Juri Linkov  <juri@jurta.org>
9360         * replace.el (replace-highlight): Set isearch-word to nil
9361         unconditionally.  (Bug#10887)
9363 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
9365         * net/mairix.el (mairix-replace-invalid-chars): Rename from
9366         mairix-replace-illegal-chars; all callers changed.  Don't remove
9367         ^, ~, and = characters: they are meaningful in mairix search specs.
9368         (mairix-widget-create-query): Add usage information about mairix
9369         search forms: negating words, searching for substrings, etc.
9371 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
9373         * international/fontset.el (font-encoding-alist): Add an entry for
9374         ksx1001 (Bug#5667).
9376 2012-03-10  Richard Stallman  <rms@gnu.org>
9378         * mail/sendmail.el (mail-encode-header):
9379         Set rfc2047-encode-encoded-words.
9381         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
9383         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
9384         view buffer means not swapped.
9385         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
9386         (rmail-write-region-annotate): Error if real text has disappeared.
9388         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
9390 2012-03-10  Chong Yidong  <cyd@gnu.org>
9392         * emulation/cua-rect.el (cua--init-rectangles):
9393         * emulation/cua-base.el (cua--init-keymaps):
9394         Add delete-forward-char to remappings (Bug#9666).
9396 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
9398         * speedbar.el (speedbar-unhighlight-one-tag-line):
9399         Avoid unhighlighting due to frame switching (Bug#10275).
9401 2012-03-10  Chong Yidong  <cyd@gnu.org>
9403         * minibuffer.el (completion-in-region, completion-help-at-point):
9404         Give the completion field overlay a high priority (Bug#6830).
9406         * dired.el (dired-goto-file): Recognize absolute file name
9407         listings (Bug#7126).
9408         (dired-goto-file-1): New helper function.
9409         (dired-toggle-read-only): Inhibit warnings.
9411 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
9413         * net/dbus.el (dbus-property-handler): Return empty array if
9414         there are no properties.
9416 2012-03-09  Leo Liu  <sdl.web@gmail.com>
9418         * savehist.el (savehist-printable): Stricter check for string
9419         value (Bug#10937).
9421 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
9423         * mail/smtpmail.el (smtpmail-send-it):
9424         Bind coding-system-for-write to *-unix, so that FCC files are kept in
9425         valid mbox format.
9427 2012-03-09  Glenn Morris  <rgm@gnu.org>
9429         * files.el (dir-locals-find-file):
9430         Don't check result is regular, readable.
9431         (dir-locals-read-from-file): Demote errors.
9433 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
9435         * international/quail.el (quail-insert-kbd-layout):
9436         Insert invisible LRM characters before each character in a keyboard
9437         layout cell, to prevent their reordering by bidi display engine.
9438         For details, see the discussion in
9439         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
9441 2012-03-08  Alan Mackenzie  <acm@muc.de>
9443         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
9444         the starting position; make it extend the marked region when
9445         invoked repeatedly - all under appropriate circumstances.
9446         Fixes bugs #5525, #10906.
9448 2012-03-08  Glenn Morris  <rgm@gnu.org>
9450         * files.el (locate-dominating-file, dir-locals-find-file):
9451         Undo 2012-03-06 change.
9453 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
9455         * international/quail.el (quail-help):
9456         Force bidi-paragraph-direction be left-to-right.  See discussion in
9457         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
9458         for the reason.
9460 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
9462         Avoid superfluous registering of signals.  (Bug#10807)
9464         * notifications.el (notifications-on-action-object)
9465         (notifications-on-close-object): New defvars.
9466         (notifications-on-action-signal, notifications-on-closed-signal):
9467         Unregister the signal if not needed any longer.
9468         (notifications-notify): Register `notifications-action-signal' or
9469         `notifications-closed-signal', if :on-action or :on-close has been
9470         passed as argument.
9472 2012-03-07  Chong Yidong  <cyd@gnu.org>
9474         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
9475         non-X platforms.
9477 2012-03-06  Glenn Morris  <rgm@gnu.org>
9479         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9480         (x-disown-selection-internal, x-get-selection-internal):
9481         Doc fix (add arglist signatures).  (Bug#10783)
9483 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
9485         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9486         Handle breakpoints with no "type".
9488 2012-03-06  Glenn Morris  <rgm@gnu.org>
9490         * files.el (locate-dominating-file): Add optional predicate argument.
9491         (dir-locals-find-file): Make use of above change.
9493 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
9495         * info.el (Info-insert-dir): Also try "dir.gz".
9497 2012-03-06  Glenn Morris  <rgm@gnu.org>
9499         * files.el (dir-locals-find-file):
9500         Ignore non-readable or non-regular files.  (Bug#10928)
9502         * files.el (locate-dominating-file): Doc fix.
9504 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
9506         * calendar/calendar.el (calendar-set-mode-line):
9507         `getenv' returns a string.  (Bug#10951)
9509 2012-03-05  Leo Liu  <sdl.web@gmail.com>
9511         * simple.el (backward-delete-char-untabify): Constrain point to
9512         field (Bug#10939).
9514         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
9516 2012-03-05  Chong Yidong  <cyd@gnu.org>
9518         * simple.el (count-words): If called from Lisp, return the word
9519         count, for symmetry with `count-lines'.  Arglist changed.
9520         (count-words--message): Args changed.  Consolidate counting code
9521         from count-words and count-words-region.
9522         (count-words-region): Caller changed.
9523         (count-lines-region): Make it an obsolete alias.
9525 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
9527         * saveplace.el (save-place-to-alist)
9528         (save-place-ignore-files-regexp): Allow value nil to disable this
9529         feature.
9531 2012-03-04  Chong Yidong  <cyd@gnu.org>
9533         * faces.el (face-spec-reset-face): For the default face, reset the
9534         attributes to default values (Bug#10748).
9536 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9538         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
9539         previous patch: Check `message-send-mail-function', and not the
9540         default function (bug#10897).
9542 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
9544         * notifications.el (notifications-on-action-signal)
9545         (notifications-on-closed-signal): Check for unique service name of
9546         incoming event.  Fix error in removing entry.
9547         (top): Register for signals with wildcard service name.
9548         (notifications-notify): Use daemon unique service name for map entries.
9550 2012-03-04  Chong Yidong  <cyd@gnu.org>
9552         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
9554 2012-03-04  Glenn Morris  <rgm@gnu.org>
9556         * abbrev.el (copy-abbrev-table, abbrev-table-p)
9557         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
9558         (expand-abbrev, define-abbrev-table): Doc fixes.
9560 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9562         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
9563         `message-default-send-mail-function' and not `send-mail-function'
9564         when doing the prompting for `sendmail-query-once' before sending
9565         in Message buffers (bug#10897).
9567         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
9568         This is inconsistent with all the other stream functions, which leave
9569         the setting up to the higher levels (if so wanted) (bug#10931).
9571 2012-03-02  Alan Mackenzie  <acm@muc.de>
9573         Depessimize the handling of very large macros.
9575         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
9576         (c-macro-cache-syntactic): New variables to implement a one
9577         element macro cache.
9578         (c-invalidate-macro-cache): New function.
9579         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
9580         Adapt to use the new cache.
9581         (c-state-safe-place): Use better the cache of safe positions.
9582         (c-state-semi-nonlit-pos-cache)
9583         (c-state-semi-nonlit-pos-cache-limit):
9584         New variables for...
9585         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
9586         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
9587         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
9588         Use c-state-semi-safe-place.
9590         * progmodes/cc-langs.el (c-get-state-before-change-functions):
9591         Add c-invalidate-macro-cache to the C, C++, Obj entries.
9593 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
9595         * jka-compr.el (jka-compr-call-process):
9596         Apply `file-accessible-directory-p' only when the default directory is
9597         not remote.
9599 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
9601         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
9602         access of FILE2, if FILE1 does not exist.
9604         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
9605         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
9607         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
9608         Add "PAGER=" to `process-environment'.
9610 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
9612         * progmodes/sql.el: Bug fix
9613         (sql-get-login-ext): Save login values in globals.
9614         (sql-get-login): Use new version of `sql-get-login-ext'.
9615         (sql-interactive-mode): Set global `sql-connection' to nil.
9616         (sql-connect): Set global values for connection.
9617         (sql-product-interactive): Save global values as buffer local.
9619 2012-02-29  Leo Liu  <sdl.web@gmail.com>
9621         * abbrev.el (define-abbrevs): Reset sys to nil.
9623 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9625         * files.el (file-equal-p): Rename from `files-equal-p'.
9626         Return nil when one or both files don't exist.
9627         (file-subdir-of-p): Now only top directory must exists,
9628         return nil if it doesn't.
9629         (copy-directory): No need to test with `file-subdir-of-p' after
9630         creating dir.
9631         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
9632         to `file-equal-p'.
9634 2012-02-28  Glenn Morris  <rgm@gnu.org>
9636         * shell.el (shell-mode):
9637         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
9638         * play/landmark.el (landmark-font-lock-face-O):
9639         * play/handwrite.el (handwrite):
9640         * play/gomoku.el (gomoku-O):
9641         * net/browse-url.el (browse-url-browser-display):
9642         * international/mule.el (define-charset):
9643         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
9644         * filesets.el (filesets-find-file-delay):
9645         * eshell/em-xtra.el (eshell-xtra):
9646         * eshell/em-unix.el (eshell-grep):
9647         * emulation/viper.el (viper-mode):
9648         * emacs-lisp/regexp-opt.el (regexp-opt-group):
9649         * emacs-lisp/easymenu.el (easy-menu-define):
9650         * calendar/timeclock.el (timeclock-use-display-time):
9651         * bs.el (bs-mode):
9652         * bookmark.el (bookmark-save-flag):
9653         Doc fix (standardize possessive apostrophe usage).
9655 2012-02-27  Chong Yidong  <cyd@gnu.org>
9657         * emulation/viper-cmd.el (viper-intercept-ESC-key):
9658         Fix key-binding lookup for ESC key (Bug#9146).
9660         * font-lock.el (font-lock-specified-p): Rename from
9661         font-lock-spec-present.  Callers changed.
9663 2012-02-27  Daniel Hackney  <dan@haxney.org>
9665         * emacs-lisp/package.el (package-compute-transaction):
9666         Handle holding a package version to t in package-load-list.
9668 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
9670         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
9671         (tramp-get-inode, tramp-get-device): Use cached values.
9673 2012-02-26  Alan Mackenzie  <acm@muc.de>
9675         Check there is a font-lock specification before doing initial
9676         fontification.
9678         * font-core.el (font-lock-mode): Move the conditional from
9679         :after-hook to font-lock-initial-fontify.
9680         (font-lock-default-function): Move the check for a specification
9681         to font-lock-spec-present.
9683         * font-lock.el (font-lock-initial-fontify): Call ...
9684         (font-lock-spec-present): New function.
9686 2012-02-26  Jim Blandy  <jimb@red-bean.com>
9688         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
9689         (gdb-send): Apply it to the operand of the '-interpreter-exec
9690         console' command, so that we can pass arguments with (say) quotes
9691         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
9693 2012-02-26  Chong Yidong  <cyd@gnu.org>
9695         * help-fns.el (describe-function-1): Clarify description of
9696         remapping (Bug#10844).
9698         * files.el (files-equal-p): Doc fix.
9699         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
9700         and quit the loop once a mismatch is found.
9702 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
9704         * bs.el (bs--show-with-configuration): Don't throw an error
9705         if the window cannot be split; otherwise, subsequent calls to
9706         bs-show fail, restoring a stale window config.  (Bug#10882)
9708 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
9710         * term/ns-win.el (global-map): Bind ns-drag-file to
9711         ns-find-file (Bug#5855, Bug#10050).
9713 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
9715         * calendar/parse-time.el (parse-time-string): Allow extractor to
9716         return nil.
9718 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
9720         * net/tramp.el (tramp-file-name-for-operation):
9721         Add `files-equal-p' and `file-subdir-of-p'.
9723         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
9724         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
9725         Add COPY-CONTENTS argument.
9727 2012-02-25  Chong Yidong  <cyd@gnu.org>
9729         Add custom groups for VC backends, for consistency with vc-bzr.
9731         * vc/vc-arch.el (vc-arch):
9732         * vc/vc-cvs.el (vc-cvs):
9733         * vc/vc-git.el (vc-git):
9734         * vc/vc-hg.el (vc-hg):
9735         * vc/vc-mtn.el (vc-mtn):
9736         * vc/vc-rcs.el (vc-rcs):
9737         * vc/vc-sccs.el (vc-sccs):
9738         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
9739         All relevant defcustoms reassigned.
9741 2012-02-25  Chong Yidong  <cyd@gnu.org>
9743         * newcomment.el (comment-styles): Add autoload (Bug#10868).
9745         * term/x-win.el (x-initialize-window-system): Reduce default for
9746         x-selection-timeout to 5 seconds (Bug#8869).
9748 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9750         * files.el (files-equal-p, file-subdir-of-p): New functions.
9751         (copy-directory): Error when trying to copy a directory on itself.
9752         Add missing copy-contents arg to tramp handler.
9753         * dired-aux.el (dired-copy-file-recursive): Same.
9754         (dired-create-files): Modify destination when source is equal to
9755         dest when copying files.
9756         Return also when dest is a subdir of source.  (Bug#10489)
9758 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
9760         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
9761         (Bug#10874)
9763 2012-02-23  Alan Mackenzie  <acm@muc.de>
9765         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
9766         parameter "after-hook:" to allow the expansion to run code after
9767         the execution of the mode hooks.
9769         * font-lock.el (font-lock-initial-fontify): New function extracted
9770         from font-lock-mode-internal.
9772         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
9773         :after-hook.
9775 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9777         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
9778         (completion--cache-all-sorted-completions): New function.
9779         (completion-all-sorted-completions): Use it.
9780         (completion--do-completion, minibuffer-force-complete):
9781         Use it to re-instate the flush hook.
9783         * icomplete.el (icomplete-completions): Replace last fix with a better
9784         one (bug#10850).
9786 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
9788         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
9789         when it might call us back infinitely (bug#10797).
9791 2012-02-23  Glenn Morris  <rgm@gnu.org>
9793         * minibuffer.el (completion-category-overrides): Doc fix.
9795 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9797         * minibuffer.el (completion-table-with-context): Fix inf-loop.
9798         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
9800 2012-02-23  Glenn Morris  <rgm@gnu.org>
9802         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
9803         (authors-obsolete-files-regexps, authors-ignored-files)
9804         (authors-ambiguous-files, authors-renamed-files-alist):
9805         Add more entries.
9807 2012-02-23  Juri Linkov  <juri@jurta.org>
9809         * isearch.el (isearch-occur): Sync interactive spec with occur's
9810         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
9812         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
9814 2012-02-22  Juri Linkov  <juri@jurta.org>
9816         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
9817         (ucs-insert): Doc fix.  Check for hex digits in the string.
9818         Don't display `nil' in the error message.  (Bug#10857)
9820 2012-02-22  Alan Mackenzie  <acm@muc.de>
9822         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
9824 2012-02-22  Glenn Morris  <rgm@gnu.org>
9826         * ffap.el (ffap-c-path):
9827         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
9829 2012-02-22  Chong Yidong  <cyd@gnu.org>
9831         * custom.el (load-theme): Doc fix.
9833 2012-02-22  Glenn Morris  <rgm@gnu.org>
9835         * dired-x.el (dired-guess-shell-alist-default):
9836         Remove escape sequences from nroff output.  (Bug#172)
9838 2012-02-21  Glenn Morris  <rgm@gnu.org>
9840         * vc/emerge.el (emerge-defvar-local):
9841         Set `permanent-local' property rather than unused `preserved'.
9843         * textmodes/picture.el (picture-delete-char): New alias.
9844         (picture-mode-map): Use it.  (Bug#10860)
9845         (picture-mode): Doc fix.
9847 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
9849         * newcomment.el (uncomment-region-default): Remove unused binding.
9851 2012-02-21  Glenn Morris  <rgm@gnu.org>
9853         * textmodes/picture.el (picture-motion, picture-motion-reverse)
9854         (picture-self-insert, picture-tab-chars): Doc fix.
9855         (picture-mode-map): Fix C-a, C-e.
9857 2012-02-20  Glenn Morris  <rgm@gnu.org>
9859         * emacs-lisp/authors.el (authors-aliases): Add another entry.
9861 2012-02-20  Leo Liu  <sdl.web@gmail.com>
9863         * icomplete.el (icomplete-completions): Check FROM arg before
9864         passing to substring (Bug#10850).
9866 2012-02-19  Chong Yidong  <cyd@gnu.org>
9868         * comint.el: Require ansi-color.
9869         (comint-output-filter-functions): Add ansi-color-process-output.
9871         * ansi-color.el: Don't set comint-output-filter-functions; it is
9872         now in the initial value defined in comint.el.
9873         (ansi-color-apply-face-function): New variable.
9874         (ansi-color-apply-on-region): Use it.
9875         (ansi-color-apply-overlay-face): New function.
9877         * shell.el (shell): No need to require ansi-color.
9878         (shell-mode): Use ansi-color-apply-face-function to highlight
9879         color escapes using font-lock-face property (Bug#10835).
9881 2012-02-19  Chong Yidong  <cyd@gnu.org>
9883         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
9884         mode-line formats (Bug#10839).
9886 2012-02-18  Glenn Morris  <rgm@gnu.org>
9888         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
9890         * mail/undigest.el (unforward-rmail-message): Doc fix.
9892         * saveplace.el (save-place-ignore-files-regexp): Add :version.
9894 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
9896         * international/characters.el (script-list): Sync with the latest
9897         Unicode Character Database.
9899 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
9901         * international/titdic-cnv.el: Remove duplicate coding tag.
9902         * language/cham.el: Likewise.
9903         * language/tai-viet.el: Likewise.
9905 2012-02-18  Glenn Morris  <rgm@gnu.org>
9907         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
9908         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
9909         (calendar-bahai-all-holidays-flag, calendar-other-dates):
9910         * calendar/diary-lib.el (diary-abbreviated-year-flag):
9911         * calendar/holidays.el (holiday-bahai-holidays)
9912         (calendar-holidays, list-holidays):
9913         Use utf-8 Bahá'í in doc-strings, menus, etc.
9915 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
9917         * saveplace.el (save-place-ignore-files-regexp): New variable
9918         allowing for excluding files from saving their location of point.
9919         The default value matches the temporary commit message editing
9920         files from Git, SVN, Bazaar, and Mercurial.
9921         (save-place-to-alist): Use it.
9923 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
9924             Stefan Monnier  <monnier@iro.umontreal.ca>
9926         * newcomment.el (uncomment-region-default): Don't leave extra space
9927         when an arg is provided (bug#8150).
9929 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
9931         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
9933 2012-02-17  Glenn Morris  <rgm@gnu.org>
9935         * net/socks.el: Require network-stream.  (Bug#10599)
9937 2012-02-17  Kenichi Handa  <handa@m17n.org>
9939         * international/charprop.el:
9940         * international/uni-name.el:
9941         * international/uni-old-name.el:
9942         * international/uni-comment.el: Regenerate.
9944 2012-02-16  Glenn Morris  <rgm@gnu.org>
9946         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
9947         Interactively in calendar buffer, give an error if not on a date.
9949 2012-02-15  Glenn Morris  <rgm@gnu.org>
9951         * shell.el (shell-delimiter-argument-list):
9952         Revert 2011-02-17 change.  (Bug#8027)
9954 2012-02-15  Chong Yidong  <cyd@gnu.org>
9956         * minibuffer.el (completion-at-point-functions): Doc fix.
9958         * custom.el (defcustom): Doc fix; note use of defvar.
9960 2012-02-15  Glenn Morris  <rgm@gnu.org>
9962         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
9963         Doc fixes.
9965 2012-02-14  Glenn Morris  <rgm@gnu.org>
9967         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
9969 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
9971         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
9972         way the ports list is computed.
9973         (smtpmail-query-smtp-server): Prompt the user for a port number if
9974         we can't connect to any of the standard ports (bug#10810).
9976 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9978         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
9980 2012-02-13  Glenn Morris  <rgm@gnu.org>
9982         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
9984 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
9986         * net/gnutls.el (gnutls-trustfiles): New variable.
9987         (gnutls-negotiate): Use it.
9989 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
9991         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
9992         does its stuff if Gnus is running.
9994 2012-02-13  Alan Mackenzie  <acm@muc.de>
9996         Fix a loop in c-set-fl-decl-start.
9998         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
9999         c-backward-syntactic-ws actually moves backwards.
10001 2012-02-13  Leo Liu  <sdl.web@gmail.com>
10003         * net/rcirc.el (rcirc-markup-attributes): Move point to the
10004         beginning so that all \C-o chars are removed.
10006 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
10008         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10010 2012-02-12  Alan Mackenzie  <acm@muc.de>
10012         Fix infinite loop with long macros.
10013         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10015 2012-02-12  Chong Yidong  <cyd@gnu.org>
10017         * window.el (display-buffer): Doc fix (Bug#10785).
10019 2012-02-12  Glenn Morris  <rgm@gnu.org>
10021         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10022         (x-disown-selection-internal, x-get-selection-internal):
10023         Sync docs with the xselect.c versions.
10025         * allout-widgets.el: Add missing license notice.
10027 2012-02-11  Glenn Morris  <rgm@gnu.org>
10029         * select.el (x-get-selection-internal, x-own-selection-internal)
10030         (x-disown-selection-internal):
10031         * x-dnd.el (x-get-selection-internal): Update declarations.
10033         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10035         * window.el (window-sides-slots):
10036         * tool-bar.el (tool-bar-position):
10037         * term/xterm.el (xterm-extra-capabilities):
10038         * ses.el (ses-self-reference-early-detection):
10039         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10040         (verilog-auto-wire-type)
10041         (verilog-auto-delete-trailing-whitespace)
10042         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10043         (verilog-auto-tieoff-declaration):
10044         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10045         (sql-oracle-statement-starters, sql-oracle-scan-on):
10046         * progmodes/prolog.el (prolog-align-comments-flag)
10047         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10048         (prolog-left-indent-regexp, prolog-paren-indent-p)
10049         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10050         (prolog-types, prolog-mode-specificators)
10051         (prolog-determinism-specificators, prolog-directives)
10052         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10053         (prolog-electric-dot-flag)
10054         (prolog-electric-dot-full-predicate-template)
10055         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10056         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10057         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10058         (prolog-program-switches, prolog-prompt-regexp)
10059         (prolog-debug-on-string, prolog-debug-off-string)
10060         (prolog-trace-on-string, prolog-trace-off-string)
10061         (prolog-zip-on-string, prolog-zip-off-string)
10062         (prolog-use-standard-consult-compile-method-flag)
10063         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10064         (prolog-imenu-max-lines, prolog-info-predicate-index)
10065         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10066         (prolog-char-quote-workaround):
10067         * progmodes/cc-vars.el (c-defun-tactic):
10068         * net/tramp.el (tramp-encoding-command-interactive)
10069         (tramp-local-end-of-line):
10070         * net/soap-client.el (soap-client):
10071         * net/netrc.el (netrc-file):
10072         * net/gnutls.el (gnutls):
10073         * minibuffer.el (completion-category-overrides)
10074         (completion-cycle-threshold)
10075         (completion-pcm-complete-word-inserts-delimiters):
10076         * man.el (Man-name-local-regexp):
10077         * mail/feedmail.el (feedmail-display-full-frame):
10078         * international/characters.el (glyphless-char-display-control):
10079         * eshell/em-ls.el (eshell-ls-date-format):
10080         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10081         (lisp-lambda-list-keyword-parameter-indentation)
10082         (lisp-lambda-list-keyword-parameter-alignment):
10083         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10084         * dired-x.el (dired-omit-verbose):
10085         * cus-theme.el (custom-theme-allow-multiple-selections):
10086         * calc/calc.el (calc-highlight-selections-with-faces)
10087         (calc-lu-field-reference, calc-lu-power-reference)
10088         (calc-note-threshold):
10089         * battery.el (battery-mode-line-limit):
10090         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10091         (archive-7z-update):
10092         * allout.el (allout-prefixed-keybindings)
10093         (allout-unprefixed-keybindings)
10094         (allout-inhibit-auto-fill-on-headline)
10095         (allout-flattened-numbering-abbreviation):
10096         * allout-widgets.el (allout-widgets-auto-activation)
10097         (allout-widgets-icons-dark-subdir)
10098         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10099         (allout-widgets-theme-dark-background)
10100         (allout-widgets-theme-light-background)
10101         (allout-widgets-item-image-properties-emacs)
10102         (allout-widgets-item-image-properties-xemacs)
10103         (allout-widgets-run-unit-tests-on-load)
10104         (allout-widgets-time-decoration-activity)
10105         (allout-widgets-hook-error-post-time)
10106         (allout-widgets-track-decoration):
10107         Add missing :version tags to new defcustoms and defgroups.
10109         * progmodes/sql.el (sql-ansi-statement-starters)
10110         (sql-oracle-statement-starters): Add custom type.
10112         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10113         (prolog-system-version): Give it a type.
10115 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
10117         * term/pc-win.el (x-select-text, x-selection-owner-p)
10118         (x-own-selection-internal, x-disown-selection-internal)
10119         (x-get-selection-internal): Sync doc strings and argument lists
10120         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
10122 2012-02-11  Leo Liu  <sdl.web@gmail.com>
10124         * progmodes/python.el (python-end-of-statement): Fix infinite
10125         loop.  (Bug#10788)
10127 2012-02-10  Glenn Morris  <rgm@gnu.org>
10129         * international/mule-cmds.el (unify-8859-on-encoding-mode)
10130         (unify-8859-on-decoding-mode): Properly mark as obsolete.
10132 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
10134         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10135         about SMTP before checking the From header.
10137         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
10138         into own function for reuse by emacsbug.el.
10140 2012-02-10  Leo Liu  <sdl.web@gmail.com>
10142         * subr.el (condition-case-unless-debug): Rename from
10143         condition-case-no-debug.  All callers changed.
10144         (with-demoted-errors): Fix caller.
10146         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10147         * nxml/rng-valid.el (rng-do-some-validation):
10148         * emacs-lisp/package.el (package-refresh-contents)
10149         (package-menu-execute):
10150         * desktop.el (desktop-create-buffer):
10151         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
10153 2012-02-10  Glenn Morris  <rgm@gnu.org>
10155         * textmodes/bibtex.el:
10156         Add missing :version tags for new/changed defcustoms.
10158         * files.el (remote-file-name-inhibit-cache): Doc fixes.
10160 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
10162         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10163         (smtpmail-via-smtp): Use it, or fall back on the From address.
10164         (smtpmail-send-it): Ditto.
10166 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10168         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10169         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
10170         (byte-compile-tmp-var): New const.
10171         (byte-compile-defvar): Use it to minimize .elc size.
10172         Just use `defvar' rather than simulate it (bug#10761).
10174 2012-02-09  Glenn Morris  <rgm@gnu.org>
10176         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
10178         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10179         Add :version tags.
10181         * progmodes/compile.el (compilation-error-screen-columns)
10182         (compilation-first-column, compilation-filter-start): Doc fixes.
10184         * vc/log-view.el (log-view-toggle-entry-display):
10185         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10187         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10188         (report-emacs-bug-can-use-xdg-email):
10189         (report-emacs-bug-insert-to-mailer): Doc fixes.
10190         (report-emacs-bug): Message fix.
10192         * net/browse-url.el (browse-url-can-use-xdg-open)
10193         (browse-url-xdg-open): Doc fixes.
10195         * electric.el (electric-indent-mode, electric-pair-mode)
10196         (electric-layout-rules, electric-layout-mode): Doc fixes.
10197         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10199 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
10201         * server.el (server-unselect-display): Don't inadvertently kill
10202         the current buffer.  (Bug#10729)
10204 2012-02-08  Glenn Morris  <rgm@gnu.org>
10206         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10207         (sql-list-table): Doc fixes.
10209         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10210         Comment out (does nothing).
10212         * completion.el (dynamic-completion-mode):
10213         * dirtrack.el (dirtrack-debug-mode):
10214         * electric.el (electric-layout-mode):
10215         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10216         * face-remap.el (text-scale-mode, buffer-face-mode):
10217         * iimage.el (iimage-mode):
10218         * image-mode.el (image-transform-mode):
10219         * minibuffer.el (completion-in-region-mode):
10220         * scroll-lock.el (scroll-lock-mode):
10221         * simple.el (next-error-follow-minor-mode):
10222         * tar-mode.el (tar-subfile-mode):
10223         * tooltip.el (tooltip-mode):
10224         * vcursor.el (vcursor-use-vcursor-map):
10225         * wid-browse.el (widget-minor-mode):
10226         * emulation/tpu-edt.el (tpu-edt-mode):
10227         * emulation/tpu-extras.el (tpu-cursor-free-mode):
10228         * international/iso-ascii.el (iso-ascii-mode):
10229         * language/thai-util.el (thai-word-mode):
10230         * mail/supercite.el (sc-minor-mode):
10231         * net/goto-addr.el (goto-address-mode):
10232         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10233         * progmodes/cwarn.el (cwarn-mode):
10234         * progmodes/flymake.el (flymake-mode):
10235         * progmodes/glasses.el (glasses-mode):
10236         * progmodes/hideshow.el (hs-minor-mode):
10237         * progmodes/pascal.el (pascal-outline-mode):
10238         * textmodes/enriched.el (enriched-mode):
10239         * vc/smerge-mode.el (smerge-mode):
10240         Doc fixes (minor mode argument).
10242 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
10244         * ls-lisp.el (ls-lisp-sanitize): New function.
10245         (ls-lisp-insert-directory): Use it to fix or remove any elements
10246         in file-alist with missing attributes.  (Bug#4673)
10248 2012-02-07  Alan Mackenzie  <acm@muc.de>
10250         Fix spurious recognition of c-in-knr-argdecl.
10252         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10253         putative K&R region.
10255 2012-02-07  Alan Mackenzie  <acm@muc.de>
10257         * progmodes/cc-engine.el (c-forward-objc-directive):
10258         Prevent looping in "#pragma mark @implementation".
10260 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
10262         * notifications.el (notifications-on-closed-signal): Make `reason'
10263         optional.  (Bug#10744)
10265 2012-02-07  Glenn Morris  <rgm@gnu.org>
10267         * emacs-lisp/easy-mmode.el (define-minor-mode):
10268         Doc fixes for the macro and the mode it defines.
10270         * image.el (imagemagick-types-inhibit): Doc fix.
10272         * cus-start.el (imagemagick-render-type): Add it.
10274 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
10276         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10277         Set the default at load time, too, so that `font-lock-fontify-buffer'
10278         can be called without setting up the entire mode first.  This fixes
10279         a bug in `mm-inline-text' with C MIME parts.
10281 2012-02-06  Chong Yidong  <cyd@gnu.org>
10283         * simple.el (list-processes--refresh): Delete exited processes
10284         (Bug#8094).
10286         * comint.el (comint-next-prompt): next-single-char-property-change
10287         and prev-single-char-property-change never return nil (Bug#8657).
10289         * custom.el (defcustom): Doc fix (Bug#9711).
10291 2012-02-05  Chong Yidong  <cyd@gnu.org>
10293         * cus-edit.el (custom-variable-reset-backup): Quote the value
10294         before storing it in the customized-value property (Bug#6712).
10295         (custom-display): Add a customization type tag.
10296         (custom-buffer-create-internal): Improve tooltip message.
10298         * wid-edit.el (widget-field-value-get): New optional arg to
10299         suppress trailing whitespace truncation.
10300         (character): Use it (Bug#2689).
10302 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
10304         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10305         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10307 2012-02-05  Chong Yidong  <cyd@gnu.org>
10309         * cus-edit.el (custom-variable-value-create): For mismatched
10310         types, show the current value (Bug#7600).
10312         * custom.el (defcustom): Doc fix.
10314 2012-02-05  Glenn Morris  <rgm@gnu.org>
10316         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10318 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
10320         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
10321         (pp-buffer): Use `ignore-errors', `looking-at-p'.
10322         (pp-last-sexp): Use `looking-at-p'.
10324 2012-02-04  Glenn Morris  <rgm@gnu.org>
10326         * files.el (revert-buffer):
10327         Doc fix (mention revert-buffer-in-progress-p).
10329         * emacs-lisp/ert-x.el (ert-simulate-command):
10330         Check deferred-action-list (which is obsolete) is bound.
10332         * subr.el (with-wrapper-hook): Doc fixes.
10334         * simple.el (filter-buffer-substring-functions)
10335         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10337 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
10339         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
10340         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
10342 2012-02-04  Leo Liu  <sdl.web@gmail.com>
10344         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
10346 2012-02-04  Glenn Morris  <rgm@gnu.org>
10348         * image.el (image-extension-data): Add obsolete alias.
10350         * isearch.el (isearch-update): Doc fix.
10352         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
10354         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
10356 2012-02-03  Glenn Morris  <rgm@gnu.org>
10358         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
10359         (image-animate-timeout): Doc fix.
10361         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
10363 2012-02-02  Glenn Morris  <rgm@gnu.org>
10365         * server.el (server-auth-dir): Doc fix.
10366         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
10368         * subr.el (run-mode-hooks): Doc fix.
10370 2012-02-02  Juri Linkov  <juri@jurta.org>
10372         * image-mode.el (image-toggle-display-image): Remove tautological
10373         `major-mode' from the `derived-mode-p' test.
10375 2012-02-02  Kenichi Handa  <handa@m17n.org>
10377         * composite.el (compose-region): Cancel previous change.
10379 2012-02-02  Kenichi Handa  <handa@m17n.org>
10381         * composite.el (compose-region, compose-string): Signal error for
10382         a null string component (Bug#6988).
10384 2012-02-01  Chong Yidong  <cyd@gnu.org>
10386         * view.el (view-buffer-other-window, view-buffer-other-frame):
10387         Handle special modes like view-buffer (Bug#10650).
10388         (view-buffer): Simplify.
10390         * frame.el (set-frame-font): Tweak meaning of third argument.
10392         * dynamic-setting.el (font-setting-change-default-font):
10393         Use set-frame-font (Bug#9982).
10395 2012-02-01  Glenn Morris  <rgm@gnu.org>
10397         * progmodes/compile.el (compilation-internal-error-properties):
10398         Respect compilation-first-column in the "*compilation*" buffer.
10400         * emacs-lisp/easy-mmode.el (define-minor-mode):
10401         Relax :variable's test for a named function.
10403 2012-01-31  Alan Mackenzie  <acm@muc.de>
10405         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
10406         off by one error.
10408 2012-01-31  Chong Yidong  <cyd@gnu.org>
10410         * frame.el (set-frame-font): New arg ALL-FRAMES.
10412         * menu-bar.el (menu-set-font): Use set-frame-font.
10414         * faces.el (face-spec-reset-face): Don't apply unspecified
10415         attribute values to the default face.
10417 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
10419         * progmodes/cwarn.el (cwarn): Remove dead link.
10420         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
10421         Remove * from defcustom docstrings.
10422         (turn-on-cwarn-mode): Make obsolete.
10423         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
10424         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
10426 2012-01-31  Glenn Morris  <rgm@gnu.org>
10428         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10429         Fix :variable handling of mode a symbol not equal to modefun.
10430         Allow named functions to be used as the cdr of :variable.
10432 2012-01-30  Glenn Morris  <rgm@gnu.org>
10434         * emacs-lisp/authors.el (authors-fixed-entries):
10435         Remove reference to deleted file rnewspost.el.
10437 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
10439         * window.el (window-with-parameter): Remove unused variable `windows'.
10440         (window--side-check): Remove unused variable `code'.
10441         (window--resize-siblings): Remove unused variable `first'.
10442         (adjust-window-trailing-edge): Remove unused variable `failed'.
10443         (window-deletable-p, window--delete): Remove unused variable `buffer'.
10444         Use `let', not `let*'.
10445         (balance-windows-2): Remove unused variable `found'.
10446         (window--state-put-2): Remove unused variable `splits'.
10447         (window-state-put): Remove unused variable `selected'.
10448         (same-window-p): Use `string-match-p'.
10449         (display-buffer-assq-regexp): Remove unused variable `value'.
10450         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10451         Mark argument ALIST as ignored.
10452         (pop-to-buffer): Remove unused variable `old-window'.
10454 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
10456         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
10457         and .lzma compressed files.
10459 2012-01-29  Chong Yidong  <cyd@gnu.org>
10461         * frame.el (window-system-default-frame-alist): Doc fix.
10463         * dynamic-setting.el (font-setting-change-default-font): Don't
10464         change the default face if SET-FONT argument is non-nil (Bug#9982).
10466 2012-01-29  Samuel Bronson  <naesten@gmail.com>  (tiny change)
10468         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
10470 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
10472         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
10473         breakpoints in files outside current directory (Bug#6098).
10475 2012-01-29  Chong Yidong  <cyd@gnu.org>
10477         * progmodes/python.el: Require ansi-color at top-level.
10479         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
10480         Define and use in Emacs Lisp mode (Bug#9360).
10481         (lisp-mode-abbrev-table): Add doc.
10482         (lisp-mode-variables): Don't set local-abbrev-table.
10483         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
10485 2012-01-28  Roland Winkler  <winkler@gnu.org>
10487         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
10489 2012-01-28  Roland Winkler  <winkler@gnu.org>
10491         * textmodes/bibtex.el (bibtex-entry-alist): New function.
10492         (bibtex-set-dialect): Use it.  Either set global values of
10493         dialect-dependent variables or bind these variables buffer-locally
10494         (Bug#10254).
10495         (bibtex-mode): Call bibtex-set-dialect via
10496         hack-local-variables-hook.
10497         (bibtex-dialect): Update docstring.
10498         Add safe-local-variable predicate.
10499         (bibtex-entry-alist, bibtex-field-alist): Initialize via
10500         bibtex-set-dialect.
10501         (bibtex-mode-map): Define menu for each dialect.
10502         (bibtex-entry): Fix docstring.
10504 2012-01-28  Chong Yidong  <cyd@gnu.org>
10506         * eshell/esh-arg.el (eshell-quote-argument): New function.
10508         * eshell/esh-ext.el (eshell-invoke-batch-file):
10509         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
10510         first arg to eshell-parse-command (Bug#10523).
10512 2012-01-28  Drew Adams  <drew.adams@oracle.com>
10514         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
10515         `default-directory' is non-nil.
10517 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
10519         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
10520         line that displays system-configuration-options.  (Bug#9924)
10522 2012-01-28  Drew Adams  <drew.adams@oracle.com>
10524         * descr-text.el (describe-char): Show information about POS, in
10525         addition to information about the character at POS.  Improve and
10526         update the doc string.  Change "code point" to "code point in
10527         charset", to avoid confusion with the character's Unicode code
10528         point shown above that.  (Bug#10129)
10530 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
10532         * descr-text.el (describe-char): Show the raw character, not only
10533         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
10534         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
10535         for the reasons.
10537 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
10539         * emacs-lisp/package.el (package-install):
10540         Run package-refresh-contents if there is no archive yet (Bug#9798).
10542 2012-01-28  Chong Yidong  <cyd@gnu.org>
10544         * emacs-lisp/package.el (package-maybe-load-descriptor):
10545         New function, split from package-maybe-load-descriptor.
10546         (package-maybe-load-descriptor): Use it.
10547         (package-download-transaction): Fully load required packages
10548         inside the loop, so that `require' calls work (Bug#10593).
10549         (package-install): No need to call package-initialize now.
10551 2012-01-28  Chong Yidong  <cyd@gnu.org>
10553         * simple.el (deactivate-mark): Doc fix (Bug#8614).
10555         * tooltip.el (tooltip-mode): Doc fix.
10556         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
10558         * frame.el (set-cursor-color): Doc fix (Bug#352).
10560         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
10561         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
10563         * cus-edit.el (custom-buffer-create-internal): Fix search button
10564         action (Bug#10542).
10565         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
10567 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
10569         * dired.el (dired-mark-files-regexp):
10570         Include any subdirectory components.  (Bug#10445)
10572 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
10574         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
10575         Handle [host]:port syntax.  (Bug#10533)
10577 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
10579         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
10581 2012-01-26  Glenn Morris  <rgm@gnu.org>
10583         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
10584         * term.el (term-raw-escape-map): Use Control-X-prefix.
10585         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
10587 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
10589         * window.el (window-state-get, window--state-get-1): Don't deal
10590         with fixed-sizeness of windows.  Simplify code.
10592 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
10594         * window.el (window--state-get-1, window--state-put-2):
10595         Don't save and restore the mark.
10597 2012-01-25  Chong Yidong  <cyd@gnu.org>
10599         * custom.el (custom-variable-p): Doc fix.
10601 2012-01-25  Glenn Morris  <rgm@gnu.org>
10603         * dired.el (dired-goto-file): Handle some of the more common
10604         characters that `ls -b' escapes.  (Bug#10596)
10606         * progmodes/compile.el (compilation-next-error-function):
10607         Respect compilation-first-column in the "*compilation*" buffer.
10608         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
10610         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
10612 2012-01-24  Glenn Morris  <rgm@gnu.org>
10614         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
10616 2012-01-24  Julien Danjou  <julien@danjou.info>
10618         * color.el (color-rgb-to-hsl): Fix value computing.
10619         (color-hue-to-rgb): New function.
10620         (color-hsl-to-rgb): New function.
10621         (color-clamp, color-saturate-hsl, color-saturate-name)
10622         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
10623         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
10625 2012-01-24  Glenn Morris  <rgm@gnu.org>
10627         * vc/vc-rcs.el (vc-rcs-create-tag):
10628         * vc/vc-sccs.el (vc-sccs-create-tag):
10629         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
10631 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
10633         * eshell/esh-util.el (eshell-read-hosts-file):
10634         Skip comment lines.  (Bug#10549)
10636         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
10638 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
10640         * subr.el (display-delayed-warnings): Doc fix.
10641         (collapse-delayed-warnings): New function to collapse identical
10642         adjacent warnings.
10643         (delayed-warnings-hook): Add it.
10645 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
10647         * net/tramp.el (tramp-action-login): Set connection property "login-as".
10649         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
10650         (tramp-default-user-alist): Don't add "pscp".
10651         (tramp-do-copy-or-rename-file-out-of-band): Use connection
10652         property "login-as", if set.  (Bug#10530)
10654 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
10656         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
10657         "plink1" and "psftp".  (Bug#10530)
10659 2012-01-21  Kenichi Handa  <handa@m17n.org>
10661         * international/mule-cmds.el (prefer-coding-system): Show a
10662         warning message if the default value of file-name-coding-system
10663         was not changed.
10665 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
10667         * windmove.el (windmove-reference-loc):
10668         Fix windmove-reference-loc miscalculation.
10670 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
10672         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
10673         default unit.
10675 2012-01-21  Glenn Morris  <rgm@gnu.org>
10677         * international/mule.el (auto-coding-alist): Add .tbz.
10679         * files.el (local-enable-local-variables): Doc fix.
10680         (inhibit-local-variables-regexps): Rename from
10681         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
10682         Doc fix.  Add some extensions from auto-coding-alist.
10683         (inhibit-local-variables-suffixes):
10684         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
10685         (inhibit-local-variables-p):
10686         New function, extracted from set-auto-mode-1.
10687         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
10688         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
10689         (hack-local-variables): Doc fix.  Make the mode-only case
10690         respect enable-local-variables and friends.
10691         Respect inhibit-local-variables-regexps for file-locals, but
10692         not for directory-locals.
10693         (set-visited-file-name):
10694         Take account of inhibit-local-variables-regexps.
10695         Whether it applies may change as the file name is changed.
10696         * jka-cmpr-hook.el (jka-compr-install):
10697         * jka-compr.el (jka-compr-uninstall):
10698         Update for inhibit-first-line-modes-suffixes name change.
10700 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
10702         * help-macro.el (make-help-screen): Temporarily restore original
10703         binding for minor-mode-map-alist (Bug#10454).
10705 2012-01-19  Julien Danjou  <julien@danjou.info>
10707         * color.el (color-name-to-rgb): Use the white color to find the max
10708         color component value and return correctly computed values.
10709         (color-name-to-rgb): Add missing float conversion for max value.
10711 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
10713         * window.el (window--state-get-1, window-state-get): Do not use
10714         special state value for window-persistent-parameters.
10715         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
10716         (window--state-put-2): Reset all window parameters to nil before
10717         assigning values of persistent parameters.
10719 2012-01-18  Alan Mackenzie  <acm@muc.de>
10721         Eliminate sluggishness and hangs in fontification of "semicolon
10722         deserts".
10724         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
10725         Change value 10000 -> 3000.
10726         (c-state-safe-place): Reformulate so it doesn't stack up an
10727         infinite number of wrong entries in c-state-nonlit-pos-cache.
10728         (c-determine-limit-get-base, c-determine-limit): New functions to
10729         determine backward search limits disregarding literals.
10730         (c-find-decl-spots): Amend commenting.
10731         (c-cheap-inside-bracelist-p): New function which detects "={".
10733         * progmodes/cc-fonts.el
10734         (c-make-font-lock-BO-decl-search-function): Give a limit to a
10735         backward search.
10736         (c-font-lock-declarations): Fix an occurrence of point being
10737         undefined.  Check additionally for point being in a bracelist or
10738         near a macro invocation without a semicolon so as to avoid a
10739         fruitless time consuming search for a declarator.  Give a more
10740         precise search limit for declarators using the new
10741         c-determine-limit.
10743 2012-01-18  Glenn Morris  <rgm@gnu.org>
10745         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
10746         (set-auto-mode): Doc fixes.
10748 2012-01-17  Glenn Morris  <rgm@gnu.org>
10750         * isearch.el (search-nonincremental-instead): Fix doc typo.
10752         * dired.el (dired-insert-directory): Handle newlines in directory name.
10753         (dired-build-subdir-alist): Unescape newlines in directory name.
10755 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
10757         * net/tramp.el (tramp-local-end-of-line): New defcustom.
10758         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
10759         (tramp-action-terminal): Use it.  (Bug#10530)
10761 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10763         * minibuffer.el (completion--replace): Strip properties (bug#10062).
10765 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
10767         * window.el (window-state-ignored-parameters): Remove variable.
10768         (window--state-get-1): Rename argument MARKERS to IGNORE.
10769         Handle persistent window parameters.  Make copy of clone-of
10770         parameter only if requested.  (Bug#10348)
10771         (window--state-put-2): Install a window parameter only if it has
10772         a non-nil value or an existing parameter shall be overwritten.
10774 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
10776         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
10778 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
10780         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
10781         don't pass the (nil) value of `upnode' to string-match.
10783 2012-01-14  Chong Yidong  <cyd@gnu.org>
10785         * startup.el (command-line): Fix X resource class for cursorColor.
10786         Fix values recognized by the cursorBlink resource.
10788 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
10790         * epg.el (epg--make-temp-file): Avoid permission race condition
10791         when running on old Emacs versions (bug#10403).
10793 2012-01-14  Glenn Morris  <rgm@gnu.org>
10795         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
10797 2012-01-13  Alan Mackenzie  <acm@muc.de>
10799         Fix filling for when filladapt mode is enabled.
10801         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
10802         c-mask-paragraph, pass in `fill-paragraph' rather than
10803         `fill-region-as-paragraph'.  (This is a reversion of a previous
10804         change.)
10805         * progmodes/cc-mode.el (c-basic-common-init):
10806         Make fill-paragraph-handle-comment buffer local and set it to nil.
10808 2012-01-13  Glenn Morris  <rgm@gnu.org>
10810         * dired.el (dired-switches-escape-p): New function.
10811         (dired-insert-directory): Use dired-switches-escape-p.
10812         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
10814         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
10816 2012-01-12  Glenn Morris  <rgm@gnu.org>
10818         * mail/sendmail.el (mail-mode): Update paragraph-separate for
10819         changes in adaptive-fill-regexp.  (Bug#10276)
10821 2012-01-11  Alan Mackenzie  <acm@muc.de>
10823         Fix Emacs bug #10463 - put `widen's around the critical spots.
10825         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
10826         widen around each invocation of c-state-pp-to-literal.  Remove an
10827         unused let variable.
10829 2012-01-11  Glenn Morris  <rgm@gnu.org>
10831         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
10832         Doc fix.
10834 2012-01-10  Chong Yidong  <cyd@gnu.org>
10836         * net/network-stream.el (network-stream-open-starttls):
10837         Avoid emitting a confusing error message when the server gives a bad
10838         response to the capability command.
10840 2012-01-10  Glenn Morris  <rgm@gnu.org>
10842         * mail/unrmail.el (unrmail): Tweak previous change.
10844 2012-01-09  Chong Yidong  <cyd@gnu.org>
10846         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
10848 2012-01-08  Alan Mackenzie  <acm@muc.de>
10850         Optimise font locking in long enum definitions.
10852         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
10853         arm to a cond form to handle enums.
10854         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
10855         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
10857 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
10859         * files.el (move-file-to-trash): Preserve default file modes on error.
10860         (Bug#10401)
10862 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10864         * faces.el (set-face-attribute): Clarify the meaning of the nil
10865         frame (bug#10294).
10867         * subr.el (with-selected-frame): Mention that the selected frame
10868         is restored (bug#9980).
10870         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
10871         (bug#9759).
10873         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
10874         (password-read): Don't autoload unused function.
10876 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
10878         * progmodes/which-func.el (which-func-mode): Turn into a
10879         non-interactive function and mark as obsolete (bug#10428).
10881 2012-01-06  Chong Yidong  <cyd@gnu.org>
10883         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
10884         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
10885         functions, along with 1 and -1.
10887 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
10889         * time.el (display-time-load-average)
10890         (display-time-default-load-average): Doc fixes.  See the thread
10891         starting at
10892         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
10893         for the details.
10895 2012-01-06  Glenn Morris  <rgm@gnu.org>
10897         * mail/unrmail.el (unrmail): Give an explicit error if the input file
10898         has no messages.  (Bug#10377)
10900         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
10901         than Info-edit.  (Bug#10385)
10903         * time.el (display-time-load-average, display-time-next-load-average):
10904         Doc fixes.
10906         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
10907         local setting of buffer-read-only to the input buffer.  (Bug#10419)
10909         * calendar/calendar.el (calendar-mode):
10910         Locally set scroll-margin to 0.  (Bug#10379)
10912 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
10914         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
10916 2012-01-05  Glenn Morris  <rgm@gnu.org>
10918         * eshell/em-unix.el (diff-no-select): Autoload it.
10919         (eshell/diff): Use diff-no-select.  (Bug#10420)
10921 2012-01-05  Chong Yidong  <cyd@gnu.org>
10923         * shell.el (shell-dynamic-complete-functions): Revert last change.
10924         (shell-command-completion-function): New function.
10925         (shell-completion-vars): Use it to implement
10926         shell-completion-execonly (Bug#10417).
10928         * custom.el (enable-theme): Don't set custom-safe-themes.
10930         * cus-theme.el (custom-theme-merge-theme):
10931         Ignore custom-enabled-themes and custom-safe-themes.
10933 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
10935         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
10936         first prompt in `sql-interacive-mode'.
10937         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
10938         keywords.
10939         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
10940         (sql-product-interactive): Bug fix: Set `sql-buffer' in
10941         context of original buffer.  Invoke `sql-login-hook'.
10943 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
10945         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
10946         letters in cite-prefix.
10948 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10950         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
10952 2012-01-03  Chong Yidong  <cyd@gnu.org>
10954         * shell.el (shell-dynamic-complete-functions):
10955         Put pcomplete-completions-at-point, so as to try
10956         comint-filename-completion first (Bug#10417).
10958 2012-01-02  Richard Stallman  <rms@gnu.org>
10960         * battery.el (battery-status-function):
10961         Detect when to use battery-yeeloong-sysfs.
10962         (battery-echo-area-format): Add string for Yeeloong.
10963         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
10964         (battery-yeeloong-sysfs): New function.
10966 2012-01-02  Chong Yidong  <cyd@gnu.org>
10968         * dirtrack.el (dirtrack-list): Eliminate unused third element.
10969         (dirtrack): Merge code for handling relative filenames in prompt
10970         from shell-dir-cookie-watcher.
10971         (dirtrack-debug-message): New arg to avoid excess format calls.
10973         * shell.el (shell-dir-cookie-re): Variable deleted.
10974         (shell-dir-cookie-watcher): Function deleted.
10975         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
10976         with dirtrack-mode.
10978 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
10980         * term/w32-win.el (dynamic-library-alist) <gnutls>:
10981         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
10982         libgnutls-26.dll.
10984 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
10986         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
10988 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
10990         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
10991         headers of non-MIME messages, when rmail-enable-mime is non-nil.
10993 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
10995         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
10996         also for alternative shells.
10997         (tramp-open-connection-setup-interactive-shell): Check, whether
10998         the shell is a busybox.
10999         (tramp-send-command): Don't suppress multiple prompts for
11000         busyboxes, it hurts.
11002 2011-12-28  Chong Yidong  <cyd@gnu.org>
11004         * progmodes/gdb-mi.el (gdb-get-source-file-list)
11005         (gdb-get-source-file): Move mode line update to
11006         gdb-get-source-file (Bug#10087).
11008 2011-12-25  Chong Yidong  <cyd@gnu.org>
11010         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11011         gud-gdb-marker-filter without taking it as an argument.
11012         (gud-gdb-run-command-fetch-lines): Caller changed.
11013         (gud-gdb-completion-function): New variable.
11014         (gud-gdb-completion-at-point): Use it.
11015         (gud-gdb-completions-1): Split from gud-gdb-completions.
11017         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11018         function as separate arguments.
11019         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11020         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11021         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11022         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11023         (gdb-stopped, def-gdb-auto-update-trigger)
11024         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11025         (gdb-get-changed-registers, gdb-get-main-selected-frame):
11026         Callers changed.
11027         (gud-gdbmi-completions): New function.
11028         (gdb): Use it for generating the completion table.
11030 2011-12-24  Alan Mackenzie  <acm@muc.de>
11032         Introduce a mechanism to widen the region used in context font
11033         locking.  Use this to protect declarations from losing their contexts.
11035         * progmodes/cc-langs.el (c-before-font-lock-functions):
11036         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11037         (c-before-context-fontification-functions): New defvar, a list of
11038         functions to be run just before context (etc.) font locking.
11040         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11041         New, functionality extracted from
11042         c-neutralize-syntax-in-and-mark-CPP.
11043         (c-in-after-change-fontification): New variable.
11044         (c-after-change): Set c-in-after-change-fontification.
11045         (c-set-fl-decl-start): Rejig its interface, so it can be called
11046         from both after-change and context fontifying.
11047         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11048         New functions.
11049         (c-standard-font-lock-fontify-region-function): New variable.
11050         (c-font-lock-fontify-region): New function.
11052 2011-12-24  Juri Linkov  <juri@jurta.org>
11054         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11055         (Bug#10348)
11057 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
11059         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11060         existence of source file.  (Bug#10325)
11062 2011-12-23  Alan Mackenzie  <acm@muc.de>
11064         Fix unstable fontification inside templates.
11066         * progmodes/cc-langs.el (c-before-font-lock-functions):
11067         Newly created from the singular version.  The (c c++ objc) entry now
11068         additionally has c-set-fl-decl-start.  The other languages (apart
11069         from AWK) have that as a single entry.
11071         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11072         The functionality for "local" declarations has been extracted to
11073         c-set-fl-decl-start.
11075         * progmodes/cc-mode.el (c-common-init, c-after-change):
11076         Changes due to pluralisation of c-before-font-lock-functions.
11077         (c-set-fl-decl-start): New function, extracted from
11078         c-font-lock-enclosing-decls and enhanced.
11080 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
11082         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11084 2011-12-22  Juri Linkov  <juri@jurta.org>
11086         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
11088 2011-12-22  Chong Yidong  <cyd@gnu.org>
11090         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11092 2011-12-21  Drew Adams  <drew.adams@oracle.com>
11094         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
11096 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
11098         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11100 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11102         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
11103         highlighting and support.  Fix up comments for capitalization.
11104         (cfengine-mode-debug): New var.
11105         (cfengine3-mode): Change the modeline indicator to "CFE3".
11106         (cfengine3-font-lock-keywords): Improve defun highlighting.
11107         (cfengine2-actions): Rename from `cfengine-actions'.
11108         (cfengine2-font-lock-keywords): Rename from
11109         `cfengine-font-lock-keywords'.
11110         (cfengine2-imenu-expression): Rename from
11111         `cfengine-imenu-expression'.
11112         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11113         (cfengine2-beginning-of-defun): Rename from
11114         `cfengine-beginning-of-defun'.
11115         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11116         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11117         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
11118         modeline indicator to "CFE2".
11119         (cfengine-mode): Defalias to `cfengine-auto-mode'.
11120         (cfengine-mode-abbrevs): Mark obsolete.
11122 2011-12-21  Chong Yidong  <cyd@gnu.org>
11124         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11125         filename argument.
11127 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
11129         * window.el (window-normalize-buffer-to-display): Remove.
11130         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11132 2011-12-19  Chong Yidong  <cyd@gnu.org>
11134         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11135         Don't signal an error in a predicate function; return non-nil.
11136         (vc-dir-mark-file): Move the error here.
11137         (vc-dir-mark-unmark): If acting on the region, keep going if one
11138         of the entries cannot be marked/unmarked.
11139         (vc-dir-mark-all-files): If current entry is a directory, mark
11140         only child files, as documented.
11142 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
11144         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11145         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11146         addition.
11148 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
11150         * term/ns-win.el (ns-get-selection-internal)
11151         (ns-store-selection-internal): Declare.
11152         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11153         Declare as obsolete.
11154         (ns-get-pasteboard, ns-paste-secondary):
11155         Use ns-get-selection-internal.
11156         (ns-set-pasteboard, ns-copy-including-secondary):
11157         Use ns-store-selection-internal.
11159 2011-12-17  Chong Yidong  <cyd@gnu.org>
11161         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
11162         (vc-deduce-fileset): Doc fix.
11164 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
11166         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11168 2011-12-13  Sam Steingold  <sds@gnu.org>
11170         * man.el (Man-getpage-in-background): When running under a
11171         window-system, ignore $MANWIDTH and $COLUMNS.
11173 2011-12-15  Kenichi Handa  <handa@m17n.org>
11175         * language/ethio-util.el: Change coding tag to utf-8-emacs.
11176         (setup-ethiopic-environment-internal): Comment out key-binding for
11177         ethio-toggle-punctuation.
11179 2011-12-13  Alan Mackenzie  <acm@muc.de>
11181         Add the switch statement to AWK Mode.
11183         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
11184         "default" to the keywords regexp.
11186         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
11187         expression as the rest.
11188         (c-nonlabel-token-key): Allow string literals for AWK.
11189         Refactor for the other modes.
11191         Large brace-block initialisation makes CC Mode slow: Fix.
11192         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
11193         routines.  Limit backward searching in c-font-lock-enclosing.decl.
11195         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11196         pp-state and literal type in addition to the limits.
11197         (c-state-safe-place): New defun, extracted from c-state-literal-at.
11198         (c-state-literal-at): Use the above new defun.
11199         (c-slow-in-literal, c-fast-in-literal): Remove.
11200         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
11202         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11203         being in a literal.  Add a limit for backward searching.
11205         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11206         c-slow-in-literal.
11208 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11210         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11212 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
11214         * window.el (delete-other-windows): Use correct frame in call to
11215         window-with-parameter.
11217 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
11219         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11220         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11221         (makefile-gmake-statements, makefile-makepp-statements):
11222         Use it and add new makepp keywords.
11223         (makefile-makepp-font-lock-keywords): Add new patterns.
11224         (makefile-match-function-end): Match new [...] and [[...]].
11226 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
11228         * ses.el (ses-call-printer-return, ses-cell-property-get)
11229         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11230         (ses-create-cell-variable, ses-reset-header-string)
11231         (ses-cell-set-formula, ses-repair-cell-reference-all)
11232         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11233         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11234         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11235         (ses-aset-with-undo, ses-load, ses-truncate-cell)
11236         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11237         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11238         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11239         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11240         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11241         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11242         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11243         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11245 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
11247         * ses.el: The overall change is to add cell renaming, that is
11248         setting fancy names for cell symbols other than name matching
11249         "\\`[A-Z]+[0-9]+\\'" regexp .
11250         (ses-create-cell-variable): New defun.
11251         (ses-relocate-formula): Relocate formulas only for cells the
11252         symbols of which are not renamed, i.e. symbols whose names do not
11253         match regexp "\\`[A-Z]+[0-9]+\\'".
11254         (ses-relocate-all): Relocate values only for cells the symbols of
11255         which are not renamed.
11256         (ses-load): Create cells variables as the (ses-cell ...) are read,
11257         in order to check row col consistency with cell symbol name only
11258         for cells that are not renamed.
11259         (ses-replace-name-in-formula): New defun.
11260         (ses-rename-cell): New defun.
11262 2011-12-11  Chong Yidong  <cyd@gnu.org>
11264         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11265         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11267 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
11269         * window.el (other-window): Fix docstring.
11271 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
11273         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
11274         `from' or `to' address before taking its substring.
11275         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
11276         encoded name is chopped in the middle of the encoded string, and
11277         thus displayed encoded.
11279 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
11281         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11283 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
11285         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
11286         to use texinfo-update-node and commands that call it if the
11287         Texinfo file uses @node lines without next/prev/up pointers.
11288         Correct outdated description about texinfo-master-menu.
11289         (texinfo-all-menus-update, texinfo-master-menu)
11290         (texinfo-update-node, texinfo-every-node-update)
11291         (texinfo-multiple-files-update): Doc fix.  Warn against updating
11292         all the @node lines.
11293         (texinfo-master-menu): Only call texinfo-update-node if the prefix
11294         argument is numeric.  Explain better in the doc string what the
11295         function really does.
11296         (texinfo-insert-master-menu-list): Improve the error message
11297         displayed if there's no menu in the Top node.
11298         (Bug#2975)  See also this thread:
11299         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11301 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
11303         * speedbar.el (speedbar-supported-extension-expressions):
11304         Add .adb and .ads, commonly used for Ada source code (bug#10256).
11306 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
11308         * printing.el (pr-mode-alist):
11309         * simple.el (filter-buffer-substring-functions)
11310         (completion-list-insert-choice-function):
11311         * window.el (window-with-parameter, window-atom-root)
11312         (window-sides-slots, window-size-fixed, window-min-delta)
11313         (window-max-delta, window--resize-mini-window)
11314         (window--resize-child-windows-normal, window-tree)
11315         (delete-other-windows, quit-window, split-window)
11316         (display-buffer-record-window, special-display-buffer-names)
11317         (special-display-regexps, special-display-popup-frame)
11318         (same-window-p, split-window-sensibly)
11319         (display-buffer-overriding-action, display-buffer-alist)
11320         (display-buffer-base-action, display-buffer, switch-to-buffer)
11321         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
11322         (fit-window-to-buffer, recenter-positions)
11323         (mouse-autoselect-window-state, mouse-autoselect-window-select):
11324         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
11325         and remove unneeded backslashes in docstrings.
11327 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11329         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11331         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
11332         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
11333         end in ".mk".
11334         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
11335         when reading the makefile (bug#10116).
11337 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11339         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
11340         (bug#10116).
11342 2011-12-06  Glenn Morris  <rgm@gnu.org>
11344         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
11346 2011-12-06  Chong Yidong  <cyd@gnu.org>
11348         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
11350 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
11352         * textmodes/table.el (table-shorten-cell): Fix typo.
11354 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
11356         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
11358 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
11360         * descr-text.el (describe-char): Fix display of strong
11361         right-to-left characters and directional embeddings and overrides.
11363         * simple.el (what-cursor-position): Fix display of codepoints of
11364         strong right-to-left characters.
11366 2011-12-05  Chong Yidong  <cyd@gnu.org>
11368         * faces.el (read-color): Doc fix.
11370 2011-12-05  Glenn Morris  <rgm@gnu.org>
11372         * align.el (align--set-marker): Add doc-string.
11373         Don't try to move something that is not a marker.  (Bug#10216)
11375 2011-12-04  Glenn Morris  <rgm@gnu.org>
11377         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
11378         overly zealous deletion of trailing whitespace.
11380 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
11382         * server.el (server-delete-client): On Windows, do not try to delete
11383         the only terminal.
11384         (server-process-filter): On Windows, treat requests for a tty frame as
11385         if they were for a GUI frame if the running server is in GUI mode.
11387 2011-12-03  Glenn Morris  <rgm@gnu.org>
11389         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
11391 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11393         * electric.el: Streamline electric-indent's hook.
11394         (electric-indent-chars): Revert to simple list.
11395         (electric-indent-functions): New var.
11396         (electric-indent-post-self-insert-function): Use it.
11398         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
11399         there's no inferior buffer (bug#10196).
11400         (prolog-consult-compile): Don't use toggle-read-only.
11402 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
11404         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
11405         interrupt.  (Bug#10187)
11407 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11409         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
11410         (bug#9160).
11412         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
11413         (bug#10191).
11415 2011-12-02  Juri Linkov  <juri@jurta.org>
11417         * info.el (Info-search): Display "end of manual" when Isearch
11418         reaches the end of single-file Info manual.  (Bug#9918)
11420 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
11422         * isearch.el (isearch-message-prefix): Run the input method part
11423         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
11425 2011-12-02  Juri Linkov  <juri@jurta.org>
11427         * isearch.el (isearch-occur): Use `word-search-regexp' for
11428         `isearch-word'.
11429         (isearch-search-and-update): Add condition for `isearch-word' and
11430         call `word-search-regexp'.  (Bug#10145)
11432 2011-12-01  Glenn Morris  <rgm@gnu.org>
11434         * eshell/em-hist.el (eshell-hist-initialize):
11435         Handle eshell-history-size nil and HISTSIZE set or unset.
11436         (eshell-history-file-name, eshell-history-size): Fix custom type.
11438 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11440         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
11442 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
11444         * progmodes/verilog-mode.el (verilog-pretty-expr):
11445         Rework verilog-pretty-expr to handle new assignment operators in system
11446         verilog, such as += *= and the like.
11447         (verilog-assignment-operator-re): Regular expression to find the
11448         assigment operator in a verilog assignment.
11449         (verilog-assignment-operation-re): Regular expression to find an
11450         assignment statement for pretty-expr.
11451         (verilog-in-attribute-p): Query returns true if point is in an
11452         attribute context; used to skip these for expression line up from
11453         pretty-expr.
11454         (verilog-in-parameter-p): Query returns true if point is in an
11455         parameter definition context; used to skip these for expression
11456         line up from pretty-expr.
11457         (verilog-in-parenthesis-p): Query returns true if point is in a
11458         parenthetical expression, specifically ( ) but not [ ] or { };
11459         used by pretty-expr.
11460         (verilog-just-one-space): If there is no space, don't add one.
11461         (verilog-get-lineup-indent-2): Specifically skip just attribute
11462         contexts for expression lineup, rather than skipping all
11463         parenthetical expressions.
11464         (verilog-calculate-indent): Fix comment, and fix indent.
11465         (verilog-do-indent): Indent declarations in lists (suggested by
11466         Joachim Lechner).
11467         (verilog-mode-abbrev-table): Populate abbrev mode with the various
11468         skeleton items.
11469         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
11470         by Alain Mellan).
11472 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
11474         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
11475         parameters with embedded comments.  Reported by Ray Stevens.
11476         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
11477         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
11478         Reported by Tim Holt.
11479         (verilog-auto): Fix AUTOing a upper module then AUTOing module
11480         instantiated by upper module causing wrong expansion until AUTOed a
11481         second time.  Reported by K C Buckenmaier.
11482         (verilog-diff-auto): Fix showing .* as a difference when
11483         `verilog-auto-star-save' off.  Reported by Dan Dever.
11484         (verilog-auto-reset, verilog-read-always-signals)
11485         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
11486         temporary signals in reset list if
11487         verilog-auto-reset-blocking-in-non is nil, and match assignment
11488         style to each signal's assignment type, bug381.
11489         Reported by Thomas Esposito.
11490         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
11491         (verilog-uvm-statement-re): Support UVM indentation and
11492         highlighting, with old OVM keywords only.
11493         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
11494         Support AUTOTIEOFF creating non-wire data types.
11495         Suggested by Jonathan Greenlaw.
11496         (verilog-auto-insert-lisp, verilog-delete-to-paren)
11497         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
11498         (verilog-inject-sense, verilog-read-inst-pins)
11499         (verilog-read-sub-decls, verilog-read-sub-decls-line):
11500         Fix mismatching parenthesis inside commented out code when deleting
11501         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
11502         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
11503         non-numeric vector width.  Reported by Alex Reed.
11504         (verilog-auto-ascii-enum): Add "onehot" option to work around not
11505         detecting signals with parameter widths.  Reported by Alex Reed.
11506         (verilog-auto-delete-trailing-whitespace):
11507         With `verilog-auto-delete-trailing-whitespace' remove trailing
11508         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
11509         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
11510         Fix verilog-scan-cache corruption when running user AUTO expansion
11511         hooks that call indentation routines.
11512         (verilog-simplify-range-expression): Fix typo ignoring lower case
11513         identifiers.
11514         (verilog-delete-auto): Fix delete-autos to also remove user created
11515         automatics, as long as they start with AUTO.
11516         (verilog-batch-diff-auto, verilog-diff-auto)
11517         (verilog-diff-function): Add `verilog-diff-auto' and bind to
11518         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
11519         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
11520         (verilog-in-paren-quick, verilog-re-search-backward-quick)
11521         (verilog-re-search-forward-quick, verilog-syntax-ppss):
11522         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
11523         is disabled and its cache will get corrupt, causing AUTOS not to
11524         expand.  Instead use only -quick functions.
11525         (verilog-scan-region): Fix scanning over escaped quotes.
11526         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
11527         (verilog-re-search-backward-quick)
11528         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
11529         related functions now ignore strings, to fix misparsing of strings
11530         with magic comments embedded in them.
11531         (verilog-read-auto-template):
11532         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
11533         Reported by Brad Dobbie.
11534         (verilog-read-auto-template):
11535         Fix 'verilog-auto-inst-template-numbers' with comments.
11536         Reported by Brad Dobbie.
11537         (verilog-auto-inst, verilog-auto-inst-param)
11538         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
11539         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
11540         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
11541         debugging templates without merge conflicts, bug357.
11542         Reported by Brad Dobbie.
11543         (verilog-read-auto-template):
11544         Fix verilog-auto-inst-template-numbers with multiple templates.
11545         Reported by Brad Dobbie.
11546         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
11547         abbrevs so user won't be asked to save.
11548         (verilog-read-auto-lisp-present): Fix to start at beginning of
11549         buffer in case called outside of verilog-auto.
11550         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
11551         to "X-2".  Reported by Matthew Myers.
11552         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
11553         all inputs from module templates.  Reported by Leith Johnson.
11554         (verilog-module-inside-filename-p): Fix locating programs as with
11555         modules.
11556         (verilog-auto-inst-port): Fix vl-width expressions when using
11557         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
11558         (verilog-decls-get-regs, verilog-decls-get-signals,
11559         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
11560         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
11561         verilog-read-decls): Combine reg and wire structures into one var
11562         structure to represent SystemVerilog concepts.
11563         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
11564         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
11565         (verilog-auto-wire-type, verilog-insert-definition):
11566         Add verilog-auto-wire-type and AUTOLOGIC to support using
11567         SystemVerilog "logic" keyword instead of "wire"/"reg".
11568         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
11569         to declares outputs that also have assignments (presumably in an
11570         ifdef or generate if so there's not a driver conflict).
11571         Reported by Matthew Myers.
11572         (verilog-auto-declare-nettype, verilog-insert-definition):
11573         Add verilog-auto-declare-nettype to fix declarations using
11574         `default_nettype none.  Reported by Julian Gorfajn.
11575         (verilog-read-always-signals-recurse, verilog-read-decls)
11576         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
11577         malformed end statement, bug325.  Reported by Joshua Wise and
11578         Andrew Drake.
11579         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
11580         (verilog-inst-comment-re): Fix not deleting Interfaced comment
11581         when expanding .* in interfaces, bug320.
11582         Reported by Pierre-David Pfister.
11583         (verilog-read-module-name): Fix import statements between module
11584         name and open parenthesis, bug317.
11585         Reported by Pierre-David Pfister.
11586         (verilog-simplify-range-expression): Fix simplification of
11587         multiplications inside AUTOWIRE connections, bug303.
11588         (verilog-auto-inst-port): Support parameter expansion in
11589         multidimensional arrays.
11590         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
11591         after "assert property".  Reported by Julian Gorfajn.
11592         (verilog-simplify-range-expression): Fix "couldn't merge" errors
11593         with multiplication, bug303.
11594         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
11595         Reported by Jan Frode Lonnum.
11597 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
11599         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
11600         (hfy-shell-file-name, hfy-shell):
11601         * international/fontset.el (x-decompose-font-name): Fix typos.
11603 2011-11-29  Ken Brown  <kbrown@cornell.edu>
11605         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
11606         (gdb-version): Remove defvar.
11607         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
11608         (gdb-gud-context-command, gdb-non-stop-handler)
11609         (gdb-current-context-command, gdb-stopped): Use it.
11610         (gdb-init-1): Enable pretty printing here.
11611         (gdb-non-stop-handler): Don't enable pretty-printing here.
11612         Check to see if the target supports non-stop mode; if not, turn off
11613         non-stop mode.  Use the following.
11614         (gdb-check-target-async): New defun.
11615         (gud-watch, gdb-stopped): Fix whitespace.
11616         (gdb-get-source-file): Don't try to display the source file if
11617         `gdb-main-file' is nil.
11619 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11621         * align.el: Try to generate fewer markers (bug#10047).
11622         (align--set-marker): New macro.
11623         (align-region): Use it.
11625 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11627         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
11629 2011-11-29  Chong Yidong  <cyd@gnu.org>
11631         * indent.el (indent-for-tab-command, indent-according-to-mode):
11632         Doc fix.
11633         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
11635 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
11637         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
11638         aware of remote file names.  (Bug#10124)
11640 2011-11-29  Chong Yidong  <cyd@gnu.org>
11642         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
11644 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11646         * files.el (find-file): Don't use force-same-window (bug#10144).
11647         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
11648         use pop-to-buffer if the selected window can't be used.
11649         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
11651 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
11653         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
11654         special-mode-map.
11656 2011-11-28  Chong Yidong  <cyd@gnu.org>
11658         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
11660 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
11662         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
11663           gdb-get-source-file-list on gdb-create-source-file-list.
11665 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
11667         * whitespace.el (whitespace-newline): Use a different foreground
11668         color for 16-color light-background displays.
11670 2011-11-24  Chong Yidong  <cyd@gnu.org>
11672         * window.el (display-buffer--special-action): Doc fix.
11674 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
11676         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
11677         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
11678         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
11679         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
11680         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
11681         (avl-tree-stack-first):
11682         * emacs-lisp/cconv.el (cconv--analyse-use):
11683         * net/gnutls.el (gnutls-negotiate): Fix typos.
11685 2011-11-24  Glenn Morris  <rgm@gnu.org>
11687         * lpr.el (lpr-windows-system, lpr-lp-system):
11688         * mail/binhex.el (binhex-begin-line):
11689         * progmodes/grep.el (grep-history, grep-find-history):
11690         * textmodes/flyspell.el:
11691         * vc/pcvs-defs.el (cvs-global-menu):
11692         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
11693         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
11694         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
11696         * net/tls.el: Fix case of "GnuTLS".
11698         * paths.el (rmail-file-name): Format doc-string for make-docfile.
11700         * version.el (emacs-build-system): Give it a doc-string.
11702 2011-11-24  Juri Linkov  <juri@jurta.org>
11704         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
11706 2011-11-24  Glenn Morris  <rgm@gnu.org>
11708         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
11709         if called on a non-mime message just toggle the headers.  (Bug#8006)
11711 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
11713         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
11714         (allout-lead-with-comment-string, allout-structure-deleted-hook)
11715         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
11716         (allout-rebullet-heading, allout-open-sibtopic)
11717         (allout-toggle-current-subtree-encryption)
11718         (allout-toggle-subtree-encryption, allout-encrypt-string)
11719         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
11720         (allout-distinctive-bullets-string, allout-auto-activation):
11721         * window.el (window-normalize-buffer-to-display):
11722         * progmodes/verilog-mode.el (verilog-batch-indent):
11723         * textmodes/bibtex.el (bibtex-field-braces-opt)
11724         (bibtex-field-strings-opt):
11725         * vc/cvs-status.el (cvs-tree-merge):
11726         Fix typos.
11728 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
11730         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
11731         `non-essential' to t, in order to avoid remote connections.
11733 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
11735         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11736         On MS-DOS and MS-Windows, compare with loaddefs.el
11737         case-insensitively.
11739 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
11741         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
11743 2011-11-23  Glenn Morris  <rgm@gnu.org>
11745         * paths.el (rmail-file-name): Reformat the doc-string so that it
11746         is picked up.
11748         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
11749         (rmail-auto-file): Ignore case in the "special" field names,
11750         as mail-fetch-field does for all others.
11752         * mail/rmail.el (rmail-forward):
11753         * mail/rmailkwd.el (rmail-set-label):
11754         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
11755         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
11757         * mail/rmail.el (rmail-current-message): Doc fix.
11759         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
11761 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11763         * server.el (server-eval-and-print): Allow C-g (bug#6585).
11765 2011-11-22  Glenn Morris  <rgm@gnu.org>
11767         * mail/rmailmm.el (test-rmail-mime-handler)
11768         (test-rmail-mime-bulk-handler)
11769         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
11771 2011-11-21  Juri Linkov  <juri@jurta.org>
11773         * calc/calc.el (calc-read-key-sequence):
11774         Let-bind `input-method-function' to nil.  (Bug#10018)
11776 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11778         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
11779         Tell the caller that the next line needs recomputation, even
11780         though it doesn't start a sexp (bug#10094).
11782 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11784         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
11786 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11788         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11789         Use force-same-window.
11791 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
11793         * descr-text.el (describe-char-unicode-data):
11794         * json.el (json-string-escape):
11795         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
11796         (Footnote-unicode, Footnote-style-p):
11797         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
11799 2011-11-20  Chong Yidong  <cyd@gnu.org>
11801         * window.el (replace-buffer-in-windows): Restore interactive spec.
11803 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11805         * electric.el (electric-indent-mode): Fix last change (too optimistic).
11807         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
11808         (byte-compile-global-not-obsolete-vars): New var.
11809         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
11810         Use it.
11811         (byte-compile-warn-obsolete): Align text with the one in *Help*.
11813 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
11815         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
11816         * progmodes/pascal.el (electric-pascal-equal):
11817         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
11818         * xml.el (xml-substitute-special): Fix typos.
11820 2011-11-20  Glenn Morris  <rgm@gnu.org>
11822         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
11823         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
11824         Doc fixes.
11825         (rmail-decode-mime-charset): Mark as obsolete.
11827         * mail/rmailsum.el (rmail-message-regexp-p-1):
11828         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
11829         Before using mime functions, check they are set.  (Bug#10077)
11831 2011-11-19  Juri Linkov  <juri@jurta.org>
11833         * info.el (Info-finder-find-node): Use `package--builtins' instead
11834         of `package-alist'.  Use node names formed by the pattern "Keyword "
11835         and the keyword name.
11837 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
11839         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
11841 2011-11-19  Juri Linkov  <juri@jurta.org>
11843         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
11844         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
11845         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
11846         `old-history', `old-history-forward'.  Add let-binding
11847         `window-selected'.  Remove calls to `kill-buffer',
11848         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
11849         before calling `Info-find-node', so `Info-find-node-2' will reread
11850         the Info file.  Restore window positions only when `window-selected'
11851         is non-nil.
11853 2011-11-19  Juri Linkov  <juri@jurta.org>
11855         * isearch.el (isearch-lazy-highlight-new-loop):
11856         Remove condition `(not isearch-error)'.  (Bug#9918)
11858         * misearch.el (multi-isearch-search-fun): Add condition
11859         `(not bound)' to ignore lazy-highlighting search.
11860         Add the search-failed message "end of multi" when the end of
11861         multi-sequence is reached.  Uncapitalize the search-failed
11862         message "Repeat for next buffer".
11864         * info.el (Info-search): Add the search-failed message
11865         "end of the manual" when the end of the manual is reached
11866         in Isearch mode.
11868 2011-11-19  Juri Linkov  <juri@jurta.org>
11870         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
11871         Use non-destructive `remove' instead of `delete' because
11872         `Info-history-list' stored to `Info-isearch-initial-history-list' in
11873         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
11875 2011-11-19  Juri Linkov  <juri@jurta.org>
11877         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
11878         to nil instead of binding `search-ring' and `regexp-search-ring'.
11879         (Bug#9185)
11881 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
11883         * simple.el (line-move): Force movement by logical lines for any
11884         hscrolled window, not only when auto-hscroll-mode is on.
11885         (line-move-visual): Update doc string to that effect.  (Bug#10076)
11887 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
11889         * language/european.el (macintosh): Define as alias for mac-roman.
11891 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
11893         * mail/rmailmm.el (rmail-mime-display-header)
11894         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
11895         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
11896         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
11897         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
11898         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
11899         of a raw aref.
11900         (rmail-mime-entity-segment): To get past the tagline, move forward
11901         2 more lines, to account for the 2 empty lines that precede and
11902         follow the line with the buttons.
11903         (rmail-mime-update-tagline): Move one more line, to get past the
11904         empty line that follows the buttons in the tagline.  (Bug#9520)
11906 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
11908         * window.el (window-max-delta-1, window-min-delta-1)
11909         (window-min-size-1, window-state-get-1, window-state-put-1)
11910         (window-state-put-2): Use "window--" prefix.
11912 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11914         * emacs-lisp/smie.el: Improve warnings and conflict detection.
11915         (smie-warning-count): New var.
11916         (smie-set-prec2tab): Use it.
11917         (smie-bnf->prec2): Improve warnings.  Add docstring.
11918         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
11919         (smie-bnf--set-class): New function.
11920         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
11921         corner case.
11923         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
11924         (compilation-error-properties, compilation-move-to-column):
11925         Handle compilation-first-column while in the target buffer.
11927         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
11928         Don't hardcode point-min==1.
11930         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
11931         (eshell-rewrite-for-command): Remove workaround.
11932         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
11933         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
11934         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
11936         * files-x.el (modify-file-local-variable): Obey commenting conventions.
11938 2011-11-17  Glenn Morris  <rgm@gnu.org>
11940         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11941         Ignore buffer-local generated-autoload-file if it is the same
11942         as the global value.  (Bug#10049)
11944 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
11946         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
11947         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
11948         (reftex-toc-previous-heading, reftex-toc-max-level)
11949         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
11950         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
11951         (reftex-toc-do-promote, reftex-toc-promote-prepare)
11952         (reftex-toc-promote-action, reftex-toc-extract-section-number)
11953         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
11954         (reftex-toc-rename-label, reftex-toc-visit-location)
11955         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
11956         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
11957         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
11958         leaving "*toc*" only for references to the buffer.
11960 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
11962         * window.el (window-resize, delete-window, split-window):
11963         Replace window-splits by window-combination-resize.
11964         * cus-start.el (window-splits): Replace by window-combination-resize.
11966 2011-11-17  Glenn Morris  <rgm@gnu.org>
11968         * progmodes/sh-script.el (sh-font-lock-keywords-var):
11969         Make bash entry derive from sh entry, not shell entry.
11971 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
11973         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
11974         local file name.
11976 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
11978         * menu-bar.el (menu-bar-file-menu):
11979         * printing.el (pr-ps-utility):
11980         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
11981         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
11982         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
11983         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
11984         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
11985         (icalendar--convert-cyclic-to-ical)
11986         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
11987         (icalendar--convert-ical-to-diary)
11988         (icalendar--convert-recurring-to-diary)
11989         (icalendar--convert-non-recurring-all-day-to-diary)
11990         (icalendar-import-format-sample):
11991         * progmodes/idlw-shell.el (idlwave-shell-mode):
11992         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
11993         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
11994         (vhdl-ps-print-init): Fix typos.
11996 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
11998         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
11999         FSF and collapse date sequence, obscure author/maintainer email address
12000         better, remove extra version line, track relocation of author's webpage.
12002         * progmodes/python.el (python-pdbtrack-input-prompt)
12003         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12004         regular python pdb prompts.  Adjustments shamelessly taken exactly as
12005         suggested in EmacsWiki page (tiny change):
12006         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12008 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
12010         * expand.el (expand-pos, expand-index, expand-point):
12011         Remove redundant info from docstring.
12012         (expand-add-abbrevs): Doc fix.
12013         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12014         (expand-sample-perl-mode-expand-list): Fix typos.
12016         * net/dbus.el (dbus-event-member-name):
12017         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12018         * term/pc-win.el (msdos-create-frame-with-faces):
12019         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12021 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
12023         * window.el (split-window, window-state-get-1)
12024         (window-state-put-1, window-state-put-2): Rename occurrences of
12025         window-nest to window-combination-limit.
12026         * cus-start.el (window-nest): Rename to window-combination-limit.
12028 2011-11-16  Chong Yidong  <cyd@gnu.org>
12030         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12031         regexp (Bug#10033).
12033 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12035         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12036         `completing-read' will remove *Completions* and will preserve
12037         current-buffer for us.
12038         (tmm-add-prompt): Users of *Completions* will always (re)set its
12039         major mode.
12040         (tmm-old-comp-map): Remove.
12042 2011-11-16  Glenn Morris  <rgm@gnu.org>
12044         * mail/rmailedit.el: Require rmailmm when compiling.
12045         (rmail-old-mime-state): New declaration.
12046         (rmail-edit-current-message): If editing a mime message,
12047         edit the "raw" message from the mbox buffer.
12048         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
12050 2011-11-15  Glenn Morris  <rgm@gnu.org>
12052         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12053         which wasn't being used.  Add optional arg to force given state.
12054         (rmail-mime): Add optional arg to force given state.
12056 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
12058         * allout.el (allout-encryption-plaintext-sanitization-regexps):
12059         * frame.el (display-mm-dimensions-alist):
12060         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12061         (outline-move-subtree-down):
12062         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12063         (newsticker--treeview-do-get-node):
12064         * net/quickurl.el (quickurl-list-buffer-name):
12065         * progmodes/dcl-mode.el (dcl-mode):
12066         * progmodes/gdb-mi.el (gdb-mapcar*):
12067         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12069 2011-11-15  Glenn Morris  <rgm@gnu.org>
12071         * mail/rmail.el (rmail-file-coding-system): It's only ever used
12072         in a boolean sense, so just make it a boolean, and fix the doc.
12073         (rmail-show-mime-function, rmail-mime-feature)
12074         (rmail-require-mime-maybe): Doc fixes.
12075         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12077         * mail/rmailmm.el (rmail-show-mime): Doc fix.
12079 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
12081         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12082         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12083         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12084         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12086 2011-11-15  Glenn Morris  <rgm@gnu.org>
12088         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12089         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12090         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12091         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12092         (rmail-mime, rmail-show-mime): Doc fixes.
12094         * term/ns-win.el (mode-line-frame-identification):
12095         Leave it alone.  (Bug#10051)
12097         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
12099         * mail/rmailout.el (rmail-output-to-rmail-buffer):
12100         Handle empty buffers.  (Bug#9978)
12102 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
12104         * international/mule.el (define-charset):
12105         * mail/rmailmm.el (rmail-mime-find-header-encoding):
12106         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12107         * progmodes/verilog-mode.el (verilog-backward-token):
12108         * textmodes/ispell.el (lookup-words):
12109         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12111 2011-11-14  Glenn Morris  <rgm@gnu.org>
12113         * progmodes/executable.el
12114         (executable-make-buffer-file-executable-if-script-p):
12115         Handle file-modes returning nil.
12117         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12118         message - not necessary, and causes problems.  (Bug#9831)
12120         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12122         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12124         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12125         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
12126         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12128 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
12130         * window.el (window-resize, delete-window): Use window-splits
12131         variable instead of function.
12132         (window-state-get-1, window-state-put-2, window-state-put):
12133         Don't deal with windows' splits status.
12135 2011-11-12  Glenn Morris  <rgm@gnu.org>
12137         * apropos.el (apropos-do-all, apropos-library, apropos-value)
12138         (apropos-documentation): Doc fixes.
12140 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
12142         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12143         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12145 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12147         * electric.el (electric-indent-post-self-insert-function): Make it
12148         possible for a char to only indent in some circumstances.
12149         (electric-indent-mode): Simplify.
12151 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
12153         * window.el (windows-with-parameter): Remove unused function.
12154         (windows-at-side): Rename to window-at-side-list.
12155         (window-check, window-atom-check, window-atom-check-1)
12156         (window-side-check, window-size-ignore, window-size-fixed-1)
12157         (window-in-direction-2): Prefix with "window--".
12158         (window-tree-1): Rename to window--subtree, fix doc-string.
12160 2011-11-11  Glenn Morris  <rgm@gnu.org>
12162         * subr.el (eval-after-load): If FILE is already loaded,
12163         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
12165 2011-11-10  Glenn Morris  <rgm@gnu.org>
12167         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12168         Call svn via vc-svn-command rather than vc-do-command.
12169         (vc-svn-command): Add --non-interactive.  (Bug#9993)
12170         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12172         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12173         Add toggle-read-only.  (Bug#7292)
12174         * files.el (toggle-read-only): Mention that it should only
12175         be used interactively.  (Bug#10006)
12177 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12179         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12180         Adjust regexp for OCaml warnings.
12182         * electric.el (electric-pair-post-self-insert-function): Let user
12183         turn it off buffer-locally (bug#9932).
12185         * progmodes/python.el (python-beginning-of-statement):
12186         Rewrite (bug#2703).
12188         * progmodes/compile.el: Better handle TABs (bug#9749).
12189         (compilation-internal-error-properties)
12190         (compilation-next-error-function): Obey the target buffer's
12191         compilation-error-screen-columns.
12193 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
12195         * progmodes/meta-mode.el: Remove obsolete comments.
12196         (meta-right-comment-regexp, meta-ignore-comment-regexp):
12197         Fix typos in docstrings.
12199 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
12201         * window.el (window-size-fixed-p): Rewrite doc-string.
12202         (window-resizable-p): Rename to window--resizable-p.  Update callers.
12203         (window--resizable): New function.  Make all callers of
12204         window-resizable call window--resizable instead.
12205         (window-resizable): Rewrite in terms of window--resizable.
12207 2011-11-08  Glenn Morris  <rgm@gnu.org>
12209         * progmodes/delphi.el (delphi-mode-syntax-table):
12210         Let define-derived-mode define a proper syntax table.  (Bug#9994)
12212 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12214         * window.el: Stay away from defsubst.
12215         (window-list-no-nils): Remove.
12216         (window-state-get-1, window-state-get): Use backquote instead.
12218 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12220         * emacs-lisp/find-func.el (find-function-read):
12221         Fix incorrect use of default argument in `completing-read'.
12223 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
12225         * window.el (display-buffer-function, special-display-function):
12226         Mention display-buffer-record-window but do not mention
12227         help-setup parameter in doc-strings.
12228         (window-min-delta): Fix doc-string typo.
12230 2011-11-08  Chong Yidong  <cyd@gnu.org>
12232         * window.el (window-total-height, window-total-width): Doc fix.
12233         (window-body-size): Move from C.
12234         (window-body-height, window-body-width): Move to C.
12236 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12238         * window.el: Make special-display like display-buffer-alist (bug#9532).
12239         (display-buffer--special-action): New function, morphed
12240         from display-buffer--special.
12241         (display-buffer): Use it to handle special-display-buffers at higher
12242         priority (just after display-buffer-alist).
12243         (display-buffer-fallback-action, display-buffer--other-frame-action)
12244         (pop-to-buffer-same-window): Remove display-buffer--special.
12246 2011-11-07  Glenn Morris  <rgm@gnu.org>
12248         * calendar/cal-menu.el (cal-menu-set-date-title):
12249         Do nothing if not in a calendar.  (Bug#9976)
12251 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12253         * files.el (find-file): Always use selected-window.
12255 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
12257         * window.el (window-combinations): Make WINDOW argument
12258         mandatory.  Rewrite doc-string.
12259         (walk-window-subtree, window-atom-check, window-min-delta)
12260         (window-max-delta, window--resize-this-window)
12261         (window--resize-root-window-vertically, window-tree)
12262         (balance-windows, window-state-put): Rewrite doc-strings as to
12263         not mention the term "subwindow".
12264         (window--resize-subwindows-skip-p): Rename to
12265         window--resize-child-windows-skip-p.
12266         (window--resize-subwindows-normal): Rename to
12267         window--resize-child-windows-normal.
12268         (window--resize-subwindows): Rename to
12269         window--resize-child-windows.
12270         (window-or-subwindow-p): Rename to window--in-subtree-p.
12272 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
12274         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12275         Ensure that mbox format messages end in two newlines (Bug#9974).
12277 2011-11-06  Chong Yidong  <cyd@gnu.org>
12279         * window.el (window-combination-p): Function deleted; its
12280         side-effect is not used in any existing code.
12281         (window-combinations, window-combined-p): Call window-*-child
12282         directly.
12284 2011-11-05  Chong Yidong  <cyd@gnu.org>
12286         * window.el (window-valid-p): Rename from window-any-p.
12287         (window-size-ignore, window-state-get): Callers changed.
12288         (window-normalize-window): Rename from window-normalize-any-window.
12289         New arg LIVE-ONLY, replacing window-normalize-live-window.
12290         (window-normalize-live-window): Delete.
12291         (window-combination-p, window-combined-p, window-combinations)
12292         (walk-window-subtree, window-atom-root, window-min-size)
12293         (window-sizable, window-sizable-p, window-size-fixed-p)
12294         (window-min-delta, window-max-delta, window-resizable)
12295         (window-resizable-p, window-full-height-p, window-full-width-p)
12296         (window-current-scroll-bars, window-point-1, set-window-point-1)
12297         (window-at-side-p, window-in-direction, window-resize)
12298         (adjust-window-trailing-edge, maximize-window, minimize-window)
12299         (window-deletable-p, delete-window, delete-other-windows)
12300         (record-window-buffer, unrecord-window-buffer)
12301         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12302         (quit-window, split-window, window-state-put)
12303         (set-window-text-height, fit-window-to-buffer)
12304         (shrink-window-if-larger-than-buffer): Callers changed.
12306 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
12308         * mail/rmail.el (rmail-simplified-subject): Decode subject with
12309         rfc2047-decode-string.
12310         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12311         warnings.
12313         * window.el (window-body-height, window-body-width): Mention in
12314         the doc string that the return values are in frame's canonical
12315         units.  (Bug#9949)
12317 2011-11-03  Alan Mackenzie  <acm@muc.de>
12319         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
12320         change in cc-engine.el.
12322 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12324         * window.el (switch-to-buffer): Use `force-same-window' interactively.
12326 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
12328         * window.el (quit-window): Call unrecord-window-buffer after
12329         showing another buffer in the window.  (Bug#9937)
12330         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
12332 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
12334         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
12335         Accept status with more than 9 shelves.  (Bug#9935)
12336         Reported by Colin D Bennett <colin@gibibit.com>.
12338 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
12340         * help.el (with-help-window): Don't reference
12341         temp-buffer-show-specifiers in doc-string.
12343 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
12345         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
12346         menu-item.
12348 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12350         * whitespace.el: New version 13.2.2.
12351         (whitespace-newline-mode): Disable properly.  Reported by Sarah
12352         <EmacsWiki>.
12354 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
12356         * net/newst-treeview.el: Remove "Time-stamp".
12357         (newsticker--group-manage-orphan-feeds): Do not call
12358         newsticker--treeview-tree-update.
12359         (newsticker-treeview-update, newsticker-treeview):
12360         Call newsticker--treeview-tree-update if necessary.
12362 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
12364         * window.el (window-iso-combination-p, window-iso-combined-p)
12365         (window-iso-combinations): Remove "iso-" infix.
12366         Suggested by Chong Yidong.
12367         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
12368         (window-max-delta-1, window-resize, window--resize-siblings)
12369         (window--resize-this-window, adjust-window-trailing-edge)
12370         (split-window, balance-windows-1)
12371         (shrink-window-if-larger-than-buffer):
12372         * calendar/calendar.el (calendar-generate-window):
12373         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
12375 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12377         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
12378         in place (bug#9907).
12379         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
12380         (eshell-rewrite-if-command, eshell-rewrite-for-command)
12381         (eshell-structure-basic-command, eshell-rewrite-while-command)
12382         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
12383         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
12384         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
12385         (eshell-do-pipelines-synchronously, eshell-eval-command):
12386         Use backquotes and prefer setq to set.
12387         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
12388         (eshell-macrop): Use functionp.
12389         (eshell-do-eval): Handle multiple expressions in `while' body.
12391 2011-10-30  Chong Yidong  <cyd@gnu.org>
12393         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
12394         instead of set-mark (Bug#9810).
12396 2011-10-30  Chong Yidong  <cyd@gnu.org>
12398         * window.el (split-window-below, split-window-right): Rename from
12399         split-window-above-each-other and split-window-side-by-side
12400         respectively.  All callers changed.
12401         (split-window-sensibly, split-window-sensibly): Use them.
12402         (split-window-keep-point): Doc fix.
12404         * isearch.el: Add isearch-scroll property to split-window-below
12405         and split-window-right.
12407         * follow.el (follow-mode):
12408         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12409         * progmodes/ada-xref.el (ada-gdb-application):
12410         * emulation/vip.el (vip-buffer-in-two-windows):
12411         * image-dired.el (image-dired-dired-with-window-configuration):
12412         * dired-x.el (dired-do-find-marked-files):
12413         * dired.el (dired-pop-to-buffer):
12414         * bs.el (bs--show-with-configuration):
12415         * vc/emerge.el (emerge-setup-windows):
12416         * textmodes/two-column.el (2C-two-columns):
12417         * textmodes/reftex-toc.el (reftex-toc):
12418         * progmodes/gdb-mi.el (gdb-setup-windows):
12419         * progmodes/fortran.el (fortran-window-create):
12420         * net/newst-treeview.el (newsticker--treeview-window-init):
12421         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
12422         * emulation/tpu-edt.el (tpu-gold-map):
12423         * emulation/crisp.el (crisp-mode-map):
12424         * calendar/calendar.el (calendar-basic-setup): Callers changed.
12426 2011-10-29  Chong Yidong  <cyd@gnu.org>
12428         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
12430         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
12432         * textmodes/flyspell.el (flyspell-word): Fix char offset for
12433         forged Ispell output (Bug#7904).
12435         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
12437 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12439         * doc-view.el: Avoid ugly errors about not finding nil.
12440         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12441         (doc-view-dvipdf-program, doc-view-unoconv-program)
12442         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
12443         Avoid nil or absolute file name as default value.
12444         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
12446 2011-10-28  Alan Mackenzie  <acm@muc.de>
12448         * progmodes/cc-defs.el (c-version): -> 5.32.2.
12450 2011-10-28  Alan Mackenzie  <acm@muc.de>
12452         Amend the handling of c-beginning/end-of-defun in nested declaration
12453         scopes.
12455         * progmodes/cc-vars.el (c-defun-tactic): Move here from
12456         cc-langs.el.  Change it to a defcustom.
12458         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
12459         cc-vars.el.
12461         * progmodes/cc-engine.el (c-beginning-of-statement-1):
12462         Prevent "class foo : bar" being spuriously recognized as a label.
12464         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
12465         Add parameter `inclusive' (to include enclosing braces in the region).
12466         (c-widen-to-enclosing-decl-scope): New function.
12467         (c-while-widening-to-decl-block): New macro.
12468         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
12469         outward for defun boundaries, and correspondingly change symbol
12470         `respect-enclosure' to `go-outward'.
12471         (c-declaration-limits): Change algorithm to report only the "innermost"
12472         defun's boundaries.
12474 2011-10-28  Deniz Dogan  <deniz@dogan.se>
12476         * net/rcirc.el (rcirc-mode): Use hard newlines.
12478 2011-10-28  Alan Mackenzie  <acm@muc.de>
12480         Amend to indent and fontify macros "which include their own semicolon"
12481         correctly, using the "virtual semicolon" mechanism.
12483         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
12485         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12486         Recode to scan one line at a time rather than having \n and \r
12487         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
12488         (c-forward-label): Amend for virtual semicolons.
12489         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
12491         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
12492         of the new C macros.
12494         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
12495         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
12496         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
12497         (c-opt-cpp-macro-define): Make into a full language variable.
12498         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
12499         AWK Mode (including \n, \r) removed, no longer needed.
12501         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
12502         Invoke c-make-macro-with-semi-re.
12504         * progmodes/cc-vars.el (c-macro-with-semi-re):
12505         (c-macro-names-with-semicolon): New variables.
12506         (c-make-macro-with-semi-re): New function.
12508 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12510         * vc/log-edit.el: Fill empty field rather than adding new one.
12511         (log-edit-add-field): New function.
12512         (log-edit-insert-changelog): Use it.
12514 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
12516         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
12518 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12520         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
12521         (gdb--check-interpreter): New function.
12522         (gdb): Use it.
12524 2011-10-27  Glenn Morris  <rgm@gnu.org>
12526         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
12527         (least-positive-float, least-negative-float)
12528         (least-positive-normalized-float, least-negative-normalized-float)
12529         (float-epsilon, float-negative-epsilon):
12530         Remove unnecessary declarations.
12532         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
12533         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
12534         (least-positive-float, least-negative-float)
12535         (least-positive-normalized-float, least-negative-normalized-float)
12536         (float-epsilon, float-negative-epsilon): Add doc-strings,
12537         based on those in cl.texi.
12539         * files.el (set-visited-file-name): If the major-mode changed,
12540         reload the local variables.  (Bug#9796)
12542 2011-10-27  Chong Yidong  <cyd@gnu.org>
12544         * subr.el (change-major-mode-after-body-hook): New hook.
12545         (run-mode-hooks): Run it.
12547         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12548         Use change-major-mode-before-body-hook.
12550         * simple.el (fundamental-mode):
12551         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
12552         change introducing fundamental-mode-hook.
12554 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
12556         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
12558 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
12560         * ido.el (ido-file-name-all-completions-1): Do not require
12561         tramp.el explicitly.  (Bug#7583)
12563 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12565         * progmodes/octave-mod.el:
12566         * progmodes/octave-inf.el: Update maintainer.
12568 2011-10-26  Chong Yidong  <cyd@gnu.org>
12570         * subr.el (with-wrapper-hook): Rewrite doc.
12572 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
12574         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
12575         filenames "/method:foo:".  (Bug#9793)
12577 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12579         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
12580         (bug#9865).
12582 2011-10-24  Glenn Morris  <rgm@gnu.org>
12584         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
12586 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
12588         * notifications.el: Add the requirement of a running D-Bus session
12589         bus to the Commentary.
12591 2011-10-24  Juri Linkov  <juri@jurta.org>
12593         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12594         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
12595         (Bug#9364)
12597 2011-10-24  Juri Linkov  <juri@jurta.org>
12599         * info.el (Info-following-node-name-re): Add newline to the list
12600         of allowed characters for leading space.  (Bug#9824)
12602 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12604         * progmodes/octave-inf.el (inferior-octave-mode-map):
12605         Fix C-c C-h binding.
12606         * progmodes/octave-mod.el (octave-help): Remove.
12608 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
12610         Sync with Tramp 2.2.3.
12612         * net/tramp-cache.el (top): Pacify byte-compiler using
12613         `init-file-user' and `site-run-file'.
12615         * net/trampver.el: Update release number.
12617 2011-10-23  Chong Yidong  <cyd@gnu.org>
12619         * files.el (toggle-read-only): Remove obsolete comment about
12620         version control.
12622         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
12623         for toggle-read-only.  Note that this hasn't called vc-next-action
12624         since 2008-05-02, though it wasn't documented at the time.
12626         * vc/ediff-init.el (ediff-toggle-read-only-function):
12627         Use toggle-read-only.
12629 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
12631         Fix bug #9560, sporadic wrong indentation; improve instrumentation
12632         of c-parse-state.
12634         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
12635         correct faulty logical expression.
12636         (c-parse-state-state, c-record-parse-state-state):
12637         (c-replay-parse-state-state): New defvar/defuns.
12638         (c-debug-parse-state): Use new functions.
12640 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
12642         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
12643         last fix.  Use window-in-direction correctly.
12645 2011-10-21  Chong Yidong  <cyd@gnu.org>
12647         * progmodes/idlwave.el (idlwave-mode):
12648         * progmodes/vera-mode.el (vera-mode): No need to set
12649         require-final-newline; that's done in prog-mode.
12650         Suggested by Stefan Monnier.
12652 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
12654         * mouse.el (mouse-drag-window-above)
12655         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
12656         (mouse-drag-mode-line-1, mouse-drag-header-line)
12657         (mouse-drag-vertical-line-rightward-window): Remove.
12658         (mouse-drag-line): New function.
12659         (mouse-drag-mode-line, mouse-drag-header-line)
12660         (mouse-drag-vertical-line): Call mouse-drag-line.
12661         * window.el (window-at-side-p, windows-at-side): New functions.
12663 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
12665         * tar-mode.el (tar-grind-file-mode):
12666         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
12668 2011-10-21  Chong Yidong  <cyd@gnu.org>
12670         * progmodes/idlwave.el (idlwave-mode):
12671         * progmodes/vera-mode.el (vera-mode):
12672         Use mode-require-final-newline.
12674 2011-10-20  Glenn Morris  <rgm@gnu.org>
12676         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
12678 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
12680         * emulation/cua-base.el (cua-set-mark): Fix case of string.
12682 2011-10-20  Chong Yidong  <cyd@gnu.org>
12684         * emulation/cua-base.el (cua-mode):
12685         * mail/footnote.el (footnote-mode):
12686         * mail/mailabbrev.el (mail-abbrevs-mode):
12687         * net/xesam.el (xesam-minor-mode):
12688         * progmodes/bug-reference.el (bug-reference-mode):
12689         * progmodes/cap-words.el (capitalized-words-mode):
12690         * progmodes/compile.el (compilation-minor-mode)
12691         (compilation-shell-minor-mode):
12692         * progmodes/gud.el (gud-tooltip-mode):
12693         * progmodes/hideif.el (hide-ifdef-mode):
12694         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12695         * progmodes/subword.el (subword-mode):
12696         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12697         * progmodes/which-func.el (which-function-mode):
12698         * term/tvi970.el (tvi970-set-keypad-mode):
12699         * term/vt100.el (vt100-wide-mode):
12700         * textmodes/flyspell.el (flyspell-mode):
12701         * textmodes/ispell.el (ispell-minor-mode):
12702         * textmodes/nroff-mode.el (nroff-electric-mode):
12703         * textmodes/paragraphs.el (use-hard-newlines):
12704         * textmodes/refill.el (refill-mode):
12705         * textmodes/reftex.el (reftex-mode):
12706         * textmodes/rst.el (rst-minor-mode):
12707         * textmodes/sgml-mode.el (html-autoview-mode)
12708         (sgml-electric-tag-pair-mode):
12709         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
12710         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
12711         * emulation/crisp.el (crisp-mode):
12712         * emacs-lisp/eldoc.el (eldoc-mode):
12713         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
12714         minor mode behavior.
12716 2011-10-19  Juri Linkov  <juri@jurta.org>
12718         * descr-text.el (describe-char): Add #x2010 and #x2011 to
12719         the list of hard-coded chars with escape-glyph face.
12721 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12723         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
12725 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
12727         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
12728         running process.
12730 2011-10-19  Glenn Morris  <rgm@gnu.org>
12732         * vc/vc-bzr.el (vc-bzr-after-dir-status):
12733         Ignore ignored files.  (Bug#9726)
12735 2011-10-19  Chong Yidong  <cyd@gnu.org>
12737         Doc fix for minor modes, stating that an omitted argument enables
12738         the mode unconditionally when called from Lisp.
12740         * abbrev.el (abbrev-mode):
12741         * allout.el (allout-mode):
12742         * autoinsert.el (auto-insert-mode):
12743         * autoarg.el (autoarg-mode, autoarg-kp-mode):
12744         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12745         (global-auto-revert-mode):
12746         * battery.el (display-battery-mode):
12747         * composite.el (global-auto-composition-mode)
12748         (auto-composition-mode):
12749         * delsel.el (delete-selection-mode):
12750         * desktop.el (desktop-save-mode):
12751         * dired-x.el (dired-omit-mode):
12752         * dirtrack.el (dirtrack-mode):
12753         * doc-view.el (doc-view-minor-mode):
12754         * double.el (double-mode):
12755         * electric.el (electric-indent-mode, electric-pair-mode):
12756         * emacs-lock.el (emacs-lock-mode):
12757         * epa-hook.el (auto-encryption-mode):
12758         * follow.el (follow-mode):
12759         * font-core.el (font-lock-mode):
12760         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
12761         * help.el (temp-buffer-resize-mode):
12762         * hilit-chg.el (highlight-changes-mode)
12763         (highlight-changes-visible-mode):
12764         * hi-lock.el (hi-lock-mode):
12765         * hl-line.el (hl-line-mode, global-hl-line-mode):
12766         * icomplete.el (icomplete-mode):
12767         * ido.el (ido-everywhere):
12768         * image-file.el (auto-image-file-mode):
12769         * image-mode.el (image-minor-mode):
12770         * iswitchb.el (iswitchb-mode):
12771         * jka-cmpr-hook.el (auto-compression-mode):
12772         * linum.el (linum-mode):
12773         * longlines.el (longlines-mode):
12774         * master.el (master-mode):
12775         * mb-depth.el (minibuffer-depth-indicate-mode):
12776         * menu-bar.el (menu-bar-mode):
12777         * minibuf-eldef.el (minibuffer-electric-default-mode):
12778         * mouse-sel.el (mouse-sel-mode):
12779         * msb.el (msb-mode):
12780         * mwheel.el (mouse-wheel-mode):
12781         * outline.el (outline-minor-mode):
12782         * paren.el (show-paren-mode):
12783         * recentf.el (recentf-mode):
12784         * reveal.el (reveal-mode, global-reveal-mode):
12785         * rfn-eshadow.el (file-name-shadow-mode):
12786         * ruler-mode.el (ruler-mode):
12787         * savehist.el (savehist-mode):
12788         * scroll-all.el (scroll-all-mode):
12789         * scroll-bar.el (scroll-bar-mode):
12790         * server.el (server-mode):
12791         * shell.el (shell-dirtrack-mode):
12792         * simple.el (auto-fill-mode, transient-mark-mode)
12793         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
12794         (line-number-mode, column-number-mode, size-indication-mode)
12795         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
12796         * strokes.el (strokes-mode):
12797         * time.el (display-time-mode):
12798         * t-mouse.el (gpm-mouse-mode):
12799         * tool-bar.el (tool-bar-mode):
12800         * tooltip.el (tooltip-mode):
12801         * type-break.el (type-break-mode-line-message-mode)
12802         (type-break-query-mode):
12803         * view.el (view-mode):
12804         * whitespace.el (whitespace-mode, whitespace-newline-mode)
12805         (global-whitespace-mode, global-whitespace-newline-mode):
12806         * xt-mouse.el (xterm-mouse-mode): Doc fix.
12808         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12809         Fix autogenerated docstring.
12811 2011-10-19  Juri Linkov  <juri@jurta.org>
12813         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
12814         by checking environment variables "DESKTOP_SESSION" and
12815         "XDG_CURRENT_DESKTOP".  (Bug#9779)
12817 2011-10-19  Juri Linkov  <juri@jurta.org>
12819         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
12820         (browse-url-chromium-program, browse-url-chromium-arguments):
12821         New defcustoms.
12822         (browse-url-default-browser): Check for `browse-url-chromium' and
12823         call `browse-url-chromium-program'.
12824         (browse-url-chromium): New command.  (Bug#9779)
12826 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
12828         * facemenu.el (list-colors-duplicates): On Windows, detect more
12829         duplicates by assuming that only colors matching "^System" are
12830         special "system colors".  (Bug#9722)
12832 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12834         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
12835         to distinguish the author from the committer.
12837 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
12839         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
12841 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
12843         * international/mule.el (sgml-html-meta-auto-coding-function):
12844         Add support for detecting encoding in HTML5 specified only as
12845         <meta charset="UTF-8">.  Implementation just makes http-equiv and
12846         content-type parts from HTML4 encoding string optional.  (Bug#9716)
12848 2011-10-18  Glenn Morris  <rgm@gnu.org>
12850         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
12852 2011-10-18  Chong Yidong  <cyd@gnu.org>
12854         * faces.el (cursor): Doc fix.
12856 2011-10-17  Chong Yidong  <cyd@gnu.org>
12858         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
12860 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
12862         * dirtrack.el (dirtrack): Support shell buffers with path
12863         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
12865 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
12867         * json.el: Bump version to 1.3 and note change in History.
12868         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
12870 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12872         * comint.el (comint-insert-input, comint-send-input)
12873         (comint-get-old-input-default, comint-backward-matching-input)
12874         (comint-next-prompt): Use nil instead of `input' for field property of
12875         past user input (bug#114).
12877         * minibuffer.el (completion--replace): Inherit surrounding properties
12878         (bug#114).
12879         (minibuffer-complete-and-exit): Use it.
12881         * comint.el (comint--table-subvert): Quote the all-completions output
12882         (bug#9160).
12884 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
12886         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
12888         * menu-bar.el (menu-bar-file-menu): Add entry for making new
12889         window on right of selected.  (Bug#9350) Reword other window
12890         entries and separate them from frame entries.
12892 2011-10-15  Glenn Morris  <rgm@gnu.org>
12894         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
12895         Doc fixes.
12897 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
12899         * net/network-stream.el (network-stream-open-starttls):
12900         Improve detection of failure due to lack of TLS support.
12902         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
12903         putting the input text in front and in bold.
12905 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12907         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
12909         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
12910         empty buffer.
12912         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
12913         unread-command-events rather than pushing yet-another event.
12915 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
12917         * mail/sendmail.el (sendmail-query-once): Improve the wording of
12918         the explanation of the possible choices.  Make the options passed
12919         to completing-read shorter.
12921 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12923         * textmodes/flyspell.el (flyspell-large-region): Make sure
12924         extended character mode is used if defined (Bug#1339).
12926 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
12928         * simple.el (what-cursor-position): Fix the display of the
12929         character info for LRE, LRO, RLE, and RLO characters by appending
12930         an invisible PDF.
12932 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12934         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
12935         even in case of error; add debug spec; simplify data flow.
12936         (with-timeout-handler): Remove.
12938 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
12940         Fix Bug#6019, Bug#9315.
12942         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
12943         complete `buffer-file-name', the local file name part could look
12944         remotely (for example on VMS).
12946         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
12947         `tramp-run-real-handler'.
12948         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
12949         already quoted by '"'.
12951         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
12952         Let `file-name-handler-alist' be nil, the local file name part
12953         could look remotely (for example on VMS).
12955 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12957         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
12958         from here...
12959         (flyspell-post-command-hook): ...to here.
12961 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12963         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
12964         if not needed.
12965         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
12966         using completion.  Protect against "slow" callers.
12967         Remove the "message hack".
12969 2011-10-11  Juri Linkov  <juri@jurta.org>
12971         * isearch.el (isearch-lazy-highlight-word): New variable.
12972         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
12973         Use it.  (Bug#9727)
12975 2011-10-11  Glenn Morris  <rgm@gnu.org>
12977         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
12978         like f90-previous-statement does.
12980 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12982         * eshell/eshell.el (eshell-command): History should be saved
12983         only in interactive use, to avoid error.
12985 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12987         * minibuffer.el (completion-file-name-table): Fix last change,
12988         i.e. ignore normal errors but not the other ones.
12990 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
12992         * window.el (special-display-buffer-names)
12993         (special-display-regexps): Remove some remnants of earlier
12994         changes from doc-strings.
12995         (quit-windows-on): New function.
12997         * vc/vc.el (vc-revert, vc-rollback):
12998         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
12999         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
13000         (Bug#6183) (Bug#7074) (Bug#7447)
13002 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
13004         * window.el (frame-auto-hide-function): Add version tag.
13005         (Bug#9699)
13007 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
13009         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13010         condition.
13012 2011-10-09  Leo Liu  <sdl.web@gmail.com>
13014         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13015         (Bug#9701)
13017 2011-10-08  Glenn Morris  <rgm@gnu.org>
13019         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13020         before the first code statement zero indent.  (Bug#9690)
13022 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
13024         * simple.el (count-words-region): Always count in the region.
13025         Report the number of lines and characters too.
13026         (count-words): New command, which counts in the buffer if the
13027         region is inactive, as count-words-region used to.
13028         (count-words--message): New function.  Handle plurals.
13029         (count-lines-region): Make it an alias for count-words-region.
13031         * bindings.el (esc-map): Replace count-lines-region with
13032         count-words-region.
13034 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
13036         * window.el (window--delete): Delete dedicated frame
13037         unconditionally when argument KILL is non-nil.  (Bug#9699)
13038         (switch-to-buffer): Fix doc-string typo.
13040 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13042         * eshell/eshell.el (eshell-command): Avoid using hooks.
13044 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
13046         * bindings.el ([M-left],[M-right]): Bind to left-word and
13047         right-word respectively.
13049 2011-10-07  Glenn Morris  <rgm@gnu.org>
13051         * cus-start.el (debug-on-quit): Fix custom type.
13053 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13055         * subr.el (define-key-after): Clarify that the function is not
13056         useful for non-menu keymaps.
13058         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13060 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13062         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13063         in current minibuffer (Fix bug with recursive minibuffers).
13065 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
13067         * progmodes/gdb-mi.el (gdb): Doc fix.
13069 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
13071         * window.el (frame-auto-hide-function): New option replacing
13072         frame-auto-delete.  Suggested by Stefan Monnier.
13073         (window--delete): Call frame-auto-hide-function instead of
13074         investigating frame-auto-delete.
13075         (window-point-1, set-window-point-1): New functions.
13076         (window-in-direction, record-window-buffer, window-state-get-1)
13077         (display-buffer-record-window): Use window-point-1 instead of
13078         window-point.
13079         (set-window-buffer-start-and-point): Use set-window-point-1.
13081 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13083         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13085 2011-10-05  Glenn Morris  <rgm@gnu.org>
13087         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13088         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
13090 2011-10-05  Leo Liu  <sdl.web@gmail.com>
13092         * subr.el (read-char-choice): Fix argument to buffer-live-p which
13093         works with buffer object.
13095 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13097         * mpc.el (mpc-tool-bar-map): Add labels.
13099 2011-10-04  Glenn Morris  <rgm@gnu.org>
13101         * calendar/holidays.el (calendar-check-holidays): Doc fix.
13103 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
13105         * window.el (window--delete): New function.
13106         (frame-auto-delete): Resuscitate option.
13107         (bury-buffer, replace-buffer-in-windows)
13108         (quit-window): Rewrite using window--delete.
13109         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13110         Pass display-buffer-mark-dedicated to window--display-buffer-2
13111         (Bug#9639).
13113 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13115         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13116         returns a list (bug#9554).  Add remote file name completion.
13117         * comint.el (comint--table-subvert): Curry and get quote&unquote
13118         functions as arguments.
13119         (comint--complete-file-name-data): Adjust call accordingly.
13120         * pcomplete.el (pcomplete--table-subvert): Remove.
13121         (pcomplete-completions-at-point): Use comint--table-subvert instead.
13123         * minibuffer.el (completion-table-case-fold): Use currying.
13124         (completion--styles-type, completion--cycling-threshold-type):
13125         New constants.
13126         (completion-styles, completion-category-overrides)
13127         (completion-cycle-threshold): Use them.
13128         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13129         completion-table-case-fold.
13131 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
13133         * minibuffer.el (completion-category-overrides): Fix type of styles
13134         and add more user friendly tags (bug#9660).
13136 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13138         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13139         (mule-input-method-string): New widget.
13140         (default-input-method, language-info-custom-alist): Use it.
13142 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13144         * pcomplete.el: Require comint.
13145         (pcomplete--common-suffix): Remove.
13146         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13147         (pcomplete--table-subvert): Sync with comint--table-subvert.
13148         (pcomplete--entries): Use comint-completion-file-name-table.
13149         * comint.el (comint-unquote-filename): Simplify.
13150         (comint-completion-file-name-table): New function (bug#9616).
13151         (comint--complete-file-name-data): Use it.
13153         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13154         (pcmpl-gnu-tar-buffer): Remove.
13155         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
13156         around.  Make sure pcomplete-suffix-list is only changed temporarily.
13157         Don't look inside the tar's file if it's too large.
13159 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
13161         * cus-edit.el (custom-mode-map):
13162         * epa.el (epa-key-list-mode-map):
13163         * man.el (Man-mode-map):
13164         * startup.el (splash-screen-keymap):
13165         * simple.el (special-mode-map): Use scroll-up-command and
13166         scroll-down-command.
13168         * progmodes/idlw-help.el (idlwave-help-mode-map):
13169         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13170         * net/newst-plainview.el (newsticker-mode-map):
13171         * emulation/ws-mode.el (wordstar-mode-map):
13172         * emulation/vi.el (vi-com-map):
13173         * calc/calc-graph.el (calc-graph-show-dumb):
13174         * term/sun.el (terminal-init-sun):
13175         * term/ns-win.el (global-map):
13176         * progmodes/grep.el (grep-mode-map):
13177         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13178         * mail/rmail.el (rmail-mode-map):
13179         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13181         * custom.el (custom-safe-themes, load-theme): Treat value of t for
13182         custom-safe-themes as special.
13184 2011-10-01  Julien Danjou  <julien@danjou.info>
13186         * notifications.el (notifications-notify): Fix docstring.
13188 2011-10-01  Per Starbäck  <per@starback.se>
13190         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
13192 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
13194         * startup.el (command-line-1): Fix last fix by inserting
13195         initial-scratch-message into *scratch* before displaying it.
13196         (Bug#9605) and (Bug#9636)
13198 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
13200         * simple.el (line-move): If auto-hscroll-mode is disabled and the
13201         window is hscrolled, move by logical lines.  (Bug#9607)
13202         (line-move-visual): Update the doc string to the above effect.
13204 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
13206         * window.el (display-buffer-record-window): When WINDOW is the
13207         selected window use `point' instead of `window-point'.  (Bug#9626)
13209         * startup.el (command-line-1): Use insert-before-markers when
13210         inserting initial-scratch-message.  (Bug#9605)
13212         * help.el (help-window): Remove variable.
13214 2011-09-29  Glenn Morris  <rgm@gnu.org>
13216         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13218 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
13220         * descr-text.el (describe-char-categories): Accept category
13221         descriptions more than one line long.
13223 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13225         * simple.el (delete-trailing-whitespace): Fix last change.
13227         * progmodes/perl-mode.el (perl-syntax-propertize-function):
13228         Don't confuse "y => 3" as the beginning of a `y' operation.
13230         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13231         object has more than 4 slots (bug#9613).
13233 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
13235         * subr.el (with-output-to-temp-buffer):
13236         * net/quickurl.el (quickurl, quickurl-browse-url):
13237         Fix typos in docstrings.
13239 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
13241         * minibuffer.el (completion-styles)
13242         (completion-category-overrides): Cross reference each other in doc
13243         strings.
13245 2011-09-27  Glenn Morris  <rgm@gnu.org>
13247         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13248         to split-string.  (Bug#9606)
13250 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13252         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13253         (bug#9615).
13255 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
13257         * emacs-lisp/package.el (list-packages): Fix echo area message.
13259 2011-09-27  Leo Liu  <sdl.web@gmail.com>
13261         * ido.el (ido-read-internal): Accept cons cell HIST arg.
13263 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
13265         * net/dbus.el (dbus-unregister-object): Don't release services for
13266         registered signals.  (Bug#9581)
13268 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13270         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13271         function that picks between cfengine 2 and 3 support
13272         automatically.  Update docs accordingly.
13274 2011-09-22  Kenichi Handa  <handa@m17n.org>
13276         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13277         ZERO.
13278         (indian-itrans-v5-table-for-tamil): New variable.
13279         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13281 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
13283         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13284         that's true if the current command involved collapsing of text.
13285         It's reset to false at the beginning of the next command.
13286         (allout-post-command-business): Move the cursor to the beginning
13287         of entry if the cursor is hidden and collapsing activity just
13288         happened.
13290 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
13292         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13293         tracking (Bug#9541).
13295 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
13297         * net/newst-reader.el (newsticker-html-renderer)
13298         (newsticker-show-news): Automatically load html rendering package
13299         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
13300         because w3m-fill-column is let-bound" and the error "Symbol's value
13301         as variable is void: w3m-fill-column".
13303 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
13305         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13306         Release services only if they are defined.  (Bug#9581)
13308 2011-09-23  Richard Stallman  <rms@gnu.org>
13310         * textmodes/paragraphs.el (forward-sentence): For backwards case,
13311         distinguish start of paragraph from start of its text.
13313         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13315         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
13316         (rmail-generate-viewer-buffer): Put that hook on view buffer.
13317         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
13319 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
13321         * international/mule-diag.el (mule-diag): Insert a newline after
13322         each fontset description.
13324 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13326         * simple.el (delete-trailing-whitespace):
13327         Document last change; simplify.
13329 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
13331         * simple.el (delete-trailing-whitespace): Also delete
13332         extra newlines at the end of the buffer.
13334         * textmodes/picture.el: Make motion commands obey shift-select-mode.
13335         (picture-newline): Use forward-line so as to ignore fields.
13337 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13339         * subr.el (with-wrapper-hook): Fix edebug spec.
13341 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13343         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
13344         (bug#4538).
13346 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
13348         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
13349         Fix nasty bug using wrong cached values.
13351 2011-09-23  Alan Mackenzie  <acm@muc.de>
13353         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
13355 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
13357         * window.el (pop-to-buffer): Ensure right window is selected if we
13358         chose another frame.
13360 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
13362         * simple.el (what-cursor-position): Use get-char-property-change
13363         and next-single-char-property-change, to be able to show display
13364         properties that come from overlays as well as text properties.
13366 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
13368         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
13370         * cmuscheme.el (run-scheme, switch-to-scheme):
13371         * cus-edit.el (customize-group, custom-buffer-create)
13372         (customize-browse):
13373         * info.el (info):
13374         * shell.el (shell):
13375         * mail/sendmail.el (mail):
13376         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
13378 2011-09-22  Richard Stallman  <rms@gnu.org>
13380         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
13381         move back only to line beg, don't move back over blank lines.
13383 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
13385         * files.el (copy-directory): Set directory attributes only in case
13386         they could be retrieved from the source directory.  (Bug#9565)
13388 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
13390         * progmodes/hideshow.el (hs-looking-at-block-start-p)
13391         (hs-find-block-beginning, hs-hide-level-recursive):
13392         Ignore strings as well as comments.  (Bug#9502)
13394 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
13396         * progmodes/sql.el (sql-comint-postgres):
13397         Convert port number to a string.  (Bug#9566)
13399 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
13401         * window.el (quit-window): Undedicate window when switching to
13402         previous buffer.  Reported by Thierry Volpiatto
13403         <thierry.volpiatto@gmail.com>.
13404         (special-display-popup-frame): When popping up a new frame reset
13405         its previous buffers to nil.  Simplify code.
13407 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
13409         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
13410         and process filter, as done also in `shell-command'.
13412 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
13414         * window.el (set-window-buffer-start-and-point):
13415         Call set-window-start with NOFORCE argument t.
13416         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13417         (quit-window): Reword doc-string.  Handle new format of
13418         quit-restore parameter.  Don't delete window if it has a
13419         previous buffer we can show instead of the present one.
13420         (display-buffer-record-window): Rewrite using a new format for
13421         the quit-restore window parameter
13422         (special-display-popup-frame, display-buffer-same-window)
13423         (display-buffer-reuse-window, display-buffer-pop-up-frame)
13424         (display-buffer-pop-up-window, display-buffer-use-some-window):
13425         Adapt symbol passed to display-buffer-record-window.
13426         * help.el (help-window-setup): Handle new format of quit-restore
13427         parameter.
13429 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13431         * faces.el (face-list): Fix docstring (bug#9564).
13433         * window.el (display-buffer--action-function-custom-type):
13434         Don't include internal functions in the Custom interface.
13436 2011-09-20  Juri Linkov  <juri@jurta.org>
13438         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
13439         (Info-forward-node, Info-backward-node, Info-next-preorder)
13440         (Info-last-preorder): Use it.  (Bug#9528)
13442 2011-09-20  Juri Linkov  <juri@jurta.org>
13444         * info.el (Info-last-preorder): Visit last menu item only when
13445         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
13447 2011-09-20  Julien Danjou  <julien@danjou.info>
13449         * password-cache.el (password-cache-remove): Remove entries even if the
13450         value is nil, so that password with a nil value (negative caching) is
13451         possible to invalidate.
13453 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
13455         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
13456         all whitespace around breakpoint.  (Bug#9553)
13457         (f90-find-breakpoint): Only break at whitespace inside a comment.
13459 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13461         * minibuffer.el (completion-file-name-table): Keep track of errors.
13462         (completion-table-with-predicate): Handle the case where pred1 is nil.
13463         * pcomplete.el (pcomplete-completions-at-point): Simplify.
13465 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13467         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
13468         (debugger-return-value): Signal an error if the debugging context does
13469         not await any return value.
13471         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
13472         * image-mode.el (image-toggle-display-text)
13473         (image-toggle-display-image): Stay away from evil `intangible'.
13475 2011-09-19  Leo Liu  <sdl.web@gmail.com>
13477         * replace.el (occur-revert-arguments): Make it permanent-local.
13478         (occur-mode): Don't call font-lock-defontify.
13480 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
13482         * net/ldap.el (ldap-search-internal): Don't push empty search
13483         result (Bug#9508).
13485 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13487         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
13489 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
13491         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
13492         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
13494 2011-09-18  Juri Linkov  <juri@jurta.org>
13496         * buff-menu.el (Buffer-menu-mode-map):
13497         * dired.el (dired-mode-map):
13498         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
13499         (lisp-interaction-mode-map):
13500         * emacs-lisp/package.el (package-menu-mode-map):
13501         * epa.el (epa-key-list-mode-map):
13502         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
13503         (menu-bar-options-menu):
13504         * outline.el (outline-mode-menu-bar-map):
13505         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
13506         * vc/vc-dir.el (vc-dir-menu-map):
13507         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
13508         Capitalize non-function content words in menu item strings.
13510         * dired.el (dired-mode-map): Add menu item for
13511         `image-dired-dired-toggle-marked-thumbs'.
13513 2011-09-18  Juri Linkov  <juri@jurta.org>
13515         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
13516         to `isearch-case-fold-search' and restore its original value
13517         after the `isearch-mode' call.
13519 2011-09-18  Juri Linkov  <juri@jurta.org>
13521         * progmodes/grep.el (grep-process-setup): Don't check code for 1
13522         because `zgrep' returns 1 for successful matches (bug#9226).
13524 2011-09-18  Juri Linkov  <juri@jurta.org>
13526         * info.el (Info-extract-menu-node-name): Check the second match
13527         for empty string (second test-case of bug#9528).
13528         (Info-last-preorder): Let-bind `Info-history' to nil to not add
13529         intermediate nodes to the history (first test-case of bug#9528).
13531 2011-09-18  Juri Linkov  <juri@jurta.org>
13533         * info.el (Info-mode-syntax-table): New variable.
13534         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
13536 2011-09-18  Juri Linkov  <juri@jurta.org>
13538         * info.el (Info-file-supports-index-cookies):
13539         Increment line-beginning-position's arg from 3 to 4 because makeinfo
13540         outputs one more line for long file names (bug#4142).
13542 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
13544         * newcomment.el (comment-normalize-vars): If prompting for
13545         comment-start, set comment-start-skip too (Bug#8424).
13547 2011-09-18  Johan BockgÃ¥rd  <bojohan@gnu.org>
13549         * icomplete.el: Fix previous fix of Bug#5849.
13550         (icomplete-mode): Don't set completion-show-inline-help.
13551         (icomplete-minibuffer-setup): Set completion-show-inline-help
13552         locally during icompletion.
13554 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
13556         * woman.el (woman2-process-escapes): Don't delete unrecognized
13557         escapes (Bug#7843).
13559         * files.el (inhibit-first-line-modes-regexps): Add image files.
13560         (hack-local-variables-prop-line): Return nil for malformed
13561         prop-lines (Bug#9044).
13563 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
13565         * net/tramp.el (top): Don't require 'shell.
13566         (tramp-methods): Fix docstring.
13567         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
13568         Return complete remote file name.  Handle "smb" case.
13569         Use `tramp-tmpdir', if defined for the respective method.
13570         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
13572         * net/tramp-compat.el (top): Require 'shell.
13574         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
13575         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
13576         `tramp-current-host'.
13577         (tramp-get-remote-tmpdir): Remove.
13579         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
13580         `tramp-tmpdir' entries.
13581         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
13582         (tramp-smb-handle-file-attributes): Ignore errors.
13583         (tramp-smb-wait-for-output): Check also for process end.
13585 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13587         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
13588         when sending QUIT (bug#9312).
13590 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
13592         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
13593         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
13594         occur-mode-display-occurrence.
13595         (occur-edit-mode): Add usage message.
13596         (occur-cease-edit): New command.
13597         (occur-after-change-function): Use text properties to find the
13598         position of the prefix text.
13599         (occur-engine): Set stickiness of prefix text properties.
13601 2011-09-17  Glenn Morris  <rgm@gnu.org>
13603         * progmodes/etags.el (complete-tag):
13604         Fix call to completion-in-region.  (Bug#9526)
13606 2011-09-17  Juri Linkov  <juri@jurta.org>
13608         * textmodes/ispell.el (ispell-word): Add to the error message
13609         the word, ispell program name and current dictionary (bug#9121).
13610         (ispell-tex-arg-end): Capitalize "error" in the error message.
13612 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
13614         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
13615         check.  (Bug#4251)
13617 2011-09-17  Juri Linkov  <juri@jurta.org>
13619         * window.el (window-safe-min-height, window-safe-min-width):
13620         Fix typos (followup to bug#9522).
13622 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
13624         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
13626 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
13628         * simple.el (line-move): If goal-column is set, move by logical
13629         lines, not by display lines.  (Bug#971)
13630         (next-line, previous-line, goal-column, line-move-visual): Doc fix
13631         to reflect the above change.
13633 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13635         * image.el (imagemagick-register-types): Use regexp-opt.
13637 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
13639         * window.el (display-buffer-base-action): Rename from
13640         display-buffer-default-action.  Make default value empty.
13641         (display-buffer-overriding-action): Convert to defvar.
13642         (display-buffer-fallback-action): New var.
13644 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
13646         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
13647         declaration.
13648         (package--add-to-archive-contents): If there is a duplicate entry
13649         with an older version, remove it.
13650         (package-menu-mark-delete, package-menu-mark-install)
13651         (package-menu-mark-unmark): Make unused args optional.
13652         (package-menu-mark-obsolete-for-deletion):
13653         Use package-menu-get-status instead of a regexp search.
13654         (package-menu-get-status): Use tabulated-list-entry.
13655         (package-menu-mark-upgrades): New command.
13656         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
13657         (package-menu-execute): Do installation before deletion.
13658         (package-menu-refresh, package-menu-execute): Use derived-mode-p
13659         instead of checking major-mode.
13660         (package-menu--find-upgrades): New function.
13662 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13664         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
13665         passwords in the log buffer.
13666         (smtpmail-process-filter): Update the process marker so that the
13667         "broken by peer" status message is inserted in the right place.
13669 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13671         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
13672         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
13673         bibtex-completion-at-point-function.
13674         (bibtex-completion-at-point-function): Use them.
13676         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
13678         * mpc.el (mpc-constraints-tag-lookup): New function.
13679         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
13680         also to browser "album|playlist".
13682 2011-09-14  Juri Linkov  <juri@jurta.org>
13684         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
13685         (isearch-edit-string): Use length of `isearch-string' when
13686         `isearch-fail-pos' returns nil.
13687         (isearch-message): Remove duplicate code and call
13688         `isearch-fail-pos' with arg `t'.
13690 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
13692         * replace.el (occur-mode-goto-occurrence): Don't force using other
13693         window (Bug#9499).
13695         * dired-aux.el (dired-do-chmod): Don't provide initial input.
13697 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
13699         * window.el (display-buffer-window): Remove.
13700         (display-buffer-record-window): Use help-setup window parameter
13701         instead of variable display-buffer-window.
13702         (display-buffer-function, special-display-buffer-names)
13703         (special-display-function): Mention help-setup parameter instead
13704         of display-buffer-window in doc-string.
13705         * help.el (help-window-setup): New argument help-window.
13706         Use help-window-setup parameter instead of display-buffer-window.
13707         Reword some messages.
13708         (with-help-window): Pass window used for displaying the buffer
13709         to help-window-setup.  Don't set display-buffer-window.
13711 2011-09-13  Glenn Morris  <rgm@gnu.org>
13713         * emacs-lisp/debug.el (debugger-make-xrefs):
13714         Preserve point.  (Bug#9462)
13716 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
13718         * window.el (window-deletable-p): Use next-frame.
13720 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
13722         * window.el (window-auto-delete): Remove.
13723         (window-deletable-p): Remove argument FORCE.  Don't deal with
13724         dedication and previous buffers.
13725         (switch-to-prev-buffer): Don't delete window.
13726         (delete-windows-on): Delete a window's frame if and only if the
13727         window is dedicated.
13728         (replace-buffer-in-windows): Delete buffer's window or frame if
13729         and only if window is dedicated.
13730         (quit-window): Handle quit-restore as before last change.
13731         (bury-buffer): Delete window only if window-deletable-p returns t.
13733 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
13735         * window.el (window-deletable-p): Never delete the last frame on a
13736         given terminal.
13738 2011-09-13  Glenn Morris  <rgm@gnu.org>
13740         * help.el (describe-key-briefly): Copy previous standard-output change.
13742 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
13744         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
13746 2011-09-13  Glenn Morris  <rgm@gnu.org>
13748         * emacs-lisp/lisp-mode.el (lisp-indent-function):
13749         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
13751 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
13753         * dired-aux.el (dired-mark-read-string): Don't return default
13754         value on empty input (Bug#9361).
13755         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
13756         Omit initial minibuffer contents.
13757         (dired-do-chmod): Signal an error on empty input.
13758         (dired-mark-read-string): Don't return default on empty input.
13760         * files.el (file-modes-symbolic-to-number): Doc fix.
13762 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13764         * international/mule-cmds.el (ucs-completions): Remove.
13765         (read-char-by-name): Use complete-with-action instead; add metadata.
13767 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
13769         * window.el (display-buffer--action-function-custom-type)
13770         (display-buffer--action-custom-type): New vars.
13771         (display-buffer-alist, display-buffer-default-action)
13772         (display-buffer-overriding-action): Add defcustom types.
13774         * frame.el (delete-other-frames): Doc fix (Bug#276).
13776 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13778         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
13780 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
13782         Change modes that used same-window-* vars to use switch-to-buffer.
13784         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
13785         Use switch-to-buffer.
13787         * cus-edit.el (customize-group, custom-buffer-create)
13788         (customize-browse, custom-buffer-create-other-window):
13789         Use switch-to-buffer or switch-to-buffer-other-window.
13791         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
13792         (Info-prev, Info-up, Info-speedbar-goto-node)
13793         (info-display-manual): Use switch-to-buffer.
13794         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
13796         * mail/sendmail.el (mail): Use switch-to-buffer.
13797         (mail-recover): Use switch-to-buffer-other-window.
13799         * cmuscheme.el (run-scheme, switch-to-scheme):
13800         * ielm.el (ielm):
13801         * shell.el (shell):
13802         * net/rlogin.el (rlogin):
13803         * net/telnet.el (telnet, rsh):
13804         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
13806 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
13808         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
13810 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13812         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
13813         so don't mention it (bug#9301).
13814         (dired-sort-toggle-or-edit): Clarify string further.
13816         * faces.el (face-spec-set-match-display): Make `(type graphic)'
13817         match `x', `w32' and `ns', like the manual says (bug#9029).
13819         * subr.el (eval-after-load): Doc string clarification (bug#9125).
13820         (process-kill-buffer-query-function): Mention the buffer name in
13821         the query.
13823         * image-mode.el (image-next-line): The line parameter is mandatory
13824         (bug#9258).
13826         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
13827         which can be useful (bug#9301).
13829         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
13831         * subr.el (match-string): Mention that the current buffer should
13832         be the same as the search was done in (bug#9282).
13834         * facemenu.el: Disable the remove-* commands if the mark isn't
13835         active (bug#9162).
13837 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
13839         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
13840         of display-buffer.
13841         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
13843         * replace.el (occur-mode-goto-occurrence)
13844         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
13845         and display-buffer.
13847         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
13848         display-buffer.
13850         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
13851         special-display and same-window variables.
13852         (mail-other-window): Use switch-to-buffer-other-window.
13853         (mail-other-frame): USe switch-to-buffer-other-frame.
13855         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
13856         Use display-buffer-other-frame.
13857         (gdb-display-gdb-buffer): Use pop-to-buffer.
13859         * progmodes/gud.el (gud-goto-info): Use info-other-window.
13861         * progmodes/python.el: Don't set same-window-buffer-names.
13863         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
13865         * window.el (display-buffer-alist): Add *Python*.
13867 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
13869         * window.el (display-buffer-alist): Add entry for buffers
13870         previously handled same-window-*.
13871         (display-buffer-alist, display-buffer-default-action)
13872         (display-buffer-overriding-action): Mark as risky.
13873         (display-buffer-alist): Document action function changes.
13874         (display-buffer--same-window-action)
13875         (display-buffer--other-frame-action): New variables.
13876         (switch-to-buffer, display-buffer-other-frame): Use them.
13877         (display-buffer): Rename reuse-frame entry to reusable-frames.
13878         (display-buffer-reuse-selected-window): Function deleted.
13879         (display-buffer-reuse-window): Handle reusable-frames alist entry.
13880         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
13881         (display-buffer-special): New function.
13882         (display-buffer--maybe-pop-up-frame-or-window): Rename from
13883         display-buffer-reuse-or-pop-window.  Split off special-display
13884         part into display-buffer-special.
13885         (display-buffer-use-some-window): Don't perform any special
13886         pop-up-frames handling.
13887         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
13888         (display-buffer--maybe-same-window): Rename from
13889         display-buffer-maybe-same-window.
13891         * info.el: Don't set same-window-regexps.
13892         (info-setup): New function.
13893         (info-other-window, info): Call it.
13895         * cus-edit.el: Don't set same-window-regexps.
13896         (customize-group): New argument.
13897         (customize-group-other-window): Use it.
13898         (customize-face, customize-face-other-window): Likewise.
13899         (custom-buffer-create-other-window): Use pop-to-buffer directly.
13901         * net/rlogin.el:
13902         * net/telnet.el:
13903         * progmodes/gud.el: Don't set same-window-regexps.
13905         * cmuscheme.el:
13906         * ielm.el:
13907         * shell.el:
13908         * mail/sendmail.el:
13909         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
13911 2011-09-10  Juri Linkov  <juri@jurta.org>
13913         * isearch.el (isearch-edit-string): Remove obsolete mention of
13914         `C-w' (`isearch-yank-word-or-char') from docstring.
13915         (isearch-query-replace): Fix typo in docstring (bug#9466).
13917 2011-09-10  Juri Linkov  <juri@jurta.org>
13919         * paren.el (show-paren-function): Don't show escaped parens.
13920         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
13922 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
13924         * mail/sendmail.el (mml-to-mime, mml-attach-file)
13925         (mm-default-file-encoding): Remove autoload forms, they are
13926         replaced with autoload cookies in mml.el and mm-encode.el.
13927         (mail-add-attachment): New command.
13928         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
13929         (mail-mode): Mention mail-insert-file and mail-add-attachment in
13930         the doc string.
13931         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
13933 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
13935         * simple.el (count-words-region): Use buffer if there's no region
13936         (bug#9429).
13938 2011-09-09  Juri Linkov  <juri@jurta.org>
13940         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
13941         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
13942         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
13944 2011-09-09  Alan Mackenzie  <acm@muc.de>
13946         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
13947         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
13949 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
13951         Fix for Savannah bug#9392.
13952         * simple.el (mail-encode-mml): New defvar.
13954         * mail/rmail.el (mail-encode-mml): Add a defvar.
13955         (rmail-enable-mime-composing): Default to t.
13956         (rmail-forward): Use MIME method of forwarding only if both
13957         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
13958         Set mail-encode-mml non-nil if the MIME method was used.
13960         * mail/sendmail.el (mml-to-mime): Add autoload form.
13961         (mail-encode-mml): Add a defvar.
13962         (mail-mode): Make mail-encode-mml buffer-local and initialize it
13963         to nil.
13964         (mail-send): If mail-encode-mml is non-nil, run the outgoing
13965         message through mml-to-mime, and reset mail-encode-mml to nil.
13967 2011-09-09  Glenn Morris  <rgm@gnu.org>
13969         * woman.el (woman-if-body): When processing an .el block,
13970         do not delete the next .el block as well.  (Bug#9447)
13971         (woman-special-characters): Add oq, cq, and hy characters.
13973 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
13975         * window.el (window-deletable-p): Make sure window is live before
13976         invoking window-prev-buffers.
13978 2011-09-08  Leo Liu  <sdl.web@gmail.com>
13980         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
13982 2011-09-08  Juri Linkov  <juri@jurta.org>
13984         * progmodes/compile.el (compilation-environment): Make it
13985         a defcustom (bug#8340).
13987 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
13989         * window.el (frame-auto-delete): Rename to window-auto-delete.
13990         Make it control auto-deletion of windows and/or frames.
13991         (window-deletable-p): New argument FORCE.  Rewrite conditions
13992         for deleting window/frame.  (Bug#9419)
13993         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
13994         Rewrite handling of case when window/frame can be deleted.
13995         (delete-windows-on): Call window-deletable-p with new FORCE
13996         argument t.  (Bug#9456)
13998 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
14000         * help-mode.el (help-mode): Restore autoload.
14002 2011-09-07  Juri Linkov  <juri@jurta.org>
14004         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14005         `compilation-environment'.  Set buffer-local
14006         `compilation-environment' to `thisenv' later after (funcall mode).
14007         (Bug#8340)
14009         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
14010         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14011         instead of replacing its value.  (Bug#8340)
14013 2011-09-07  Juri Linkov  <juri@jurta.org>
14015         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14016         based on text properties put by `grep-filter' instead of matching
14017         escape sequences.
14018         (grep-mode): Set buffer-local `compilation-error-screen-columns'
14019         to the value of `grep-error-screen-columns' (bug#9438).
14021 2011-09-07  Juri Linkov  <juri@jurta.org>
14023         * simple.el (next-error-highlight, next-error-highlight-no-select):
14024         Doc fix (bug#9432).
14026 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
14028         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14029         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
14031 2011-09-07  Leo Liu  <sdl.web@gmail.com>
14033         * net/rcirc.el (rcirc-mode): Conditionally initialize
14034         rcirc-input-ring.
14036 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14038         * emacs-lisp/find-func.el (find-function-C-source): Only set
14039         find-function-C-source-directory after checking that we found a source
14040         file there (bug#9440).
14042 2011-09-06  Alan Mackenzie  <acm@muc.de>
14044         * isearch.el (isearch-other-meta-char): Wherever a key list is
14045         unread, "unread" the prefix arg, too.  This fixes bug #8901.
14047 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
14049         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14051 2011-09-05  Juri Linkov  <juri@jurta.org>
14053         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14055 2011-09-05  Juri Linkov  <juri@jurta.org>
14057         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14058         keeping point where processing of grep matches begins, and
14059         continue to delete remaining escape sequences from the same point.
14060         (grep-filter): Make leading zero optional in "0?1;31m" because
14061         git-grep emits "\033[1;31m" escape sequences unlike expected
14062         "\033[01;31m" as GNU Grep does (bug#9408).
14063         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14065 2011-09-05  Juri Linkov  <juri@jurta.org>
14067         * subr.el (y-or-n-p): Capitalize "yes".
14069 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
14071         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
14072         `tramp-cache-unload-hook' where appropriate.
14073         (tramp-methods): Rename `tramp-remote-sh' to
14074         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
14075         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14077         * net/tramp-sh.el (top): Don't require 'shell.
14078         (tramp-methods): Add `tramp-remote-shell' and
14079         `tramp-remote-shell-args' entries.
14080         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14081         (tramp-sh-handle-shell-command): Remove.
14082         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14083         Use `tramp-remote-shell'.
14085 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
14087         * mail/sendmail.el (sendmail-query-once-function): Delete.
14088         (sendmail-query-once): Save directly to send-mail-function.
14089         Update message-send-mail-function too.
14091         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14093 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
14095         * progmodes/python.el (python-mode-map): Use correct function to
14096         start python interpreter from menu-bar (as reported by Geert
14097         Kloosterman).
14098         (inferior-python-mode-map): Fix typo.
14099         (python-shell-map): Remove.
14101 2011-09-03  Deniz Dogan  <deniz@dogan.se>
14103         * net/rcirc.el (rcirc-print): Simplify code for
14104         rcirc-scroll-show-maximum-output.  There is no need to walk
14105         through all windows to find the right one.
14107 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
14109         * help.el (help-return-method): Doc fix.
14111 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
14113         * window.el (window-deletable-p): Don't return a non-nil value
14114         when there's a buffer that was shown in the window before.
14115         (Bug#9419)
14116         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14117         Set window's previous buffers to nil.
14119 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
14121         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14122         newline before and after the tag line, so it doesn't interfere
14123         with determining the paragraph direction of bidirectional text.
14125 2011-09-03  Leo Liu  <sdl.web@gmail.com>
14127         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
14129 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
14131         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14132         (pop-to-buffer): Change interactive spec.  Pass second argument
14133         directly to display-buffer.
14134         (display-buffer): Fix interactive spec.  Use functionp to
14135         distinguish between a function and a list of functions.
14137         * abbrev.el (edit-abbrevs):
14138         * arc-mode.el (archive-extract):
14139         * autoinsert.el (auto-insert):
14140         * bookmark.el (bookmark-bmenu-list):
14141         * files.el (find-file):
14142         * view.el (view-buffer):
14143         * progmodes/compile.el (compilation-goto-locus):
14144         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14146 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
14148         * window.el (display-buffer-alist): Doc fix.
14149         (display-buffer): Add docstring.  Don't treat
14150         display-buffer-default specially.
14151         (display-buffer-reuse-selected-window)
14152         (display-buffer-same-window, display-buffer-maybe-same-window)
14153         (display-buffer-reuse-window, display-buffer-pop-up-frame)
14154         (display-buffer-pop-up-window)
14155         (display-buffer-reuse-or-pop-window)
14156         (display-buffer-use-some-window): New functions.
14157         (display-buffer-default-action): Use them.
14158         (display-buffer-default): Delete.
14159         (pop-to-buffer-1): Fix choice of actions.
14161 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14163         * minibuffer.el (completion--insert-strings): Don't get confused by
14164         completion entries that end with an LF char.
14166 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
14168         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14170 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
14172         * window.el (display-buffer): Restore interactive spec.
14173         (display-buffer-same-window, display-buffer-other-window):
14174         New functions.
14175         (pop-to-buffer-1): New function.  Use the above.
14176         (pop-to-buffer, pop-to-buffer-same-window): Use it.
14177         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
14179         * view.el (view-buffer-other-window, view-buffer-other-frame):
14180         Just use pop-to-buffer.
14182 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14184         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
14186 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
14188         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
14190 2011-08-31  Richard Stallman  <rms@gnu.org>
14192         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14193         of the separation of rmail-view-buffer from rmail-buffer.
14194         If you say no to "replace original", the decrypt is in the
14195         view buffer.  If you say yes, the decrypt goes into the
14196         rmail buffer also.
14198 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
14200         * window.el (display-buffer-window): Rewrite doc-string.
14201         (display-buffer-record-window): New function.
14202         (display-buffer-macro-specifiers)
14203         (display-buffer-even-window-sizes, display-buffer-set-height)
14204         (display-buffer-set-width, display-buffer-in-window)
14205         (display-buffer-reuse-window, display-buffer-split-specifiers)
14206         (display-buffer-side-specifiers, display-buffer-split-window-1)
14207         (display-buffer-split-window, display-buffer-split-atom-window)
14208         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14209         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14210         (display-buffer-other-window-means-other-frame)
14211         (display-buffer-normalize-special)
14212         (display-buffer-normalize-default)
14213         (display-buffer-normalize-argument)
14214         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14215         (display-buffer-normalize-specifiers, display-buffer-frame)
14216         (display-buffer-same-window, display-buffer-same-frame)
14217         (display-buffer-other-window)
14218         (display-buffer-same-frame-other-window)
14219         (display-buffer-other-frame, pop-to-buffer-same-window)
14220         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14221         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14222         (switch-to-buffer-same-frame)
14223         (switch-to-buffer-other-window-same-frame)
14224         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14225         (display-buffer-alist-set-1, display-buffer-alist-set-2)
14226         (display-buffer-alist-set): Remove.
14227         (display-buffer-function, special-display-buffer-names)
14228         (special-display-regexps, special-display-function):
14229         In doc-string refer to display-buffer-window and quit-restore
14230         parameter.
14231         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14232         (special-display-frame-alist, special-display-popup-frame)
14233         (same-window-buffer-names, same-window-regexps, same-window-p)
14234         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14235         (split-window-preferred-function, split-height-threshold)
14236         (split-width-threshold, window-splittable-p)
14237         (split-window-sensibly, window--try-to-split-window)
14238         (window--frame-usable-p, even-window-heights)
14239         (window--even-window-heights, window--display-buffer-1)
14240         (window--display-buffer-2, display-buffer-other-frame):
14241         Restore old Emacs 23 code, order and doc-strings where applicable.
14242         (display-buffer-default, display-buffer-assq-regexp): New functions.
14243         (display-buffer-alist): Rewrite doc-string.
14244         (display-buffer-default-action)
14245         (display-buffer-overriding-action): New variables.
14246         (display-buffer, switch-to-buffer): Rewrite.
14247         (pop-to-buffer): Restore Emacs 23 behavior but use
14248         window-normalize-buffer-to-display.
14249         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14250         Restore Emacs 23 behavior but use
14251         window-normalize-buffer-to-switch-to.
14252         (pop-to-buffer-same-window): Rewrite.
14253         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14254         Rewrite using Emacs 23 options.
14256 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
14258         * net/tramp.el (tramp-root-regexp): Remove.
14259         (tramp-completion-file-name-regexp-unified)
14260         (tramp-completion-file-name-regexp-separate)
14261         (tramp-completion-file-name-regexp-url): Don't use leading volume
14262         letter on w32 systems.  (Bug#5303, Bug#9311)
14263         (tramp-drop-volume-letter): Simplify definition.
14264         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14266 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14268         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14269         (bug#9356).
14271 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
14273         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
14275 2011-08-29  Juri Linkov  <juri@jurta.org>
14277         * isearch.el (isearch-done): Don't display message "Mark saved"
14278         when arg `edit' is non-nil to prevent its flicker in the echo area.
14280 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
14282         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14283         obsolete packages for deletion.
14285 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
14287         * help-mode.el (help-mode-map): Add special-mode-map to parent.
14288         (help-mode): Derive help-mode from special-mode.  Don't invoke
14289         view-mode from help-mode.
14290         (help-xref-override-view-map): Remove.
14291         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14292         view-mode is not used anymore.
14294 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
14296         * server.el (server-port): Doc fix.
14298         * cus-theme.el (custom-theme-choose-mode): Inherit from
14299         special-mode (Bug#9124).
14300         (custom-theme-choose-mode-map): Add special-mode to parent.
14302 2011-08-28  Alan Mackenzie  <acm@muc.de>
14304         * progmodes/cc-fonts.el
14305         (c-make-font-lock-BO-decl-search-function): New function.
14306         (c-basic-matchers-after - "Fontify the clauses after various
14307         keywords"): Extract the three keyword lists for the 3 erroneous
14308         constructs from the list of four, and use the new function above
14309         in place of an old one.
14311 2011-08-28  Deniz Dogan  <deniz@dogan.se>
14313         * net/rcirc.el (rcirc-insert-prev-input)
14314         (rcirc-insert-next-input): Remove unused argument.
14316 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14318         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14320 2011-08-27  Alan Mackenzie  <acm@muc.de>
14322         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
14323         handle function pointer parameters properly.
14325 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
14327         * window.el (display-buffer-reuse-window): Fix case where
14328         selected window was reused with non-nil OTHER-WINDOW argument.
14329         (Bug#9381)
14331 2011-08-27  Deniz Dogan  <deniz@dogan.se>
14333         * net/rcirc.el (rcirc-check-auth-status): Adding support for
14334         oftc's NickServ messages.
14336 2011-08-27  Glenn Morris  <rgm@gnu.org>
14338         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
14340 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
14342         * emacs-lisp/package.el (package-install): Call package-initialize
14343         if called interactively.
14345 2011-08-26  Leo Liu  <sdl.web@gmail.com>
14347         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
14349 2011-08-25  Juri Linkov  <juri@jurta.org>
14351         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14352         `search-whitespace-regexp' (bug#9364).
14354 2011-08-25  Juri Linkov  <juri@jurta.org>
14356         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
14357         `regexp-search-ring' to their global values to protect from
14358         updating by `read-from-minibuffer' (bug#9185).
14360 2011-08-25  Juri Linkov  <juri@jurta.org>
14362         * textmodes/ispell.el (ispell-command-loop): Add newline
14363         at the end of the "Use option `i'..." line.
14365 2011-08-25  Juri Linkov  <juri@jurta.org>
14367         * battery.el (display-battery-mode): If `battery-status-function'
14368         or `battery-mode-line-format' is nil, display the message and set
14369         `display-battery-mode' to nil (bug#9363).
14371 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
14373         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
14374         bidi-string-mark-left-to-right; they are unnecessary now.
14376 2011-08-25  Deniz Dogan  <deniz@dogan.se>
14378         * net/quickurl.el: Documentation typo fixes.
14380 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
14382         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
14384 2011-08-25  Glenn Morris  <rgm@gnu.org>
14386         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14388         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
14389         (smtpmail-via-smtp): Handle nil response from smtp.
14391 2011-08-24  Juri Linkov  <juri@jurta.org>
14393         * proced.el (proced-marked): Inherit from `error' instead of
14394         `font-lock-warning-face'.
14396         * ibuffer.el (ibuffer-marked-face): Change default face from
14397         `font-lock-warning-face' to `warning'.
14398         (ibuffer-deletion-face): Change default face from
14399         `font-lock-type-face' to `error'.
14401         * battery.el (battery-update): Use the face `error' instead of
14402         `font-lock-warning-face' (bug#6117).
14404 2011-08-24  Juri Linkov  <juri@jurta.org>
14406         * faces.el (success): Change face color from "Green3" to
14407         "ForestGreen" on light background (bug#9353).
14409 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
14411         * window.el (quit-window): Rename from quit-restore-window.
14412         Use same arglist as old quit-window.
14413         (frame-auto-delete): Doc fix.
14415         * view.el (view-mode-exit): Use quit-window.
14417 2011-08-24  Juri Linkov  <juri@jurta.org>
14419         * isearch.el (isearch-ring-adjust1): Start visiting previous
14420         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
14421         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
14422         for empty search string (when the last search string is reused
14423         automatically) to adjust the isearch ring to the last element and
14424         prepare the correct index for further M-p commands (bug#9185).
14426 2011-08-24  Kenichi Handa  <handa@m17n.org>
14428         * international/ucs-normalize.el: If decomposition property of
14429         CHAR is the default one (i.e. a list of CHAR itself), treat it as
14430         nil.
14431         (nfd, nfkd): Likewise.
14433 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14435         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
14436         from process filters aren't reliably transmitted to the surrounding
14437         accept-process-output.
14438         (mpc-proc-check): New function.
14439         (mpc-proc-sync): Use it (bug#8293)
14441 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14443         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
14444         Add compatibility functions (bug#9313).
14446 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
14448         * cus-start.el (all): Add entry for bidi-paragraph-direction.
14450         * international/uni-bidi.el: Regenerate.
14452 2011-08-23  Kenichi Handa  <handa@m17n.org>
14454         * international/charprop.el:
14455         * international/uni-bidi.el:
14456         * international/uni-category.el:
14457         * international/uni-combining.el:
14458         * international/uni-comment.el:
14459         * international/uni-decimal.el:
14460         * international/uni-decomposition.el:
14461         * international/uni-digit.el:
14462         * international/uni-lowercase.el:
14463         * international/uni-mirrored.el:
14464         * international/uni-name.el:
14465         * international/uni-numeric.el:
14466         * international/uni-old-name.el:
14467         * international/uni-titlecase.el:
14468         * international/uni-uppercase.el: Regenerate.
14470 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
14472         * help.el (help-window-setup): Fix message displayed when other
14473         window is reused.  (Bug#9341)
14475 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14477         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
14478         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
14480         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
14481         Mark obsolete.
14482         * shell.el (shell-parse-pcomplete-arguments): New function.
14483         (shell-completion-vars): Use it instead (bug#9160).
14485 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14487         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
14488         strings and comments (bug#9333).
14490         * emacs-lisp/debug.el (debug-arglist): New function.
14491         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
14492         (debug-on-entry-1): Handle interpreted closures (bug#9120).
14494 2011-08-22  Juri Linkov  <juri@jurta.org>
14496         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14497         Revert regexp that highlights output switches to its old
14498         pre-2010-10-28 value and remove one `?' from it (bug#9319).
14500         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
14501         to check for empty output (bug#9226).
14503 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
14505         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
14506         symbol-constituent as the default, as that stops font-lock from
14507         working properly (Bug#8843).
14509 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14511         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
14512         `coding-system-for-*' around the process open call to avoid
14513         auth-source side effects.
14514         (smtpmail-try-auth-methods): Expand the secret password.
14515         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
14516         probe hangs.
14518 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
14520         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
14522         * emacs-lisp/find-func.el (find-function-noselect): New arg
14523         lisp-only.
14525         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
14526         signal an error for built-in functions (Bug#6664).
14528 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14530         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
14531         (smtpmail-try-auth-methods): Use it.
14533 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
14535         * font-lock.el (font-lock-fontify-region)
14536         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
14537         (font-lock-default-unfontify-buffer)
14538         (font-lock-default-fontify-region)
14539         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
14541         * progmodes/compile.el (compilation-error-properties):
14542         Fix confusion between file struct and message struct (Bug#9319).
14543         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
14544         `ant' regexp.
14546         * net/browse-url.el (browse-url-firefox): Don't call
14547         browse-url-firefox-sentinel unless using -remote (Bug#9328).
14549 2011-08-20  Glenn Morris  <rgm@gnu.org>
14551         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
14553         * tutorial.el (tutorial--default-keys): Update some default bindings.
14555         * files.el (hack-local-variables): Fully ignore case for "mode:".
14557 2011-08-20  Alan Mackenzie  <acm@muc.de>
14559         Resolve invalid use of a regexp in regexp-opt.
14561         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
14562         detection for a java annotation.
14564         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
14565         detection for a java annotation.
14567         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
14568         handling for java.
14569         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
14571 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
14573         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
14574         (Bug#9274).
14576 2011-08-20  Alan Mackenzie  <acm@muc.de>
14578         Fontify CPP expressions correctly when starting in the middle of
14579         such a construct.  Mainly for when jit-lock etc. starts a chunk
14580         here.
14582         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
14583         variable.
14584         (c-make-font-lock-search-form): New function, extracted from
14585         c-make-font-lock-search-function.
14586         (c-make-font-lock-search-function): Use the above function.
14587         (c-make-font-lock-context-search-function): New function.
14588         (c-cpp-matchers): Enhance the preprocessor expression case with
14589         the above function
14590         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
14591         which takes an expression.
14593         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
14595 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
14597         * window.el (display-buffer-reuse-window)
14598         (display-buffer-pop-up-window): Don't reuse or split a side
14599         window.
14601 2011-08-19  Glenn Morris  <rgm@gnu.org>
14603         * files.el (hack-local-variables-prop-line, hack-local-variables):
14604         Downcase "Mode:".  (Bug#9331)
14606 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
14608         * international/characters.el: Add L and R categories.
14610         * subr.el (bidi-string-mark-left-to-right): Rename from
14611         string-mark-left-to-right.  Use category search.
14613         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
14615 2011-08-18  Juri Linkov  <juri@jurta.org>
14617         * faces.el (error, warning, success): New faces with definitions
14618         copied from old default values of `font-lock-warning-face',
14619         `compilation-warning', `compilation-info' (bug#6117).
14621         * font-lock.el (font-lock-warning-face): Inherit from `error'.
14623         * progmodes/compile.el (compilation-error): Inherit from `error'.
14624         (compilation-warning): Inherit from `warning'.
14625         (compilation-info): Inherit from `success'.
14627         * dired.el (dired-marked): Inherit from `warning'.
14628         (dired-flagged): Inherit from `error'.
14630 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14632         * mail/smtpmail.el (auth-source): Require to avoid problems with
14633         binding variables (bug#9298).  Also clean up some unused
14634         autoloads.
14636         * net/network-stream.el (network-stream-open-starttls):
14637         Support using starttls.el without using gnutls-cli.
14639 2011-08-17  Juri Linkov  <juri@jurta.org>
14641         * progmodes/grep.el (rgrep): Handle the case when
14642         `grep-find-command' is a cons cell (bug#9278).
14644 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
14646         * window.el (display-buffer-pop-up-frame): Run frame creation
14647         function with BUFFER current (as special-display-popup-frame
14648         does).  Reported by Drew Adams.
14650 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
14652         * epa-mail.el: Simplify GnuPG group expansion using
14653         epg-expand-group.
14654         (epa-mail-group-alist, epa-mail-group-modtime)
14655         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
14656         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
14657         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
14658         Remove.
14660 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
14662         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
14664 2011-08-16  Alan Mackenzie  <acm@muc.de>
14666         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
14667         Correct, to avoid the inside of macros.
14669 2011-08-16  Richard Stallman  <rms@gnu.org>
14671         * epa-mail.el: Handle GnuPG group definitions.
14672         (epa-mail-group-alist, epa-mail-group-modtime)
14673         (epa-mail-gnupg-conf-file): New variables.
14674         (epa-mail-parse-groups, epa-mail-sync-groups)
14675         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
14676         (epa-mail-expand-recipients): New functions.
14677         (epa-mail-encrypt): Call epa-mail-expand-recipients.
14679         * mail/rmail.el (rmail-epa-decrypt): New command.
14681         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
14682         Don't bind buffer-read-only, just inhibit-read-only.
14683         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
14684         (epa-decrypt-armor-in-region): Make error message clearer.
14686 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14688         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
14689         and "a2b" to "ab" for `prefix'.
14691 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
14693         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
14694         filter groups.
14695         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
14696         Fourquet (Bug#8804).
14698 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
14700         * startup.el (argi): Declare as global variable (bug#9275).
14702 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
14704         * subr.el (string-mark-left-to-right): Search the entire string
14705         for RTL script, not just the terminating character.  Doc fix.
14707 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14709         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
14710         New function.
14711         (js--regexp-literal, js-syntax-propertize-function): Remove.
14712         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
14713         (js-mode-map): Don't rebind electric keys.
14714         (js-insert-and-indent): Remove.
14715         (js-mode): Setup electric-layout and electric-indent instead.
14717         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
14719 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
14721         * epa.el (epa-progress-callback-function): Fix the logic of
14722         displaying progress.
14723         * epa-file.el (epa-file-insert-file-contents): Make progress
14724         display more user-friendly.
14725         (epa-file-write-region): Ditto.
14727 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
14729         * subr.el (string-mark-left-to-right): New function.
14731         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
14732         Use string-mark-left-to-right.
14733         (list-buffers-noselect): Caller changed.
14735         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14736         Use string-mark-left-to-right.
14737         (tabulated-list-print): Recenter after moving point.
14739 2011-08-10  Juri Linkov  <juri@jurta.org>
14741         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
14742         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
14743         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
14745 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
14747         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
14748         (Bug#7554).
14750 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
14752         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
14753         character.  (Bug#6594)
14755 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
14757         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
14758         (image-dired--with-db-file): New macro.
14759         (image-dired-write-tags, image-dired-remove-tag)
14760         (image-dired-create-gallery-lists, image-dired-write-comments)
14761         (image-dired-get-comment, image-dired-mark-tagged-files)
14762         (image-dired-list-tags, image-dired-gallery-generate): Use it.
14763         (image-dired-gallery-generate): Use insert-file-contents.
14765         * time.el (display-time-world-list, display-time-world-display):
14766         * time-stamp.el (time-stamp-string):
14767         * vc/add-log.el (add-change-log-entry): Use setenv instead of
14768         set-time-zone-rule (Bug#7337).
14770 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
14772         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
14773         (epg-error-to-string, epg-errors-to-string): New function.
14774         (epg-wait-for-completion): Reverse errors list.
14775         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
14776         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
14777         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
14778         (epg-sign-keys, epg-generate-key-from-file)
14779         (epg-generate-key-from-string): Format errors by using
14780         epg-errors-to-string (bug#9255).
14781         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
14783 2011-08-07  Juri Linkov  <juri@jurta.org>
14785         * faces.el (list-faces-display): Remove extra angle bracket
14786         from `help-mode-map'.
14788         * info.el (Info-history-toc-nodes): Doc fix.
14790         * longlines.el (longlines-mode): Doc fix.
14792 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14794         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
14795         of statements and in a few more cases (bug#9183).
14797         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
14798         New functions.
14799         (cl-transform-lambda): Use them (bug#9239).
14801 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
14803         * window.el (display-buffer-same-window)
14804         (display-buffer-same-frame, display-buffer-other-window)
14805         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
14806         (pop-to-buffer-other-window)
14807         (pop-to-buffer-same-frame-other-window)
14808         (pop-to-buffer-other-frame): Make them defuns.
14809         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
14811 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14813         * subr.el (make-composed-keymap): Move from C.  Change calling
14814         convention, and improve docstring to bring attention to a subtle point.
14815         * minibuffer.el (completing-read-default): Adjust accordingly.
14817 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
14819         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
14820         (tramp-open-shell): Use `tramp-shell-quote-argument'.
14822         * net/trampver.el: Update release number.
14824 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14826         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
14827         "in" (bug#9190).
14829 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14831         * mail/sendmail.el (sendmail-query-once): Restore the current
14832         buffer after querying (bug#9074).
14834         * dired.el (dired-flagged): Use different faces for marked and
14835         flagged files (bug#6117).
14837         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
14838         (bug#4433).
14840         * ido.el (ido-mode): Switch off the message if called
14841         non-interactively.
14843         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
14844         before 587, since it appears that that's more likely to work for
14845         more people.
14847         * cus-edit.el (custom-file): When running under emacs -q, always
14848         refuse to save the customizations, even if the .emacs file doesn't
14849         exist.
14851         * info.el: Remove the `Info-beginning-of-buffer' function
14852         (bug#8325).
14854         * net/network-stream.el (network-stream-open-starttls):
14855         Use `starttls-available-p' to see whether starttls.el can be used.
14857 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
14859         * window.el (display-buffer-in-window): Don't set dedicated status
14860         of window here (Bug#9215).
14861         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14862         (display-buffer-pop-up-side-window)
14863         (display-buffer-in-side-window): Set dedicated status of window here.
14865 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14867         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
14868         before binding generated-autoload-file.
14870 2011-08-01  Deniz Dogan  <deniz@dogan.se>
14872         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
14874 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
14876         Sync with Tramp 2.2.2.
14878         * net/trampver.el: Update release number.
14880 2011-07-30  Juri Linkov  <juri@jurta.org>
14882         * dired-aux.el (dired-touch-initial): Remove function.
14883         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
14884         current time, and `default' to the last modification time of the
14885         current marked file (bug#6887).
14887 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
14889         * simple.el (goto-line): Use string-to-number to provide a
14890         numeric argument to read-number (bug#9163).
14892 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
14894         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
14895         connection process, it could be nil.
14897 2011-07-27  Leo Liu  <sdl.web@gmail.com>
14899         Simplify url handling in rcirc-mode.
14901         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
14902         (rcirc-browse-url-at-mouse): Remove.
14903         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
14905 2011-07-26  Alan Mackenzie  <acm@muc.de>
14907         Fontify bitfield declarations properly.
14909         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
14910         (c-symbol-chars): Now exported as a lang variable.
14911         (c-not-primitive-type-keywords): New lang variable.
14913         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
14914         QT keyword "more" to prevent "more slots: ...." being spuriously
14915         parsed as a bitfield declaration.
14917         * progmodes/cc-engine.el (c-beginning-of-statement-1):
14918         Refactor and enhance to handle bitfield declarations.
14919         (c-punctuation-in): New function.
14920         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
14921         declarations properly.
14923 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
14925         * calendar/icalendar.el (icalendar--all-events): Take care of
14926         multiple vcalendars in a single file.
14927         (icalendar--convert-float-to-ical): Checkdoc fixes.
14929 2011-07-25  Deniz Dogan  <deniz@dogan.se>
14931         * image.el (insert-image): Clarifying docstring.
14933 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
14935         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
14936         `tramp-send-command-and-check' if there is no error.
14937         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
14939 2011-07-22  Alan Mackenzie  <acm@muc.de>
14941         Prevent cc-langs.elc being loaded at run time.
14943         * progmodes/cc-mode.el: Remove two autoload forms which loaded
14944         cc-langs.
14946         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
14947         "(require 'cc-langs)".  Quote a form so it will evaluate at
14948         (cc-mode's) compilation time.
14950 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
14952         * net/tramp.el (tramp-file-name-handler): Avoid recursive
14953         loading.  (Bug#9114)
14955 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
14957         * window.el (display-buffer-pop-up-window)
14958         (display-buffer-pop-up-side-window)
14959         (display-buffer-in-side-window): Call display-buffer-set-height
14960         and display-buffer-set-width after setting the new window's
14961         buffer so `fit-window-to-buffer' and friends work on the right buffer.
14963 2011-07-20  Sam Steingold  <sds@gnu.org>
14965         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
14966         (etags-tags-included-tables): Call `convert-standard-filename' on
14967         the file names contained in TAGS so that windows Emacs can handle
14968         TAGS files created by cygwin ctags.
14970 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14972         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
14973         which apparently didn't work.
14975 2011-07-19  Roland Winkler  <winkler@gnu.org>
14977         * proced.el (proced-send-signal): For *Marked Processes* buffer
14978         put point at beginning of buffer.
14980 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
14982         * proced.el (proced-format): Make header lines align with the text
14983         (bug#1779).
14985 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14987         * view.el (view-buffer): Allow running in `special' modes if we're
14988         visiting a file (bug#8615).
14990 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
14992         * window.el (display-buffer-alist-of-strings-p)
14993         (display-buffer-alist-set-1, display-buffer-alist-set-2):
14994         New functions.
14995         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
14996         more accurately.
14998 2011-07-18  Alan Mackenzie  <acm@muc.de>
15000         Fontify declarators properly when, e.g., a jit-lock chunk begins
15001         inside a declaration.
15003         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15005         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15006         New function.
15007         (c-complex-decl-matchers): Insert reference to
15008         c-font-lock-enclosing-decls.
15010         * progmodes/cc-engine.el (c-backward-single-comment):
15011         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15012         to nil around calls to (forward-comment -1).
15014 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15016         * image.el (put-image): Doc typo fix.
15018         * progmodes/etags.el (tags-search): Doc typo fix.
15020         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15021         password if we get errors 550 to 554.
15023 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15025         * net/gnutls.el (gnutls-log-level): Remove.
15027         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15028         indentation character (bug#6380).
15030         * files.el (buffer-offer-save): Made permanently local (bug#6241).
15032         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15033         to clarify what the problem is (bug#4291).
15035         * simple.el (current-kill): Clarify what
15036         `interprogram-paste-function' does (bug#7500).
15037         (auto-fill-mode): Document `auto-fill-function' in relation to
15038         `auto-fill-mode' (bug#2470).
15040 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
15042         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15043         method if slot is read-only (bug#9035).
15045 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
15047         * frame.el (select-frame-set-input-focus): New argument NORECORD.
15048         * window.el (pop-to-buffer): Select window used even if it was
15049         selected before, see discussion of (Bug#8615), (Bug#6954).
15050         Pass argument NORECORD on to select-frame-set-input-focus.
15052 2011-07-15  Glenn Morris  <rgm@gnu.org>
15054         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
15055         Respect help-form.
15057 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
15059         * net/gnutls.el (gnutls-min-prime-bits): New variable.
15060         (gnutls-negotiate): Use it.
15062 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15064         * net/gnutls.el (gnutls-negotiate):
15065         Upcase `gnutls-algorithm-priority'.
15067 2011-07-15  Glenn Morris  <rgm@gnu.org>
15069         * jka-compr.el (jka-compr-verbose): Move from here...
15070         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
15071         Add missing :version tag.
15072         * info.el: No need to require jka-compr when compiling.
15074 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15076         * net/gnutls.el (gnutls-algorithm-priority): New variable.
15077         (gnutls-negotiate): Use it.
15079         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15081         * info.el (Info-beginning-of-buffer): New command.
15082         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15083         announcing `b' as the key (bug#8325).
15084         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15086         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15088         * international/mule-cmds.el
15089         (describe-specified-language-support): Make the error message
15090         clearer (bug#8905).
15092         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15094         * isearch.el (isearch-barrier): Add a doc string, since it's
15095         mentioned in a function doc string (bug#8678).
15097 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
15099         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15100         buffer argument (Bug#9083) and self-identifying label argument.
15102 2011-07-15  Glenn Morris  <rgm@gnu.org>
15104         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
15106 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15108         * man.el (Man-fontify-manpage): Fix message when formatting the
15109         man page (bug#7929).
15111 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
15113         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15114         argument LRM; if non-nil, append an invisible LRM character to the
15115         buffer name.
15116         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15117         last argument non-nil, when formatting buffer names.
15118         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15119         paragraph direction.
15121 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15123         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15124         the man page name (bug#7929).
15126         * image.el (put-image): Mention the `put-image' overlay property
15127         (bug#7834).
15129         * scroll-bar.el (set-scroll-bar-mode): Mention that
15130         `scroll-bar-mode' lists the values (bug#7772).
15132         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15133         command (bug#7729).
15135         * rect.el (apply-on-rectangle): Return the point after the last
15136         operation.
15137         (string-rectangle): Go to the point after the last operation
15138         (bug#7522).
15140         * printing.el (pr-toggle-region): Clarify the documentation
15141         slightly (bug#7493).
15143         * time.el (display-time-update):
15144         Allow `display-time-mail-function' to return nil (bug#7158).
15145         Fix suggested by Detlev Zundel.
15147         * vc/diff.el (diff): Clarify the order the file names are read
15148         (bug#7111).
15150         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15151         the doc string (bug#7015).
15153         * font-lock.el (font-lock-maximum-decoration): Mention what
15154         numeric levels mean (bug#6935).
15156         * startup.el (initial-buffer-choice): Don't mention the `none'
15157         selection, which is against policy.
15159 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
15161         * window.el (display-buffer-normalize-special):
15162         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
15164 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
15166         * subr.el (version<, version<=, version=): Mention "-CVS" and
15167         "-12345" alpha version numbers.
15169 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
15171         * bindings.el: Add advertised binding for set-mark-command
15172         (Bug#5772).
15174 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
15176         * bindings.el (mode-line-other-buffer):
15177         * bookmark.el (bookmark-bmenu-2-window):
15178         * bs.el (bs-cycle-next, bs-cycle-previous):
15179         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15180         switch-to-buffer.
15182         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15183         Delete.
15185 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
15187         * follow.el (follow-debug-message, follow-redisplay):
15188         * jka-cmpr-hook.el (with-auto-compression-mode):
15189         Fix typos in docstrings.
15191 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15193         * subr.el (with-silent-modifications): Clarify somewhat what the
15194         macro inhibits (bug#6525).
15196         * simple.el (eval-expression): Note what it does if called
15197         interactively (bug#6495).
15199 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
15201         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15202         Use pop-to-buffer buffer-or-name if it is nil.
15204         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15205         Remove switch-to-buffer.
15207 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15209         * files.el (make-directory): Clarify that an error will be raised
15210         if there's an error (bug#6397).
15212         * startup.el (initial-buffer-choice): Add `none' as a choice
15213         (bug#6234).
15215         * subr.el (add-hook): Clarify section about buffer-local hooks
15216         (bug#6218).
15218         * dired.el (dired-flagged): Clarify doc string (bug#6117).
15220 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
15222         * tabify.el (untabify): Preserve the current column so that point
15223         doesn't move (bug#6032).
15225 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15227         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15228         Rewrite to avoid awkward possessive "s" (bug#5986).
15230 2011-07-13  Glenn Morris  <rgm@gnu.org>
15232         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
15233         (dired-insert-directory): Give a message the first time
15234         if ls is found not to support --dired.
15236 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15238         * simple.el (toggle-truncate-lines): Clarify what is toggled
15239         (bug#5580).  Text by Drew Adams.
15241 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
15243         * simple.el (blink-matching-open): Make the error message from the
15244         last change less verbose.
15246 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
15248         * font-lock.el (font-lock-comment-face): Use the high contrast
15249         "yellow" color for font-lock-comment-face on low color terminals
15250         using a dark background color (bug#4221).
15252 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15254         * dired.el (dired-insert-set-properties): Make the doc string
15255         reflect what it does now (bug#5325).
15257         * simple.el (blink-matching-open): Say that we were unable to find
15258         the match within the limit, if we're limited (bug#5122).
15260         * international/mule-cmds.el (prefer-coding-system): Add an
15261         example (bug#4869).
15263         * progmodes/etags.el (tags-search): Document `file-list-form'
15264         (bug#4731).
15266 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
15268         * net/browse-url.el (browse-url-default-browser)
15269         (browse-url-browser-function): Make the default browser choice a
15270         bit more logical (bug#4300).  Also clean up the doc string.
15272 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
15274         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15275         binary endings (bug#4440).
15277 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15279         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15280         which can be pretty annoying (bug#8971).
15282         * jka-compr.el (jka-compr-verbose): New variable, and use
15283         throughout (bug#8971).
15285         * info.el (Info-find-file): Fall back on the installation
15286         directory if we can't find the info node anywhere else.
15288 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
15290         * vc/vc.el (vc-revert-file):
15291         Don't set file time-stamp in the past.  (Bug#5181)
15293 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15295         * files.el (after-find-file): Give a better error message when
15296         trying to find a symlink that points to a file that doesn't exist
15297         (bug#4398).
15299         * progmodes/cc-vars.el: Remove (probably) misleading comment
15300         (bug#4396).
15302 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
15304         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15306 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
15308         * mouse-sel.el: Hack restoring functionality, while keeping
15309         compatibility with 2010-07-03 changes to mouse selection.
15310         (mouse-sel-primary-overlay): New var.
15311         (mouse-sel-selection-alist): Use it.
15312         (mouse-sel-mode): Doc fix; remove points that are default features
15313         of mouse.el.
15315 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
15317         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15318         Fix previous fix (bug#2490).
15320 2011-07-12  Roland Winkler  <winkler@gnu.org>
15322         * textmodes/bibtex.el (bibtex-initialize):
15323         Use pop-to-buffer-same-window.
15324         (bibtex-search-entries): Fix interactive call.
15326 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15328         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15329         Fontise bytecomp Error lines more correctly (bug#2490).
15330         Fix suggested by Johan BockgÃ¥rd.
15332         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15334         * dired-x.el (dired-guess-default): Use `delete-dups'.
15336 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
15338         * dired.el (dired-mark-prompt):
15339         * dired-aux.el (dired-read-shell-command): Doc fix.
15341 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15343         * mail/sendmail.el (sendmail-query-once):
15344         Use `customize-save-variable' unconditionally, now that it works under
15345         emacs -Q.
15347         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15349         * cus-edit.el (custom-file): Take an optional no-error variable.
15350         (customize-save-variable): Set the variable, and give a warning if
15351         running under "emacs -q".
15353 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
15355         * loadhist.el (unload-feature-special-hooks):
15356         Add `auto-coding-functions', `fill-nobreak-predicate' and
15357         `find-directory-functions' (bug#5327).
15359 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15361         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
15363         * cus-edit.el (custom-guess-name-alist): -alist variables should
15364         use the `alist' type (bug#3120).  Suggested by Drew Adams.
15366         * printing.el: Add documentation to all the `pr-toggle-' commands.
15368 2011-07-11  Leo Liu  <sdl.web@gmail.com>
15370         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
15371         backends where it makes sense (bug#2623).
15373 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15375         * dired-x.el (dired-guess-default): Remove duplicate shell command
15376         entries (bug#2028).
15377         (dired-guess-default): Fix grammar in doc string (bug#2028).
15378         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
15380         * subr.el (remove-duplicates): New conveniency function.
15382 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15384         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
15385         (bug#1526).
15387 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
15389         * window.el (display-buffer-normalize-default): Don't invert
15390         meaning of even-window-heights.  Reported by Eli Zaretskii
15391         <eliz@gnu.org>.
15393 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
15395         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
15397 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
15399         * window.el (display-buffer): Fix arguments to
15400         display-buffer-reuse-window in last change.
15402         * faces.el (link): Use a less saturated blue on light backgrounds.
15404         * startup.el (fancy-startup-text, fancy-about-text)
15405         (fancy-startup-tail): Use font-lock faces, for background safety.
15407 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
15409         * emulation/viper-cmd.el (viper-change-state-to-vi):
15410         Limit triggering of abbrev expansion (Bug#9038).
15412 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
15414         * window.el (display-buffer-default-specifiers): Remove.
15415         (display-buffer-macro-specifiers): Remove default specifiers.
15416         (display-buffer-alist): Default to nil.
15417         (display-buffer-reuse-window): New optional argument other-window.
15418         (display-buffer-pop-up-window): Allow splitting internal
15419         windows.  Check whether a live window was created.
15420         (display-buffer-other-window-means-other-frame)
15421         (display-buffer-normalize-arguments): Rename to
15422         display-buffer-normalize-argument and rewrite.  Set the
15423         other-window specifier.
15424         (display-buffer-normalize-special): New function.
15425         (display-buffer-normalize-options): Rename to
15426         display-buffer-normalize-default and rewrite.
15427         (display-buffer-normalize-options-inhibit): Remove.
15428         (display-buffer-normalize-specifiers): Rewrite.
15429         (display-buffer): Process other-window specifier and call
15430         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
15431         more faithfully.
15432         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
15433         (display-buffer-alist-set): Don't handle 'unset default values.
15434         (display-buffer-in-window, display-buffer-alist-set):
15435         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
15436         <tassilo@member.fsf.org>.
15438 2011-07-09  Leo Liu  <sdl.web@gmail.com>
15440         * register.el (insert-register): Restore accidental change on
15441         2011-06-26.  (Bug#9028)
15443 2011-07-09  Glenn Morris  <rgm@gnu.org>
15445         * subr.el (remq): Handle the empty list.  (Bug#9024)
15447 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
15449         * mail/sendmail.el (send-mail-function): No longer delay custom
15450         initialization.
15451         * custom.el (custom-initialize-delay): Doc fix.
15453 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15455         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
15457 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
15459         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
15460         human-friendly prompt.
15462 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15464         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
15465         provided by a particular plugin.
15467 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15469         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
15470         save customizations (with "emacs -Q"), just set the variable
15471         instead of erroring out.
15473         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15475 2011-07-08  Juri Linkov  <juri@jurta.org>
15477         * arc-mode.el (archive-zip-expunge, archive-zip-update)
15478         (archive-zip-update-case): Use 7z if found by `executable-find'.
15479         The order of searching the available programs is the same as in
15480         `archive-zip-extract' (bug#8968).
15482 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
15484         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
15485         (menu-bar-options-menu): Tweak descriptions.
15487 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15489         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
15490         menu items into verb phrases (bug#1421).  Also refill to fit under
15491         80 columns.
15493 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
15495         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
15496         (Info-read-node-name): Doc fix (Bug#1084).
15498         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
15499         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
15500         (end-of-sexp, beginning-of-sexp)
15501         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
15502         (forward-symbol, forward-same-syntax, word-at-point)
15503         (sentence-at-point): Doc fix (Bug#1144).
15505 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15507         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
15508         should cover it (bug#1281).
15510         * cus-edit.el (custom-show): Mark as obsolete.
15512         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
15513         negotiation fails, then possibly try again with a non-encrypted
15514         connection (bug#9017).
15516         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
15517         be used.
15519 2011-07-07  Richard Stallman  <rms@gnu.org>
15521         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
15522         property, and handle its changed format.
15523         Look for the correct line number.
15524         Use file's line contents (but not past first =) to find
15525         correct line in message.
15527 2011-07-07  Kenichi Handa  <handa@m17n.org>
15529         * international/characters.el (build-unicode-category-table):
15530         Delete it.
15531         (unicode-category-table): Set it by unicode-property-table-internal.
15533         * international/mule-cmds.el (char-code-property-alist): Move to
15534         to src/chartab.c.
15535         (get-char-code-property): Call unicode-property-table-internal to
15536         load a file.  Call get-unicode-property-internal where necessary.
15537         (put-char-code-property): Call unicode-property-table-internal to
15538         load a file.  Call put-unicode-property-internal where necessary.
15539         put-unicode-property-internal where necessary.
15540         (char-code-property-description):
15541         Call unicode-property-table-internal to load a file.
15543         * international/charprop.el:
15544         * international/uni-bidi.el:
15545         * international/uni-category.el:
15546         * international/uni-combining.el:
15547         * international/uni-comment.el:
15548         * international/uni-decimal.el:
15549         * international/uni-decomposition.el:
15550         * international/uni-digit.el:
15551         * international/uni-lowercase.el:
15552         * international/uni-mirrored.el:
15553         * international/uni-name.el:
15554         * international/uni-numeric.el:
15555         * international/uni-old-name.el:
15556         * international/uni-titlecase.el:
15557         * international/uni-uppercase.el: Regenerate.
15559         * loadup.el: Load international/charprop.el before
15560         international/characters.
15562 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
15564         * window.el (next-buffer, previous-buffer): Signal an error if
15565         called from a minibuffer window.
15567         * bindings.el: Revert 2011-07-04 change.
15569 2011-07-06  Richard Stallman  <rms@gnu.org>
15571         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
15572         (rmail-mime-insert-bulk, rmail-mime-insert-text):
15573         Treat markers like ints.
15574         (rmail-mime-entity): Doc fix.
15576 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15578         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
15579         defcustom again for backwards compatibility.
15581         * simple.el (shell-command-on-region): Fill.
15583         * dired-aux.el (dired-kill-line): Add a doc string.
15585         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
15586         to "\\sw\\|\\s_" (bug#358).
15588         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
15589         (dired-unmark-backward): Ditto.
15590         (dired-flag-backup-files): Ditto.
15592         * dired-x.el (dired-mark-sexp): Ditto.
15594 2011-07-06  Richard Stallman  <rms@gnu.org>
15596         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
15597         (rmail-mime-entity): New arg TRUNCATED.
15598         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
15599         New functions.
15600         (rmail-mime-save): Warn if entity is truncated.
15601         (rmail-mime-toggle-hidden): Likewise, for showing.
15602         (rmail-mime-process-multipart): Record when an entity is truncated.
15604         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
15605         if ENTITY is a string.
15607 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15609         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
15610         of faces when `M-C-x'-ing their definitions (bug#8378).
15611         Also clean up the code slightly.
15613         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
15614         because that makes the colors go away.
15616         * mail/sendmail.el (send-mail-function): Change the default to
15617         `sendmail-query-once'.
15618         (sendmail-query-once): Add an autoload cookie.
15620         * net/network-stream.el (network-stream-open-starttls): Try using
15621         a plain connection even if the server offered STARTTLS, and we
15622         kinda wanted to use it, if Emacs doesn't have any STARTTLS
15623         capability.  This should make smtpmail.el work in slightly more
15624         configurations.
15626 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
15628         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15629         New defun.
15630         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
15632 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
15634         * progmodes/sql.el: Version 3.0
15635         (sql-product-alist): Add product :completion-object,
15636         :completion-column, and :statement attributes.
15637         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
15638         (sql-mode-syntax-table): Mark all punctuation.
15639         (sql-font-lock-keywords-builder): Temporarily remove fallback on
15640         ansi keywords.
15641         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
15642         (sql-mode-oracle-font-lock-keywords): Improve.
15643         (sql-oracle-show-reserved-words): New function for development.
15644         (sql-product-font-lock): Simplify for source code buffers.
15645         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
15646         New functions.
15647         (sql-highlight-product): Set product specific syntax table.
15648         (sql-mode-map): Add statement movement functions.
15649         (sql-ansi-statement-starters, sql-oracle-statement-starters):
15650         New variable.
15651         (sql-statement-regexp, sql-beginning-of-statement)
15652         (sql-end-of-statement, sql-signum): New functions.
15653         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
15654         (sql-show-sqli-buffer): Bug fix.
15655         (sql-interactive-mode): Store connection data as buffer local.
15656         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
15657         with sql-interactive-mode.
15658         (sql-save-connection): Save buffer local settings.
15659         (sql-connection-menu-filter): Change menu entry name.
15660         (sql-product-interactive): Bug fix.
15661         (sql-preoutput-hold): New variable.
15662         (sql-interactive-remove-continuation-prompt): Bug fixes.
15663         (sql-debug-redirect): New variable.
15664         (sql-str-literal): New function.
15665         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
15666         Redesign.
15667         (sql-oracle-save-settings, sql-oracle-restore-settings)
15668         (sql-oracle-list-all, sql-oracle-list-table): New functions.
15669         (sql-completion-object, sql-completion-column)
15670         (sql-completion-sqlbuf): New variables.
15671         (sql-build-completions-1, sql-build-completions)
15672         (sql-try-completion): New functions.
15673         (sql-read-table-name): Use them.
15674         (sql-contains-names): New buffer local variable.
15675         (sql-list-all, sql-list-table): Use it.
15676         (sql-oracle-completion-types): New variable.
15677         (sql-oracle-completion-object, sql-sqlite-completion-object)
15678         (sql-postgres-completion-object): New functions.
15680 2011-07-06  Glenn Morris  <rgm@gnu.org>
15682         * window.el (pop-to-buffer): Doc fix.
15684 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
15686         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
15688 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
15690         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
15692         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
15694 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
15696         * button.el (button): Inherit from link face.  Suggested by Dan
15697         Nicolaescu.
15699 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15701         * progmodes/gdb-mi.el: Fit in 80 columns.
15702         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
15703         switch-to-buffer.
15705         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
15706         if imenu is simply not configured (bug#8941).
15708 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
15710         * allout.el (allout-post-undo-hook): New allout outline-change
15711         event hook to signal undo activity.
15712         (allout-post-command-business): Run allout-post-undo-hook if an
15713         undo just occurred.
15714         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
15715         * allout-widgets.el (allout-widgets-after-undo-function):
15716         Ensure the integrity of the current item's decoration after it has been
15717         in the vicinity of an undo.
15718         (allout-widgets-mode): Include allout-widgets-after-undo-function
15719         on the new allout-post-undo-hook.
15721 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15723         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
15724         Let define-derived-mode define it.
15725         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
15726         cycles of abbrev-table inheritance (bug#8998).
15728 2011-07-05  Roland Winkler  <winkler@gnu.org>
15730         * textmodes/bibtex.el: Add support for biblatex.
15731         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
15732         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
15733         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
15734         (bibtex-entry-alist, bibtex-field-alist): New variables.
15735         (bibtex-entry-field-alist): Obsolete alias for
15736         bibtex-BibTeX-entry-alist.
15737         (bibtex-entry-alist, bibtex-field-alist): New widgets.
15738         (bibtex-set-dialect): New command.
15739         (bibtex-entry-type, bibtex-entry-head)
15740         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
15741         Bind via bibtex-set-dialect.
15742         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
15743         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
15744         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
15745         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
15746         Define via bibtex-set-dialect.
15747         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
15748         Obey bibtex-no-opt-remove-re.
15749         (bibtex-vec-push, bibtex-vec-incr): New functions.
15750         (bibtex-format-entry, bibtex-field-list)
15751         (bibtex-print-help-message, bibtex-validate)
15752         (bibtex-search-entries): Use new format of bibtex-entry-alist.
15754 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15756         * progmodes/compile.el (compilation-goto-locus):
15757         * net/tramp-cmds.el (tramp-append-tramp-buffers):
15758         * bs.el (bs-cycle-next, bs-cycle-previous):
15759         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
15760         * bindings.el (mode-line-other-buffer):
15761         * autoinsert.el (auto-insert):
15762         * arc-mode.el (archive-extract):
15763         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
15765 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
15767         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
15768         Fix check of `emacs-lock-unlockable-modes'.
15769         Coerce true values of `emacs-lock--try-unlocking' to t.
15771 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
15773         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
15774         * emacs-lock.el: New file.
15776 2011-07-05  Julien Danjou  <julien@danjou.info>
15778         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
15779         than `boundp' to check if face is set.
15781 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
15783         * register.el (registerv-make):
15784         * window.el (window-min-height): Fix typos in docstrings.
15786 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
15788         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
15789         Update doc string.
15791 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
15793         * server.el (server-execute): Catch quit and call
15794         `server-return-error' to pass the error back to emacsclient and
15795         close the connection (bug#8942).
15797 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
15799         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
15800         insecure exception for current topic.  Also note that auto-saves
15801         are handled differently.
15803         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
15804         State variables for tracking auto-save inhibition situation.
15806         (allout-write-contents-hook-handler): Rename from
15807         'allout-write-file-hook-handler', and describe how it depends on
15808         write-contents-functions sensitivity to non-nil value to prevent
15809         file write.
15811         (allout-auto-save-hook-handler): Remove.  auto-save does not check
15812         this in individual buffers, only in the starting buffer, so this
15813         is not the right way for us to inhibit auto-save in a buffer
15814         according to its condition.
15816         (allout-mode): Use new allout-write-contents-hook-handler, and
15817         only with write-contents-functions.  Remove auto-save provisions -
15818         they're implemented elsewhere.
15820         (allout-before-change-handler): If undo is in progress, note that
15821         for attention of allout-post-command-business.
15823         (allout-post-command-business): If the command we're following was
15824         an undo, check for change in the status of encrypted items and
15825         adjust auto-save inhibitions accordingly.
15827         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
15828         according to whether there are or aren't any plain-text topics
15829         pending encryption.
15831         (allout-inhibit-auto-save-info-for-decryption):
15832         Adjust buffer-saved-size and some allout state to inhibit auto-saves
15833         if there are plain-text topics pending encryption.
15835         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
15836         buffer-saved-size and some allout state to not inhibit auto-saves
15837         if there are no longer any plain-text topics pending encryption.
15839         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
15840         No longer provide for exemption of the current topic.
15842 2011-07-04  Juri Linkov  <juri@jurta.org>
15844         Add 7z operations to delete and save changed members (bug#8968).
15845         * arc-mode.el (archive-7z-expunge, archive-7z-update):
15846         New defcustoms.
15847         (archive-7z-write-file-member): New function.
15848         (archive-7z-summarize): Fix the number of dashes in the
15849         listing output.
15851 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15853         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
15854         (bug#8958).
15856 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
15858         * bindings.el: Ignore next-buffer and previous-buffer in
15859         minibuffer-local-map.
15861         * font-lock.el (font-lock-builtin-face): Change light background
15862         color to dark slate blue (Bug#6693).
15864 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
15866         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
15868 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15870         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
15871         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15872         Add switch-to-buffer.
15874 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15876         * isearch.el (isearch-search-fun-function): Clarify further the
15877         meaning of the function returned.
15879 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
15881         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
15883         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
15884         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
15885         Use it.
15886         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
15887         `tramp-default-remote-path' does not exist.
15888         (tramp-send-command-and-read): New optional argument NOERROR.
15889         (tramp-open-connection-setup-interactive-shell)
15890         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
15891         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
15892         (tramp-process-sentinel): Flush also process' connection property.
15893         (tramp-sh-handle-start-file-process): Do not set process
15894         sentinel.  It is done now ...
15895         (tramp-maybe-open-connection): ... here.  (Bug#8929)
15897 2011-07-04  MON KEY  <monkey@sandpframing.com>
15899         * play/animate.el (animate-string): Doc fixes and allow changing
15900         the buffer name (bug#5417).
15902 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15904         * play/animate.el (animation-buffer-name): Rename from *animate*.
15906 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
15908         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
15909         This is simpler and helps future-proof the code.
15910         (timer-until): Use time-subtract and float-time.
15911         (timer--time-less-p): Use time-less-p.
15913 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
15915         * type-break.el (timep): Use the value of `float-time' to avoid a
15916         byte-compiler warning.
15918         * server.el (server-eval-and-print): Return any result, even nil.
15920 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15922         * type-break.el: Accept time formats that the builtins accept.
15923         (timep, type-break-time-difference): Accept any format that
15924         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
15925         This is simpler and helps future-proof the code.
15926         (type-break-time-difference): Round rather than ignoring
15927         subseconds components.
15929 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15931         * info.el (Info-apropos-matches): Make non-interactive, since it
15932         doesn't seem to do anything useful as a command (bug#8829).
15934 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
15936         * frame.el (frame-background-mode, frame-set-background-mode):
15937         Move from faces.el.
15938         (frame-default-terminal-background): New function.
15940         * custom.el (custom-push-theme): Don't record faces in `changed'
15941         theme; this doesn't work correctly for per-frame face settings.
15942         (disable-theme): Use face-set-after-frame-default to reset faces.
15943         (custom--frame-color-default): New function.
15945 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15947         * dired.el (dired-flagging-regexp): Remove unused variable
15948         (bug#8769).
15950 2011-03-29  Kevin Ryde  <user42@zip.com.au>
15952         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15953         `perl-Test2' extend to match possible "fail #N" rep count
15954         (bug#8377).
15956 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15958         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
15959         `smtpmail-via-smtp' now returns the error instead of nil.
15961         * isearch.el (isearch-search-fun-function): Clarify the doc string
15962         (bug#8101).
15964 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
15966         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
15967         unnecessary spaces (bug#8987).
15969 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15971         * net/network-stream.el (open-network-stream): Use the
15972         :end-of-capability command thoughout.
15974 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15976         * net/network-stream.el (open-network-stream): Add the
15977         :end-of-capability command parameter, used by pop3.el.
15979 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15981         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
15983         * fringe.el (fringe-query-style): Remove redundant text " (type ?
15984         for list)" (bug#6475).
15986         * files.el (file-expand-wildcards): Ignore non-readable
15987         sub-directories while trying to find matches instead of signaling
15988         an error (bug#6297).
15990         * man.el (Man-reference-regexp): Allow matching possible
15991         word-wrapped references (bug#6289).
15993         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
15994         for consistency with the other vc buffers (bug#6197).
15995         (vc-checkin): Ditto.
15997         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
15999         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16001 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16003         * custom.el (defcustom): Clarify that :set is only used in the
16004         Customize user interface (bug#6089).
16006         * progmodes/flymake.el (flymake-mode): If the buffer isn't
16007         associated with a file, refuse to run instead of erroring out
16008         (bug#6084).
16010         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16011         the doc string, since it appears that using `fill-column' always
16012         controls the width (bug#7845).
16014         * simple.el (shell-command-on-region): Say where the error output
16015         went if `shell-command-default-error-buffer' is set (bug#6857).
16017 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
16019         * allout.el (allout-yank-processing): Adjust cursor position for
16020         backwards-deleted space.
16022         (allout-rebullet-heading): Register changes with
16023         allout-exposure-changed-hook, so the modified topic is properly
16024         decorated.
16026 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16028         * minibuffer.el (completion-in-region): Document PREDICATE
16029         (bug#7136).
16031         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16032         of keyword/argument pairs (bug#6904).
16034         * replace.el (multi-occur):
16035         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16037 2011-07-02  Drew Adams  <drew.adams@oracle.com>
16039         * dired.el (dired-mark-if): Make the message about whether it's
16040         marking or unmarking clearer (bug#8523).
16042 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16044         * disp-table.el (display-table-print-array): New function.
16045         (describe-display-table): Use it to print the vectors more pretty
16046         (Bug#8859).
16048 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
16050         * window.el (window-state-get-1): Don't assign clone numbers.
16051         Add clone-of item to list of window parameters.
16052         (window-state-put-2): Don't process clone numbers.
16053         (display-buffer-alist): Fix doc-string.
16055 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16057         * subr.el (remq): Don't allocate if it's not needed.
16058         (keymap--menu-item-binding, keymap--menu-item-with-binding)
16059         (keymap--merge-bindings): New functions.
16060         (keymap-canonicalize): Use them to refine the canonicalization.
16061         * minibuffer.el (minibuffer-local-completion-map)
16062         (minibuffer-local-must-match-map): Move initialization from C.
16063         (minibuffer-local-filename-completion-map): Move initialization from C;
16064         don't inherit from anything here.
16065         (minibuffer-local-filename-must-match-map): Make obsolete.
16066         (completing-read-default): Use make-composed-keymap to combine
16067         minibuffer-local-filename-completion-map with either
16068         minibuffer-local-must-match-map or
16069         minibuffer-local-filename-completion-map.
16071 2011-07-01  Glenn Morris  <rgm@gnu.org>
16073         * type-break.el (type-break-time-sum): Use dolist.
16075         * textmodes/flyspell.el (flyspell-word-search-backward):
16076         Replace CL function.
16078 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16080         * mouse.el (mouse--strip-first-event): New function.
16081         (function-key-map): Use it to map fringe clicks to normal clicks
16082         by default.
16084         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16085         (vc-bzr-revision-completion-table): Add support for annotate and date.
16087         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16088         inherit from parent.
16090 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16092         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16093         (dired-show-file-type): Doc fixup (bug#8818).
16095         * dired.el (dired-mode): Fix up the doc string as suggested by
16096         Drew Adams (bug#8817).
16098         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16099         cookie, since the manual says that it should be possible to add
16100         this function to `find-file-hook' (bug#8709).
16102 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
16104         * progmodes/cfengine.el: Moved all cfengine3.el functionality
16105         here.  Noted Ted Zlatanov as the maintainer.
16106         (cfengine-common-settings, cfengine-common-syntax): New functions
16107         to set up common things between `cfengine-mode' and
16108         `cfengine3-mode'.
16109         (cfengine3-mode): New mode.
16110         (cfengine3-defuns cfengine3-defuns-regex
16111         (cfengine3-class-selector-regex cfengine3-category-regex)
16112         (cfengine3-vartypes cfengine3-font-lock-keywords)
16113         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16114         (cfengine3-indent-line): Add from cfengine3.el.
16116 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
16118         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16120         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16122 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
16124         * window.el (same-window-buffer-names, same-window-regexps)
16125         (same-window-p, special-display-frame-alist)
16126         (special-display-popup-frame, special-display-function)
16127         (special-display-buffer-names, special-display-regexps)
16128         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16129         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16130         (split-window-preferred-function, split-height-threshold)
16131         (split-width-threshold, even-window-heights)
16132         (display-buffer-mark-dedicated, window-splittable-p)
16133         (split-window-sensibly, window-safely-shrinkable-p):
16134         Un-obsolete.
16135         (display-buffer): Don't spread args with function specifier
16136         because special-display-popup-frame won't like it.
16138 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16140         Time-stamp simplifications and fixes.
16141         These improve accuracy slightly, and future-proof the code
16142         against some potential changes to current-time format.
16144         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16145         by using time-since and float-time.
16147         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16148         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
16149         + NNN microseconds".
16151         * type-break.el (type-break-time-sum): Rewrite using time-add.
16153         * play/hanoi.el (hanoi-current-time-float): Remove.
16154         All uses replaced by float-time.
16156         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16157         This yields a more-accurate answer.
16158         (rng-time-to-float): Remove; no longer needed.
16160         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16162         * calendar/timeclock.el (timeclock-seconds-to-time):
16163         Defalias to seconds-to-time, since they're the same thing.
16165         * emacs-lisp/elp.el (elp-elapsed-time):
16166         * emacs-lisp/benchmark.el (benchmark-elapse):
16167         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16169 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16171         * window.el (bury-buffer): Don't iconify the only frame.
16172         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16173         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
16175 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
16177         * eshell/em-smart.el (eshell-smart-display-navigate-list):
16178         Add mouse-yank-primary.
16180 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
16182         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16184 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16186         * emacs-lisp/find-func.el (find-library--load-name): New fun.
16187         (find-library-name): Use it to find relative load names when provided
16188         absolute file name (bug#8803).
16190 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16192         * textmodes/flyspell.el (flyspell-word): Consider words that
16193         differ only in case as potential doublons (bug#5687).
16195         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16196         Remove two rather uninteresting debugging-like messages to make
16197         debbugs.el more silent.
16199         * comint.el (comint-password-prompt-regexp): Accept "Response" as
16200         a password-like phrase.
16202 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
16204         * progmodes/cc-guess.el: New file.
16206         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
16208         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16209         derived from `c-basic-common-init'.
16211         * progmodes/cc-mode.el (top-level): Require cc-guess.
16212         (c-basic-common-init): Use `cc-choose-style-for-mode'.
16214 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
16216         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16218 2011-06-30  Alan Mackenzie  <acm@muc.de>
16220         * progmodes/cc-engine.el (c-guess-continued-construct):
16221         Correct the handling of template-args-cont, particularly for when font
16222         lock is disabled.  Name this case as "CASE G".
16224 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
16226         * allout.el (allout-yank-processing): Fix injection of extra space
16227         between bullet and non-whitespace character in first topic when
16228         pasting, ensuring that the actual spacing in the pasted topic
16229         following the bullet char is preserved.  This extra space was
16230         causing pasted encrypted topics to get a decrypted status even
16231         when the content was actually still encrypted.  Now the decryption
16232         status from before the paste is preserved.
16234         (allout-flag-region): Set all allout overlays so they evaporate
16235         when reduced to zero length (evanescent), to prevent overlay
16236         leakage.
16238 2011-06-30  Glenn Morris  <rgm@gnu.org>
16240         * w32-fns.el (w32-charset-info-alist): Declare.
16242         * find-dired.el (find-grep-options): Simplify.
16244         * term/ns-win.el (ns-set-resource): Declare.
16246         * ses.el (row, col): Declare dynamic variables honestly.
16248         * textmodes/reftex-parse.el (index-tags): Declare.
16250 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
16252         * cus-edit.el (customize-push-and-save): New function.
16254         * files.el (hack-local-variables-confirm): Use it.
16256         * custom.el (load-theme): New arg NO-CONFIRM.
16257         Use customize-push-and-save (Bug#8720).
16258         (custom-enabled-themes): Doc fix.
16260         * cus-theme.el (customize-create-theme)
16261         (custom-theme-merge-theme): Callers to load-theme changed.
16263 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16265         * thingatpt.el (thing-at-point-short-url-regexp): Require that
16266         short URLs have at least one dot in them (bug #7614).
16268         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16269         nil, because using a pty is apparently too slow (bug #895).
16271 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16273         * mail/sendmail.el (sendmail-query-once): New function.
16274         (sendmail-query-once-function): New variable.
16276 2011-06-29  Glenn Morris  <rgm@gnu.org>
16278         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16280         * ses.el (top-level): Require cl when compiling.
16281         (ses-set-localvars): Fix error statement.
16282         Call it at compile time to silence a storm of warnings.
16284 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
16286         * window.el (normalize-live-buffer): Rename to
16287         window-normalize-buffer.
16288         (normalize-live-frame): Rename to window-normalize-frame.
16289         (normalize-any-window): Rename to window-normalize-any-window.
16290         (normalize-live-window): Rename to window-normalize-live-window.
16291         (make-window-atom): Rename to window-make-atom.
16292         (window-resize-reset): Rename to window--resize-reset.
16293         (window-resize-reset-1): Rename to window--resize-reset-1.
16294         (resize-mini-window): Rename to window--resize-mini-window.
16295         (resize-subwindows-skip-p): Rename to
16296         window--resize-subwindows-skip-p.
16297         (resize-subwindows-normal): Rename to
16298         window--resize-subwindows-normal.
16299         (resize-subwindows): Rename to window--resize-subwindows.
16300         (resize-other-windows): Rename to window--resize-siblings.
16301         (resize-this-window): Rename to window--resize-this-window.
16302         (resize-root-window): Rename to window--resize-root-window.
16303         (resize-root-window-vertically): Rename to
16304         window--resize-root-window-vertically.
16305         (normalize-buffer-to-display): Rename to
16306         window-normalize-buffer-to-display.
16307         (normalize-buffer-to-switch-to): Rename to
16308         window-normalize-buffer-to-switch-to.
16309         Correspondingly update all callers of the functions listed
16310         above.
16311         (display-buffer-alist, display-buffer-normalize-arguments)
16312         (display-buffer-normalize-options, display-buffer)
16313         (display-buffer-alist-set): Use "function" instead of
16314         "fun-with-args".
16316 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
16318         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
16319         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
16320         debbugs.gnu.org.  Mention acknowledgment email.
16322 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16324         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
16325         buffer multibyteness, since it shouldn't matter.
16327 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
16329         * window.el (display-buffer-in-side-window): Handle dedicated
16330         windows as in display-buffer-reuse-window.
16331         (display-buffer-normalize-alist): Use value of override
16332         specifier.
16333         (display-buffer-normalize-specifiers): Use value of
16334         other-window-means-other-frame specifier.
16335         (display-buffer-alist): Rewrite some texts in widgets.
16336         (display-buffer): Spread arguments when calling function
16337         specified by fun-with-args.
16339 2011-06-28  Deniz Dogan  <deniz@dogan.se>
16341         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16342         Unnest `let'.
16344         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
16345         selectors (Bug#5732).
16346         (css-proprietary-nmstart-re): Use `regexp-opt'.
16348 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
16350         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
16351         (eshell-ls-date-format): New defcustom.
16352         (eshell-ls-file): Use it.
16354 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16356         * help-fns.el (describe-variable): Fix message for terminal-local vars.
16358 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16360         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
16361         (ange-ftp-make-tmp-name): New arg.
16362         (ange-ftp-file-local-copy): Use it.
16364 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
16366         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
16367         no-conversion (Bug#8870).
16369 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
16371         * window.el (window-right, window-left, window-child)
16372         (window-child-count, window-last-child)
16373         (window-iso-combination-p, walk-window-tree-1)
16374         (window-atom-check-1, window-tree-1, delete-window)
16375         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
16376         new naming conventions - window-vchild, window-hchild,
16377         window-next and window-prev are now called window-top-child,
16378         window-left-child, window-next-sibling and window-prev-sibling
16379         respectively.
16380         (resize-window-reset): Rename to window-resize-reset.
16381         (resize-window-reset-1): Rename to window-resize-reset-1.
16382         (resize-window): Rename to window-resize.
16383         (window-min-height, window-min-width)
16384         (resize-mini-window, resize-this-window, resize-root-window)
16385         (resize-root-window-vertically, adjust-window-trailing-edge)
16386         (enlarge-window, shrink-window, maximize-window)
16387         (minimize-window, delete-window, quit-restore-window)
16388         (split-window, balance-windows, balance-windows-area-adjust)
16389         (balance-windows-area, window-state-put-2)
16390         (display-buffer-even-window-sizes, display-buffer-set-height)
16391         (display-buffer-set-width, set-window-text-height)
16392         (fit-window-to-buffer): Rename all "resize-window" prefixed
16393         calls to use the "window-resize" prefix convention.
16394         (display-buffer-alist): Fix symbol for label specifier.
16395         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
16396         corresponding specifier.
16397         Reported by Juanma Barranquero <lekktu@gmail.com>.
16399 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16401         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
16402         convention.
16403         (ses-call-printer): Does not pass an empty string to formatter when the
16404         cell is empty to keep from barking printer Calc math-format-value.
16406 2011-06-27  Richard Stallman  <rms@gnu.org>
16408         * battery.el (battery-mode-line-limit): New variable.
16409         (battery-update): Handle it.
16411         * mail/rmailmm.el (rmail-mime-process-multipart):
16412         Handle truncated messages.
16414 2011-06-27  Glenn Morris  <rgm@gnu.org>
16416         * progmodes/flymake.el (flymake-err-line-patterns):
16417         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
16419 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16421         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
16422         (ses--clean-!, ses--clean-_): New functions.
16423         (ses-range): Add configurability of readout order, and conversion
16424         to Calc vector.
16426         * ses.el (ses-repair-cell-reference-all): New function.
16427         (ses-cell-symbol): Set macro as safe, so that it can be used in
16428         formulas.
16430         * ses.el: Update cycle detection algorithm.
16431         (ses-localvars): Add ses--Dijkstra-attempt-nb and
16432         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
16433         (ses-set-localvars): New function.
16434         (ses-make-cell): Add property-list as a cell element.
16435         (ses-cell-property-get-fun, ses-cell-property-get)
16436         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
16437         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
16438         New functions.
16439         (ses-cell-property-set, ses-cell-property-pop)
16440         (ses-cell-property-get-handle): New macro.
16441         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
16442         New aliases, used for code readability.
16443         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
16444         cycle detection.
16445         (ses-self-reference-early-detection): New defcustom.
16446         (ses-formula-references): Robustify against self-referring cells.
16447         (ses-mode): Use ses-set-localvars.
16448         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
16449         before lauching the update processing.
16450         (ses-initialize-Dijkstra-attempt): New function.
16451         (ses-recalculate-cell): Update for cycle detection based on
16452         Dijkstra algorithm.
16454         * ses.el: Fix commenting and indenting convention.
16456 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16458         * bs.el (bs-cycle-next): Complete last change.
16460 2011-06-27  Drew Adams  <drew.adams@oracle.com>
16462         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
16464 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16466         * net/network-stream.el (network-stream-open-starttls):
16467         Don't re-get capabilities unless we've reestablished connection.
16468         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
16470         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
16471         to binary to possibly avoid line encoding issues on Windows (among
16472         other things).
16474 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16476         * net/network-stream.el (open-network-stream): Return an :error
16477         saying what the problem was, if possible.
16479         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
16480         server.
16482         * net/network-stream.el (network-stream-open-starttls): If we
16483         wanted to use STARTTLS, and the server offered it, but we weren't
16484         able to because we had no STARTTLS support, then close the connection.
16485         (open-network-stream): Return an :error element, if present.
16487 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
16489         * hl-line.el (hl-line-sticky-flag): Doc fix.
16490         (global-hl-line-sticky-flag): New option (Bug#8323).
16491         (global-hl-line-highlight): Obey it.
16493         * vc/vc.el (vc-revert-show-diff): Default to t.
16495 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
16497         * allout-widgets.el (allout-widgets-post-command-business):
16498         Stop decorating intermediate isearch matches.  They're not being
16499         undecorated when an isearch is continued past, and isearch
16500         automatically collapses them.  This leads to "widget leaks", where
16501         decorated items accumulate in collapsed areas.  Lines with lots of
16502         hidden widgets can slow down cursor travel, substantially.
16503         Too much complicated machinery would be needed to ensure undecoration,
16504         so we're doing without this nicety.
16506         (allout-widgets-tally-string): Don't try to do a hash-table-count
16507         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
16508         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
16509         *Messages* when allout-widgets-maintain-tally is t.
16511 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
16513         * window.el (display-buffer-normalize-argument): Rename to
16514         display-buffer-normalize-arguments.  Handle special meaning of
16515         LABEL argument.  Respect special-display-function when popping up
16516         a new frame.  Fix code searching for a window showing the buffer
16517         on another frame.
16518         (display-buffer-normalize-specifiers):
16519         Call display-buffer-normalize-arguments.
16520         (display-buffer-in-window): Don't undedicate the window if its
16521         buffer remains the same.
16522         Reported by Drew Adams <drew.adams@oracle.com>.
16523         (display-buffer-alist): Add choice for same-window macro
16524         specfier.
16525         (display-buffer): Mention special meaning of LABEL argument in
16526         doc-string.  Fix quoting.  Don't pop up a new frame even as
16527         fallback.
16529 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
16531         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
16532         avoid deleting the current window in some cases (bug#8911).
16534 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
16536         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
16537         (Bug#8934)
16539 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16541         * net/network-stream.el (network-stream-open-starttls):
16542         Use built-in TLS support if `gnutls-available-p' is true.
16543         (network-stream-open-tls): Ditto.
16545 2011-06-26  Leo Liu  <sdl.web@gmail.com>
16547         * register.el (registerv): New struct.
16548         (registerv-make): New function.
16549         (jump-to-register, describe-register-1, insert-register):
16550         Support the jump-func, print-func and insert-func slot of a registerv
16551         struct.  (Bug#8415)
16553 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
16555         * vc/vc.el (vc-revert-show-diff): New defcustom.
16556         (vc-diff-internal): New arg specifying diff buffer.
16557         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
16558         reuse an existing *vc-diff* buffer (Bug#8927).
16560         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
16562 2011-06-26  Glenn Morris  <rgm@gnu.org>
16564         * progmodes/f90.el (f90-critical-indent): New option.
16565         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
16566         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
16567         (f90-mode): Doc fix.
16568         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
16569         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
16570         (f90-beginning-of-block, f90-next-block, f90-indent-region)
16571         (f90-match-end): Handle block, critical.
16573 2011-06-25  Glenn Morris  <rgm@gnu.org>
16575         * calendar/diary-lib.el (diary-included-files): Doc fix.
16576         (diary-include-files): New function, extracted from
16577         diary-include-other-diary-files and diary-mark-included-diary-files.
16578         (diary-include-other-diary-files, diary-mark-included-diary-files):
16579         Just call diary-include-files.
16580         (diary-mark-entries): Reset diary-included-files on first call.
16582         * calendar/diary-lib.el (diary-mark-entries)
16583         (diary-mark-included-diary-files):
16584         Visit included diary-files in temp buffers.
16586         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
16587         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
16588         (f90-start-block-re, f90-imenu-generic-expression)
16589         (f90-looking-at-program-block-start, f90-no-block-limit):
16590         Add support for submodules.
16592         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16593         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
16595 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
16597         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
16598         buffer-file-type before setting its value, to avoid disastrous
16599         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
16601 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
16603         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
16605         * ses.el (ses-unload-function):
16606         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
16608         * proced.el (proced-unload-function):
16609         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
16611 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
16613         * server.el (server-create-window-system-frame): Add parameters arg.
16614         (server-process-filter): Doc fix.  Handle frame-parameters.
16616 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
16618         Fix bug#8730, bug#8781.
16620         * loadhist.el (unload--set-major-mode): New function.
16621         (unload-feature): Use it.
16623         * progmodes/python.el (python-after-info-look): Add autoload cookie.
16624         (python-unload-function): New function.
16626 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16628         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
16630 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
16632         * net/browse-url.el (browse-url-firefox-program): Add icecat to
16633         the candidates list.
16635 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
16637         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
16639 2011-06-23  Richard Stallman  <rms@gnu.org>
16641         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
16642         (rmail-variables): Set next-error-move-function.
16643         (rmail-what-message): Take argument POS.
16644         (rmail-next-error-move): New function.
16646 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16648         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
16649         messages for adjacent non-terminals.
16651 2011-06-23  Richard Stallman  <rms@gnu.org>
16653         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
16654         (rmail-show-message-1): Preserve buffer modified flag.
16655         (rmail-start-mail): Don't specify use of rmail-mail-return;
16656         that's done by mail-bury now.
16657         (rmail-mail-return): Handle arg NEWBUF.
16659 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
16661         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
16662         SIZE is a number.
16664 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
16666         * window.el (get-lru-window, get-mru-window)
16667         (get-largest-window): Never return a minibuffer window.
16668         (display-buffer-pop-up-window): Fix a bug that could lead to
16669         reusing the minibuffer window.
16670         (display-buffer): Pass original specifier argument to
16671         display-buffer-function instead of the normalized one.
16672         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16674 2011-06-22  Leo Liu  <sdl.web@gmail.com>
16676         * minibuffer.el (completing-read-function)
16677         (completing-read-default): Move from minibuf.c.
16679 2011-06-22  Richard Stallman  <rms@gnu.org>
16681         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
16682         to Rmail even if not started by a special Rmail command.
16684         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
16685         Copy the buffer currently showing just one message.
16687 2011-06-22  Roland Winkler  <winkler@gnu.org>
16689         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
16690         (bibtex-clean-entry): First delete the old key so that a
16691         customized algorithm for generating the new key does not get
16692         confused by the old key.
16693         (bibtex-url): Obey regexp of first step.
16694         (bibtex-search-entries): Do not use add-to-list with local
16695         list-var.
16697 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16699         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
16700         stored a user name, then query for the password first, instead of
16701         waiting for SMTP to give an error message and the trying again.
16703 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
16705         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
16706         BUFFER in call-process.
16708 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16710         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
16711         QUIT twice.
16712         (smtpmail-try-auth-methods): Require user name and password from
16713         auth-source.
16715 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
16717         * window.el (display-buffer-default-specifiers)
16718         (display-buffer-alist): Remove entries for pop-up-frame-alist.
16719         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
16720         (split-window): Normalize SIDE argument (Bug#8916).
16722         * frame.el (pop-up-frame-alist, pop-up-frame-function)
16723         (special-display-frame-alist, special-display-popup-frame):
16724         Remove duplicate declarations.  These are now in window.el.
16726 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16728         * mail/smtpmail.el (smtpmail-via-smtp):
16729         Set :use-starttls-if-possible so that we always use STARTTLS if the
16730         server supports it.  SMTP servers that support STARTTLS commonly
16731         require it.
16733         * net/network-stream.el (network-stream-open-starttls): Support
16734         upgrading to STARTTLS always, even if we don't have built-in support.
16735         (open-network-stream): Add the :always-query-capabilities keyword.
16737         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
16738         upgrades with `open-network-stream', and rely solely on
16739         auth-source for all credentials.  Big changes throughout the file,
16740         but in particular:
16741         (smtpmail-auth-credentials): Remove.
16742         (smtpmail-starttls-credentials): Remove.
16743         (smtpmail-via-smtp): Check for servers saying they want AUTH after
16744         MAIL FROM, too.
16746         * net/network-stream.el (network-stream-open-starttls):
16747         Provide support for client certificates both for external and built-in
16748         STARTTLS.
16749         (auth-source): Require.
16750         (open-network-stream): Document the :client-certificate keyword.
16751         (network-stream-certificate): Change cert-cert to cert and
16752         cert-key to key.
16754 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
16756         * net/tramp-cache.el (top): Don't load the persistency file when
16757         "emacs -Q" has been called.
16759 2011-06-21  Tim Harper  <timcharper@gmail.com>
16761         * term/ns-win.el (ns-initialize-window-system):
16762         Set application-specific `ApplePressAndHoldEnabled' system
16763         resource to NO as it is not yet supported by the NS port.
16765 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
16767         * misc.el (list-dynamic-libraries--refresh): Compute header here...
16768         (list-dynamic-libraries): ...not here.
16770 2011-06-21  Leo Liu  <sdl.web@gmail.com>
16772         * subr.el (sha1): Implement sha1 using secure-hash.
16774 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
16776         * window.el (display-buffer-alist): In default value do not
16777         enforce searching a window on any but the selected frame.
16778         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16779         (display-buffer-select-window): Remove function.
16780         (display-buffer-in-window): When a window on another frame gets
16781         reused, do not select it any more but just raise its frame if
16782         necessary (Bug#8851) and (Bug#8856).
16783         (display-buffer-normalize-options): Handle pop-up-frames related
16784         options more faithfully.
16785         (pop-to-buffer): Don't rely on `display-buffer' selecting the
16786         window if it is on another frame.
16787         (display-buffer-alist, display-buffer-default-specifiers):
16788         Don't make new frame unsplittable by default.
16789         (display-buffer-normalize-argument): Fix doc-string typo and use
16790         'same-frame-other-window instead of 'other-window when associating
16791         with display-buffer-macro-specifiers.
16793 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
16795         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
16796         New functions.
16797         (5x5-mode-map, 5x5-mode-menu): Bind them.
16798         (5x5-draw-grid): Tweak the solver's rendering.
16800 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16802         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
16803         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
16805 2011-06-21  Drew Adams  <drew.adams@oracle.com>
16807         * menu-bar.el: Use function variable instead of switch-to-buffer.
16808         (menu-bar-select-buffer-function): New variable.
16809         (menu-bar-update-buffers): Use it (bug#8876).
16811 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16813         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
16814         variable's status.
16816 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
16818         * x-dnd.el (x-dnd-version-from-flags)
16819         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
16820         and long as number (Bug#8899).
16821         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
16823 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16825         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
16826         (completion-try-completion, completion-all-completions): Compute the
16827         metadata argument if it's missing; make it optional (bug#8795).
16829         * wid-edit.el: Use lex-bind and move towards completion-at-point.
16830         (widget-complete): Use new :completion-function property.
16831         (widget-completions-at-point): New function.
16832         (default): Use :completion-function instead of :complete.
16833         (widget-default-completions): Rename from widget-default-complete;
16834         Rewrite.
16835         (widget-string-complete, widget-file-complete, widget-color-complete):
16836         Remove functions.
16837         (file, symbol, function, variable, coding-system, color):
16838         * international/mule-cmds.el (default-input-method, charset)
16839         (language-info-custom-alist):
16840         * cus-edit.el (face): Use new property :completions.
16842         * progmodes/pascal.el (pascal-completions-at-point): New function.
16843         (pascal-mode): Use it.
16844         (pascal-mode-map): Use completion-at-point.
16845         (pascal-toggle-completions): Make obsolete.
16846         (pascal-complete-word, pascal-show-completions):
16847         * progmodes/octave-mod.el (octave-complete-symbol):
16848         Redefine as obsolete alias.
16849         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
16850         Signal absence of completion info for old Octave,
16851         (inferior-octave-complete): Redefine as obsolete alias.
16852         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
16853         (meta-completions-at-point): Rename from meta-complete-symbol and
16854         adapt it for use on completion-at-point-functions.
16855         (meta-common-mode): Use it.
16856         (meta-looking-at-backward, meta-match-buffer): Remove.
16857         (meta-complete-symbol): Redefine as obsolete alias.
16858         (meta-common-mode-map): Use completion-at-point.
16859         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
16860         (makefile-mode-map): Use completion-at-point.
16861         (makefile-completions-at-point): Rename from makefile-complete and
16862         adapt it for use on completion-at-point-functions.
16863         (makefile-mode): Use it.
16864         (makefile-complete): Redefine as obsolete alias.
16866 2011-06-20  Deniz Dogan  <deniz@dogan.se>
16868         * net/rcirc.el: Delete trailing whitespaces once and for all.
16870 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
16872         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
16874 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
16876         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
16878         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
16880 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
16882         * window.el (display-buffer-other-window-means-other-frame):
16883         Call display-buffer-normalize-alist.
16884         (display-buffer-normalize-specifiers-1): Rename to
16885         display-buffer-normalize-argument.  New argument other-frame.
16886         Rewrite.
16887         (display-buffer-normalize-specifiers-2): Rename to
16888         display-buffer-normalize-options.
16889         (display-buffer-normalize-alist-1): New function.
16890         (display-buffer-normalize-specifiers-3): Rename to
16891         display-buffer-normalize-alist.
16892         Call display-buffer-normalize-alist-1.
16893         (display-buffer-normalize-options-inhibit): New variable.
16894         (display-buffer-normalize-specifiers): Rewrite calling
16895         display-buffer-normalize-alist,
16896         display-buffer-normalize-argument, and
16897         display-buffer-normalize-options.  Don't call the latter if
16898         display-buffer-normalize-options-inhibit is non-nil.
16899         (frame-auto-delete): New option.
16900         (window-deletable-p): Use frame-auto-delete.
16901         (window-list-no-nils, window-state-ignored-parameters)
16902         (window-state-get-1, window-state-get, window-state-put-list)
16903         (window-state-put-1, window-state-put-2, window-state-put):
16904         New functions.
16905         (display-buffer-normalize-options): Move special-display-p group
16906         after pop-up-frame group (Bug#8851) and (Bug#8856).
16908 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
16910         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
16911         groups (Bug#8776).
16912         (rx-submatch-n): New function.
16913         (rx): Document it.
16915         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
16916         (Bug#8768).
16918         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
16920         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
16922         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
16923         anytime existing face settings are present (Bug#8889).
16925         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
16926         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
16927         Remove unused argument.
16929 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
16931         * window.el (display-buffer-default-specifiers):
16932         Remove pop-up-frame.  Add pop-up-window-min-height,
16933         pop-up-window-min-width, and another reuse-window specifier
16934         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
16935         (display-buffer-normalize-specifiers-2):
16936         Handle split-height-threshold and split-width-threshold also when
16937         pop-up-windows is unset.  Add a reuse-window specifier for the
16938         case popping up a new window fails.
16939         (special-display-popup-frame): Remove double quoting.
16940         (display-buffer-normalize-specifiers-1): Fix thinko.
16942 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16944         * shell.el (shell-completion-vars): Set pcomplete-termination-string
16945         according to comint-completion-addsuffix.
16947         * pcomplete.el: Convert to lexical binding and fix bug#8819.
16948         (pcomplete-suffix-list): Mark as obsolete.
16949         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
16950         pcomplete-seen in the closure.
16951         (pcomplete-comint-setup): Setup completion-at-point as well.
16952         (pcomplete--entries): New function.
16953         (pcomplete--env-regexp): New var.
16954         (pcomplete-entries): Rewrite to work with partial-completion and
16955         without relying on pcomplete-suffix-list.
16956         (pcomplete-pare-list): Remove, unused.
16958 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
16960         * window.el (display-buffer-alist): Set pop-up-window-min-height
16961         and pop-up-window-min-width in default value.  Reported by
16962         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
16963         other-window-means-other-frame.
16964         (display-buffer-macro-specifiers): Comment out entry for
16965         other-window specifier.
16966         (display-buffer-other-window-means-other-frame): New function.
16967         (display-buffer-normalize-specifiers-1): New arguments
16968         buffer-name and label.  Treat other-window case specially.
16969         (display-buffer-normalize-specifiers-2): Treat other-window case
16970         specially.
16971         (display-buffer-normalize-specifiers-3): New function.
16972         (display-buffer-normalize-specifiers):
16973         Call display-buffer-normalize-specifiers-3.
16975 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
16977         * window.el (same-window-p): Fix two typos introduced when
16978         adding with-no-warnings.
16979         (display-buffer-normalize-specifiers-1): Don't check
16980         pop-up-frames for 'unset initialization.
16981         (display-buffer-normalize-specifiers-2): Major rewrite using
16982         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
16983         (pop-up-frames, display-buffer-reuse-frames)
16984         (display-buffer-mark-dedicated): Don't initialize to 'unset.
16985         Suggested by David Engster <deng@randomsample.de>.
16986         (even-window-heights): Initialize to 'unset.
16987         (display-buffer-alist-set): Handle new 'unset initializations.
16988         (display-buffer-macro-specifiers): Don't pop up a new frame in the
16989         other window case.
16991 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
16993         * window.el (display-buffer-normalize-specifiers-1):
16994         Respect current value of pop-up-frames for most reasonable values of
16995         second argument of display-buffer (Bug#8865).
16996         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
16997         (switch-to-buffer-other-window-same-frame)
16998         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
16999         Adams (Bug#8875).
17000         (display-buffer): Don't check noninteractive when calling
17001         display-buffer-pop-up-frame.
17002         (display-buffer-pop-up-frame): Never pop up a frame in
17003         noninteractive mode (Bug#8857).
17004         (enlarge-window, shrink-window): Don't report an error when the
17005         window can't be resized as requested (Bug#8862).
17007 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17009         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17011         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17013         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17015 2011-06-15  Alan Mackenzie  <acm@muc.de>
17017         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17018         for declarators, disable knr checking to speed up for normal files.
17019         2: Refactor, replacing a sequence of nested if forms by a cond form.
17021 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17023         * net/network-stream.el (open-network-stream): Add the keyword
17024         :always-query-capabilities for the case where you want to force a
17025         `plain' network connection, but the protocol still requires the
17026         capabilitiy command (i.e., SMTP and EHLO).
17028         * subr.el (process-live-p): Rename from `process-alive-p' for
17029         consistency with other `-live-p' functions.
17031 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17033         * window.el (same-window-buffer-names, same-window-regexps)
17034         (special-display-frame-alist, special-display-popup-frame)
17035         (special-display-function, special-display-buffer-names)
17036         (special-display-regexps, pop-up-frame-alist)
17037         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17038         (pop-up-windows, split-window-preferred-function)
17039         (split-height-threshold, split-width-threshold, even-window-heights)
17040         (display-buffer-mark-dedicated): Don't encourage the use of
17041         display-buffer-alist from Elisp code.
17043 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
17045         * progmodes/python.el (python-mode): Derive from prog-mode.
17046         * progmodes/ps-mode.el (ps-mode):
17047         * progmodes/mixal-mode.el (mixal-mode):
17048         * progmodes/cfengine.el (cfengine-mode):
17049         * progmodes/ld-script.el (ld-script-mode): Likewise.
17051 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
17053         * window.el (display-buffer-alist): Trim default value to avoid
17054         popping up a new frame (Bug#8857) or reusing an arbitrary window
17055         on another frame.
17056         (display-buffer): Do not fall back on popping up a new frame in
17057         batch mode (Bug#8857).
17059 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
17061         * cus-theme.el (describe-theme-1): Use custom-theme-p.
17062         (custom-theme-summary): New function.
17063         (customize-themes): Use it.
17065 2011-06-13  Glenn Morris  <rgm@gnu.org>
17067         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17069 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
17071         * help.el (help-window): Remove variable.
17072         (help-window-point-marker, temp-buffer-max-height)
17073         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17074         (help-print-return-message): Don't set help-window.
17075         (resize-temp-buffer-window): Rewrite cod eand doc-string.
17076         (help-window-setup-finish): Remove.
17077         (help-window-display-message, help-window-setup)
17078         (with-help-window): Major rewrite based on new
17079         display-buffer-window variable.
17081         * help-mode.el (help-mode-finish): Remove help-window related
17082         code.
17084         * view.el (view-exits-all-viewing-windows): Remove reference to
17085         view-return-to-alist in doc-string.
17086         (view-return-to-alist): Make obsolete.
17087         (view-buffer): Call pop-to-buffer-same-window and remove
17088         undo-window code.
17089         (view-buffer-other-window): Call pop-to-buffer-other-window and
17090         simplify code.  Ignore second argument.
17091         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17092         simplify code.  Ignore second argument.
17093         (view-return-to-alist-update): Make obsolete.
17094         (view-mode-enter): Rename second argument to QUIT-RESTORE.
17095         Rewrite using quit-restore window parameters.
17096         (view-mode-exit): Rename second argument to EXIT-ONLY.
17097         Rewrite using quit-restore-window.
17098         (View-exit, View-exit-and-edit, View-leave, View-quit)
17099         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17100         appropriate arguments.
17101         (view-end-message): Use quit-restore window parameter.
17103         * window.el (display-buffer-function): Rewrite doc-string.
17104         (display-buffer-window, display-buffer-alist): New variables.
17105         (display-buffer-split-specifiers)
17106         (display-buffer-side-specifiers)
17107         (display-buffer-macro-specifiers): New constants.
17108         (display-buffer-even-window-sizes, display-buffer-set-height)
17109         (display-buffer-set-width, display-buffer-select-window)
17110         (display-buffer-in-window, display-buffer-reuse-window)
17111         (display-buffer-split-window-1, display-buffer-split-window)
17112         (display-buffer-split-atom-window, display-buffer-pop-up-window)
17113         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17114         (display-buffer-in-side-window, normalize-buffer-to-display)
17115         (display-buffer-normalize-specifiers-1)
17116         (display-buffer-normalize-specifiers-2)
17117         (display-buffer-normalize-specifiers, display-buffer-frame):
17118         New functions.
17119         (display-buffer): Major rewrite.
17120         (display-buffer-other-window, display-buffer-other-frame)
17121         (pop-to-buffer, switch-to-buffer-other-window)
17122         (switch-to-buffer-other-frame): Rewrite.
17123         (display-buffer-same-window, display-buffer-same-frame)
17124         (display-buffer-same-frame-other-window)
17125         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17126         (pop-to-buffer-other-window)
17127         (pop-to-buffer-same-frame-other-window)
17128         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17129         (switch-to-buffer-other-window-same-frame): New functions.
17130         (same-window-p, special-display-p): Rewrite disabling warnings.
17131         Make obsolete.
17132         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17133         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17134         Make obsolete
17135         (same-window-buffer-names, same-window-regexps)
17136         (special-display-frame-alist, special-display-popup-frame)
17137         (special-display-function, special-display-buffer-names)
17138         (special-display-regexps, pop-up-frame-alist)
17139         (pop-up-frame-function, split-window-preferred-function)
17140         (split-height-threshold, split-width-threshold)
17141         (even-window-heights): Make obsolete.
17143 2011-06-12  Glenn Morris  <rgm@gnu.org>
17145         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
17146         Misc simplifications.
17148 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
17150         * window.el (window-safely-shrinkable-p): Restore function which
17151         was inadvertently removed in change from 2011-06-11.  Declare as
17152         obsolete.
17154         * calendar/calendar.el (calendar-generate-window):
17155         Use window-iso-combined-p instead of combination of one-window-p and
17156         window-safely-shrinkable-p.
17158 2011-06-12  Glenn Morris  <rgm@gnu.org>
17160         * progmodes/fortran.el (fortran-mode-syntax-table):
17161         * progmodes/f90.el (f90-mode-syntax-table):
17162         Set % to punctuation.  (Bug#8820)
17163         (f90-find-tag-default): Remove, no longer needed.
17165 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
17167         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17169 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
17171         * image.el (image-animated-p): Return animation delay in seconds.
17172         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17173         (image-animate-timeout): Remove DELAY argument.  Don't assume
17174         every subimage has the same delay; get it from image-animated-p.
17175         (image-animate): Caller changed.
17177 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
17179         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17180         to ignored backtrace functions.
17182 2011-06-11  Glenn Morris  <rgm@gnu.org>
17184         * calendar/appt.el (appt-disp-window-function): Doc fix.
17185         (appt-check): Handle overlapping appointments.  (Bug#8337)
17187 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
17189         * window.el (window-tree-1, window-tree): New functions, moving
17190         the latter to window.el.
17191         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17192         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17193         (bw-refresh-edges): Remove.
17194         (balance-windows-1, balance-windows-2): New functions.
17195         (balance-windows): Rewrite in terms of window tree functions,
17196         balance-windows-1 and balance-windows-2.
17197         (bw-adjust-window): Remove.
17198         (balance-windows-area-adjust): New function with functionality of
17199         bw-adjust-window but using resize-window.
17200         (set-window-text-height): Rewrite doc-string.
17201         Use normalize-live-window and resize-window.
17202         (enlarge-window-horizontally, shrink-window-horizontally):
17203         Rename argument to DELTA.
17204         (window-buffer-height): New function.
17205         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17206         Rewrite using new window resize routines.
17207         (kill-buffer-and-window, mouse-autoselect-window-select):
17208         Use ignore-errors instead of condition-case.
17209         (quit-window): Call delete-frame instead of delete-windows-on
17210         for the only buffer on frame.
17212 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
17214         * loadup.el (top-level): Load window before files for the sake
17215         of replace-buffer-in-windows.
17217         * files.el (read-buffer-to-switch)
17218         (switch-to-buffer-other-window)
17219         (switch-to-buffer-other-frame, display-buffer-other-frame):
17220         Move to window.el.
17222         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17223         (previous-buffer): Move to window.el.
17225         * bindings.el (unbury-buffer): Move to window.el.
17227         * window.el (delete-other-windows-vertically): Move after
17228         definition of delete-other-windows.
17229         (other-window, delete-windows-on, replace-buffer-in-windows):
17230         Move here from window.c.
17231         (record-window-buffer, unrecord-window-buffer)
17232         (set-window-buffer-start-and-point, switch-to-prev-buffer)
17233         (switch-to-next-buffer): New functions.
17234         (get-next-valid-buffer, last-buffer, next-buffer): Move here
17235         from simple.el.  Call switch-to-next-buffer.
17236         (previous-buffer): Move here from simple.el.
17237         Call switch-to-prev-buffer.
17238         (bury-buffer): Move here from buffer.c.  Switch to previous
17239         buffer when window cannot be deleted.
17240         (unbury-buffer): Move here from bindings.el.
17241         (ctl-x-map): Move binding for other-window from window.c to
17242         here.
17243         (read-buffer-to-switch, switch-to-buffer-other-window)
17244         (switch-to-buffer-other-frame): Move here from files.el.
17245         (normalize-buffer-to-switch-to): New functions.
17246         (switch-to-buffer): Move here from buffer.c.
17247         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
17249 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
17251         * window.el (window-min-height, window-min-width): Move here
17252         from window.c.  Add defcustoms and rewrite doc-strings.
17253         (resize-mini-window, resize-window): New functions.
17254         (adjust-window-trailing-edge, enlarge-window, shrink-window):
17255         Move here from window.c.
17256         (maximize-window, minimize-window): New functions.
17257         (delete-window, delete-other-windows, split-window): Move here
17258         from window.c.
17259         (window-split-min-size): New function.
17260         (split-window-keep-point): Mention split-window-above-each-other
17261         instead of split-window-vertically.
17262         (split-window-above-each-other, split-window-vertically):
17263         Rename split-window-vertically to split-window-above-each-other
17264         and provide defalias for old definition.
17265         (split-window-side-by-side, split-window-horizontally):
17266         Rename split-window-horizontally to split-window-side-by-side
17267         and provide defalias for the old definition.
17268         (ctl-x-map): Move bindings for delete-window,
17269         delete-other-windows and enlarge-window here from window.c.
17270         Replace bindings for split-window-vertically and
17271         split-window-horizontally by bindings for
17272         split-window-above-each-other and split-window-side-by-side.
17274         * cus-start.el (all): Remove entries for window-min-height and
17275         window-min-width.  Add entries for window-splits and
17276         window-nest.
17278 2011-06-09  Glenn Morris  <rgm@gnu.org>
17280         * calendar/appt.el (appt-mode-line): New function.
17281         (appt-check, appt-disp-window): Use it.
17283         * files.el (hack-one-local-variable-eval-safep):
17284         Allow minor-modes with explicit +/-1 arguments.
17286 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
17288         * term/xterm.el (xterm): Add defgroup.
17289         (xterm-extra-capabilities): Add defcustom to supply known xterm
17290         capabilities, skip querying them, or query them (default).
17291         (terminal-init-xterm): Use it.
17292         (terminal-init-xterm-modify-other-keys): New function to set up
17293         modifyOtherKeys support to simplify `terminal-init-xterm'.
17295 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
17297         * window.el (resize-window-reset, resize-window-reset-1)
17298         (resize-subwindows-skip-p, resize-subwindows-normal)
17299         (resize-subwindows, resize-other-windows, resize-this-window)
17300         (resize-root-window, resize-root-window-vertically)
17301         (window-deletable-p, window-or-subwindow-p)
17302         (frame-root-window-p): New functions.
17304 2011-06-09  Glenn Morris  <rgm@gnu.org>
17306         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17307         (ange-ftp-get-files): Use it.
17309 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
17311         * mail/sendmail.el (mail-recover-1, mail-recover):
17312         * files.el (recover-file, recover-session):
17313         Handle dired-listing-switches not being just a single short option.
17315 2011-06-09  Glenn Morris  <rgm@gnu.org>
17317         * calendar/appt.el (appt-display-message, appt-disp-window):
17318         Handle lists of appointments.
17320 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
17322         * window.el (one-window-p): Move down in code.
17323         Rewrite doc-string.
17324         (window-current-scroll-bars): Rewrite doc-string.
17325         Normalize live window argument.
17326         (walk-windows, get-window-with-predicate, count-windows):
17327         Rewrite doc-string.  Use window-list-1.
17328         (window-in-direction-2, window-in-direction, get-mru-window):
17329         New functions.
17331 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
17333         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17334         Doc fix (Bug#8713).
17336 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
17338         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
17340 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
17342         * loadhist.el (unload-feature-special-hooks):
17343         Add `comint-output-filter-functions'.
17345 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
17347         * calendar/appt.el (appt-check): Move some initializations into the let.
17349 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
17351         * window.el (window-height): Defalias to window-total-height.
17352         (window-width): Defalias to window-body-width.
17354 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
17356         * image-mode.el (image-toggle-animation): New command.
17357         (image-mode-map): Bind it to RET.
17358         (image-mode): Update message.
17359         (image-toggle-display-image): Avoid a spurious cache flush.
17360         (image-transform-rotation): Doc fix.
17361         (image-transform-properties): Return quickly in the normal case.
17362         (image-animate-loop): Rename from image-animate-max-time.
17364         * image.el (image-animate-max-time): Move to image-mode.el.
17365         (create-animated-image): Remove unnecessary function.
17366         (image-animate): Rename from image-animate-start.  New arg.
17367         (image-animate-stop): Remove; just use image-animate-timer.
17368         (image-animate-timer): Use car-safe.
17369         (image-animate-timeout): Rename argument.
17371 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
17373         * window.el (get-lru-window, get-largest-window): Move here from
17374         window.c.  Rename first argument to ALL-FRAMES.
17375         Rephrase doc-strings.
17376         (get-buffer-window-list): Rewrite using window-list-1.
17377         Rephrase doc-string.
17378         (window-safe-min-height, window-safe-min-width): New constants.
17379         (window-size-ignore, window-min-size, window-min-size-1)
17380         (window-sizable, window-sizable-p, window-size-fixed-1)
17381         (window-size-fixed-p, window-min-delta-1, window-min-delta)
17382         (window-max-delta-1, window-max-delta, window-resizable)
17383         (window-resizable-p, window-total-height, window-total-width)
17384         (window-body-width): New functions.
17385         (window-full-height-p, window-full-width-p): Rewrite using
17386         window-total-size.
17387         (window-body-height): Rewrite using window-body-size.
17389 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
17391         * window.el (window-right, window-left, window-child)
17392         (window-child-count, window-last-child, window-any-p)
17393         (normalize-live-buffer, normalize-live-frame)
17394         (normalize-any-window, normalize-live-window)
17395         (window-iso-combination-p, window-iso-combined-p)
17396         (window-iso-combinations)
17397         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
17398         (windows-with-parameter, window-with-parameter)
17399         (window-atom-root, make-window-atom, window-atom-check-1)
17400         (window-atom-check, window-side-check, window-check):
17401         New functions.
17402         (ignore-window-parameters, window-sides, window-sides-vertical)
17403         (window-sides-slots): New variables.
17404         (window-size-fixed): Move down in code.  Minor doc-string fix.
17406 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
17408         * comint.el (comint-dynamic-complete-as-filename)
17409         (comint-dynamic-complete-filename): Correctly call
17410         completion-in-region.
17412 2011-06-05  Deniz Dogan  <deniz@dogan.se>
17414         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
17415         in last change.
17417 2011-06-05  Deniz Dogan  <deniz@dogan.se>
17419         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
17420         (rcirc): Use it to prompt for encryption.
17422 2011-06-05  Roland Winkler  <winkler@gnu.org>
17424         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
17425         (bibtex-search-entries): New command bound to C-c C-a.
17426         (bibtex-display-entries): New function.
17428 2011-06-05  Roland Winkler  <winkler@gnu.org>
17430         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
17431         (bibtex-insert-kill): After yanking insert newline if necessary.
17432         (bibtex-initialize): Call bibtex-string-files-init only once.
17433         (bibtex-mode): Do not call easy-menu-add.
17434         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
17435         (bibtex-yank): Set arg properly if nil.
17437 2011-06-05  Roland Winkler  <winkler@gnu.org>
17439         * textmodes/bibtex.el (bibtex-search-entry-globally):
17440         New variable.
17441         (bibtex-search-entry): Use it.
17443 2011-06-05  Roland Winkler  <winkler@gnu.org>
17445         * textmodes/bibtex.el (bibtex-entry-format): New option
17446         sort-fields.
17447         (bibtex-format-entry, bibtex-reformat): Honor this option.
17448         (bibtex-parse-entry): Return fields in proper order.
17450 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
17452         * doc-view.el (doc-view-remove-if): Move computation of result out
17453         of `dolist' to silence misleading lexical-binding warning.
17455 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
17457         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
17458         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
17460 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
17462         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
17463         "SunOS 5.10".
17465 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
17467         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
17468         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
17469         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
17470         (tramp-parse-putty):
17471         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
17472         (tramp-completion-function-alist-ssh)
17473         (tramp-completion-function-alist-telnet)
17474         (tramp-completion-function-alist-su)
17475         (tramp-completion-function-alist-putty): Set `tramp-autoload'
17476         cookie.
17478         * net/tramp-ftp.el:
17479         * net/tramp-sh.el:
17480         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
17481         load "tramp.el" `tramp-set-completion-function'.
17483 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17485         * shell.el: Require and use pcomplete.
17486         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
17487         (shell-completion-vars): Set pcomplete-default-completion-function.
17489 2011-06-04  Deniz Dogan  <deniz@dogan.se>
17491         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
17492         `memq' (Bug#8799).
17494 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17496         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
17498 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
17500         * bs.el (bs--mark-unmark, bs--nth-wrapper):
17501         * mpc.el (mpc-select-extend, mpc-songpointer-context):
17502         * vc/log-view.el (log-view-beginning-of-defun):
17503         * vc/smerge-mode.el (smerge-apply-resolution-patch)
17504         (smerge-refine-forward, smerge-refine-chopup-region):
17505         Silence warning for unused `dotimes' counter variables.
17507 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17509         * net/tramp.el (tramp-with-progress-reporter): Rename from
17510         with-progress-reporter.  Use `declare'.
17511         * net/tramp-smb.el:
17512         * net/tramp-sh.el:
17513         * net/tramp-gvfs.el: Update all uses.
17515 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
17517         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
17518         buffer isn't killed before making it current.
17520 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17522         Silence various byte-compiler warnings.
17523         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
17524         `access-type' and new obsolescence format.
17525         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
17526         new format.
17527         (byte-compile-check-variable): New `access-type' argument.
17528         Only warn if the access-type is obsolete.
17529         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
17530         (byte-compile-variable-set): Adjust callers.
17531         * help-fns.el (describe-variable): Adjust to new obsolescence format.
17532         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
17533         setting it as obsolete.
17534         * simple.el (minibuffer-completing-symbol):
17535         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
17536         access as obsolete.
17537         * minibuffer.el (minibuffer-completing-file-name): Don't make it
17538         obsolete yet.
17539         * international/quail.el (quail-mouse-choose-completion): Remove unused
17540         code referring to obsolete var.
17541         (quail-choose-completion-string): Remove.
17542         * server.el (server-clients-with, server-kill-buffer-query-function)
17543         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
17544         * proced.el (proced-send-signal):
17545         * emacs-lisp/lisp.el (lisp-complete-symbol):
17546         Replace completion-annotate-function with completion-extra-properties.
17548 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17550         * simple.el (goto-line): Use read-number.
17551         (overriding-map-is-bound): Remove.
17552         (saved-overriding-map): Change default.
17553         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
17554         Take the map as argument.
17555         (universal-argument, negative-argument, digit-argument): Use it.
17556         (restore-overriding-map): Adjust.
17557         (do-auto-fill): Use fill-forward-paragraph.
17558         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
17560         * minibuffer.el (minibuffer-inactive-mode-map): New var.
17561         (minibuffer-inactive-mode): New major mode.
17562         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
17563         the *Messages* buffer" hack.
17564         (mouse-popup-menubar): Don't burp if the event is a normal key.
17566         Miscellaneous tweaks.
17567         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
17568         lexical scoping as in subr.el's dolist and dotimes.
17569         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
17570         Silence compiler warning.
17571         * thingatpt.el (forward-whitespace): Trivial coding style fix.
17572         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
17573         * international/ccl.el (ccl-compile): Trivial simplification.
17574         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
17575         * emacs-lisp/testcover.el (testcover-end): Remove spurious
17576         `printflag' argument.
17577         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17578         Purecopy the whole obsolescence data.
17580 2011-06-01  Leo Liu  <sdl.web@gmail.com>
17582         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
17583         improve doc-string as suggested by Marco Pessotto
17584         <melmothx@gmail.com>.
17585         (rcirc-print): Fix last change.
17587 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17589         * minibuffer.el (complete-with-action): Return nil for the metadata and
17590         boundaries of non-functional tables.
17591         (completion-table-dynamic): Return nil for the metadata.
17592         (completion-table-with-terminator): Add default case, using
17593         complete-with-action.
17594         (completion--metadata): New function.
17595         (completion-all-sorted-completions, minibuffer-completion-help): Use it
17596         to try and avoid pathological performance problems.
17597         (completion--embedded-envvar-table): Return `category' metadata.
17599 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17601         * subr.el (process-alive-p): New tiny convenience function.
17603 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17605         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
17606         content but also its previous major mode.
17608 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
17610         * emacs-lisp/debug.el (debug): Restore the previous content of the
17611         *Backtrace* buffer when we exit with C-M-c.
17613 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17615         * minibuffer.el: Add metadata method to completion tables.
17616         (completion-category-overrides): New defcustom.
17617         (completion-metadata, completion--field-metadata)
17618         (completion-metadata-get, completion--styles)
17619         (completion--cycle-threshold): New functions.
17620         (completion-try-completion, completion-all-completions):
17621         Add `metadata' argument to choose completion-styles.
17622         (completion--do-completion): Use metadata to choose cycling.
17623         (completion-all-sorted-completions): Use metadata for sorting.
17624         Remove :completion-cycle-penalty which is not needed any more.
17625         (completion--try-word-completion): Add `metadata' argument.
17626         (minibuffer-completion-help): Check metadata for annotation function
17627         and sorting.
17628         (completion-file-name-table): Return `category' metadata.
17629         (minibuffer-completing-file-name): Make obsolete.
17630         * simple.el (minibuffer-completing-symbol): Make obsolete.
17631         * icomplete.el (icomplete-completions): Pass new `metadata' param to
17632         completion-try-completion.
17634 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17636         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
17638 2011-05-30  Leo Liu  <sdl.web@gmail.com>
17640         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
17641         (rcirc-print): Decode all incoming messages (bug#8744).
17642         (rcirc-decode-coding-system): Allow value nil for automatic coding
17643         system detection.
17645 2011-06-01  Glenn Morris  <rgm@gnu.org>
17647         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
17649 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
17651         * image.el (image-animate-max-time): Allow nil and t values.
17652         Default to nil.
17653         (create-animated-image): Doc fix.
17654         (image-animate-start): Remove second arg; just use
17655         image-animate-max-time.
17656         (image-animate-timeout): Doc fix.  Args changed.
17658         * image-mode.el (image-toggle-display-image): Ensure that the
17659         image spec passed to the animate timer is the same object as in
17660         the buffer's display property (Bug#6981).
17661         (image-transform-properties): Doc fix.
17663         * image.el (image-animate-max-time): Default to nil.
17665 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
17667         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
17668         entire buffer list (Bug#8184).
17670 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
17672         * image.el (imagemagick-types-inhibit)
17673         (imagemagick-register-types): Doc fix.
17675 2011-05-29  Deniz Dogan  <deniz@dogan.se>
17677         * net/rcirc.el (rcirc): Use the user's stored encryption method by
17678         default.
17680 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
17682         * select.el: Don't perform clipboard-manager saving in hooks;
17683         leave the hooks empty.
17685 2011-05-28  Leo Liu  <sdl.web@gmail.com>
17687         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
17688         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
17689         (occur-edit-mode): New major mode (Bug#8463).
17690         (occur-after-change-function): New function.
17691         (occur-engine): Give Occur tags a read-only property.
17693 2011-05-28  Kevin Ryde  <user42@zip.com.au>
17695         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
17697 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
17699         * bindings.el (help-echo): Make the initial non-indicator dash
17700         empty on graphical terminals (Bug#7295).
17702         * files.el (auto-mode-alist): Move config rule after the
17703         in-stripping one (Bug#8547).
17705         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
17707         * startup.el (normal-splash-screen): Remove gratuitous mode-line
17708         setting (Bug#8740).
17710 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
17712         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
17713         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
17714         (Bug#8539).
17716 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
17718         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
17720 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
17722         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
17723         (hs-hide-block-at-point, hs-find-block-beginning)
17724         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
17725         (Bug#8279).
17727 2011-05-28  Glenn Morris  <rgm@gnu.org>
17729         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
17731 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
17733         * help-fns.el (describe-function-1): If the function is a derived
17734         major mode, print the parent mode.
17736         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
17737         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
17739 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17741         * minibuffer.el (completion--capf-wrapper): Check applicability before
17742         returning non-nil for non-exclusive completion data.
17743         * progmodes/etags.el (tags-completion-at-point-function):
17744         * info-look.el (info-lookup-completions-at-point): Mark as
17745         non-exclusive.
17746         (info-complete): Adjust accordingly.
17748         * info-look.el: Convert to lexical-binding and completion-at-point.
17749         (info-lookup-completions-at-point): New function.
17750         (info-complete): Use it and completion-in-region.
17752 2011-05-28  Drew Adams  <drew.adams@oracle.com>
17754         * isearch.el: Let M-e start with point at the first mismatched char.
17755         (isearch-fail-pos): New function.
17756         (isearch-edit-string): Use it.
17758 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
17760         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17762 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
17764         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
17765         traversal functions for avl-trees.
17766         (avl-tree--stack): New struct.
17767         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
17768         (avl-tree-enter): Add optional `updatefun' arg.
17769         (avl-tree--do-enter): Add optional `updatefun' arg.
17770         Change return value.
17771         (avl-tree-delete): Add optional `test' and `nilflag' args.
17772         (avl-tree--do-delete): Add `test' and `nilflag' args.
17773         Change return value.
17774         (avl-tree-member): Add optional `nilflag'
17775         (avl-tree-member-p): New function.
17776         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
17777         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
17778         (avl-tree-stack-empty-p): New functions.
17780         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
17781         avl-tree--del-balance1 and make it work both ways.
17782         (avl-tree--del-balance2): Remove.
17783         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
17784         make it work both ways.
17785         (avl-tree--enter-balance2): Remove.
17786         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
17787         New macros.
17788         (avl-tree--mapc, avl-tree-map): Add direction argument.
17790 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
17792         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
17794 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
17796         * select.el: Support clipboard managers with built-in function
17797         x-clipboard-manager-save, via delete-frame-functions and
17798         kill-emacs-hook.
17799         (xselect-convert-to-targets): Add MULTIPLE target to list.
17800         (xselect-convert-to-save-targets): New function.
17802 2011-05-27  Kenichi Handa  <handa@m17n.org>
17804         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
17805         let-binding rfc2047-encode-encoded-words to nil.
17807 2011-05-27  Glenn Morris  <rgm@gnu.org>
17809         * mail/emacsbug.el: Don't require url-util.
17811         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
17813         * files.el (set-auto-mode):
17814         Also respect mode: entries at the end of the file.  (Bug#8586)
17816 2011-05-26  Glenn Morris  <rgm@gnu.org>
17818         * files.el (hack-local-variables-prop-line, hack-local-variables):
17819         Downcase mode names, as seems to be traditional.
17820         (hack-local-variables, hack-local-variables-apply): Doc fixes.
17822         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
17823         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
17825 2011-05-25  Julien Danjou  <julien@danjou.info>
17827         * textmodes/rst.el (rst-define-level-faces): Do not define face
17828         symbol if it is already defined.
17830 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
17832         * play/5x5.el (5x5-new-game, 5x5-randomize):
17833         Reset 5x5-solver-output to nil when a new grid is cast.
17834         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
17835         these debugging traces, as defmacro breaks the compiled code.
17837 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
17839         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17841 2011-05-24  Leo Liu  <sdl.web@gmail.com>
17843         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
17844         (vc-bzr-sha1): Adapt.
17846         * sha1.el: Remove.  Function `sha1' is now builtin.
17848         * bindings.el: Provide sha1 feature.
17850 2011-05-24  Kenichi Handa  <handa@m17n.org>
17852         * mail/sendmail.el: Require `rfc2047'.
17853         (mail-insert-from-field): Do not perform RFC2047 encoding.
17854         (mail-encode-header): New function.
17855         (sendmail-send-it): Set buffer-file-coding-system of the work
17856         buffer to the return value of select-message-coding-system.
17857         Call mail-encode-header.
17859         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
17861 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
17863         * mail/supercite.el (sc-default-cite-frame):
17864         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
17866 2011-05-24  Glenn Morris  <rgm@gnu.org>
17868         * progmodes/python.el (brm-menu): Declare.
17870         * emulation/viper.el (viper-set-hooks): Declare.
17872         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
17873         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
17874         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
17875         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
17876         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
17877         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
17879 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17881         Add an :exit-function for completion-at-point.
17883         * minibuffer.el (completion--done): New fun.
17884         (completion--do-completion): Use it.  New arg `expect-exact'.
17885         (minibuffer-complete, minibuffer-complete-word): Don't output message,
17886         since completion--do-completion does it for us now.
17887         (minibuffer-force-complete): Use completion--done and
17888         completion--replace.  Handle sole-completion case with more care.
17889         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
17890         (completion-extra-properties): New var.
17891         (completion-annotate-function): Make obsolete.
17892         (minibuffer-completion-help): Adjust accordingly.
17893         Use completion-list-insert-choice-function.
17894         (completion-at-point, completion-help-at-point):
17895         Bind completion-extra-properties.
17896         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
17897         * simple.el (completion-list-insert-choice-function): New var.
17898         (completion-setup-function): Preserve it.
17899         (choose-completion): Pay attention to it, shuffle the code a bit.
17900         (choose-completion-string): New arg `insert-function'.
17902         * textmodes/bibtex.el: Convert to lexical binding.
17903         (bibtex-mode-map): Use completion-at-point.
17904         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
17905         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
17906         (bibtex-complete): Define as obsolete alias.
17907         (bibtex-complete-internal): Remove.
17908         (bibtex-format-entry): Remove unused sub-group in regexp.
17909         * shell.el (shell--command-completion-data)
17910         (shell-environment-variable-completion):
17911         * pcomplete.el (pcomplete-completions-at-point):
17912         * comint.el (comint--complete-file-name-data): Use :exit-function
17913         instead of completion-table-with-terminator so it also works for
17914         choose-completion.
17916 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17918         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
17920         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
17921         (bug#8710).
17923         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
17925 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
17927         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
17928         customization variable and implement: If non-nil, auto-fill will
17929         be inhibited while on topic's header line.
17931 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
17933         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
17934         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
17935         always have a solution in grid size = 5 cases.
17936         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
17937         (5x5-solver-output, 5x5-log-buffer): New vars.
17938         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
17939         Make these variables buffer local to achieve 5x5 multi-session-ness.
17940         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
17941         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
17942         (5x5-solve-suggest): New funs.
17943         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
17944         randomize a grid so that we ensure that there is always a solution.
17945         (5x5-make-random-grid): Allow other movement than flipping.
17947 2011-05-23  Kevin Ryde  <user42@zip.com.au>
17949         * emacs-lisp/advice.el (ad-read-advised-function):
17950         Use `function-called-at-point' as the default, if it has
17951         advice and passes PREDICATE.
17953 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17955         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
17956         byte-compile-lambda if it's actually a lambda.
17958         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
17959         Fix function quoting.  Use backquote better.
17961 2011-05-22  Yuanle Song  <sylecn@gmail.com>
17963         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
17964         matching (Bug#8516).
17966 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
17968         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
17969         different face (Bug#8178).
17971 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
17973         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
17974         defface (Bug#8144).
17976 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17978         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
17979         funcall as well (bug#8712).  Warn when performing those conversions.
17980         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
17982         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
17984 2011-05-22  Glenn Morris  <rgm@gnu.org>
17986         * files.el (hack-local-variables-prop-line): Small simplifications.
17987         (hack-local-variables, hack-local-variables-prop-line):
17988         If MODE-ONLY, return the mode, rather than just `t'.
17990 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17992         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
17994 2011-05-21  Glenn Morris  <rgm@gnu.org>
17996         * files.el (hack-local-variables-prop-line, hack-local-variables):
17997         If only interested in the mode, don't bother doing the other stuff.
17999         * image-mode.el (image-after-revert-hook):
18000         Redraw all frames on which the image is visible.  (Bug#8567)
18002         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
18004         * wid-edit.el (widget-checklist-match-inline):
18005         Fix 2011-04-19 change.  (Bug#8649)
18007 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18009         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18010         Also allow singlespace after single-letter capitals followed by a dot.
18012         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18013         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18015 2011-05-20  Nix  <nix@esperi.org.uk>
18017         * files.el (basic-save-buffer-2):
18018         Fix handling of break-hardlink-on-save with non-existent files.
18020 2011-05-19  Deniz Dogan  <deniz@dogan.se>
18022         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18023         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18025 2011-05-19  Glenn Morris  <rgm@gnu.org>
18027         * progmodes/f90.el (f90-type-def-re):
18028         Handle "type, bind(c)".  (Bug#8691)
18030         * emacs-lisp/autoload.el (batch-update-autoloads):
18031         Set autoload-excludes by parsing loadup.el rather than Makefiles.
18033 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
18035         * net/tramp.el (tramp-process-actions): Set "first-password-request"
18036         property for the correct connection in case of multihops.
18038 2011-05-18  Glenn Morris  <rgm@gnu.org>
18040         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18041         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18043         Rationalize calendar handling of day and month abbrev-arrays.
18044         * calendar/calendar.el (calendar-customized-p): New function.
18045         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18046         (calendar-day-name-array, calendar-month-name-array): Doc fix.
18047         Add :set function.
18048         (calendar-abbrev-length, calendar-day-abbrev-array)
18049         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18050         (calendar-day-abbrev-array, calendar-month-abbrev-array):
18051         Elements may no longer be nil.
18052         (calendar-day-name, calendar-month-name):
18053         Update for changed nature of abbrev arrays.
18054         * calendar/diary-lib.el (diary-name-pattern):
18055         Update for changed nature of abbrev arrays.
18056         (diary-mark-entries-1): Update calendar-make-alist calls.
18057         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18058         * calendar/cal-html.el (cal-html-day-abbrev-array):
18059         Simply inherit from calendar-day-abbrev-array.
18061 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18063         * progmodes/grep.el (grep-mode): Disable default
18064         compilation-directory-matcher setting (bug#8684).
18066 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
18068         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18069         instead of "head" and "tail".  There were problems with SunOS 5.9,
18070         and it performs better.
18072 2011-05-17  Glenn Morris  <rgm@gnu.org>
18074         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18076         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18077         Replace obsolete function.
18079         * shell.el (pcomplete-parse-arguments-function): Declare.
18081         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18082         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18083         (appt-check): Doc fixes.
18084         (appt-disp-window-function, appt-delete-window-function):
18085         Remove needless special case in custom :type.
18086         (appt-display-count): Default to 0, not nil.
18087         (appt-check): Reset appt-display-count to 0, not nil.
18089 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
18091         * progmodes/python.el (python-font-lock-keywords):
18092         Add the Python 3.X keyword "nonlocal" (bug#8639).
18094 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18096         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18098 2011-05-16  Kevin Ryde  <user42@zip.com.au>
18100         * info-look.el (makefile-automake-mode): New setups, looking in
18101         automake manual, then makefile-mode.
18102         (makefile-mode): Remove automake manual, have it just in
18103         makefile-automake-mode since there's various things different or
18104         not relevant to plain make.
18105         (makefile-mode): Remove "other-modes" non-existent automake-mode,
18106         believe a hypothetical automake-mode would go to makefile-mode,
18107         not the other way around.
18109 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
18111         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18112         hunk-end tags (Bug#8672).
18114         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18115         vc-annotate-show-diff-revision-at-line (Bug#8671).
18117 2011-05-14  Glenn Morris  <rgm@gnu.org>
18119         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18120         in the middle of an existing one with multiple authors.  (Bug#8645)
18121         (change-log-font-lock-keywords): Also handle multiple author lines
18122         with leading tabs.  (Bug#8644)
18124         * calendar/appt.el (appt-check): Rename some local variables.
18125         Some simplification/reordering.
18127         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18128         (feedmail-sendmail-f-doesnt-sell-me-out)
18129         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18130         (feedmail-debug-sit-for, feedmail-queue-express-hook)
18131         (feedmail-queue-runner-message-sender): Set :version.
18132         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18133         (bbdb-dwim-net-address, vm-mail): Declare.
18134         (feedmail-binmail-gnulinuxish-template):
18135         Rename from feedmail-binmail-linuxish-template.
18136         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18137         Use insert-buffer-substring.
18139 2011-05-14  Bill Carpenter  <bill@carpenter.org>
18141         * mail/feedmail.el (feedmail-patch-level): Increase.
18142         (feedmail-debug): New custom group.
18143         (feedmail-confirm-outgoing-timeout)
18144         (feedmail-sendmail-f-doesnt-sell-me-out)
18145         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18146         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18147         (feedmail-sender-line, feedmail-from-line)
18148         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
18149         (feedmail-spray-this-address)
18150         (feedmail-spray-address-fiddle-plex-list)
18151         (feedmail-queue-use-send-time-for-date)
18152         (feedmail-queue-use-send-time-for-message-id)
18153         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18154         (feedmail-buffer-eating-function):
18155         Doc fixes.
18156         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18157         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18158         (feedmail-message-action-scroll-down): New functions.
18159         (feedmail-queue-directory, feedmail-queue-draft-directory):
18160         Use expand-file-name.
18161         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18162         Remove C-v help entry.
18163         (feedmail-queue-buffer-file-name): New variable.
18164         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18165         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18166         (feedmail-message-action-send-strong, feedmail-message-action-edit)
18167         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18168         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18169         (feedmail-message-action-toggle-spray)
18170         (feedmail-run-the-queue-no-prompts)
18171         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18172         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18173         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18174         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18175         (feedmail-envelope-deducer, feedmail-fiddle-from)
18176         (feedmail-fiddle-sender, feedmail-default-date-generator)
18177         (feedmail-fiddle-date, feedmail-fiddle-message-id)
18178         (feedmail-fiddle-spray-address)
18179         (feedmail-fiddle-list-of-spray-fiddle-plexes)
18180         (feedmail-fiddle-list-of-fiddle-plexes)
18181         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18182         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18183         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18184         Change default.  Doc fix.
18185         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18186         (feedmail-binmail-linuxish-template): New constant.
18187         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
18188         Respect feedmail-sendmail-f-doesnt-sell-me-out.
18189         (feedmail-send-it): Add debug call.
18190         Use feedmail-queue-buffer-file-name, and
18191         feedmail-send-it-immediately-wrapper.
18192         (feedmail-message-action-send): Add debug call.
18193         Use feedmail-send-it-immediately-wrapper.
18194         (feedmail-queue-express-to-queue): Add debug call.
18195         Run feedmail-queue-express-hook.
18196         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
18197         (feedmail-message-action-help-blat):
18198         Rename from feedmail-queue-send-edit-prompt-help-first.
18199         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
18200         Check line-endings.  Handle errors better.
18201         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18202         Doc fix.  Add debug call.
18203         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
18204         Use feedmail-queue-send-edit-prompt-inner.
18205         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18206         (feedmail-queue-send-edit-prompt-inner): New function, extracted
18207         from feedmail-queue-send-edit-prompt.
18208         (feedmail-queue-send-edit-prompt-help)
18209         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18210         (feedmail-tidy-up-slug): Add debug call.
18211         Respect feedmail-queue-slug-suspect-regexp.
18212         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18213         (feedmail-dump-message-to-queue): Add debug call.
18214         Expand queue-directory.
18215         (feedmail-dump-message-to-queue): Change message slightly.
18216         Use feedmail-say-chatter.
18217         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
18218         (feedmail-send-it-immediately-wrapper): New function.
18219         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
18220         Insert empty string rather than newline.  Handle full-frame case.
18221         Use catch/throw.  Use feedmail-say-chatter.
18222         (feedmail-fiddle-from): Try mail-host-address.
18223         (feedmail-default-message-id-generator): Doc fix.
18224         Bind system-time-locale.  Handle missing end.
18225         (feedmail-fiddle-x-mailer): Add debug call.
18226         Handle feedmail-x-mailer-line being nil.
18227         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18228         Add debug call.  Use buffer-substring-no-properties.
18229         (feedmail-say-debug, feedmail-say-chatter): New functions.
18230         (feedmail-find-eoh): Give an explicit error.
18232 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
18234         * net/newst-treeview.el (newsticker-treeview-face): Change default
18235         family from helvetica to sans.
18236         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
18237         etc/images/newsticker.
18239         * net/newst-reader.el (newsticker-feed-face): Change default
18240         family from helvetica to sans.
18242         * net/newst-plainview.el (newsticker-new-item-face)
18243         (newsticker-old-item-face, newsticker-immortal-item-face)
18244         (newsticker-obsolete-item-face, newsticker-date-face)
18245         (newsticker-statistics-face): Change default family from
18246         helvetica to sans.
18247         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
18248         etc/images/newsticker.
18250         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18251         (newsticker--process-auto-mark-filter-match): Tell user about
18252         auto-marking.
18254 2011-05-13  Didier Verna  <didier@xemacs.org>
18256         Common Lisp indentation improvements on defmethod and lambda-lists.
18257         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18258         TODO entries.
18259         (lisp-lambda-list-keyword-parameter-indentation)
18260         (lisp-lambda-list-keyword-parameter-alignment)
18261         (lisp-lambda-list-keyword-alignment): New customizable user options.
18262         (lisp-indent-defun-method): Improve docstring.
18263         (extended-loop-p): Fix comment.
18264         (lisp-indent-lambda-list-keywords-regexp): New variable.
18265         (lisp-indent-lambda-list): New function.
18266         (lisp-indent-259): Use it.
18267         (lisp-indent-defmethod): Support for more than one
18268         method qualifier and properly indent methods lambda-lists.
18269         (defgeneric): Provide a missing common-lisp-indent-function property.
18271 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18273         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18274         bounds for the empty string (bug#8667).
18276 2011-05-13  Glenn Morris  <rgm@gnu.org>
18278         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18280         * mail/sendmail.el (sendmail-program): Try executable-find first.
18281         (sendmail-send-it): `sendmail-program' cannot be unbound.
18283         * calendar/appt.el (appt-make-list): Simplify.
18284         (appt-time-msg-list): Doc fix.
18285         (appt-check): Change mode-line message at the time of the appointment.
18287 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
18289         * progmodes/ld-script.el (ld-script-keywords)
18290         (ld-script-builtins): Update keywords list.
18292 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18294         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18296         * shell.el (shell-completion-vars): New function.
18297         (shell-mode):
18298         * simple.el (read-shell-command): Use it.
18299         (blink-matching-open): No need for " [...]" in minibuffer-message.
18301 2011-05-12  Glenn Morris  <rgm@gnu.org>
18303         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18304         (appt-check): Simplify.
18306 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
18308         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
18309         literal "/dev/null".
18311 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18313         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18314         Fix typo.
18316 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
18318         * progmodes/which-func.el (which-function):
18319         Use add-log-current-defun instead of add-log-current-defun-function,
18320         which might not be defined (Bug#8260).
18322 2011-05-12  Glenn Morris  <rgm@gnu.org>
18324         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18325         Let byte-compile-initial-macro-environment always take precedence.
18327 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18329         * net/rcirc.el: Add support for SSL/TLS connections.
18330         (rcirc-server-alist): New field `encryption'.
18331         (rcirc): Check `encryption' settings.
18332         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
18333         Merge make-local-variable into `set'.
18334         (rcirc--connection-open-p): New function.
18335         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
18336         the process is not a network process (e.g. running gnutls-cli).
18337         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
18338         Make rcirc-(en|de)code-coding-system local here.
18339         (rcirc-mode): Merge make-local-variable into `set'.
18340         (rcirc-parent-buffer): Make permanent buffer-local.
18341         (rcirc-multiline-minor-mode): Don't do it here.
18342         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
18343         there's no server buffer.
18345 2011-05-11  Glenn Morris  <rgm@gnu.org>
18347         * newcomment.el (comment-kill): Prefix "unused" local.
18349         * term/w32console.el (get-screen-color): Declare.
18351         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
18352         Handle symbol elements of byte-compile-initial-macro-environment.
18354 2011-05-10  Leo Liu  <sdl.web@gmail.com>
18356         * bookmark.el (bookmark-bmenu-mode-map):
18357         Bind bookmark-bmenu-search to `/'.
18359         * mail/footnote.el: Convert to utf-8 encoding.
18360         (footnote-unicode-string, footnote-unicode-regexp): New variable.
18361         (Footnote-unicode): New function.
18362         (footnote-style-alist): Add unicode style to the list.
18363         (footnote-style): Doc fix.
18365 2011-05-10  Jim Meyering  <meyering@redhat.com>
18367         Fix doubled-word typos.
18368         * international/quail.el (quail-insert-kbd-layout): and and -> and
18369         * kermit.el: and and -> and
18370         * net/ldap.el (ldap-search-internal): to to -> to
18371         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
18372         * progmodes/js.el (js-mode): and and -> and
18373         * textmodes/artist.el (artist-move-to-xy): at at -> at
18374         (artist-draw-region-trim-line-endings): if if -> if
18375         And Safetyc -> Safety.
18376         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
18378 2011-05-10  Glenn Morris  <rgm@gnu.org>
18379             Stefan Monnier  <monnier@iro.umontreal.ca>
18381         * files.el (hack-one-local-variable-eval-safep):
18382         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
18384 2011-05-10  Glenn Morris  <rgm@gnu.org>
18386         * calendar/diary-lib.el (diary-list-entries-hook)
18387         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
18388         (diary-nongregorian-marking-hook, diary-list-entries)
18389         (diary-include-other-diary-files, diary-mark-entries)
18390         (diary-mark-included-diary-files): Doc fixes.
18392 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
18394         * misc.el: Require tabulated-list.el during compilation.
18396 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
18398         * progmodes/compile.el (compilation-start):
18399         Run compilation-filter-hook for the async case too.
18400         (compilation-filter-hook): Doc fix.
18402 2011-05-09  Deniz Dogan  <deniz@dogan.se>
18404         * wdired.el: Remove outdated installation comment.  Fix usage
18405         comment.
18407 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
18409         * misc.el: Implement new command `list-dynamic-libraries'.
18410         (list-dynamic-libraries--loaded-only-p): New variable.
18411         (list-dynamic-libraries--refresh): New function.
18412         (list-dynamic-libraries): New command.
18414 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
18416         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18417         Fix the ant regexp to handle end-line and end-column info from jikes.
18418         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
18419         higher priority to avoid clobbering by gnu.
18421 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
18423         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
18424         if the face has existing theme settings (Bug#8454).
18426 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
18428         * progmodes/perl-mode.el (perl-imenu-generic-expression):
18429         Only match variables declared via `my' or `our' (Bug#8261).
18431         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
18432         special file names `.' and `..' (Bug#8259).
18434 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
18436         * progmodes/grep.el (grep-mode-font-lock-keywords):
18437         Remove buffer-changing entries.
18438         (grep-filter): New function.
18439         (grep-mode): Add it to compilation-filter-hook.
18441         * progmodes/compile.el (compilation-filter-hook)
18442         (compilation-filter-start): New defvars.
18443         (compilation-filter): Call compilation-filter-hook prior to
18444         updating the process mark.
18446 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18448         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
18450 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
18452         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
18453         mailclient-send-it even if window-system is nil.  (Bug#8595)
18455         * term/w32console.el (terminal-init-w32console):
18456         Call get-screen-color and use its output to set the frame
18457         background-mode.  (Bug#8597)
18459 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18461         Make bytecomp.el understand that defmethod defines funs (bug#8631).
18462         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
18463         New functions.
18464         (defgeneric, eieio--defmethod): Use them.
18465         (eieio-defgeneric): Remove.
18466         (defmethod): Call defgeneric in a way visible to the byte-compiler.
18468 2011-05-07  Glenn Morris  <rgm@gnu.org>
18470         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
18471         Use let rather than let*.
18472         (timeclock-find-discrep): Remove unused local.
18474         * calendar/diary-lib.el (diary-comment-start): Doc fix.
18476         * calendar/appt.el (appt-time-msg-list): Doc fix.
18478 2011-05-06  Noah Friedman  <friedman@splode.com>
18480         * apropos.el (apropos-print-doc): Only use
18481         emacs-lisp-docstring-fill-column when it is bound to an integer,
18482         per that variable's documentation.
18484 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18486         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
18487         and warnings are not silently discarded (e.g. use -d instead of -P).
18489 2011-05-06  Glenn Morris  <rgm@gnu.org>
18491         * calendar/appt.el (appt-message-warning-time): Doc fix.
18492         (appt-warning-time-regexp): New option.
18493         (appt-make-list): Respect appt-message-warning-time.
18495         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
18496         New options.
18497         (diary-add-to-list): Strip comments from the displayed string.
18498         (diary-mode): Set comment-start and comment-end.
18500         * vc/diff-mode.el (smerge-refine-subst): Declare.
18501         (diff-refine-hunk): Don't require smerge-mode when compiling.
18503 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
18505         * simple.el (list-processes): Return nil as the docstring says.
18507 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
18509         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
18510         to "".
18511         (ange-ftp-write-region, ange-ftp-insert-file-contents)
18512         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
18513         determining of binary transfer.  (Bug#7383)
18515 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
18517         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18518         Fix port computation bug.  (Bug#8618)
18520 2011-05-05  Glenn Morris  <rgm@gnu.org>
18522         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
18524         * simple.el (shell-dynamic-complete-functions)
18525         (comint-dynamic-complete-functions): Declare.
18527         * net/network-stream.el (gnutls-negotiate):
18528         * simple.el (tabulated-list-print): Fix declarations.
18530         * progmodes/gud.el (syntax-symbol, syntax-point):
18531         Remove unnecessary and incorrect declarations.
18533         * emacs-lisp/check-declare.el (check-declare-scan):
18534         Handle byte-compile-initial-macro-environment in bytecomp.el.
18536 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18538         Fix earlier half-done eieio-defmethod change (bug#8338).
18539         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
18540         Streamline and change calling convention.
18541         (defmethod): Adjust accordingly and simplify.
18542         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
18543         new eieio--defmethod.
18544         (slot-boundp): Minor CSE simplification.
18546 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
18548         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
18549         (glasses-make-readable): Use glasses-separate-capital-groups.
18551 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
18553         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
18554         (warning-series): Doc fix.
18555         (display-warning): Don't try to create the buffer if we just found it.
18557 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
18559         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
18560         (autoload-find-generated-file): New function.
18561         (generate-file-autoloads): Bind generated-autoload-file to
18562         buffer-file-name.
18563         (update-file-autoloads, update-directory-autoloads):
18564         Use autoload-find-generated-file.  If called interactively, prompt for
18565         output file (Bug#7989).
18566         (batch-update-autoloads): Doc fix.
18568 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
18570         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
18572 2011-05-04  Glenn Morris  <rgm@gnu.org>
18574         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
18575         function, so it follows changes in calendar-date-style.
18576         (diary-fancy-date-matcher): New function.
18577         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
18578         (diary-fancy-font-lock-fontify-region-function):
18579         Use diary-fancy-date-pattern as a function.
18581         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
18582         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
18584 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
18586         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
18587         instead of positional arguments.  Allow :keylist and :crlfiles
18588         arguments.
18589         (open-gnutls-stream): Call it.
18591         * net/network-stream.el (network-stream-open-starttls): Adjust to
18592         call `gnutls-negotiate' with :process and :hostname arguments.
18594 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18596         * minibuffer.el (completion--message): New function.
18597         (completion--do-completion, minibuffer-complete)
18598         (minibuffer-force-complete, minibuffer-complete-word): Use it.
18599         (completion--do-completion): Don't ignore completion-auto-help when in
18600         icomplete-mode.
18602         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
18603         internal encoding (e.g. tibetan zero is not whitespace).
18604         (global-whitespace-mode): Prefer save-current-buffer.
18605         (whitespace-trailing-regexp): Remove useless save-match-data.
18606         (whitespace-empty-at-bob-regexp): Minor simplification.
18608 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
18610         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
18612 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
18614         * textmodes/ispell.el (ispell-add-per-file-word-list):
18615         Use `concat' to create string for insertion.
18617 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18619         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
18620         Avoid open-line which runs post-self-insert-hook.
18621         (bibtex-fill-entry): Remove unused `end' var.
18623 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
18625         * textmodes/ispell.el (ispell-add-per-file-word-list):
18626         Protect against `nil' value of `comment-start' (Bug#8579).
18628 2011-05-03  Leo Liu  <sdl.web@gmail.com>
18630         * isearch.el (isearch-yank-pop): New command.
18631         (isearch-mode-map): Bind it to `M-y'.
18632         (isearch-forward): Mention it.
18634 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18636         * simple.el (minibuffer-complete-shell-command): Remove.
18637         (minibuffer-local-shell-command-map): Use completion-at-point.
18638         (read-shell-command): Setup completion vars here instead.
18639         (read-expression-map): Bind TAB to symbol completion.
18641         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
18642         error directly rather via storing it into `results'.
18644 2011-05-02  Leo Liu  <sdl.web@gmail.com>
18646         * vc/diff.el: Fix description.
18648 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18650         * server.el (server-eval-at): New function.
18652 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18654         * net/network-stream.el (open-network-stream): Take a :nowait
18655         parameter and pass it on to `make-network-process'.
18656         (network-stream-open-plain): Ditto.
18658 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
18660         * faces.el (face-spec-set-match-display): Don't match toolkit
18661         options on terminal frames.
18663 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18665         * progmodes/pascal.el: Use lexical binding.
18666         (pascal-mode-map): Remove author preferences.
18668         * pcomplete.el (pcomplete-std-complete): Don't abuse
18669         completion-at-point.
18671 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
18673         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
18674         removing code that has been dead since 1991 or so.
18676         * startup.el (command-line): When warning about "_emacs", use a
18677         delayed warning to allow the user to filter it out.
18679 2011-04-28  Deniz Dogan  <deniz@dogan.se>
18681         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
18682         user has not joined.
18684 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18686         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
18687         aren't any completions at point.
18689 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
18691         * subr.el (display-delayed-warnings): New function.
18692         (delayed-warnings-hook): New variable.
18694 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18696         * minibuffer.el (completion-at-point, completion-help-at-point):
18697         Don't presume that a given completion-at-point-function will always
18698         use the same calling convention.
18700         * pcomplete.el (pcomplete-completions-at-point):
18701         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
18702         pcomplete-seen is non-nil.
18703         (pcomplete-comint-setup): Also recognize the new comint/shell
18704         completion functions.
18705         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
18706         pcomplete-seen is non-nil.
18708 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
18710         * calendar/icalendar.el (diary-lib): Add require statement.
18711         (icalendar--create-uid): Read out a uid from a text-property on
18712         the first character in the entry.  This allows for code to add its
18713         own uid to the entry.
18714         (icalendar--convert-float-to-ical): Add export of
18715         `diary-float'-entries save for those with the optional DAY
18716         argument.
18718 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
18720         * subr.el (shell-quote-argument): Use alternate escaping strategy
18721         when we spot a variable reference in a string.
18723 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
18725         * cus-start.el (all): Define customization for debug-on-event.
18727 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
18729         * subr.el (shell-quote-argument): Escape correctly under Windows.
18731 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18733         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
18735 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
18737         * net/tramp.el (tramp-process-actions): Add POS argument.
18738         Delete region between POS and (pos).
18740         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18741         Use `nil' position in `tramp-process-actions' call.
18742         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
18744         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
18745         position in `tramp-process-actions' call.
18747         * net/trampver.el: Update release number.
18749 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18751         * custom.el (defcustom): Obey lexical-binding.
18753         Fix octave-inf completion problems reported by Alexander Klimov.
18754         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
18755         Inherit from octave-mode-syntax-table.
18756         (inferior-octave-mode): Set info-lookup-mode.
18757         (inferior-octave-completion-at-point): New function.
18758         (inferior-octave-complete): Use it and completion-in-region.
18759         (inferior-octave-dynamic-complete-functions): Use it as well, and use
18760         comint-filename-completion.
18761         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
18762         symbol elements which shouldn't be word elements.
18763         (octave-font-lock-keywords, octave-beginning-of-defun)
18764         (octave-function-header-regexp): Adjust regexps accordingly.
18765         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
18767 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
18769         * net/gnutls.el (gnutls-errorp): Declare before first use.
18771 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
18773         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
18774         verify-error, and verify-hostname-error parameters.  Check whether
18775         default trustfile exists before going to use it.  Add missing
18776         argument to gnutls-message-maybe call.  Return value.
18777         Reported by Claudio Bley <claudio.bley@gmail.com>.
18778         (open-gnutls-stream): Add usage example.
18780         * net/network-stream.el (network-stream-open-starttls): Give host
18781         parameter to `gnutls-negotiate'.
18782         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
18783         * subr.el (shell-quote-argument): Escape correctly under Windows.
18785 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
18787         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
18788         Use correct match group (bug#8438).
18790 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
18792         * emacs-lisp/package.el (package-built-in-p): Fix typo.
18793         (package-menu--generate): New arg specifying packages to show.
18794         (package-menu-refresh, package-menu-execute, list-packages):
18795         Callers changed.
18796         (package-show-package-list): New function, replacing deleted
18797         package--list-packages (renamed because it is non-internal).
18799         * finder.el (finder-list-matches): Use package-show-package-list
18800         instead of deleted package--list-packages.
18802         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
18803         Based on a previous implementation by Juanma Barranquero (Bug#8366).
18804         (vc-annotate-mode-map): Bind it to RET.
18806 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
18808         * progmodes/etags.el (next-file): Don't use set-buffer to change
18809         buffers (Bug#8478).
18811 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
18813         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
18815         * apropos.el (apropos-label-face): Avoid variable-pitch face.
18816         (apropos-accumulator): Doc fix.
18817         (apropos-function, apropos-macro, apropos-command)
18818         (apropos-variable, apropos-face, apropos-group, apropos-widget)
18819         (apropos-plist): Add face property.
18820         (apropos-symbols-internal): Fix indentation.
18821         (apropos-print): Simplify help, and recognize apropos-multi-type.
18822         (apropos-print-doc): Use button-type-get to extract the button's
18823         face property.  Fill docstring (Bug#8352).
18825 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
18827         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
18829         * play/mpuz.el (mpuz-silent): Doc fix.
18830         (mpuz-mode-map): Use mapc.
18831         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
18832         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
18833         Fix typos in docstrings.
18835         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
18836         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
18838         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
18840 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
18842         * minibuffer.el (completion--do-completion): Avoid the "Next char
18843         not unique" prompt if icomplete-mode is enabled (Bug#5849).
18845         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
18846         mouse-2 into unread-command-events, it is interpreted correctly.
18848         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
18849         (image-toggle-display): Doc fix.
18851 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
18853         * textmodes/page.el (what-page): Use line-number-at-pos to
18854         calculate line number (Bug#6825).
18856 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
18858         * eshell/esh-mode.el (find-tag-interactive): Declare function.
18859         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
18860         Pass argument NO-DEFAULT to `find-tag-interactive'.
18862 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
18864         Lexical-binding cleanup.
18866         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
18867         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
18868         * progmodes/ada-prj.el (ada-prj-initialize-values)
18869         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
18870         (ada-prj-show-value):
18871         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
18872         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
18873         (antlr-invalidate-context-cache, antlr-options-menu-filter)
18874         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
18875         * progmodes/bug-reference.el (bug-reference-push-button):
18876         * progmodes/fortran.el (fortran-line-length):
18877         * progmodes/glasses.el (glasses-change):
18878         * progmodes/octave-mod.el (octave-fill-paragraph):
18879         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
18880         (python-pdbtrack-grub-for-buffer, python-sentinel):
18881         * progmodes/sql.el (sql-save-connection):
18882         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
18883         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
18884         Mark unused parameters.
18886         * progmodes/compile.el (compilation--flush-directory-cache)
18887         (compilation--flush-parse, compile-internal): Mark unused parameters.
18888         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
18889         (compilation-next-error-function): Remove unused variable `timestamp'.
18891         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
18892         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
18894         * progmodes/dcl-mode.el (dcl-end-of-command):
18895         Remove unused variable `start'.
18896         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
18897         (dcl-option-value-basic, dcl-option-value-offset)
18898         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
18899         Mark unused parameters.
18900         (dcl-save-local-variable): Remove unused variable `val'.
18901         (mode): Declare.
18903         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
18904         Mark unused parameters.
18905         (delphi-ignore-changes): Move before first use.
18906         (delphi-charset-token-at): Remove unused variable `start'.
18907         (delphi-else-start): Remove unused variable `if-count'.
18908         (delphi-comment-block-start, delphi-comment-block-end):
18909         Remove unused variable `kind'.
18910         (delphi-indent-line): Remove unused variable `new-point'.
18912         * progmodes/ebrowse.el (ebrowse-files-list)
18913         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
18914         Mark unused parameters.  Don't quote `lambda'.
18915         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
18916         Don't quote `lambda'.
18917         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
18918         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
18919         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
18920         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
18921         Use `ignore-errors'.
18922         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
18923         (ebrowse-view/find-file-and-search-pattern)
18924         (ebrowse-view/find-member-declaration/definition):
18925         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
18926         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
18927         Rename parameter PREFIX-ARG to PREFIX.
18928         (ebrowse-tags-read-name): Remove unused variables `start' and
18929         `member-info'.
18930         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
18931         to `tags-file'.
18933         * progmodes/etags.el (local-find-tag-hook): Declare.
18934         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
18935         Mark unused parameters.
18937         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
18938         (executable-interpret): Mark unused parameter.
18940         * progmodes/flymake.el (flymake-process-sentinel)
18941         (flymake-after-change-function)
18942         (flymake-create-temp-with-folder-structure)
18943         (flymake-get-include-dirs-dot): Mark unused parameters.
18944         (flymake-safe-delete-directory): Remove unused variable `err'.
18946         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
18947         (speedbar-timer-fn, speedbar-line-text)
18948         (speedbar-change-expand-button-char, speedbar-delete-subblock)
18949         (speedbar-center-buffer-smartly): Declare functions.
18950         (gdb-find-watch-expression): Remove unused variable `array'.
18951         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
18952         (gdb-starting): Mark unused parameters.
18953         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
18954         (gdb-table-string): Remove unused variable `res'.
18955         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
18956         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
18957         (gdb-display-buffer): Remove unused variable `cur-size'.
18959         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
18960         allow lexical-binding compilation.
18961         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
18962         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
18963         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
18964         Mark unused parameters.
18965         (gud-gdb-marker-filter): Remove unused variable `match'.
18966         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
18967         lambda expressions and funcall them, instead of using `fset'.
18969         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
18970         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
18972         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
18973         variable `header-beg'; use `let'.
18975         * progmodes/icon.el (indent-icon-exp): Remove unused variables
18976         `restart', `last-sexp' and `at-do'.
18978         * progmodes/js.el (js--debug): Mark unused parameter.
18979         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
18980         (js--splice-into-items): Remove unused variable `item'.
18981         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
18983         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
18984         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
18985         (makefile-complete): Remove unused variable `try'.
18986         (makefile-fill-paragraph, makefile-match-function-end):
18987         Mark unused parameters.
18989         * progmodes/octave-inf.el (inferior-octave-complete):
18990         Remove unused variable `proc'.
18991         (inferior-octave-output-digest): Mark unused parameter.
18993         * progmodes/perl-mode.el (perl-calculate-indent):
18994         Remove unused variable `err'.
18996         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
18997         (prolog-indent-line): Mark unused parameters.
18998         (prolog-indent-line): Remove unused variable `beg'.
19000         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19001         (reporter-dont-compact-list): Declare.
19003         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19004         Remove unused variable `char'.
19005         (sh-debug): Mark unused parameter.
19006         (sh-get-indent-info): Remove unused variable `start'.
19007         (sh-calculate-indent): Remove unused variable `var'.
19009         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19010         (simula-electric-keyword): Remove unused variable `null'.
19011         (simula-search-backward, simula-search-forward): Remove unused
19012         variables `begin' and `end'.
19014         * progmodes/vera-mode.el (vera-guess-basic-syntax):
19015         Remove unused variable `pos'.
19016         (vera-electric-tab, vera-comment-uncomment-region):
19017         Mark unused parameters.
19018         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19020 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
19022         * emacs-lisp/package.el (package--builtins, package-alist)
19023         (package-load-descriptor, package-built-in-p, package-activate)
19024         (define-package, package-installed-p)
19025         (package-compute-transaction, package-buffer-info)
19026         (package--push): Doc fix.  Distinguish more clearly between
19027         version strings and version lists.
19029 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
19031         Lexical-binding cleanup.
19033         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19034         (5x5-make-mutate-best):
19035         * play/fortune.el (fortune-in-buffer):
19036         * play/gomoku.el (gomoku-init-display):
19037         * play/solitaire.el (solitaire, solitaire-do-check):
19038         * play/tetris.el (tetris-default-update-speed-function):
19039         Mark unused parameters.
19041         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19042         (bubbles--shift): Remove unused variable `char-org'.
19043         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
19044         (bubbles--show-images): Remove unused variable `char'.
19046         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19047         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19048         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19049         (decipher-analyze-buffer): Use ?\s.
19050         (decipher-make-checkpoint): Remove unused variable `mapping'.
19052         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19054         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19055         Remove unused variable `result'; use `let'.
19057         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19058         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19059         (gametree-children-shown-p, gametree-compute-reduced-score):
19060         Use `ignore-errors'.
19062         * play/handwrite.el (ps-lpr-switches): Declare.
19063         (handwrite): Remove unused variables `pmin' and `lastp'.
19065         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19067         * play/landmark.el (landmark-init-display)
19068         (landmark-update-naught-weights): Mark unused parameters.
19069         (landmark-y): Remove unused variable `noise'.  Simplify.
19070         (landmark-human-plays): Remove unused variable `score'.
19072         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19073         (mpuz-try-proposal): Remove unused variable `game'.
19075         * play/zone.el (life-patterns): Declare.
19077 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
19079         * vc/vc.el (ediff-vc-internal): Declare function.
19081 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19083         * shell.el: Use lexical-binding and std completion UI.
19084         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19085         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19086         comint-preoutput-filter-functions rather than on
19087         comint-output-filter-functions.
19088         (shell-command-completion, shell--command-completion-data)
19089         (shell-filename-completion, shell-environment-variable-completion)
19090         (shell-c-a-p-replace-by-expanded-directory): New functions.
19091         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19092         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19093         (shell-dynamic-complete-environment-variable): Use them.
19094         (shell-dynamic-complete-as-environment-variable)
19095         (shell-dynamic-complete-as-command): Remove.
19096         (shell-match-partial-variable): Match past point.
19097         * comint.el: Clean up use of completion-at-point-functions.
19098         (comint-completion-at-point): New function.
19099         (comint-mode): Use it completion-at-point-functions.
19100         (comint-dynamic-complete): Make it obsolete.
19101         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19102         (comint-c-a-p-replace-by-expanded-history): New function.
19103         (comint-dynamic-complete-functions)
19104         (comint-replace-by-expanded-history): Use it.
19105         * minibuffer.el (completion-table-with-terminator): Allow dynamic
19106         termination strings.  Try harder to avoid second try-completion.
19107         (completion-in-region-mode-map): Disable bindings that don't work yet.
19109         * comint.el: Use lexical-binding.  Require CL.
19110         (comint-dynamic-complete-functions): Use comint-filename-completion.
19111         (comint-completion-addsuffix): Tweak custom type.
19112         (comint-filename-completion, comint--common-suffix)
19113         (comint--common-quoted-suffix, comint--table-subvert)
19114         (comint--complete-file-name-data): New functions.
19115         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19116         (comint-dynamic-list-filename-completions): Use them.
19117         (comint-dynamic-simple-complete): Make obsolete.
19119         * minibuffer.el (completion-in-region-mode):
19120         Keep completion-in-region-mode--predicate global.
19121         (completion-in-region--postch):
19122         Assume completion-in-region-mode--predicate is not null.
19124         * progmodes/flymake.el (flymake-start-syntax-check-process):
19125         Obey `dir'.  Simplify.
19127         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19128         we're in VC after all.
19130 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
19132         * vc/vc.el (vc-diff-build-argument-list-internal)
19133         (vc-version-ediff, vc-ediff): New commands.
19134         (vc-version-diff): Use vc-diff-build-argument-list-internal.
19136 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19138         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19139         add sanity check.
19141         * obsolete/erc-hecomplete.el: Make obsolete.
19142         * obsolete/: Standardize obsolescence info in the header.
19144 2011-04-20  Glenn Morris  <rgm@gnu.org>
19146         * calendar/solar.el (solar-horizontal-coordinates):
19147         Use the longitude argument rather than `calendar-longitude'.
19148         (solar-date-next-longitude): Remove unused locals.
19150 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19152         * whitespace.el: New version 13.2.1.
19154 2011-04-20  felix  <EmacsWiki>  (tiny change)
19156         * whitespace.el (global-whitespace-mode): Keep highlight when
19157         switching between major modes on a file.
19159 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19161         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19162         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19163         multi-line comments as well.
19165 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
19167         Lexical-binding cleanup.
19169         * arc-mode.el (archive-mode-revert):
19170         * cmuscheme.el (scheme-interactively-start-process):
19171         * custom.el (custom-initialize-delay):
19172         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19173         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19174         * emacs-lock.el (emacs-lock-clear-sentinel):
19175         * ezimage.el (defezimage):
19176         * follow.el (follow-avoid-tail-recenter):
19177         * fringe.el (set-fringe-mode-1):
19178         * generic-x.el (bat-generic-mode-compile):
19179         * help-mode.el (help-info-variable, help-do-xref)
19180         (help-mode-revert-buffer):
19181         * help.el (view-emacs-todo):
19182         * iswitchb.el (iswitchb-completion-help):
19183         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19184         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19185         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19186         * locate.el (locate-update):
19187         * longlines.el (longlines-encode-region)
19188         (longlines-after-change-function):
19189         * outline.el (outline-isearch-open-invisible):
19190         * ps-def.el (declare-function, charset-dimension, char-width)
19191         (encode-char):
19192         * ps-mule.el (ps-mule-plot-string):
19193         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19194         (recentf-edit-list-select, recentf-edit-list-validate)
19195         (recentf-open-files-action):
19196         * rect.el (delete-whitespace-rectangle-line)
19197         (rectangle-number-line-callback):
19198         * register.el (window-configuration-to-register)
19199         (frame-configuration-to-register):
19200         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19201         * select.el (xselect-convert-to-string, xselect-convert-to-length)
19202         (xselect-convert-to-targets, xselect-convert-to-delete)
19203         (xselect-convert-to-filename, xselect-convert-to-charpos)
19204         (xselect-convert-to-lineno, xselect-convert-to-colno)
19205         (xselect-convert-to-os, xselect-convert-to-host)
19206         (xselect-convert-to-user, xselect-convert-to-class)
19207         (xselect-convert-to-name, xselect-convert-to-integer)
19208         (xselect-convert-to-atom, xselect-convert-to-identity):
19209         * subr.el (declare, ignore, process-kill-without-query)
19210         (text-clone-maintain):
19211         * terminal.el (te-get-char, te-tic-sentinel):
19212         * tool-bar.el (tool-bar-make-keymap):
19213         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19214         * type-break.el (type-break-mode, type-break-noninteractive-query):
19215         * view.el (View-back-to-mark):
19216         * wid-browse.el (widget-browse-action, widget-browse-widget)
19217         (widget-browse-widgets, widget-browse-sexp):
19218         * widget.el (define-widget-keywords):
19219         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19220         Mark unused parameters.
19222         * align.el (align-adjust-col-for-rule): Mark unused parameter.
19223         (align-areas): Remove unused variable `look'.
19224         (align-region): Remove unused variables `real-end' and `pos-list'.
19226         * apropos.el (apropos-score-doc): Remove unused variable `i'.
19228         * bindings.el (mode-line-modified, mode-line-remote):
19229         Mark unused parameters.
19230         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19232         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19233         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19235         * comint.el (comint-history-isearch-pop-state)
19236         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19237         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19238         (comint-substitute-in-file-name): Doc fix.
19240         * completion.el (cmpl-statistics-block): Mark unused parameter.
19241         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19242         (save-completions-to-file, load-completions-from-file):
19243         Remove unused local variable `e'.
19245         * composite.el (compose-chars): Remove unused variable `len'.
19246         (lgstring-insert-glyph): Remove unused variable `g'.
19247         (compose-glyph-string): Remove unused variables `ascent',
19248         `descent', `lbearing' and `rbearing'.
19249         (compose-glyph-string-relative): Remove unused variables
19250         `lbearing', `rbearing' and `wadjust'.
19251         (compose-gstring-for-graphic): Remove unused variables `header',
19252         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
19253         (compose-gstring-for-terminal): Remove unused variables `header'
19254         and `nchars'.  Use `let', not `let*'.
19256         * cus-edit.el (Custom-set, Custom-save, custom-reset)
19257         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19258         (Custom-buffer-done, custom-buffer-create-internal)
19259         (custom-browse-visibility-action, custom-browse-group-tag-action)
19260         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19261         (widget-magic-mouse-down-action, custom-toggle-parent)
19262         (custom-add-parent-links, custom-toggle-hide-variable)
19263         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19264         (custom-toggle-hide-face, face, hook, custom-group-link-action)
19265         (custom-face-menu-create, custom-variable-menu-create, get)
19266         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19267         (custom-reset-standard-save-and-update): Remove unused variable `value'.
19268         (customize-apropos): Remove unused variable `tests'.
19269         (custom-group-value-create): Remove unused variable `hidden-p'.
19270         (sort-fold-case): Declare.
19272         * cus-theme.el (custom-reset-standard-faces-list)
19273         (custom-reset-standard-variables-list): Declare.
19274         (customize-create-theme, custom-theme-revert, custom-theme-write)
19275         (custom-theme-choose-mode, customize-themes, custom-theme-save):
19276         Mark unused parameters.
19278         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19280         * delim-col.el (delimit-columns-max): Move defvar before first use.
19282         * descr-text.el (describe-char-categories): Don't quote `lambda'.
19283         (describe-char): Don't quote `lambda'.  Mark unused parameter.
19285         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19286         (auto-insert): Declare.
19287         (desktop-restore-file-buffer): Rename desktop-* parameters;
19288         mark unused ones.
19289         (desktop-create-buffer): Rename desktop-* parameters and bind them.
19290         (desktop-buffer): Rename desktop-* parameters.
19292         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19293         (dframe-reposition-frame-xemacs, dframe-help-echo)
19294         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19295         Mark unused parameters.
19297         * dired-aux.el (backup-extract-version-start, overwrite-query)
19298         (overwrite-backup-query, rename-regexp-query)
19299         (rename-non-directory-query): Declare.
19300         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19301         (dired-add-entry): Remove unused variable `orig-file-name'.
19302         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19303         Use parameter PRESERVE-TIME instead of accessing dynamic variable
19304         `dired-copy-preserve-time' directly.
19305         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19306         (dired-insert-subdir-newpos): Rename unused variable `pos'.
19308         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19309         (dired-virtual-revert, dired-make-relative-symlink):
19310         Mark unused parameters.
19311         (manual-program): Declare.
19312         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19313         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19314         wrapped in `with-no-warnings' to avoid replacing one warning by another.
19316         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
19318         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
19320         * echistory.el (electric-history-in-progress, Helper-return-blurb):
19321         Declare.
19323         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
19325         * electric.el (Electric-command-loop): Rename parameter
19326         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
19328         * expand.el (expand-in-literal): Remove unused variable `here'.
19330         * facemenu.el (facemenu-add-new-color):
19331         Remove unused variable `docstring'.
19333         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
19334         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
19335         (face-attr-construct): Mark unused parameter.  Doc fix.
19336         (read-color): Remove unused variable `hex-string'.
19338         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
19339         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
19340         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
19341         (display-buffer-other-frame): Remove unused variable `old-window'.
19342         (kill-buffer-hook): Declare.
19343         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
19344         Mark unused parameters.
19345         (after-find-file): Pass 1 to `auto-save-mode', not t.
19347         * files-x.el (auto-insert): Declare.
19348         (modify-file-local-variable-prop-line): Remove unused variable `val'.
19350         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
19351         variable `buf'.  Mark unused parameter.
19352         (find-lisp-insert-directory): Mark unused parameter.
19354         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
19355         (format-encode-region): Remove unused variables `cur-buf' and `result'.
19356         (format-common-tail): Remove, unused.
19357         (format-deannotate-region): Remove unused variable `loc'.
19358         (format-annotate-region): Remove unused variable `p'.
19359         (format-annotate-single-property-change): Remove unused variables
19360         `default' and `tail'.
19362         * forms.el (read-file-filter): Declare.
19363         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
19365         * frame.el (frame-creation-function-alist): Mark unused parameter.
19366         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
19368         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
19369         Remove unused parameters.
19370         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
19371         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
19373         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
19374         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
19375         (hfy-prepare-tag-map): Mark unused parameters.
19376         (htmlfontify-buffer): Use `called-interactively-p'.
19378         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
19379         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
19380         (ibuffer-do-occur): Mark unused parameters.
19381         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
19382         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
19384         * ibuffer.el: Don't quote `lambda'.
19385         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
19386         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
19387         Mark unused parameters.
19389         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
19390         (ido-completing-read): Mark unused parameters.
19391         (ido-copy-current-word): Mark unused parameters;
19392         remove unused variable `name'.
19393         (ido-sort-merged-list): Remove unused parameter `dirs'.
19395         * ielm.el (ielm-input-sender): Mark unused parameter.
19396         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
19397         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
19398         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
19399         `ielm-string' as a dynamic variable accessible from the IELM prompt.
19400         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
19402         * image-dired.el (image-dired-display-thumbs): Remove unused
19403         variables `curr-file' and `count'.
19404         (image-dired-remove-tag): Remove unused variable `start'.
19405         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
19406         variable `curr-file'
19407         (image-dired-rotate-original): Remove unused variable `temp-file'.
19408         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
19409         Remove unused variable `file'.
19410         (image-dired-gallery-generate): Remove unused variable `curr'.
19411         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
19413         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
19415         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
19417         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
19419         * isearch.el (minibuffer-history-symbol): Declare.
19420         (isearch-edit-string): Remove unused variable `err'.
19421         (isearch-message-prefix, isearch-message-suffix):
19422         Mark unused parameters.
19424         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
19426         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
19428         * makesum.el (double-column): Remove unused variable `cnt'.
19430         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
19431         (ido-ignore-item-temp-list): Declare.
19433         * mouse-drag.el (mouse-drag-throw): Remove unused variables
19434         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
19435         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
19436         (mouse-drag-drag): Remove unused variables `mouse-delta' and
19437         `mouse-col-delta'.
19439         * mouse-sel.el (mouse-extend-internal):
19440         Remove unused variable `orig-window-frame'.
19442         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
19443         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
19444         Move declarations before first use.
19445         (pcomplete-opt): Mark unused parameters; doc fix.
19447         * proced.el (proced-revert): Mark unused parameter.
19448         (proced-send-signal): Remove unused variable `err'.
19450         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
19451         Rename parameter PREFIX-ARG to ARG.
19452         (ps-basic-plot-string, ps-basic-plot-whitespace):
19453         Mark unused parameters.
19455         * replace.el (replace-count): Define.
19456         (occur-revert-function): Mark unused parameters.
19457         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
19458         (isearch-case-fold-search, isearch-string): Declare.
19459         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
19460         bind `case-fold-search'.  Remove unused variables `beg' and `end',
19461         and simplify.
19462         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
19463         COUNT and bind `replace-count'.
19464         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
19465         to COUNT.
19467         * savehist.el (print-readably, print-string-length): Declare.
19469         * shadowfile.el (shadow-expand-cluster-in-file-name):
19470         Remove unused variable `cluster'.
19471         (shadow-copy-file): Remove unused variable `i'.
19472         (shadow-noquery, shadow-clusters, shadow-site-cluster)
19473         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
19474         (shadow-define-literal-group, shadow-define-regexp-group)
19475         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
19477         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
19478         (shell): Use `called-interactively-p'.
19479         (shell-directory-tracker): Remove unused variable `chdir-failure'.
19481         * simple.el (compilation-context-lines, comint-file-name-quote-list)
19482         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
19483         (delete-backward-char): Remove unused variable `ocol'.
19484         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
19485         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
19486         (event-apply-hyper-modifier, event-apply-shift-modifier)
19487         (event-apply-control-modifier, event-apply-meta-modifier):
19488         Mark unused parameters.
19489         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
19490         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
19492         * speedbar.el (speedbar-ignored-directory-expressions)
19493         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
19494         (speedbar-find-file, speedbar-dir-follow)
19495         (speedbar-directory-buttons-follow, speedbar-tag-find)
19496         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
19497         (speedbar-buffers-line-directory, speedbar-buffer-click):
19498         Mark unused parameters.
19499         (speedbar-tag-file): Remove unused variable `mode'.
19500         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
19502         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
19504         * talk.el (talk): Remove unused variable `display'.
19506         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
19507         (tar-write-region-annotate): Mark unused parameter.
19509         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
19510         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
19511         Declare them, wrapped in `with-no-warnings' to avoid replacing one
19512         warning by another.
19514         * time-stamp.el (time-stamp-string-preprocess):
19515         Remove unused variable `require-padding'.
19517         * tree-widget.el (widget-glyph-enable): Declare.
19518         (tree-widget-action): Mark unused parameter.
19520         * w32-fns.el (x-get-selection): Mark unused parameter.
19521         (autoload-make-program, generated-autoload-file): Declare.
19523         * wdired.el (wdired-revert): Mark unused parameters.
19524         (wdired-xcase-word): Remove unused variable `err'.
19526         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
19527         (whitespace-help-scroll): Remove unused variable `data-help'.
19529         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
19530         (widget-image-insert, widget-after-change, default)
19531         (widget-default-format-handler, widget-default-notify)
19532         (widget-default-prompt-value, widget-info-link-action)
19533         (widget-url-link-action, widget-function-link-action)
19534         (widget-variable-link-action, widget-file-link-action)
19535         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
19536         (widget-field-prompt-internal, widget-field-action, widget-field-match)
19537         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
19538         (widget-insert-button-action, widget-delete-button-action, visibility)
19539         (widget-documentation-link-action, widget-documentation-string-action)
19540         (widget-const-prompt-value, widget-regexp-match, symbol)
19541         (widget-coding-system-prompt-value)
19542         (widget-key-sequence-value-to-external, sexp)
19543         (widget-sexp-value-to-internal, character, vector, cons)
19544         (widget-choice-prompt-value, widget-boolean-prompt-value)
19545         (widget-color--choose-action): Mark unused parameters.
19546         (widget-item-match-inline, widget-choice-match-inline)
19547         (widget-checklist-match, widget-checklist-match-inline)
19548         (widget-group-match): Rename parameter VALUES to VALS.
19549         (widget-field-value-set): Remove unused variable `size'.
19550         (widget-color-action): Remove unused variables `value' and `start'.
19552         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
19553         variable `dir'.  Doc fix.
19554         (windmove-find-other-window): Don't pass it.
19556         * window.el (count-windows): Mark unused parameter.
19557         (bw-adjust-window): Remove unused variable `err'.
19559         * woman.el (woman-file-name): Remove unused variable `default'.
19560         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
19561         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
19562         (global-font-lock-mode): Declare.
19563         (woman-decode-region): Mark unused parameter.
19564         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
19566         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
19567         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
19568         (x-dnd-handle-moz-url): Remove unused variable `title'.
19569         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
19571         * xml.el (xml-parse-tag, xml-parse-attlist):
19572         Remove unused variable `pos'.
19574 2011-04-19  Glenn Morris  <rgm@gnu.org>
19576         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
19577         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19578         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19579         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
19580         * calendar/cal-html.el (cal-html-insert-minical):
19581         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
19582         (calendar-mark-date-pattern):
19583         Prefix "unused" locals.
19585         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
19586         optional argument `style'.
19588         * calendar/appt.el (appt-make-list):
19589         * calendar/cal-china.el (calendar-chinese-date-string):
19590         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
19591         (diary-hebrew-yahrzeit):
19592         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
19593         * calendar/calendar.el (calendar-generate-window):
19594         * calendar/time-date.el (time-to-days):
19595         Remove unused local variables.
19597 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
19599         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
19600         glyphless-char-display table.
19601         (tabulated-list-glyphless-char-display): New var.
19603 2011-04-18  Sam Steingold  <sds@gnu.org>
19605         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
19606         to acknowledgments.
19608 2011-04-17  Glenn Morris  <rgm@gnu.org>
19610         * calendar/diary-lib.el (diary-sexp-entry):
19611         * calendar/holidays.el (holiday-sexp):
19612         Set debug-on-error rather than the removed stack-trace-on-error.
19614 2011-04-16  Glenn Morris  <rgm@gnu.org>
19616         * progmodes/f90.el: Use lexical-binding.
19617         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
19619 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19621         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
19622         (mail-mode): Setup mailalias completion here instead.
19623         * mail/mailalias.el: Use lexical-binding.
19624         (pattern, mailalias-done): Declare dynamic.
19625         (mail-completion-at-point-function): New function, from mail-complete.
19626         (mail-complete): Use it.
19627         (mail-completion-expand): New function.
19628         (mail-get-names): Use it.
19629         (mail-directory, mail-directory-process, mail-directory-stream):
19630         Don't use `pattern' for lexically bound arg.
19632         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
19634         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
19635         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
19636         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
19638         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
19639         (byte-save-window-excursion, byte-temp-output-buffer-setup)
19640         (byte-interactive-p): Define them again, for use when inlining
19641         old code.
19643 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
19645         * loadup.el: Use `string-to-number', not `string-to-int'.
19647 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19649         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
19650         gud-gdb-complete-command.
19651         (gud-gdb-completions): New function, from gud-gdb-complete-command.
19652         (gud-gdb-completion-at-point): New function.
19653         (gud-gdb-completions): Remove.
19655 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
19657         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
19658         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
19659         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
19660         whether `executable-find' is bound.
19662         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
19664 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19666         * minibuffer.el (completion-in-region-mode-predicate)
19667         (completion-in-region-mode--predicate): New vars.
19668         (completion-in-region, completion-in-region--postch)
19669         (completion-in-region-mode): Use them.
19670         (completion--capf-wrapper): Also return the hook function.
19671         (completion-at-point, completion-help-at-point):
19672         Adjust and provide a predicate.
19674         Preserve arg names for advice of subr and lexical functions (bug#8457).
19675         * help-fns.el (help-function-arglist): Consolidate the subr and
19676         new-byte-code cases.  Add argument `preserve-names' to extract names
19677         from the docstring when needed.
19678         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
19679         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
19680         (ad-arglist): Use help-function-arglist's new arg.
19681         (ad-definition-type): Use cond.
19683 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
19685         * autorevert.el (auto-revert-handler):
19686         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
19687         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
19688         Don't quote lambda.
19690         * image-mode.el (image-transform-set-scale):
19691         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
19693 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19695         * net/network-stream.el (network-stream-open-starttls): Only do
19696         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
19697         Upgrades via gnutls-cli are too slow to be done opportunistically.
19699 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
19701         * dframe.el (dframe-current-frame): Remove spurious quote.
19703 2011-04-12  Glenn Morris  <rgm@gnu.org>
19705         * calendar/cal-tex.el (cal-tex-end-document):
19706         Try to automatically use latin1 input if needed.
19708         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
19709         Don't try to cons a mark onto an empty element.
19711 2011-04-11  Leo Liu  <sdl.web@gmail.com>
19713         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
19714         buffers.
19715         (ido-kill-buffer-at-head): Support killing virtual buffers.
19717 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
19719         * minibuffer.el (completion-show-inline-help): New var.
19720         (completion--do-completion, minibuffer-complete)
19721         (minibuffer-force-complete, minibuffer-complete-word):
19722         Inhibit minibuffer messages if completion-show-inline-help is nil.
19724         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
19725         to avoid interference from inline help (Bug#5849).
19727 2011-04-10  Leo Liu  <sdl.web@gmail.com>
19729         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19730         Fix typo.
19732 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
19734         * image-mode.el (image-toggle-display-image): Signal an error if
19735         not in Image mode.
19736         (image-transform-mode, image-transform-resize)
19737         (image-transform-set-rotation): Doc fix.
19738         (image-transform-set-resize): Delete.
19739         (image-transform-set-scale, image-transform-fit-to-height)
19740         (image-transform-fit-to-width): Handle image-toggle-display-image
19741         and image-transform-resize directly.
19743 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
19745         * doc-view.el (doc-view-fit-width-to-window)
19746         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
19747         New functions for fitting the shown image to the Emacs window size.
19748         (doc-view-mode-map): Add bindings for the new functions.
19750 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
19752         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
19753         Fix typo in docstring.
19755 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
19757         * files.el (file-size-human-readable): Produce one digit after
19758         decimal, like "ls -lh" does.
19760         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
19761         the file size representation.
19763         * simple.el (list-processes): If async subprocesses are not
19764         available, error out with a clear error message.
19766 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
19768         * help.el (help-form-show): New function, to be called from C.
19769         Put help-form output in a buffer named differently than *Help*.
19771 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
19773         * files.el (file-size-human-readable): New function.
19775         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
19776         computing the representation inline.  Don't require `cl'.
19778 2011-04-08  Glenn Morris  <rgm@gnu.org>
19780         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
19782         * net/browse-url.el (browse-url-firefox):
19783         Test system-type, not system-configuration.
19785         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
19786         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
19787         Use log-edit-empty-buffer-p.  (Bug#7598)
19789         * net/rlogin.el (rlogin-process-connection-type): Simplify.
19790         (rlogin-mode-map): Initialize in the defvar.
19791         (rlogin): Use ignore-errors.
19793         * replace.el (occur-mode-map): Some fixes for menu items.
19795 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
19797         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
19799 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
19801         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
19802         issuing unused warnings.
19804         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
19805         macro directly.
19807         * simple.el: Lisp reimplement of list-processes.  Based on an
19808         earlier reimplementation by Leo Liu, but using tabulated-list.el.
19809         (process-menu-mode): New major mode.
19810         (list-processes--refresh, list-processes):
19811         (process-menu-visit-buffer): New functions.
19813         * files.el (save-buffers-kill-emacs): Don't assume any return
19814         value of list-processes, which is undocumented anyway.
19816 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
19818         * emacs-lisp/tabulated-list.el: New file.
19820         * emacs-lisp/package.el: Use Tabulated List mode.
19821         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
19822         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
19823         table format using Tabulated List mode variables.
19824         (package--push): New macro, replacing package-list-maybe-add.
19825         (package-menu--generate): Use package--push.  Renamed from
19826         package--generate-package-list.
19827         (package-menu-refresh, list-packages): Use it.
19828         (package-menu--print-info): Rename from package-print-package.
19829         Return insertion data instead of inserting it directly.
19830         (package-menu-describe-package, package-menu-execute):
19831         Use tabulated-list-get-id.
19832         (package-menu-mark-delete, package-menu-mark-install)
19833         (package-menu-mark-unmark, package-menu-backup-unmark)
19834         (package-menu-mark-obsolete-for-deletion):
19835         Use tabulated-list-put-tag.
19836         (package--list-packages, package-menu-revert)
19837         (package-menu-get-package, package-menu-get-version)
19838         (package-menu-sort-by-column): Functions deleted.
19839         (package-menu-package-list, package-menu-sort-key): Vars deleted.
19840         (package-menu--status-predicate, package-menu--version-predicate)
19841         (package-menu--name-predicate)
19842         (package-menu--description-predicate): Handle arguments in the
19843         Tabulated List format.
19844         (package-list-packages-no-fetch): Call list-packages.
19846 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
19848         * files.el (after-find-file-from-revert-buffer): Remove variable.
19849         (after-find-file): Don't bind it.
19850         (revert-buffer-in-progress-p): New variable.
19851         (revert-buffer): Bind it.
19852         Pass nil for `after-find-file-from-revert-buffer'.
19854         * saveplace.el (save-place-find-file-hook): Use new variable
19855         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
19857 2011-04-06  Glenn Morris  <rgm@gnu.org>
19859         * Makefile.in (AUTOGEN_VCS): New variable.
19860         (autoloads): Use $AUTOGEN_VCS.
19862         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
19863         * calendar/calendar.el (calendar-mode-map):
19864         Check for toolkit scroll bars.  (Bug#8305)
19866 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
19868         * minibuffer.el (completion-in-region--postch)
19869         (completion-in-region-mode): Remove unnecessary messages.
19871 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
19873         * font-lock.el (font-lock-refresh-defaults):
19874         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
19875         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
19877         * info.el (Info-directory-list, Info-read-node-name-2)
19878         (Info-split-parameter-string): Doc fixes.
19879         (Info-virtual-nodes): Reflow docstring.
19880         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
19881         (Info-apropos-toc-nodes, info-finder, Info-get-token)
19882         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
19883         Fix typos in docstrings.
19884         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
19885         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
19886         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
19887         (Info-restore-desktop-buffer): Mark unused parameters.
19888         (Info-directory-find-file, Info-directory-find-node)
19889         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
19890         (Info-virtual-index-find-node, Info-apropos-find-file)
19891         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
19892         Mark unused parameters; fix typos in docstrings.
19893         (Info-virtual-index): Remove unused local variable `nodename'.
19895 2011-04-05  Deniz Dogan  <deniz@dogan.se>
19897         * net/rcirc.el: Update my e-mail address.
19898         (rcirc-mode-map): Remove M-o binding.
19900 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
19902         * startup.el (command-line): Save the cursor's theme-face
19903         directly, instead of using face-override-spec.
19905         * custom.el (load-theme): Minor optimization in assigning faces.
19907 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
19909         * help-fns.el (describe-variable): Complete all variables having
19910         documentation, including keywords.
19911         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
19913 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
19915         Convert to lexical-binding.
19917         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
19918         (bs--get-marked-string, bs--get-modified-string)
19919         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
19920         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
19921         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
19923         * ehelp.el (electric-help-execute-extended)
19924         (electric-help-ctrl-x-prefix):
19925         * hexl.el (hexl-revert-buffer-function):
19926         * linum.el (linum-after-change, linum-after-scroll):
19927         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
19929         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
19931 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
19933         * epa-dired.el:
19934         * epa-mail.el:
19935         * epa-hook.el:
19936         * epa-file.el:
19937         * epa.el:
19938         * epg.el: Use lexical binding.
19940 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
19942         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
19944         * textmodes/flyspell.el (flyspell-word): Recognize default
19945         dictionary case for flyspell-mark-duplications-exceptions.
19946         Use regexp matching for languages.
19947         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
19948         default dictionary (Bug#7926).
19950 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
19952         * emacs-lisp/package.el (package--with-work-buffer):
19953         Recognize https URLs.
19955         * net/network-stream.el: Move from gnus/proto-stream.el.
19956         Change prefix to network-stream throughout.
19957         (open-protocol-stream): Merge into open-network-stream, leaving
19958         open-protocol-stream as an alias.  Handle nil BUFFER args.
19960         * subr.el (open-network-stream): Move to net/network-stream.el.
19962 2011-04-02  Glenn Morris  <rgm@gnu.org>
19964         * find-dired.el (find-exec-terminator): New option.
19965         (find-ls-option): Test for -ls support.
19966         (find-ls-subdir-switches): Test for -b in find-ls-option.
19967         (find-dired, find-grep-dired): Doc fixes.
19968         (find-dired): Use find-exec-terminator.
19970         * find-dired.el (find-ls-option, find-ls-subdir-switches)
19971         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
19972         (find-name-arg): Remove purecopy.
19974         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
19975         (grep-compute-defaults): Check for `-exec COMMAND +' support.
19976         Set grep-find-use-xargs, grep-find-command, and grep-find-template
19977         accordingly.  Don't add the null-device if not needed.
19979         * files.el (save-some-buffers): Doc fix.
19981 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
19983         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
19985 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
19987         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
19988         Use `dolist' rather than `mapcar'.
19990 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19992         Add lexical binding.
19994         * subr.el (apply-partially): Use new closures rather than CL.
19995         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
19996         (dolist, dotimes): Use slightly different expansion for lexical code.
19997         (functionp): Move to C.
19998         (letrec): New macro.
19999         (with-wrapper-hook): Use it and apply-partially instead of CL.
20000         (eval-after-load): Preserve lexical-binding.
20001         (save-window-excursion, with-output-to-temp-buffer): Turn them
20002         into macros.
20004         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20006         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20007         than the arglist.
20008         (help-add-fundoc-usage): Don't add `Not documented'.
20009         (help-function-arglist): Handle closures, subroutines, and new
20010         byte-code-functions.
20011         (help-make-usage): Remove leading underscores.
20012         (describe-function-1): Handle closures.
20013         (describe-variable): Use special-variable-p for completion.
20015         * files.el (lexical-binding): Declare safe.
20017         * emacs-lisp/pcase.el: Don't use destructuring-bind.
20018         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
20019         (pcase): Add `let' pattern.
20020         Change memoization so it actually works.
20021         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20022         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20023         <let>: New case.
20025         * emacs-lisp/macroexp.el: Use lexical binding.
20026         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
20027         Don't convert ' to #' without checking that it's indeed quoting
20028         a lambda.
20030         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20031         Use eval-sexp-add-defvars.
20032         (eval-sexp-add-defvars): New fun.
20034         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20036         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20037         Don't autoload.
20038         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20039         than the internal `byte-compile-lambda'.
20040         (defmethod): Don't hide code under quotes.
20041         (eieio-defmethod): New `code' argument.
20043         * emacs-lisp/eieio-comp.el: Remove.
20045         * emacs-lisp/edebug.el (edebug-eval-defun)
20046         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20047         (edebug-toggle): Avoid `eval'.
20049         * emacs-lisp/disass.el (disassemble-internal): Handle new
20050         `closure' objects.
20051         (disassemble-1): Handle new byte codes.
20053         * emacs-lisp/cl.el (pushnew): Silence warning.
20055         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20056         (cl-byte-compile-throw): Remove.
20057         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20059         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20060         closures.
20062         * emacs-lisp/cconv.el: New file.
20064         * emacs-lisp/bytecomp.el: Use lexical binding instead of
20065         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
20066         (byte-compile-initial-macro-environment):
20067         Handle declare-function here.
20068         (byte-compile--lexical-environment): New var.
20069         (byte-stack-ref, byte-stack-set, byte-discardN)
20070         (byte-discardN-preserve-tos): New lap codes.
20071         (byte-interactive-p): Don't use any more.
20072         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20073         New macros.
20074         (byte-compile-lapcode): Use them and handle new lap codes.
20075         (byte-compile-obsolete): Remove.
20076         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20077         (byte-compile-arglist-warn): Check late def of inlinable funs.
20078         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20079         since they should have been expanded by now.
20080         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20081         (byte-compile-from-buffer): Remove unused second arg.
20082         (byte-compile-preprocess): New function.
20083         (byte-compile-toplevel-file-form): New function to distinguish
20084         file-form calls from outside from file-form calls from hunk-handlers.
20085         (byte-compile-file-form): Simplify.
20086         (byte-compile-file-form-defsubst): Remove.
20087         (byte-compile-file-form-defmumble): Simplify now that
20088         byte-compile-lambda always returns a byte-code-function.
20089         (byte-compile): Preprocess.
20090         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20091         Remove, not used any more.
20092         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20093         (byte-compile-make-args-desc): New funs.
20094         (byte-compile-lambda): Handle lexical functions.  Always return
20095         a byte-code-function.
20096         (byte-compile-reserved-constants): New var, to make up room for
20097         closed-over variables.
20098         (byte-compile-constants-vector): Obey it.
20099         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20100         (byte-compile-macroexpand-declare-function): New function.
20101         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20102         byte-code-functions.
20103         (byte-compile-form): Check obsolescence here.
20104         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20105         (byte-compile-variable-ref): Remove.
20106         (byte-compile-dynamic-variable-op): New fun.
20107         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20108         (byte-compile-variable-set): New funs.
20109         (byte-compile-discard): Add 2 args.
20110         (byte-compile-stack-ref, byte-compile-stack-set)
20111         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20112         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20113         macroexpand-all instead.
20114         (byte-compile-quote-form): Remove.
20115         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20116         (byte-compile-bind, byte-compile-unbind): New funs.
20117         (byte-compile-let): Handle let* and lexical binding.
20118         (byte-compile-let*): Remove.
20119         (byte-compile-catch, byte-compile-unwind-protect)
20120         (byte-compile-track-mouse, byte-compile-condition-case):
20121         Handle a new :fun-body form, used for lexical scoping.
20122         (byte-compile-save-window-excursion)
20123         (byte-compile-with-output-to-temp-buffer): Remove.
20124         (byte-compile-defun): Simplify.
20125         (byte-compile-stack-adjustment): New fun.
20126         (byte-compile-out): Use it.
20127         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20129         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20130         handler any more.
20132         * emacs-lisp/byte-opt.el: Use lexical binding.
20133         (byte-inline-lapcode): Remove (to bytecomp).
20134         (byte-compile-inline-expand): Pay attention to inlining to/from
20135         lexically bound code.
20136         (byte-compile-unfold-lambda): Don't handle byte-code-functions
20137         any more.
20138         (byte-optimize-form-code-walker): Don't handle save-window-excursion
20139         any more and don't call compiler-macros.
20140         (byte-compile-splice-in-already-compiled-code): Remove.
20141         (byte-code): Don't inline any more.
20142         (disassemble-offset): Receive `bytes' as argument rather than via
20143         dynamic scoping.
20144         (byte-compile-tag-number): Declare before first use.
20145         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20146         `return' even if make-spliceable.
20147         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20148         obsolete interactive-p.
20149         (byte-optimize-lapcode): Optimize new lap-codes.
20150         Don't trip up on new form of `byte-constant' lap code.
20152         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20154         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20156         * custom.el (custom-initialize-default, custom-declare-variable):
20157         Use `defvar'.
20159         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20160         New variables.
20161         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20162         (COMPILE_FIRST): Add macroexp and cconv.
20163         * makefile.w32-in: Mirror changes in Makefile.in.
20165         * vc/cvs-status.el:
20166         * vc/diff-mode.el:
20167         * vc/log-edit.el:
20168         * vc/log-view.el:
20169         * vc/smerge-mode.el:
20170         * textmodes/bibtex-style.el:
20171         * textmodes/css-mode.el:
20172         * startup.el:
20173         * uniquify.el:
20174         * minibuffer.el:
20175         * newcomment.el:
20176         * reveal.el:
20177         * server.el:
20178         * mpc.el:
20179         * emacs-lisp/smie.el:
20180         * doc-view.el:
20181         * dired.el:
20182         * abbrev.el: Use lexical binding.
20184 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
20186         * info.el (info-display-manual): New function.
20188 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20190         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20192 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
20194         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
20195         an entry for that server in rcirc-authinfo.  (Bug#8385)
20197 2011-03-31  Glenn Morris  <rgm@gnu.org>
20199         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20201         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20203 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
20205         * progmodes/python.el (python-default-interpreter)
20206         (python-python-command-args, python-jython-command-args)
20207         (python-which-shell, python-which-args, python-which-bufname)
20208         (python-file-queue, python-comint-output-filter-function)
20209         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20210         variables and functions.
20212 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20214         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20215         (completion-in-region-mode): New minor mode.
20216         (completion-in-region): Use it.
20217         (completion-in-region--data, completion-in-region-mode-map): New vars.
20218         (completion-in-region--postch): New function.
20219         (completion--capf-misbehave-funs, completion--capf-safe-funs):
20220         New vars.
20221         (completion--capf-wrapper): New function.
20222         (completion-at-point): Use it to track well-behavedness of
20223         hook functions.
20224         (completion-help-at-point): New command.
20226 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
20228         * vc/add-log.el (add-change-log-entry): Don't use whitespace
20229         syntax class to search for whitespace on a single line
20230         (Message-ID: <4D938140.4030905@redhat.com>).
20232 2011-03-30  Leo Liu  <sdl.web@gmail.com>
20234         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20235         New commands.
20236         (edit-abbrevs-map): Bind them here.
20237         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
20239 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
20241         * allout.el (allout-hide-by-annotation, allout-flag-region):
20242         Reduce possibility of overlay leakage by making them volatile.
20244         * allout-widgets.el (allout-widgets-tally): Define as nil so the
20245         hash is not shared between buffers.  Mode initialization is
20246         responsible for giving it a useful starting value.
20247         (allout-item-span): Reduce possibility of overlay leakage by
20248         making them volatile.
20249         (allout-widgets-count-buttons-in-region): Add diagnostic function
20250         for tracking down button overlay leaks.
20252 2011-03-29  Leo Liu  <sdl.web@gmail.com>
20254         * ido.el (ido-read-internal): Use the default history var
20255         minibuffer-history if no HISTORY is specified.
20257 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
20259         * net/imap.el (imap-shell-open, imap-process-connection-type):
20260         Use imap-process-connection-type for 'shell' streams as well as
20261         Kerberos, SSL, other subprocesses.
20263 2011-03-28  Leo Liu  <sdl.web@gmail.com>
20265         * abbrev.el (abbrev-table-empty-p): New function.
20266         (prepare-abbrev-list-buffer): Place empty abbrev tables after
20267         nonempty ones.  (Bug#5937)
20269 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
20271         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20273 2011-03-27  Leo Liu  <sdl.web@gmail.com>
20275         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20276         for foreground and background colors.
20277         (ansi-color-make-color-map): Adapt.
20279 2011-03-25  Leo Liu  <sdl.web@gmail.com>
20281         * midnight.el (midnight-time-float): Remove.  Note it calculates
20282         the microsecond component incorrectly and seconds-to-time does the
20283         same job.
20284         Remove redundant (require 'timer).
20286         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20287         (ido-completions): Remove unused arguments.  (Bug#8329)
20289 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20291         * minibuffer.el (completion--flush-all-sorted-completions):
20292         Remove itself from hook.
20293         (completion-at-point): Let the functions perform the completion
20294         immediately and return nil or t.
20295         * comint.el (comint-dynamic-complete-functions): Now identical to
20296         completion-at-point-functions.
20297         (comint-dynamic-list-input-ring): Remove unused var `index'.
20298         (comint--match-partial-filename, comint--unquote&expand-filename):
20299         New funs, split from comint-match-partial-filename.
20300         (comint-dynamic-complete): Use completion-at-point.
20301         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20303 2011-03-24  Drew Adams  <drew.adams@oracle.com>
20305         * thingatpt.el: Support `defun'.
20307 2011-03-23  Leo Liu  <sdl.web@gmail.com>
20309         * abbrevlist.el: Move to obsolete/abbrevlist.el.
20311         * help-mode.el (help-mode-finish): Tweak regexp.
20313 2011-03-23  Glenn Morris  <rgm@gnu.org>
20315         * eshell/esh-opt.el (eshell-eval-using-options):
20316         Do not bind unused local variable `eshell-option-stub'.
20318         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20320 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
20322         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
20323         keymap variable in `with-no-warnings' to avoid a warning when the
20324         keymap has been already `defconst'ed.
20326 2011-03-22  Leo Liu  <sdl.web@gmail.com>
20328         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
20329         encode all chars in abbrevs; otherwise use emacs-mule or
20330         utf-8-emacs.  (Bug#8308)
20332 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
20334         * simple.el (backward-delete-char-untabify):
20335         Avoid warning about using `delete-backward-char'.
20337         * image.el (image-type-file-name-regexps): Make it variable.
20338         `imagemagick-register-types' modifies it, and the user may want
20339         to add new extensions for known image types.
20340         (imagemagick-register-types): Throw error if not using ImageMagick.
20342 2011-03-22  Leo Liu  <sdl.web@gmail.com>
20344         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
20345         located before rcirc-prompt-end-marker.
20346         (rcirc-complete): Error if point is not after rcirc prompt.
20347         Handle the case when table is nil.
20348         (rcirc-user-authenticated): Define to fix compiler warning.
20350 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
20352         * custom.el (custom--inhibit-theme-enable): Make it affect only
20353         custom-theme-set-variables and custom-theme-set-faces.
20354         (provide-theme): Ignore custom--inhibit-theme-enable.
20355         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
20356         (custom-enabling-themes): Delete variable.
20357         (enable-theme): Accept only loaded themes as arguments.
20358         Ignore the special custom-enabled-themes variable.
20359         (custom-enabled-themes): Forbid themes from setting this.
20360         Eliminate use of custom-enabling-themes.
20361         (custom-push-theme): Quote "changed" custom var entry.
20363 2011-03-21  Leo Liu  <sdl.web@gmail.com>
20365         * ido.el (ido-read-internal): Add ido-selected to history instead
20366         of user input.
20368 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20370         * subr.el (deferred-action-list, deferred-action-function):
20371         Mark obsolete.
20373 2011-03-21  Leo Liu  <sdl.web@gmail.com>
20375         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
20376         change on 2011-02-13 (bug#8309).
20378         * minibuffer.el (read-file-name-function): Change default value.
20379         (read-file-name--defaults): Rename from read-file-name-defaults.
20380         (read-file-name-default): Rename from read-file-name.
20381         (read-file-name): Call read-file-name-function.
20383 2011-03-21  Glenn Morris  <rgm@gnu.org>
20385         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
20386         Doc fixes.
20388 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
20390         * cus-theme.el: Add missing provide statement.
20391         (customize-create-theme): Extract theme value correctly.
20392         (custom-theme-visit-theme): Autoload.
20393         (customize-create-theme): Prompt before inserting default faces.
20395 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
20397         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
20398         units and musical notes.
20400 2011-03-20  Leo Liu  <sdl.web@gmail.com>
20402         * ido.el (ido-read-internal): Use completing-read-default.
20403         (ido-completing-read): Fix compatibility with completing-read.
20405 2011-03-20  Christian Ohler  <ohler@gnu.org>
20407         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
20408         (ert-delete-all-tests): Use `called-interactively-p' rather than
20409         `interactive-p'.
20410         (ert--make-xrefs-region): Respect END.
20412 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
20414         * dired-aux.el (dired-create-directory): Signal an error if the
20415         directory already exists (Bug#8246).
20417         * facemenu.el (list-colors-display): Call list-faces-display
20418         inside with-help-window.
20419         (list-colors-print): Use display property to align the final
20420         column, instead of checking window-width.
20422 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
20424         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
20425         windows-nt systems.
20426         (emerge-protect-metachars): Quote correctly for ms-dos and
20427         windows-nt systems.
20429 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
20431         * info.el (info-initialize): Replace all uses of `:' with
20432         path-separator for compatibility with non-Unix systems.
20433         Cache quoting of path-separator.  (Bug#8258)
20435 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
20437         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
20438         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
20439         (mouse-avoidance-mode): Fix typos in docstrings.
20441 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
20443         * startup.el (package-subdirectory-regexp): Move from package.el.
20444         Omit \\` and \\', and let callers add them.
20446         * emacs-lisp/package.el (package-strip-version)
20447         (package-load-all-descriptors): Add \\` and \\' to
20448         package-subdirectory-regexp before using it.
20449         (package-untar-buffer): New arg DIR; ensure that file untars only
20450         into this expected directory.  Remove superfluous delete-region.
20451         (package-unpack): Caller changed.
20452         (package-tar-file-info): Use package-subdirectory-regexp.
20454 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20456         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
20457         diff-mode-shared-map (bug#8284).
20458         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
20460 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20462         * calendar/time-date.el (format-seconds): Use assoc instead of
20463         assoc-string, since assoc-string doesn't exist in XEmacs.
20465 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
20467         * custom.el (custom-known-themes): Reflow docstring.
20468         (custom-theme-load-path): Fix typo in docstring.
20469         (load-theme): Fix typo in error message.
20470         (custom-available-themes, custom-variable-theme-value):
20471         Use `let', not `let*'.
20473 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
20475         * calc/README: Mention inclusion of musical notes.
20477         * calc/calc-units.el (calc-lu-quant): Rename from
20478         `calc-logunits-quantity'.
20479         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
20480         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
20481         (calc-db): Rename from `calc-dblevel'.
20482         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
20483         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
20484         (calc-np): Rename from `calc-nplevel'.
20485         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
20486         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
20487         (calc-lu-plus): Rename from `calc-logunits-add'.
20488         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
20489         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
20490         (calc-lu-minus): Rename from `calc-logunits-sub'.
20491         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
20492         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
20493         (calc-lu-times): Rename from `calc-logunits-mul'.
20494         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
20495         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
20496         (calc-lu-divide): Rename from `calc-logunits-div'.
20497         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
20498         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
20500         * calc/calc-ext.el (calc-init-extensions): Update the names of the
20501         functions being autoloaded.
20503         * calc/calc.el (calc-lu-power-reference): Rename from
20504         `calc-logunits-power-reference'.
20505         (calc-lu-field-reference): Rename from
20506         `calc-logunits-field-reference'.
20508         * calc/calc-help.el (calc-l-prefix-help):
20509         Mention musical note functions.
20511 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20513         * minibuffer.el (completion-all-sorted-completions):
20514         Use :completion-cycle-penalty text property if present.
20516 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
20518         * allout.el (allout-yank-processing): Adjust for new rebulleting
20519         regime so bullet being yanked is used without prompting the user
20520         for a choice.
20522 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
20524         * startup.el (command-line): Warn the user that _emacs is deprecated.
20526 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
20528         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
20529         (delphi-verbose, delphi-comment-face, delphi-string-face)
20530         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
20531         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
20532         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
20533         (delphi-new-comment-line, delphi-font-lock-defaults)
20534         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
20535         Fix typos in docstrings.
20537 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
20539         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
20540         Invert the roles of character and string values for INSTEAD, so a
20541         string is used for the more common case of a defaulting prompt.
20543 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20545         * progmodes/ruby-mode.el (ruby-backward-sexp):
20546         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
20547         * play/gamegrid.el (gamegrid-make-face):
20548         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
20549         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
20550         * notifications.el (notifications-notify):
20551         * net/xesam.el (xesam-search-engines):
20552         * net/quickurl.el (quickurl-list-insert):
20553         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
20555 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
20557         * startup.el (command-line): Update package subdirectory regexp.
20559 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20561         * allout.el (allout-abbreviate-flattened-numbering)
20562         (allout-mode-deactivate-hook): Fix up obsolescence "date".
20564         * subr.el (read-char-choice): Only show the cursor after the prompt,
20565         not after the answer.
20567 2011-03-15  Kevin Ryde  <user42@zip.com.au>
20569         * help-fns.el (variable-at-point): Skip leading quotes, if any
20570         (bug#8253).
20572 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20574         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
20575         warning message.
20577 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
20579         * shell.el (shell): When called interactively, offer to change the
20580         shell file name on remote hosts.
20582 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
20584         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
20585         integration for LDAP parameters.  The host, base, user or binddn,
20586         and secret tokens can be specified in a netrc file, for instance.
20587         This is optional because an `auth-source' parameter must be
20588         specified in the search attributes.
20590 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
20592         * help.el (describe-mode): Link to the mode's definition (bug#8185).
20594 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20596         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
20597         into declaration.  Remove redundant and harmful binding.
20599 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
20601         * files.el (file-ownership-preserved-p): Pass `integer' as an
20602         explicit 2nd argument to `file-attributes'.  If the file's owner
20603         is the Administrators group on Windows, and the current user is
20604         Administrator, consider that a match.
20606         * server.el (server-ensure-safe-dir): Consider server directory
20607         safe on MS-Windows if its owner is the Administrators group while
20608         the current Emacs user is Administrator.  Use `=' to compare
20609         numerical UIDs, since they could be integers or floats.
20611 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
20613         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
20615 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
20617         Sync with Tramp 2.2.1.
20619         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
20621         * net/trampver.el: Update release number.
20623 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20625         * progmodes/compile.el (compilation--previous-directory): Fix up
20626         various nil/dead-marker mismatches (bug#8014).
20627         (compilation-directory-properties, compilation-error-properties):
20628         Don't call it at a position past the one we're about to change.
20630         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
20631         Disable obsolescence warnings in the file that declares it.
20633 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
20635         * allout-widgets.el (allout-widgets-tally):
20636         Initialize allout-widgets-tally as a hash table rather than nil to
20637         prevent mode-line redisplay warnings.  Also, clarify the module
20638         description and fix a comment typo.
20640 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
20642         * help-fns.el (describe-variable): Don't complete keywords.
20643         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
20645 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
20647         * emacs-lisp/package.el (package-version-join): Impose a standard
20648         string representation for pre/alpha/beta version lists.
20649         (package-unpack-single): Standardize the directory name by passing
20650         it through package-version-join.
20651         (package-strip-rcs-id): Accept any version string that does not
20652         signal an error in version-to-list.
20654 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
20656         * simple.el (delete-trailing-whitespace): Return nil for the
20657         benefit of `write-file-functions'.
20659 2011-03-10  Glenn Morris  <rgm@gnu.org>
20661         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
20663         * vc/vc-git.el (vc-git-program): New option.
20664         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
20665         (vc-git--call): Use it.
20667         * eshell/esh-util.el (eshell-condition-case): Doc fix.
20669         * cus-edit.el (Custom-newline): If no button at point, look
20670         for a subgroup button at start-of-line.  (Bug#2298)
20672         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
20674 2011-03-10  Julien Danjou  <julien@danjou.info>
20676         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
20677         `cursor-type' is nil.
20679 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
20681         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
20683 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
20685         * allout.el: Change so yank of distinctive-bullet items
20686         preserves the existing header prefix, rebulleting it if necessary,
20687         rather than replacing it.  This is necessary for proper operation
20688         of cooperative addons like allout-widgets.
20689         (allout-make-topic-prefix, allout-rebullet-heading):
20690         Change SOLICIT arg to INSTEAD, and interpret additionally a string
20691         value as alternate bullet to be used, instead of prompting the user
20692         for a bullet character.
20694 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
20696         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20697         Do not use `tramp-file-name-port', because this returns also
20698         `tramp-default-port'.
20700 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
20702         * net/rcirc.el (rcirc-handler-001): Remove useless
20703         with-rcirc-process-buffer.
20704         (rcirc-check-auth-status): Swap arguments to string-match.
20706 2011-03-09  Glenn Morris  <rgm@gnu.org>
20708         * shell.el (shell-mode):
20709         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
20711         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
20712         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
20714 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
20716         * emacs-lisp/package.el (package-refresh-contents)
20717         (package-menu-execute): Use condition-case-no-debug.
20719 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
20721         * simple.el (shell-command-to-string): Use `process-file'.
20723         * emacs-lisp/package.el (package-tar-file-info): Handle also
20724         remote files.
20726         * emacs-lisp/package-x.el (package-upload-buffer-internal):
20727         Use `equal' for upload base check.
20729 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
20731         * textmodes/texinfo.el (texinfo-environments):
20732         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
20734 2011-03-08  Glenn Morris  <rgm@gnu.org>
20736         * cus-start.el (cursor-in-non-selected-windows):
20737         Fix :set quoting oddness.  (Bug#8192)
20739         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
20740         in some setf expressions.  (Bug#2159)
20742 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
20744         * custom.el (custom-available-themes): Return themes in
20745         alphabetical order.
20747 See ChangeLog.15 for earlier changes.
20749 ;; Local Variables:
20750 ;; coding: utf-8
20751 ;; End:
20753   Copyright (C) 2011-2012  Free Software Foundation, Inc.
20755   This file is part of GNU Emacs.
20757   GNU Emacs is free software: you can redistribute it and/or modify
20758   it under the terms of the GNU General Public License as published by
20759   the Free Software Foundation, either version 3 of the License, or
20760   (at your option) any later version.
20762   GNU Emacs is distributed in the hope that it will be useful,
20763   but WITHOUT ANY WARRANTY; without even the implied warranty of
20764   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20765   GNU General Public License for more details.
20767   You should have received a copy of the GNU General Public License
20768   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.