Merge from trunk.
[emacs.git] / lisp / ChangeLog
blob5ef50e0548f88306a36a53339ceb71d1255d9ef2
1 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
3         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4         period before class method names, not after.  Remove handling of
5         one impossible case.  Add comments.
7 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9         * emacs-lisp/advice.el: Remove support for freezing.
10         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
11         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
12         Remove support for `freeze'.
14         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
15         override the default.
16         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
17         cl--dotimes/dolist.
18         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
19         `cl' is loaded.
21         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
22         from add-advice.
23         (advice--strip-macro): New function.
24         (advice--defalias-fset): Use them to handle macros.
25         (advice-add): Use them.
26         (advice-member-p): Correctly handle macros.
28 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
30         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
31         Never font-lock the beginning of singleton class as heredoc.
33 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
35         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
37 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
39         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
40         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
41         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
43 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
45         Fix end-of-defun misbehavior.
46         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
47         python-beginning-of-defun-function.  Handle nested defuns
48         correctly.
49         (python-nav-end-of-defun): Rename from
50         python-end-of-defun-function.  Ensure forward movement.
51         (python-info-current-defun): Reimplement to work as intended
52         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
53         parent defuns as soon as possible.
55 2012-11-13  Glenn Morris  <rgm@gnu.org>
57         * progmodes/flymake.el (flymake-error-bitmap)
58         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
59         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
61 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
63         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
64         backward, always stop at indentation.  Reverts the change from
65         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
67 2012-11-13  Glenn Morris  <rgm@gnu.org>
69         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
70         Add ibuffer-filter-by-derived-mode.
72         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
73         the same name shadowing each other.
75         * window.el (with-temp-buffer-window): Doc tweak.
77         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
79         * help.el (temp-buffer-max-height):
80         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
81         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
83 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
85         * emacs-lisp/nadvice.el: New package.
86         * subr.el (special-form-p): New function.
87         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
88         (elp-all-instrumented-list): Remove var.
89         (elp-not-profilable): Remove elp-wrapper.
90         (elp-profilable-p): Use autoloadp and special-form-p.
91         (elp--advice-name): New const.
92         (elp-instrument-function): Use advice-add.
93         (elp--instrumented-p): New predicate.
94         (elp-restore-function): Use advice-remove.
95         (elp-restore-all, elp-reset-all): Use mapatoms.
96         (elp-set-master): Use elp--instrumented-p.
97         (elp--make-wrapper): Rename from elp-wrapper, return a function
98         suitable for advice-add.  Use cl-inf.
99         (elp-results): Use mapatoms+elp--instrumented-p.
100         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
101         (debug-function-list): Remove var.
102         (debug): Rename arg, and then let-bind it explicitly inside.
103         (debugger-setup-buffer): Rename arg.
104         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
105         (debugger-frame-number): Adjust to new debug-on-entry setup.
106         (debug--implement-debug-on-entry): Rename from
107         implement-debug-on-entry, add argument.
108         (debugger-special-form-p): Remove, use special-form-p instead.
109         (debug-on-entry): Use advice-add.
110         (debug--function-list): New function.
111         (cancel-debug-on-entry): Use it, along with advice-remove.
112         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
113         (debugger-list-functions): Use debug--function-list instead of
114         debug-function-list.
115         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
116         (ad-special-form-p): Remove, use special-form-p instead.
117         (ad-set-advice-info): Use add-function and remove-function.
118         (ad--defalias-fset): Adjust accordingly.
120 2012-11-10  Glenn Morris  <rgm@gnu.org>
122         * mail/emacsbug.el (report-emacs-bug-tracker-url)
123         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
124         (report-emacs-bug-create-existing-bugs-buffer)
125         (report-emacs-bug-parse-query-results)
126         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
128         * term.el (term-default-fg-color, term-default-bg-color):
129         Make obsolete, rather than just saying "deprecated" in the doc.
131         * term.el (term): Rename from `term-face'.
132         (term-current-face, ansi-term-color-vector)
133         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
134         Update all users.
136 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
138         * server.el (server-create-window-system-frame): Handle Nextstep
139         specially (Bug#12780).
141 2012-11-10  Glenn Morris  <rgm@gnu.org>
143         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
144         Unautoload, and make obsolete.  (Bug#7449)
146 2012-11-10  Chong Yidong  <cyd@gnu.org>
148         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
149         rename from diff-remove-trailing-whitespace (Bug#12831).
151 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
154         miscompilation of trace.el.
156 2012-11-10  Glenn Morris  <rgm@gnu.org>
158         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
160 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
162         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
163         (bug#12812).
165 2012-11-10  Chong Yidong  <cyd@gnu.org>
167         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
168         a defcustom with an appropriate :set function.
169         (minibuffer-default--in-prompt-regexps): New function.
171 2012-11-10  Glenn Morris  <rgm@gnu.org>
173         * emacs-lisp/cl.el (define-setf-expander, defsetf)
174         (define-modify-macro): Doc fixes.
176         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
177         (gv-define-simple-setter): Update doc of `fix-return'.
179 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
181         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
182         twice when `fix-return' is set (bug#12813).
184         * emacs-lisp/cl.el (defsetf): Pass the third arg to
185         gv-define-simple-setter (bug#12812).
187         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
188         (bug#12756).
190 2012-11-10  Glenn Morris  <rgm@gnu.org>
192         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
194         * emacs-lisp/cl-extra.el (cl-prettyexpand):
195         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
196         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
197         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
199         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
201 2012-11-10  Leo Liu  <sdl.web@gmail.com>
203         * ido.el (ido-set-matches-1): Improve flex matching performance by
204         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
206 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
208         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
209         (ad--defalias-fset): New function.
210         (ad-safe-fset): Remove.
211         (ad-make-freeze-definition): Use cl-letf*.
213 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
215         * subr.el (dolist): Don't bind VAR in RESULT.
217         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
218         (fset, documentation): Don't save real def since we don't advise.
219         (ad-do-advised-functions): Remove problematic `result-form'.
220         (ad-safe-fset): `ad-real-fset' => `fset'.
221         (ad-read-advised-function): Don't assume that ad-do-advised-functions
222         uses CL's dolist internally.
223         (ad-arglist): Remove unused arg `name'.
224         (ad-docstring, ad-make-advised-docstring):
225         `ad-real-documentation' => `documentation'.
226         (warning-suppress-types): Declare.
227         (ad-set-arguments): Simple CSE.
228         (ad-recover-normality): Sanity check.
230         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
231         (funcall '(lambda ..) ..) into ((lambda ..) ..).
233 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
235         * ses.el: symbol to coordinate mapping is made by symbol property
236         `ses-cell'.  This means that the same mapping is done for all SES
237         sheets.  That is good enough for cells with standard A1 names, but
238         not for named cell.  So a hash map is added for the latter.
239         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
240         (ses-sym-rowcol): Use hashmap for named cell.
241         (ses-is-cell-sym-p): New defun.
242         (ses-decode-cell-symbol): New defun.
243         (ses-create-cell-variable): Add cell to hashmap when name is not
244         A1-like.
245         (ses-rename-cell): Check that cell new name is not already in
246         spreadsheet with the use of ses-is-cell-sym-p
247         (ses-rename-cell): Use hash map for named cells, but accept also
248         renaming back to A1-like.
250 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
252         * emacs-lisp/advice.el: Use new dynamic docstrings.
253         (ad-make-advised-definition-docstring, ad-advised-definition-p):
254         Use dynamic-docstring-function instead of ad-advice-info.
255         (ad--make-advised-docstring): New function extracted from
256         ad-make-advised-docstring.
257         (ad-make-advised-docstring): Use it.
258         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
259         from sql-help.
260         (sql-help): Use it with dynamic-docstring-function.
262         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
264 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
266         * files.el (hack-one-local-variable--obsolete): New function.
267         (hack-one-local-variable): Use it for obsolete settings.
269         * subr.el (locate-user-emacs-file): If both old and new name exist, use
270         the new name.
272         * progmodes/js.el (js--filling-paragraph): New var.
273         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
274         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
275         less sneaky.
277 2012-11-08  Julien Danjou  <julien@danjou.info>
279         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
280         `auto-mode-alist' (Bug#12835).
282 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
284         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
285         (perl--prettify-symbols-alist): New const.
286         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
287         New functions.
288         (perl-font-lock-keywords-2): Use them.
289         (perl-electric-noindent-p): New function.
290         (perl-mode): Use it to set up electric-indent-mode.
291         (perl-electric-terminator, perl-indent-command): Mark obsolete.
292         (perl-mode-map): Remove bindings for them.
293         (perl-imenu-generic-expression, perl-outline-level):
294         Match functions&packages in column>0.
296         * env.el (env--substitute-vars-regexp): New const.
297         (substitute-env-vars): Use it.  Add `only-defined' arg.
298         * net/tramp.el (tramp-replace-environment-variables): Use it.
300         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
301         Byte-compile *before* eval in eval-and-compile.
302         (byte-compile-log-warning): Remove redundant inhibit-read-only.
303         (byte-compile-file-form-autoload): Don't hide actual definition.
304         (byte-compile-maybe-guarded): Accept `functionp' as well.
306         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
308 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
310         * notifications.el (notifications-get-server-information-method):
311         New defconst.
312         (notifications-get-capabilities): Fix docstring.
313         (notifications-get-server-information): New defun.
315 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
317         * textmodes/ispell.el (ispell-region): Standard re-indent for better
318         readability.
320         * textmodes/ispell.el: Experimental support for support debugging.
321         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
322         buffer for ispell.
323         (ispell-print-if-debug): New function to print stuff to
324         `ispell-debug-buffer' if debugging is enabled.
325         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
326         show some debugging info.
327         (ispell-buffer-with-debug): New function that creates a debugging
328         buffer and calls `ispell-buffer' with debugging enabled.
330         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
331         comment in autoconf mode. (Bug#12768)
333 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
335         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
336         frame-first-window, frame-root-window, frame-selected-window,
337         minibuffer-selected-window, minibuffer-window,
338         window-absolute-pixel-edges, window-at, window-body-height,
339         window-body-width, window-display-table, window-combination-limit,
340         window-frame, window-fringes, window-inside-absolute-pixel-edges,
341         window-inside-edges, window-inside-pixel-edges, window-left-child,
342         window-left-column, window-margins, window-next-buffers,
343         window-next-sibling, window-new-normal, window-new-total,
344         window-normal-size, window-parameter, window-parameters, window-parent,
345         window-pixel-edges, window-point, window-prev-buffers,
346         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
347         window-start, window-text-height, window-top-child, window-top-line,
348         window-total-height, window-total-width and window-use-time to the list
349         of functions without side-effects.
350         (toplevel): Add window-valid-p to the list of error-free functions
351         without side-effects.
353 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
355         * textmodes/ispell.el (ispell-program-name):
356         Update spellchecker parameters when customized.
358 2012-11-04  Glenn Morris  <rgm@gnu.org>
360         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
362 2012-11-04  Chong Yidong  <cyd@gnu.org>
364         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
365         same-window-* variables.
367 2012-11-04  Juri Linkov  <juri@jurta.org>
369         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
370         (isearch-describe-key, isearch-describe-mode): Use a display
371         action instead of binding same-window-* variables (Bug#10040).
373 2012-11-03  Glenn Morris  <rgm@gnu.org>
375         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
376         Rename handler properties back from cl-- to cl-.  (Bug#12788)
378         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
380 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
382         * term/pc-win.el: Don't load term/internal from here.
384         * loadup.el: Load term/internal from here.
386 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
388         * progmodes/python.el (inferior-python-mode): Fix hang in
389         jit-lock (Bug#12645).
391 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
393         * window.el (switch-to-visible-buffer)
394         (switch-to-buffer-preserve-window-point): Fix doc-strings.
396 2012-11-03  Glenn Morris  <rgm@gnu.org>
398         * emacs-lisp/cl-lib.el (cl--random-time):
399         Rename from cl-random-time.  (Bug#12773)
400         (cl--gensym-counter, cl--random-state): Update callers.
401         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
403 2012-11-03  Chong Yidong  <cyd@gnu.org>
405         * cus-start.el: Make cursor-type customizable (Bug#11633).
407 2012-11-02  Glenn Morris  <rgm@gnu.org>
409         * filecache.el: No need to load find-lisp when compiling.
410         (find-lisp-find-files): Autoload it.
411         (file-cache-add-directory-recursively): Don't require find-lisp.
413         * image.el (image-type-from-file-name): Trivial simplification.
415         * emacs-lisp/bytecomp.el (byte-compile-eval):
416         Decouple "noruntime" and "cl-functions" warnings.
418 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
420         * play/gomoku.el (gomoku-display-statistics): Update mode line
421         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
423 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
425         * window.el (quit-restore-window): If the window has been
426         created on an existing frame and ended up as the sole window on
427         that frame, do not delete it (Bug#12764).
429 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
431         * progmodes/sh-script.el (sh--inside-noncommand-expression):
432         Rename from sh--inside-arithmetic-expression, handle more cases
433         (bug#11263).
435         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
436         (sh-font-lock-open-heredoc): Use it (bug#12770).
438 2012-10-30  Glenn Morris  <rgm@gnu.org>
440         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
442         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
444 2012-10-29  Chong Yidong  <cyd@gnu.org>
446         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
447         function key is stored in a keyboard macro (Bug#4894).
449         * thingatpt.el (number-at-point): Apply a thing-at-point property.
451 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
453         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
454         header comments".
455         (diff-unified->context, diff-context->unified)
456         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
458         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
460         * files.el (find-alternate-file): Only ask one question (bug#12487).
462 2012-10-29  Chong Yidong  <cyd@gnu.org>
464         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
465         Suggested by Dan Nicolaescu (Bug#6326).
467         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
469         * startup.el (fancy-about-screen): Don't message (Bug#12680).
471         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
473         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
475         * face-remap.el (face-remap-add-relative): Handle the case where a
476         face-remapping-alist entry is a cons cell (Bug#12762).
478 2012-10-29  Kevin Ryde  <user42@zip.com.au>
480         * woman.el (woman-parse-numeric-value): Handle picas correctly
481         (Bug#12639).
483 2012-10-29  Glenn Morris  <rgm@gnu.org>
485         * emacs-lisp/cl.el (defsetf): Doc fix.
487 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
489         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
490         syntax to the matching opener, if any (bug#12547).
491         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
492         matching open as a "case-(".
493         (sh-smie-rc-grammar): Add a corresponding rule for it.
495 2012-10-28  Daniel Hackney  <dan@haxney.org>
497         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
498         "PKGNAME-autoloads.el" in case we created it.
500 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
502         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
503         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
504         (completion--twq-all): Disable too-strict assertions.
506         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
508 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
510         * profiler.el (profiler-report-make-entry-part): Fix help-echo
511         text to match the real keybindings.
513 2012-10-27  Juri Linkov  <juri@jurta.org>
515         * wdired.el (wdired-keep-marker-rename): New defcustom.
516         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
517         (Bug#11795)
519         * dired.el (dired-keep-marker-rename): Add reference to
520         `wdired-keep-marker-rename' in the docstring.
521         Add default character value ?R to display initially in
522         Customization UI instead of ?@.
524 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
526         * window.el (display-buffer): In doc-string describe
527         window-height and window-width alist entries.
529         * time.el (display-time-world): Restore fit-window-to-buffer
530         behavior.
532 2012-10-27  Chong Yidong  <cyd@gnu.org>
534         * subr.el (insert-buffer-substring-as-yank): Doc fix.
536 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
538         * minibuffer.el (completion-category-overrides): New completion
539         category `bookmark' (bug#11131).
541 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
543         * emacs-lisp/advice.el (ad-assemble-advised-definition):
544         Silence bogus compiler warnings for ad-do-it.
546         * bookmark.el (bookmark-completing-read): Set the completion category
547         to `bookmark' (bug#11131).
549 2012-10-26  Bastien  <bzg@altern.org>
550             Stefan Monnier  <monnier@iro.umontreal.ca>
552         * face-remap.el: Use lexical-binding.
553         (text-scale-adjust): Improve docstring.  Use itself for the temporary
554         overlay-map bindings, so as to repeat the "Use..." message each time.
556 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
558         * emacs-lisp/macroexp.el (macroexp--expand-all):
559         Obey byte-compile-warning-enabled-p (bug#12486).
561         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
562         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
564 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
566         * mouse.el (mouse-drag-line): Move last form into preceding when
567         clause (Bug#12731).
569         * help.el (resize-temp-buffer-window): Fix doc-string.
571 2012-10-25  David Engster  <deng@randomsample.de>
573         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
574         Remove.  This feature is already integrated in imenu.
576         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
577         always loaded.  Require `speedbar' unconditionally.
579 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
581         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
583         * minibuffer.el (minibuffer-force-complete): Fix thinko.
585         * net/ldap.el (ldap-search-internal): The official ldif format starts
586         with a "version: 1" header (bug#12724).
588         * emacs-lisp/package.el (package-installed-p): Warn if not ready
589         (bug#12721).
591 2012-10-25  Glenn Morris  <rgm@gnu.org>
593         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
595 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
597         * minibuffer.el (minibuffer-force-complete): Use one more marker
598         for the temporary-overlay-map command (bug#12619).
600 2012-10-24  Chong Yidong  <cyd@gnu.org>
602         * time.el (display-time-world-mode): Derive from special-mode.
603         (display-time-world): Use display-buffer (Bug#12708).
604         (display-time-world-mode-map): Variable deleted.
605         (display-time-world-display): Wrap the final delete-char inside
606         inhibit-read-only.
608 2012-10-24  Chong Yidong  <cyd@gnu.org>
610         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
611         Doc fix.
613         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
615 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
617         * minibuffer.el (completion--all-sorted-completions-location): New var.
618         (completion--cache-all-sorted-completions)
619         (completion--flush-all-sorted-completions): Use it.
620         (completion-in-region, completion-in-region--postch)
621         (completion-at-point, completion-help-at-point): Use markers in
622         completion-in-region--data (bug#12619).
624 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
626         * progmodes/compile.el (compilation-start): Try to handle common
627         quoting of `cd' argument (bug#12640).
629         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
630         (bug#12671).
632 2012-10-23  Glenn Morris  <rgm@gnu.org>
634         * progmodes/gud.el (gud-menu-map):
635         Check gdb-active-process is bound.  (Bug#12358)
637 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
639         * repeat.el (repeat): Set real-this-command (bug#12232).
641         * htmlfontify.el (hfy-post-html-hook):
642         * filesets.el (filesets-cache-fill-content-hook):
643         * arc-mode.el (archive-extract-hook):
644         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
645         * net/rcirc.el (rcirc-sentinel-functions)
646         (rcirc-receive-message-functions, rcirc-activity-functions)
647         (rcirc-print-functions):
648         * net/dbus.el (dbus-event-error-functions):
649         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
650         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
651         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
652         * term/sun.el (sun-raw-prefix-hooks):
653         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
655 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
657         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
658         Set `tramp-chunksize' to 1.  This improves the performance.
659         (tramp-smb-wait-for-output): Add timeout to
660         `tramp-accept-process-output' calls.
662 2012-10-23  Chong Yidong  <cyd@gnu.org>
664         * faces.el (font-list-limit): Define as an obsolete variable.
666         * startup.el (command-line):
667         * cus-start.el: Don't refer to font-list-limit.
669         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
671 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
673         * subr.el (internal-temp-output-buffer-show): Rename from
674         temp-output-buffer-show, since previously compiled files expect this name.
676 2012-10-23  Glenn Morris  <rgm@gnu.org>
678         * image.el (image-type-from-file-name): If multiple types match,
679         return the first one that is supported.  (Bug#9045)
681 2012-10-22  Glenn Morris  <rgm@gnu.org>
683         * image.el (imagemagick-enabled-types): Doc fix.
685 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
687         * progmodes/which-func.el (which-func-current): The hash-table may have
688         an explicit nil (bug#12338).
690 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
692         * electric.el (electric-pair-delete-selection-self-insert-function):
693         Rename to electric-pair-will-use-region, return a boolean.
694         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
696         * delsel.el (delete-selection-helper): Use a function instead of a hook.
697         (delete-selection-pre-hook): Use use-region-p.
698         (delete-selection-self-insert-function): Remove.
699         (self-insert-command): Obey self-insert-uses-region-functions.
700         (self-insert-iso): Revert to previous setting, since we don't actually
701         know what that command does.
702         (delete-selection-self-insert-hooks): Remove.
704 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
706         * delsel.el (delete-selection-helper): New function, extracted from
707         delete-selection-pre-hook.
708         (delete-selection-pre-hook): Use it.
709         (delete-selection-self-insert-function): New function.
710         (delete-selection-self-insert-hooks): New hook.
711         (self-insert-command, self-insert-iso): Use it.
712         * electric.el (electric-pair-syntax): New function, extracted from
713         electric-pair-post-self-insert-function.
714         (electric-pair-post-self-insert-function): Use it.
715         (electric-pair-delete-selection-self-insert-function): New function.
716         (electric-pair-mode): Require delsel and setup
717         delete-selection-self-insert-hooks (bug#11520).
719 2012-10-20  Chong Yidong  <cyd@gnu.org>
721         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
722         no changes to show (Bug#12586).
724         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
725         list explicitly (Bug#12571).
727 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
729         * progmodes/flymake.el (flymake-create-temp-inplace):
730         Use file-truename.
732 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
734         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
736 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
738         * calc/calc-units.el (math-extract-units): Properly extract powers
739         of units.
741 2012-10-20  Daniel Colascione  <dancol@dancol.org>
743         * frame.el (make-frame): Set x-display-name as we used to in order
744         to unbreak creating an X11 frame from an Emacs daemon started
745         without a display.
747 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
749         * minibuffer.el (minibuffer-force-complete): Make the next completion use
750         the same completion-field (bug#12221).
752 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
754         * emacs-lisp/debug.el (debug): Record height of debugger window
755         also when debugger will be back (Bug#8789).
757 2012-10-18  Chong Yidong  <cyd@gnu.org>
759         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
760         Convert to defcustom.
761         (gdb-get-source-file): Don't bind pop-up-windows.
763         * progmodes/gud.el (gud-display-line): Don't specially re-use
764         other frames for the gdb-mi case (Bug#12648).
766 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
768         * emacs-lisp/advice.el: Clean up commentary a bit.
769         (ad-do-advised-functions, ad-with-originals): Use `declare'.
770         (byte-code-function-p): Never redefine.
772         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
774 2012-10-18  Glenn Morris  <rgm@gnu.org>
776         * dired.el (dired-sort-toggle): Some ls implementations only allow
777         a single option string.  (Bug#12666)
779         * minibuffer.el (completion-cycle-threshold): Doc fix.
781 2012-10-17  Kenichi Handa  <handa@gnu.org>
783         * international/mule.el (set-keyboard-coding-system):
784         Recover input meta mode when the new coding system doesn not use 8-bit.
785         Supply TERMINAL arg to set-input-meta-mode.
787 2012-10-17  Michael Heerdegen <michael_heerdegen@web.de>
789         * wdired.el (wdired-old-marks): New variable.
790         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
791         (wdired-do-renames): Move point with renamed file and don't lose
792         mark status (Bug#11795).
794 2012-10-16  Juri Linkov  <juri@jurta.org>
796         * replace.el (query-replace-help): Mention multi-buffer replacement
797         keys in the Help message.  (Bug#12655)
799 2012-10-15  Chong Yidong  <cyd@gnu.org>
801         * emacs-lisp/byte-run.el (defsubst): Doc fix.
803 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
805         * window.el (display-buffer): Doc fix.
807         * progmodes/compile.el (compilation-error-regexp-alist-alist):
808         Adjust the msft regexp to the output of Studio 2010, and move msft
809         before edg-1.  See the discussion on emacs-devel,
810         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
811         for the details.
813 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
815         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
816         (oset): Move uses of object-class-fast macro after its definition.
818         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
820 2012-10-13  Chong Yidong  <cyd@gnu.org>
822         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
823         enabled, re-enable it (Bug#11963).
825 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
827         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
828         non-nil, restore window configuration (Bug#12623).
830 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
832         * help-fns.el (describe-variable, describe-function-1):
833         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
835         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
837 2012-10-12  Glenn Morris  <rgm@gnu.org>
839         * mail/rmailsum.el (rmail-header-summary):
840         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
842 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
844         * progmodes/python.el (python-mode-map):
845         Replace subtitute-key-definition with proper command remapping.
846         (python-nav--up-list): Fix behavior for blocks on the same level.
848 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
850         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
852         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
853         changes to the format of load-history.
855         * international/mule-cmds.el (read-char-by-name): Move let-binding of
856         completion-ignore-case in case that var is buffer-local (bug#12615).
858 2012-10-11  Kenichi Handa  <handa@gnu.org>
860         * international/eucjp-ms.el: Re-generated.
862 2012-10-10  Kenichi Handa  <handa@gnu.org>
864         * select.el (xselect--encode-string): If a coding is specified for
865         selection, and that is compatible with COMPOUND_TEXT, use it.
867 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
869         * window.el (switch-to-buffer-preserve-window-point): New option.
870         (switch-to-buffer):
871         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
873 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
876         Don't document nil as a useful value (bug#12583).
878 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
880         * net/tramp.el (tramp-debug-message):
881         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
882         (with-tramp-progress-reporter): Rename from
883         `tramp-with-progress-reporter'.
884         (with-tramp-file-property, with-tramp-connection-property):
885         Move from tramp-cache.el, rename from `with-file-property' and
886         `with-connection-property', respectively.
888         * net/tramp-cache.el: Remove `with-file-property' and
889         `with-connection-property'.
891         * net/tramp.el:
892         * net/tramp-gvfs.el:
893         * net/tramp-sh.el:
894         * net/tramp-smb.el: Adapt callees.
896         * net/trampver.el: Update release number.
898 2012-10-09  Glenn Morris  <rgm@gnu.org>
900         * w32-fns.el (set-message-beep):
901         * term/w32-win.el (set-message-beep): Update declarations.
903 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
905         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
906         (mode-line-widen, mode-line-input-method-map)
907         (mode-line-coding-system-map, mode-line-remote)
908         (mode-line-unbury-buffer, mode-line-bury-buffer)
909         (mode-line-next-buffer, mode-line-previous-buffer):
910         Replace save-selected-window+select-window => with-selected-window.
912         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
913         * progmodes/cc-vars.el (bq-process): Remove, unused.
915         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
917 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
919         Implemented `backward-up-list'-like navigation.
920         * progmodes/python.el (python-nav-up-list)
921         (python-nav-backward-up-list): New functions.
922         (python-mode-map): Define substitute key for backward-up-list to
923         python-nav-backward-up-list.
925 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
927         * progmodes/python.el (python-fill-paragraph): Rename from
928         python-fill-paragraph-function.  Fixed fill-paragraph for
929         decorators (Bug#12605).
931 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
933         * progmodes/python.el (python-shell-output-filter): Handle extra
934         carriage return in OSX (Bug#12409).
936 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
938         Fix shell handling of unbalanced quotes and parens in output.
939         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
940         (python-syntax-propertize-function): Use it.
941         (python-shell-output-syntax-table): New var.
942         (inferior-python-mode): Prevent unbalanced parens/quotes from
943         previous output mess with current input context.
945 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
947         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
948         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
950 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
952         * ffap.el (ffap-replace-file-component): Support Tramp file name
953         syntax, not only ange-ftp's one.
955 2012-10-08  Glenn Morris  <rgm@gnu.org>
957         * cus-start.el (message-log-max): Set :version.
959         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
961 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
963         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
964         the minibuffer window (Bug#10851).
966 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
968         Enhancements on forward-sexp movement.
969         * progmodes/python.el (python-nav-beginning-of-statement)
970         (python-nav-end-of-statement): Return point-marker.
971         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
972         (python-info-current-symbol)
973         (python-info-statement-starts-block-p): Rename from
974         python-info-beginning-of-block-p.
975         (python-info-statement-ends-block-p): Rename from
976         python-info-end-of-block-p.
977         (python-info-beginning-of-statement-p)
978         (python-info-end-of-statement-p)
979         (python-info-beginning-of-block-p, python-info-end-of-block-p):
980         New functions.
982 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
984         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
985         frame-selected-windows.
987 2012-10-08  Daniel Colascione  <dancol@dancol.org>
989         * battery.el (battery-status-function): Check for
990         w32-battery-status itself, not system-time windows-nt.
992         * frame.el: Require cl-lib.
993         (display-format-alist): New variable mapping frame types to
994         functions that initialize them.
995         (window-system-for-display): New function: interprets
996         display-format-alist.
997         (make-frame-on-display): Remove existing display-selection logic
998         and just forward to make-frame, which will now DTRT.
999         (make-frame): Restructure to use window-system-for-display to
1000         figure out how to create a frame on a given display.
1001         (display-mouse-p): Look for frame-type w32, not a particular
1002         system-type.
1004         * loadup.el: Load w32 lisp code when we have the w32 feature.
1006         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1007         system-type windows-nt.
1009         * server.el (server-create-window-system-frame): Look for window
1010         type.
1011         (server-proces-filter): Only force a window system when windows-nt
1012         _and_ w32.  Explain why.
1014         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1015         of window systems we configure for the mode.
1017         * startup.el (command-line): Mark window system is initialized
1018         after we've done it.
1020         * common-win.el (x-select-text): Look for w32, not windows-nt.
1022         * ns-win.el: Require cl-lib.  Add ourselves to
1023         display-format-alist.
1024         (ns-initialize-window-system): Assert we're not initialized twice.
1026         * w32-win.el: Enable lexical binding; require cl-lib; add
1027         ourselves to display-format-alist.
1028         (w32-handle-dropped-file): Convert incoming dropped files from
1029         Windows paths to Cygwin ones before passing them on to the rest of
1030         Emacs.
1031         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
1032         (w32-initialize-window-system): Assert we're not initialized twice.
1034         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1035         (x-initialize-window-system): Assert we're not initialized twice.
1037         * w32-common-fns.el: New File.
1038         (w32-version, w32-using-nt, w32-get-clipboard-data)
1039         (w32-set-clipboard-data, x-set-selection, x-get-selection)
1040         (w32-charset-info-alist, x-last-selected, text)
1041         (x-get-selection-value, x-selection-value): Move here.
1043         * w32-fns.el: Require w32-common-fns.
1044         (w32-version, w32-using-nt, w32-get-clipboard-data)
1045         (w32-set-clipboard-data, x-set-selection, x-get-selection)
1046         (w32-charset-info-alist, x-last-selected, text)
1047         (x-get-selection-value, x-selection-value): Move to
1048         w32-common-fns.
1050         * w32-vars.el:
1051         (w32-allow-system-shell, w32-system-shells): Define only in
1052         non-cygwin case.
1054 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1056         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1057         (read-passwd): Remove a few more potential sources of leaks.
1059 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
1061         * progmodes/python.el (inferior-python-mode)
1062         (python-shell-make-comint): Fix initialization of local
1063         variables copied from parent buffer.
1065 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
1067         * term/ns-win.el (ns-read-file-name): Update declaration to match
1068         nsfns.m.
1069         (ns-respond-to-change-font): Change fontsize separatly so we are sure
1070         it is set when font is acted upon.
1072 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
1074         Enhancements to indentation.
1075         * progmodes/python.el (python-indent-context): Give priority to
1076         inside-string context.  Make comments indentation markers.
1077         (python-indent-region): Do not mess with strings, unless it's the
1078         enclosing set of quotes.
1080 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1082         * window.el (internal--before-save-selected-window)
1083         (internal--after-save-selected-window): New functions extracted from
1084         save-selected-window.  Make sure we return the `alist' we construct.
1085         (save-selected-window): Use them.
1087         * textmodes/tex-mode.el (tex-recenter-output-buffer):
1088         Use with-selected-window.
1090         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1091         forms that define macros (bug#12593).
1093 2012-10-07  Kenichi Handa  <handa@gnu.org>
1095         * international/mule-conf.el (compound-text-with-extensions):
1096         Add :mime-charset property as x-ctext.
1098 2012-10-07  Stefan Merten  <smerten@oekonux.de>
1100         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1101         (rst-indent-literal-normal, rst-indent-literal-minimized)
1102         (rst-indent-comment): Correct :version tag.
1103         (rst-official-cvs-rev): Correct version string.
1105 2012-10-07  Eli Zaretskii  <eliz@gnu.org>
1107         * subr.el (w32notify-handle-event): New function.
1109 2012-10-07  Glenn Morris  <rgm@gnu.org>
1111         * mail/rmailmm.el (rmail-mime-process-multipart):
1112         Do not confuse a multipart message with an epilogue
1113         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
1115 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
1117         Fix shell output retrieval and comint-prompt-regexp init.
1118         * progmodes/python.el (inferior-python-mode):
1119         (python-shell-make-comint): Fix initialization of
1120         comint-prompt-regexp from copied file local variables.
1121         (python-shell-fetched-lines): Remove var.
1122         (python-shell-output-filter-in-progress): Rename from
1123         python-shell-fetch-lines-in-progress.
1124         (python-shell-output-filter-buffer): Rename from
1125         python-shell-fetch-lines-string.
1126         (python-shell-fetch-lines-filter): Delete function.
1127         (python-shell-output-filter): New function.
1128         (python-shell-send-string-no-output): Use them.
1130 2012-10-07  Glenn Morris  <rgm@gnu.org>
1132         * hi-lock.el (hi-lock-process-phrase):
1133         Try to make it less fragile.  (Bug#7161)
1135         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1137 2012-10-06  Glenn Morris  <rgm@gnu.org>
1139         * ehelp.el (electric-help-mode): Use help-mode rather than
1140         non-existent mode `help'.
1141         (electric-help-map): Use button-buffer-map.  (Bug#10917)
1143         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1144         (reftex-create-bibtex-footer): Fix custom types.
1146         * progmodes/sh-script.el (sh-indent-after-continuation):
1147         Add explicit :group.
1149         * textmodes/rst.el (rst-preferred-decorations)
1150         (rst-shift-basic-offset): Clarify obsolescence versions.
1152         * profiler.el (profiler): Add missing group :version tag.
1153         * avoid.el (mouse-avoidance-banish-position):
1154         * proced.el (proced-renice-command):
1155         * calc/calc.el (calc-ensure-consistent-units):
1156         * calendar/icalendar.el (icalendar-import-format-uid):
1157         * net/tramp.el (tramp-save-ad-hoc-proxies):
1158         * progmodes/bug-reference.el (bug-reference-bug-regexp):
1159         * progmodes/flymake.el (flymake-error-bitmap)
1160         (flymake-warning-bitmap, flymake-fringe-indicator-position):
1161         * progmodes/sh-script.el (sh-indent-after-continuation):
1162         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1163         (verilog-before-save-font-hook, verilog-after-save-font-hook):
1164         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1165         (vhdl-array-index-record-field-in-sensitivity-list)
1166         (vhdl-indent-comment-like-next-code-line):
1167         * textmodes/reftex-vars.el (reftex-ref-style-alist)
1168         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1169         (reftex-cite-key-separator, reftex-create-bibtex-header)
1170         (reftex-create-bibtex-footer):
1171         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1172         (rst-indent-literal-normal, rst-indent-literal-minimized)
1173         (rst-indent-comment): Add missing custom :version tags.
1175         * calendar/timeclock.el (timeclock-modeline-display):
1176         Add missing obsolete alias for renamed user option.
1178         * strokes.el (strokes-modeline-string):
1179         * emulation/crisp.el (crisp-mode-modeline-string):
1180         * eshell/esh-mode.el (eshell-status-in-modeline):
1181         Aliases to defcustoms must come before the defcustom.
1183         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1184         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1185         (cal-tex-cursor-week-monday): Doc fixes.
1186         (cal-tex-cursor-week2-summary): Doc fix.
1187         Rename from cal-tex-cursor-week-at-a-glance.
1189         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1190         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
1192         * calendar/calendar.el (calendar-mode-map):
1193         Add cal-tex-cursor-week2-summary.
1195 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1197         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1199         * subr.el (read-passwd-map): New var.
1200         (read-passwd): Use `read-string' again.
1201         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1203 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
1205         * register.el (append-to-register, prepend-to-register):
1206         Deactivate mark, as does `copy-to-register' (bug#12389).
1208 2012-10-06  Chong Yidong  <cyd@gnu.org>
1210         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1212 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
1214         * international/characters.el: Fix simple mistake ((car chars) ->
1215         elt), delete duplicated code.
1217 2012-10-06  Glenn Morris  <rgm@gnu.org>
1219         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
1221 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1223         * color.el (color-hsl-to-rgb): Fix incorrect results for
1224         small and large hue values.  (Bug#12559)
1226 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
1228         Enhancements to docstring formatting when filling paragraphs.
1229         * progmodes/python.el (python-fill-docstring-style): Rename from
1230         python-fill-string-style.  Added new style.
1231         (python-fill-string): Use new style.  Better checks for
1232         docstrings.
1234 2012-10-05  Glenn Morris  <rgm@gnu.org>
1236         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1238         * color.el (color-name-to-rgb, color-rgb-to-hex)
1239         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1240         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1241         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1242         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1244         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
1246 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
1248         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1249         to get the correct size across symlinks.
1251         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1253 2012-10-04  Juri Linkov  <juri@jurta.org>
1255         * replace.el (query-replace-interactive): Declare obsolete.
1256         (query-replace-read-from): Add the last incremental search string
1257         to the list of default values accessible via M-n.
1258         (map-query-replace-regexp): Use `read-regexp'.
1259         (query-replace, query-replace-regexp, query-replace-regexp-eval)
1260         (map-query-replace-regexp, replace-string, replace-regexp):
1261         Fix docstrings to replace mentions of `query-replace-interactive'
1262         with alternatives.  (Bug#12526)
1264 2012-10-04  Juri Linkov  <juri@jurta.org>
1266         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
1267         (dired-pop-to-buffer): Declare obsolete.
1268         (dired-mark-pop-up): Doc fix.
1270 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
1272         Allow user to set docstring style for fill-paragraph.
1273         * progmodes/python.el
1274         (python-fill-comment-function, python-fill-string-function)
1275         (python-fill-decorator-function, python-fill-paren-function):
1276         Remove :safe for defcustoms.
1277         (python-fill-string-style): New defcustom
1278         (python-fill-paragraph-function): Enhance context detection.
1279         (python-fill-string): Honor python-fill-string-style settings.
1281 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
1283         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1284         after setting its buffer (Bug#10805).
1286 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
1288         Fix cornercase for string syntax.
1289         * progmodes/python.el (python-syntax-propertize-function):
1290         Simplify and enhance the regexp for unescaped quotes.  Now it also
1291         matches quotes in weird situations like the single quote in
1292         "something\"'".
1293         (python-syntax-stringify): Simplify num-quotes detecting code.
1295 2012-10-03  Glenn Morris  <rgm@gnu.org>
1297         * help-macro.el (three-step-help):
1298         Revert 2012-09-29 change.  (Bug#12567)
1300 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
1302         * menu-bar.el (kill-this-buffer): Don't do anything when
1303         `menu-frame' is not alive or visible (Bug#8184).
1305         * emacs-lisp/debug.el (debug): When quitting the debugger window
1306         restore current buffer (Bug#12502).
1308 2012-10-02  Chong Yidong  <cyd@gnu.org>
1310         * progmodes/hideif.el (hif-lookup, hif-defined):
1311         Handle semantic-c-takeover-hideif.
1313 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
1315         Change sampling interval units from ms to ns.
1316         * profiler.el (profiler-sampling-interval): Change units
1317         from ms to ns, multiplying the default by 1000000 so that
1318         it remains 1 ms.
1319         (profiler-report-cpu-line-format): Give enough room for
1320         the maximum counters on 64-bit hosts.
1321         (profiler-report-render-calltree-1): Call them "CPU samples",
1322         not "Time (ms)", since they are not milliseconds now (and
1323         never really were).
1325 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
1327         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1328         Fix querying BBDB for entries without a last name (Bug#11580).
1330 2012-10-02  Chong Yidong  <cyd@gnu.org>
1332         * emacs-lisp/eieio.el: Restore Version header.
1334 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1336         * vc/diff-mode.el (diff--auto-refine-data): New var.
1337         (diff-hunk): Use it to delay refinement.
1338         (diff-mode): Remove overlays when we turn off font-lock.
1340         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1341         (table-initialize-table-fixed-width-mode)
1342         (table-set-table-fixed-width-mode): Remove functions.
1343         (table-command-list): Move initialization into declaration.
1344         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1345         (table-with-cache-buffer): Use `declare'.
1346         (table-span-cell): Simplify via CSE.
1347         (table-fixed-width-mode): Use define-minor-mode.
1348         (table-call-interactively, table-funcall, table-apply): Remove.
1349         (table-function): New function, to replace them.
1351         * bookmark.el (bookmark-search-pattern): Remove var.
1352         (bookmark-read-search-input): Remove function.
1353         (bookmark-bmenu-search): Reimplement using a minibuffer.
1355         * faces.el (modeline): Remove obsolete face name.
1357         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1358         and give a non-nil default value.
1359         (add-change-log-entry): Simplify accordingly.
1361 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1363         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1364         (vc-git-log-edit-toggle-amend): New function.
1365         (vc-git-log-edit-toggle-signoff): New function.
1366         (vc-git-log-edit-mode): New major mode.
1367         (vc-git-log-edit-mode-map): Keymap for it.
1368         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1370         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1371         header names.
1372         (log-edit-toggle-header): New function.
1373         (log-edit-extract-headers): Accept function values in HEADERS alist.
1375 2012-10-01  David Engster  <deng@randomsample.de>
1377         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1378         from symbol property and change message to be more consistent with
1379         Emacs proper.
1380         (eieio-describe-generic): Add filename for each implementation.
1381         Fix indices for generic and normal methods.
1382         (eieio-method-def, eieio-class-def): New buttons.
1383         (eieio-help-find-method-definition)
1384         (eieio-help-find-class-definition): New functions.
1385         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1386         class, constructor and method definitions.
1388         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1389         information in symbol property.
1390         (scoped-class): Remove.
1391         (eieio-slot-name-index, call-next-method): Check if it is bound.
1393 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
1395         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1396         (eieio-custom-mode): New major mode.
1397         (eieio-customize-object): Use it.
1399 2012-10-01  Eric Ludlam  <zappo@gnu.org>
1401         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1402         specifying the expected class, and whether subclassing is allowed.
1403         (eieio-persistent-convert-list-to-object):
1404         (eieio-persistent-validate/fix-slot-value)
1405         (eieio-persistent-slot-type-is-class-p): New functions.
1406         (eieio-named::slot-missing): Doc fix.
1408         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1409         Stop using unused publd variable.
1411         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1412         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1413         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1414         (eieio-speedbar-handle-click): Do not specify a class for the
1415         method.  Fixes method invocation order problems with EDE.
1417 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1419         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1420         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1422 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
1424         * bookmark.el (bookmark-version-control): Give tags in the
1425         :type choices (Bug#12309), and improve doc string.
1426         (bookmark-write-file): Bind `print-circle' to `t' to allow
1427         circular custom bookmark types.  (Bug#12503)
1429 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
1431         Revert the FOLLOW-SYMLINKS change for file-attributes.
1432         * files.el (remote-file-name-inhibit-cache, after-find-file):
1433         * time.el (display-time-file-nonempty-p): Undo last change.
1435         * profiler.el (profiler-sampling-interval): Change default back to 1.
1436         See Stefan Monnier in
1437         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1439 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
1441         Shell output catching a la gud-gdb.
1442         * progmodes/python.el (python-shell-fetch-lines-in-progress)
1443         (python-shell-fetch-lines-string, python-shell-fetched-lines):
1444         New Vars.
1445         (python-shell-fetch-lines-filter): New function.
1446         (python-shell-send-string-no-output): Use them.
1448 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
1450         * profiler.el (profiler-sampling-interval): Rename from
1451         profiler-sample-interval.
1452         (profiler-sampling-interval): Default to 10.
1453         (profiler-find-profile): New command (was profiler-find-log).
1454         (profiler-find-profile-other-window): New command.
1455         (profiler-find-profile-other-frame): New command.
1456         (profiler-profile): Introduce API-level data structure.
1458 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
1460         file-attributes has a new optional arg FOLLOW-SYMLINKS.
1461         * files.el (remote-file-name-inhibit-cache):
1462         * time.el (display-time-file-nonempty-p): Use it.
1463         * files.el (after-find-file): Don't chase links before calling
1464         file-exists-p, as file-exists-p already does the right thing.
1466 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
1468         Merge from standalone RefTeX repository.
1470         The following ChangeLog entries are shortened versions of the
1471         original ones with file paths adapted.  A not so strongly edited
1472         version of the original ChangeLog can be found in the commit log.
1474         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1475         (reftex-arg-cite): Use `reftex-cite-key-separator'.
1476         Correctly handle new value type returned by `reftex-citation'.
1478         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1479         that entries with whitespace at various places are found.
1480         Doc fix. Include entries that are cross-referenced from cited entries.
1481         Include @String definitions in the resulting bib file.  Add header
1482         and footer defined in `reftex-create-bibtex-header' and
1483         `reftex-create-bibtex-footer'.
1484         (reftex-do-citation): Make it possible again to insert
1485         non-existent entries.  Save match data when asking for optional
1486         arguments. Return all keys, not just the first one.
1487         (reftex-all-used-citation-keys): Fix regexp to correctly extract
1488         all citations in the same line.
1489         (reftex-parse-bibtex-entry): Accept additional optional argument
1490         `raw' and keep quotes or braces if it is non-nil.  Match fields
1491         containing hyphens besides word constituents.
1492         (reftex-get-string-refs): New function.
1493         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1494         and ask if it should be reread in case it did.
1495         (reftex-pop-to-bibtex-entry)
1496         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1497         entries with spaces or tabs in front of arguments.
1498         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1499         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1500         Match entries containing numbers and symbol constituents.
1501         (reftex-do-citation, reftex-figure-out-cite-format):
1502         Use `reftex-cite-key-separator'.
1504         * textmodes/reftex-dcr.el: Move provide statement to end of file.
1505         (reftex-mouse-view-crossref): Explain why point is set.
1507         * textmodes/reftex-global.el: Whitespace changes.
1509         * textmodes/reftex-index.el: Move provide statement to end of
1510         file.
1511         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1512         (reftex-index-visit-phrases-buffer): Set marker when visiting
1513         buffer.  This allows for returning from the phrases file to the
1514         file one was just editing instead of the file where the last
1515         phrases was added from.
1516         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
1517         punctuation syntax as it usually is not used as string quote in
1518         TeX-related modes and may occur unmatched.  The change also
1519         prevents fontification of quoted content.
1520         (reftex-index-phrases-mode): Use it.
1522         * textmodes/reftex-parse.el (reftex-parse-from-file):
1523         Move backward one char if a `\' was matched after a section macro.
1524         (reftex-parse-from-file): Use beginning of match instead of end as
1525         bound.
1527         * textmodes/reftex-ref.el: Adapt creation of
1528         `reftex-<package>-<macro>' functions to new structure of
1529         `reftex-ref-style-alist'.
1530         (reftex-reference): Use `reftex-ref-style-list' function.
1531         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
1532         reference macro if `reftex-ref-macro-prompt' is non-nil.
1533         (reftex-reference): Pass refstyle to `reftex-format-special'.
1534         Determine reference macro by looking at
1535         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1536         Use only one special format function.
1537         (reftex-varioref-vref, reftex-fancyref-fref)
1538         (reftex-fancyref-Fref): Remove definitions.  The functions are now
1539         generated from `reftex-ref-style-alist'.
1540         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1541         Remove.
1542         (reftex-format-special): New function.
1544         * textmodes/reftex-sel.el
1545         (reftex-select-cycle-ref-style-internal): Adapt to new structure
1546         of `reftex-ref-style-alist'. Remove code for testing macro type.
1547         (reftex-select-toggle-varioref)
1548         (reftex-select-toggle-fancyref): Remove.
1549         (reftex-select-cycle-ref-style-internal)
1550         (reftex-select-cycle-ref-style-forward)
1551         (reftex-select-cycle-ref-style-backward): New functions.
1552         (reftex-select-label-map): Use `v' and `V' for general cycling
1553         through reference styles.  Add `p' for switching between number
1554         and page reference types.
1556         * textmodes/reftex-toc.el (reftex-re-enlarge):
1557         Call `enlarge-window' only if there is something to do because in Emacs
1558         the horizontal version throws an error even if the parameter is 0.
1560         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1561         (reftex-plug-into-AUCTeX): Doc fix.
1562         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1563         string.  Adapt to new name.
1564         (reftex-ref-style-alist): Change structure so that it is not
1565         possible to use multiple different package names within a style.
1566         Remove the symbols for symbols for macro type distinction.
1567         Add characters for macro selection.
1568         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1569         (reftex-create-bibtex-footer): New variables.
1570         (reftex-format-ref-function): Mention third argument of special
1571         format function.
1572         (reftex-ref-style-alist, reftex-ref-style-default-list):
1573         New variables.
1574         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1575         to new implementation.  Mark as obsolete.  Add compatibility code
1576         for honoring the variable values in case they are set.
1577         (reftex-cite-format-builtin, reftex-bibliography-commands):
1578         Add support for ConTeXt.
1579         (reftex-format-ref-function, reftex-format-cite-function):
1580         Fix custom type.
1581         (reftex-cite-key-separator): New variable.
1583         * textmodes/reftex.el (reftex-syntax-table-for-bib)
1584         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1585         `reftex-syntax-table' because parens have to retain their paren
1586         syntax in order for parsing of BibTeX entries like @book(...) to
1587         work.
1588         (reftex-in-comment): Do not error out if `comment-start-skip' is
1589         not set.  Deal correctly with escaped comment characters.
1590         (reftex-tie-multifile-symbols): Add doc string.
1591         Initialize `reftex-ref-style-list'.
1592         (reftex-untie-multifile-symbols): Add doc string.
1593         (reftex-add-index-macros): Doc fix.
1594         (reftex-ref-style-activate, reftex-ref-style-toggle)
1595         (reftex-ref-style-list): New functions.
1596         (reftex-mode-menu): Use them.  Adapt to new structure of
1597         `reftex-ref-style-alist'.
1598         (reftex-select-with-char): Kill the RefTeX Select buffer when
1599         done.
1600         (reftex-remove-if): New function.
1601         (reftex-erase-all-selection-and-index-buffers)
1602         (reftex-mode-menu): Reference styles are now computed from
1603         `reftex-ref-style-alist'.  Fix typo.
1604         (reftex-report-bug): New function.
1605         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1606         algorithms with O(n log n).  Introduce optional argument SORT (not
1607         yet used).
1609 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
1611         Enhancements for triple-quote string syntax.
1612         * progmodes/python.el (python-syntax-propertize-function):
1613         Match both quote cases in one regexp.
1614         (python-syntax-stringify): Handle matches properly.
1616 2012-09-30  Juri Linkov  <juri@jurta.org>
1618         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
1619         to nil around the call to `insert' to prevent
1620         directory time modification by lock_file.  (Bug#2295)
1621         * tar-mode.el (tar-summarize-buffer): Idem.
1623 2012-09-30  Juri Linkov  <juri@jurta.org>
1625         * facemenu.el (list-colors-sort): Add option "Luminance".
1626         (list-colors-sort-key): Implement it.
1628         * vc/diff-mode.el (diff-refine-removed):
1629         * vc/ediff-init.el (ediff-fine-diff-A):
1630         * vc/smerge-mode.el (smerge-refined-removed):
1631         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
1633 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
1635         * term/ns-win.el (x-file-dialog): New function.
1637 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
1639         * ido.el (ido-max-directory-size): Default to nil; the current
1640         default is small for POSIX systems, and impractical on Windows 7
1641         now that lstat returns directory sizes for NTFS.
1643 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
1645         In buffer display functions handle window-height/window-width
1646         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
1647         * window.el (window--display-buffer): New argument ALIST.
1648         Obey window-height and window-width alist entries.
1649         (window--try-to-split-window): New argument ALIST.
1650         Bind window-combination-limit to t when the window's size shall be
1651         changed and window-combination-limit equals `window-size'.
1652         (display-buffer-in-atom-window)
1653         (display-buffer-in-major-side-window)
1654         (display-buffer-in-side-window, display-buffer-same-window)
1655         (display-buffer-reuse-window, display-buffer-pop-up-frame)
1656         (display-buffer-pop-up-window, display-buffer-below-selected)
1657         (display-buffer-at-bottom, display-buffer-in-previous-window)
1658         (display-buffer-use-some-window): Adjust all callers of
1659         window--display-buffer and window--try-to-split-window.
1660         (fit-frame-to-buffer): New option.
1661         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1662         is non-nil.
1663         (display-buffer-in-major-side-window): Evaluate window-height /
1664         window-width alist entries.
1666         * help.el (temp-buffer-resize-frames)
1667         (temp-buffer-resize-regexps): Remove options.
1668         (temp-buffer-resize-mode): Adjust doc-string.
1669         (resize-temp-buffer-window): Don't consult
1670         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
1671         temp-buffer-resize-frames.
1673         * dired.el (dired-mark-pop-up):
1674         Call display-buffer-below-selected with a fit-window-to-buffer alist
1675         entry.
1677 2012-09-30  Chong Yidong  <cyd@gnu.org>
1679         * server.el (server-host): Document the security implications.
1680         (server-auth-key): Doc fix.
1682         * startup.el (initial-buffer-choice): Doc fix.
1684         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1686         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1687         restriction change.
1689         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1691         * help-fns.el (help-fns--obsolete): Fix last change.
1693 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1695         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1696         (minor-mode-map-alist): Remove redundant code.
1698         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1699         visited in a buffer.
1700         (cvs-insert-visited-file): New function.
1701         (find-file-hook): Use it.
1703         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1705         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1706         chose face.
1707         (log-edit-empty-buffer-p): Don't require a space after a header.
1709         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1711         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1713         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1714         a proper minor-mode.
1716         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1718 2012-09-29  Glenn Morris  <rgm@gnu.org>
1720         * winner.el (winner-mode): Remove variable (let define-minor-mode
1721         handle it).
1722         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1723         Doc fixes.
1724         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1725         (winner-mode): Use define-minor-mode.
1727         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1728         the full definition in loaddefs, rather than duplicating it.
1730         * help-macro.el (three-step-help): No need to autoload defcustom.
1732         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1733         (inferior-lisp-program, inferior-lisp-load-command)
1734         (inferior-lisp-prompt, inferior-lisp-mode-hook):
1735         No need to autoload defcustoms.
1737         * hippie-exp.el (hippie-expand-try-functions-list)
1738         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1739         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1740         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
1741         (hippie-expand-only-buffers): No need to autoload defcustoms.
1742         * progmodes/vhdl-mode.el (vhdl-line-expand):
1743         Explicitly load hippie-exp, so it does not get autoloaded
1744         while hippie-expand-try-functions-list is let-bound.
1746 2012-09-28  Glenn Morris  <rgm@gnu.org>
1748         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1750         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1751         Only "cl.el" counts as cl these days.
1753 2012-09-28  Juri Linkov  <juri@jurta.org>
1755         Display archive errors in the echo area instead of inserting
1756         to the file buffer.
1758         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1759         to STDERR-TEST that can be a regexp matching a successful output.
1760         Create a temporary file and redirect stderr to it.  Search for
1761         STDERR-TEST in the stderr output and display it in the echo area
1762         if no match is found.
1763         (archive-extract-by-file): New function like
1764         `archive-extract-by-stdout' but extracting archives to files
1765         and looking for successful matches in stdout.  Function body is
1766         mostly copied from `archive-rar-extract'.
1767         (archive-rar-extract): Use `archive-extract-by-file'.
1768         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
1770 2012-09-28  Leo Liu  <sdl.web@gmail.com>
1772         * pcomplete.el (pcomplete-show-completions):
1773         Use minibuffer-message to make pcomplete usable in minibuffer.
1775         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1777 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1779         * type-break.el: Use lexical-binding.
1780         (type-break-mode): Use define-minor-mode.
1782         * emacs-lisp/pcase.el (pcase--mark-used): New.
1783         (pcase--u1): Use it (bug#12512).
1785         * custom.el (load-theme): Set buffer-file-name so the load is recorded
1786         in load-history with the right file name.
1788 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
1790         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
1791         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
1792         (doc-view-get-bounding-box): Make bounding box slicing work for
1793         ODF and DVI documents.
1795 2012-09-28  Glenn Morris  <rgm@gnu.org>
1797         * type-break.el (type-break-mode, type-break-interval)
1798         (type-break-good-rest-interval, type-break-keystroke-threshold):
1799         No need to autoload.
1800         (type-break-good-rest-interval, type-break-keystroke-threshold):
1801         Add :set-after.
1803 2012-09-28  Chong Yidong  <cyd@gnu.org>
1805         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
1806         Add :version tag.
1808 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1810         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
1812 2012-09-27  Glenn Morris  <rgm@gnu.org>
1814         * faces.el (x-display-name): Declare (for without-x builds).
1816         * linum.el (linum-format): Don't autoload it.  Improve :type.
1818         * progmodes/tcl.el: Don't require outline when compiling.
1819         (outline-regexp, outline-level): Declare.
1820         * textmodes/sgml-mode.el: Don't require outline when compiling.
1821         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
1823         * term.el (term-ansi-reset):
1824         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
1826         * vc/vc.el (vc-next-action): Only gripe about committing read-only
1827         files for RCS and SCCS.  (Bug#9781)
1829 2012-09-27  Chong Yidong  <cyd@gnu.org>
1831         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
1832         change; value should be t.
1834 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1836         * image-mode.el: Use lexical-binding.
1837         (image-mode-winprops): Use t to stand for the window of
1838         a buffer that's not displayed.
1839         * doc-view.el (doc-view-new-window-function): Handle the new
1840         t in winprops.
1841         (doc-view-enlarge): Make it a real nop if the size is not changed.
1842         (doc-view-display): Handle the case where the buffer is not (yet?)
1843         displayed in any window.
1844         (doc-view-saved-settings): New var.
1845         (doc-view-mode): Use it.
1846         (doc-view-fallback-mode): Set it.
1848         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
1849         Set lexical-binding.
1850         (minibuffer-eldef-shorten-default): New var.
1851         (minibuffer-default-in-prompt-regexps): Use it for new default.
1852         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
1854 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
1856         * international/uni-bidi.el:
1857         * international/uni-category.el:
1858         * international/uni-name.el:
1859         * international/uni-numeric.el: Regenerate.
1861 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
1862             Stefan Monnier  <monnier@iro.umontreal.ca>
1864         * profiler.el: New file.
1866 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1868         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
1869         (testcover-reinstrument): Simplify with CSE.
1871 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
1873         * window.el (temp-buffer-window-setup): Fix typo in docstring.
1875 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
1877         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
1878         (verilog-auto-input, verilog-auto-insert-lisp)
1879         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1880         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
1881         (verilog-auto-unused, verilog-auto-wire)
1882         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
1883         newline.  Reported by Andrew Jones.
1884         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
1885         Reported by Brad Dobbie.
1886         (verilog-batch-delete-trailing-whitespace):
1887         Create verilog-batch-delete-trailing-whitespace.
1888         Reported by Brad Dobbie.
1889         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
1890         parameters from another module.  Reported by Dan Katz.
1891         (verilog-auto, verilog-auto-assign-modport)
1892         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
1893         AUTOINOUTMODPORT for UVM interface module shell generation.
1894         Reported by Brad Dobbie.
1895         (verilog-auto-inst-interfaced-ports): Make default nil, as more
1896         standard behavior.
1897         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
1898         Reported by Matt Martin.
1900 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
1902         * window.el (window--resize-child-windows): When resizing child
1903         windows proportionally, process them in reverse order to
1904         preserve the "when splitting a window the new one gets the odd
1905         line" behavior.
1906         (window--resize-root-window-vertically): When resizing the
1907         minibuffer window try to affect only windows at the bottom of the
1908         frame.  (Bug#12419)
1910 2012-09-25  Chong Yidong  <cyd@gnu.org>
1912         * subr.el (declare): Doc fix.
1914         * help-fns.el (help-fns--obsolete): Handle macros properly.
1916 2012-09-25  Chong Yidong  <cyd@gnu.org>
1918         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
1919         this function obsolete.
1921         * calendar/cal-x.el (calendar-two-frame-setup)
1922         (calendar-only-one-frame-setup, calendar-one-frame-setup):
1923         * calendar/calendar.el (american-calendar, european-calendar)
1924         (calendar-for-loop):
1925         * comint.el (comint-dynamic-simple-complete)
1926         (comint-dynamic-complete-as-filename, comint-unquote-filename):
1927         * desktop.el (desktop-load-default):
1928         * dired-x.el (dired-omit-here-always)
1929         (dired-hack-local-variables, dired-default-directory):
1930         * emacs-lisp/derived.el (derived-mode-class):
1931         * emacs-lisp/timer.el (timer-set-time-with-usecs):
1932         * emacs-lock.el (toggle-emacs-lock):
1933         * epa.el (epa-display-verify-result):
1934         * epg.el (epg-sign-keys, epg-start-sign-keys)
1935         (epg-passphrase-callback-function):
1936         * eshell/esh-util.el (eshell-for):
1937         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
1938         (eshell-add-to-window-buffer-names):
1939         * files.el (locate-file-completion):
1940         * imenu.el (imenu-example--create-c-index)
1941         (imenu-example--create-lisp-index)
1942         (imenu-example--lisp-extract-index-name)
1943         (imenu-example--name-and-position):
1944         * international/mule-cmds.el (princ-list):
1945         * international/mule-diag.el (decode-codepage-char):
1946         * international/mule-util.el (detect-coding-with-priority):
1947         * iswitchb.el (iswitchb-read-buffer):
1948         * mail/mailalias.el (mail-complete):
1949         * mail/sendmail.el (mail-sent-via):
1950         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
1951         (mouse-major-mode-menu):
1952         * password-cache.el (password-read-and-add):
1953         * pcomplete.el (pcomplete-parse-comint-arguments):
1954         * progmodes/sh-script.el (sh-maybe-here-document):
1955         * replace.el (query-replace-regexp-eval):
1956         * savehist.el (savehist-load):
1957         * simple.el (choose-completion-delete-max-match):
1958         * term.el (term-dynamic-simple-complete):
1959         * vc/ediff-init.el (ediff-check-version):
1960         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
1961         * vc/vc.el (vc-diff-switches-list):
1962         * view.el (view-return-to-alist-update): Likewise.
1964         * subr.el (eval-next-after-load, makehash, insert-string)
1965         (assoc-ignore-representation, assoc-ignore-case): Use declare to
1966         mark obsolete.
1967         (mode-line-inverse-video): Variable deleted.
1969         * international/mule-util.el (string-to-sequence): Remove.
1971         * calendar/calendar.el (calendar-version):
1972         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
1973         (icalendar-convert-diary-to-ical):
1974         * cus-edit.el (custom-mode):
1975         * ansi-color.el (ansi-color-unfontify-region):
1976         * international/latin1-disp.el (latin1-char-displayable-p):
1977         * progmodes/cwarn.el (turn-on-cwarn-mode):
1978         * progmodes/which-func.el (which-func-update-1):
1979         Use define-obsolete-function-alias.
1981         * net/newst-backend.el (newsticker-cache-filename):
1982         * net/newst-treeview.el (newsticker-groups-filename):
1983         Fix incorrect obsolescence declaration.
1985         * allout.el (allout-passphrase-hint-string): Likewise.
1986         (allout-init): Use a declare form to mark obsolete.
1988         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
1989         this applies to functions.
1991         * iswitchb.el (iswitchb-read-buffer): Move code of
1992         iswitchb-define-mode-map here, and delete that obsolete function.
1994         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
1995         font-lock-reference-face.
1997 2012-09-25  Glenn Morris  <rgm@gnu.org>
1999         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2000         Doc fixes.
2002         * eshell/em-term.el (eshell-term-name):
2003         Default to term-term-name.  (Bug#12485)
2005 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
2007         * progmodes/python.el (python-shell-send-buffer): Better handling
2008         of "if __name__ == '__main__':" conditionals when sending the buffer.
2010 2012-09-24  Glenn Morris  <rgm@gnu.org>
2012         * eshell/esh-cmd.el (eshell-find-alias-function):
2013         Tighten up file-name regexp.  (Bug#12499)
2015 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
2017         Enhancements for triple-quote string syntax.
2018         * progmodes/python.el (python-quote-syntax): Remove.
2019         (python-syntax-propertize-function): New value.
2020         (python-syntax-count-quotes, python-syntax-stringify):
2021         New functions.
2023 2012-09-24  Chong Yidong  <cyd@gnu.org>
2025         * mail/supercite.el (sc-version): Remove obsolete function.
2026         (sc-describe): Don't mark as obsolete, since it is bound.
2027         (sc-submit-bug-report): Remove.
2029         * vc/log-edit.el (cvs-changelog-full-paragraphs)
2030         (cvs-commit-buffer-require-final-newline): Remove.
2031         (log-edit-require-final-newline)
2032         (log-edit-changelog-full-paragraphs): Default to t.
2034         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2035         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2036         * vc/vc.el (vc-checkout-carefully): Likewise.
2038         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2039         (emerge-version): Remove.
2041         * progmodes/compile.el (compile-internal): Remove.
2042         (compilation-parse-errors-function): Fix typo.
2044         * international/mule.el (set-char-table-default): Remove.
2045         (set-coding-priority, make-coding-system, generic-char-p)
2046         (charset-list, charset-bytes, charset-id): Use declare to mark
2047         functions as obsolete.
2049         * vc/pcvs-defs.el (cvs-buffer-name-alist)
2050         (cvs-invert-ignore-marks): Remove references to obsolete vars.
2051         * vc/vc-hooks.el (vc-default-registered): Don't use
2052         vc-master-templates.
2054         * font-lock.el (font-lock-reference-face):
2055         Use define-obsolete-variable-alias.
2057         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2058         * calendar/calendar.el (calendar-font-lock-keywords):
2059         * calendar/diary-lib.el (diary-font-lock-keywords)
2060         (diary-fancy-font-lock-keywords):
2061         * textmodes/reftex-sel.el (reftex-insert-docstruct):
2062         * textmodes/reftex-index.el (reftex-insert-index):
2063         * textmodes/reftex-cite.el (reftex-format-bib-entry):
2064         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2065         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2066         * progmodes/prolog.el (prolog-font-lock-keywords):
2067         * progmodes/idlwave.el (idlwave-idl-keywords):
2068         * progmodes/ada-mode.el (ada-font-lock-keywords):
2069         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2071 2012-09-24  Glenn Morris  <rgm@gnu.org>
2073         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2075 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
2077         * progmodes/python.el (python-indent-line): More consistent cursor
2078         movement behavior.
2080 2012-09-23  Stefan Merten  <smerten@oekonux.de>
2082         * textmodes/rst.el: Fix compiler warning.
2084 2012-09-23  Roland Winkler  <winkler@gnu.org>
2086         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2087         Transcribe also LaTeX hyphenation.
2088         (bibtex-reformat): Bug fix. Do not quote twice the elements of
2089         bibtex-reformat-previous-options.
2091 2012-09-23  Roland Winkler  <winkler@gnu.org>
2093         * proced.el (proced-renice-command): New variable.
2094         (proced-marked-processes): New function.
2095         (proced-with-processes-buffer): New macro.
2096         (proced-send-signal): Use them.
2097         (proced-renice): New command bound to r.
2099 2012-09-23  Roland Winkler  <winkler@gnu.org>
2101         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2102         ibuffer-saved-filter-groups has one element, shortcut the call of
2103         completing-read.  (Bug#12331)
2105 2012-09-23  Chong Yidong  <cyd@gnu.org>
2107         * bindings.el (mode-line-toggle-read-only):
2108         * bs.el (bs-toggle-readonly):
2109         * buff-menu.el (Buffer-menu-toggle-read-only):
2110         * dired.el (dired-toggle-read-only):
2111         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2113 2012-09-23  Chong Yidong  <cyd@gnu.org>
2115         * image.el (image-type-available-p): Adapt to init-image-library
2116         argument changes.
2118 2012-09-22  Juri Linkov  <juri@jurta.org>
2120         * dired.el (dired-mode-map): Add [remap read-only-mode] for
2121         `dired-toggle-read-only'.  (Bug#12462)
2123 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
2125         * subr.el (temp-output-buffer-show): New function.
2126         (with-output-to-temp-buffer): Call temp-output-buffer-show
2127         instead of internal-temp-output-buffer-show.
2129 2012-09-22  Chong Yidong  <cyd@gnu.org>
2131         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2132         (Bug#12462).
2134         * repeat.el (repeat): Doc fix (Bug#12348).
2136         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2137         (Bug#10909).
2139         * simple.el (shell-command-on-region): Doc fix.
2140         (read-only-mode): Doc fix.
2142 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
2144         * emacs-lisp/timer.el (run-with-idle-timer)
2145         (timer-activate-when-idle): Warn against reinvoking an idle timer
2146         from within its own timer action.  (Bug#12447)
2148 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
2150         * cus-start.el (window-combination-limit): Add new optional
2151         values.
2152         * window.el (temp-buffer-window-show)
2153         (window--try-to-split-window): Handle new values of
2154         window-combination-limit (Bug#1806).
2155         (split-window): Test window-combination-limit for t instead of
2156         non-nil.
2157         (display-buffer-at-bottom): New buffer display action function.
2158         * help.el (temp-buffer-resize-regexps): New option.
2159         (temp-buffer-resize-mode): Rewrite doc-string.
2160         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2161         Don't resize reused window.  Suggested by Glenn Morris.
2163 2012-09-22  Stefan Merten  <smerten@oekonux.de>
2165         * textmodes/rst.el: Revamp section title faces.
2166         (rst-official-version)
2167         (rst-package-emacs-version-alist): Sync with official version
2168         V1.4.0.
2169         (rst-faces-defaults, rst-set-level-default)
2170         (rst-level-face-max, rst-level-face-base-color)
2171         (rst-level-face-base-light, rst-level-face-format-light)
2172         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2173         (rst-adornment-faces-alist): Match new setup.
2174         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2175         (rst-level-5, rst-level-6): New faces.
2177 2012-09-22  Chong Yidong  <cyd@gnu.org>
2179         * simple.el (undo): Handle indirect buffers (Bug#8207).
2181 2012-09-21  Leo Liu  <sdl.web@gmail.com>
2183         IDO: Disable match re-ordering for buffer switching.
2184         * ido.el (ido-buffer-disable-smart-matches): New variable.
2185         (ido-set-matches-1): Use it.  (Bug#2042)
2187 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
2189         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2190         Fix 2011-05-17 change.  (Bug#12418)
2192 2012-09-21  Leo Liu  <sdl.web@gmail.com>
2194         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2196 2012-09-21  Glenn Morris  <rgm@gnu.org>
2198         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2199         Be more robust about locating simple.el.
2201 2012-09-21  Glenn Morris  <rgm@gnu.org>
2203         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2205 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
2207         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
2209 2012-09-20  Juri Linkov  <juri@jurta.org>
2211         * replace.el (query-replace-read-from): Use `read-regexp' instead
2212         of `read-from-minibuffer' when `regexp-flag' is non-nil.
2213         (occur-read-primary-args): Use `read-regexp' instead of
2214         `read-string'.
2215         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2216         `read-from-minibuffer'.
2217         * isearch.el (isearch-occur): Use `read-regexp' instead of
2218         `read-string'.
2219         * dired.el (dired-read-regexp): Use `read-regexp' instead of
2220         `read-from-minibuffer'.
2221         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2222         of `read-string'.  (Bug#7567)
2224         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2225         and allow accepting a list of strings prepended to a list of
2226         standard default values.  Doc fix.  (Bug#12321)
2228         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
2230         * replace.el (read-regexp): Don't add ": " when PROMPT already
2231         ends with a colon and space.  (Bug#12321)
2233 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
2235         * doc-view.el (doc-view-display): Better fix for the cl-assertion
2236         error.
2238 2012-09-20  Stefan Merten  <smerten@oekonux.de>
2240         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2241         Fixes feature request bug#11711.
2242         (rst-mode): Create `imenu-create-index-function'.
2243         (rst-get-stripped-line): Delete after refactoring.
2244         (rst-section-tree, rst-section-tree-rec)
2245         (rst-section-tree-point): Refactor and document properly.
2246         (rst-imenu-find-adornments-for-position)
2247         (rst-imenu-convert-cell, rst-imenu-create-index):
2248         New function.
2250 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2252         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2253         (macroexp--expand-all): Use it.
2254         (macroexp--funcall-and-return): Remove by folding it into its sole
2255         caller (macroexp--warn-and-return).
2256         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2257         Use macroexp--obsolete-warning.
2259         * calc/calc.el: Fix last change by removing the whole chunk, since it
2260         was only needed back when Calc was not bundled.
2262 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
2264         * emacs-lisp/debug.el (debug): Restore assignment to
2265         debugger-old-buffer removed on 2012-09-08.
2267 2012-09-20  Juri Linkov  <juri@jurta.org>
2269         * dired-aux.el (dired-diff): Remove (require 'diff) since
2270         `diff-latest-backup-file' is now autoloaded.
2272 2012-09-20  Chong Yidong  <cyd@gnu.org>
2274         * vc/diff.el (diff-latest-backup-file): Autoload.
2276 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2278         * calc/calc.el: Remove redundant autoload shape check.
2279         (sel-mode): Don't defvar.
2280         (calc-get-stack-element): Add `sel-mode' arg instead.
2281         (calc-top, calc-top-list): Pass it this additional argument.
2282         * calc/calc-store.el (calc-store-map):
2283         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2284         (calc-map-equation, calc-outer-product, calc-inner-product):
2285         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2287         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2289 2012-09-19  Juri Linkov  <juri@jurta.org>
2291         * dired-aux.el (dired-diff): Add (require 'diff) because
2292         `diff-latest-backup-file' is not autoloaded.
2293         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2294         of `dired-get-filename' to t to not report error when there is
2295         no default file on the current line.
2297 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2299         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2300         macroexp--eval-if-compile.
2301         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2302         (macroexp--expand-all): Use them (bug#12371).
2304         * doc-view.el (doc-view-guess-paper-size)
2305         (doc-view-scale-bounding-box): Fix unbound `caddr'.
2307 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
2309         New feature: set optimal slice from BoundingBox information.
2310         * doc-view.el (doc-view-mode-map): Add keybinding.
2311         (doc-view-menu): Add menu entry.
2312         (doc-view-set-slice): Adapt docstring.
2313         (doc-view-get-bounding-box, doc-view-guess-paper-size)
2314         (doc-view-scale-bounding-box)
2315         (doc-view-set-slice-from-bounding-box): New functions.
2316         (doc-view-paper-sizes): New defvar.
2318 2012-09-19  Glenn Morris  <rgm@gnu.org>
2320         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2321         (byte-compile-log-warning): Autoload.  (Bug#12371)
2323         * calendar/calendar.el (calendar-american-month-header)
2324         (calendar-european-month-header, calendar-iso-month-header)
2325         (calendar-month-header): New options.
2326         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
2327         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
2329 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
2331         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2333 2012-09-18  Juri Linkov  <juri@jurta.org>
2335         * dired-aux.el (dired-diff): Restore original functionality of
2336         getting the default value, but keep new feature of using the
2337         latest existing backup file (`diff-latest-backup-file').
2339 2012-09-18  Juri Linkov  <juri@jurta.org>
2341         * dired.el (dired-mark): If the region is active in Transient Mark
2342         mode, mark all files in the active region.  Doc fix.
2343         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2344         Doc fix.  (Bug#10624)
2346 2012-09-18  Juri Linkov  <juri@jurta.org>
2348         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2349         attributes for M-n are pulled from the file at point.
2350         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2351         Suggested by Drew Adams.  (Bug#10624)
2353 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
2355         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2356         whitespace after "end".
2357         (ruby-do-end-to-brace): Collapse block to one line if it fits
2358         within fill-column.
2360 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
2362         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2363         value.
2364         (debug): Don't remove debugger window when debugger is expected
2365         to be back.
2367 2012-09-18  Chong Yidong  <cyd@gnu.org>
2369         * custom.el (defface): Doc fix.
2371         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2373 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
2375         * progmodes/compile.el (compilation-start): Use compilation-always-kill
2376         to initialize query-on-exit; then test that instead (bug#12288).
2378 2012-09-17  Stefan Merten  <smerten@oekonux.de>
2380         * textmodes/rst.el: Add support for `testcover'.
2381         (rst-defcustom-testcover, rst-testcover-add-compose)
2382         (rst-testcover-add-1value): New functions.
2383         (rst-portable-mark-active-p): Replace by `use-region-p'.
2384         (rst-update-section, rst-classify-adornment)
2385         (rst-find-title-line): Mark `1value' forms.
2386         (rst-classify-adornment): Remove superfluous form.
2387         (rst-update-section, rst-get-adornments-around)
2388         (rst-adornment-complete-p, rst-get-next-adornment)
2389         (rst-adjust, rst-promote-region)
2390         (rst-display-adornments-hierarchy, rst-straighten-adornments)
2391         (rst-find-pfx-in-region, rst-section-tree-rec)
2392         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2393         (rst-toc-node, rst-toc, rst-forward-section)
2394         (rst-iterate-leftmost-paragraphs)
2395         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2396         (rst-bullet-list-region)
2397         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2398         (rst-compile-find-conf, rst-compile)
2399         (rst-repeat-last-character): Fix style.
2401 2012-09-17  Chong Yidong  <cyd@gnu.org>
2403         * comint.el (comint--complete-file-name-data): Don't add a space
2404         if the status is `sole'; that adds a gratuitous space in the
2405         completion-cycling case (Bug#12092).
2407         * pcomplete.el (pcomplete-completions-at-point): Likewise.
2409 2012-09-17  Richard Stallman  <rms@gnu.org>
2411         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2412         only in the mime-shown mode, not in raw mode.
2413         (rmail-mime): Toggle off mime by displaying the message without
2414         mime processing.  (Bug#12305)
2416         * mail/rmail.el (rmail-retry-failure):
2417         Turn off mime processing first.  (Bug#12037)
2419         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2421 2012-09-17  Chong Yidong  <cyd@gnu.org>
2423         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2424         (shell-dynamic-complete-functions): Convert to defcustom.
2425         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2427         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2428         * comint.el (comint-prompt-read-only):
2429         * custom.el (defcustom):
2430         * hi-lock.el (hi-lock-mode):
2431         * ibuffer.el (ibuffer-formats):
2432         * ielm.el (ielm-prompt-read-only):
2433         * novice.el (disable-command):
2434         * saveplace.el (toggle-save-place):
2435         * speedbar.el (speedbar-supported-extension-expressions):
2436         * startup.el (auto-save-list-file-prefix, init-file-user)
2437         (after-init-hook, inhibit-startup-echo-area-message):
2438         * strokes.el (strokes-help):
2439         * time-stamp.el (time-stamp):
2440         * calendar/calendar.el (calendar, diary-file):
2441         * calendar/diary-lib.el (diary-mail-entries, diary)
2442         (diary-list-entries-hook):
2443         * calendar/holidays.el (holidays, calendar-holidays):
2444         * calendar/lunar.el (lunar-phases):
2445         * calendar/solar.el (sunrise-sunset):
2446         * emulation/edt.el (edt-load-keys):
2447         * emulation/viper.el (viper-mode):
2448         * eshell/em-alias.el (eshell-command-aliases-list):
2449         * eshell/esh-util.el (eshell-convert-numeric-arguments):
2450         * international/ogonek.el (ogonek-information):
2451         * net/tramp-cmds.el (tramp-bug):
2452         * net/quickurl.el (quickurl-reread-hook-postfix):
2453         * play/decipher.el (decipher-font-lock-keywords):
2454         * progmodes/cc-styles.el (c-set-style):
2455         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2456         * progmodes/inf-lisp.el (inferior-lisp-prompt):
2457         * progmodes/octave-mod.el (octave-mode):
2458         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2459         * progmodes/verilog-mode.el (verilog-read-defines):
2460         * textmodes/two-column.el (2C-mode): Likewise.
2462 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2464         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2465         that holds many addresses.
2467 2012-09-16  Chong Yidong  <cyd@gnu.org>
2469         * align.el (align-areas): Call the indication function with
2470         positions instead of markers for arguments (Bug#12343).
2472         * files.el (parse-colon-path): Use split-string (Bug#12351).
2474         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2475         (display-buffer-function): Mark as obsolete.
2477         * progmodes/compile.el (compilation-parse-errors): Accept list
2478         values similar to font-lock-keywords (Bug#12136).
2479         Suggested by Oleksandr Manzyuk.
2480         (compilation-error-regexp-alist): Doc fix.
2482 2012-09-15  Glenn Morris  <rgm@gnu.org>
2484         * version.el (emacs-bzr-version-bzr): New function.
2485         (emacs-bzr-get-version): Add optional EXTERNAL argument.
2487         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2488         checkouts, check the parent dirstate matches the branch.
2489         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
2490         empty string.
2492         * version.el (emacs-bzr-version): Doc fix.
2493         (emacs-bzr-version-dirstate): New function.
2494         (emacs-bzr-get-version): For lightweight checkouts, if the parent
2495         is local try and check that it matches the branch.  If not, just
2496         use dirstate information.  (Bug#12441)
2498 2012-09-14  Juri Linkov  <juri@jurta.org>
2500         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2501         (Bug#12399)
2503 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2505         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2507         * emacs-lisp/edebug.el: Miscellaneous cleanup.
2508         Remove obsolete byte-compiler hack that tried to silence some warnings.
2509         (edebug-submit-bug-report): Remove.
2510         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2511         Remove aliases, use the un-prefixed name instead.
2512         (edebug-pop-to-buffer): Consider other frames.
2513         (edebug-original-read):: Make it more obvious that it's always defined.
2514         (edebug--make-form-data-entry, edebug--form-data-name)
2515         (edebug--form-data-begin, edebug--form-data-end): Rename from the
2516         single-dashed name, and implement with cl-defstruct.
2517         (edebug-set-form-data-entry): Use the standard accessors.
2518         (edebug-make-top-form-data-entry): Use push.
2519         (edebug-no-match): Drop useless `funcall'.
2520         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2521         to functions.
2522         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2523         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2524         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2525         (easy-menu-define, with-custom-print): Remove redundant specs.
2526         (edebug-outside-overriding-local-map)
2527         (edebug-outside-overriding-terminal-local-map): Remove, unused.
2528         (edebug--display): Bind unread-command-events directly to nil rather
2529         than binding it to unread-command-events and later setting it to nil.
2530         (edebug--display): Kill edebug-eval-buffer here...
2531         (edebug--recursive-edit): ...rather than here.
2532         Bind standard-output and standard-input.
2533         (edebug-eval): Check cl-macroexpand-all is fboundp.
2534         (edebug-temp-display-freq-count): Fix last change.
2536         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2537         * subr.el (noreturn, 1value): Add `debug' spec.
2538         * emacs-lisp/advice.el: Require cl-lib.
2539         (ad-copy-tree): Remove, use copy-tree instead.
2540         (ad-dolist): Remove use dolist or cl-dolist instead.
2541         (ad-do-return): Remove, use cl-return instead.
2542         (defadvice): Add `debug' spec.
2544 2012-09-13  Juri Linkov  <juri@jurta.org>
2546         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2547         (Bug#12399)
2549 2012-09-13  Glenn Morris  <rgm@gnu.org>
2551         * calc/calc.el (math-compose-expr):
2552         * calc/calc-ext.el (math-compose-expr):
2553         * progmodes/cc-defs.el (cl-macroexpand-all):
2554         * progmodes/cc-langs.el (delete-duplicates, mapcan)
2555         (cl-macroexpand-all): Update declarations.
2557         * vc/vc.el: No need to require ediff.
2558         (ediff-load-version-control): Declare.
2559         (ediff-vc-internal): Fix declaration.
2560         (vc-version-ediff): Require ediff.
2562 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2564         Use a more backwards-compatible timer format (Bug#12430).
2565         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2566         being right after USECS, as that better supports old code that
2567         inadvisedly looked directly at the timer vector.
2569 2012-09-13  Kenichi Handa  <handa@gnu.org>
2571         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2572         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2573         `coding-priority' property of these language environment.
2575 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2577         Fix glitches caused by addition of psec to timers (Bug#12430).
2578         * image.el (image-animate-timer):
2579         * time.el (display-time-world-timer):
2580         Use timer--function and timer--args rather than raw access to
2581         timer vector.
2583 2012-09-13  Glenn Morris  <rgm@gnu.org>
2585         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2586         If not compiling a file, try using load-file-name.
2588 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2590         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2591         Fix last change.
2592         (edebug-update-eval-list): Use `push'.
2594         * emacs-lisp/edebug.el: Use lexical-binding.
2595         Remove the "edebug-" prefix from non-dynamically-scoped variables.
2596         Mark unused args with underscore.
2597         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2598         (edebug-form-data): Use defvar-local.
2599         (edebug-make-before-and-after-form, edebug-make-after-form):
2600         Use backquote.
2601         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2602         Not dynamically scoped any more.
2603         (edebug--enter-trace): Add arguments `function' and `args'.
2604         Rename from edebug-enter-trace.
2605         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
2606         (edebug--update-coverage): Add `after-index' and `value' args.
2607         Rename from edebug-update-coverage.
2608         (edebug-slow-after): Call it accordingly.
2609         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
2610         edebug-recursive-edit.
2611         (edebug--display): Call it accordingly.  Add args `value',
2612         `offset-index', and `arg-mode'.  Rename from edebug-display.
2613         (edebug-debugger, edebug): Call it accordingly.
2614         (edebug-eval-display-list): Use dolist.
2616 2012-09-12  Juri Linkov  <juri@jurta.org>
2618         * info.el (Info-search): Don't check for isearch-mode and
2619         isearch-regexp before let-binding search-spaces-regexp to
2620         Info-search-whitespace-regexp.
2621         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2622         search-whitespace-regexp if isearch-lax-whitespace or
2623         isearch-regexp-lax-whitespace is non-nil.
2624         (Info-mode): Don't set local variable search-whitespace-regexp.
2625         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2627 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2629         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2630         (debugger-env-macro): Remove support for unread-command-char.
2632         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2633         the temporary map re-appearing on emulation-mode-map-alists.
2635         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2636         since 22.1.
2638         * ehelp.el (with-electric-help): Accept functions in
2639         electric-help-form-to-execute.
2640         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2641         And replace unread-command-char -> unread-command-events.
2643 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
2645         Sync with Tramp 2.2.6.
2647         * net/tramp.el (tramp-accept-process-output): Don't use
2648         JUST-THIS-ONE in the XEmacs case.
2650         * net/trampver.el: Update release number.
2652 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
2654         * emacs-lisp/debug.el (debugger-previous-window-height):
2655         New variable.
2656         (debug): When debugger-jumping-flag is non-nil try to restore
2657         height of debugger window.  (Bug#8789)
2659 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2661         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2662         overriding-local-map and pre/post-command-hook here.
2663         (edebug-recursive-edit): Do it here instead (bug#12345).
2664         (edebug-outside-unread-command-char): Remove all uses of
2665         unread-command-char.
2667         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2668         inhibit-debugger is bound instead.
2670 2012-09-11  Bastien Guerry  <bzg@gnu.org>
2672         * subr.el (set-temporary-overlay-map): Add a docstring.
2673         (Bug#12346)
2675 2012-09-11  Bastien Guerry  <bzg@gnu.org>
2677         * minibuffer.el (completion-table-subvert): Fix docstring.
2678         (Bug#12347)
2680 2012-09-11  Bastien Guerry  <bzg@gnu.org>
2682         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
2684 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
2686         * progmodes/sql.el: Version 3.1
2687         (sql-db2-escape-newlines): New variable.
2688         (sql-escape-newlines-filter): Use it.
2690 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
2692         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2694 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
2696         * vc/diff-mode.el (diff-mode-menu):
2697         Bind diff-remove-trailing-whitespace.
2699 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2701         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
2702         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2703         (emacs-lisp-byte-code-mode): New functions.
2704         (eval-sexp-add-defvars): Don't skip defvars in column >0.
2705         (eval-defun-2): Remove bogus interactive spec.
2706         (lisp-indent-line): Remove redundant whole-exp code, now done in
2707         indent-according-to-mode.
2708         (save-match-data): Remove redundant indent data.
2710         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2711         Use `declare'.
2713 2012-09-09  Juri Linkov  <juri@jurta.org>
2715         * replace.el (replace-regexp-lax-whitespace): New defcustom.
2716         (replace-lax-whitespace, query-replace-regexp)
2717         (query-replace-regexp-eval, replace-regexp): Doc fix.
2718         (perform-replace, replace-highlight): Let-bind
2719         isearch-lax-whitespace to replace-lax-whitespace and
2720         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2722         * isearch.el (isearch-query-replace): Let-bind
2723         replace-lax-whitespace to isearch-lax-whitespace and
2724         replace-regexp-lax-whitespace to
2725         isearch-regexp-lax-whitespace.  (Bug#10885)
2727 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2729         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2731 2012-09-09  Alan Mackenzie  <acm@muc.de>
2733         * progmodes/cc-engine.el (c-state-cache-init):
2734         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2735         (c-record-parse-state-state):
2736         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
2738 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
2740         * register.el (register-separator): Rename from
2741         separator-register.  All uses changed.  Doc fix.
2742         (register): Fix version.
2744 2012-09-09  Chong Yidong  <cyd@gnu.org>
2746         * replace.el (query-replace-map): Bind four new symbols for
2747         requesting window scrolling.
2749         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2750         query-replace-map (Bug#8948).
2752         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2754         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2755         since they are now in query-replace-map.
2757         * window.el (scroll-other-window-down): Make the arg optional.
2759 2012-09-09  Chong Yidong  <cyd@gnu.org>
2761         * files.el (hack-local-variables-confirm): Use quit-window to kill
2762         the *Local Variables* buffer.
2764 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
2766         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2767         not just expect to be at its beginning.  Adjust callees.
2768         Succeed when do-end block has no space before the pipe character.
2769         (ruby-brace-to-do-end): When the original block is one-liner,
2770         convert to multiline.  Reindent the result.
2772 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
2774         * register.el (register): New group.
2775         (separator-register): New user option.
2776         (increment-register): Route it to `append-to-register', if
2777         register contains text.  Implication is that `C-x r +' can now be
2778         used for appending to a text register (bug#12217).
2779         (append-to-register, prepend-to-register): Add separator based on
2780         `separator-register'.
2782 2012-09-08  Alan Mackenzie  <acm@muc.de>
2784         AWK Mode: make auto-newline work when there's "==" in the pattern.
2785         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
2786         correctly.
2787         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2788         Test more rigorously for "=" token.
2790 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
2792         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
2793         Only fail when reached LIMIT.
2795 2012-09-08  Chong Yidong  <cyd@gnu.org>
2797         * dired.el (dired-mode-map): Don't bind M-=.
2799         * dired-aux.el (dired-diff): Use backup file as default.
2801 2012-09-08  Drew Adams  <drew.adams@oracle.com>
2803         * subr.el (add-to-history): Fix delete usage (Bug#12314).
2805 2012-09-08  Chong Yidong  <cyd@gnu.org>
2807         * subr.el (syntax-after, syntax-class): Doc fix.
2809 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
2811         * window.el (display-buffer-in-previous-window): New buffer
2812         display action function.
2814         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
2815         (debugger-previous-window): New variable.
2816         (debug): Rewrite using display-buffer-in-previous-window,
2817         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
2819 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2821         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
2823 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
2825         * progmodes/python.el (python-shell-send-string):
2826         When default-directory is remote, create temp file on remote
2827         filesystem.
2828         (python-shell-send-file): When file is remote, pass local view of
2829         file paths to remote Python interpreter.  (Bug#12340)
2831 2012-09-07  Chong Yidong  <cyd@gnu.org>
2833         * window.el (switch-to-buffer): Doc fix (Bug#12181).
2835         * files.el (after-find-file): Don't fail on a read-only buffer if
2836         require-final-newline is `visit' or `visit-save' (Bug#11156).
2838         * subr.el (read-char-choice): Allow quitting via ESC ESC.
2840         * userlock.el (ask-user-about-supersession-threat):
2841         Use read-char-choice (Bug#12093).
2843 2012-09-07  Chong Yidong  <cyd@gnu.org>
2845         * subr.el (buffer-narrowed-p): New function.
2847         * ses.el (ses-widen):
2848         * simple.el (count-words--buffer-message):
2849         * net/browse-url.el (browse-url-of-buffer): Use it.
2851         * simple.el (count-words-region): Don't signal an error if there
2852         is a non-nil prefix arg and the mark is not set.
2854         * help.el (describe-key-briefly): Allow the message to be seen
2855         when invoked from the minibuffer (Bug#7014).
2857 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
2859         * progmodes/ruby-mode.el (ruby-end-of-defun)
2860         (ruby-beginning-of-defun): Simplify, allow indentation before
2861         block beginning and end keywords.
2862         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
2863         (ruby-end-of-defun): Expect that the point is at the beginning of
2864         the defun.
2866 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2868         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
2869         (bug#12367).
2870         (cl--make-usage-args): Strip _ from argument names.
2872 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2874         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
2875         obsolete alias speedbar-key-map.
2876         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
2877         (vhdl-index-menu-init): Don't use obsolete variable
2878         font-lock-maximum-size.
2880 2012-09-06  Chong Yidong  <cyd@gnu.org>
2882         * frame.el (window-system-version): Mark as obsolete.
2884         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
2885         of obsolete variable speedbar-key-map.
2887 2012-09-06  Juri Linkov  <juri@jurta.org>
2889         * replace.el (replace-lax-whitespace): New defcustom.
2890         (query-replace, query-replace-regexp, query-replace-regexp-eval)
2891         (replace-string, replace-regexp): Mention it in docstrings.
2892         (perform-replace, replace-highlight): Let-bind
2893         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
2894         to the values of replace-lax-whitespace and regexp-flag.
2895         Don't let-bind search-whitespace-regexp.  (Bug#10885)
2897         * isearch.el (isearch-query-replace): Let-bind
2898         replace-lax-whitespace instead of let-binding
2899         replace-search-function and replace-re-search-function.
2900         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
2901         and isearch-regexp-lax-whitespace to lazy-highlight variables.
2902         (isearch-toggle-symbol): Set isearch-regexp to nil
2903         in isearch-word mode (like in isearch-toggle-word).
2905 2012-09-06  Juri Linkov  <juri@jurta.org>
2907         * replace.el (replace-search-function)
2908         (replace-re-search-function): Set default values to nil.
2909         (perform-replace): Let-bind isearch-related variables based on
2910         replace-related values, call `isearch-search-fun' and let-bind
2911         the result to `search-function'.  Remove code that sets
2912         `search-function' and `search-string' separately for
2913         `delimited-flag'.
2914         (replace-highlight): Add new argument `delimited-flag' and
2915         rename other arguments to the names used in `perform-replace'.
2916         Let-bind `isearch-word' to the argument `delimited-flag'.
2917         (Bug#10885, bug#10887)
2919 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
2921         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
2922         ruby-beginning-of-indent, simplify, allow all keywords to have
2923         indentation before them.
2924         (ruby-beginning-of-indent): Adjust for above.  Search until the
2925         found point is not inside a string or comment.
2926         (ruby-font-lock-keywords): Allow symbols to start with "@"
2927         character, give them higher priority than variables.
2928         (ruby-syntax-propertize-function)
2929         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
2930         matchers.  Expression expansions are not comments when inside a
2931         string, and there comment syntax status is irrelevant.
2932         (ruby-match-expression-expansion): New function.  Check that
2933         expression expansion is inside a string, and it's not escaped.
2934         (ruby-font-lock-keywords): Use it.
2936 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
2938         * help.el (temp-buffer-max-height): New default value.
2939         (temp-buffer-resize-frames): New option.
2940         (resize-temp-buffer-window): Optionally resize frame.
2942         * window.el (fit-frame-to-buffer-bottom-margin): New option.
2943         (fit-frame-to-buffer): New function.
2945 2012-09-05  Glenn Morris  <rgm@gnu.org>
2947         * emulation/cua-rect.el (cua--init-rectangles):
2948         * textmodes/picture.el (picture-mode-map):
2949         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
2950         like forward-char and backward-char.  (Bug#12317)
2952 2012-09-05  Leo Liu  <sdl.web@gmail.com>
2954         * progmodes/flymake.el (flymake-warning-re): New variable.
2955         (flymake-parse-line): Use it.
2957 2012-09-05  Glenn Morris  <rgm@gnu.org>
2959         * calendar/holidays.el (holiday-christian-holidays):
2960         Rename an entry.  (Bug#12289)
2962 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2964         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
2965         (bug#12222).
2967 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2969         * loadup.el: Load macroexp.  Remove hack.
2970         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
2971         (macroexp--expand-all): Use it to get better warnings.
2972         (macroexp--backtrace, macroexp--trim-backtrace-frame)
2973         (internal-macroexpand-for-load): New functions.
2974         (macroexp--pending-eager-loads): New var.
2975         (emacs-startup-hook): New hack to replace one in loadup.el.
2976         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
2977         (cl--compiler-macro-cXXr): Move to top, before they can be used.
2978         (cl-psetf): Simplify.
2979         (cl-defstruct): Add indent rule.
2981 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
2983         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
2984         over `user-mail-address' for the SMTP MAIL FROM envelope.
2985         (smtpmail-via-smtp): Ditto.
2987 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
2989         * progmodes/ruby-mode.el: Clean up keybindings.
2990         (ruby-mode-map): Don't bind ruby-electric-brace,
2991         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
2992         backward-kill-word, reindent-then-newline-and-indent.
2993         (ruby-mark-defun): Remove.
2994         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
2995         (ruby-mode): Set local beginning-of-defun-function and
2996         end-of-defun-function values.
2998 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
3000         * window.el (temp-buffer-window-setup-hook)
3001         (temp-buffer-window-show-hook): New hooks.
3002         (temp-buffer-window-setup, temp-buffer-window-show)
3003         (with-temp-buffer-window): New functions.
3004         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3005         (special-display-popup-frame): Make sure the window used shows BUFFER.
3007         * help.el (temp-buffer-resize-mode): Fix doc-string.
3008         (resize-temp-buffer-window): New optional argument WINDOW.
3010         * files.el (recover-file, save-buffers-kill-emacs):
3011         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3013 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
3015         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3016         remote definition of `default-directory', ensure we can connect.
3018 2012-09-02  Juri Linkov  <juri@jurta.org>
3020         Toggle whitespace matching mode with M-s SPC.
3021         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3023         * isearch.el (search-whitespace-regexp): Doc fix.
3024         Remove cons cell customization.
3025         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3026         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3027         New variables.
3028         (isearch-forward, isearch-forward-regexp): Doc fix.
3029         (isearch-toggle-lax-whitespace): New command.
3030         (search-forward-lax-whitespace, search-backward-lax-whitespace)
3031         (re-search-forward-lax-whitespace)
3032         (re-search-backward-lax-whitespace): New functions.
3033         (isearch-whitespace-regexp): Remove function.
3034         (isearch-query-replace): Let-bind replace-search-function and
3035         replace-re-search-function.
3036         (isearch-occur): Let-bind search-spaces-regexp according to the
3037         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3038         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3039         condition for C-q SPC.
3040         (isearch-search-fun-default): Use new functions mentioned above.
3041         (isearch-search-forward, isearch-search-backward): Remove functions.
3042         (isearch-search): Don't let-bind search-spaces-regexp.
3043         (isearch-lazy-highlight-space-regexp): Remove variable.
3044         (isearch-lazy-highlight-lax-whitespace)
3045         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3046         (isearch-lazy-highlight-new-loop): Use them.
3047         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3049 2012-09-02  Chong Yidong  <cyd@gnu.org>
3051         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3053 2012-09-02  Glenn Morris  <rgm@gnu.org>
3055         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
3057 2012-09-01  Glenn Morris  <rgm@gnu.org>
3059         * term.el: Tidy up menu definitions.
3060         (term-mode-map): Use easymenu for In/Out, Complete menus.
3061         (term-pager-break-map): Initialize in the defvar.
3062         (term-terminal-menu, term-signals-menu): Define with easymenu.
3063         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
3064         (term-pager-menu): New, extracted from term-process-pager.
3065         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3066         (term-update-mode-line): Propertize line/char and page items.
3067         (term-process-pager): Move keymap initialization elsewhere.
3069 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
3071         * window.el (switch-to-prev-buffer): Handle additional values of
3072         BURY-OR-KILL argument.  Don't switch in minibuffer window.
3073         (switch-to-next-buffer): Don't switch in minibuffer window.
3074         (quit-restore-window): New function based on quit-window.
3075         Handle additional values of former KILL argument.
3076         (quit-window): Call quit-restore-window with appropriate
3077         interpretation of KILL argument.
3078         (display-buffer-below-selected): New buffer display action
3079         function.
3081 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3083         * minibuffer.el (completion-at-point-functions): Complete docstring
3084         (bug#12254).
3086 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3088         Better seed support for (random).
3089         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3090         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3091         * play/mpuz.el, play/tetris.el, play/zone.el:
3092         * calc/calc-comb.el (math-init-random-base):
3093         * play/blackbox.el (bb-init-board):
3094         * play/life.el (life):
3095         * server.el (server-use-tcp):
3096         * type-break.el (type-break):
3097         Remove unnecessary call to (random t).
3098         * net/sasl.el (sasl-unique-id-function):
3099         Change (random t) to (random), now that the latter is more random.
3100         * play/life.el (life-initialized): Remove no-longer-needed var.
3102 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
3104         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3105         Consider frame's buffer predicate when choosing the buffer.
3106         (Bug#12081)
3108 2012-08-30  Richard Stallman  <rms@gnu.org>
3110         * simple.el (special-mode-map): Delete binding for `z'.
3112 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
3114         * progmodes/compile.el (compilation-always-kill): Doc fix.
3116 2012-08-30  Chong Yidong  <cyd@gnu.org>
3118         * window.el (display-buffer-reuse-frames): Make the obsolescence
3119         message more informative.
3121 2012-08-30  Glenn Morris  <rgm@gnu.org>
3123         * paren.el (show-paren-delay):
3124         Add a :set function.  Doc fix.  (Bug#12297)
3126 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
3128         * progmodes/compile.el (compilation-always-kill): New var.
3129         (compilation-start): Use it.
3131 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3133         * simple.el (read-only-mode): Move from files.el for bootstrapping.
3134         * files.el (read-only-mode): Move to simple.el.
3136         * files.el (read-only-mode): New minor mode.
3137         (toggle-read-only): Use it and mark obsolete.
3138         (find-file--read-only):
3139         * vc/vc.el (vc-next-action, vc-checkout):
3140         * vc/vc-cvs.el (vc-cvs-checkout):
3141         * obsolete/vc-mcvs.el (vc-mcvs-update):
3142         * ffap.el (ffap--toggle-read-only): Update callers.
3144 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
3146         * eshell/esh-ext.el (eshell-external-command): Do not examine
3147         remote shell scripts.
3148         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3150         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3151         "/usr/local/sbin".
3153 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3155         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3157 2012-08-28  Leo Liu  <sdl.web@gmail.com>
3159         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3160         completion-at-point.  (Bug#12220)
3162         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3164         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3166 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3168         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3169         be buffer-local; add delete-trailing-whitespace (bug#12259).
3171 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
3173         * progmodes/hideif.el (hif-compress-define-list):
3174         Fix typo.  (Bug#11951)
3176 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
3178         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3179         buffer local setting.
3181         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3182         rcirc-encode-coding-system.
3184 2012-08-28  Leo Liu  <sdl.web@gmail.com>
3186         * net/rcirc.el (rcirc-split-message): New function.
3187         (rcirc-send-message): Use it.  (Bug#12051)
3189 2012-08-28  Juri Linkov  <juri@jurta.org>
3191         * info.el (Info-fontify-node): Hide empty lines at the end of
3192         the node.  (Bug#12272)
3194 2012-08-27  Drew Adams  <drew.adams@oracle.com>
3196         * dired.el (dired-pop-to-buffer): Make window start at beginning
3197         of buffer (Bug#12281).
3199 2012-08-26  Chong Yidong  <cyd@gnu.org>
3201         * window.el (special-display-regexps, special-display-frame-alist)
3202         (special-display-buffer-names, special-display-function)
3203         (display-buffer-reuse-frames): Mark as obsolete.
3205         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3207         * help.el (help-print-return-message): Don't treat
3208         display-buffer-reuse-frames specially.
3210 2012-08-26  Chong Yidong  <cyd@gnu.org>
3212         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3213         New variable, replacing gdb-frame-parameters.
3214         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3215         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3216         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3217         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3218         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
3219         the functions directly with gdb-display-buffer-other-frame-action.
3220         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3221         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3222         (gdb-display-stack-buffer, gdb-display-locals-buffer)
3223         (gdb-display-registers-buffer): Define directly.
3224         (def-gdb-display-buffer): Macro deleted.
3225         (gdb-display-buffer): Remove second and third args, callers don't
3226         use them.  Defer to the default display-buffer behavior, apart
3227         from making windows dedicated.
3228         (gdb-setup-windows): Don't call display-buffer unnecessarily.
3230         * progmodes/gud.el (gud-display-line): Just use display-buffer.
3232         * window.el (display-buffer-pop-up-frame): Handle a
3233         pop-up-frame-parameters alist entry.
3234         (display-buffer): Document it.
3236 2012-08-26  Chong Yidong  <cyd@gnu.org>
3238         * isearch.el (search-whitespace-regexp): Make string and nil
3239         values apply to both ordinary and regexp search.  Allow a cons
3240         cell value to distinguish between the two.
3241         (isearch-whitespace-regexp, isearch-search-forward)
3242         (isearch-search-backward): New functions.
3243         (isearch-occur, isearch-search-fun-default, isearch-search)
3244         (isearch-lazy-highlight-new-loop): Use them.
3245         (isearch-forward, isearch-forward-regexp): Doc fix.
3247 2012-08-26  Chong Yidong  <cyd@gnu.org>
3249         * faces.el (help-argument-name): Always inherit from italic
3250         (Bug#12213).
3252 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
3254         * window.el (window--even-window-heights): Even heights when
3255         WINDOW and the selected window form a vertical combination.
3256         (display-buffer-use-some-window): Provide that window used gets
3257         sized back by quit-window.  (Bug#11880) and (Bug#12091)
3259 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3261         Fix file time stamp problem with bzr and CVS (Bug#12001).
3262         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3263         in the file's time stamp, since the version control system loses
3264         that information.
3266 2012-08-22  Juri Linkov  <juri@jurta.org>
3268         * info.el (Info-fontify-node): Hide the suffix of the
3269         Info file name in the header line.  (Bug#12187)
3271 2012-08-22  Glenn Morris  <rgm@gnu.org>
3273         * calendar/cal-tex.el (cal-tex-weekly-common):
3274         Restore leading blank page.
3276 2012-08-22  Le Wang  <l26wang@gmail.com>  (tiny change)
3278         * misc.el (forward-to-word, backward-to-word): Activate or extend
3279         the region under `shift-select-mode'.  (Bug#12231)
3281 2012-08-22  Bastien Guerry  <bzg@gnu.org>
3283         * progmodes/executable.el (executable-prefix): Set to "#!" instead
3284         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
3285         gives details on why the space is never needed.
3287 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
3289         * window.el (walk-window-tree, window-with-parameter):
3290         New optional argument MINIBUF to control whether these functions
3291         should run on the minibuffer window.
3292         (window-at-side-list): Don't operate on minibuffer window.
3293         (window-in-direction): Simplify and rewrite doc-string.
3294         (window--size-ignore): Rename to window--size-ignore-p.
3295         Update callers.
3296         (display-buffer-in-atom-window, window--major-non-side-window)
3297         (window--major-side-window, display-buffer-in-major-side-window)
3298         (delete-side-window, display-buffer-in-side-window):
3299         New functions.
3300         (window--side-check, window-deletable-p, delete-window)
3301         (delete-other-windows, split-window): Handle side windows and
3302         atomic windows appropriately.
3303         (window--display-buffer): Call display-buffer-record-window also
3304         when the window buffer did not change.
3306 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
3308         * help-fns.el (help-fns--key-bindings):
3309         Abbreviate non-symbol remap targets.  (Bug#12174)
3311 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
3313         * dired.el (dired-mark-remembered): Don't clobber point.
3314         (Bug#11795)
3316 2012-08-22  Glenn Morris  <rgm@gnu.org>
3318         * progmodes/bug-reference.el (bug-reference): New custom group.
3319         (bug-reference-bug-regexp): Make it a defcustom.
3321 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
3323         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3324         (js-paren-indent-offset, js-square-indent-offset)
3325         (js-curly-indent-offset): Add :safe (Bug#12257).
3327 2012-08-22  Edward O'Connor  <hober0@gmail.com>
3329         * json.el (json-key-format): Add error properties.
3330         (json-encode-key): New function.
3331         (json-encode-hash-table, json-encode-alist, json-encode-plist):
3332         Use json-encode-key.
3334 2012-08-22  Glenn Morris  <rgm@gnu.org>
3336         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3337         (cal-tex-leftday, cal-tex-rightday): Remove functions.
3338         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3339         Update for above change.
3341 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
3343         * cus-face.el (custom-face-attributes): Fix customize type for the
3344         :underline attribute.  (Bug#11805)
3346 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
3348         * window.el (window-point-1, set-window-point-1): Remove.
3349         (window-in-direction, record-window-buffer)
3350         (set-window-buffer-start-and-point, split-window-below)
3351         (window--state-get-1, display-buffer-record-window):
3352         Replace calls to window-point-1 and set-window-point-1 by calls to
3353         window-point and set-window-point respectively.
3355 2012-08-21  Glenn Morris  <rgm@gnu.org>
3357         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3358         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3359         Use it.
3361         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3362         (cal-tex-shortday): New function.
3363         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3364         (cal-tex-cursor-filofax-daily): Use the above.
3366         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3367         New functions.
3368         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3369         (cal-tex-cursor-filofax-week): Use them.
3371         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3372         New constants.
3373         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3374         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3376         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3377         (cal-tex-end-document): Don't rely on buffer name.
3379         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3380         Use cal-tex-vspace.
3381         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3382         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3383         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3384         Use cal-tex-arg.
3386         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3387         (cal-tex-cursor-week, cal-tex-cursor-week2)
3388         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3389         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3390         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3391         (cal-tex-insert-preamble, cal-tex-b-document)
3392         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3393         Improve cal-tex-cmd usage.
3395         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3396         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3397         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3398         (cal-tex-weekly-paper): New function.
3399         (cal-tex-cursor-week, cal-tex-cursor-week2)
3400         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3401         (cal-tex-cursor-day): Use it.
3403         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3404         (cal-tex-cursor-filofax-week): Remove leading blank page.
3406         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3407         Add autoload cookie.  For now at least, don't use color, since
3408         no other cal-tex function does.
3410         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3411         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3412         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3414 2012-08-21  Juri Linkov  <juri@jurta.org>
3416         * info.el (Info-file-attributes): New variable.
3417         (info-insert-file-contents): Add file attributes to
3418         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
3419         `Info-toc-nodes' when previous modtime of the Info file is less
3420         than new modtime.
3421         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3422         of info.el.  (Bug#12230)
3424 2012-08-20  Glenn Morris  <rgm@gnu.org>
3426         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3427         * calendar/holidays.el (calendar-holiday-list):
3428         Report errors with display-warning rather than beep'n'sleep.
3430 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
3432         * net/tramp.el (tramp-accept-process-output): Accept only output
3433         from PROC.  Otherwise, process filters and sentinels might be
3434         confused.  (Bug#12145)
3436 2012-08-20  Chong Yidong  <cyd@gnu.org>
3438         * descr-text.el (describe-text-properties-1): Use overlays-in to
3439         report on empty overlays (Bug#3322).
3441 2012-08-20  Glenn Morris  <rgm@gnu.org>
3443         * mail/rmailout.el (rmail-output-read-file-name):
3444         Trap and report errors in rmail-output-file-alist elements.
3446         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3447         since most non-font-lock faces are not also variables).
3449 2012-08-20  Edward Reingold  <reingold@iit.edu>
3451         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3452         New function.  (Bug12160)
3454 2012-08-19  Glenn Morris  <rgm@gnu.org>
3456         * mail/rmailout.el (rmail-output-read-file-name):
3457         Fix previous change (when the alist is nil or does not match).
3459 2012-08-19  Chong Yidong  <cyd@gnu.org>
3461         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3462         (Bug#12228).
3464 2012-08-18  Chong Yidong  <cyd@gnu.org>
3466         * simple.el (yank-handled-properties): New defcustom.
3467         (yank-excluded-properties): Add font-lock-face and category.
3468         (yank): Doc fix.
3470         * subr.el (remove-yank-excluded-properties):
3471         Obey yank-handled-properties.  The special handling of font-lock-face
3472         and category is now done this way, instead of being hard-coded.
3473         (insert-for-yank-1): Remove font-lock-face handling.
3474         (yank-handle-font-lock-face-property)
3475         (yank-handle-category-property): New function.
3477 2012-08-17  Glenn Morris  <rgm@gnu.org>
3479         * mail/rmailout.el (rmail-output-read-file-name):
3480         Check rmail-output-file-alist against the full message body
3481         in the correct rmail buffer.  (Bug#12214)
3483 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
3485         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3486         Eliminate superfluous prompt.  (Bug#12203)
3488 2012-08-17  Chong Yidong  <cyd@gnu.org>
3490         * mouse.el (mouse-appearance-menu): If x-select-font returns a
3491         font spec, set the font directly (Bug#3228).
3493 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
3495         * window.el (delete-window): Fix last fix.
3497 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
3499         * window.el (window-valid-p): Move to window.c.
3500         (window-child, window-child-count, window-last-child)
3501         (window-normalize-window, window-combined-p)
3502         (window-combinations, window-atom-root, window-min-size)
3503         (window-sizable, window-sizable-p, window-size-fixed-p)
3504         (window-min-delta, window-max-delta, window--resizable)
3505         (window--resizable-p, window-resizable, window-total-size)
3506         (window-full-height-p, window-full-width-p, window-body-size)
3507         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3508         (minimize-window, window-deletable-p, delete-window)
3509         (delete-other-windows, set-window-buffer-start-and-point)
3510         (next-buffer, previous-buffer, split-window, balance-windows-2)
3511         (set-window-text-height, window-buffer-height)
3512         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3513         (truncated-partial-width-window-p): Minor code adjustments.
3514         In doc-strings state whether the argument window has to denote a
3515         live, valid or any window.
3517 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
3519         * progmodes/subword.el (subword-forward-function)
3520         (subword-backward-function, subword-forward-regexp)
3521         (subword-backward-regexp): New variables.
3522         (subword-forward, subword-forward-internal, subword-backward-internal):
3523         Use new variables, eg so that different "word" definitions
3524         can be easily used.  (Bug#11411)
3526 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3528         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3529         for composite selectors.
3530         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3531         operation just because we can't find a previous revision.
3533 2012-08-15  Chong Yidong  <cyd@gnu.org>
3535         * frame.el (set-frame-font): Accept font objects.
3537 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3539         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3541 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
3543         * man.el (Man-overstrike-face, Man-underline-face)
3544         (Man-reverse-face): Remove variables.
3545         (Man-overstrike, Man-underline, Man-reverse): New faces.
3546         (Man-fontify-manpage): Use them instead of the variables.
3547         (Man-cleanup-manpage): Comment change.
3548         (Man-ansi-color-map): New variable.
3549         (Man-fontify-manpage): Use it.
3550         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3552         Implement ANSI SGR parameters 22-27 (bug#12146).
3553         * ansi-color.el (ansi-colors): Doc fix.
3554         (ansi-color-context, ansi-color-context-region): Doc fix.
3555         (ansi-color--find-face): New function.
3556         (ansi-color-apply, ansi-color-apply-on-region): Use it.
3557         Rename the local variable `face' to `codes' since it is now a list of
3558         ansi codes.  Doc fix.
3559         (ansi-color-get-face): Remove.
3560         (ansi-color-parse-sequence): New function, derived from
3561         ansi-color-get-face.
3562         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
3563         codes 22-27.
3565 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3567         * subr.el (read-passwd): Allow use from a minibuffer.
3569 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
3571         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3572         inside comments and strings as identifiers.
3574         * progmodes/gud.el (gud-tooltip-print-command): Quote the
3575         expression to evaluate.  This allows to evaluate expressions with
3576         embedded whitespace.
3577         (gud-tooltip-tips): Add a blank before the newline in the
3578         message-box text, for the benefit of message-box emulation on
3579         MS-Windows.
3581         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3582         messages from GDB, pop them up in a tooltip to give feedback to
3583         user.
3584         (gdb-tooltip-print-1): Quote the expression to evaluate.
3585         This allows to evaluate expressions with embedded whitespace.
3586         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3587         if the TTY name is nil or empty (which happens when communicating
3588         with the inferior via pipes, e.g. on MS-Windows).
3589         (gdb-internals): If GDB sends a "&\n" empty debugging message,
3590         don't send that to the GUD buffer.
3592 2012-08-14  Glenn Morris  <rgm@gnu.org>
3594         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3595         Optimize away setq-default with no args, as for setq.  (Bug#12195)
3597 2012-08-14  Chong Yidong  <cyd@gnu.org>
3599         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3601         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3602         (Bug#12085).
3604 2012-08-14  Glenn Morris  <rgm@gnu.org>
3606         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3608 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
3610         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3611         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3612         Use cached shell name.
3614 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
3616         * progmodes/python.el (python-shell-send-string):
3617         (python-shell-send-setup-code): Do not use `format' with `message'.
3619 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
3621         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3622         (ruby-percent-literal-beg-re): New constant.
3623         (ruby-syntax-general-delimiters-goto-beg): Rename to
3624         `ruby-syntax-enclosing-percent-literal', improve literal type check.
3625         (ruby-syntax-propertize-general-delimiters): Rename to
3626         `ruby-syntax-propertize-percent-literal', it's a shorter and more
3627         popular term.  Adjust comments everywhere.
3628         (ruby-syntax-propertize-percent-literal): Only propertize when not
3629         inside a simple string or comment.  When the literal is unclosed,
3630         leave the text after it unpropertized.
3631         (ruby-syntax-methods-before-regexp): New constant.
3632         (ruby-syntax-propertize-function): Use it to recognize regexps.
3633         Don't look at the text after regexp, just use the whitelist.
3635 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
3637         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3638         non-nil always load the compiled file if it exists.  (Bug#12197)
3640 2012-08-14  Chong Yidong  <cyd@gnu.org>
3642         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3643         (hi-lock-set-pattern): When deciding whether to use font lock or
3644         overlays, look at font-lock-mode instead of font-lock-fontified
3645         (Bug#12168).
3646         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3647         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3649 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
3651         * subr.el (internal--after-with-selected-window): Fix typo
3652         (Bug#12193).
3654 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
3656         Use `completion-table-dynamic' for completion functions.
3657         * progmodes/python.el
3658         (python-shell-completion--do-completion-at-point)
3659         (python-shell-completion--get-completions):
3660         Remove functions.
3661         (python-shell-completion-complete-at-point): New function.
3662         (python-completion-complete-at-point): Use it.
3664 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
3666         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3667         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3669 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3671         * subr.el (function-get): Refine `autoload' arg so it can also
3672         autoload functions for gv.el (bug#12191).
3673         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3674         autoloads macros.
3676         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3677         Prefer pcase-let over destructuring-bind.
3678         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3679         Also, remove whitespace as we go, rather than after accumulating the
3680         various places.
3682         * subr.el (internal--before-with-selected-window)
3683         (internal--after-with-selected-window): Fix typo seleted->selected.
3684         (with-selected-window): Adjust callers.
3685         Reported by Dmitry Gutov <dgutov@yandex.ru>.
3687 2012-08-13  Bastien Guerry  <bzg@gnu.org>
3689         * window.el (special-display-popup-frame): Minor docstring
3690         enhancement.  (Bug#12172)
3692 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3694         * tar-mode.el (tar-header-data-end): Only ignore size for files of
3695         type 1-6.
3696         (tar-header-block-summarize, tar-get-descriptor): Handle pax
3697         extended headers.
3699         * files.el (hack-local-variables-filter): Remove useless eval.
3701 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
3703         * subr.el (with-selected-window): Fix last change.
3705 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3707         * subr.el (internal--before-with-seleted-window)
3708         (internal--after-with-seleted-window): New functions.
3709         (with-selected-window): Use them, to replace dependency on
3710         tty-top-frame.
3712 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
3714         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3715         binding for `newline'.
3716         (ruby-move-to-block): When moving backward, stop at block opening,
3717         not indentation.
3718         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3719         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3720         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3721         `ruby-toggle-block'.
3723 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3725         * ibuffer.el (ibuffer-do-toggle-read-only):
3726         * dired.el (dired-toggle-read-only):
3727         * buff-menu.el (Buffer-menu-toggle-read-only):
3728         * bindings.el (mode-line-toggle-read-only):
3729         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3731 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
3733         * descr-text.el (describe-char): Put the overlays over the
3734         "displayed as" character.
3736 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
3738         * calc/calc-units.el (math-default-units-table): Give an
3739         initial value.
3740         (math-put-default-units): Add options to put composite units and
3741         unit systems in the default units table.
3742         (calc-convert-units): Send composite units to
3743         `math-put-default-units' when appropriate.
3745 2012-08-11  Glenn Morris  <rgm@gnu.org>
3747         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3749         * tutorial.el (help-with-tutorial):
3750         * emacs-lisp/copyright.el (copyright-update-directory):
3751         * emacs-lisp/autoload.el (autoload-find-generated-file)
3752         (autoload-find-file): Disable local eval: (for insurance).
3754         * files.el (hack-local-variables-filter): If an eval: form is not
3755         known to be safe, and enable-local-variables is :safe, then ignore
3756         the form totally, as is done for non-eval forms.  (Bug#12155)
3757         This is CVE-2012-3479.
3759 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3761         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3762         (rx-form): Simplify.
3764 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
3766         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3767         ?, _, and : are symbol constituents, ! is not (but kinda should be).
3768         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
3769         (ruby-syntax-propertize-function): Adjust for changes in
3770         `ruby-syntax-propertize-heredoc'.
3772 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
3774         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3775         binding (use `M-;' instead).
3776         (ruby-singleton-class-p): New function.
3777         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
3779 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3781         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3783 2012-08-10  Chong Yidong  <cyd@gnu.org>
3785         * progmodes/python.el (python-shell-get-process-name): Don't mess
3786         with same-window-buffer-names.
3788         * eshell/eshell.el (eshell-add-to-window-buffer-names)
3789         (eshell-remove-from-window-buffer-names): Make obsolete.
3790         (eshell-buffer-name, eshell-unload-hook): Don't use them.
3791         (eshell): Just use pop-to-buffer-same-window instead.
3793 2012-08-10  Chong Yidong  <cyd@gnu.org>
3795         * bindings.el: Bind M-= back to count-words-region.
3797         * simple.el (count-words-region): Accept a prefix arg for acting
3798         on the entire buffer.
3799         (count-words--buffer-message): New helper function.
3801 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3803         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
3804         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
3805         (event-start, event-end): Use posn-at-point to return a more
3806         informative posn.
3807         (posnp): New function.
3808         * mouse.el (popup-menu-normalize-position): Use it.
3810 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
3812         * mouse.el (popup-menu-normalize-position): New function.
3813         (popup-menu): Use `popup-menu-normalize-position' to normalize
3814         the form for POSITION argument.
3816         * term/x-win.el (x-menu-bar-open):
3817         Use the value returend from (posn-at-point) as position
3818         passed to `popup-menu'.
3820 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
3822         * calc/calccomp.el (math-compose-expr): Add extra argument
3823         indicating that parentheses should be put around products in
3824         denominators.  Give multiplication precedence over division during
3825         composition.
3827 2012-08-09  Chong Yidong  <cyd@gnu.org>
3829         * man.el (Man-switches, Man-sed-command, Man-awk-command)
3830         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
3831         (Man-untabify-command, manual-program): Convert to defcustom
3832         (Bug#10429).
3834         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
3836         * descr-text.el (describe-char): Don't insert extra newlines
3837         (Bug#10127).
3839         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
3840         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
3842         * align.el (align-region): Delete temporary markers (Bug#10047).
3843         Plus some code cleanups.
3845 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
3847         * progmodes/python.el (python-pdbtrack-tracked-buffer)
3848         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
3849         (python-shell-internal-last-output): Use make-local-variable
3850         instead of make-variable-buffer-local.
3852 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
3854         * progmodes/python.el: Enhancements to forward-sexp.
3855         (python-nav-forward-sexp): Rename from
3856         python-nav-forward-sexp-function.
3857         (python-nav--forward-sexp, python-nav--backward-sexp):
3858         New functions.
3860 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
3862         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
3863         modes and simplification modes.
3865 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3867         * delsel.el (delete-selection-pre-hook): Don't propagate the
3868         file-supersession signals (bug#12161).
3870 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3872         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
3873         (cl-map-extents): Add compatibility aliases (bug#12135).
3875 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
3877         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
3878         tests by `ignore-error'.
3879         (tramp-find-shell): Open also a new shell, when cache is already
3880         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
3882 2012-08-08  Juri Linkov  <juri@jurta.org>
3884         * bookmark.el: Add `defaults' property to the bookmark record.
3885         (bookmark-current-buffer): Doc fix.
3886         (bookmark-make-record): Add `defaults' property with default values
3887         to the bookmark record.
3888         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
3889         with `bookmark-insert-current-bookmark'.
3890         (bookmark-set): Get `defaults' property from the bookmark record
3891         and use it in `read-from-minibuffer'.
3892         (bookmark-insert-current-bookmark): Remove function.
3894         * info.el (Info-bookmark-make-record): Add `defaults' property
3895         with values of canonical Info node name, the current Info file
3896         name and the current Info node name.  (Bug#12107)
3898 2012-08-08  Juri Linkov  <juri@jurta.org>
3900         * files.el (basic-save-buffer): Use `buffer-name' as the default
3901         of `read-file-name' when buffer is not visiting a file (bug#12128).
3903 2012-08-08  Juri Linkov  <juri@jurta.org>
3905         * info.el (Info-isearch-search): Doc fix.
3906         (Info-search): Change search-failed message from "initial node" to
3907         "end of node" (bug#12078).
3908         (Info-isearch-search): Change `isearch-string-state' to
3909         `isearch--state-string'.
3911 2012-08-08  Glenn Morris  <rgm@gnu.org>
3913         * language/persian.el: Remove file.
3914         * language/misc-lang.el: Move unique part of persian.el here.
3915         * loadup.el: Remove language/persian.
3917 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
3919         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
3921 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
3923         * progmodes/python.el Fixed defsubst warning.
3924         (python-syntax-context) Rename from python-info-ppss-context.
3925         (python-syntax-context-type): Rename from
3926         python-info-ppss-context-type.
3927         (python-syntax-comment-or-string-p): Rename from
3928         python-info-ppss-comment-or-string-p.
3930 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
3932         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
3934 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
3936         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
3937         a defcustom that is quoted with backquote.
3939         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
3940         Fix handling of interactive spec when the body uses return.
3941         (math-do-arg-check, math-define-function-body): Use backquote forms.
3942         * calc/calc-ext.el (math-defcache): Likewise.
3943         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
3944         * allout.el (allout-new-exposure): Likewise.
3945         * calc/calcalg2.el (math-tracing-integral): Likewise.
3946         * info.el (Info-last-menu-item): Likewise.
3947         * emulation/vip.el (vip-loop): Likewise.
3948         * textmodes/artist.el (artist-funcall): Likewise.
3949         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
3950         Construct menu-item directly.
3952         * progmodes/autoconf.el (font-lock-syntactic-keywords):
3953         Don't declare.
3955 2012-08-07  Chong Yidong  <cyd@gnu.org>
3957         * simple.el (deactivate-mark): Preserve text properties when
3958         saving the primary selection (Bug#8384).
3960 2012-08-07  Kevin Ryde  <user42@zip.com.au>
3962         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
3963         (woman-parse-numeric-value): On a bad .IP line, issue a warning
3964         and continue processing (Bug#12110).
3966 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3968         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
3969         syntax-propertize-function (bug#10095).
3971 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3973         * help-fns.el (help-fns--key-bindings, help-fns--signature)
3974         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
3975         describe-function-1.
3976         (describe-function-1): Use them.  Move compiler macro after sig.
3977         (help-fns--compiler-macro): Use function-get.  Assume we're already in
3978         standard-output.  Adjust layout to new call order.
3980         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
3981         re-binding a symbol that has a symbol-macro (bug#12119).
3983 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
3985         * language/persian.el: New file.  (Bug#11812)
3986         * loadup.el: Add language/persian.el.
3988 2012-08-06  Chong Yidong  <cyd@gnu.org>
3990         * window.el (window--maybe-raise-frame): New function.
3991         (window--display-buffer): Split off from here.
3992         (display-buffer-reuse-window, display-buffer-pop-up-frame)
3993         (display-buffer-pop-up-window, display-buffer-use-some-window):
3994         Obey an inhibit-switch-frame action alist entry.
3995         (display-buffer): Update doc.
3997         * replace.el (occur-after-change-function): Avoid losing focus by
3998         using the inhibit-switch-frame display parameter (Bug#12139).
4000 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
4002         Make internal shell process buffer names start with space.
4003         * progmodes/python.el (python-shell-make-comint): Add optional
4004         argument INTERNAL.
4005         (run-python-internal): Use it.
4006         (python-shell-internal-get-or-create-process): Check for new
4007         internal buffer names.
4009 2012-08-06  Glenn Morris  <rgm@gnu.org>
4011         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4012         Do less getting and setting of environment variables.
4014 2012-08-05  Chong Yidong  <cyd@gnu.org>
4016         * proced.el (proced): Add substitution string to docstring to
4017         trigger autoloading of the proced library on C-h f (Bug#1768).
4019         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4020         Don't show defvars which have no second argument (Bug#8638).
4022         * imenu.el (imenu-generic-expression): Move documentation here
4023         from imenu--generic-function.
4024         (imenu--generic-function): Refer to imenu-generic-expression.
4026 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
4028         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4029         indentation declaration.
4030         (viper-loop): Add indentation declaration (Bug#7025).
4032 2012-08-05  Chong Yidong  <cyd@gnu.org>
4034         * help-fns.el (describe-variable): Add hyperlink for
4035         directory-local variables files.  Improve buffer-local and
4036         permanent-local reporting; suggested by MON KEY (Bug#6644).
4038         * help-mode.el (help-dir-local-var-def): New button type.
4040         * files.el (kill-buffer-hook): Provide a defvar.
4042 2012-08-05  Glenn Morris  <rgm@gnu.org>
4044         * eshell/esh-ext.el (eshell/addpath):
4045         Also update eshell-path-env.  (Bug#12013)
4047 2012-08-05  Chong Yidong  <cyd@gnu.org>
4049         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4051         * fringe.el (fringe-styles): Add docstring.
4052         (fringe--check-mode): New function.
4053         (set-fringe-mode, set-fringe-style): Use it.
4054         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4056         * files.el (set-auto-mode): Fix invalid setq call.
4058 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4060         * isearch.el: Misc simplification; use defstruct.
4061         (isearch-mode-map): Dense maps now work like sparse ones.
4062         (isearch--state): New defstruct.
4063         (isearch-string-state, isearch-message-state, isearch-point-state)
4064         (isearch-success-state, isearch-forward-state)
4065         (isearch-other-end-state, isearch-word-state, isearch-error-state)
4066         (isearch-wrapped-state, isearch-barrier-state)
4067         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4068         replaced by defstruct's accessors.
4069         (isearch--set-state): Rename from isearch-top-state and change
4070         calling convention.
4071         (isearch-push-state): Use new isearch--get-state.
4072         (isearch-toggle-word): Disable regexp when enabling word.
4073         (isearch-message-prefix): Remove unused arg _c-q-hack.
4074         (isearch-message-suffix): Remove unused arg _ellipsis.
4076 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
4078         * simple.el (list-processes--refresh): For a server use :host or
4079         :local as the address.
4080         (list-processes): Doc fix.
4082 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
4084         * lisp/mpc.el: Support password in host argument.
4085         (mpc--proc-connect): Parse and use new password element.
4086         Set mpc-proc variable instead of returning process.
4087         (mpc-proc): Adjust accordingly.
4089 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
4091         * whitespace.el (whitespace-display-mappings): Use Unicode
4092         codepoints, instead of emacs-mule codepoints.  See
4093         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4094         for the details.
4096         * files.el (file-truename): Don't skip symlink-chasing part on
4097         windows-nt.  Incorporate the resolution of 8+3 short aliases on
4098         Windows into the loop that recursively chases symlinks.
4099         Compare directory and its parent case-insensitively on MS-Windows and
4100         MS-DOS.
4102 2012-08-03  Chong Yidong  <cyd@gnu.org>
4104         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4106         * sort.el (sort-regexp-fields): Doc fix.
4108 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
4110         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4111         labels regex position point at the expected place.
4113 2012-08-03  MON KEY  <monkey@sandpframing.com>
4115         * net/imap.el (imap-interactive-login, imap-authenticate)
4116         (imap-mailbox-lsub, imap-mailbox-list)
4117         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4118         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4119         (imap-parse-response): Doc fix.
4121 2012-08-03  João Távora  <joaotavora@gmail.com>
4123         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4124         if sexp scanning does not move point (Bug#5734).
4126 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
4128         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4129         Add listings, minted, and ctable packages.
4130         (reftex-label-alist-builtin): Move listings, minted, and ctable
4131         entries before LaTeX.
4132         (reftex-label-alist): Docfix.
4134 2012-08-02  Bastien Guerry  <bzg@gnu.org>
4136         * replace.el (occur): Fix docstring (bug#12122).
4138 2012-08-02  Glenn Morris  <rgm@gnu.org>
4140         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4142 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
4144         Obsolete alias inactivate-current-input-method-function (Bug#10150).
4145         * international/mule-cmds.el: Create
4146         inactivate-current-input-method-function as an obsolete alias for
4147         deactivate-current-input-method-function.  See Katsumi Yamaoka in
4148         <http://bugs.gnu.org/10150#46>.
4150 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
4152         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4153         of nested `if's.
4155 2012-08-01  Glenn Morris  <rgm@gnu.org>
4157         * progmodes/autoconf.el (autoconf-definition-regexp):
4158         Add AH_TEMPLATE, adjust submatch numbering.
4159         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4160         (autoconf-current-defun-function): Update for above change.
4161         (autoconf-current-defun-function): First skip to end of current word.
4163 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
4165         * calendar/cal-html.el (cal-html-insert-agenda-days):
4166         Fix typo.  (Bug#12018)
4168 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
4170         Shell processes: enhancements to startup and CEDET compatibility.
4171         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4172         (python-shell-make-comint): accept-process-output at startup.
4173         (run-python-internal): Set inferior-python-mode-hook to nil.
4174         (python-shell-internal-get-or-create-process): call sit-for.
4175         (python-preoutput-result): Add obsolete alias.
4176         (python-shell-internal-send-string): Use it.
4177         (python-shell-send-setup-code): Remove call to
4178         accept-process-output.
4180 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
4182         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4183         (Bug#12108)
4185 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
4187         * calc-mode.el (calc-basic-simplification-mode): Rename from
4188         `calc-limited-simplification-mode'.
4189         (calc-alg-simplification-mode): New function.
4190         (calc-set-simplify-mode): Adjust message.
4192         * calc.el (calc-set-mode-line): Adjust mode line display for
4193         basic simplification mode.
4195         * calc-help.el (calc-m-prefix-help): Update help message.
4197         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4198         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4200 2012-07-31  Bastien Guerry  <bzg@gnu.org>
4202         * man.el (man): Fix comment.  (bug#12101)
4204 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
4206         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4207         Don't return a non-nil value when no suitable buffer was found.
4209 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
4211         * progmodes/python.el (run-python-internal): Disable font lock for
4212         internal shells.
4214 2012-07-30  Stefan Merten  <smerten@oekonux.de>
4216         * textmodes/rst.el: Silence `checkdoc-ispell'.
4217         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4218         (rst-official-version, rst-official-cvs-rev)
4219         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4220         (rst-mode-map): New key binding.
4222 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
4224         Update .PHONY listings in makefiles.
4225         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4226         autoloads, update-subdirs, updates, bzr-update, update-authors,
4227         compile-onefile, compile-calc, backup-compiled-files,
4228         compile-after-backup, compile-one-process, mh-autoloads,
4229         bootstrap-clean, distclean, maintainer-clean.
4231 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
4233         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4234         (calc-set-mode-line): Don't display "AlgSimp ".
4236         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4237         (calc-lim-simplify-mode): New function.
4238         (calc-set-simplify-mode): Default to 'alg.
4239         (calc-default-simplify-mode): Make algebraic simplifications
4240         the default.
4242         * calc/calc-ext.el (calc-init-extensions): Remove binding for
4243         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
4245         * calc/calc-help.el (calc-m-prefix-help): Change messages to
4246         indicate new simplification modes.
4248         * calc/README: Mention new default simplification mode.
4250         * calc/calc.el (math-normalize-error): New variable.
4251         (math-normalize): Set `math-normalize-error' to t
4252         when there's an error.
4254         * calc/calc-alg.el (math-simplify): Don't simplify when
4255         `math-normalize' returns an error.
4257 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
4259         * international/mule-cmds.el (set-locale-environment): Revert last
4260         change, since display-graphic-p returns nil when this function is
4261         called during startup.  Instead...
4263         * term/w32console.el (terminal-init-w32console): ...setup the
4264         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
4266 2012-07-29  Juri Linkov  <juri@jurta.org>
4268         * simple.el (goto-line): Don't display default line number in the
4269         prompt because it should be displayed by `read-number' (bug#9952).
4270         Add the current line number to the defaults of `goto-line' to
4271         allow its easier modification by users with `M-n' (bug#9201).
4273         * subr.el (read-number): Support multiple default values like in
4274         other minibuffer reading functions.  Replace `read' with
4275         `string-to-number' for consistency with `number-to-string'.
4277 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
4279         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4280         * emulation/viper-init.el (viper-deactivate-input-method-action):
4281         Rename from viper-inactivate-input-method-action.
4282         (viper-deactivate-input-method):
4283         Rename from viper-inactivate-input-method.
4284         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4285         * international/mule-cmds.el (deactivate-input-method):
4286         Rename from inactivate-input-method.
4287         Also run input-method-deactivate-hook.
4288         (deactivate-current-input-method-function):
4289         Rename from inactivate-current-input-method-function.
4290         (input-method-deactivate-hook): New hook.
4291         (input-method-inactivate-hook): Mark obsolete.
4292         (inactivate-input-method): Mark obsolete.
4294         * international/quail.el (quail-activate):
4295         Also run quail-deactivate-hook.
4296         (quail-deactivate): Rename from quail-inactivate.
4297         * international/robin.el (robin-activate):
4298         Also run robin-deactivate-hook.
4299         (robin-deactivate): Rename from robin-inactivate.
4301 2012-07-29  Chong Yidong  <cyd@gnu.org>
4303         * simple.el (indicate-copied-region): New function.
4304         (kill-ring-save): Split off from here.
4306         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4307         (kill-rectangle): Set deactivate-mark to t on read-only error.
4309         * register.el (copy-to-register, copy-rectangle-to-register):
4310         Deactivate the mark, and use indicate-copied-region (Bug#10056).
4311         (append-to-register, prepend-to-register): Call indicate-copied-region.
4313 2012-07-29  Juri Linkov  <juri@jurta.org>
4315         * simple.el (async-shell-command-buffer): New defcustom.
4316         (shell-command): Use it.  (Bug#4719)
4318 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
4320         * international/mule-cmds.el (set-locale-environment): In a
4321         console session on MS-Windows, set up keyboard and terminal
4322         encoding from the OEM codepage, not the ANSI codepage.
4323         (Bug#12055)
4325 2012-07-28  Chong Yidong  <cyd@gnu.org>
4327         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4328         gdb-get-location.
4330 2012-07-28  Leo Liu  <sdl.web@gmail.com>
4332         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4333         the alist (bug#12029).
4335 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
4337         * makefile.w32-in (custom-deps, finder-data, updates, compile)
4338         (compile-always, compile-first)
4339         ($(lisp)/calendar/cal-loaddefs.el)
4340         ($(lisp)/calendar/diary-loaddefs.el)
4341         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4342         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4343         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4344         instead of on update-subdirs.
4345         (bootstrap-clean): Delete $(lisp)/subdirs.el.
4347 2012-07-28  Chong Yidong  <cyd@gnu.org>
4349         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4350         directory if vc-deduce-backend returns nil (Bug#7350).
4352         * simple.el (delete-trailing-lines): New option.
4353         (delete-trailing-whitespace): Obey it (Bug#11879).
4355 2012-07-28  David Engster  <deng@randomsample.de>
4357         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4358         Explanation of new 'symbol-qnames feature in doc-strings.
4359         (xml-maybe-do-ns): Return expanded names as plain symbols if
4360         'symbol-qnames was provided in XML-NS argument (Bug#11916).
4361         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4363 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
4365         Consistent completion in inferior python with emacs -nw.
4366         * progmodes/python.el (inferior-python-mode): replace "<tab>"
4367         binding in inferior-python-mode-map with "\t".
4368         (python-shell-completion-complete-at-point)
4369         (python-completion-complete-at-point): Remove interactive spec.
4371 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
4373         * calc/calccomp.el (math-compose-expr): Undo previous change.
4375 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
4377         * progmodes/python.el (python-mode-map): Add keybinding for
4378         run-python.
4379         (python-shell-make-comint): Fix pop-to-buffer call.
4380         (run-python): Autoload.  New arg SHOW.
4381         (python-shell-get-or-create-process): Do not pop python process
4382         buffer.
4384 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
4386         * notifications.el (notifications-on-action-signal)
4387         (notifications-on-closed-signal): Use also the bus address for the map.
4388         (notifications-notify, notifications-close-notification)
4389         (notifications-get-capabilities): Add optional argument BUS.
4391 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
4393         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4394         Add support for the lstlisting and minted environments, and for the
4395         ctable macro.
4396         * textmodes/reftex.el (reftex-compile-variables): Also recognize
4397         labels written in keyvals syntax.
4399 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
4401         * calc/calccomp.el (math-compose-expr): Use parentheses when
4402         there is a product in the denominator of a fraction.
4404 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
4406         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4407         ($(lisp)/calendar/diary-loaddefs.el)
4408         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4409         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4410         Fixes failures in parallel bootstrap because subdirs.el is being
4411         rewritten while the autoload files are built at the same time,
4412         which needs to load subdirs.el.
4414 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
4416         * mouse.el (popup-menu): Fix doc-string and re-indent code.
4417         (mouse-drag-line): Don't exit tracking when a switch-frame or
4418         switch-window event occurs (Bug#12006).
4420 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4422         * mouse.el (popup-menu): Fix last change.
4424 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4426         Autoload from Lisp with more care.  Follow aliases when looking for
4427         function properties.
4428         * subr.el (autoloadp): New function.
4429         (symbol-file): Use it.
4430         (function-get): New function.
4431         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4432         autoload-do-load.
4433         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4434         (lisp-indent-function):
4435         * emacs-lisp/gv.el (gv-get):
4436         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4437         * emacs-lisp/byte-opt.el (byte-optimize-form):
4438         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4439         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4440         Use function-get.
4441         * emacs-lisp/cl.el: Don't propagate function properties any more.
4443         * speedbar.el (speedbar-add-localized-speedbar-support):
4444         * emacs-lisp/disass.el (disassemble-internal):
4445         * desktop.el (desktop-load-file):
4446         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4447         (describe-function-1):
4448         * emacs-lisp/find-func.el (find-function-noselect):
4449         * emacs-lisp/elp.el (elp-instrument-function):
4450         * emacs-lisp/advice.el (ad-has-proper-definition):
4451         * apropos.el (apropos-safe-documentation, apropos-macrop):
4452         * emacs-lisp/debug.el (debug-on-entry):
4453         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4454         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4455         * calc/calc.el (name): Use autoloadp & autoload-do-load.
4457 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
4459         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4460         function, not an obsolete variable (Bug#12046).
4462 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
4464         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
4466 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
4468         * emacs-lisp/pp.el (pp-display-expression): Select old selected
4469         window only if it is still live (Bug#12034).
4471 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
4473         * subr.el (redirect-frame-focus): Add advertised calling
4474         convention (Bug#12030).
4476 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
4478         Prefer typical American spelling for "acknowledgment".
4479         * vc/add-log.el (change-log-acknowledgment): Rename from
4480         change-log-acknowledgement, with an alias for the old name.
4482 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
4484         * calc-alg.el (math-simplify-divide): Don't cross multiply
4485         in an equation when the lhs is a variable.
4487 2012-07-24  Julien Danjou  <julien@danjou.info>
4489         * net/netrc.el (netrc-find-service-number, netrc-store-data):
4490         Remove, unused.
4492 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
4494         * startup.el (command-line): Don't display an empty user name in
4495         the error message about non-existent home directory, when
4496         init-file-user was set to an empty string.  See
4497         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4498         for the details and context.
4500 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4502         * ses.el (ses-cell-formula-aset): New macro.
4503         (ses-cell-references-aset): New macro.
4504         (ses-cell-p): New function.
4505         (ses-rename-cell): Do no longer rely on complex operations like
4506         ses-cell-set-formula or ses-set-cell to change the cell and handle
4507         the undo at the same time, but rather use lower level new macros
4508         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4509         the undo directly.  Refresh the mode line.
4511 2012-07-21  Leo Liu  <sdl.web@gmail.com>
4513         * progmodes/cc-cmds.el (c-defun-name):
4514         Use match-string-no-properties instead for consistency.
4516 2012-07-20  Leo Liu  <sdl.web@gmail.com>
4518         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4519         (Bug#7879)
4521         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4523 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4525         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4526         * progmodes/bug-reference.el, misearch.el: Provide themselves
4527         (bug#11915).
4529         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4530         of narrowed buffer (bug#11966).
4532 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4534         * ses.el (ses-rename-cell): Set new name also in reference list of
4535         cells of which the renamed cell depends.
4537 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
4539         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4540         to check whether menu-bar is shown or not.  If not shown,
4541         show the menu-bar as a popup menu instead of using tmm.
4542         * mouse.el (popup-menu): Accept `point' as `position' argument.
4544 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
4546         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4547         up inside string symbol literal (bug#11923).
4549 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
4551         * startup.el (fancy-startup-text): Read the whole tutorial, not
4552         just its first 256 bytes.  Prevents gibberish in display of the
4553         tutorial title.
4555 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
4557         Drop idle buffer compaction due to an absence of the
4558         proved efficiency.
4559         * compact.el: Remove.
4561 2012-07-19  Sam Steingold  <sds@gnu.org>
4563         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4564         vc-bzr-pull & vc-bzr-merge-branch.
4565         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4566         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4567         for consistency with compilation-error-regexp-alist.
4568         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4569         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4570         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4571         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4573 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4575         * emacs-lisp/chart.el: Use lexical-binding.
4576         (chart-emacs-storage): Don't hardcode the list of entries.
4578 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
4580         Next round of tweaks caused by Fgarbage_collect changes.
4581         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4583 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
4585         Compact buffers when idle.
4586         * compact.el: New file.
4588 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4590         * subr.el (eventp): Presume that if it looks vaguely like an event,
4591         it's an event (bug#10190).
4593 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
4595         Enhancements to ppss related code (thanks Stefan).
4596         * progmodes/python.el (python-indent-context)
4597         (python-indent-calculate-indentation, python-indent-dedent-line)
4598         (python-indent-electric-colon, python-nav-forward-block)
4599         (python-mode-abbrev-table)
4600         (python-info-assignment-continuation-line-p): Simplify checks
4601         for ppss context.
4602         (python-info-continuation-line-p): Cleanup.
4603         (python-info-ppss-context): Do not catch 'quote.
4604         (python-info-ppss-context-type)
4605         (python-info-ppss-comment-or-string-p): Simplify.
4607 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
4609         * progmodes/python.el: Enhancements to eldoc support.
4610         (python-info-current-symbol): New function.
4611         (python-eldoc-at-point): Use python-info-current-symbol.
4612         (python-info-current-defun): Fix cornercase on first defun scan.
4613         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4614         and signal error when no inferior python process is available.
4616 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
4618         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4619         assume it's always t.
4620         (vc-git-registered): Remove caching, the function is only called
4621         once.
4622         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4624 2012-07-18  Chong Yidong  <cyd@gnu.org>
4626         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4628         * simple.el (count-words): Report on narrowing (Bug#9959).
4630         * bindings.el: Bind M-= to count-words.
4632         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4634 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
4636         * progmodes/sh-script.el (sh-imenu-generic-expression):
4637         Capture a function with `function' keyword and without parentheses
4638         like "function FOO" (bug#11856).
4640 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
4642         * window.el (split-window-sensibly): Make WINDOW argument
4643         optional.
4645 2012-07-18  Chong Yidong  <cyd@gnu.org>
4647         * subr.el (keyboard-translate): Doc fix (Bug#7261).
4649         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4650         and make C-x 8 RET exit isearch (Bug#11439).
4652         * international/iso-transl.el: Move isearch-mode-map key
4653         definitions to isearch.el.
4655 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4657         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4658         (eieio-defclass): Use gv-define-setter when possible.
4660 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
4662         Reflect recent changes in Fgarbage_collect.
4663         * emacs-lisp/chart.el (chart-emacs-storage): Change to
4664         reflect new format of data returned by Fgarbage_collect.
4666 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
4668         New utility functions + python-info-ppss-context fix (Bug#11910).
4669         * progmodes/python.el (python-info-beginning-of-block-statement-p)
4670         (python-info-ppss-comment-or-string-p): New functions.
4671         (python-info-ppss-context): Small fix for string check.
4673 2012-07-17  Juri Linkov  <juri@jurta.org>
4675         * dired-aux.el (dired-do-async-shell-command): Doc fix.
4676         (dired-do-async-shell-command): Don't add `*' at the end of the
4677         command (Bug#11815).
4678         (dired-do-shell-command): Doc fix.
4679         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4680         Join the individual commands using either "&" or ";" as the
4681         separator depending on the values of these trailing characters.
4682         At the end re-add the trailing "&".  (Bug#10598)
4684         * simple.el (async-shell-command): Sync the interactive spec with
4685         `shell-command'.  Doc fix.
4686         (shell-command): Doc fix.
4688 2012-07-17  Juri Linkov  <juri@jurta.org>
4690         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
4692 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
4694         Final renames and doc fixes for movement commands (bug#11899).
4695         * progmodes/python.el (python-nav-beginning-of-statement):
4696         Rename from python-nav-statement-start.
4697         (python-nav-end-of-statement): Rename from
4698         python-nav-statement-end.
4699         (python-nav-beginning-of-block): Rename from
4700         python-nav-block-start.
4701         (python-nav-end-of-block): Rename from python-nav-block-end.
4703 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
4705         * progmodes/python.el (python-shell-send-string-no-output):
4706         Allow accept-process-output to quit, keeping shell process ready for
4707         future interactions (Bug#11868).
4709 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4711         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4713         * emacs-lisp/elint.el (elint-find-args-in-code):
4714         Use help-function-arglist, so as to handle lexical byte-code.
4716         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4717         change (bug#11826).
4719 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4721         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4722         Avoid spuriously marking the buffer as modified because of c-is-sws.
4724         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4725         as not-a-comment (bug#11946).
4727         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4728         for uninterned vars.
4730         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4731         Use read-event since we don't really want to read chars but bytes.
4733         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4734         $$..$$ but also $..$ using regexps (bug#11953).
4735         Use tex-verbatim for \url and \path.
4736         (tex-font-lock-keywords): Define as defconst like the others.
4737         (tex-common-initialization): Don't use font-lock-syntax-table any more.
4739 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
4741         * international/mule-cmds.el (ucs-insert): Make it an obsolete
4742         alias for insert-char.
4744 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
4746         * progmodes/python.el: Simplified imenu implementation.
4747         (python-nav-jump-to-defun): Remove command.
4748         (python-mode-map): Use `imenu' instead.
4749         (python-nav-list-defun-positions-cache)
4750         (python-imenu-include-defun-type, python-imenu-make-tree)
4751         (python-imenu-subtree-root-label, python-imenu-index-alist):
4752         Remove vars.
4753         (python-nav-list-defun-positions, python-nav-read-defun)
4754         (python-imenu-tree-assoc, python-imenu-make-element-tree)
4755         (python-imenu-make-tree, python-imenu-create-index):
4756         Remove functions.
4757         (python-mode): Update to interact with imenu by setting
4758         `imenu-extract-index-name-function' only.
4760 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
4762         * progmodes/python.el: Enhancements to navigation commands.
4763         (python-nav-backward-sentence)
4764         (python-nav-forward-sentence): Remove.
4765         (python-nav-backward-statement, python-nav-forward-statement)
4766         (python-nav-statement-start, python-nav-statement-end)
4767         (python-nav-backward-block, python-nav-forward-block)
4768         (python-nav-block-start, python-nav-block-end)
4769         (python-nav-forward-sexp-function)
4770         (python-info-current-line-comment-p)
4771         (python-info-current-line-empty-p): New functions.
4772         (python-indent-context): Use `python-nav-statement-start'.
4774 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
4776         * eshell/em-ls.el (eshell/ls): Use `apply'.
4778         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
4779         multi-hops, instead of Tramp internals.
4781         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
4783         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
4784         when F1 and F2 are located on different hosts.
4786 2012-07-14  Chong Yidong  <cyd@gnu.org>
4788         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4789         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
4790         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
4791         (xterm-mouse--read-event-sequence-1000)
4792         (xterm-mouse--read-event-sequence-1006): New functions.  For old
4793         mouse protocol, handle M-mouse-X events correctly.
4794         (xterm-mouse-event): New arg specifying mouse protocol.
4795         (turn-on-xterm-mouse-tracking-on-terminal)
4796         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
4797         sequence to toggle extended coordinates on newer XTerms.
4798         This appears to be harmless on terminals which do not support this.
4800 2012-07-14  Leo Liu  <sdl.web@gmail.com>
4802         Add fringe bitmap indicators for flymake.  (Bug#11253)
4803         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
4804         (flymake-make-overlay): New arg BITMAP.
4805         (flymake-error-bitmap, flymake-warning-bitmap)
4806         (flymake-fringe-indicator-position): New user variables.
4808         * fringe.el: New bitmap exclamation-mark.
4810 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
4812         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
4813         also (Bug#7879).
4815 2012-07-14  Chong Yidong  <cyd@gnu.org>
4817         * electric.el (electric-pair-post-self-insert-function): Fix pair
4818         insertion in empty-region case (Bug#11520).
4820 2012-07-14  Chong Yidong  <cyd@gnu.org>
4822         * bindings.el: Consolidate ctl-x-r-map bindings.
4823         Bind copy-rectangle-as-kill to C-x r w.
4825         * rect.el, register.el: Move bindings to bindings.el.
4827 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
4829         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
4831 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4833         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
4835 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
4837         * bindings.el (top): Use `mapc' instead of `mapcar'.
4839         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
4841 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
4843         * progmodes/sql.el (sql-comint): Suppress the check for program on
4844         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
4845         (Bug#11908)
4847 2012-07-13  Chong Yidong  <cyd@gnu.org>
4849         * bindings.el: Assign a non-nil permanent-local property to
4850         per-buffer variables which lack a default value (Bug#11930).
4852         * help-fns.el (describe-variable): In the "automatically becomes
4853         local" notice, take note of permanent-local variables.
4855 2012-07-13  Chong Yidong  <cyd@gnu.org>
4857         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
4858         to allow printing the message when called from Lisp.
4860         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4861         Remove toggle-read-only.
4863         * bs.el (bs-toggle-readonly):
4864         * buff-menu.el (Buffer-menu-toggle-read-only):
4865         Remove with-no-warnings around toggle-read-only.
4867         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
4868         Remove with-no-warnings around toggle-read-only.
4869         (ffap-read-only, ffap-read-only-other-window)
4870         (ffap-read-only-other-frame): Callers changed.
4872         * help-mode.el: Don't require view package.
4873         (help-mode-finish): Set buffer-read-only instead of calling
4874         toggle-read-only.
4876         * bindings.el (mode-line-toggle-read-only):
4877         * dired.el (dired-toggle-read-only):
4878         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
4879         with non-nil second arg.
4881         * emacs-lisp/eieio-custom.el (eieio-customize-object):
4882         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
4883         directly.
4885 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
4887         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
4888         not incf.
4890 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4892         More CL cleanups and reduction of use of cl.el.
4893         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
4894         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
4895         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
4896         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
4897         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
4898         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
4899         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
4900         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
4901         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
4902         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
4903         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
4904         * eshell/em-cmpl.el, eshell/em-banner.el:
4905         * calendar/parse-time.el: Use cl-lib.
4906         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
4907         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
4908         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
4909         * term/ns-win.el, term.el, shell.el, ps-samp.el:
4910         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
4911         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
4912         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
4913         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
4914         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
4915         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
4916         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
4917         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
4918         `lambda' rather than with `quote'.
4919         (eshell-do-opt): Adjust accordingly.
4920         (eshell-process-option): Simplify.
4921         * eshell/esh-var.el:
4922         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
4923         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
4924         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
4925         to `pcase--dontcare'.
4926         * emacs-lisp/cl.el (labels): Mark obsolete.
4927         (cl--letf, letf): Move to cl-lib.
4928         (cl--letf*, letf*): Remove.
4929         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
4930         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
4931         (cl-progv): Rewrite.
4932         (cl--letf, cl-letf): Move from cl.el.
4933         (cl-letf*): New macro.
4934         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
4936 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
4938         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
4940 2012-07-11  Chong Yidong  <cyd@gnu.org>
4942         * vc/log-edit.el (log-edit-vc-backend): New variable.
4943         (log-edit): Doc fix.
4945         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
4946         argument of log-edit to set up all local variables.
4947         (vc-start-logentry): New optional arg specifying VC backend.
4949         * vc/vc.el (vc-checkin): Use it.
4950         (vc-deduce-fileset): Handle Log Edit buffers.
4951         (vc-diff): Make first argument optional too.
4953         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
4955 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
4957         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
4958         command, just in case.  The function is not needed anymore.
4959         (eshell-external-command): Do not call `eshell-remote-command'.
4961 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4963         Reduce use of (require 'cl).
4964         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
4965         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
4966         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
4967         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
4968         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
4969         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
4970         * battery.el, avoid.el, abbrev.el: Use cl-lib.
4971         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
4972         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
4973         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
4974         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
4975         * calculator.el, autorevert.el, apropos.el: Don't require CL.
4976         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
4977         (byte-compile-unfold-bcf, byte-compile-check-variable):
4978         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4979         (byte-compile-nilconstp):
4980         * emacs-lisp/autoload.el (make-autoload): Use pcase.
4981         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
4983         * emacs-lisp/gv.el (cond): Make it a valid place.
4984         (if): Simplify slightly.
4986         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
4987         (pcase--self-quoting-p): New function.
4988         (pcase--u1): Use it.
4990 2012-07-10  Glenn Morris  <rgm@gnu.org>
4992         * emacs-lisp/authors.el (authors-fixed-entries):
4993         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
4995 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
4997         Rename configure.in to configure.ac (Bug#11603).
4998         * emacs-lisp/authors.el (authors-canonical-file-name):
4999         * progmodes/autoconf.el (autoconf-mode):
5000         Prefer configure.ac to configure.in.
5002 2012-07-08  Chong Yidong  <cyd@gnu.org>
5004         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5005         Implement the mouse-1-click-follows-link handling properly.
5007         * info.el (Info-link-keymap): Use follow-link mechanism for
5008         header-line links (Bug#374).
5010         * simple.el (deactivate-mark): Do not set the primary selection
5011         if another program has acquired it (Bug#11772).
5013 2012-07-07  Kevin Ryde  <user42@zip.com.au>
5015         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5016         (woman-decode-region): Replace escaped-escapes without destroying
5017         bold or underline (Bug#11552).
5018         (woman2-process-escapes): Handle nofill regions (Bug#11591).
5020 2012-07-07  Chong Yidong  <cyd@gnu.org>
5022         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5023         (interprogram-cut-function, interprogram-paste-function):
5024         Mention that we typically mean the clipboard.
5026 2012-07-06  Glenn Morris  <rgm@gnu.org>
5028         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
5030         * files.el (toggle-read-only): Restrict message to interactive use.
5032 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
5034         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5036         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5038 2012-07-06  Glenn Morris  <rgm@gnu.org>
5040         * Makefile.in (compile-one-process): Rename from "recompile".
5042         * Makefile.in (bzr-update): "compile" is the same as "recompile
5043         autoloads", but parallelizable, so use that instead.
5045 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
5047         * window.el (quit-window): Always restore window height when
5048         it's saved in quit-restore parameter (Bug#11810).
5050 2012-07-06  Glenn Morris  <rgm@gnu.org>
5052         * simple.el (kill-whole-line): Doc tweak.
5054 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
5056         * files.el (file-relative-name): Compare file names
5057         case-insensitively if on MS-Windows or MS-DOS, or if
5058         read-file-name-completion-ignore-case is non-nil.  Don't use
5059         case-fold-search for this purpose.  (Bug#11827)
5061 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
5063         * calendar/cal-dst.el (calendar-current-time-zone):
5064         Return calendar-current-time-zone-cache if non-nil.
5066 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
5067 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
5069         * calendar/cal-dst.el (calendar-current-time-zone):
5070         Return calendar-current-time-zone-cache if non-nil.
5072 2012-07-06  Glenn Morris  <rgm@gnu.org>
5074         * Makefile.in (cvs-update): Remove old alias.
5076 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
5078         Sync with Tramp 2.2.6-pre.
5080         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5081         compatible declaration.
5083         * net/tramp-cmds.el (tramp-append-tramp-buffers):
5084         Protect `list-load-path-shadows' call.
5086         * net/tramp-compat.el (top): Require packages, which aren't
5087         autoloaded anymore for XEmacs.  Protect call of
5088         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5089         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
5090         it hurts at least for SXEmacs.
5091         (tramp-compat-temporary-file-directory): In XEmacs, there is no
5092         standard-value for `temporary-file-directory'.
5094         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5095         Redirect stderr to /dev/null.
5096         (tramp-sh-handle-write-region): uid and gid can be floats.
5097         Reported by Russell Sim <russell.sim@gmail.com>.
5098         (tramp-sh-handle-vc-registered): Hide errors.
5099         (tramp-vc-file-name-handler): Use dummy results for `process-file'
5100         and `start-file-process'.
5101         (tramp-maybe-open-connection): Check also whether `non-essential'
5102         is bound.
5104 2012-07-04  Chong Yidong  <cyd@gnu.org>
5106         * xml.el (xml--parse-buffer): Use xml-syntax-table.
5107         (xml-parse-tag): Likewise, and avoid changing entity tables.
5108         (xml-syntax-table): Define from scratch, making sure not to give
5109         x2000 and other Unicode spaces whitespace syntax, since those are
5110         not spaces in XML.
5111         (xml-parse-fragment): Delete unused function.
5112         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5113         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5114         (xml-entity-ref, xml-pe-reference-re)
5115         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5116         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5117         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5118         (xml-entity-value-re): Use syntax references in regexps where
5119         possible; no need to define inside a let-binding.
5120         (xml-parse-dtd): Use xml-pe-reference-re.
5121         (xml-entity-or-char-ref-re): New defconst.
5122         (xml-parse-string, xml-substitute-special): Use it.
5124 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5126         * files.el (locate-dominating-file): Allow `name' to be a predicate.
5127         (find-file--read-only): New function.
5128         (find-file-read-only, find-file-read-only-other-window)
5129         (find-file-read-only-other-frame): Use it.
5130         (insert-file-contents-literally): Don't `fset'.
5131         (get-free-disk-space): Use locate-dominating-file.
5133         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5134         function is already compiled.
5136         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
5138 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
5140         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5141         files on the same host.
5143 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
5145         * help-fns.el (describe-function-1): Only call
5146         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
5148 2012-07-03  Chong Yidong  <cyd@gnu.org>
5150         * xml.el: Protect parser against XML bombs.
5151         (xml-entity-expansion-limit): New variable.
5152         (xml-parse-string, xml-substitute-special): Use it.
5153         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5155 2012-07-03  Glenn Morris  <rgm@gnu.org>
5157         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5158         Allow linking to specific messages in debbugs reports (eg 123#5).
5160 2012-07-02  Chong Yidong  <cyd@gnu.org>
5162         * xml.el: Fix entity and character reference expansion, allowing
5163         them to expand into markup as per XML spec.
5164         (xml-default-ns): New variable.
5165         (xml-entity-alist): Use XML spec definitions for lt and amp.
5166         (xml-parse-region): Make first two arguments optional.
5167         Discard text properties.
5168         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5169         All callers changed.
5170         (xml-parse-tag): Call xml-parse-tag-1.  For backward
5171         compatibility, this function should not modify buffer contents.
5172         (xml-parse-tag-1): Fix opening-tag regexp.
5173         (xml-parse-string): Rewrite, handling entity and character
5174         references properly.
5175         (xml--entity-replacement-text): Signal an error if a parameter
5176         entity is undefined.
5178 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5180         * comint.el (comint-output-filter): Filter out repeated prompts.
5182         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5183         and file-name-absolute-p.
5184         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5185         internal calls.
5187 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5189         Spelling fixes.
5190         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5191         Rename from byte-compile--refiy-function.  All uses changed.
5193 2012-07-01  Chong Yidong  <cyd@gnu.org>
5195         * xml.el (xml--parse-buffer): New function.  Move most of
5196         xml-parse-region here.
5197         (xml-parse-region): Copy region into a temporary buffer, since
5198         parameter entity substitution requires changing buffer contents.
5199         Use xml--parse-buffer.
5200         (xml-parse-file): Use xml--parse-buffer.
5201         (xml-parse-dtd): Make parameter entity substitution work right.
5202         Use proper regexps for ELEMENT declarations (Bug#7172).
5204 2012-06-30  Glenn Morris  <rgm@gnu.org>
5206         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5208         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5209         Remove outdated and unnecessary dbus declarations.
5211 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
5213         * emacs-lisp/timer.el (timer-until): Subtract results of
5214         float-time, instead of taking float-time of the result of
5215         time-subtract, since float-time signals an error for negative time
5216         arguments.
5218 2012-06-30  Chong Yidong  <cyd@gnu.org>
5220         * xml.el (xml-*-re): Convert defvars into defconsts, and
5221         eval-and-compile them so eval-and-compile works on derivatives.
5222         (xml--entity-replacement-text): Use eval-and-comple.
5224 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
5226         * vc/vc-git.el (vc-git-registered): Use cache property
5227         `git-registered'.
5228         (vc-git-mode-line-string): Call `vc-working-revision' instead of
5229         `vc-git-working-revision' in order to benefit from the cache.
5230         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
5232 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
5234         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5235         removed (likely outside Emacs).  (Bug#11757)
5237 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5239         * emacs-lisp/cl-lib.el: Require macroexp.
5241 2012-06-30  Chong Yidong  <cyd@gnu.org>
5243         * xml.el: Implement XML parameter entities.
5244         (xml-parameter-entity-alist): New variable.
5245         (xml-parse-region, xml-parse-fragment): Preserve previous values
5246         of xml-entity-alist and xml-parameter-entity-alist, so that
5247         repeated calls on different documents do not change them.
5248         (xml-parse-tag): Fix doctype regexp.
5249         (xml--entity-replacement-text): New function.
5250         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
5251         properly requires url retrieval which is unimplemented.
5252         (xml-escape-string): Doc fix.
5254 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5256         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5258 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
5260         * fringe.el (fringe-mode): Doc fix.
5262 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
5264         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5265         is non-nil.
5266         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5267         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
5269 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
5271         * calendar/cal-dst.el (calendar-current-time-zone):
5272         Return calendar-current-time-zone-cache if non-nil.
5274 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
5276         * progmodes/which-func.el (which-func-format):
5277         Add mouse-face.  (Bug#11698)
5279 2012-06-29  Leo Liu  <sdl.web@gmail.com>
5281         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5283 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5285         * minibuffer.el (minibuffer-confirm-exit-commands):
5286         Add completion-at-point (bug#11725).
5288 2012-06-29  Glenn Morris  <rgm@gnu.org>
5290         * progmodes/f90.el (f90-font-lock-keywords-2):
5291         Add some preprocessor elements.  (Bug#10499)
5293 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5295         * progmodes/cperl-mode.el (cperl-update-syntaxification):
5296         Use syntax-propertize (bug#11739).
5298 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
5300         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5302 2012-06-28  Julien Danjou  <julien@danjou.info>
5304         * term.el (term-handle-colors-array): Use a set of new faces to
5305         color the terminal.  Also uses :inverse-video property.
5306         (term-default-fg-color): Set to nil by default, deprecate in favor
5307         of `term-face'.
5308         (term-default-bg-color): Set to nil by default, deprecate in favor
5309         of `term-face'.
5310         (term-current-face): Use `term-face' by default.
5311         (term-bold-attribute): Variable deleted.
5313 2012-06-28  Glenn Morris  <rgm@gnu.org>
5315         * simple.el (completion-list-mode-finish):
5316         Don't use toggle-read-only.  (Since completion-list-mode has
5317         a special mode-class, it wasn't doing anything extra anyway.)
5319 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5321         Make inlining of other-mode interpreted functions work (bug#11799).
5322         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5323         (byte-compile): Use it to fix compilation of lexical-binding closures.
5324         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5325         function, if needed.
5327 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5329         * help-mode.el (help-make-xrefs): Don't just withstand
5330         cyclic-variable-indirection but any error in documentation-property.
5332         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5333         memory use.
5334         * bindings.el (bindings--define-key): New function.
5335         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5336         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5337         * bindings.el: Use it to purecopy define-key bindings.
5339         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5341         * emacs-lisp/cl.el (flet): Mark obsolete.
5342         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5343         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5344         * progmodes/js.el (js-c-fill-paragraph):
5345         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5346         (ebrowse-switch-member-buffer-to-derived-class):
5347         * play/5x5.el (5x5-solver): Use cl-flet.
5349         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
5350         (cl--symbol-function): New macro.
5351         (cl--letf, cl--letf*): Use it.
5353         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5354         Strip "toggle-" if any.
5356 2012-06-27  Glenn Morris  <rgm@gnu.org>
5358         * info.el (Info-default-directory-list): Move here from paths.el.
5359         * paths.el: Remove file, which is now empty.
5360         * loadup.el: No longer load "paths".
5362         * custom.el (custom-initialize-delay): Doc fix.
5364         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5365         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5366         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5367         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5368         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5369         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5370         * eshell/eshell.el (eshell-defgroup): Remove alias.
5372 2012-06-27  Chong Yidong  <cyd@gnu.org>
5374         * help.el (help-enable-auto-load): New variable.
5376         * help-fns.el (help-fns--autoloaded-p): New function.
5377         (describe-function-1): Refer to a function as "autoloaded" if it
5378         was autoloaded at any time in the past.  Perform autoloading if
5379         help-enable-auto-load is non-nil.
5381 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
5383         * makefile.w32-in (compile, compile-always): Depend on
5384         update-subdirs, not on subdirs.el.  Otherwise, several different
5385         sub-targets of 'bootstrap' running in parallel could
5386         simultaneously write to subdirs.el, producing a garbled file.
5388 2012-06-26  Sam Steingold  <sds@gnu.org>
5390         * files.el (file-name-base): New convenience function.
5391         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5392         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5393         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5394         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5395         * textmodes/ispell.el, textmodes/reftex-ref.el:
5396         * textmodes/tex-mode.el: Use it.
5397         Did not touch cedet and org because they are maintained elsewhere.
5399 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
5401         * calendar/calendar.el (calendar-exit): Don't try to delete or
5402         iconify last frame.  See:
5403         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5405 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
5407         * server.el (server-process-filter): Remember dir in the
5408         process's `server-client-directory' properties.
5410 2012-06-24  Chong Yidong  <cyd@gnu.org>
5412         * xml.el (xml-parse-tag): Correctly handle comment embedded in
5413         non-tag text.
5415 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
5417         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5419 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5421         * help-fns.el (describe-variable): Don't croak when doc is not found.
5422         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5423         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5424         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5425         * emacs-lisp/smie.el (smie-next-sexp): CSE.
5426         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5427         ((lambda ..) ..).
5428         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5430 2012-06-23  Chong Yidong  <cyd@gnu.org>
5432         * info.el (Info-mouse-follow-link): Accept symbol values of
5433         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
5434         (Info-fontify-node): Use Info-link-keymap for all navigation
5435         buttons, with link-args property to perform the desired action.
5436         (Info-link-keymap): Doc fix.
5437         (Info-next-link-keymap, Info-prev-link-keymap)
5438         (Info-up-link-keymap): Delete now-unused keymaps.
5440 2012-06-23  Chong Yidong  <cyd@gnu.org>
5442         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5444         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5445         system abbrevs.
5447         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5449 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5451         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5452         (bug#11719).
5454         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5455         the requote function doesn't work properly (bug#11714).
5457 2012-06-23  Glenn Morris  <rgm@gnu.org>
5459         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5461 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5463         Further GV/CL cleanups.
5464         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5465         gv-expander.
5466         (gv--defun-declaration): New function.
5467         (defun-declarations-alist): Use it.
5468         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5469         (gv-place): Autoload.
5470         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5471         original definition of dotimes and dolist.
5472         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5473         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5474         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5475         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5476         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5477         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5478         to the function's definition.
5479         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5480         * window.el:
5481         * files.el:
5482         * faces.el:
5483         * env.el: Don't use CL.
5485 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
5487         Support higher-resolution time stamps (Bug#9000).
5489         * calendar/time-date.el (with-decoded-time-value): New arg
5490         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
5491         (encode-time-value): New optional arg PICO.  New type 3.
5492         (time-to-seconds) [!float-time]: Support the new picoseconds
5493         component if it's used.
5494         (seconds-to-time, time-subtract, time-add):
5495         Support ps-resolution time stamps as well.
5497         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
5498         (timerp): Timer vectors now have length 9, not 8.
5499         (timer--time): Support new-style (4-part) time stamps.
5500         (timer-next-integral-multiple-of-time): Time stamps now have
5501         picosecond resolution, so take a bit more care about rounding.
5502         (timer-relative-time, timer-inc-time): New optional arg psecs.
5503         (timer-set-time-with-usecs): Set psecs to 0.
5504         (timer--activate): Check psecs component, too.
5506         * proced.el (proced-time-lessp): Support ps-resolution stamps.
5508 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5510         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5511         Move the non-essential binding to the post/pre-command-hook where it is
5512         more obviously correct.
5514         * subr.el (read-passwd): Don't use a history at all.
5515         * savehist.el (savehist-save): Remove password saved accidentally
5516         because of the above bug.
5518 2012-06-22  Bastien Guerry  <bzg@gnu.org>
5520         * files.el (toggle-read-only): Display a message telling whether
5521         the buffer is read-only or not (bug#11726).
5523 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5525         * emacs-lisp/gv.el: New file.
5526         * subr.el (push, pop): Extend to generalized variables.
5527         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5528         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5529         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
5530         gv-define-simple-setter, and gv-define-expander.
5531         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
5532         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5533         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5534         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5535         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5536         gv-letplace.
5537         (cl-defstruct): Don't define setf-method any more.
5538         * emacs-lisp/cl.el (flet): Don't autoload.
5539         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5540         (define-setf-expander, defsetf, define-modify-macro)
5541         (cl-struct-setf-expander): Move from cl-lib.el.
5542         * emacs-lisp/syntax.el:
5543         * emacs-lisp/ewoc.el:
5544         * emacs-lisp/smie.el:
5545         * emacs-lisp/cconv.el:
5546         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5547         (timer--time): Use gv-define-simple-setter.
5548         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5549         to avoid coding-system problems in subr.el.  Adjust all users.
5550         (macroexp--maxsize, macroexp-small-p): New functions.
5551         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5552         * scroll-bar.el (scroll-bar-mode):
5553         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5554         (normal-erase-is-backspace-mode): Don't use the `eq' place.
5555         * winner.el (winner-configuration, winner-make-point-alist)
5556         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5557         * files.el (locate-file-completion-table): Avoid list*.
5559 2012-06-22  Chong Yidong  <cyd@gnu.org>
5561         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5562         (dired-create-files): Doc fix (Bug#11329).
5563         (dired-do-copy): Doc fix (Bug#11334).
5564         (dired-mark-read-string): Doc fix (Bug#11553).
5566         * dired.el (dired-recursive-copies, dired-recursive-deletes):
5567         Doc fix (Bug#11326).
5568         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
5569         (dired-dwim-target): Doc fix.
5571         * wdired.el (wdired-mode): Doc fix.
5573 2012-06-22  Glenn Morris  <rgm@gnu.org>
5575         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5576         (pcmpl-rpm-cache-stamp-file): New constant.
5577         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5578         (pcmpl-rpm-packages): Optionally cache list of packages.
5580         * pcmpl-rpm.el (pcmpl-rpm): New group.
5581         (pcmpl-rpm-query-options): New option.
5582         (pcmpl-rpm-packages): No need to inline it.
5583         Use pcmpl-rpm-query-options.
5585         * calendar/calendar.el (calendar-in-read-only-buffer):
5586         Avoid some needless mode changes.
5588 2012-06-21  Chong Yidong  <cyd@gnu.org>
5590         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5591         (desktop-path): Remove . from the default value (Bug#10977).
5592         (desktop-read): Use user-emacs-directory if desktop-path is nil.
5594 2012-06-20  Chong Yidong  <cyd@gnu.org>
5596         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5598 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
5600         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5601         (bug#11201).
5603 2012-06-20  Chong Yidong  <cyd@gnu.org>
5605         * term.el (term-window-width): Handle the case of a missing right
5606         fringe (Bug#8837).
5607         (term-check-size): Use window-text-height (Bug#5445).
5608         (term-mode): Use define-derived-mode.  Minor cleanups.
5609         Set font-lock-defaults (Bug#7692).
5610         (term-move-columns, term-insert-char, term-emulate-terminal)
5611         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
5613 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
5615         * net/ange-ftp.el (ange-ftp-get-passwd):
5616         Bind `enable-recursive-minibuffers'.
5617         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5619 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
5621         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5623 2012-06-19  Glenn Morris  <rgm@gnu.org>
5625         * progmodes/python.el (python-mode): Derive from prog-mode.
5627 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
5629         * emulation/edt.el (edt-default-menu-bar-update-buffers)
5630         (edt-user-menu-bar-update-buffers): New functions.
5631         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5633 2012-06-19  Chong Yidong  <cyd@gnu.org>
5635         * subr.el (with-selected-window): Preserve the selected window's
5636         terminal's top-frame (Bug#4702).
5638         * window.el (save-selected-window): Likewise.
5640 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5642         * progmodes/python.el (python-rx-constituents): Move backquote.
5643         (python-skeleton-define, python-define-auxiliary-skeleton):
5644         Use `declare'.
5646 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
5648         * minibuffer.el (read-file-name-default): Revert the patch from
5649         2012-06-17.
5651 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5653         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5654         (pcase--u1, pcase--q1): Don't use apply-partially.
5656 2012-06-18  Glenn Morris  <rgm@gnu.org>
5658         * progmodes/python.el (python-proc, python-buffer)
5659         (python-send-receive, python-send-string): Fix obsolete versions.
5661 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
5663         * window.el (special-display-p): Completely remove stringp
5664         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5666 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
5668         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5670         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5672         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5673         * net/tramp-sh.el (tramp-maybe-open-connection):
5674         Throw if `non-essential' is non-nil.
5676 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
5678         * window.el (special-display-p): Signal an error if BUFFER-NAME
5679         is not a string (Bug#11713).
5681 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
5683         * progmodes/python.el (python-info-beginning-of-backslash):
5684         Rename from python-info-beginning-of-backlash, as a spelling fix.
5686 2012-06-17  Chong Yidong  <cyd@gnu.org>
5688         * term.el (term-emulate-terminal): If term-check-size is called,
5689         move point to the process mark without resetting point (Bug#4635).
5691 2012-06-17  Glenn Morris  <rgm@gnu.org>
5693         * international/mule-cmds.el (mule-menu-keymap)
5694         (set-language-environment, set-locale-environment): Doc tweaks.
5696 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
5698         * cus-face.el (custom-face-attributes): Add wave-style underline
5699         attribute.
5700         * faces.el (set-face-attribute): Update docstring to describe
5701         wave-style underline attribute.
5703 2012-06-16  Chong Yidong  <cyd@gnu.org>
5705         * term/xterm.el (terminal-init-xterm): Discard input before
5706         querying background mode (Bug#10959).
5708 2012-06-16  Stefan Merten  <smerten@oekonux.de>
5710         * textmodes/rst.el: Added and corrected some comments.
5711         (rst-re-alist-def): Improve symbol syntax.
5712         (rst-mode-syntax-table): Correct syntax entries.
5713         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5714         (rst-official-version, rst-official-cvs-rev): Update version
5715         information.
5717 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
5719         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5720         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5722 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
5724         * progmodes/python.el: New python.el merge.
5725         (python-guess-indent): Obsolete var.
5726         (python-indent-guess-indent-offset): New defcustom.
5727         (python-indent): Obsolete var.
5728         (python-indent-offset): New defcustom.
5729         (python-python-command, python-jython-command): Delete var.
5730         (python-shell-interpreter): New defcustom.
5731         (python-pdbtrack-do-tracking-p): Delete var.
5732         (python-pdbtrack-activate): New defcustom.
5733         (python-use-skeletons): Obsolete var.
5734         (python-skeleton-autoinsert): New defcustom.
5735         (inferior-python-filter-regexp, python-continuation-offset)
5736         (python-honour-comment-indentation, python-indent-string-contents)
5737         (python-jython-packages, python-mode-hook)
5738         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5739         (python-shell-prompt-alist)
5740         (python-source-modes): Delete defcustoms.
5741         (python-check-buffer-name, python-eldoc-setup-code)
5742         (python-eldoc-string-code, python-ffap-setup-code)
5743         (python-ffap-string-code, python-fill-comment-function)
5744         (python-fill-decorator-function, python-fill-paren-function)
5745         (python-fill-string-function, python-imenu-include-defun-type)
5746         (python-imenu-make-tree, python-imenu-subtree-root-label)
5747         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5748         (python-shell-compilation-regexp-alist)
5749         (python-shell-completion-module-string-code)
5750         (python-shell-completion-pdb-string-code)
5751         (python-shell-completion-setup-code)
5752         (python-shell-completion-string-code)
5753         (python-shell-enable-font-lock, python-shell-exec-path)
5754         (python-shell-extra-pythonpaths)
5755         (python-shell-internal-buffer-name, python-shell-interpreter-args)
5756         (python-shell-process-environment)
5757         (python-shell-prompt-block-regexp)
5758         (python-shell-prompt-output-regexp)
5759         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5760         (python-shell-send-setup-max-wait, python-shell-setup-codes)
5761         (python-shell-virtualenv-path): New defcustoms.
5762         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5763         (inferior-python-mode-syntax-table, python--prompt-regexp)
5764         (python-buffer, python-command python-python-command)
5765         (python-default-template, python-imports, python-indent-index)
5766         (python-indent-list, python-indent-list-length)
5767         (python-mode-running, python-pdbtrack-is-tracking-p)
5768         (python-preoutput-continuation, python-preoutput-leftover)
5769         (python-preoutput-result, python-preoutput-skip-next-prompt)
5770         (python-prev-dir/file, python-recursing)
5771         (python-saved-check-command, python-version-checked)
5772         (python-which-func-length-limit)
5773         (view-return-to-alist): Delete vars.
5774         (python-check-custom-command, python-dotty-syntax-table)
5775         (python-imenu-index-alist, python-indent-current-level)
5776         (python-indent-dedenters, python-indent-levels)
5777         (python-nav-beginning-of-defun-regexp)
5778         (python-nav-list-defun-positions-cache)
5779         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
5780         (python-shell-internal-buffer)
5781         (python-skeleton-available): New vars.
5782         (def-python-skeleton): Delete macro.
5783         (python-skeleton-define): New macro.
5784         (python-define-auxiliary-skeleton, python-rx): New macros.
5785         (python-insert-class): Delete command.
5786         (python-skeleton-class): New command.
5787         (python-insert-def): Delete command.
5788         (python-skeleton-def): New command.
5789         (python-insert-for): Delete command.
5790         (python-skeleton-for): New command.
5791         (python-insert-if): Delete command.
5792         (python-skeleton-if): New command.
5793         (python-insert-try/except, python-insert-try/finally): Delete commands.
5794         (python-skeleton-try): New command.
5795         (python-insert-while): Delete command.
5796         (python-skeleton-while): New command.
5797         (python-backspace): Delete command.
5798         (python-indent-dedent-line-backspace): New command.
5799         (python-electric-colon): Delete command.
5800         (python-indent-electric-colon): New command.
5801         (python-guess-indent): Delete command.
5802         (python-indent-guess-indent-offset): New command.
5803         (python-shift-left): Delete command.
5804         (python-indent-shift-left): New command.
5805         (python-shift-right): Delete command.
5806         (python-indent-shift-right): New command.
5807         (python-find-function): Delete command.
5808         (python-nav-jump-to-defun): New command.
5809         (python-next-statement): Delete command.
5810         (python-nav-forward-sentence): New command.
5811         (python-previous-statement): Delete command.
5812         (python-nav-backward-sentence): New command.
5813         (python-fill-paragraph): Delete command.
5814         (python-fill-paragraph-function): New command.
5815         (python-send-buffer): Delete command.
5816         (python-shell-send-buffer): New command.
5817         (python-send-defun): Delete command.
5818         (python-shell-send-defun): New command.
5819         (python-send-region, python-send-region-and-go): Delete commands.
5820         (python-shell-send-region)
5821         (python-shell-switch-to-shell): New commands.
5822         (python-send-string): Delete command.
5823         (python-shell-send-string): New command.
5824         (python-switch-to-python): Delete command.
5825         (python-shell-switch-to-shell): New command.
5826         (python-describe-symbol): Delete command.
5827         (python-eldoc-at-point): New command.
5828         (python--set-prompt-regexp, python-args-to-list)
5829         (python-after-info-look, python-check-version)
5830         (python-check-comint-prompt, python-find-imports)
5831         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
5832         (python-unload-function, python-expand-template)
5833         (python-maybe-jython, python-preoutput-filter)
5834         (python-pdbtrack-get-source-buffer)
5835         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
5836         (python-pdbtrack-toggle-stack-tracking)
5837         (python-pdbtrack-track-stack-file, python-initial-text)
5838         (python-first-word, python-comment-line-p, python-send-command)
5839         (python-setup-brm, python-sentinel, python-set-proc)
5840         (python-skip-out, python-input-filter, python-outdent-p)
5841         (python-outline-level, python-backslash-continuation-line-p)
5842         (python-end-of-block, python-end-of-statement, python-mark-block)
5843         (python-beginning-of-block, python-beginning-of-statement)
5844         (python-blank-line-p, python-beginning-of-string)
5845         (python-open-block-statement-p): Delete functions.
5846         (python-indent-line, python-indent-line-1): Delete functions.
5847         (python-indent-line): New function.
5848         (python-indentation-levels): Delete function.
5849         (python-indent-calculate-levels): New function.
5850         (python-proc): Delete function.
5851         (python-shell-get-process): New function.
5852         (python-send-receive): Delete function.
5853         (python-shell-send-string-no-output): New function.
5854         (python-module-path): Delete function.
5855         (python-ffap-module-path): New function.
5856         (python-completion-at-point)
5857         (python-symbol-completions): Delete functions.
5858         (python-completion-complete-at-point): New function.
5859         (python-load-file): Delete function.
5860         (python-shell-send-file): New function.
5861         (python-calculate-indentation): Delete function.
5862         (python-indent-calculate-indentation): New function.
5863         (python-skip-comments/blanks): Delete function.
5864         (python-util-forward-comment): New function.
5865         (python-continuation-line-p): Delete function.
5866         (python-info-continuation-line-p): New function.
5867         (python-which-func, python-current-defun): Delete function.
5868         (python-info-current-defun): New function.
5869         (python-beginning-of-defun): Delete function.
5870         (python-nav-beginning-of-defun): New function.
5871         (python-close-block-statement-p)
5872         (python-block-end-p): Delete function.
5873         (python-info-closing-block): New function.
5874         (python-comint-output-filter-function)
5875         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
5876         (python-fill-comment, python-fill-decorator, python-fill-paren)
5877         (python-fill-string, python-imenu-make-element-tree)
5878         (python-imenu-make-tree, python-imenu-tree-assoc)
5879         (python-indent-context, python-indent-dedent-line)
5880         (python-indent-line-function)
5881         (python-indent-post-self-insert-function)
5882         (python-indent-toggle-levels)
5883         (python-info-assignment-continuation-line-p)
5884         (python-info-beginning-of-backlash)
5885         (python-info-block-continuation-line-p)
5886         (python-info-closing-block-message)
5887         (python-info-line-ends-backslash-p)
5888         (python-info-looking-at-beginning-of-defun)
5889         (python-info-ppss-context, python-info-ppss-context-type)
5890         (python-nav-list-defun-positions, python-nav-read-defun)
5891         (python-nav-sentence-end, python-nav-sentence-start)
5892         (python-pdbtrack-comint-output-filter-function)
5893         (python-pdbtrack-set-tracked-buffer)
5894         (python-shell-calculate-exec-path)
5895         (python-shell-calculate-process-environment)
5896         (python-shell-completion--do-completion-at-point)
5897         (python-shell-completion--get-completions)
5898         (python-shell-completion-complete-at-point)
5899         (python-shell-completion-complete-or-indent)
5900         (python-shell-get-or-create-process)
5901         (python-shell-get-process-name)
5902         (python-shell-internal-get-or-create-process)
5903         (python-shell-internal-get-process-name)
5904         (python-shell-internal-send-string, python-shell-make-comint)
5905         (python-shell-parse-command, python-shell-send-setup-code)
5906         (python-skeleton-add-menu-items)
5907         (python-util-clone-local-variables, python-util-position)
5908         (run-python-internal, python-indentation-levels)
5909         (python-nav-beginning-of-defun)
5910         (python-completion-complete-at-point): New functions.
5911         (run-python): Change arguments.  New API requirements.
5913 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5915         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
5916         (bug#11649).
5918         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
5919         (macroexp--expand-all): Use it.
5921         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
5922         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
5923         Use `cl-function' instead.
5925 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
5927         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
5928         Suggested by Stefan Monnier while discussing bug#11657.
5930 2012-06-14  Sam Steingold  <sds@gnu.org>
5932         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
5934 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
5936         * play/doctor.el (doctor-doc): Remove parameter and use
5937         doctor-sent instead of sent.
5938         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
5940 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5942         * files.el: Require cl-lib.
5943         (file-name-non-special): Replace case -> cl-case.
5945         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
5947         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
5948         mapping from #' to function*.
5950 2012-06-13  Chong Yidong  <cyd@gnu.org>
5952         * mouse.el (mouse-drag-track): Do not set the mark if the user
5953         releases the mouse without selecting anything (Bug#11588).
5955 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5957         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
5958         as well (bug#11646).
5960         * loadup.el: Count byte-code functions as well.
5962         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
5963         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
5965         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
5966         (bug#11649).  Add cl-defun and cl-defmacro.
5968 2012-06-13  Drew Adams  <drew.adams@oracle.com>
5970         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5971         Fix last change.
5973 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
5975         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
5976         Otherwise, it blocks in batch mode.
5978 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
5980         * help-mode.el (bookmark-make-record-default): Declare.
5982 2012-06-13  Chong Yidong  <cyd@gnu.org>
5984         * emacs-lisp/package.el (list-packages): Compute a list of
5985         packages that are newly-available since the last list-packages
5986         invocation.
5987         (package-menu--new-package-list): New var.
5988         (package-menu--generate, package-menu--print-info)
5989         (package-menu--status-predicate, package-menu-mark-install):
5990         Handle new status label "new".
5992 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5994         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
5995         conversion to backquotes.
5997 2012-06-12  Chong Yidong  <cyd@gnu.org>
5999         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6000         Rename from gud-inhibit-global-bindings.
6002         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6004         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6005         hook from nxml-glyph-set-hook.
6007         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6008         declaration.
6010         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6012         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6013         Convert to defcustom.
6015 2012-06-12  Drew Adams  <drew.adams@oracle.com>
6017         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6018         New functions.
6019         (help-mode): Use them.
6021 2012-06-11  Glenn Morris  <rgm@gnu.org>
6023         * progmodes/fortran.el (fortran-font-lock-keywords-3):
6024         Use preprocessor face for directives.
6025         (fortran-directive-re): Doc fix.
6027 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6029         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6030         conversion to backquotes (bug#11652).
6032         Fix compiler-expansion of CL's cXXr functions (bug#11673).
6033         * emacs-lisp/cl-lib.el (cl--defalias): New function.
6034         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6035         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6036         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6037         (cl-ninth, cl-tenth): Mark them as inlinable.
6038         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6039         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6040         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6041         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6042         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6043         (cl-list*, cl-adjoin): Don't put an autoload manually.
6044         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6045         (cl--compiler-macro-list*): Add autoload cookie.
6046         (cl--compiler-macro-cXXr): New function.
6048         * help-fns.el (help-fns--compiler-macro): New function extracted from
6049         describe-function-1; follow aliases and use `compiler-macro' property.
6050         (describe-function-1): Use it.
6052 2012-06-11  Chong Yidong  <cyd@gnu.org>
6054         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6055         is uninstalled, if imagemagick is installed.
6057 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6059         * emacs-lisp/cl-lib.el: Use lexical-binding.
6060         (cl-map-extents, cl-maclisp-member): Remove.
6061         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6062         (cl--set-substring, cl--block-wrapper, cl--block-throw)
6063         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6064         * emacs-lisp/cl-extra.el: Use lexical-binding.
6065         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6066         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6067         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6068         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6069         * emacs-lisp/cl-seq.el: Use lexical-binding.
6070         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6071         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6072         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6073         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6074         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6075         CL's internals.
6077 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
6079         Sync with Tramp 2.2.6-pre.
6081         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6082         `print-length' and `print-level' to nil, in order to avoid
6083         truncation.  Reported by Christopher Schmidt
6084         <christopher@ristopher.com>.
6086         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6088         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6089         New defmacro.
6090         (tramp-compat-copy-directory): Add optional argument
6091         COPY-CONTENTS.  It is not handled yet.
6093         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6094         (tramp-ftp-file-name-p): Simplify.
6096         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6097         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6098         connection vector.
6100         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6101         (tramp-methods): Do not use `tramp-password-end-of-line'.
6102         (tramp-completion-function-alist-putty): Handle UNIX case.
6103         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6104         (tramp-do-file-attributes-with-stat)
6105         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6106         gid as real numbers.  They could run out of integer range on cygwin.
6107         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6108         (tramp-sh-handle-expand-file-name): Handle hops.
6109         (tramp-open-connection-setup-interactive-shell):
6110         Use `tramp-cleanup'.  Move check for busyboxes ...
6111         (tramp-find-shell): ... here.  Simplify implementation.
6112         Set "remote-shell" property also for alternative shells.
6113         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6114         If failing, a regular file would be written otherwise.
6115         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6116         (tramp-find-inline-encoding): Cache the coding commands in the
6117         process cache.  Apply test command on the remote side, if defined.
6118         (tramp-find-inline-compress): Cache the compress commands in the
6119         process cache.
6120         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6121         when requested.  Handle hops.
6122         (tramp-current-connection): New defvar.
6123         (tramp-maybe-open-connection): Use `tramp-cleanup'.
6124         Throw `suppress', if there was a failed connection shortly before.
6125         Handle user interrupt.  (Bug#10187)
6126         (tramp-get-inline-compress, tramp-get-inline-coding):
6127         Read connection properties from the process cache.
6129         * net/tramp-smb.el (tramp-smb-server-version)
6130         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6131         New defconsts.
6132         (tramp-smb-prompt): Extend for powershell prompt.
6133         (tramp-smb-file-name-handler-alist): Add handlers for
6134         `process-file', `shell-command' and `start-file-process'.
6135         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6136         (tramp-smb-winexe-shell-command-switch): New defcustoms.
6137         (tramp-smb-file-name-p): Simplify.
6138         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6139         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6140         (tramp-smb-shell-quote-argument): New defuns.
6141         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6142         Implement using "tar".  By this, time-stamps are preserved.
6143         (tramp-smb-handle-copy-file): Handle also the case of directories.
6144         (tramp-smb-do-file-attributes-with-stat)
6145         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6146         Use `tramp-get-connection-buffer').
6147         (tramp-smb-handle-rename-file): Use "rename", when source and
6148         target are on the same share.
6149         (tramp-smb-maybe-open-connection): Handle wrong passwords.
6150         Use `tramp-smb-server-version'.
6151         (tramp-smb-wait-for-output): Remove prompt.
6153         * net/tramp.el (top): Require 'cl.
6154         (tramp-methods, tramp-rsh-end-of-line):
6155         Remove `tramp-password-end-of-line' from docstring.
6156         (tramp-save-ad-hoc-proxies): New defcustom.
6157         (tramp-completion-function-alist): Adapt docstring.
6158         (tramp-default-password-end-of-line): Remove defcustom.
6159         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
6160         (tramp-user-regexp, tramp-file-name-regexp-unified)
6161         (tramp-file-name-regexp-url): Extend regexp by hop separator.
6162         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6163         (tramp-remote-file-name-spec-regexp): New defconst.
6164         (tramp-file-name-structure): Extend structure for hops.
6165         (tramp-get-method-parameter): Move up.
6166         (tramp-file-name-p, tramp-dissect-file-name)
6167         (with-parsed-tramp-file-name): Handle hops.
6168         (tramp-file-name-hop): New defun.
6169         (tramp-make-tramp-file-name): New optional arg HOP.
6170         (tramp-message-show-progress-reporter-message): New defvar.
6171         (tramp-with-progress-reporter): Use it.  We cannot use
6172         `tramp-message-show-message' here, because this suppresses also
6173         error buffers.
6174         (tramp-error-with-buffer): Suppress buffer view, if
6175         `tramp-message-show-message' is nil.
6176         Use `tramp-get-connection-buffer'.
6177         (tramp-cleanup): New defun.
6178         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6179         (tramp-file-name-handler): If `debug-on-error' is set, propagate
6180         an error unchanged.
6181         (tramp-completion-handle-file-name-all-completions): Handle hops.
6182         Fix an error when called from ido.
6183         (tramp-completion-dissect-file-name): Use better local variable
6184         name.  Add hop to the vector.
6185         (tramp-handle-insert-file-contents): Use progress-reporter for the
6186         whole scenario.
6187         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6188         to `t'.
6189         (tramp-check-for-regexp): Simplify search.
6190         (tramp-enter-password): Remove it.  Move implementation ...
6191         (tramp-action-password): ... here.
6192         (tramp-mode-string-to-int, tramp-local-host-p)
6193         (tramp-make-tramp-temp-file, tramp-read-passwd)
6194         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6195         Set tramp-autoload cookie.
6197         * net/trampver.el: Update release number.
6199 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6200             Michael Albinus  <michael.albinus@gmx.de>
6202         * net/tramp.el (tramp-set-completion-function): Fix docstring.
6203         (tramp-parse-group, tramp-parse-file)
6204         (tramp-parse-shostkeys-sknownhosts): New defuns.
6205         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6206         (tramp-parse-shosts-group, tramp-parse-sconfig)
6207         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6208         (tramp-parse-sknownhosts, tramp-parse-hosts)
6209         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6210         Use them.
6211         (tramp-parse-passwd-group, tramp-parse-netrc-group)
6212         (tramp-parse-putty-group): Don't narrow.
6213         (tramp-parse-putty): Make a loop.
6214         (tramp-file-name-handler): Catch the `suppress' signal.
6216 2012-06-11  Chong Yidong  <cyd@gnu.org>
6218         * image.el (imagemagick-register-types): Put the ImageMagick entry
6219         at the end of image-type-file-name-regexps.
6221 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
6223         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6224         (pcase, pcase-let*, pcase-dolist): Use them.
6226 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6228         * emacs-lisp/pcase.el (pcase--let*): New function.
6229         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
6230         (pcase--expand): Use macroexp-let².
6232 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6234         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6235         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6236         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6237         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6238         * emacs-lisp/derived.el: Use pcase instead of `cl'.
6239         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6241 2012-06-10  Glenn Morris  <rgm@gnu.org>
6243         * mail/rmail.el (rmail-yank-current-message): Leave point at
6244         correct position.  (Bug#11660)
6246 2012-06-10  Chong Yidong  <cyd@gnu.org>
6248         * allout-widgets.el: Fix code header.
6250 2012-06-10  Chong Yidong  <cyd@gnu.org>
6252         * cus-edit.el (customize-changed-options-previous-release):
6253         Bump to 24.1.
6255 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
6257         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6259 2012-06-09  Chong Yidong  <cyd@gnu.org>
6261         * ebuff-menu.el (electric-buffer-list): Preserve header line.
6263 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
6265         * window.el (special-display-popup-frame): Don't use
6266         window--display-buffer (Bug#11651).
6268 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
6270         Fix parallel builds: make sure loaddefs.el is not being written
6271         while Lisp files are compiled.
6272         (compile): Don't depend on 'mh-autoloads'.
6273         (compile-CMD, compile-SH): Depend on 'autoloads'.
6274         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6276         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
6278 2012-06-09  Chong Yidong  <cyd@gnu.org>
6280         * face-remap.el (face-remap-add-relative, face-remap-set-base)
6281         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6282         Doc fixes (Bug#11225).
6284 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6286         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6287         a function if there's a clear indication that it has a compiler-macro.
6288         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6289         (macro-declarations-alist): Add arglist to declaration functions.
6290         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6291         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6292         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6293         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6294         Also add autoload to find the compiler macro.
6295         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6296         (cl--compiler-macro-member, cl--compiler-macro-assoc)
6297         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6298         (cl--compiler-macro-get): New functions, replacing calls to
6299         cl-define-compiler-macro.
6300         (cl-typep) [compiler-macro]: Use macroexp-let².
6302 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
6304         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6305         string properly, fixes Bug#11473.
6307 2012-06-08  Chong Yidong  <cyd@gnu.org>
6309         * faces.el (set-face-attribute): Doc fix.
6310         (modify-face): Don't use :bold and :italic.
6311         (error, warning, success): Tweak definitions.
6313         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6314         (custom-modified, custom-set, custom-changed, custom-themed)
6315         (custom-saved, custom-button, custom-button-mouse)
6316         (custom-button-pressed, custom-state, custom-comment-tag)
6317         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6318         (custom-group-subtitle): Use new-style face specs.
6319         (custom-invalid-face, custom-rogue-face, custom-modified-face)
6320         (custom-set-face, custom-changed-face, custom-saved-face)
6321         (custom-button-face, custom-button-pressed-face)
6322         (custom-documentation-face, custom-state-face)
6323         (custom-comment-face, custom-comment-tag-face)
6324         (custom-variable-tag-face, custom-variable-button-face)
6325         (custom-face-tag-face, custom-group-tag-face-1)
6326         (custom-group-tag-face): Remove obsolete face alias.
6328         * epa.el (epa-validity-high, epa-validity-medium)
6329         (epa-validity-low, epa-mark, epa-field-name, epa-string)
6330         (epa-field-name, epa-field-body):
6331         * font-lock.el (font-lock-comment-face, font-lock-string-face)
6332         (font-lock-keyword-face, font-lock-builtin-face)
6333         (font-lock-function-name-face, font-lock-variable-name-face)
6334         (font-lock-type-face, font-lock-constant-face):
6335         * ido.el (ido-first-match, ido-only-match, ido-subdir)
6336         (ido-virtual, ido-indicator, ido-incomplete-regexp):
6337         * speedbar.el (speedbar-button-face, speedbar-file-face)
6338         (speedbar-directory-face, speedbar-tag-face)
6339         (speedbar-selected-face, speedbar-highlight-face)
6340         (speedbar-separator-face):
6341         * whitespace.el (whitespace-newline, whitespace-space)
6342         (whitespace-hspace, whitespace-tab, whitespace-trailing)
6343         (whitespace-line, whitespace-space-before-tab)
6344         (whitespace-space-after-tab, whitespace-indentation)
6345         (whitespace-empty):
6346         * emulation/cua-base.el (cua-global-mark):
6347         * eshell/em-prompt.el (eshell-prompt):
6348         * net/newst-plainview.el (newsticker-new-item-face)
6349         (newsticker-old-item-face, newsticker-immortal-item-face)
6350         (newsticker-obsolete-item-face, newsticker-date-face)
6351         (newsticker-statistics-face, newsticker-default-face):
6352         * net/newst-reader.el (newsticker-feed-face)
6353         (newsticker-extra-face, newsticker-enclosure-face):
6354         * net/newst-treeview.el (newsticker-treeview-face)
6355         (newsticker-treeview-new-face, newsticker-treeview-old-face)
6356         (newsticker-treeview-immortal-face)
6357         (newsticker-treeview-obsolete-face)
6358         (newsticker-treeview-selection-face):
6359         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6360         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6361         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6362         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6363         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6364         (nxml-outline-active-indicator, nxml-outline-ellipsis):
6365         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6366         (mpuz-text):
6367         * progmodes/vera-mode.el (vera-font-lock-number)
6368         (vera-font-lock-function, vera-font-lock-interface):
6369         * textmodes/table.el (table-cell): Use new-style face specs, and
6370         don't use the old :bold and :italic attributes.
6372         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6373         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6374         (ebrowse-member-class, ebrowse-progress): Likewise.
6375         (ebrowse-tree-mark-face, ebrowse-root-class-face)
6376         (ebrowse-file-name-face, ebrowse-default-face)
6377         (ebrowse-member-attribute-face, ebrowse-member-class-face)
6378         (ebrowse-progress-face): Remove obsolete faces.
6380         * progmodes/flymake.el (flymake-errline, flymake-warnline):
6381         Inherit from error and warning faces respectively.
6383         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6384         Likewise.
6385         (flyspell-incorrect-face, flyspell-duplicate-face):
6386         Remove obsolete aliases.
6388 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
6390         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6391         Avoid infloop.
6393 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6395         * startup.el (argv, argi): Make lexically scoped.
6396         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6397         * emacs-lisp/cl-macs.el: Use lexical-binding.
6398         Rename cl-bind-* to cl--bind-*.
6399         * files.el: Don't require `cl' since it doesn't use it.
6400         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6402 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
6404         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6405         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6406         instead of calling external sort utility.
6407         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6409 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
6411         * descr-text.el (describe-char): Mention how to insert the
6412         character, if the current input method doesn't support it.
6413         See the discussion in this thread for the details:
6414         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6416 2012-06-08  Sam Steingold  <sds@gnu.org>
6418         * bindings.el (global-map): Bind XF86Forward to next-buffer and
6419         XF86Back to previous-buffer.
6420         (minibuffer-local-map): Bind them to next-history-element and
6421         previous-history-element respectively.
6422         * help-mode.el (help-mode-map): Bind them to help-go-forward and
6423         help-go-back respectively.
6424         * info.el (Info-mode-map): Bind them to Info-history-forward and
6425         Info-history-back respectively.
6426         These are the keys next to Up on the ThinkPad keyboard.
6428 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6430         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6431         * emacs-lisp/cl-macs.el: Provide itself.
6432         (cl--labels-convert-cache): New var.
6433         (cl--labels-convert): New function.
6434         (cl-flet, cl-labels): New implementation with new semantics, relying on
6435         lexical-binding.
6436         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6437         (cl-closure-vars, cl--function-convert-cache)
6438         (cl--function-convert): Move from cl-macs.el.
6439         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6440         rename by removing the "cl-" prefix.
6441         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6443 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6445         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6446         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6447         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6448         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6449         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6450         (cl-hash-table-count): Add old compatibility aliases.
6452         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6453         Use macroexpand-all-environment instead.
6454         (cl--old-macroexpand): New var.
6455         (cl--sm-macroexpand): New function.
6456         (cl-symbol-macrolet): Use it during macro expansion.
6457         (cl--function-convert-cache): New var.
6458         (cl--function-convert): New function, extracted from
6459         cl-macroexpand-all.
6460         (cl-lexical-let): Use it.
6462         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6463         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6464         (cl-member): Remove old alias.
6466         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6467         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6468         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6469         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6470         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6471         (cl-macroexpand-cmacs): Remove var.
6472         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6473         Use macroexpand-all instead.
6475 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6477         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6478         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6479         (macroexp-copyable-p): New functions and macros.
6480         * emacs-lisp/edebug.el (edebug-unwrap):
6481         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6482         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6483         (pcase--let*): Remove.
6484         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6485         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
6486         macroexp-const-p instead.
6487         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6489         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6490         instead of "cl-" for internal definitions.  Use macroexp-const-p.
6491         (cl-old-bc-file-form): Remove var.
6492         (cl-const-exprs-p): Remove fun.
6493         (cl-labels, cl-macrolet): Use backquote.
6494         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
6495         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6496         (cl-define-setf-expander): Rename from cl-define-setf-method.
6497         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6499         * international/mule-cmds.el: Don't require CL.
6500         (view-hello-file): Don't use `letf'.
6502 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6504         * tmm.el (tmm-prompt): Use string-prefix-p.
6505         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6506         (tmm-add-prompt): Use minibuffer-completion-help.
6507         (tmm-delete-map): Remove.
6509         * subr.el (kbd): Make it its own function.
6511 2012-06-07  Stefan Merten  <smerten@oekonux.de>
6513         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6514         Silence compiler warnings.  Fix versions.
6515         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6516         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6517         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6518         (rst-package-emacs-version-alist): Correct Emacs version to
6519         represent major merge with upstream.
6520         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6522 2012-06-06  Glenn Morris  <rgm@gnu.org>
6524         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6525         Only print environment variables if set.
6527 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6529         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6530         (macroexp--cons): Rename from maybe-cons.
6531         (macroexp--accumulate): Rename from macroexp-accumulate.
6532         (macroexp--all-forms): Rename from macroexpand-all-forms.
6533         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6534         (macroexp--expand-all): Rename from macroexpand-all-1.
6536 2012-06-06  Sam Steingold  <sds@gnu.org>
6538         * calendar/calendar.el (calendar-in-read-only-buffer):
6539         Call `special-mode' to enable the standard read-only keybindings.
6541 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6543         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6544         with "loading" messages (bug#11635).
6546 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
6548         * files.el (enable-remote-dir-locals): New option.
6549         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
6551         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6552         Ensure, that the temp directory is local.
6554         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6555         `temporary-file-directory'.
6557         * progmodes/python.el (python-send-region): Ensure, that the
6558         temporary file is created also in the remote case.
6560 2012-06-06  Glenn Morris  <rgm@gnu.org>
6562         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6563         (vc-rcs-update-changelog): Use it.
6565         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6567         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6568         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6569         (vc-sccs-diff): Replace use of the external vcdiff script.
6571 2012-06-05  Glenn Morris  <rgm@gnu.org>
6573         * ledit.el: Move to obsolete/.
6575 2012-06-05  Sam Steingold  <sds@gnu.org>
6577         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6578         patch (Bug#11140).
6580 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6582         * emacs-lisp/cust-print.el: Move to obsolete.
6584         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6585         compiler-macro expansion.
6587         Add native compiler-macro support.
6588         * emacs-lisp/macroexp.el (macroexpand-all-1):
6589         Support compiler-macros directly.  Properly follow aliases and apply
6590         the compiler macros more thoroughly.
6591         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6592         macroexpand now properly follows aliases.
6593         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6594         (cl-compiler-macroexpand): Use new prop.
6595         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6597         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6599 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
6601         * window.el (get-lru-window, get-mru-window, get-largest-window):
6602         New argument NOT-SELECTED to avoid picking the selected window.
6603         (window--display-buffer-1, window--display-buffer-2): Replace by
6604         new function window--display-buffer
6605         (display-buffer-same-window, display-buffer-reuse-window)
6606         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6607         Use window--display-buffer.
6608         (display-buffer-use-some-window): Remove temporary dedication
6609         hack by calling get-lru-window and get-largest-window with
6610         NOT-SELECTED argument non-nil.  Call window--display-buffer.
6612 2012-06-05  Glenn Morris  <rgm@gnu.org>
6614         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6615         Replace external vcdiff script.
6617 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6619         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6621 2012-06-04  Chong Yidong  <cyd@gnu.org>
6623         * image.el (imagemagick-types-inhibit): Revert last change.
6624         Add INFO and M.
6625         (imagemagick-enabled-types): Remove CIN and EPS*.
6627 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6629         * emacs-lisp/cl-lib.el: Rename from cl.el.
6630         * emacs-lisp/cl.el: New compatibility file.
6631         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6632         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6633         to obey the "cl-" prefix.
6634         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6636 2012-06-03  Glenn Morris  <rgm@gnu.org>
6638         * emacs-lisp/authors.el (authors-aliases): Addition.
6640         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6641         Fix :version.
6643 2012-06-03  Stefan Merten  <smerten@oekonux.de>
6645         * textmodes/rst.el: Add comments.
6646         (rst-transition, rst-adornment): New faces.
6647         (rst-adornment-faces-alist): Make default safe to reevaluate.
6648         Fixes
6649         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6650         Improve customization tags.
6651         (rst-define-level-faces): Clarify meaning.
6653 2012-06-03  Chong Yidong  <cyd@gnu.org>
6655         * progmodes/compile.el (compilation-mode-line-fail)
6656         (compilation-mode-line-run, compilation-mode-line-exit):
6657         New faces.
6658         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6660 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
6662         * progmodes/which-func.el (which-func-update-ediff-windows):
6663         New function.  Use it in ediff-select-hook (Bug#11478).
6665 2012-06-03  Chong Yidong  <cyd@gnu.org>
6667         * bindings.el: Remove explicit help text from format-mode-line.
6668         It is now supplied by mode-line-default-help-echo.
6669         (mode-line-front-space, mode-line-end-spaces)
6670         (mode-line-misc-info): New variables.
6671         (mode-line-modes, mode-line-position): Move the default value to
6672         the variable definition.
6673         (mode-line-default-help-echo): New defcustom.
6674         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6675         (mode-line-modified-help-echo): New functions.
6676         (mode-line-mule-info, mode-line-modified): Use them.
6677         (mode-line-eol-desc, propertized-buffer-identification):
6678         Consistency fixes for help text.
6679         (mode-line-coding-system-map): Allow using mouse-3 to invoke
6680         set-buffer-file-coding-system (Bug#289).
6681         (mode-line-mule-info-help-echo): Update help text.
6683 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6685         * simple.el (execute-extended-command): Set real-this-command
6686         (bug#11506).
6688 2012-06-02  Chong Yidong  <cyd@gnu.org>
6690         Remove incorrect uses of "modeline" in comments, docstrings, and
6691         function/variable names (Bug#10329).
6693         * cus-edit.el (mode-line):
6694         * dframe.el (dframe-mouse-hscroll):
6695         * emacs-lisp/re-builder.el:
6696         * emacs-lisp/easy-mmode.el (define-minor-mode):
6697         * frame.el (set-frame-name):
6698         * help.el (lookup-minor-mode-from-indicator):
6699         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6700         * progmodes/cc-cmds.el (c-toggle-auto-newline)
6701         (c-toggle-hungry-state):
6702         * progmodes/antlr-mode.el (antlr-language-alist):
6703         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6704         * progmodes/vhdl-mode.el (vhdl-mode):
6705         * progmodes/which-func.el (which-func, which-func-cleanup-function):
6706         * term/ns-win.el (ns-face-at-pos):
6707         * term/sup-mouse.el (sup-mouse-report):
6708         * textmodes/flyspell.el (flyspell-mode-line-string):
6709         * textmodes/ispell.el (ispell-highlight-face):
6710         * textmodes/reftex-global.el:
6711         * vc/vc-arch.el (vc-arch-mode-line-string):
6712         * vc/vc-cvs.el (vc-cvs-mode-line-string):
6713         * vc/vc-git.el (vc-git-mode-line-string):
6714         * vc/vc-hooks.el (vc-display-status)
6715         (vc-default-mode-line-string):
6716         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6718         * ansi-color.el (ansi-color-faces-vector): Change default faces.
6720         * dired.el (dired-sort-set-mode-line): Rename from
6721         dired-sort-set-modeline.  All callers changed.
6723         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6724         eshell-status-in-modeline.
6726         * foldout.el (foldout-mode-line-string): Rename from
6727         foldout-modeline-string.  All callers changed.
6728         (foldout-update-mode-line): Rename from foldout-update-modeline.
6730         * subr.el (redraw-modeline): Make into obsolete alias.
6732         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6733         timeclock-modeline-display.  Make old name an alias.
6734         (timeclock-update-mode-line): Likewise.  All callers changed.
6735         (timeclock-mode-line-display): No need to check before using
6736         add-hook.
6737         (timeclock-relative, timeclock-day-over-hook)
6738         (timeclock-use-elapsed, timeclock-mode-string)
6739         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6741         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6742         crisp-mode-modeline-string.
6744         * play/solitaire.el (solitaire-build-mode-line): Rename from
6745         solitaire-build-modeline.  All callers changed.
6747         * play/zone.el (zone-hiding-mode-line): Rename from
6748         zone-hiding-modeline.  All callers changed.
6749         (zone): Remove unusued `modeline-hidden-level' property.
6751         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6752         xscheme-modeline-initialize.  All callers changed.
6754         * strokes.el (strokes-lighter): Rename from
6755         strokes-modeline-string.
6757         * textmodes/sgml-mode.el (html-face-tag-alist)
6758         (html-tag-face-alist): Use mode-line face instead of obsolete
6759         alias modeline.
6761 2012-06-02  Stefan Merten  <smerten@oekonux.de>
6763         * textmodes/rst.el: Always require `cl'.
6764         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
6766 2012-06-02  Chong Yidong  <cyd@gnu.org>
6768         * image.el (imagemagick-enabled-types): Rename from
6769         imagemagick-types-enable.  Add many more types.
6770         (imagemagick-types-inhibit): Change default to nil.
6771         (imagemagick-filter-types): Caller changed.
6773 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6775         * emacs-lisp/cl-macs.el: Use backquotes.
6776         (cl-transform-function-property): Use eval-and-compile rather than
6777         abusing `require'.
6778         (defstruct): Use declare-function instead of with-no-warnings.
6780         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
6781         (byte-compile-output-docform): Re-add the print-circle bindings.
6782         (byte-compile-fix-header): Use #$ just because it's shorter.
6783         (byte-compile-output-file-form): Remove defun/defmacro.
6785 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
6787         * simple.el (choose-completion): Remove now obsolete binding for
6788         owindow.
6790 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
6792         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
6793         in order to avoid "Stack overflow in regexp matcher".
6795 2012-05-31  Glenn Morris  <rgm@gnu.org>
6797         * image.el: For clarity, call imagemagick-register-types at
6798         top-level, rather than relying on a custom :initialize.
6799         (imagemagick-types-enable): New option.  (Bug#11557)
6800         (imagemagick-filter-types): New function.  (Bug#7406)
6801         (imagemagick-register-types): Use imagemagick-filter-types.
6802         If disabling support, remove elements altogether rather
6803         than using an impossible regexp.
6804         (imagemagick-types-inhibit): Give it the default init function.
6806 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6808         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
6809         Handle arbitrary file name lengths (Bug#11585).
6811 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
6813         * desktop.el (desktop-read): Clear previous and next buffers for
6814         all windows and bury *Messages* buffer (bug#11556).
6816 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6818         Add `declare' for `defun'.  Align `defmacro's with it.
6819         * emacs-lisp/easy-mmode.el (define-minor-mode)
6820         (define-globalized-minor-mode): Don't autoload the var definitions.
6821         * emacs-lisp/byte-run.el: Use lexical-binding.
6822         (defun-declarations-alist, macro-declarations-alist): New vars.
6823         (defmacro, defun): Use them.
6824         (make-obsolete, define-obsolete-function-alias)
6825         (make-obsolete-variable, define-obsolete-variable-alias):
6826         Use `declare'.
6827         (macro-declaration-function): Mark obsolete.
6828         * emacs-lisp/autoload.el: Use lexical-binding.
6829         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
6831 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6833         * textmodes/ispell.el (ispell-with-no-warnings):
6834         Define as a macro.
6835         (ispell-kill-ispell, ispell-change-dictionary):
6836         Use `called-interactively-p' for Emacs instead of obsolete
6837         `interactive-p'.
6839 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6841         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
6842         (macro-declaration-function): Move var from C code.
6843         (macro-declaration-function): Define function with defalias.
6844         * emacs-lisp/macroexp.el (macroexpand-all-1):
6845         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6846         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
6847         defun/defmacro any more.
6848         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
6849         Provide fallback for unknown arglist.
6850         (byte-compile-arglist-warn): Change calling convention.
6851         (byte-compile-output-file-form): Move print-vars binding.
6852         (byte-compile-output-docform): Simplify accordingly.
6853         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
6854         (byte-compile-defmacro-declaration): Remove.
6855         (byte-compile-file-form-defmumble): Generalize to defalias.
6856         (byte-compile-output-as-comment): Return byte-positions.
6857         Simplify callers accordingly.
6858         (byte-compile-lambda): Use `assert'.
6859         (byte-compile-defun, byte-compile-defmacro): Remove.
6860         (byte-compile-file-form-defalias):
6861         Use byte-compile-file-form-defmumble.
6862         (byte-compile-defalias-warn): Remove.
6864 2012-05-29  Stefan Merten  <smerten@oekonux.de>
6866         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
6867         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
6869         (rst-mode-abbrev-table): Merge definition.
6870         (rst-mode): Make sure `font-lock-defaults' is buffer local.
6871         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
6873 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
6875         * calendar/icalendar.el
6876         (icalendar-export-region): Export UID properly.
6878 2012-05-29  Leo Liu  <sdl.web@gmail.com>
6879         * calendar/icalendar.el (icalendar-import-format):
6880         Add `icalendar-import-format-uid' (Bug#11525).
6881         (icalendar-import-format-uid): New.
6882         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
6883         Export UID.
6885 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6887         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
6888         different alternative patterns.
6889         (pcase-codegen): Be more careful to preserve identity.
6890         (pcase--u1): Don't forget to mark vars as used.
6892         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
6893         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
6894         (byte-compile-from-buffer): ...rather than here.
6896         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
6897         functions from byte-compile-function-environment.
6899 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
6901         * window.el (window-deletable-p): Avoid deleting the root window
6902         of a frame with an active minibuffer.
6904 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
6906         * simple.el (choose-completion): Use quit-window (Bug#11567).
6908 2012-05-29  Chong Yidong  <cyd@gnu.org>
6910         * whitespace.el (whitespace-cleanup): Fix usage of
6911         whitespace-empty-at-bob-regexp (Bug#11492).
6913 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6915         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
6916         revert (Bug#11488).
6918 2012-05-29  Juri Linkov  <juri@jurta.org>
6920         * isearch.el (isearch-mode-map): Bind `M-s _' to
6921         `isearch-toggle-symbol'.  Bind `M-s c' to
6922         `isearch-toggle-case-fold'.
6923         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
6924         (isearch-forward): Add `M-s _' to the docstring.
6925         (isearch-forward-symbol, isearch-toggle-case-fold)
6926         (isearch-symbol-regexp): New functions.  (Bug#11381)
6928 2012-05-29  Juri Linkov  <juri@jurta.org>
6930         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
6931         (isearch-occur, isearch-search-and-update): If `isearch-word' is
6932         a function, call it to get the regexp.
6933         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
6934         property `isearch-message-prefix' instead of the string "word ".
6935         (isearch-search-fun-default): For the case of `isearch-word',
6936         return a lambda that calls re-search-forward/re-search-backward
6937         with a regexp returned by `word-search-regexp' or by the function
6938         in `isearch-word'.
6940 2012-05-29  Juri Linkov  <juri@jurta.org>
6942         * isearch.el (isearch-search-fun-default): New function.
6943         (isearch-search-fun): Move default part to the new function
6944         `isearch-search-fun-default'.
6945         (isearch-search-fun-function): Set the default value to
6946         `isearch-search-fun-default'.  (Bug#11381)
6948         * comint.el (comint-history-isearch-end):
6949         Use `isearch-search-fun-default'.
6950         (comint-history-isearch-search): Use `isearch-search-fun-default'
6951         and remove spacial case for `isearch-word'.
6952         (comint-history-isearch-wrap): Remove spacial case for
6953         `isearch-word'.
6955         * hexl.el (hexl-isearch-search-function):
6956         Use `isearch-search-fun-default'.
6958         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
6959         Use `word-search-regexp' for `isearch-word'.
6961         * misearch.el (multi-isearch-search-fun):
6962         Use `isearch-search-fun-default'.
6964         * simple.el (minibuffer-history-isearch-search):
6965         Use `isearch-search-fun-default' and remove spacial case for
6966         `isearch-word'.
6967         (minibuffer-history-isearch-wrap): Remove spacial case for
6968         `isearch-word'.
6970         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
6971         Remove spacial case for `isearch-word'.
6972         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
6974 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6976         Decrease XEmacs incompatibilities.
6977         * textmodes/flyspell.el (flyspell-check-pre-word-p):
6978         Use `string-match'.
6979         (flyspell-delete-region-overlays): Use alternative definition for
6980         XEmacs.
6981         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
6982         (flyspell-word): Use `process-kill-without-query' if XEmacs.
6983         (flyspell-mode-on): Use `interactive-p' if XEmacs.
6984         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
6985         `define-obsolete-face-alias' under XEmacs, but old method.
6987         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
6988         `with-no-warnings' definition or Emacs alias.
6989         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
6990         (ispell-word): Do not use `region-p' if XEmacs.
6992 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6994         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6995         Check for `ispell-dictionary-base-alist' instead of full
6996         `ispell-dictionary-alist'.
6997         (ispell-init-process): Show spellchecker when starting new Ispell
6998         process.
7000 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7002         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7003         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7005 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
7007         * version.el (motif-version-string, gtk-version-string)
7008         (ns-version-string): Declare.
7010 2012-05-27  Juri Linkov  <juri@jurta.org>
7012         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7013         after the `eval-defun-1' specialcaseing
7014         like in `edebug-eval-defun' (bug#10181).
7016         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7017         like in `eval-defun-1'.
7019 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
7021         * mail/sendmail.el (mail-yank-region):
7022         Recognize rmail-yank-current-message in addition to insert-buffer.
7023         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7024         a *mail* buffer created through rmail-start-mail with sendmail as
7025         mail-user-agent.
7027 2012-05-27  Chong Yidong  <cyd@gnu.org>
7029         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7030         Default to 256 (Bug#11267).
7032         * help.el (describe-mode): Doc fix.
7034 2012-05-26  Glenn Morris  <rgm@gnu.org>
7036         * w32-fns.el (w32-init-info): Remove.
7037         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7039         * info.el (info-initialize): For self-contained NS builds, put the
7040         included info/ directory at the front.  (Bug#2791)
7042         * paths.el (Info-default-directory-list): Make it a defcustom,
7043         mainly so that we can use custom-initialize-delay.
7045 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7047         * subr.el (buffer-has-markers-at): Mark obsolete.
7049         * subr.el (lambda): Use declare.
7051         * emacs-lisp/lisp-mode.el (lambda):
7052         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7054 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7056         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
7058 2012-05-26  Glenn Morris  <rgm@gnu.org>
7060         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7062 2012-05-25  Glenn Morris  <rgm@gnu.org>
7064         * paths.el: Remove no-byte-compile.
7065         * loadup.el: No need to load paths.el uncompiled.
7067         * image.el (imagemagick-types-inhibit): Doc fix.
7069         * version.el: Remove no-byte-compile and associated formatting.
7070         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
7071         is ancient code from when there was an "inc-vers.el".
7073 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7075         * progmodes/gdb-mi.el: Minor style changes.
7076         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7077         Turn into minor modes.
7078         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7079         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7080         (gdb-shell): Remove unneeded let-binding.
7081         (gdb-get-many-fields): Eliminate O(n²) behavior.
7083 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
7085         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7086         platforms that don't link in fontset.c.
7088 2012-05-25  Juri Linkov  <juri@jurta.org>
7090         Use the same diff color scheme as in modern VCSes (bug#10181).
7092         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7093         to avoid confusion with `diff-added' that now uses green colors.
7094         (diff-removed): Use shades of red.
7095         (diff-added): Use shades of green.
7096         (diff-changed): Leave just the yellow color.
7097         (diff-use-changed-face): New variable.
7098         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7099         how to highlight context diff changes.
7100         (diff-refine-change): Use shades of yellow.
7101         (diff-refine-removed): New face that uses shades of red.
7102         (diff-refine-added): New face that uses shades of green.
7103         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7104         `diff-refine-removed' in the call to `smerge-refine-subst'
7105         depending on the value of `diff-use-changed-face'.
7107         * vc/smerge-mode.el (smerge-mine): Use shades of red.
7108         (smerge-other): Use shades of green.
7109         (smerge-base): Use shades of yellow.
7110         (smerge-refined-change): Empty face.
7111         (smerge-refined-removed): New face that uses shades of red.
7112         (smerge-refined-added): New face that uses shades of green.
7113         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
7114         args `props-r' and `props-a', and use them.  Doc fix.
7115         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7116         on its value use different faces `smerge-refined-change',
7117         `smerge-refined-removed', `smerge-refined-added' in the call to
7118         `smerge-refine-subst'.
7120         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7121         Add face condition `min-colors 88' with shades of red.
7122         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7123         `min-colors 88' with shades of green.
7124         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7125         `min-colors 88' with shades of yellow.
7127 2012-05-24  Glenn Morris  <rgm@gnu.org>
7129         * paths.el (prune-directory-list, remote-shell-program): Move to...
7130         * files.el (prune-directory-list, remote-shell-program): ...here.
7131         For the latter, delay initialization, prefer ssh, just search PATH.
7133         * paths.el (term-file-prefix): Move to faces.el (the only user).
7134         * faces.el (term-file-prefix): Move here, make it a defcustom.
7136         * paths.el (news-directory, news-path, news-inews-program):
7137         Move to gnus/nnspool.el.
7139         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7141         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7142         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7143         Make the latter a defcustom, with a delayed initialization.
7145         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7146         These were deleted from Gnus itself late 2010.
7148 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
7150         * progmodes/which-func.el (which-func-ff-hook):
7151         Check against user-error, not error.
7153         * emacs-lisp/edebug.el (top): Do not load or set up loading of
7154         cl-specs.el, which no longer exists.
7156 2012-05-22  Glenn Morris  <rgm@gnu.org>
7158         * info.el (info-emacs-bug): New command.
7159         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7160         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7162 2012-05-21  Glenn Morris  <rgm@gnu.org>
7164         * makefile.w32-in (update-subdirs-SH):
7165         * Makefile.in (update-subdirs): Update for moved update-subdirs.
7167 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7169         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7171         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7172         Simplify Maven regexp, and make sure the file can't start with a space
7173         (bug#11517).
7175 2012-05-21  Glenn Morris  <rgm@gnu.org>
7177         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7178         Scrap superfluous subshells.
7180 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7182         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7183         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7185 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
7187         * calc/calc.el (calc-ensure-consistent-units): New variable.
7189         * calc/calc-units.el (math-consistent-units-p)
7190         (math-check-unit-consistency): New functions.
7191         (calc-quick-units, calc-convert-units):
7192         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7193         is non-nil.
7194         (calc-extract-units): Fix typo.
7196 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7198         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7200         * textmodes/flyspell.el: Commenting style, plus code simplifications.
7201         (flyspell-default-deplacement-commands): Don't spell check after
7202         repeated window/frame switches (e.g. triggered by mouse-movement).
7203         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7204         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7205         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7206         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7207         Remove unused vars.
7208         (flyspell-get-casechars, flyspell-get-not-casechars):
7209         Simplify; Don't bother removing a ] just to add it back.
7210         * textmodes/ispell.el (ispell-program-name): Use executable-find.
7212 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7214         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7215         New functions.
7216         (math-function-table): Add support for more C functions.
7218 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7220         * textmodes/flyspell.el (flyspell-check-pre-word-p)
7221         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7222         Protect delay handling for otherchars against empty otherchars.
7224 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7226         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7227         their respective macro declarations.
7228         * skeleton.el (define-skeleton):
7229         * progmodes/compile.el (define-compilation-mode):
7230         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7231         (define-ibuffer-filter):
7232         * emacs-lisp/generic.el (define-generic-mode):
7233         * emacs-lisp/easy-mmode.el (define-minor-mode)
7234         (define-globalized-minor-mode):
7235         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7236         * emacs-lisp/byte-run.el (defsubst):
7237         * custom.el (deftheme): Add doc-string metadata.
7239 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7241         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7243 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7245         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7247         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7248         * emacs-lisp/cl-macs.el: Idem.
7249         * emacs-lisp/cl-specs.el: Remove.
7251 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7253         Minor renaming of internal CL functions and variables.
7254         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7255         (cl--position): Rename from cl-position.
7256         (cl--delete-duplicates): Rename from cl-delete-duplicates.
7257         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7258         (cl--random-state): Rename from *random-state*.
7260 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7262         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7263         parens around the arg list (bug#11499).
7265 2012-05-17  Juri Linkov  <juri@jurta.org>
7267         * isearch.el (word-search-regexp, word-search-backward)
7268         (word-search-forward, word-search-backward-lax)
7269         (word-search-forward-lax): Move functions from search.c
7270         (bug#10145, bug#11381).
7272 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7274         * textmodes/flyspell.el (flyspell-check-pre-word-p)
7275         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7276         Delay for otherchars as for normal word components.
7278 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7280         * minibuffer.el (completion--sifn-requote): Fix last change.
7281         (minibuffer-local-must-match-filename-map):
7282         Move define-obsolete-variable-alias before its var.
7284 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7286         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7288         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7289         behavior.
7290         (completion--string-equal-p): New function.
7291         (completion--twq-all): Use it to get better assertion failure data.
7293         Only handle ".." and '..' quoting in shell-mode (bug#11466).
7294         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7295         (shell--requote-argument): New functions.
7296         (shell-completion-vars): Use them.
7297         (shell--parse-pcomplete-arguments): Rename from
7298         shell-parse-pcomplete-arguments.
7299         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
7300         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7301         Obey comint-file-name-quote-list.
7303         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7304         (smie-indent-keyword): Use it.
7306 2012-05-14  Stefan Merten  <smerten@oekonux.de>
7308         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7310 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7312         * net/rlogin.el (rlogin-mode-map): Fix last change.
7314 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
7316         * mail/smtpmail.el (smtpmail-send-command): Send the command and
7317         the following \r\n using a single `process-send-string', since the
7318         Lotus SMTP server refuses to accept any commands if they are sent
7319         with two `process-send-string's (Bug#11444).
7321 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7323         * shell.el (shell-parse-pcomplete-arguments):
7324         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7326 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
7328         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7329         (image-transform-scale, image-transform-right-angle-fudge): New vars.
7330         (image-transform-width, image-transform-fit-width): New functions.
7331         (image-transform-properties): Use them.
7332         (image-transform-check-size): New function.
7333         (image-toggle-display-image): Use it (for testing).
7334         (image-transform-set-rotation): Reduce angle mod 360.
7335         Delete obsolete comment.
7337 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
7339         * image-mode.el: Fix scaling (bug#11399).
7340         (image-transform-resize): Doc fix.
7341         (image-transform-properties): Default scale is 1 and height should
7342         be an integer.
7344 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
7346         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7347         than hard-coding `car', to fix misbehavior when moving forward.
7349 2012-05-13  Chong Yidong  <cyd@gnu.org>
7351         * emacs-lisp/tabulated-list.el (tabulated-list-format)
7352         (tabulated-list-entries, tabulated-list-padding)
7353         (tabulated-list-sort-key): Make permanent-local.
7355         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7356         (electric-buffer-list): Put electric buffer menu
7357         command descriptions in this docstring, instead of the docstring
7358         of electric-buffer-menu-mode.  Code cleanups.
7359         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
7360         Electric-buffer-menu-mode.
7361         (electric-buffer-update-highlight): Minor code cleanup.
7363 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
7365         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7366         (Bug#11447)
7368 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7370         Move define-obsolete-variable-alias before the var's definition.
7371         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7372         * tooltip.el (tooltip-hook):
7373         * textmodes/reftex-toc.el (reftex-toc-map):
7374         * textmodes/reftex-sel.el (reftex-select-label-map)
7375         (reftex-select-bib-map):
7376         * textmodes/reftex-index.el (reftex-index-map)
7377         (reftex-index-phrases-map):
7378         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7379         * progmodes/meta-mode.el (meta-mode-map):
7380         * novice.el (disabled-command-hook):
7381         * loadhist.el (unload-hook-features-list):
7382         * frame.el (blink-cursor):
7383         * files.el (find-file-not-found-hooks, write-file-hooks)
7384         (write-contents-hooks):
7385         * emulation/tpu-edt.el (GOLD-map):
7386         * emacs-lock.el (emacs-lock-from-exiting):
7387         * emacs-lisp/generic.el (generic-font-lock-defaults):
7388         * emacs-lisp/chart.el (chart-map):
7389         * dos-fns.el (register-name-alist):
7390         * dired-x.el (dired-omit-files-p):
7391         * desktop.el (desktop-enable):
7392         * cus-edit.el (custom-mode-hook):
7393         * buff-menu.el (buffer-menu-mode-hook):
7394         * bookmark.el (bookmark-read-annotation-text-func)
7395         (bookmark-exit-hooks):
7396         * allout.el (allout-mode-deactivate-hook)
7397         (allout-exposure-change-hook, allout-structure-added-hook)
7398         (allout-structure-deleted-hook, allout-structure-shifted-hook):
7399         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7400         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7401         comes before the corresponding variable's definition.
7403 2012-05-12  Chong Yidong  <cyd@gnu.org>
7405         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7406         (Buffer-menu-mouse-select): Restore function (Bug#11459).
7407         (Buffer-menu-mode-map): Bind it.
7408         (Buffer-menu--pretty-name): Add a mouse-face property.
7410 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7412         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
7413         (prolog-upper-case-string, prolog-lower-case-string)
7414         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7415         (prolog-use-smie, prolog-smie-grammar): New vars.
7416         (prolog-smie-forward-token, prolog-smie-backward-token)
7417         (prolog-smie-rules): New funs.
7418         (prolog-comment-indent): Remove.
7419         (prolog-mode-variables): Use default comment indentation instead.
7420         Setup SMIE.
7421         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7422         (prolog-mode): Don't call them any more.
7423         (prolog-electric-colon, prolog-electric-dash)
7424         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7426         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7428         * minibuffer.el (completion--twq-all): Again, allow case differences.
7430         * term.el: Move keymap initialization code to be more idiomatic.
7431         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7432         (term-terminal-menu): Move initialization into declaration.
7433         (term-escape-char): Let the user set it in her .emacs.
7435         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7436         Provide SMIE-based indentation (not enabled by default yet).
7437         (sh-mode-map): Don't bind electric keys.
7438         Use electric-pair-mode instead of skeleton-pair.
7439         (sh-assignment-regexp): Fit within 80 columns.
7440         (sh-indent-supported): Specify actual shell name instead of boolean.
7441         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7442         (sh-maybe-here-document): Use it.  Make obsolete.
7443         (sh-electric-here-document-mode) New minor mode.
7444         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
7445         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7446         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7447         (sh-smie-rc-grammar, sh-use-smie): New vars.
7448         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7449         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7450         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7451         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7452         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7453         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7454         (sh-set-shell): Use smie-setup if requested.
7456         * term.el (term-set-escape-char): Properly set term-escape-char.
7457         See http://stackoverflow.com/questions/10524656.
7459 2012-05-10  Chong Yidong  <cyd@gnu.org>
7461         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7462         Use url-generic-parse-url, and handle host names and Windows
7463         filenames properly.
7464         (ffap-url-unwrap-remote): Use url-generic-parse-url.
7465         (ffap-url-unwrap-remote): Accept list values, specifying a list of
7466         URL schemes to work on.
7467         (ffap--toggle-read-only): New function.
7468         (ffap-read-only, ffap-read-only-other-window)
7469         (ffap-read-only-other-frame): Use it.
7470         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7471         necessary for ffap-url-unwrap-remote.
7473 2012-05-10  Dave Abrahams  <dave@boostpro.com>
7475         * cus-start.el (create-lockfiles): Add it.
7477 2012-05-09  Chong Yidong  <cyd@gnu.org>
7479         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7480         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7482 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7484         * shell.el (shell-completion-vars): Fix last change (bug#11348).
7486 2012-05-09  Chong Yidong  <cyd@gnu.org>
7488         * ansi-color.el (ansi-color-process-output): Check for validity of
7489         comint-last-output-start before using it.  This avoids a bad
7490         interaction with gdb-mi's input/output buffer.
7492 2012-05-09  Glenn Morris  <rgm@gnu.org>
7494         * files.el (dir-locals-read-from-file):
7495         Mention dir-locals in any error message.
7497 2012-05-09  Chong Yidong  <cyd@gnu.org>
7499         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7500         package (Bug#11410).
7502         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7503         variables into description.
7505 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7507         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7508         shell-delimiter-argument-list (bug#11348).
7509         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7511 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
7513         * textmodes/rst.el: Silence byte-compiler warnings.
7514         (rst-re-alist, rst-reset-section-caches): Move around.
7515         (rst-re): Use `characterp', not `char-valid-p'.
7516         (font-lock-beg, font-lock-end): Declare.
7518         * progmodes/idlw-shell.el (specs): Remove reference to deleted
7519         variable `idlwave-shell-activate-alt-keybindings' and simplify.
7521         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7523 2012-05-08  Glenn Morris  <rgm@gnu.org>
7525         * files.el (auto-mode-alist): Treat ".make" like ".mk".
7527 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7529         * vc/log-edit.el: Add GNU coding standards highlighting.
7530         (log-edit-font-lock-gnu-style)
7531         (log-edit-font-lock-gnu-keywords): New vars.
7532         (log-edit-font-lock-keywords): New fun.
7533         (log-edit-mode): Don't fold case in font-lock.
7534         (log-edit-font-lock-keywords): Do not assume case-folding.
7536         * imenu.el: Misc cleanup.  Make docstrings out of comments.
7537         Use lexical-binding.
7538         (imenu--index-alist, imenu--last-menubar-index-alist)
7539         (imenu-menubar-modified-tick): Use defvar-local.
7540         (imenu--split-menu): Remove unused var.
7541         (imenu--cleanup-seen): Declare as global.
7542         (imenu--cleanup): Use dolist.
7544         * subr.el (defvar-local): Add debug spec and doc-string position.
7546 2012-05-08  Glenn Morris  <rgm@gnu.org>
7548         * language/burmese.el, language/cham.el, language/czech.el:
7549         * language/english.el, language/georgian.el, language/greek.el:
7550         * language/japanese.el, language/khmer.el, language/korean.el:
7551         * language/lao.el, language/misc-lang.el, language/romanian.el:
7552         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7553         * language/thai.el, language/utf-8-lang.el:
7554         Remove no-byte-compile setting.
7556         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
7558 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7560         * progmodes/make-mode.el (makefile-browse):
7561         Remove unnecessary interactive.  (Bug#11324)
7563 2012-05-07  Glenn Morris  <rgm@gnu.org>
7565         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7567         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7569 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7571         * loadup.el: Preload newcomment.el.
7572         * newcomment.el: Move autoload-only code to toplevel.
7574         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7575         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7576         Handle new :right-align column property.
7577         (tabulated-list-print-col): Idem, plus use `display' text-property to
7578         try and preserve alignment for variable pitch fonts.
7580 2012-05-07  Chong Yidong  <cyd@gnu.org>
7582         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7583         (tabulated-list-use-header-line): New var.
7584         (tabulated-list-init-header): Use it.
7585         (tabulated-list-print-fake-header): New function.
7586         (tabulated-list-print): Use it.
7587         (tabulated-list-sort-button-map): Add non-header-line commands.
7588         (tabulated-list-init-header): Add column name property to basic
7589         labels as well.
7590         (tabulated-list-col-sort): Handle non-header-line button case.
7591         (tabulated-list--sort-by-column-name): Fix a corner case.
7593         * buff-menu.el (list-buffers--refresh):
7594         Handle Buffer-menu-use-header-line.
7596 2012-05-06  Chong Yidong  <cyd@gnu.org>
7598         * buff-menu.el: Convert to Tabulated List mode.
7599         (Buffer-menu-buffer+size-width): Make obsolete.
7600         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7601         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7602         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
7603         documentation into docstring of buffer-menu.
7604         (Buffer-menu-toggle-files-only): Add an informative message.
7605         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7606         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7607         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7608         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7609         (Buffer-menu-execute, Buffer-menu-select)
7610         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7611         (Buffer-menu-bury): Use Tabulated List machinery.
7612         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7613         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
7614         Delete.
7615         (list-buffers--refresh): New function.
7616         (list-buffers-noselect): Use it.
7617         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7618         (Buffer-menu--pretty-file-name): New helper functions.
7620         * loadup.el: Preload tabulated-list.
7622         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7623         tabulated-list-sort-column.
7624         (tabulated-list-init-header): Add the initial aligning space even
7625         if tabulated-list-padding is zero.
7627 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
7629         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7630         whose cdr is not a cons cell correctly (bug#11038).
7632 2012-05-06  Chong Yidong  <cyd@gnu.org>
7634         * emacs-lisp/tabulated-list.el (tabulated-list-format):
7635         Accept additional plist in column descriptors.
7636         (tabulated-list-init-header): Obey it.
7637         (tabulated-list-get-entry): New function.
7638         (tabulated-list-put-tag): Use it.  Use string-width instead of
7639         length.
7640         (tabulated-list--column-number): New function.
7641         (tabulated-list-print): Use it.
7642         (tabulated-list-print-col): New function.
7643         Set `tabulated-list-column-name' property on each column's text.
7644         (tabulated-list-print-entry): Use it.
7645         (tabulated-list-delete-entry, tabulated-list-set-col):
7646         New functions.
7647         (tabulated-list-sort-column): New command (Bug#11337).
7649         * buff-menu.el (list-buffers): Move C-x C-b binding from
7650         buff-menu.el to bindings.el.
7652         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7653         :advertised-binding feature.
7655 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
7657         * progmodes/compile.el (compilation-internal-error-properties):
7658         Calculate start position correctly when end-col is set but
7659         end-line is not (Bug#11382).
7661 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
7663         * man.el (Man-unindent): Use text-property-default-nonsticky to
7664         prevent untabify from inheriting face properties (Bug#11408).
7666 2012-05-05  Stefan Merten  <smerten@oekonux.de>
7668         * textmodes/rst.el: Major merge with upstream development up to
7669         Docutils SVN r7399 / rst.el V1.2.1.
7671         Clarify maintainership and authors.
7673         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7674         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7675         (rst-official-version, rst-official-cvs-rev, rst-version)
7676         (rst-package-emacs-version-alist): New functions and variables
7677         for version information.
7679         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7680         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7681         (rst-mode-syntax-table, rst-mode): New and corrected functions
7682         and variables representing reStructuredText features.
7684         (rst-re): New function for reStructuredText regexes.  Use in
7685         many places.
7687         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7688         (rst-mode-map): Rebind keys.
7690         (rst-mode-lazy, rst-font-lock-keywords)
7691         (rst-font-lock-extend-region)
7692         (rst-font-lock-extend-region-internal)
7693         (rst-font-lock-extend-region-extend)
7694         (rst-font-lock-find-unindented-line-limit)
7695         (rst-font-lock-find-unindented-line-match)
7696         (rst-adornment-level, rst-font-lock-adornment-level)
7697         (rst-font-lock-adornment-match)
7698         (rst-font-lock-handle-adornment-pre-match-form)
7699         (rst-font-lock-handle-adornment-matcher): Major revision of
7700         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
7702         (rst-preferred-adornments, rst-adjust-hook)
7703         (rst-new-adornment-down, rst-preferred-bullets)
7704         (rst-preferred-bullets, rst-indent, rst-indent-width)
7705         (rst-indent-field, rst-indent-literal-normal)
7706         (rst-indent-literal-minimized, rst-indent-comment): Change,
7707         extend and improve customization.
7709         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7710         (rst-normalize-cursor-position, rst-get-decoration)
7711         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7712         (rst-rstrip, rst-toc-insert-find-delete-contents)
7713         (rst-shift-fill-region, rst-compute-bullet-tabs)
7714         (rst-debug-print-tabs, rst-debug-mark-found)
7715         (rst-shift-region-guts, rst-shift-region-right)
7716         (rst-shift-region-left, rst-use-char-classes)
7717         (rst-font-lock-keywords-function)
7718         (rst-font-lock-indentation-point)
7719         (rst-font-lock-find-unindented-line-begin)
7720         (rst-font-lock-find-unindented-line-end)
7721         (rst-font-lock-find-unindented-line)
7722         (rst-font-lock-adornment-point, rst-font-lock-level)
7723         (rst-adornment-level-alist): Remove functions and variables.
7725         (rst-compare-adornments, rst-get-adornment-match)
7726         (rst-suggest-new-adornment, rst-get-adornments-around)
7727         (rst-adornment-complete-p, rst-get-next-adornment)
7728         (rst-adjust-adornment, rst-display-adornments-hierarchy)
7729         (rst-straighten-adornments): Standardize function names to
7730         use "adornment" instead of "decoration".  Correct callers.
7731         Similar standardizing in many places.
7733         (rst-update-section, rst-adjust, rst-promote-region)
7734         (rst-enumerate-region, rst-bullet-list-region)
7735         (rst-repeat-last-character): Correct use of `interactive'.
7737         (rst-classify-adornment, rst-find-all-adornments)
7738         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7739         (rst-find-leftmost-column, rst-repeat-last-character):
7740         Refactor functions.
7742         (rst-find-title-line, rst-reset-section-caches)
7743         (rst-get-adornments-around, rst-adjust-adornment-work)
7744         (rst-arabic-to-roman, rst-roman-to-arabic)
7745         (rst-insert-list-pos, rst-insert-list-new-item)
7746         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7747         New functions.
7749         (rst-all-sections, rst-section-hierarchy)
7750         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7751         New variables.
7753         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7754         configuration instead of only buffer.  Change where necessary.
7756         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7757         (rst-shift-region, rst-adaptive-fill): New functions for
7758         indentation and filling.
7760         (rst-comment-line-break, rst-comment-indent)
7761         (rst-comment-insert-comment, rst-comment-region)
7762         (rst-uncomment-region): New functions for handling comments.
7764         (rst-compile): Quote shell arguments.
7766         (rst-compile-pdf-preview, rst-compile-slides-preview):
7767         Delete temporary files after use.
7769 2012-05-05  Glenn Morris  <rgm@gnu.org>
7771         * calendar/cal-html.el: Optionally include holidays in the output.
7772         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
7773         (cal-html-holidays): New option.
7774         (cal-html-css-default): Add holiday entry.
7775         (holiday-in-range): Autoload it.
7776         (cal-html-htmlify-entry): Add optional class argument.
7777         (cal-html-htmlify-list): Add optional holidays argument.
7778         (cal-html-insert-agenda-days): Include holidays in the output.
7779         (cal-html-one-month): Maybe include holidays.
7781         * calendar/holidays.el (holiday-in-range):
7782         Move here from cal-tex-list-holidays.
7783         * calendar/cal-tex.el (cal-tex-list-holidays):
7784         Make it an obsolete alias for holiday-in-range.  Update all callers.
7786 2012-05-05  Chong Yidong  <cyd@gnu.org>
7788         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7789         Nextstep.
7791 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
7793         * files.el (file-auto-mode-skip): New var.
7794         (set-auto-mode-1): Use it.
7796 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7798         * repeat.el: Use lexical-binding.
7799         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
7800         (repeat-undo-count): Remove.
7801         (repeat):
7802         * progmodes/octave-mod.el (octave-abbrev-start):
7803         * progmodes/f90.el (f90-abbrev-start):
7804         * face-remap.el (text-scale-adjust):
7805         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
7807         * emacs-lisp/pcase.el (pcase--let*): New function.
7808         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
7809         a bit more.
7810         (pcase--split-pred): Be more clever about ruling out overlap between
7811         a predicate and some constant pattern.
7812         (pcase--q1): Use `null' instead of (eq foo nil).
7814         * subr.el (setq-local, defvar-local): New macros.
7815         (kbd): Redefine as an alias.
7816         (with-selected-window): Leave unrelated frames alone.
7817         (set-temporary-overlay-map): New function.
7819 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7821         * subr.el (user-error): New function.
7822         * window.el (switch-to-buffer):
7823         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
7824         (smerge-match-conflict):
7825         * simple.el (previous-matching-history-element)
7826         (next-matching-history-element, goto-history-element, undo-more)
7827         (undo-start):
7828         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
7829         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
7830         (next-file, tags-loop-scan, list-tags, complete-tag):
7831         * progmodes/compile.el (compilation-loop):
7832         * mouse.el (mouse-minibuffer-check):
7833         * man.el (Man-bgproc-sentinel, Man-goto-page):
7834         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
7835         (Info-history-forward, Info-follow-reference, Info-menu)
7836         (Info-extract-menu-item, Info-extract-menu-counting)
7837         (Info-forward-node, Info-backward-node, Info-next-menu-item)
7838         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
7839         (Info-next-reference, Info-prev-reference, Info-index)
7840         (Info-index-next, Info-follow-nearest-node)
7841         (Info-copy-current-node-name):
7842         * imenu.el (imenu--make-index-alist)
7843         (imenu-default-create-index-function, imenu-add-to-menubar):
7844         * files.el (basic-save-buffer, recover-file):
7845         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7846         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7847         (checkdoc-message-text, checkdoc-defun):
7848         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
7849         * cus-edit.el (customize-changed-options, customize-rogue)
7850         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
7851         (custom-variable-mark-to-reset-standard)
7852         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
7853         (custom-file):
7854         * completion.el (check-completion-length):
7855         * comint.el (comint-search-arg)
7856         (comint-previous-matching-input-string-position)
7857         (comint-previous-matching-input)
7858         (comint-replace-by-expanded-history-before-point, comint-send-input)
7859         (comint-copy-old-input, comint-backward-matching-input)
7860         (comint-goto-process-mark, comint-set-process-mark):
7861         * calendar/calendar.el (calendar-cursor-to-date): Use it.
7862         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
7864 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7866         * dabbrev.el (dabbrev--ignore-case-p): New function.
7867         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
7868         Use it.
7870         * files.el (automount-dir-prefix): Mark as obsolete.
7872 2012-05-04  Glenn Morris  <rgm@gnu.org>
7874         * patcomp.el, play/bruce.el: Move to obsolete/.
7876 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
7878         Fix minor Y10k bugs.
7879         * arc-mode.el (archive-unixdate):
7880         * autoinsert.el (auto-insert-alist):
7881         * calc/calc-forms.el (math-this-year):
7882         * emacs-lisp/copyright.el (copyright-current-year)
7883         (copyright-update-year, copyright):
7884         * tar-mode.el (tar-clip-time-string):
7885         * time.el (display-time-update):
7886         Don't assume years have 4 digits.
7888 2012-05-04  Chong Yidong  <cyd@gnu.org>
7890         * dos-w32.el (file-name-buffer-file-type-alist)
7891         (direct-print-region-use-command-dot-com):
7892         * ffap.el (ffap-menu-regexp):
7893         * find-file.el (ff-special-constructs):
7894         * follow.el (follow-debug):
7895         * forms.el (forms--debug):
7896         * iswitchb.el (iswitchb-all-frames):
7897         * ido.el (ido-all-frames):
7898         * emacs-lisp/timer.el (timer-max-repeats):
7899         * mail/feedmail.el (feedmail-mail-send-hook)
7900         (feedmail-mail-send-hook-queued):
7901         * mail/footnote.el (footnote-signature-separator):
7902         * mail/mailabbrev.el (mail-alias-separator-string)
7903         (mail-abbrev-mode-regexp):
7904         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
7905         * progmodes/idlwave.el (idlwave-libinfo-file)
7906         (idlwave-default-completion-case-is-down)
7907         (idlwave-library-routines): Convert defvars to defcustoms.
7909         * mail/rmail.el (rmail-decode-mime-charset):
7910         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
7911         (idlwave-shell-fix-inserted-breaks)
7912         (idlwave-shell-activate-alt-keybindings)
7913         (idlwave-shell-use-breakpoint-glyph):
7914         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
7916 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7918         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
7920 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
7922         * progmodes/verilog-mode.el (font-lock-keywords):
7923         Fix mis-highligting auto.  Reported by Craig Barner.
7924         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
7925         defines from global name space.  Reported by Dan Dever.
7926         (verilog-auto-reset, verilog-auto-reset-widths)
7927         (verilog-auto-tieoff): Support using unbased numbers for
7928         AUTORESET and AUTOTIEOFF.
7929         (verilog-submit-bug-report): Update variable list.
7930         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
7931         parenthesis from not matching.  Reported by Michael Rytting.
7932         (verilog-auto-template-lint): Fix hash error when linting modules
7933         with no used templates.
7934         (verilog-warn, verilog-warn-error)
7935         (verilog-warn-fatal): When non-interactive report multiple
7936         warnings before exiting.  Suggested by Brad Dobbie.
7937         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
7938         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
7939         to report unused template errors.  Reported by Brad Dobbie.
7940         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
7941         nets, bug438.  Reported by Vns Blore.
7942         (verilog-auto-inout-module, verilog-auto-reg)
7943         (verilog-read-decls, verilog-read-sub-decls-sig)
7944         (verilog-signals-edit-wire-reg, verilog-signals-with):
7945         Fix passing of Verilog data types in ANSI input/output ports
7946         such as "output logic" into the AUTOs.  Special case "wire" and
7947         "reg" for backwards compatibility presuming Verilog 2001.
7948         (verilog-auto-ascii-enum): Add "auto enum" as alias.
7949         (verilog-preprocess): Fix replication of preprocess output.
7950         Reported by Brad Dobbie.
7951         (verilog-auto-inst-interfaced-ports):
7952         Create verilog-auto-inst-interfaced-ports, bug429.
7953         Reported by Julian Gorfajn.
7954         (verilog-after-save-font-hook)
7955         (verilog-before-save-font-hook): New variable.
7956         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
7957         (verilog-save-font-mods): Wrap disabling fontification, reported
7958         by David Rogoff.
7959         (verilog-do-indent, verilog-pretty-declarations-auto)
7960         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
7961         Reported by Pierre-David Pfister.
7962         (verilog-set-auto-endcomments): Fix endtask auto comments outside
7963         of class declarations, bug292.  Reported by Kevin Heilman.
7964         (verilog-read-decls): Fix 'parameter type' not appearing in
7965         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
7966         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
7967         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
7968         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
7969         Reported by David Kravitz.
7971 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
7973         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
7974         assignment with tests in ifs and for loops.
7975         (verilog-extended-complete-re, verilog-complete-reg): Change so
7976         that DPI inport functions don't look like fuction declarations.
7977         (verilog-pretty-expr): Don't line up assignment
7978         operations to the test and increment in if and for loops
7979         (verilog-extended-complete-re, verilog-complete-reg): Change so
7980         that DPI inport functions don't look like fuction declarations.
7982 2012-05-03  Kenichi Handa  <handa@m17n.org>
7984         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
7985         decoding, and show a warning message without signaling an error
7986         (Bug#11282).
7988 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7990         * emacs-lisp/bytecomp.el
7991         (byte-compile-file-form-custom-declare-variable): Compile all elements,
7992         since cconv.el might have introduced :fun-body, internal-make-closure,
7993         and friends for bytecomp to handle (bug#11391).
7994         * custom.el (defcustom): Avoid ((λ ..) ..).
7996 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7998         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8000 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
8002         * notifications.el (dbus-debug):
8003         * term/linux.el (gpm-mouse-enable):
8004         * term/screen.el (xterm-register-default-colors): Declare.
8006 2012-05-02  Chong Yidong  <cyd@gnu.org>
8008         * cus-start.el (gc-cons-percentage, exec-suffixes)
8009         (dos-display-scancodes, dos-hyper-key, dos-super-key)
8010         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8011         (make-cursor-line-fully-visible, void-text-area-pointer)
8012         (font-list-limit): Add customization data.
8014         * allout.el (allout-exposure-change-functions)
8015         (allout-structure-added-functions)
8016         (allout-structure-deleted-functions)
8017         (allout-structure-shifted-functions): Rename abnormal hooks from
8018         *-hook, and convert to defcustoms.
8019         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8020         Convert to defcustoms.
8021         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8023         * allout-widgets.el: Hook callers changed.
8025 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
8027         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8028         the yanked message in preference to the default value of
8029         buffer-file-coding-system.
8031 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
8033         * window.el (display-buffer--action-function-custom-type):
8034         Fix entry.
8036 2012-05-02  Alan Mackenzie  <acm@muc.de>
8038         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8040 2012-05-01  Glenn Morris  <rgm@gnu.org>
8042         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8044         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
8046         * cus-edit.el (custom-variable-documentation): Simplify with format.
8048 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8049             Stefan Monnier  <monnier@iro.umontreal.ca>
8051         * simple.el (suggest-key-bindings, execute-extended-command):
8052         Move from keyboard.c.
8054 2012-05-01  Chong Yidong  <cyd@gnu.org>
8056         * follow.el: Eliminate advice.
8057         (set-process-filter, process-filter, sit-for): Advice deleted.
8058         (follow-mode-off-hook): Obsolete hook removed.
8059         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8060         Vars deleted.
8061         (follow-auto): Use a :set function.
8062         (follow-mode): Rewritten.  Don't advise process filters.
8063         (follow-switch-to-current-buffer-all, follow-scroll-up)
8064         (follow-scroll-down): Assume follow-mode is bound.
8065         (follow-comint-scroll-to-bottom)
8066         (follow-align-compilation-windows): New functions.
8067         (follow--window-sorter): New function.
8068         (follow-all-followers): Use it to explicitly sort windows by their
8069         positions; don't make assumptions about next-window order.
8070         (follow-windows-start-end, follow-delete-other-windows-and-split)
8071         (follow-calc-win-start): Doc fix.
8072         (follow-windows-aligned-p, follow-select-if-visible): Don't call
8073         vertical-motion unnecessarily.
8074         (follow-adjust-window): New function.
8075         (follow-post-command-hook): Use it.
8076         (follow-call-set-process-filter, follow-call-process-filter)
8077         (follow-intercept-process-output, follow-tidy-process-filter-alist)
8078         (follow-stop-intercept-process-output, follow-generic-filter):
8079         Functions deleted.
8080         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8081         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8082         New functions, replacing advice on scroll-bar-* commands.
8083         (follow-mwheel-scroll): New function (Bug#4112).
8085         * comint.el (comint-adjust-point): New function.
8086         (comint-postoutput-scroll-to-bottom): Use it.
8087         Call follow-comint-scroll-to-bottom for Follow mode buffers.
8089 2012-05-01  Glenn Morris  <rgm@gnu.org>
8091         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8092         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8093         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8094         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8095         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8096         Remove no-byte-compile setting.
8098 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8100         * minibuffer.el (completion-table-with-quoting): Fix compatibility
8101         all-completions code to not return a number in the last cdr.
8103 2012-04-30  Leo Liu  <sdl.web@gmail.com>
8105         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8106         read-only error.
8108 2012-04-29  Chong Yidong  <cyd@gnu.org>
8110         * follow.el (follow-calc-win-end): Rewrite to handle partial
8111         screen lines correctly (Bug#8390).
8112         (follow-avoid-tail-recenter): Minor cleanup.
8114 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8116         Avoid the obsolete `assoc' package.
8117         * speedbar.el (speedbar-refresh): Avoid adelete.
8118         (speedbar-file-lists): Simplify and avoid aput.
8119         * man.el (Man--sections, Man--refpages): New vars, replacing
8120         Man-sections-alist and Man-refpages-alist.
8121         (Man-build-section-alist, Man-build-references-alist):
8122         Use them; avoid aput.
8123         (Man--last-section, Man--last-refpage): New vars.
8124         (Man-follow-manual-reference): Use them.
8125         Use the `default' arg of completing-read.
8126         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
8128 2012-04-27  Chong Yidong  <cyd@gnu.org>
8130         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8132         * startup.el (x-apply-session-resources): New function.
8134         * term/ns-win.el (ns-initialize-window-system):
8135         * term/w32-win.el (w32-initialize-window-system):
8136         * term/x-win.el (x-initialize-window-system): Use it to properly
8137         set menu-bar-mode and other vars from X resources, even if the
8138         initial frame is not a window-system frame (Bug#2299).
8140         * subr.el (read-key): Avoid running filter function when setting
8141         up temporary tool bar entries (Bug#9922).
8143 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
8145         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8146         (Bug#11344)
8148 2012-04-27  Chong Yidong  <cyd@gnu.org>
8150         * select.el (xselect--encode-string): New function, split from
8151         xselect-convert-to-string.
8152         (xselect-convert-to-string): Use it.
8153         (xselect-convert-to-filename, xselect-convert-to-os)
8154         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8155         returned strings are properly encoded (Bug#11315).
8157 2012-04-27  Chong Yidong  <cyd@gnu.org>
8159         * simple.el (delete-active-region): Move to killing custom group.
8161 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
8163         * progmodes/which-func.el (which-func-current): Quote %
8164         characters for mode-line processing.
8166 2012-04-27  Chong Yidong  <cyd@gnu.org>
8168         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8169         reaching eob (Bug#11286).
8171 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
8173         * progmodes/gdb-mi.el (gdb-control-level): New variable.
8174         (gdb): Make it buffer-local and init to zero.
8175         (gdb-control-commands-regexp): New variable.
8176         (gdb-send): Don't wrap in "-interpreter-exec console" if
8177         gdb-control-level is positive.  Increment gdb-control-level
8178         whenever the command matches gdb-control-commands-regexp, and
8179         decrement it each time the command is "end".  (Bug#11279)
8181 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
8183         * window.el (adjust-window-trailing-edge, enlarge-window)
8184         (shrink-window, window-resize):
8185         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8186         windows (Bug#11276).
8188 2012-04-27  Chong Yidong  <cyd@gnu.org>
8190         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8191         fix "missing prefix" warning.  All callers changed.
8193 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8195         * emacs-lisp/assoc.el: Move to obsolete/.
8197 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8199         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8201         * term/ns-win.el (ns-define-service):
8202         * progmodes/pascal.el (pascal-goto-defun):
8203         * progmodes/js.el (js--read-tab):
8204         * progmodes/etags.el (tags-lazy-completion-table):
8205         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8206         * emacs-lisp/ewoc.el (ewoc--wrap):
8207         * emacs-lisp/assoc.el (aput, adelete, amake):
8208         * doc-view.el (doc-view-convert-current-doc):
8209         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8211 2012-04-26  Chong Yidong  <cyd@gnu.org>
8213         * image.el (image-type-from-buffer): Only return supported image
8214         type (Bug#9045).
8216         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8217         value, for symmetry with diff-end-of-hunk.
8218         (diff-split-hunk, diff-find-source-location)
8219         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8220         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8221         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8222         compute the relevant hunk or file properly (Bug#6005).
8223         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8225 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8227         * vc/vc-mtn.el:
8228         * vc/vc-hg.el:
8229         * vc/vc-git.el:
8230         * vc/vc-dir.el:
8231         * vc/vc-cvs.el:
8232         * vc/vc-bzr.el:
8233         * vc/vc-arch.el:
8234         * vc/vc.el: Replace lexical-let by lexical-binding.
8235         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8236         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8237         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8239 2012-04-26  Chong Yidong  <cyd@gnu.org>
8241         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8242         (diff-mode-shared-map): Bind it to / and [remap undo].
8244         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8245         (ediff-window-setup-function): Use it as the default, to set up
8246         windows based on whether the current frame is graphical (Bug#2138).
8247         (ediff-choose-window-setup-function-automatically): Make obsolete.
8249         * vc/ediff-init.el: Always define ediff-pixel-width/height.
8251 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8253         * ffap.el: Remove old code for obsolete package.
8254         (ffap-complete-as-file-p): Remove.
8256         Use completion-table-with-quoting for comint and pcomplete.
8257         * comint.el (comint--unquote&requote-argument)
8258         (comint--unquote-argument, comint--requote-argument): New functions.
8259         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8260         (comint-quote-filename): Use regexp-opt-charset.
8261         (comint--common-suffix, comint--common-quoted-suffix)
8262         (comint--table-subvert): Remove.
8263         (comint-unquote-function, comint-requote-function): New vars.
8264         (comint--complete-file-name-data): Use them with
8265         completion-table-with-quoting.
8266         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8267         * pcomplete.el (pcomplete-arg-quote-list)
8268         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8269         (pcomplete-unquote-argument-function): Default to non-nil.
8270         (pcomplete-unquote-argument): Simplify.
8271         (pcomplete--common-quoted-suffix): Remove.
8272         (pcomplete-requote-argument-function): New var.
8273         (pcomplete--common-suffix): New function.
8274         (pcomplete-completions-at-point): Use completion-table-with-quoting
8275         and completion-table-subvert.
8277         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8278         (minibuffer--double-dollars): Preserve properties.
8279         (completion--sifn-requote): New function.
8280         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8282         * minibuffer.el: Add support for completion of quoted/escaped data.
8283         (completion-table-with-quoting, completion-table-subvert): New funs.
8284         (completion--twq-try, completion--twq-all): New functions.
8285         (completion--nth-completion): New function.
8286         (completion-try-completion, completion-all-completions): Use it.
8288 2012-04-25  Leo Liu  <sdl.web@gmail.com>
8290         * progmodes/python.el (python-pdbtrack-get-source-buffer):
8291         Use compilation-message if available to find real filename.
8293 2012-04-25  Chong Yidong  <cyd@gnu.org>
8295         * vc/diff-mode.el (diff-setup-whitespace): New function.
8296         (diff-mode): Use it.
8298         * vc/diff.el (diff-sentinel):
8299         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8300         Whitespace mode variables based on diff style (Bug#8612).
8302 2012-04-25  Leo Liu  <sdl.web@gmail.com>
8304         * progmodes/python.el (python-send-region): Add suffix .py to the
8305         temp file.
8307         * files.el (auto-mode-alist): Use javascript-mode instead.
8309 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
8311         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
8313         * net/soap-client.el (soap-resolve-references-for-sequence-type)
8314         (soap-resolve-references-for-array-type): Hack to prevent self
8315         references, see Bug#9.
8316         (soap-parse-envelope): Report the contents of the 'detail' node
8317         when receiving a fault reply.
8318         (soap-parse-envelope): Report the contents of the entire 'detail' node.
8320         * net/soap-inspect.el (soap-sample-value-for-simple-type)
8321         (soap-inspect-simple-type): New function.
8323         * net/soap-client.el (soap-simple-type): New struct.
8324         (soap-default-xsd-types, soap-default-soapenc-types)
8325         (soap-decode-basic-type, soap-encode-basic-type):
8326         support unsignedInt and double basic types.
8327         (soap-resolve-references-for-simple-type)
8328         (soap-parse-simple-type, soap-encode-simple-type): New function.
8329         (soap-parse-schema): Parse xsd:simpleType declarations.
8331         * net/soap-client.el (soap-default-xsd-types)
8332         (soap-default-soapenc-types): Add integer, byte and anyURI types.
8333         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8334         the local name of "soapenc:Array".
8335         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8336         decoding integer, byte and anyURI xsd types.
8338 2012-04-25  Chong Yidong  <cyd@gnu.org>
8340         * cus-edit.el (custom-buffer-create-internal): Update header text.
8342 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
8344         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8345         settings on 'system-type', not on 'window-system'.  On MS-Windows,
8346         set interactive-mode on in GDB.
8348 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8350         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8351         (ruby-syntax-propertize-regexp): Remove.
8352         (ruby-syntax-propertize-function): Split regexp into chunks.
8353         Match following code directly.
8355 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
8357         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8358         (ruby-syntax-propertize-regexp): New function.
8359         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8360         by a special keyword.
8362         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8363         (ruby-syntax-general-delimiters-goto-beg)
8364         (ruby-syntax-propertize-general-delimiters): New functions.
8365         (ruby-syntax-propertize-function): Use them to handle GDL.
8366         (ruby-font-lock-keywords): Move old handling of GDL...
8367         (ruby-font-lock-syntactic-keywords): .. to here.
8368         (ruby-calculate-indent): Adjust indentation for GDL.
8370 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
8372         * notifications.el (top): Remove unneeded declarations.
8373         (notifications-specification-version): Change to "1.2".
8374         (notifications-interface, notifications-notify-method)
8375         (notifications-close-notification-method): Fix docstring.
8376         (notifications-get-capabilities-method): New defconst.
8377         (notifications-notify): Add :action-items, :resident and
8378         :transient hints.  Change "image_data" to "image-data" and
8379         "image_path" to "image-path".
8380         (notifications-get-capabilities): New defun.
8382 2012-04-24  Leo Liu  <sdl.web@gmail.com>
8384         * progmodes/python.el: Move hideshow setup to the end.
8386 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
8388         * window.el (handle-select-window): Clear echo area since this is
8389         no more done by read_char (Bug#11304).
8391 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8393         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8394         and `/ M' to filter-derived-mode.
8395         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8396         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8397         (ibuffer-mark-by-mode): Use default rather than initial-input.
8398         (ibuffer-filter-by-derived-mode): Autoload and require-match.
8400 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
8402         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8403         (ibuffer-filter-by-derived-mode): New filter.
8404         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8406 2012-04-23  Andreas Politz  <politza@fh-trier.de>
8408         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8410 2012-04-23  Chong Yidong  <cyd@gnu.org>
8412         * cus-edit.el (customize-apropos, customize-apropos-options):
8413         Disable matching of non-option variables (Bug#11176).
8414         (customize-option, customize-option-other-window)
8415         (customize-changed-options): Doc fix.
8416         (customize-apropos-options, customize-apropos-faces)
8417         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8419         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8420         Fix word list splitting (Bug#11132).
8421         (apropos-symbol, apropos-keybinding, apropos-label)
8422         (apropos-property, apropos-function-button)
8423         (apropos-variable-button, apropos-misc-button): New faces.
8424         (apropos-symbol-face, apropos-keybinding-face)
8425         (apropos-label-face, apropos-property-face, apropos-match-face):
8426         Variables removed (Bug#8396).
8427         (apropos-library-button, apropos-format-plist, apropos-print)
8428         (apropos-print-doc, apropos-describe-plist): Callers changed.
8430 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
8432         * net/xesam.el (xesam-mode-map): Use let-bound map in
8433         initialization.  (Bug#11292)
8435 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8437         Preserve ispell session localwords when switching back to
8438         original buffer.
8440         * textmodes/ispell.el (ispell-buffer-session-localwords):
8441         New buffer-local variable to hold buffer session localwords.
8442         (ispell-kill-ispell): Add option 'clear to delete session
8443         localwords.
8444         (ispell-command-loop, ispell-change-dictionary)
8445         (ispell-buffer-local-words): Preserve session localwords when
8446         needed.
8448         * textmodes/flyspell.el (flyspell-process-localwords)
8449         (flyspell-do-correct): Preserve session localwords when needed.
8451 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8453         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8454         using obsolete `translation-table-for-input'.
8455         (ispell-word, ispell-process-line, ispell-complete-word):
8456         Use plain `insert' instead of removed `ispell-insert-word'.
8458 2012-04-22  Chong Yidong  <cyd@gnu.org>
8460         * cus-edit.el (custom-variable-menu)
8461         (custom-variable-reset-saved, custom-face-menu)
8462         (custom-face-reset-saved): If there is no saved value, make the
8463         "reset-saved" operation bring back the default (Bug#9509).
8464         (custom-face-state): Properly detect themed faces.
8466         * faces.el (face-spec-set): Stop supporting deprecated form of
8467         third arg.
8469 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
8471         Move functions from C to Lisp.  Make non-blocking method calls
8472         the default.  Implement further D-Bus standard interfaces.
8474         * net/dbus.el (dbus-message-internal): Declare function.
8475         Remove unneeded function declarations.
8476         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8477         (dbus-message-type-method-return, dbus-message-type-error)
8478         (dbus-message-type-signal): Declare variables.  Remove local
8479         definitions.
8480         (dbus-interface-dbus, dbus-interface-peer)
8481         (dbus-interface-introspectable, dbus-interface-properties)
8482         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8483         Adapt docstring.
8484         (dbus-interface-objectmanager): New defconst.
8485         (dbus-call-method, dbus-call-method-asynchronously)
8486         (dbus-send-signal, dbus-method-return-internal)
8487         (dbus-method-error-internal, dbus-register-service)
8488         (dbus-register-signal, dbus-register-method): New defuns, moved
8489         from dbusbind.c
8490         (dbus-call-method-handler, dbus-setenv)
8491         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8492         New defuns.
8493         (dbus-call-method-non-blocking): Make it an obsolete function.
8494         (dbus-unregister-object, dbus-unregister-service)
8495         (dbus-handle-event, dbus-register-property)
8496         (dbus-property-handler): Obey the new structure of
8497         `bus-registered-objects'.
8498         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
8499         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8500         Use `dbus-call-method'.
8502 2012-04-22  Chong Yidong  <cyd@gnu.org>
8504         * cus-edit.el (custom-commands, custom-reset-menu)
8505         (Custom-reset-standard): Tweak labels.
8506         (custom-reset-button-menu): Change default to t.
8507         (custom-buffer-create-internal): For the custom-reset-button-menu
8508         case, put the revert button first.
8509         (custom-group-subtitle): New face.
8510         (custom-group-value-create): Align docstring to a specific column.
8512         * wid-edit.el (widget-documentation-link-add): Don't handle
8513         indentation in this function.
8514         (widget-documentation-string-indent-to): New function.
8515         (widget-documentation-string-value-create): Use it.
8517         * autorevert.el (auto-revert):
8518         * epg-config.el (epg):
8519         * ibuffer.el (ibuffer):
8520         * mpc.el (mpc):
8521         * ses.el (ses):
8522         * eshell/eshell.el (eshell):
8523         * net/ange-ftp.el (ange-ftp):
8524         * progmodes/ebnf2ps.el (postscript):
8525         * progmodes/flymake.el (flymake):
8526         * progmodes/prolog.el (prolog):
8527         * progmodes/verilog-mode.el (verilog-mode):
8528         * progmodes/which-func.el (which-func):
8529         * term/xterm.el (xterm):
8530         * textmodes/picture.el (picture):
8531         * textmodes/tildify.el (tildify):
8532         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8533         customization buffers.
8535 2012-04-22  Alan Mackenzie  <acm@muc.de>
8537         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8538         Adding a ) can hide the resulting (..) from searches.  Fix it.
8539         Bound the backward search to the position of the existing (.
8541 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
8543         * progmodes/verilog-mode.el (verilog-mode): Check whether
8544         which-func-modes is t before adding verilog-mode.
8545         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8547 2012-04-21  Leo Liu  <sdl.web@gmail.com>
8549         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8551 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
8553         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8554         filling of the last column of a table (Bug#5635).
8555         (woman-find-next-control-line): New arg, specifying an additional
8556         regexp component for the control line.
8557         (woman2-roff-buffer): Use it.
8558         (woman-break-table): New function.
8559         (woman2-TS): Use it.
8561 2012-04-21  Chong Yidong  <cyd@gnu.org>
8563         * woman.el (woman-set-buffer-display-table, woman-decode-region)
8564         (woman-horizontal-escapes, woman-negative-vertical-space)
8565         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8566         (WoMan-warn-ignored): Use ?\s instead of ?\ .
8568 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8570         * minibuffer.el (completion-file-name-table): Complete user names.
8572 2012-04-20  Leo Liu  <sdl.web@gmail.com>
8574         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8575         and pcase-let*.
8577 2012-04-20  Chong Yidong  <cyd@gnu.org>
8579         * server.el (server-execute): Respect initial-buffer-choice if it
8580         is a string and there are no files to open (Bug#2825).
8581         (server-create-window-system-frame, server-create-tty-frame):
8582         Don't switch buffers here.
8583         (server-process-filter): Only try to open a window system frame if
8584         compiled with graphical support (Bug#8314).
8586 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
8588         * battery.el (battery-echo-area-format): Display remaining time
8589         for sysfs backend too (Bug#11269).
8590         (battery-linux-sysfs): Fix conditional for the charge.
8592 2012-04-20  Chong Yidong  <cyd@gnu.org>
8594         * progmodes/gdb-mi.el (gdb): Revert previous change.
8595         (gdb-inferior-io--init-proc): New function.
8596         (gdb-init-1): Use it.
8597         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8598         responsible for allocating a new pty and hooking it to gdb when
8599         the old pty gets an EIO due to process exit.
8600         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
8601         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8602         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8604 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
8606         * window.el (window-min-size, window-sizable, window-min-delta)
8607         (window-max-delta, window--resizable, window-resizable)
8608         (window-total-size, window-full-height-p, window-full-width-p)
8609         (window-in-direction, window--resize-mini-window, window-resize)
8610         (window--resize-child-windows-normal)
8611         (window--resize-child-windows, window--resize-siblings)
8612         (window--resize-this-window, adjust-window-trailing-edge)
8613         (enlarge-window, shrink-window): Doc fixes.
8615 2012-04-20  Chong Yidong  <cyd@gnu.org>
8617         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8618         New function to call delete-process on the gdb-inferior buffer's pty.
8619         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8620         pty process (Bug#11273).
8621         (gdb-update): New arg to suppress talking to the gdb process.
8622         (gdb-done-or-error): Use it.
8623         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8624         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8625         sentinel not being called.
8627         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8629         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8631 2012-04-20  Glenn Morris  <rgm@gnu.org>
8633         * net/network-stream.el (open-network-stream): Doc fix.
8635 2012-04-20  Chong Yidong  <cyd@gnu.org>
8637         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8639 2012-04-20  Alan Mackenzie  <acm@muc.de>
8641         Ensure searching for keywords is case sensitive.
8643         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8644         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8645         (c-defun-name, c-mark-function, c-cpp-define-name)
8646         (c-comment-indent, c-scan-conditionals, c-indent-defun)
8647         (c-context-line-break): Bind case-fold-search to nil.
8649         * progmodes/cc-mode.el (c-font-lock-fontify-region):
8650         Bind case-fold-search to nil.
8652 2012-04-20  Chong Yidong  <cyd@gnu.org>
8654         * mail/sendmail.el (mail-bury): Call return action with the right
8655         Rmail buffer (Bug#11242).
8657         * server.el (server-process-filter): Handle corner case where both
8658         tty and nowait options are present (Bug#11102).
8660 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
8662         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
8663         (top level): Put into the executable the ident-style '$Id:' tag on
8664         windows-nt as well.
8666 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8668         * electric.el (electric-indent-post-self-insert-function): Check that
8669         electric-indent-mode is enabled in current buffer.
8671 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
8673         * imenu.el (imenu-progress-message): Restore; it is "used" in
8674         erc/erc-imenu.el and net/snmp-mode.el.
8676 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
8678         * avoid.el (mouse-avoidance-mode): Mark unused arg.
8679         (mouse-avoidance-nudge-mouse): Remove unused binding.
8681         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8683         * descr-text.el (describe-char):
8684         * progmodes/python.el (python-describe-symbol):
8685         Don't call `toggle-read-only', set `buffer-read-only'.
8687         * imenu.el (imenu-default-goto-function): Mark unused args.
8688         (imenu-progress-message): Remove obsolete macro; all callers changed.
8690         * subr.el (keymap-canonicalize): Remove unused binding.
8691         (read-passwd): Mark unused arg.
8693         * tutorial.el (tutorial--display-changes): Remove unused binding.
8694         (tutorial--save-tutorial-to): Remove unused variable.
8696         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8697         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8698         (package-generate-autoloads, package-menu--generate)
8699         (package-menu--find-upgrades): Remove unused bindings.
8701         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8702         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
8703         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8704         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8705         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8706         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8707         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8708         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8709         (cua-delete-char-rectangle): Mark unused args.
8710         (cua-align-rectangle): Remove unused binding.
8712         * mail/rmail.el (compilation--message->loc)
8713         (epa--find-coding-system-for-mime-charset): Declare.
8715         * net/dbus.el (dbus-register-service): Declare.
8716         (dbus-name-owner-changed-handler): Remove unused binding.
8718         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8719         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8720         (nxml-scan-backward-within): Mark unused arg.
8721         (nxml-dynamic-markup-word): Remove unused binding.
8723         * mouse.el (mouse-menu-major-mode-map):
8724         * emacs-lisp/authors.el (authors-scan-change-log)
8725         (authors-add-to-author-list):
8726         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8727         * emacs-lisp/smie.el (smie-auto-fill):
8728         * mail/sendmail.el (mail-bury):
8729         * mail/unrmail.el (unrmail):
8730         * net/tls.el (open-tls-stream):
8731         * textmodes/picture.el (picture-mouse-set-point):
8732         Remove unused bindings.
8734 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
8736         * net/tramp.el (tramp-action-password): Let-bind
8737         `enable-recursive-minibuffers' to t.
8739 2012-04-18  Sam Steingold  <sds@gnu.org>
8741         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8742         instead of 'string to accommodate values like [f11].
8743         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8744         * progmodes/gdb-mi.el: Likewise.
8746 2012-04-18  Leo Liu  <sdl.web@gmail.com>
8748         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8749         current buffer.
8750         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8751         LOCAL is nil.
8753 2012-04-18  Chong Yidong  <cyd@gnu.org>
8755         * simple.el (line-move): Use forward-line if in batch mode
8756         (Bug#11053).
8758 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
8760         * files.el (after-find-file): Do not try to add a final newline if
8761         the buffer is read-only (Bug#11156).
8763 2012-04-17  Richard Stallman  <rms@gnu.org>
8765         * mail/rmail.el (rmail-start-mail):
8766         Pass (rmail-mail-return...) for the return-action.
8767         Pass (rmail-yank-current-message...) for the yank-action.
8768         (rmail-yank-current-message): New function.
8769         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
8770         (rmail-reply): Likewise.
8771         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
8773         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
8774         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
8775         buffer, not newbuf.
8777 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
8779         * server.el (server-ensure-safe-dir): Simplify.
8781 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8783         * emacs-lisp/smie.el: Provide smarter auto-filling.
8784         (smie-auto-fill): New function.
8785         (smie-setup): Use it.
8787         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8789 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
8791         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
8792         (comment-indent): Use it.
8794 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
8796         * ses.el: The overall change is to add cell renaming, that is
8797         setting fancy names for cell symbols other than name matching
8798         "\\`[A-Z]+[0-9]+\\'" regexp .
8799         (ses-localvars): Add ses--renamed-cell-symb-list.
8800         (ses-create-cell-variable): New defun.
8801         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
8802         (ses-relocate-formula): Relocate formulas only for cells the
8803         symbols of which are not renamed, i.e. symbols whose names do not
8804         match regexp "\\`[A-Z]+[0-9]+\\'".
8805         (ses-relocate-all): Relocate values only for cells the symbols of
8806         which are not renamed.
8807         (ses-load): Create cells variables as the (ses-cell ...) are read,
8808         in order to check row col consistency with cell symbol name only
8809         for cells that are not renamed.
8810         (ses-replace-name-in-formula): New defun.
8811         (ses-rename-cell): New defun.
8813 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
8815         * progmodes/perl-mode.el (perl-indent-parens-as-block):
8816         New option (bug#11118).
8817         (perl-calculate-indent): Respect it.
8819 2012-04-17  Glenn Morris  <rgm@gnu.org>
8821         * dired-aux.el (dired-mark-read-string): Doc fix.
8823 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
8825         * dired-aux.el (dired-mark-read-string): Offer optional completion.
8826         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
8828 2012-04-17  Glenn Morris  <rgm@gnu.org>
8830         * mouse.el (mouse-drag-track):
8831         * speedbar.el (speedbar-frame-mode):
8832         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
8834 2012-04-16  Leo Liu  <sdl.web@gmail.com>
8836         * progmodes/python.el: Trivial cleanup.
8838 2012-04-16  Glenn Morris  <rgm@gnu.org>
8840         * vc/vc.el (vc-string-prefix-p):
8841         * vc/pcvs-util.el (cvs-string-prefix-p):
8842         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
8843         * mpc.el (mpc-string-prefix-p):
8844         Make all of these into obsolete aliases for string-prefix-p.
8845         Update callers.
8846         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
8848         * textmodes/two-column.el: Move custom options to the start.
8849         (frame-width): Remove compat definition.
8850         (2C-associate-buffer, 2C-dissociate):
8851         Use with-current-buffer rather than save-excursion.
8852         (2C-dissociate): Force a mode-line update.
8853         (2C-autoscroll): Use ignore-errors.
8855         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
8856         Autoload trivia.
8858         * emacs-lisp/cl-extra.el (*random-state*):
8859         Remove unnecessary declaration.
8861         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
8863         * play/cookie1.el (cookie-snarf):
8864         Give an explicit error if input file cannot be read.
8866         * play/yow.el (yow-file): Use expand-file-name rather than concat.
8868         * progmodes/perl-mode.el (c-macro-expand):
8869         Remove unnecessary autoload (it is in loaddefs.el).
8871         * textmodes/picture.el (picture-desired-column)
8872         (picture-update-desired-column): Convert comments to doc-strings.
8873         (picture-substitute): Remove function.
8874         (picture-mode-map): Initialize in the defvar.
8876         * woman.el: Remove eval-after-load for tar-mode.
8877         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
8878         (woman-tar-extract-file): Autoload it.
8880         * frame.el (automatic-hscrolling): Make this alias obsolete.
8882 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8884         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
8885         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
8886         (ispell-dictionary-base-alist): Revert to original XEmacs
8887         friendly version for default.  [:alpha:] will be added in
8888         `ispell-set-spellchecker-params' if needed.
8890 2012-04-16  Chong Yidong  <cyd@gnu.org>
8892         * image.el (imagemagick--file-regexp): New variable.
8893         (imagemagick-register-types): Use it.
8894         (imagemagick-types-inhibit): Add :set function.  Allow new value
8895         of t to inhibit all types.
8897         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
8898         so we can preload it.
8900         * loadup.el (fboundp): Preload regexp-opt, needed by
8901         imagemagick-register-types.
8903 2012-04-15  Chong Yidong  <cyd@gnu.org>
8905         * frame.el (scrolling): Remove nearly unused customization group.
8907         * scroll-all.el (scroll-all-mode): Move to windows group.
8909 2012-04-15  Chong Yidong  <cyd@gnu.org>
8911         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
8913 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8915         Avoid the use of ((lambda ...) ...) in lexical-binding code.
8916         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
8918 2012-04-15  Glenn Morris  <rgm@gnu.org>
8920         * simple.el (process-file-side-effects): Doc fix.
8922 2012-04-15  Glenn Morris  <rgm@gnu.org>
8924         * international/mule-cmds.el (set-language-environment): Doc fix.
8926 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
8928         * server.el (server-auth-key, server-generate-key): Doc fixes.
8929         (server-get-auth-key): Doc fix.  Use `string-match-p'.
8930         (server-start): Reflow docstring.
8932 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
8934         * server.el (server-generate-key): `called-interactively-p'
8935         requires a parameter.
8937 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
8939         * server.el (server-auth-key): New variable.
8940         (server-generate-key, server-get-auth-key): New function.
8941         (server-start): Use the new variable and functions to allow
8942         setting a permanent server key (bug#9423).
8944 2012-04-14  Leo Liu  <sdl.web@gmail.com>
8946         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
8948 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
8950         Spelling fixes.
8951         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
8952         Emacs uses American spelling.
8954 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
8956         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
8957         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
8958         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
8959         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
8961 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8963         * progmodes/which-func.el (which-func-modes): Change default.
8965 2012-04-14  Kim F. Storm  <storm@cua.dk>
8967         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
8968         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
8970 2012-04-14  Chong Yidong  <cyd@gnu.org>
8972         * custom.el (custom-theme-set-variables): Doc fix.
8974 2012-04-14  Glenn Morris  <rgm@gnu.org>
8976         * international/mule.el (set-auto-coding-for-load): Doc fix.
8978 2012-04-14  Alan Mackenzie  <acm@muc.de>
8980         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
8981         imenu work again for Objective C Mode.  Correct the *-index values,
8982         these having been disturbed by a previous change in 2011-08.
8984         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
8985         Correct two search limits.
8987 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8989         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
8991 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
8993         * international/characters.el: Fix sorting.
8995 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
8997         * international/characters.el: Add more missing Latin case pairs.
8999 2012-04-14  Glenn Morris  <rgm@gnu.org>
9001         * files.el (dir-locals-set-class-variables): Doc fix.
9003 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
9005         * international/characters.el: Add set-case-syntax-pair call for
9006         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9007         counterpart.  (Bug#11209)
9009         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
9011 2012-04-14  Glenn Morris  <rgm@gnu.org>
9013         * calendar/holidays.el (calendar-check-holidays): Doc fix.
9015 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
9017         * textmodes/ispell.el (ispell-dictionary-base-alist):
9018         Add data for Hebrew.
9020 2012-04-14  Chong Yidong  <cyd@gnu.org>
9022         * net/rcirc.el (rcirc-cmd-quit):
9023         Revert 2012-03-18 change (Bug#11192).
9025 2012-04-14  Glenn Morris  <rgm@gnu.org>
9027         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9029 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
9031         * minibuffer.el (completion-in-region-mode-map):
9032         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
9034 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
9036         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9038 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
9040         * minibuffer.el (minibuffer-local-filename-syntax): New variable
9041         to allow `C-M-f' and `C-M-b' to move to the nearest path
9042         separator (bug#9511).
9044 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
9046         * avoid.el: Require cl when compiling.  And also move the
9047         `provide' to the end.
9049 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9051         * avoid.el (mouse-avoidance-banish-position): New variable.
9052         (mouse-avoidance-banish-destination): Use it (bug#10165).
9054 2012-04-13  Leo Liu  <sdl.web@gmail.com>
9056         * progmodes/which-func.el (which-func-modes): Add objc-mode.
9058 2012-04-13  Ken Brown  <kbrown@cornell.edu>
9060         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9061         this is no longer needed now that cygstart understands file:// URLs.
9062         (browse-url-filename-alist): For the same reason, don't modify
9063         file:// URLs on Cygwin.
9065 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9067         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9068         the region on shift if the binding is already shifted (bug#11221).
9070 2012-04-12  Glenn Morris  <rgm@gnu.org>
9072         * mail/mailpost.el: Move to obsolete/.
9074 2012-04-12  Drew Adams  <drew.adams@oracle.com>
9076         * imenu.el (imenu--generic-function): Ignore invisible definitions
9077         (bug#10123).
9079 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
9081         * hexl.el (hexl-bits): New variable.
9082         (hexl-options): Mention the variable in the doc string.
9083         (hexl-rulerise, hexl-line-displen): New functions.
9084         (hexl-mode): Mention the new variable.
9085         (hexl-mode, hexl-current-address, hexl-current-address):
9086         Use the displen.
9087         (hexl-ascii-start-column): New function.
9088         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9089         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9091 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9093         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9094         '("-i" ENCODING), in 2 separate command-line arguments, to specify
9095         the encoding, as expected by hunspell.
9097 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9099         * battery.el (battery--linux-sysfs-regexp): New const.
9100         (battery-status-function): Use it.  Remove yeeloong special case.
9101         (battery-yeeloong-sysfs): Remove.
9102         (battery-echo-area-format): Remove yeeloong special case.
9104 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9106         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9107         Reported by Noah Friedman.
9109         * subr.el (read-passwd): Use read-string.
9111 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9113         * vcursor.el (vcursor-move): Increase the priority of the overlay
9114         (bug#9663).
9116 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
9118         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9119         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9121 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
9123         * textmodes/artist.el (artist-mode): Convert artist-mode to use
9124         define-minor-mode (bug#10760).
9126 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9128         * progmodes/grep.el (rgrep): Tweak the find command line so
9129         that directories matching `grep-find-ignored-files' won't be
9130         pruned (bug#10351).
9132 2012-04-11  Chong Yidong  <cyd@gnu.org>
9134         * startup.el (command-line): Remove support for long-obsolete
9135         variable font-lock-face-attributes.
9137 2012-04-11  Glenn Morris  <rgm@gnu.org>
9139         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9141 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9143         * window.el (window--state-get-1): Obey window-point-insertion-type.
9145 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
9147         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9148         to previous function when point is on the first character of a
9149         function.  Take care of that in `narrow-to-defun' (bug#6157).
9151 2012-04-11  Glenn Morris  <rgm@gnu.org>
9153         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9154         not just file-errors.
9156         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9157         (vc-bzr-sha1): Use internal sha1.
9159 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9161         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9163 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
9165         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9166         that start in the middle of the line (bug#10496).
9168 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
9170         * battery.el (battery-linux-proc-acpi): Only one battery is
9171         discharged at a time, but that seems to confuse battery.el when
9172         computing `rate-type' for the battery not being discharged
9173         (bug#10332).
9175 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9177         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9179         * international/quail.el: Use dolist and simplify.
9180         (quail-define-package, quail-update-keyboard-layout)
9181         (quail-define-rules): Use dolist.
9182         (quail-insert-kbd-layout, quail-get-translation): CSE.
9184         * tmm.el: Use dolist, remove left over hook.
9185         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9186         Use dolist.
9187         (calendar-load-hook): Don't mess with it.
9189         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9190         Use derived-mode-p.  Run the diff asynchronously.
9192 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9194         * obsolete/mouse-sel.el: Add an Obsolete-since header.
9196 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
9198         * misc.el: Display absolute path of loaded DLLs (bug#10424).
9199         (list-dynamic-libraries--loaded): New function.
9200         (list-dynamic-libraries--refresh): Use it.
9202 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
9204         * progmodes/python.el (python-fill-paragraph):
9205         Make python-fill-region in a multiline string work when font-lock is
9206         disabled (bug#7018).
9208 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
9210         * language/european.el (cp775): Add oem/legacy (en)coding on
9211         DOS/MS Windows for the Baltic languages.  There are still plenty
9212         of texts written in this encoding/codepage (bug#6519).
9214 2012-04-10  Glenn Morris  <rgm@gnu.org>
9216         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9217         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9219 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
9221         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9222         next-line "n" and previous-line "p" in order to make recentf more
9223         consistent with ibuffer, dired or org-mode (bug#9387).
9225 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227         * image.el (put-image): Return the overlay created instead of the
9228         optional input string (bug#7834).  Note that this may break code
9229         that is (for some reason or other) depending on `put-image'
9230         returning the string.
9232         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9234         * simple.el (zap-to-char): Allow zapping using input methods
9235         (bug#1580).
9237         * textmodes/fill.el (fill-region): Leave point and mark where they
9238         were before filling (bug#5399).
9240 2012-04-09  Glenn Morris  <rgm@gnu.org>
9242         * version.el (emacs-bzr-get-version):
9243         Handle lightweight checkouts of local branches.
9245 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
9247         * international/characters.el: Recover lost case pairs.  (Bug#11209)
9249 2012-04-09  Chong Yidong  <cyd@gnu.org>
9251         * custom.el (custom-variable-p): Return nil for non-symbol
9252         arguments instead of signaling an error.
9253         (user-variable-p): Obsolete alias for custom-variable-p.
9255         * apropos.el (apropos-variable):
9256         * files-x.el (read-file-local-variable):
9257         * simple.el (set-variable):
9258         * woman.el (woman-mini-help):
9259         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9261 2012-04-09  Glenn Morris  <rgm@gnu.org>
9263         * startup.el (normal-top-level): Don't look for leim-list.el
9264         in places where it will not be found.  (Bug#910)
9266         * international/mule-cmds.el (set-default-coding-systems):
9267         * files.el (normal-mode):
9268         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
9269         This function was removed with ucs-tables.el in 2008.
9271 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
9273         * textmodes/ispell.el (ispell-check-version): For hunspell, set
9274         ispell-encoding8-command to "-i", without a trailing space.
9275         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9276         separate command-line arguments, to specify the encoding, since
9277         that's how hunspell expects it.
9279 2012-04-08  Glenn Morris  <rgm@gnu.org>
9281         * loadup.el: Load bindings before cus-start.
9282         This reduces somewhat the number of "rogue" settings in emacs -Q.
9284 2012-04-07  Glenn Morris  <rgm@gnu.org>
9286         * version.el (emacs-bzr-get-version): New function.
9287         (emacs-bzr-version): New variable.
9288         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
9289         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9291 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
9293         * international/uni-bidi.el, international/uni-category.el:
9294         * international/uni-combining.el, international/uni-decimal.el:
9295         * international/uni-decomposition.el, international/uni-digit.el:
9296         * international/uni-lowercase.el, international/uni-mirrored.el:
9297         * international/uni-name.el, international/uni-numeric.el:
9298         * international/uni-titlecase.el, international/uni-uppercase.el:
9299         Update for Unicode 6.1.
9301 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
9303         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9305 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9307         * window.el (shrink-window): Mention the `window-min-height'
9308         variable in the doc string.
9310 2012-04-05  Bastien Guerry  <bzg@altern.org>
9312         * color.el (color-lighten-name): Fix typo.
9314 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9316         * server.el (server--on-display-p): New function.
9317         (server--on-display-p): Use it.
9319 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
9321         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9322         (bug#11145).
9324 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9326         * comint.el (comint--common-quoted-suffix): Check string boundary
9327         before comparing (bug#11158).
9328         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9330 2012-04-04  Chong Yidong  <cyd@gnu.org>
9332         * minibuffer.el (completion-extra-properties): Doc fix.
9334         * subr.el (delayed-warnings-hook): Doc fix.
9336 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
9338         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9339         selection (Bug#11159).
9340         (epa-insert-keys): Inform that the default public key will be
9341         exported if no key is selected.
9343 2012-04-04  Richard Stallman  <rms@gnu.org>
9345         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9347 2012-04-03  Chong Yidong  <cyd@gnu.org>
9349         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9350         mail-insert-file, not its obsolete alias mail-attach-file.
9352 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
9354         * notifications.el (notifications-notify): Fix docstring.
9356 2012-04-02  Glenn Morris  <rgm@gnu.org>
9358         * emacs-lisp/authors.el (authors-aliases): Another addition.
9360 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
9362         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9363         `tramp-compat-call-process' instead of `tramp-local-call-process'.
9364         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9366 2012-04-01  Chong Yidong  <cyd@gnu.org>
9368         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9369         Handle root directory properly.
9370         (copy-directory): Caller changed.
9372         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9373         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9375 2012-03-31  Glenn Morris  <rgm@gnu.org>
9377         * term/xterm.el (xterm-extra-capabilities): Doc fix.
9379         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
9381         * calendar/calendar.el (calendar-window-list)
9382         (calendar-hide-window): Restore.  (Bug#11140)
9383         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9385         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9387 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9389         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9390         Check if file is a symlink (Bug#10489).
9392         * files.el (copy-directory): Likewise.
9394 2012-03-30  Chong Yidong  <cyd@gnu.org>
9396         * image.el (imagemagick-types-inhibit)
9397         (imagemagick-register-types): Doc fix.
9399 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9401         * textmodes/ispell.el (ispell-get-extended-character-mode):
9402         Disable extended-char-mode for hunspell.  hunspell does not support it
9403         and treats ~word as ordinary words in pipe mode.
9405 2012-03-30  Glenn Morris  <rgm@gnu.org>
9407         * tutorial.el (help-with-tutorial): Ensure local variables don't
9408         happen to make the buffer read-only.  (Bug#11127)
9410 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9412         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9413         (perl-calculate-indent): Return `noindent' in strings.
9415 2012-03-28  Sam Steingold  <sds@gnu.org>
9417         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9418         instead of the broken adhockery which does not prevent calendar
9419         buffers from being displayed at random after exit.
9420         (calendar-window-list, calendar-hide-window): Remove the broken
9421         adhockery.
9423 2012-03-28  Glenn Morris  <rgm@gnu.org>
9425         * replace.el (query-replace-map): Doc fix.
9427 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
9429         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9430         contents.  (Bug#11109)
9432 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9434         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9435         (bug#11077).
9436         (avl-tree--check, avl-tree--check-node): New funs.
9438 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
9440         * window.el (switch-to-visible-buffer): New option.
9441         (switch-to-prev-buffer, switch-to-next-buffer):
9442         Observe switch-to-visible-buffer.  Make sure that checking for a window
9443         showing a buffer already is done on the same frame.
9445 2012-03-27  Glenn Morris  <rgm@gnu.org>
9447         * startup.el (mail-host-address): Doc fix.
9449 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9451         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9452         than 197 variables.
9454 2012-03-26  Ami Fischman  <ami@fischman.org>
9456         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9458 2012-03-26  Glenn Morris  <rgm@gnu.org>
9460         * files.el (save-buffers-kill-emacs): Doc fix.
9462         * startup.el (normal-top-level, command-line, command-line-1):
9463         Give them doc strings.
9465 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
9467         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9468         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9470 2012-03-25  Chong Yidong  <cyd@gnu.org>
9472         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9473         theme if it was previously enabled before (Bug#11031).
9475         * cus-theme.el (custom-theme-write-faces): Retrieve current face
9476         spec with custom-face-get-current-spec if its :shown-value is not
9477         determined yet (Bug#9337).
9478         (customize-create-theme, custom-theme-revert): Doc fixes.
9480         * button.el (button-at): Minor addition to docstring.
9482 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
9484         * vc/vc.el (vc-merge): Fix a prompt.
9486 2012-03-24  Chong Yidong  <cyd@gnu.org>
9488         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9489         point (Bug#9623).
9491         * button.el (button-at): Minor addition to docstring.
9493 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9495         * newcomment.el (comment-choose-indent): No space after BOL.
9497 2012-03-22  Sam Steingold  <sds@gnu.org>
9499         * window.el (switch-to-prev-buffer): Revert last patch because the
9500         bug turned out to be an advertised feature (Elisp manual 28.14).
9502 2012-03-22  Glenn Morris  <rgm@gnu.org>
9504         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
9505         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9507 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9509         * net/network-stream.el (network-stream-open-starttls): Make error
9510         message under Windows be less misleading.
9512 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
9514         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9515         understands (bug#9942).
9517 2012-03-22  Chong Yidong  <cyd@gnu.org>
9519         * simple.el (end-of-visible-line): Handle return value of
9520         next-single-property-change properly (Bug#9371).
9522 2012-03-22  Kenichi Handa  <handa@m17n.org>
9524         * international/quail.el (quail-insert-kbd-layout): Fix previous
9525         change.  To avoid unwanted bidi reordering, use
9526         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9528 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
9530         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9531         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9532         (ruby-beginning-of-indent): Be more careful with the difference
9533         between word-boundary and symbol boundary.
9534         (ruby-mode-syntax-table): Make : a symbol constituent.
9536 2012-03-21  Andreas Politz  <politza@fh-trier.de>
9538         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9540 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9542         * progmodes/etags.el (tags-completion-at-point-function):
9543         Improve last fix.
9545         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9547 2012-03-21  Sam Steingold  <sds@gnu.org>
9549         * progmodes/etags.el (tags-completion-at-point-function):
9550         Avoid the error when point is inside the pattern.
9552 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
9554         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9555         line (Bug#10855).
9557 2012-03-21  Drew Adams  <drew.adams@oracle.com>
9559         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9561 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
9563         * ido.el (ido-set-current-directory, ido-read-internal)
9564         (ido-choose-completion-string, ido-completion-help): Handle nil
9565         value of ido-completion-buffer (Bug#11008).
9567 2012-03-21  Sam Steingold  <sds@gnu.org>
9569         * window.el (switch-to-prev-buffer): Do not switch to a visible
9570         window previous buffer, just like with the frame previous buffers.
9572 2012-03-21  Chong Yidong  <cyd@gnu.org>
9574         * faces.el (make-face, make-empty-face, copy-face):
9575         * face-remap.el (face-remap-add-relative, face-remap-set-base):
9576         Doc fixes.
9578 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9580         * wid-edit.el (widget-complete-field): Remove (bug#11051).
9581         (widget-complete): Remove broken use of it.
9583 2012-03-20  Chong Yidong  <cyd@gnu.org>
9585         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9586         Use string-width and truncate-string-width to handle arbitrary
9587         characters.
9589 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
9591         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9592         to draw rectangles, not squares.  (Regression introduced by revno
9593         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9595 2012-03-18  Chong Yidong  <cyd@gnu.org>
9597         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9598         it is not yet defined (for temacs).
9600 2012-03-18  Leo Liu  <sdl.web@gmail.com>
9602         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9603         prefix.
9605 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
9607         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9608         (ispell-choices-win-default-height, ispell-silently-savep)
9609         (ispell-dictionary-alist, ispell-encoding8-command)
9610         (ispell-check-version, ispell-aspell-find-dictionary)
9611         (ispell-valid-dictionary-list, ispell-words-keyword)
9612         (ispell-get-word, ispell-internal-change-dictionary)
9613         (ispell-region, ispell-skip-region-list)
9614         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9615         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9616         (ispell-message-text-end, ispell-message)
9617         (ispell-buffer-local-parsing): Doc fix.
9619 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
9621         * htmlfontify.el: Add support for code block fontification for ODT
9622         export (Bug #9914).
9623         (hfy-optimisations): Define new option
9624         `body-text-only'
9625         (hfy-fontify-buffer): Honor above setting.
9626         (hfy-begin-span, hfy-end-span): New routines factored out form
9627         `hfy-fontify-buffer'.
9628         (hfy-begin-span-handler, hfy-end-span-handler): New variables
9629         that permit insertion of custom tags.
9630         (hfy-fontify-buffer): Use above handlers.
9631         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9632         (hfy-face-to-css): Re-defined to be a variable.
9633         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
9634         over multiple runs.  This is made possible by having the caller let
9635         bind a special variable `hfy-user-sheet-assoc'.
9636         (htmlfontify-string): New defun.
9637         (hfy-compile-face-map): Make sure that the last char in the
9638         buffer is correctly fontified.
9639         (hfy-face-resolve-face): Whitespace only change.
9641 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
9643         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9644         message more clear.
9646 2012-03-16  Leo Liu  <sdl.web@gmail.com>
9648         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9650 2012-03-16  Alan Mackenzie  <acm@muc.de>
9652         Further optimise the handling of large macros.
9654         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9655         limit to a call of `c-literal-limits'.
9656         (c-determine-+ve-limit): New function.
9657         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9658         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
9659         In CASE 5B, restrict a search limit to 500.
9660         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9662         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9663         Restrict macro bounds to +-500 from after-change's BEG END.
9665 2012-03-16  Leo Liu  <sdl.web@gmail.com>
9667         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9669 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
9671         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
9672         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
9674 2012-03-16  Glenn Morris  <rgm@gnu.org>
9676         * view.el (view-buffer, view-buffer-other-window)
9677         (view-buffer-other-frame): Doc fixes re special mode-class.
9679         * subr.el (eval-after-load): If named feature is provided not from
9680         a file, run after-load forms.  (Bug#10946)
9682         * calendar/calendar.el (calendar-insert-at-column):
9683         Handle non-unit-width characters a bit better.  (Bug#10978)
9685 2012-03-15  Chong Yidong  <cyd@gnu.org>
9687         * emacs-lisp/ring.el (ring-extend): New function.
9688         (ring-insert+extend): Extend the ring correctly (Bug#11019).
9690         * comint.el (comint-read-input-ring)
9691         (comint-add-to-input-history): Grow comint-input-ring lazily.
9693 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9695         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9696         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9698         * imenu.el: Fix multiple inheritance breakage (bug#9199).
9699         (imenu-add-to-menubar): Don't add a redundant index.
9700         (imenu-update-menubar): Handle a dynamically composed keymap.
9702 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9704         * mail/sendmail.el (mail-encode-header):
9705         Bind rfc2047-encode-encoded-words to nil.
9707 2012-03-13  Glenn Morris  <rgm@gnu.org>
9709         * calendar/calendar.el (calendar-string-spread):
9710         Handle non-unit-width characters a bit better.  (Bug#10978)
9712 2012-03-13  Leo Liu  <sdl.web@gmail.com>
9714         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9715         directory and file as argument (Bug#10822).
9717 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
9719         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9720         For dynamically generated code, follow $PC.
9721         (gdb-disassembly-handler-custom): Handle no function name case.
9723 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
9725         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9726         * emulation/ws-mode.el (ws-query-replace):
9727         * sort.el (sort-regexp-fields):
9728         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
9730 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9732         * dabbrev.el: Fix cycle completion order (bug#10963).
9733         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9734         (dabbrev-completion): Don't use an obarray; provide
9735         a cycle-sort-function.
9737 2012-03-12  Leo Liu  <sdl.web@gmail.com>
9739         * simple.el (kill-new): Use equal-including-properties for comparison.
9740         (kill-do-not-save-duplicates): Doc fix.
9742 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9744         * dabbrev.el: Fix cycle completion (bug#10963).
9745         Use lexical binding and wrap to 80 columns.
9746         (dabbrev-completion): Delay computing the list of completions.
9748 2012-03-12  Kenichi Handa  <handa@m17n.org>
9750         * international/quail.el (quail-insert-kbd-layout): Surround each
9751         row by LRO and PDF instead of inserting many LRMs.  Pad the left
9752         and right of each non-spacing marks.  Insert invisible space
9753         between lower and upper characters to prevent composition.
9755 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9757         * minibuffer.el (minibuffer-complete): Don't get confused when the
9758         function is run twice via different commands (bug#10958).
9759         (complete-with-action): Fix docstring.
9761 2012-03-12  Chong Yidong  <cyd@gnu.org>
9763         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9764         (nxml-completion-at-point-function): New function.
9765         (nxml-mode): Use it.
9766         (nxml-bind-meta-tab-to-complete-flag): Default to t.
9768         * emacs-lisp/package.el (package-unpack, package-unpack-single):
9769         Load generated autoloads file before byte compiling (Bug#10970).
9770         (package--make-autoloads-and-compile): New helper fun.
9772 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
9774         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9776 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
9778         * autorevert.el (auto-revert-handler): Ensure, that
9779         file-readable-p is applied only for local files or in
9780         auto-revert-tail-mode.
9782 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
9784         * server.el (server-eval-at): Handle non-tcp connections.
9785         Decode result string.
9787         * server.el (server-msg-size): New constant.
9788         (server-reply-print): New function.
9789         (server-eval-and-print): Use it.
9790         (server-eval-at): Use server-quote-arg and server-unquote-arg.
9791         Handle -print-nonl.
9793 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
9795         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
9796         (Bug#10987).
9798 2012-03-11  Chong Yidong  <cyd@gnu.org>
9800         * simple.el (goto-line): Doc fix (Bug#9938).
9802         * subr.el (save-window-excursion): Doc fix (Bug#9979).
9804         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
9805         when finished (Bug#10963).
9807 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
9809         * window.el (split-window-below): Fix bug in case where
9810         split-window-keep-point is nil (Bug#10971).
9812 2012-03-11  Juri Linkov  <juri@jurta.org>
9814         * replace.el (replace-highlight): Set isearch-word to nil
9815         unconditionally.  (Bug#10887)
9817 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
9819         * net/mairix.el (mairix-replace-invalid-chars): Rename from
9820         mairix-replace-illegal-chars; all callers changed.  Don't remove
9821         ^, ~, and = characters: they are meaningful in mairix search specs.
9822         (mairix-widget-create-query): Add usage information about mairix
9823         search forms: negating words, searching for substrings, etc.
9825 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
9827         * international/fontset.el (font-encoding-alist): Add an entry for
9828         ksx1001 (Bug#5667).
9830 2012-03-10  Richard Stallman  <rms@gnu.org>
9832         * mail/sendmail.el (mail-encode-header):
9833         Set rfc2047-encode-encoded-words.
9835         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
9837         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
9838         view buffer means not swapped.
9839         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
9840         (rmail-write-region-annotate): Error if real text has disappeared.
9842         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
9844 2012-03-10  Chong Yidong  <cyd@gnu.org>
9846         * emulation/cua-rect.el (cua--init-rectangles):
9847         * emulation/cua-base.el (cua--init-keymaps):
9848         Add delete-forward-char to remappings (Bug#9666).
9850 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
9852         * speedbar.el (speedbar-unhighlight-one-tag-line):
9853         Avoid unhighlighting due to frame switching (Bug#10275).
9855 2012-03-10  Chong Yidong  <cyd@gnu.org>
9857         * minibuffer.el (completion-in-region, completion-help-at-point):
9858         Give the completion field overlay a high priority (Bug#6830).
9860         * dired.el (dired-goto-file): Recognize absolute file name
9861         listings (Bug#7126).
9862         (dired-goto-file-1): New helper function.
9863         (dired-toggle-read-only): Inhibit warnings.
9865 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
9867         * net/dbus.el (dbus-property-handler): Return empty array if
9868         there are no properties.
9870 2012-03-09  Leo Liu  <sdl.web@gmail.com>
9872         * savehist.el (savehist-printable): Stricter check for string
9873         value (Bug#10937).
9875 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
9877         * mail/smtpmail.el (smtpmail-send-it):
9878         Bind coding-system-for-write to *-unix, so that FCC files are kept in
9879         valid mbox format.
9881 2012-03-09  Glenn Morris  <rgm@gnu.org>
9883         * files.el (dir-locals-find-file):
9884         Don't check result is regular, readable.
9885         (dir-locals-read-from-file): Demote errors.
9887 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
9889         * international/quail.el (quail-insert-kbd-layout):
9890         Insert invisible LRM characters before each character in a keyboard
9891         layout cell, to prevent their reordering by bidi display engine.
9892         For details, see the discussion in
9893         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
9895 2012-03-08  Alan Mackenzie  <acm@muc.de>
9897         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
9898         the starting position; make it extend the marked region when
9899         invoked repeatedly - all under appropriate circumstances.
9900         Fixes bugs #5525, #10906.
9902 2012-03-08  Glenn Morris  <rgm@gnu.org>
9904         * files.el (locate-dominating-file, dir-locals-find-file):
9905         Undo 2012-03-06 change.
9907 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
9909         * international/quail.el (quail-help):
9910         Force bidi-paragraph-direction be left-to-right.  See discussion in
9911         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
9912         for the reason.
9914 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
9916         Avoid superfluous registering of signals.  (Bug#10807)
9918         * notifications.el (notifications-on-action-object)
9919         (notifications-on-close-object): New defvars.
9920         (notifications-on-action-signal, notifications-on-closed-signal):
9921         Unregister the signal if not needed any longer.
9922         (notifications-notify): Register `notifications-action-signal' or
9923         `notifications-closed-signal', if :on-action or :on-close has been
9924         passed as argument.
9926 2012-03-07  Chong Yidong  <cyd@gnu.org>
9928         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
9929         non-X platforms.
9931 2012-03-06  Glenn Morris  <rgm@gnu.org>
9933         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9934         (x-disown-selection-internal, x-get-selection-internal):
9935         Doc fix (add arglist signatures).  (Bug#10783)
9937 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
9939         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9940         Handle breakpoints with no "type".
9942 2012-03-06  Glenn Morris  <rgm@gnu.org>
9944         * files.el (locate-dominating-file): Add optional predicate argument.
9945         (dir-locals-find-file): Make use of above change.
9947 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
9949         * info.el (Info-insert-dir): Also try "dir.gz".
9951 2012-03-06  Glenn Morris  <rgm@gnu.org>
9953         * files.el (dir-locals-find-file):
9954         Ignore non-readable or non-regular files.  (Bug#10928)
9956         * files.el (locate-dominating-file): Doc fix.
9958 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
9960         * calendar/calendar.el (calendar-set-mode-line):
9961         `getenv' returns a string.  (Bug#10951)
9963 2012-03-05  Leo Liu  <sdl.web@gmail.com>
9965         * simple.el (backward-delete-char-untabify): Constrain point to
9966         field (Bug#10939).
9968         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
9970 2012-03-05  Chong Yidong  <cyd@gnu.org>
9972         * simple.el (count-words): If called from Lisp, return the word
9973         count, for symmetry with `count-lines'.  Arglist changed.
9974         (count-words--message): Args changed.  Consolidate counting code
9975         from count-words and count-words-region.
9976         (count-words-region): Caller changed.
9977         (count-lines-region): Make it an obsolete alias.
9979 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
9981         * saveplace.el (save-place-to-alist)
9982         (save-place-ignore-files-regexp): Allow value nil to disable this
9983         feature.
9985 2012-03-04  Chong Yidong  <cyd@gnu.org>
9987         * faces.el (face-spec-reset-face): For the default face, reset the
9988         attributes to default values (Bug#10748).
9990 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9992         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
9993         previous patch: Check `message-send-mail-function', and not the
9994         default function (bug#10897).
9996 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
9998         * notifications.el (notifications-on-action-signal)
9999         (notifications-on-closed-signal): Check for unique service name of
10000         incoming event.  Fix error in removing entry.
10001         (top): Register for signals with wildcard service name.
10002         (notifications-notify): Use daemon unique service name for map entries.
10004 2012-03-04  Chong Yidong  <cyd@gnu.org>
10006         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10008 2012-03-04  Glenn Morris  <rgm@gnu.org>
10010         * abbrev.el (copy-abbrev-table, abbrev-table-p)
10011         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10012         (expand-abbrev, define-abbrev-table): Doc fixes.
10014 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10016         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10017         `message-default-send-mail-function' and not `send-mail-function'
10018         when doing the prompting for `sendmail-query-once' before sending
10019         in Message buffers (bug#10897).
10021         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10022         This is inconsistent with all the other stream functions, which leave
10023         the setting up to the higher levels (if so wanted) (bug#10931).
10025 2012-03-02  Alan Mackenzie  <acm@muc.de>
10027         Depessimize the handling of very large macros.
10029         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10030         (c-macro-cache-syntactic): New variables to implement a one
10031         element macro cache.
10032         (c-invalidate-macro-cache): New function.
10033         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10034         Adapt to use the new cache.
10035         (c-state-safe-place): Use better the cache of safe positions.
10036         (c-state-semi-nonlit-pos-cache)
10037         (c-state-semi-nonlit-pos-cache-limit):
10038         New variables for...
10039         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
10040         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10041         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10042         Use c-state-semi-safe-place.
10044         * progmodes/cc-langs.el (c-get-state-before-change-functions):
10045         Add c-invalidate-macro-cache to the C, C++, Obj entries.
10047 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
10049         * jka-compr.el (jka-compr-call-process):
10050         Apply `file-accessible-directory-p' only when the default directory is
10051         not remote.
10053 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
10055         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
10056         access of FILE2, if FILE1 does not exist.
10058         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10059         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10061         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10062         Add "PAGER=" to `process-environment'.
10064 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
10066         * progmodes/sql.el: Bug fix
10067         (sql-get-login-ext): Save login values in globals.
10068         (sql-get-login): Use new version of `sql-get-login-ext'.
10069         (sql-interactive-mode): Set global `sql-connection' to nil.
10070         (sql-connect): Set global values for connection.
10071         (sql-product-interactive): Save global values as buffer local.
10073 2012-02-29  Leo Liu  <sdl.web@gmail.com>
10075         * abbrev.el (define-abbrevs): Reset sys to nil.
10077 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10079         * files.el (file-equal-p): Rename from `files-equal-p'.
10080         Return nil when one or both files don't exist.
10081         (file-subdir-of-p): Now only top directory must exists,
10082         return nil if it doesn't.
10083         (copy-directory): No need to test with `file-subdir-of-p' after
10084         creating dir.
10085         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10086         to `file-equal-p'.
10088 2012-02-28  Glenn Morris  <rgm@gnu.org>
10090         * shell.el (shell-mode):
10091         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10092         * play/landmark.el (landmark-font-lock-face-O):
10093         * play/handwrite.el (handwrite):
10094         * play/gomoku.el (gomoku-O):
10095         * net/browse-url.el (browse-url-browser-display):
10096         * international/mule.el (define-charset):
10097         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10098         * filesets.el (filesets-find-file-delay):
10099         * eshell/em-xtra.el (eshell-xtra):
10100         * eshell/em-unix.el (eshell-grep):
10101         * emulation/viper.el (viper-mode):
10102         * emacs-lisp/regexp-opt.el (regexp-opt-group):
10103         * emacs-lisp/easymenu.el (easy-menu-define):
10104         * calendar/timeclock.el (timeclock-use-display-time):
10105         * bs.el (bs-mode):
10106         * bookmark.el (bookmark-save-flag):
10107         Doc fix (standardize possessive apostrophe usage).
10109 2012-02-27  Chong Yidong  <cyd@gnu.org>
10111         * emulation/viper-cmd.el (viper-intercept-ESC-key):
10112         Fix key-binding lookup for ESC key (Bug#9146).
10114         * font-lock.el (font-lock-specified-p): Rename from
10115         font-lock-spec-present.  Callers changed.
10117 2012-02-27  Daniel Hackney  <dan@haxney.org>
10119         * emacs-lisp/package.el (package-compute-transaction):
10120         Handle holding a package version to t in package-load-list.
10122 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
10124         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10125         (tramp-get-inode, tramp-get-device): Use cached values.
10127 2012-02-26  Alan Mackenzie  <acm@muc.de>
10129         Check there is a font-lock specification before doing initial
10130         fontification.
10132         * font-core.el (font-lock-mode): Move the conditional from
10133         :after-hook to font-lock-initial-fontify.
10134         (font-lock-default-function): Move the check for a specification
10135         to font-lock-spec-present.
10137         * font-lock.el (font-lock-initial-fontify): Call ...
10138         (font-lock-spec-present): New function.
10140 2012-02-26  Jim Blandy  <jimb@red-bean.com>
10142         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10143         (gdb-send): Apply it to the operand of the '-interpreter-exec
10144         console' command, so that we can pass arguments with (say) quotes
10145         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
10147 2012-02-26  Chong Yidong  <cyd@gnu.org>
10149         * help-fns.el (describe-function-1): Clarify description of
10150         remapping (Bug#10844).
10152         * files.el (files-equal-p): Doc fix.
10153         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
10154         and quit the loop once a mismatch is found.
10156 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
10158         * bs.el (bs--show-with-configuration): Don't throw an error
10159         if the window cannot be split; otherwise, subsequent calls to
10160         bs-show fail, restoring a stale window config.  (Bug#10882)
10162 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
10164         * term/ns-win.el (global-map): Bind ns-drag-file to
10165         ns-find-file (Bug#5855, Bug#10050).
10167 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
10169         * calendar/parse-time.el (parse-time-string): Allow extractor to
10170         return nil.
10172 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
10174         * net/tramp.el (tramp-file-name-for-operation):
10175         Add `files-equal-p' and `file-subdir-of-p'.
10177         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10178         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10179         Add COPY-CONTENTS argument.
10181 2012-02-25  Chong Yidong  <cyd@gnu.org>
10183         Add custom groups for VC backends, for consistency with vc-bzr.
10185         * vc/vc-arch.el (vc-arch):
10186         * vc/vc-cvs.el (vc-cvs):
10187         * vc/vc-git.el (vc-git):
10188         * vc/vc-hg.el (vc-hg):
10189         * vc/vc-mtn.el (vc-mtn):
10190         * vc/vc-rcs.el (vc-rcs):
10191         * vc/vc-sccs.el (vc-sccs):
10192         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10193         All relevant defcustoms reassigned.
10195 2012-02-25  Chong Yidong  <cyd@gnu.org>
10197         * newcomment.el (comment-styles): Add autoload (Bug#10868).
10199         * term/x-win.el (x-initialize-window-system): Reduce default for
10200         x-selection-timeout to 5 seconds (Bug#8869).
10202 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10204         * files.el (files-equal-p, file-subdir-of-p): New functions.
10205         (copy-directory): Error when trying to copy a directory on itself.
10206         Add missing copy-contents arg to tramp handler.
10207         * dired-aux.el (dired-copy-file-recursive): Same.
10208         (dired-create-files): Modify destination when source is equal to
10209         dest when copying files.
10210         Return also when dest is a subdir of source.  (Bug#10489)
10212 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
10214         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10215         (Bug#10874)
10217 2012-02-23  Alan Mackenzie  <acm@muc.de>
10219         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10220         parameter "after-hook:" to allow the expansion to run code after
10221         the execution of the mode hooks.
10223         * font-lock.el (font-lock-initial-fontify): New function extracted
10224         from font-lock-mode-internal.
10226         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10227         :after-hook.
10229 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10231         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10232         (completion--cache-all-sorted-completions): New function.
10233         (completion-all-sorted-completions): Use it.
10234         (completion--do-completion, minibuffer-force-complete):
10235         Use it to re-instate the flush hook.
10237         * icomplete.el (icomplete-completions): Replace last fix with a better
10238         one (bug#10850).
10240 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
10242         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10243         when it might call us back infinitely (bug#10797).
10245 2012-02-23  Glenn Morris  <rgm@gnu.org>
10247         * minibuffer.el (completion-category-overrides): Doc fix.
10249 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10251         * minibuffer.el (completion-table-with-context): Fix inf-loop.
10252         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10254 2012-02-23  Glenn Morris  <rgm@gnu.org>
10256         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10257         (authors-obsolete-files-regexps, authors-ignored-files)
10258         (authors-ambiguous-files, authors-renamed-files-alist):
10259         Add more entries.
10261 2012-02-23  Juri Linkov  <juri@jurta.org>
10263         * isearch.el (isearch-occur): Sync interactive spec with occur's
10264         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
10266         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10268 2012-02-22  Juri Linkov  <juri@jurta.org>
10270         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10271         (ucs-insert): Doc fix.  Check for hex digits in the string.
10272         Don't display `nil' in the error message.  (Bug#10857)
10274 2012-02-22  Alan Mackenzie  <acm@muc.de>
10276         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10278 2012-02-22  Glenn Morris  <rgm@gnu.org>
10280         * ffap.el (ffap-c-path):
10281         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
10283 2012-02-22  Chong Yidong  <cyd@gnu.org>
10285         * custom.el (load-theme): Doc fix.
10287 2012-02-22  Glenn Morris  <rgm@gnu.org>
10289         * dired-x.el (dired-guess-shell-alist-default):
10290         Remove escape sequences from nroff output.  (Bug#172)
10292 2012-02-21  Glenn Morris  <rgm@gnu.org>
10294         * vc/emerge.el (emerge-defvar-local):
10295         Set `permanent-local' property rather than unused `preserved'.
10297         * textmodes/picture.el (picture-delete-char): New alias.
10298         (picture-mode-map): Use it.  (Bug#10860)
10299         (picture-mode): Doc fix.
10301 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
10303         * newcomment.el (uncomment-region-default): Remove unused binding.
10305 2012-02-21  Glenn Morris  <rgm@gnu.org>
10307         * textmodes/picture.el (picture-motion, picture-motion-reverse)
10308         (picture-self-insert, picture-tab-chars): Doc fix.
10309         (picture-mode-map): Fix C-a, C-e.
10311 2012-02-20  Glenn Morris  <rgm@gnu.org>
10313         * emacs-lisp/authors.el (authors-aliases): Add another entry.
10315 2012-02-20  Leo Liu  <sdl.web@gmail.com>
10317         * icomplete.el (icomplete-completions): Check FROM arg before
10318         passing to substring (Bug#10850).
10320 2012-02-19  Chong Yidong  <cyd@gnu.org>
10322         * comint.el: Require ansi-color.
10323         (comint-output-filter-functions): Add ansi-color-process-output.
10325         * ansi-color.el: Don't set comint-output-filter-functions; it is
10326         now in the initial value defined in comint.el.
10327         (ansi-color-apply-face-function): New variable.
10328         (ansi-color-apply-on-region): Use it.
10329         (ansi-color-apply-overlay-face): New function.
10331         * shell.el (shell): No need to require ansi-color.
10332         (shell-mode): Use ansi-color-apply-face-function to highlight
10333         color escapes using font-lock-face property (Bug#10835).
10335 2012-02-19  Chong Yidong  <cyd@gnu.org>
10337         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10338         mode-line formats (Bug#10839).
10340 2012-02-18  Glenn Morris  <rgm@gnu.org>
10342         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10344         * mail/undigest.el (unforward-rmail-message): Doc fix.
10346         * saveplace.el (save-place-ignore-files-regexp): Add :version.
10348 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
10350         * international/characters.el (script-list): Sync with the latest
10351         Unicode Character Database.
10353 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
10355         * international/titdic-cnv.el: Remove duplicate coding tag.
10356         * language/cham.el: Likewise.
10357         * language/tai-viet.el: Likewise.
10359 2012-02-18  Glenn Morris  <rgm@gnu.org>
10361         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10362         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10363         (calendar-bahai-all-holidays-flag, calendar-other-dates):
10364         * calendar/diary-lib.el (diary-abbreviated-year-flag):
10365         * calendar/holidays.el (holiday-bahai-holidays)
10366         (calendar-holidays, list-holidays):
10367         Use utf-8 Bahá'í in doc-strings, menus, etc.
10369 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
10371         * saveplace.el (save-place-ignore-files-regexp): New variable
10372         allowing for excluding files from saving their location of point.
10373         The default value matches the temporary commit message editing
10374         files from Git, SVN, Bazaar, and Mercurial.
10375         (save-place-to-alist): Use it.
10377 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
10378             Stefan Monnier  <monnier@iro.umontreal.ca>
10380         * newcomment.el (uncomment-region-default): Don't leave extra space
10381         when an arg is provided (bug#8150).
10383 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
10385         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10387 2012-02-17  Glenn Morris  <rgm@gnu.org>
10389         * net/socks.el: Require network-stream.  (Bug#10599)
10391 2012-02-17  Kenichi Handa  <handa@m17n.org>
10393         * international/charprop.el:
10394         * international/uni-name.el:
10395         * international/uni-old-name.el:
10396         * international/uni-comment.el: Regenerate.
10398 2012-02-16  Glenn Morris  <rgm@gnu.org>
10400         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10401         Interactively in calendar buffer, give an error if not on a date.
10403 2012-02-15  Glenn Morris  <rgm@gnu.org>
10405         * shell.el (shell-delimiter-argument-list):
10406         Revert 2011-02-17 change.  (Bug#8027)
10408 2012-02-15  Chong Yidong  <cyd@gnu.org>
10410         * minibuffer.el (completion-at-point-functions): Doc fix.
10412         * custom.el (defcustom): Doc fix; note use of defvar.
10414 2012-02-15  Glenn Morris  <rgm@gnu.org>
10416         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10417         Doc fixes.
10419 2012-02-14  Glenn Morris  <rgm@gnu.org>
10421         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10423 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
10425         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10426         way the ports list is computed.
10427         (smtpmail-query-smtp-server): Prompt the user for a port number if
10428         we can't connect to any of the standard ports (bug#10810).
10430 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10432         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10434 2012-02-13  Glenn Morris  <rgm@gnu.org>
10436         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
10438 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
10440         * net/gnutls.el (gnutls-trustfiles): New variable.
10441         (gnutls-negotiate): Use it.
10443 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
10445         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10446         does its stuff if Gnus is running.
10448 2012-02-13  Alan Mackenzie  <acm@muc.de>
10450         Fix a loop in c-set-fl-decl-start.
10452         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10453         c-backward-syntactic-ws actually moves backwards.
10455 2012-02-13  Leo Liu  <sdl.web@gmail.com>
10457         * net/rcirc.el (rcirc-markup-attributes): Move point to the
10458         beginning so that all \C-o chars are removed.
10460 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
10462         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10464 2012-02-12  Alan Mackenzie  <acm@muc.de>
10466         Fix infinite loop with long macros.
10467         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10469 2012-02-12  Chong Yidong  <cyd@gnu.org>
10471         * window.el (display-buffer): Doc fix (Bug#10785).
10473 2012-02-12  Glenn Morris  <rgm@gnu.org>
10475         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10476         (x-disown-selection-internal, x-get-selection-internal):
10477         Sync docs with the xselect.c versions.
10479         * allout-widgets.el: Add missing license notice.
10481 2012-02-11  Glenn Morris  <rgm@gnu.org>
10483         * select.el (x-get-selection-internal, x-own-selection-internal)
10484         (x-disown-selection-internal):
10485         * x-dnd.el (x-get-selection-internal): Update declarations.
10487         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10489         * window.el (window-sides-slots):
10490         * tool-bar.el (tool-bar-position):
10491         * term/xterm.el (xterm-extra-capabilities):
10492         * ses.el (ses-self-reference-early-detection):
10493         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10494         (verilog-auto-wire-type)
10495         (verilog-auto-delete-trailing-whitespace)
10496         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10497         (verilog-auto-tieoff-declaration):
10498         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10499         (sql-oracle-statement-starters, sql-oracle-scan-on):
10500         * progmodes/prolog.el (prolog-align-comments-flag)
10501         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10502         (prolog-left-indent-regexp, prolog-paren-indent-p)
10503         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10504         (prolog-types, prolog-mode-specificators)
10505         (prolog-determinism-specificators, prolog-directives)
10506         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10507         (prolog-electric-dot-flag)
10508         (prolog-electric-dot-full-predicate-template)
10509         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10510         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10511         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10512         (prolog-program-switches, prolog-prompt-regexp)
10513         (prolog-debug-on-string, prolog-debug-off-string)
10514         (prolog-trace-on-string, prolog-trace-off-string)
10515         (prolog-zip-on-string, prolog-zip-off-string)
10516         (prolog-use-standard-consult-compile-method-flag)
10517         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10518         (prolog-imenu-max-lines, prolog-info-predicate-index)
10519         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10520         (prolog-char-quote-workaround):
10521         * progmodes/cc-vars.el (c-defun-tactic):
10522         * net/tramp.el (tramp-encoding-command-interactive)
10523         (tramp-local-end-of-line):
10524         * net/soap-client.el (soap-client):
10525         * net/netrc.el (netrc-file):
10526         * net/gnutls.el (gnutls):
10527         * minibuffer.el (completion-category-overrides)
10528         (completion-cycle-threshold)
10529         (completion-pcm-complete-word-inserts-delimiters):
10530         * man.el (Man-name-local-regexp):
10531         * mail/feedmail.el (feedmail-display-full-frame):
10532         * international/characters.el (glyphless-char-display-control):
10533         * eshell/em-ls.el (eshell-ls-date-format):
10534         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10535         (lisp-lambda-list-keyword-parameter-indentation)
10536         (lisp-lambda-list-keyword-parameter-alignment):
10537         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10538         * dired-x.el (dired-omit-verbose):
10539         * cus-theme.el (custom-theme-allow-multiple-selections):
10540         * calc/calc.el (calc-highlight-selections-with-faces)
10541         (calc-lu-field-reference, calc-lu-power-reference)
10542         (calc-note-threshold):
10543         * battery.el (battery-mode-line-limit):
10544         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10545         (archive-7z-update):
10546         * allout.el (allout-prefixed-keybindings)
10547         (allout-unprefixed-keybindings)
10548         (allout-inhibit-auto-fill-on-headline)
10549         (allout-flattened-numbering-abbreviation):
10550         * allout-widgets.el (allout-widgets-auto-activation)
10551         (allout-widgets-icons-dark-subdir)
10552         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10553         (allout-widgets-theme-dark-background)
10554         (allout-widgets-theme-light-background)
10555         (allout-widgets-item-image-properties-emacs)
10556         (allout-widgets-item-image-properties-xemacs)
10557         (allout-widgets-run-unit-tests-on-load)
10558         (allout-widgets-time-decoration-activity)
10559         (allout-widgets-hook-error-post-time)
10560         (allout-widgets-track-decoration):
10561         Add missing :version tags to new defcustoms and defgroups.
10563         * progmodes/sql.el (sql-ansi-statement-starters)
10564         (sql-oracle-statement-starters): Add custom type.
10566         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10567         (prolog-system-version): Give it a type.
10569 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
10571         * term/pc-win.el (x-select-text, x-selection-owner-p)
10572         (x-own-selection-internal, x-disown-selection-internal)
10573         (x-get-selection-internal): Sync doc strings and argument lists
10574         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
10576 2012-02-11  Leo Liu  <sdl.web@gmail.com>
10578         * progmodes/python.el (python-end-of-statement): Fix infinite
10579         loop.  (Bug#10788)
10581 2012-02-10  Glenn Morris  <rgm@gnu.org>
10583         * international/mule-cmds.el (unify-8859-on-encoding-mode)
10584         (unify-8859-on-decoding-mode): Properly mark as obsolete.
10586 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
10588         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10589         about SMTP before checking the From header.
10591         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
10592         into own function for reuse by emacsbug.el.
10594 2012-02-10  Leo Liu  <sdl.web@gmail.com>
10596         * subr.el (condition-case-unless-debug): Rename from
10597         condition-case-no-debug.  All callers changed.
10598         (with-demoted-errors): Fix caller.
10600         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10601         * nxml/rng-valid.el (rng-do-some-validation):
10602         * emacs-lisp/package.el (package-refresh-contents)
10603         (package-menu-execute):
10604         * desktop.el (desktop-create-buffer):
10605         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
10607 2012-02-10  Glenn Morris  <rgm@gnu.org>
10609         * textmodes/bibtex.el:
10610         Add missing :version tags for new/changed defcustoms.
10612         * files.el (remote-file-name-inhibit-cache): Doc fixes.
10614 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
10616         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10617         (smtpmail-via-smtp): Use it, or fall back on the From address.
10618         (smtpmail-send-it): Ditto.
10620 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10622         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10623         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
10624         (byte-compile-tmp-var): New const.
10625         (byte-compile-defvar): Use it to minimize .elc size.
10626         Just use `defvar' rather than simulate it (bug#10761).
10628 2012-02-09  Glenn Morris  <rgm@gnu.org>
10630         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
10632         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10633         Add :version tags.
10635         * progmodes/compile.el (compilation-error-screen-columns)
10636         (compilation-first-column, compilation-filter-start): Doc fixes.
10638         * vc/log-view.el (log-view-toggle-entry-display):
10639         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10641         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10642         (report-emacs-bug-can-use-xdg-email):
10643         (report-emacs-bug-insert-to-mailer): Doc fixes.
10644         (report-emacs-bug): Message fix.
10646         * net/browse-url.el (browse-url-can-use-xdg-open)
10647         (browse-url-xdg-open): Doc fixes.
10649         * electric.el (electric-indent-mode, electric-pair-mode)
10650         (electric-layout-rules, electric-layout-mode): Doc fixes.
10651         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10653 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
10655         * server.el (server-unselect-display): Don't inadvertently kill
10656         the current buffer.  (Bug#10729)
10658 2012-02-08  Glenn Morris  <rgm@gnu.org>
10660         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10661         (sql-list-table): Doc fixes.
10663         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10664         Comment out (does nothing).
10666         * completion.el (dynamic-completion-mode):
10667         * dirtrack.el (dirtrack-debug-mode):
10668         * electric.el (electric-layout-mode):
10669         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10670         * face-remap.el (text-scale-mode, buffer-face-mode):
10671         * iimage.el (iimage-mode):
10672         * image-mode.el (image-transform-mode):
10673         * minibuffer.el (completion-in-region-mode):
10674         * scroll-lock.el (scroll-lock-mode):
10675         * simple.el (next-error-follow-minor-mode):
10676         * tar-mode.el (tar-subfile-mode):
10677         * tooltip.el (tooltip-mode):
10678         * vcursor.el (vcursor-use-vcursor-map):
10679         * wid-browse.el (widget-minor-mode):
10680         * emulation/tpu-edt.el (tpu-edt-mode):
10681         * emulation/tpu-extras.el (tpu-cursor-free-mode):
10682         * international/iso-ascii.el (iso-ascii-mode):
10683         * language/thai-util.el (thai-word-mode):
10684         * mail/supercite.el (sc-minor-mode):
10685         * net/goto-addr.el (goto-address-mode):
10686         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10687         * progmodes/cwarn.el (cwarn-mode):
10688         * progmodes/flymake.el (flymake-mode):
10689         * progmodes/glasses.el (glasses-mode):
10690         * progmodes/hideshow.el (hs-minor-mode):
10691         * progmodes/pascal.el (pascal-outline-mode):
10692         * textmodes/enriched.el (enriched-mode):
10693         * vc/smerge-mode.el (smerge-mode):
10694         Doc fixes (minor mode argument).
10696 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
10698         * ls-lisp.el (ls-lisp-sanitize): New function.
10699         (ls-lisp-insert-directory): Use it to fix or remove any elements
10700         in file-alist with missing attributes.  (Bug#4673)
10702 2012-02-07  Alan Mackenzie  <acm@muc.de>
10704         Fix spurious recognition of c-in-knr-argdecl.
10706         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10707         putative K&R region.
10709 2012-02-07  Alan Mackenzie  <acm@muc.de>
10711         * progmodes/cc-engine.el (c-forward-objc-directive):
10712         Prevent looping in "#pragma mark @implementation".
10714 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
10716         * notifications.el (notifications-on-closed-signal): Make `reason'
10717         optional.  (Bug#10744)
10719 2012-02-07  Glenn Morris  <rgm@gnu.org>
10721         * emacs-lisp/easy-mmode.el (define-minor-mode):
10722         Doc fixes for the macro and the mode it defines.
10724         * image.el (imagemagick-types-inhibit): Doc fix.
10726         * cus-start.el (imagemagick-render-type): Add it.
10728 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
10730         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10731         Set the default at load time, too, so that `font-lock-fontify-buffer'
10732         can be called without setting up the entire mode first.  This fixes
10733         a bug in `mm-inline-text' with C MIME parts.
10735 2012-02-06  Chong Yidong  <cyd@gnu.org>
10737         * simple.el (list-processes--refresh): Delete exited processes
10738         (Bug#8094).
10740         * comint.el (comint-next-prompt): next-single-char-property-change
10741         and prev-single-char-property-change never return nil (Bug#8657).
10743         * custom.el (defcustom): Doc fix (Bug#9711).
10745 2012-02-05  Chong Yidong  <cyd@gnu.org>
10747         * cus-edit.el (custom-variable-reset-backup): Quote the value
10748         before storing it in the customized-value property (Bug#6712).
10749         (custom-display): Add a customization type tag.
10750         (custom-buffer-create-internal): Improve tooltip message.
10752         * wid-edit.el (widget-field-value-get): New optional arg to
10753         suppress trailing whitespace truncation.
10754         (character): Use it (Bug#2689).
10756 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
10758         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10759         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10761 2012-02-05  Chong Yidong  <cyd@gnu.org>
10763         * cus-edit.el (custom-variable-value-create): For mismatched
10764         types, show the current value (Bug#7600).
10766         * custom.el (defcustom): Doc fix.
10768 2012-02-05  Glenn Morris  <rgm@gnu.org>
10770         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10772 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
10774         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
10775         (pp-buffer): Use `ignore-errors', `looking-at-p'.
10776         (pp-last-sexp): Use `looking-at-p'.
10778 2012-02-04  Glenn Morris  <rgm@gnu.org>
10780         * files.el (revert-buffer):
10781         Doc fix (mention revert-buffer-in-progress-p).
10783         * emacs-lisp/ert-x.el (ert-simulate-command):
10784         Check deferred-action-list (which is obsolete) is bound.
10786         * subr.el (with-wrapper-hook): Doc fixes.
10788         * simple.el (filter-buffer-substring-functions)
10789         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10791 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
10793         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
10794         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
10796 2012-02-04  Leo Liu  <sdl.web@gmail.com>
10798         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
10800 2012-02-04  Glenn Morris  <rgm@gnu.org>
10802         * image.el (image-extension-data): Add obsolete alias.
10804         * isearch.el (isearch-update): Doc fix.
10806         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
10808         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
10810 2012-02-03  Glenn Morris  <rgm@gnu.org>
10812         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
10813         (image-animate-timeout): Doc fix.
10815         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
10817 2012-02-02  Glenn Morris  <rgm@gnu.org>
10819         * server.el (server-auth-dir): Doc fix.
10820         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
10822         * subr.el (run-mode-hooks): Doc fix.
10824 2012-02-02  Juri Linkov  <juri@jurta.org>
10826         * image-mode.el (image-toggle-display-image): Remove tautological
10827         `major-mode' from the `derived-mode-p' test.
10829 2012-02-02  Kenichi Handa  <handa@m17n.org>
10831         * composite.el (compose-region): Cancel previous change.
10833 2012-02-02  Kenichi Handa  <handa@m17n.org>
10835         * composite.el (compose-region, compose-string): Signal error for
10836         a null string component (Bug#6988).
10838 2012-02-01  Chong Yidong  <cyd@gnu.org>
10840         * view.el (view-buffer-other-window, view-buffer-other-frame):
10841         Handle special modes like view-buffer (Bug#10650).
10842         (view-buffer): Simplify.
10844         * frame.el (set-frame-font): Tweak meaning of third argument.
10846         * dynamic-setting.el (font-setting-change-default-font):
10847         Use set-frame-font (Bug#9982).
10849 2012-02-01  Glenn Morris  <rgm@gnu.org>
10851         * progmodes/compile.el (compilation-internal-error-properties):
10852         Respect compilation-first-column in the "*compilation*" buffer.
10854         * emacs-lisp/easy-mmode.el (define-minor-mode):
10855         Relax :variable's test for a named function.
10857 2012-01-31  Alan Mackenzie  <acm@muc.de>
10859         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
10860         off by one error.
10862 2012-01-31  Chong Yidong  <cyd@gnu.org>
10864         * frame.el (set-frame-font): New arg ALL-FRAMES.
10866         * menu-bar.el (menu-set-font): Use set-frame-font.
10868         * faces.el (face-spec-reset-face): Don't apply unspecified
10869         attribute values to the default face.
10871 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
10873         * progmodes/cwarn.el (cwarn): Remove dead link.
10874         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
10875         Remove * from defcustom docstrings.
10876         (turn-on-cwarn-mode): Make obsolete.
10877         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
10878         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
10880 2012-01-31  Glenn Morris  <rgm@gnu.org>
10882         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10883         Fix :variable handling of mode a symbol not equal to modefun.
10884         Allow named functions to be used as the cdr of :variable.
10886 2012-01-30  Glenn Morris  <rgm@gnu.org>
10888         * emacs-lisp/authors.el (authors-fixed-entries):
10889         Remove reference to deleted file rnewspost.el.
10891 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
10893         * window.el (window-with-parameter): Remove unused variable `windows'.
10894         (window--side-check): Remove unused variable `code'.
10895         (window--resize-siblings): Remove unused variable `first'.
10896         (adjust-window-trailing-edge): Remove unused variable `failed'.
10897         (window-deletable-p, window--delete): Remove unused variable `buffer'.
10898         Use `let', not `let*'.
10899         (balance-windows-2): Remove unused variable `found'.
10900         (window--state-put-2): Remove unused variable `splits'.
10901         (window-state-put): Remove unused variable `selected'.
10902         (same-window-p): Use `string-match-p'.
10903         (display-buffer-assq-regexp): Remove unused variable `value'.
10904         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10905         Mark argument ALIST as ignored.
10906         (pop-to-buffer): Remove unused variable `old-window'.
10908 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
10910         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
10911         and .lzma compressed files.
10913 2012-01-29  Chong Yidong  <cyd@gnu.org>
10915         * frame.el (window-system-default-frame-alist): Doc fix.
10917         * dynamic-setting.el (font-setting-change-default-font): Don't
10918         change the default face if SET-FONT argument is non-nil (Bug#9982).
10920 2012-01-29  Samuel Bronson  <naesten@gmail.com>  (tiny change)
10922         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
10924 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
10926         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
10927         breakpoints in files outside current directory (Bug#6098).
10929 2012-01-29  Chong Yidong  <cyd@gnu.org>
10931         * progmodes/python.el: Require ansi-color at top-level.
10933         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
10934         Define and use in Emacs Lisp mode (Bug#9360).
10935         (lisp-mode-abbrev-table): Add doc.
10936         (lisp-mode-variables): Don't set local-abbrev-table.
10937         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
10939 2012-01-28  Roland Winkler  <winkler@gnu.org>
10941         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
10943 2012-01-28  Roland Winkler  <winkler@gnu.org>
10945         * textmodes/bibtex.el (bibtex-entry-alist): New function.
10946         (bibtex-set-dialect): Use it.  Either set global values of
10947         dialect-dependent variables or bind these variables buffer-locally
10948         (Bug#10254).
10949         (bibtex-mode): Call bibtex-set-dialect via
10950         hack-local-variables-hook.
10951         (bibtex-dialect): Update docstring.
10952         Add safe-local-variable predicate.
10953         (bibtex-entry-alist, bibtex-field-alist): Initialize via
10954         bibtex-set-dialect.
10955         (bibtex-mode-map): Define menu for each dialect.
10956         (bibtex-entry): Fix docstring.
10958 2012-01-28  Chong Yidong  <cyd@gnu.org>
10960         * eshell/esh-arg.el (eshell-quote-argument): New function.
10962         * eshell/esh-ext.el (eshell-invoke-batch-file):
10963         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
10964         first arg to eshell-parse-command (Bug#10523).
10966 2012-01-28  Drew Adams  <drew.adams@oracle.com>
10968         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
10969         `default-directory' is non-nil.
10971 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
10973         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
10974         line that displays system-configuration-options.  (Bug#9924)
10976 2012-01-28  Drew Adams  <drew.adams@oracle.com>
10978         * descr-text.el (describe-char): Show information about POS, in
10979         addition to information about the character at POS.  Improve and
10980         update the doc string.  Change "code point" to "code point in
10981         charset", to avoid confusion with the character's Unicode code
10982         point shown above that.  (Bug#10129)
10984 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
10986         * descr-text.el (describe-char): Show the raw character, not only
10987         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
10988         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
10989         for the reasons.
10991 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
10993         * emacs-lisp/package.el (package-install):
10994         Run package-refresh-contents if there is no archive yet (Bug#9798).
10996 2012-01-28  Chong Yidong  <cyd@gnu.org>
10998         * emacs-lisp/package.el (package-maybe-load-descriptor):
10999         New function, split from package-maybe-load-descriptor.
11000         (package-maybe-load-descriptor): Use it.
11001         (package-download-transaction): Fully load required packages
11002         inside the loop, so that `require' calls work (Bug#10593).
11003         (package-install): No need to call package-initialize now.
11005 2012-01-28  Chong Yidong  <cyd@gnu.org>
11007         * simple.el (deactivate-mark): Doc fix (Bug#8614).
11009         * tooltip.el (tooltip-mode): Doc fix.
11010         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11012         * frame.el (set-cursor-color): Doc fix (Bug#352).
11014         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11015         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11017         * cus-edit.el (custom-buffer-create-internal): Fix search button
11018         action (Bug#10542).
11019         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11021 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
11023         * dired.el (dired-mark-files-regexp):
11024         Include any subdirectory components.  (Bug#10445)
11026 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
11028         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11029         Handle [host]:port syntax.  (Bug#10533)
11031 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
11033         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11035 2012-01-26  Glenn Morris  <rgm@gnu.org>
11037         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11038         * term.el (term-raw-escape-map): Use Control-X-prefix.
11039         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
11041 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
11043         * window.el (window-state-get, window--state-get-1): Don't deal
11044         with fixed-sizeness of windows.  Simplify code.
11046 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
11048         * window.el (window--state-get-1, window--state-put-2):
11049         Don't save and restore the mark.
11051 2012-01-25  Chong Yidong  <cyd@gnu.org>
11053         * custom.el (custom-variable-p): Doc fix.
11055 2012-01-25  Glenn Morris  <rgm@gnu.org>
11057         * dired.el (dired-goto-file): Handle some of the more common
11058         characters that `ls -b' escapes.  (Bug#10596)
11060         * progmodes/compile.el (compilation-next-error-function):
11061         Respect compilation-first-column in the "*compilation*" buffer.
11062         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
11064         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
11066 2012-01-24  Glenn Morris  <rgm@gnu.org>
11068         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
11070 2012-01-24  Julien Danjou  <julien@danjou.info>
11072         * color.el (color-rgb-to-hsl): Fix value computing.
11073         (color-hue-to-rgb): New function.
11074         (color-hsl-to-rgb): New function.
11075         (color-clamp, color-saturate-hsl, color-saturate-name)
11076         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11077         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11079 2012-01-24  Glenn Morris  <rgm@gnu.org>
11081         * vc/vc-rcs.el (vc-rcs-create-tag):
11082         * vc/vc-sccs.el (vc-sccs-create-tag):
11083         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
11085 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
11087         * eshell/esh-util.el (eshell-read-hosts-file):
11088         Skip comment lines.  (Bug#10549)
11090         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
11092 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
11094         * subr.el (display-delayed-warnings): Doc fix.
11095         (collapse-delayed-warnings): New function to collapse identical
11096         adjacent warnings.
11097         (delayed-warnings-hook): Add it.
11099 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
11101         * net/tramp.el (tramp-action-login): Set connection property "login-as".
11103         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11104         (tramp-default-user-alist): Don't add "pscp".
11105         (tramp-do-copy-or-rename-file-out-of-band): Use connection
11106         property "login-as", if set.  (Bug#10530)
11108 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
11110         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11111         "plink1" and "psftp".  (Bug#10530)
11113 2012-01-21  Kenichi Handa  <handa@m17n.org>
11115         * international/mule-cmds.el (prefer-coding-system): Show a
11116         warning message if the default value of file-name-coding-system
11117         was not changed.
11119 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
11121         * windmove.el (windmove-reference-loc):
11122         Fix windmove-reference-loc miscalculation.
11124 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
11126         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11127         default unit.
11129 2012-01-21  Glenn Morris  <rgm@gnu.org>
11131         * international/mule.el (auto-coding-alist): Add .tbz.
11133         * files.el (local-enable-local-variables): Doc fix.
11134         (inhibit-local-variables-regexps): Rename from
11135         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
11136         Doc fix.  Add some extensions from auto-coding-alist.
11137         (inhibit-local-variables-suffixes):
11138         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
11139         (inhibit-local-variables-p):
11140         New function, extracted from set-auto-mode-1.
11141         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
11142         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
11143         (hack-local-variables): Doc fix.  Make the mode-only case
11144         respect enable-local-variables and friends.
11145         Respect inhibit-local-variables-regexps for file-locals, but
11146         not for directory-locals.
11147         (set-visited-file-name):
11148         Take account of inhibit-local-variables-regexps.
11149         Whether it applies may change as the file name is changed.
11150         * jka-cmpr-hook.el (jka-compr-install):
11151         * jka-compr.el (jka-compr-uninstall):
11152         Update for inhibit-first-line-modes-suffixes name change.
11154 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
11156         * help-macro.el (make-help-screen): Temporarily restore original
11157         binding for minor-mode-map-alist (Bug#10454).
11159 2012-01-19  Julien Danjou  <julien@danjou.info>
11161         * color.el (color-name-to-rgb): Use the white color to find the max
11162         color component value and return correctly computed values.
11163         (color-name-to-rgb): Add missing float conversion for max value.
11165 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
11167         * window.el (window--state-get-1, window-state-get): Do not use
11168         special state value for window-persistent-parameters.
11169         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
11170         (window--state-put-2): Reset all window parameters to nil before
11171         assigning values of persistent parameters.
11173 2012-01-18  Alan Mackenzie  <acm@muc.de>
11175         Eliminate sluggishness and hangs in fontification of "semicolon
11176         deserts".
11178         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11179         Change value 10000 -> 3000.
11180         (c-state-safe-place): Reformulate so it doesn't stack up an
11181         infinite number of wrong entries in c-state-nonlit-pos-cache.
11182         (c-determine-limit-get-base, c-determine-limit): New functions to
11183         determine backward search limits disregarding literals.
11184         (c-find-decl-spots): Amend commenting.
11185         (c-cheap-inside-bracelist-p): New function which detects "={".
11187         * progmodes/cc-fonts.el
11188         (c-make-font-lock-BO-decl-search-function): Give a limit to a
11189         backward search.
11190         (c-font-lock-declarations): Fix an occurrence of point being
11191         undefined.  Check additionally for point being in a bracelist or
11192         near a macro invocation without a semicolon so as to avoid a
11193         fruitless time consuming search for a declarator.  Give a more
11194         precise search limit for declarators using the new
11195         c-determine-limit.
11197 2012-01-18  Glenn Morris  <rgm@gnu.org>
11199         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11200         (set-auto-mode): Doc fixes.
11202 2012-01-17  Glenn Morris  <rgm@gnu.org>
11204         * isearch.el (search-nonincremental-instead): Fix doc typo.
11206         * dired.el (dired-insert-directory): Handle newlines in directory name.
11207         (dired-build-subdir-alist): Unescape newlines in directory name.
11209 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
11211         * net/tramp.el (tramp-local-end-of-line): New defcustom.
11212         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11213         (tramp-action-terminal): Use it.  (Bug#10530)
11215 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11217         * minibuffer.el (completion--replace): Strip properties (bug#10062).
11219 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
11221         * window.el (window-state-ignored-parameters): Remove variable.
11222         (window--state-get-1): Rename argument MARKERS to IGNORE.
11223         Handle persistent window parameters.  Make copy of clone-of
11224         parameter only if requested.  (Bug#10348)
11225         (window--state-put-2): Install a window parameter only if it has
11226         a non-nil value or an existing parameter shall be overwritten.
11228 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
11230         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11232 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
11234         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11235         don't pass the (nil) value of `upnode' to string-match.
11237 2012-01-14  Chong Yidong  <cyd@gnu.org>
11239         * startup.el (command-line): Fix X resource class for cursorColor.
11240         Fix values recognized by the cursorBlink resource.
11242 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
11244         * epg.el (epg--make-temp-file): Avoid permission race condition
11245         when running on old Emacs versions (bug#10403).
11247 2012-01-14  Glenn Morris  <rgm@gnu.org>
11249         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11251 2012-01-13  Alan Mackenzie  <acm@muc.de>
11253         Fix filling for when filladapt mode is enabled.
11255         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11256         c-mask-paragraph, pass in `fill-paragraph' rather than
11257         `fill-region-as-paragraph'.  (This is a reversion of a previous
11258         change.)
11259         * progmodes/cc-mode.el (c-basic-common-init):
11260         Make fill-paragraph-handle-comment buffer local and set it to nil.
11262 2012-01-13  Glenn Morris  <rgm@gnu.org>
11264         * dired.el (dired-switches-escape-p): New function.
11265         (dired-insert-directory): Use dired-switches-escape-p.
11266         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
11268         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
11270 2012-01-12  Glenn Morris  <rgm@gnu.org>
11272         * mail/sendmail.el (mail-mode): Update paragraph-separate for
11273         changes in adaptive-fill-regexp.  (Bug#10276)
11275 2012-01-11  Alan Mackenzie  <acm@muc.de>
11277         Fix Emacs bug #10463 - put `widen's around the critical spots.
11279         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11280         widen around each invocation of c-state-pp-to-literal.  Remove an
11281         unused let variable.
11283 2012-01-11  Glenn Morris  <rgm@gnu.org>
11285         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
11286         Doc fix.
11288 2012-01-10  Chong Yidong  <cyd@gnu.org>
11290         * net/network-stream.el (network-stream-open-starttls):
11291         Avoid emitting a confusing error message when the server gives a bad
11292         response to the capability command.
11294 2012-01-10  Glenn Morris  <rgm@gnu.org>
11296         * mail/unrmail.el (unrmail): Tweak previous change.
11298 2012-01-09  Chong Yidong  <cyd@gnu.org>
11300         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11302 2012-01-08  Alan Mackenzie  <acm@muc.de>
11304         Optimise font locking in long enum definitions.
11306         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11307         arm to a cond form to handle enums.
11308         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11309         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11311 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
11313         * files.el (move-file-to-trash): Preserve default file modes on error.
11314         (Bug#10401)
11316 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11318         * faces.el (set-face-attribute): Clarify the meaning of the nil
11319         frame (bug#10294).
11321         * subr.el (with-selected-frame): Mention that the selected frame
11322         is restored (bug#9980).
11324         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11325         (bug#9759).
11327         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11328         (password-read): Don't autoload unused function.
11330 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
11332         * progmodes/which-func.el (which-func-mode): Turn into a
11333         non-interactive function and mark as obsolete (bug#10428).
11335 2012-01-06  Chong Yidong  <cyd@gnu.org>
11337         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11338         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11339         functions, along with 1 and -1.
11341 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
11343         * time.el (display-time-load-average)
11344         (display-time-default-load-average): Doc fixes.  See the thread
11345         starting at
11346         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11347         for the details.
11349 2012-01-06  Glenn Morris  <rgm@gnu.org>
11351         * mail/unrmail.el (unrmail): Give an explicit error if the input file
11352         has no messages.  (Bug#10377)
11354         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11355         than Info-edit.  (Bug#10385)
11357         * time.el (display-time-load-average, display-time-next-load-average):
11358         Doc fixes.
11360         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11361         local setting of buffer-read-only to the input buffer.  (Bug#10419)
11363         * calendar/calendar.el (calendar-mode):
11364         Locally set scroll-margin to 0.  (Bug#10379)
11366 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
11368         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
11370 2012-01-05  Glenn Morris  <rgm@gnu.org>
11372         * eshell/em-unix.el (diff-no-select): Autoload it.
11373         (eshell/diff): Use diff-no-select.  (Bug#10420)
11375 2012-01-05  Chong Yidong  <cyd@gnu.org>
11377         * shell.el (shell-dynamic-complete-functions): Revert last change.
11378         (shell-command-completion-function): New function.
11379         (shell-completion-vars): Use it to implement
11380         shell-completion-execonly (Bug#10417).
11382         * custom.el (enable-theme): Don't set custom-safe-themes.
11384         * cus-theme.el (custom-theme-merge-theme):
11385         Ignore custom-enabled-themes and custom-safe-themes.
11387 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
11389         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11390         first prompt in `sql-interacive-mode'.
11391         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11392         keywords.
11393         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11394         (sql-product-interactive): Bug fix: Set `sql-buffer' in
11395         context of original buffer.  Invoke `sql-login-hook'.
11397 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
11399         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11400         letters in cite-prefix.
11402 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11404         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11406 2012-01-03  Chong Yidong  <cyd@gnu.org>
11408         * shell.el (shell-dynamic-complete-functions):
11409         Put pcomplete-completions-at-point, so as to try
11410         comint-filename-completion first (Bug#10417).
11412 2012-01-02  Richard Stallman  <rms@gnu.org>
11414         * battery.el (battery-status-function):
11415         Detect when to use battery-yeeloong-sysfs.
11416         (battery-echo-area-format): Add string for Yeeloong.
11417         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11418         (battery-yeeloong-sysfs): New function.
11420 2012-01-02  Chong Yidong  <cyd@gnu.org>
11422         * dirtrack.el (dirtrack-list): Eliminate unused third element.
11423         (dirtrack): Merge code for handling relative filenames in prompt
11424         from shell-dir-cookie-watcher.
11425         (dirtrack-debug-message): New arg to avoid excess format calls.
11427         * shell.el (shell-dir-cookie-re): Variable deleted.
11428         (shell-dir-cookie-watcher): Function deleted.
11429         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11430         with dirtrack-mode.
11432 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
11434         * term/w32-win.el (dynamic-library-alist) <gnutls>:
11435         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11436         libgnutls-26.dll.
11438 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
11440         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11442 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
11444         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11445         headers of non-MIME messages, when rmail-enable-mime is non-nil.
11447 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
11449         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11450         also for alternative shells.
11451         (tramp-open-connection-setup-interactive-shell): Check, whether
11452         the shell is a busybox.
11453         (tramp-send-command): Don't suppress multiple prompts for
11454         busyboxes, it hurts.
11456 2011-12-28  Chong Yidong  <cyd@gnu.org>
11458         * progmodes/gdb-mi.el (gdb-get-source-file-list)
11459         (gdb-get-source-file): Move mode line update to
11460         gdb-get-source-file (Bug#10087).
11462 2011-12-25  Chong Yidong  <cyd@gnu.org>
11464         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11465         gud-gdb-marker-filter without taking it as an argument.
11466         (gud-gdb-run-command-fetch-lines): Caller changed.
11467         (gud-gdb-completion-function): New variable.
11468         (gud-gdb-completion-at-point): Use it.
11469         (gud-gdb-completions-1): Split from gud-gdb-completions.
11471         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11472         function as separate arguments.
11473         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11474         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11475         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11476         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11477         (gdb-stopped, def-gdb-auto-update-trigger)
11478         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11479         (gdb-get-changed-registers, gdb-get-main-selected-frame):
11480         Callers changed.
11481         (gud-gdbmi-completions): New function.
11482         (gdb): Use it for generating the completion table.
11484 2011-12-24  Alan Mackenzie  <acm@muc.de>
11486         Introduce a mechanism to widen the region used in context font
11487         locking.  Use this to protect declarations from losing their contexts.
11489         * progmodes/cc-langs.el (c-before-font-lock-functions):
11490         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11491         (c-before-context-fontification-functions): New defvar, a list of
11492         functions to be run just before context (etc.) font locking.
11494         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11495         New, functionality extracted from
11496         c-neutralize-syntax-in-and-mark-CPP.
11497         (c-in-after-change-fontification): New variable.
11498         (c-after-change): Set c-in-after-change-fontification.
11499         (c-set-fl-decl-start): Rejig its interface, so it can be called
11500         from both after-change and context fontifying.
11501         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11502         New functions.
11503         (c-standard-font-lock-fontify-region-function): New variable.
11504         (c-font-lock-fontify-region): New function.
11506 2011-12-24  Juri Linkov  <juri@jurta.org>
11508         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11509         (Bug#10348)
11511 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
11513         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11514         existence of source file.  (Bug#10325)
11516 2011-12-23  Alan Mackenzie  <acm@muc.de>
11518         Fix unstable fontification inside templates.
11520         * progmodes/cc-langs.el (c-before-font-lock-functions):
11521         Newly created from the singular version.  The (c c++ objc) entry now
11522         additionally has c-set-fl-decl-start.  The other languages (apart
11523         from AWK) have that as a single entry.
11525         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11526         The functionality for "local" declarations has been extracted to
11527         c-set-fl-decl-start.
11529         * progmodes/cc-mode.el (c-common-init, c-after-change):
11530         Changes due to pluralisation of c-before-font-lock-functions.
11531         (c-set-fl-decl-start): New function, extracted from
11532         c-font-lock-enclosing-decls and enhanced.
11534 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
11536         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11538 2011-12-22  Juri Linkov  <juri@jurta.org>
11540         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
11542 2011-12-22  Chong Yidong  <cyd@gnu.org>
11544         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11546 2011-12-21  Drew Adams  <drew.adams@oracle.com>
11548         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
11550 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
11552         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11554 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11556         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
11557         highlighting and support.  Fix up comments for capitalization.
11558         (cfengine-mode-debug): New var.
11559         (cfengine3-mode): Change the modeline indicator to "CFE3".
11560         (cfengine3-font-lock-keywords): Improve defun highlighting.
11561         (cfengine2-actions): Rename from `cfengine-actions'.
11562         (cfengine2-font-lock-keywords): Rename from
11563         `cfengine-font-lock-keywords'.
11564         (cfengine2-imenu-expression): Rename from
11565         `cfengine-imenu-expression'.
11566         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11567         (cfengine2-beginning-of-defun): Rename from
11568         `cfengine-beginning-of-defun'.
11569         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11570         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11571         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
11572         modeline indicator to "CFE2".
11573         (cfengine-mode): Defalias to `cfengine-auto-mode'.
11574         (cfengine-mode-abbrevs): Mark obsolete.
11576 2011-12-21  Chong Yidong  <cyd@gnu.org>
11578         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11579         filename argument.
11581 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
11583         * window.el (window-normalize-buffer-to-display): Remove.
11584         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11586 2011-12-19  Chong Yidong  <cyd@gnu.org>
11588         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11589         Don't signal an error in a predicate function; return non-nil.
11590         (vc-dir-mark-file): Move the error here.
11591         (vc-dir-mark-unmark): If acting on the region, keep going if one
11592         of the entries cannot be marked/unmarked.
11593         (vc-dir-mark-all-files): If current entry is a directory, mark
11594         only child files, as documented.
11596 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
11598         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11599         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11600         addition.
11602 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
11604         * term/ns-win.el (ns-get-selection-internal)
11605         (ns-store-selection-internal): Declare.
11606         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11607         Declare as obsolete.
11608         (ns-get-pasteboard, ns-paste-secondary):
11609         Use ns-get-selection-internal.
11610         (ns-set-pasteboard, ns-copy-including-secondary):
11611         Use ns-store-selection-internal.
11613 2011-12-17  Chong Yidong  <cyd@gnu.org>
11615         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
11616         (vc-deduce-fileset): Doc fix.
11618 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
11620         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11622 2011-12-13  Sam Steingold  <sds@gnu.org>
11624         * man.el (Man-getpage-in-background): When running under a
11625         window-system, ignore $MANWIDTH and $COLUMNS.
11627 2011-12-15  Kenichi Handa  <handa@m17n.org>
11629         * language/ethio-util.el: Change coding tag to utf-8-emacs.
11630         (setup-ethiopic-environment-internal): Comment out key-binding for
11631         ethio-toggle-punctuation.
11633 2011-12-13  Alan Mackenzie  <acm@muc.de>
11635         Add the switch statement to AWK Mode.
11637         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
11638         "default" to the keywords regexp.
11640         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
11641         expression as the rest.
11642         (c-nonlabel-token-key): Allow string literals for AWK.
11643         Refactor for the other modes.
11645         Large brace-block initialisation makes CC Mode slow: Fix.
11646         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
11647         routines.  Limit backward searching in c-font-lock-enclosing.decl.
11649         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11650         pp-state and literal type in addition to the limits.
11651         (c-state-safe-place): New defun, extracted from c-state-literal-at.
11652         (c-state-literal-at): Use the above new defun.
11653         (c-slow-in-literal, c-fast-in-literal): Remove.
11654         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
11656         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11657         being in a literal.  Add a limit for backward searching.
11659         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11660         c-slow-in-literal.
11662 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11664         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11666 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
11668         * window.el (delete-other-windows): Use correct frame in call to
11669         window-with-parameter.
11671 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
11673         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11674         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11675         (makefile-gmake-statements, makefile-makepp-statements):
11676         Use it and add new makepp keywords.
11677         (makefile-makepp-font-lock-keywords): Add new patterns.
11678         (makefile-match-function-end): Match new [...] and [[...]].
11680 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
11682         * ses.el (ses-call-printer-return, ses-cell-property-get)
11683         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11684         (ses-create-cell-variable, ses-reset-header-string)
11685         (ses-cell-set-formula, ses-repair-cell-reference-all)
11686         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11687         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11688         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11689         (ses-aset-with-undo, ses-load, ses-truncate-cell)
11690         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11691         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11692         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11693         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11694         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11695         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11696         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11697         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11699 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
11701         * ses.el: The overall change is to add cell renaming, that is
11702         setting fancy names for cell symbols other than name matching
11703         "\\`[A-Z]+[0-9]+\\'" regexp .
11704         (ses-create-cell-variable): New defun.
11705         (ses-relocate-formula): Relocate formulas only for cells the
11706         symbols of which are not renamed, i.e. symbols whose names do not
11707         match regexp "\\`[A-Z]+[0-9]+\\'".
11708         (ses-relocate-all): Relocate values only for cells the symbols of
11709         which are not renamed.
11710         (ses-load): Create cells variables as the (ses-cell ...) are read,
11711         in order to check row col consistency with cell symbol name only
11712         for cells that are not renamed.
11713         (ses-replace-name-in-formula): New defun.
11714         (ses-rename-cell): New defun.
11716 2011-12-11  Chong Yidong  <cyd@gnu.org>
11718         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11719         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11721 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
11723         * window.el (other-window): Fix docstring.
11725 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
11727         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
11728         `from' or `to' address before taking its substring.
11729         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
11730         encoded name is chopped in the middle of the encoded string, and
11731         thus displayed encoded.
11733 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
11735         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11737 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
11739         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
11740         to use texinfo-update-node and commands that call it if the
11741         Texinfo file uses @node lines without next/prev/up pointers.
11742         Correct outdated description about texinfo-master-menu.
11743         (texinfo-all-menus-update, texinfo-master-menu)
11744         (texinfo-update-node, texinfo-every-node-update)
11745         (texinfo-multiple-files-update): Doc fix.  Warn against updating
11746         all the @node lines.
11747         (texinfo-master-menu): Only call texinfo-update-node if the prefix
11748         argument is numeric.  Explain better in the doc string what the
11749         function really does.
11750         (texinfo-insert-master-menu-list): Improve the error message
11751         displayed if there's no menu in the Top node.
11752         (Bug#2975)  See also this thread:
11753         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11755 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
11757         * speedbar.el (speedbar-supported-extension-expressions):
11758         Add .adb and .ads, commonly used for Ada source code (bug#10256).
11760 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
11762         * printing.el (pr-mode-alist):
11763         * simple.el (filter-buffer-substring-functions)
11764         (completion-list-insert-choice-function):
11765         * window.el (window-with-parameter, window-atom-root)
11766         (window-sides-slots, window-size-fixed, window-min-delta)
11767         (window-max-delta, window--resize-mini-window)
11768         (window--resize-child-windows-normal, window-tree)
11769         (delete-other-windows, quit-window, split-window)
11770         (display-buffer-record-window, special-display-buffer-names)
11771         (special-display-regexps, special-display-popup-frame)
11772         (same-window-p, split-window-sensibly)
11773         (display-buffer-overriding-action, display-buffer-alist)
11774         (display-buffer-base-action, display-buffer, switch-to-buffer)
11775         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
11776         (fit-window-to-buffer, recenter-positions)
11777         (mouse-autoselect-window-state, mouse-autoselect-window-select):
11778         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
11779         and remove unneeded backslashes in docstrings.
11781 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11783         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11785         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
11786         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
11787         end in ".mk".
11788         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
11789         when reading the makefile (bug#10116).
11791 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11793         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
11794         (bug#10116).
11796 2011-12-06  Glenn Morris  <rgm@gnu.org>
11798         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
11800 2011-12-06  Chong Yidong  <cyd@gnu.org>
11802         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
11804 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
11806         * textmodes/table.el (table-shorten-cell): Fix typo.
11808 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
11810         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
11812 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
11814         * descr-text.el (describe-char): Fix display of strong
11815         right-to-left characters and directional embeddings and overrides.
11817         * simple.el (what-cursor-position): Fix display of codepoints of
11818         strong right-to-left characters.
11820 2011-12-05  Chong Yidong  <cyd@gnu.org>
11822         * faces.el (read-color): Doc fix.
11824 2011-12-05  Glenn Morris  <rgm@gnu.org>
11826         * align.el (align--set-marker): Add doc-string.
11827         Don't try to move something that is not a marker.  (Bug#10216)
11829 2011-12-04  Glenn Morris  <rgm@gnu.org>
11831         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
11832         overly zealous deletion of trailing whitespace.
11834 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
11836         * server.el (server-delete-client): On Windows, do not try to delete
11837         the only terminal.
11838         (server-process-filter): On Windows, treat requests for a tty frame as
11839         if they were for a GUI frame if the running server is in GUI mode.
11841 2011-12-03  Glenn Morris  <rgm@gnu.org>
11843         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
11845 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11847         * electric.el: Streamline electric-indent's hook.
11848         (electric-indent-chars): Revert to simple list.
11849         (electric-indent-functions): New var.
11850         (electric-indent-post-self-insert-function): Use it.
11852         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
11853         there's no inferior buffer (bug#10196).
11854         (prolog-consult-compile): Don't use toggle-read-only.
11856 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
11858         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
11859         interrupt.  (Bug#10187)
11861 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11863         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
11864         (bug#9160).
11866         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
11867         (bug#10191).
11869 2011-12-02  Juri Linkov  <juri@jurta.org>
11871         * info.el (Info-search): Display "end of manual" when Isearch
11872         reaches the end of single-file Info manual.  (Bug#9918)
11874 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
11876         * isearch.el (isearch-message-prefix): Run the input method part
11877         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
11879 2011-12-02  Juri Linkov  <juri@jurta.org>
11881         * isearch.el (isearch-occur): Use `word-search-regexp' for
11882         `isearch-word'.
11883         (isearch-search-and-update): Add condition for `isearch-word' and
11884         call `word-search-regexp'.  (Bug#10145)
11886 2011-12-01  Glenn Morris  <rgm@gnu.org>
11888         * eshell/em-hist.el (eshell-hist-initialize):
11889         Handle eshell-history-size nil and HISTSIZE set or unset.
11890         (eshell-history-file-name, eshell-history-size): Fix custom type.
11892 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11894         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
11896 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
11898         * progmodes/verilog-mode.el (verilog-pretty-expr):
11899         Rework verilog-pretty-expr to handle new assignment operators in system
11900         verilog, such as += *= and the like.
11901         (verilog-assignment-operator-re): Regular expression to find the
11902         assigment operator in a verilog assignment.
11903         (verilog-assignment-operation-re): Regular expression to find an
11904         assignment statement for pretty-expr.
11905         (verilog-in-attribute-p): Query returns true if point is in an
11906         attribute context; used to skip these for expression line up from
11907         pretty-expr.
11908         (verilog-in-parameter-p): Query returns true if point is in an
11909         parameter definition context; used to skip these for expression
11910         line up from pretty-expr.
11911         (verilog-in-parenthesis-p): Query returns true if point is in a
11912         parenthetical expression, specifically ( ) but not [ ] or { };
11913         used by pretty-expr.
11914         (verilog-just-one-space): If there is no space, don't add one.
11915         (verilog-get-lineup-indent-2): Specifically skip just attribute
11916         contexts for expression lineup, rather than skipping all
11917         parenthetical expressions.
11918         (verilog-calculate-indent): Fix comment, and fix indent.
11919         (verilog-do-indent): Indent declarations in lists (suggested by
11920         Joachim Lechner).
11921         (verilog-mode-abbrev-table): Populate abbrev mode with the various
11922         skeleton items.
11923         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
11924         by Alain Mellan).
11926 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
11928         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
11929         parameters with embedded comments.  Reported by Ray Stevens.
11930         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
11931         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
11932         Reported by Tim Holt.
11933         (verilog-auto): Fix AUTOing a upper module then AUTOing module
11934         instantiated by upper module causing wrong expansion until AUTOed a
11935         second time.  Reported by K C Buckenmaier.
11936         (verilog-diff-auto): Fix showing .* as a difference when
11937         `verilog-auto-star-save' off.  Reported by Dan Dever.
11938         (verilog-auto-reset, verilog-read-always-signals)
11939         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
11940         temporary signals in reset list if
11941         verilog-auto-reset-blocking-in-non is nil, and match assignment
11942         style to each signal's assignment type, bug381.
11943         Reported by Thomas Esposito.
11944         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
11945         (verilog-uvm-statement-re): Support UVM indentation and
11946         highlighting, with old OVM keywords only.
11947         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
11948         Support AUTOTIEOFF creating non-wire data types.
11949         Suggested by Jonathan Greenlaw.
11950         (verilog-auto-insert-lisp, verilog-delete-to-paren)
11951         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
11952         (verilog-inject-sense, verilog-read-inst-pins)
11953         (verilog-read-sub-decls, verilog-read-sub-decls-line):
11954         Fix mismatching parenthesis inside commented out code when deleting
11955         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
11956         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
11957         non-numeric vector width.  Reported by Alex Reed.
11958         (verilog-auto-ascii-enum): Add "onehot" option to work around not
11959         detecting signals with parameter widths.  Reported by Alex Reed.
11960         (verilog-auto-delete-trailing-whitespace):
11961         With `verilog-auto-delete-trailing-whitespace' remove trailing
11962         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
11963         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
11964         Fix verilog-scan-cache corruption when running user AUTO expansion
11965         hooks that call indentation routines.
11966         (verilog-simplify-range-expression): Fix typo ignoring lower case
11967         identifiers.
11968         (verilog-delete-auto): Fix delete-autos to also remove user created
11969         automatics, as long as they start with AUTO.
11970         (verilog-batch-diff-auto, verilog-diff-auto)
11971         (verilog-diff-function): Add `verilog-diff-auto' and bind to
11972         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
11973         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
11974         (verilog-in-paren-quick, verilog-re-search-backward-quick)
11975         (verilog-re-search-forward-quick, verilog-syntax-ppss):
11976         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
11977         is disabled and its cache will get corrupt, causing AUTOS not to
11978         expand.  Instead use only -quick functions.
11979         (verilog-scan-region): Fix scanning over escaped quotes.
11980         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
11981         (verilog-re-search-backward-quick)
11982         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
11983         related functions now ignore strings, to fix misparsing of strings
11984         with magic comments embedded in them.
11985         (verilog-read-auto-template):
11986         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
11987         Reported by Brad Dobbie.
11988         (verilog-read-auto-template):
11989         Fix 'verilog-auto-inst-template-numbers' with comments.
11990         Reported by Brad Dobbie.
11991         (verilog-auto-inst, verilog-auto-inst-param)
11992         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
11993         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
11994         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
11995         debugging templates without merge conflicts, bug357.
11996         Reported by Brad Dobbie.
11997         (verilog-read-auto-template):
11998         Fix verilog-auto-inst-template-numbers with multiple templates.
11999         Reported by Brad Dobbie.
12000         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12001         abbrevs so user won't be asked to save.
12002         (verilog-read-auto-lisp-present): Fix to start at beginning of
12003         buffer in case called outside of verilog-auto.
12004         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12005         to "X-2".  Reported by Matthew Myers.
12006         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12007         all inputs from module templates.  Reported by Leith Johnson.
12008         (verilog-module-inside-filename-p): Fix locating programs as with
12009         modules.
12010         (verilog-auto-inst-port): Fix vl-width expressions when using
12011         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
12012         (verilog-decls-get-regs, verilog-decls-get-signals,
12013         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12014         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12015         verilog-read-decls): Combine reg and wire structures into one var
12016         structure to represent SystemVerilog concepts.
12017         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12018         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12019         (verilog-auto-wire-type, verilog-insert-definition):
12020         Add verilog-auto-wire-type and AUTOLOGIC to support using
12021         SystemVerilog "logic" keyword instead of "wire"/"reg".
12022         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12023         to declares outputs that also have assignments (presumably in an
12024         ifdef or generate if so there's not a driver conflict).
12025         Reported by Matthew Myers.
12026         (verilog-auto-declare-nettype, verilog-insert-definition):
12027         Add verilog-auto-declare-nettype to fix declarations using
12028         `default_nettype none.  Reported by Julian Gorfajn.
12029         (verilog-read-always-signals-recurse, verilog-read-decls)
12030         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12031         malformed end statement, bug325.  Reported by Joshua Wise and
12032         Andrew Drake.
12033         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12034         (verilog-inst-comment-re): Fix not deleting Interfaced comment
12035         when expanding .* in interfaces, bug320.
12036         Reported by Pierre-David Pfister.
12037         (verilog-read-module-name): Fix import statements between module
12038         name and open parenthesis, bug317.
12039         Reported by Pierre-David Pfister.
12040         (verilog-simplify-range-expression): Fix simplification of
12041         multiplications inside AUTOWIRE connections, bug303.
12042         (verilog-auto-inst-port): Support parameter expansion in
12043         multidimensional arrays.
12044         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12045         after "assert property".  Reported by Julian Gorfajn.
12046         (verilog-simplify-range-expression): Fix "couldn't merge" errors
12047         with multiplication, bug303.
12048         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12049         Reported by Jan Frode Lonnum.
12051 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
12053         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12054         (hfy-shell-file-name, hfy-shell):
12055         * international/fontset.el (x-decompose-font-name): Fix typos.
12057 2011-11-29  Ken Brown  <kbrown@cornell.edu>
12059         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12060         (gdb-version): Remove defvar.
12061         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12062         (gdb-gud-context-command, gdb-non-stop-handler)
12063         (gdb-current-context-command, gdb-stopped): Use it.
12064         (gdb-init-1): Enable pretty printing here.
12065         (gdb-non-stop-handler): Don't enable pretty-printing here.
12066         Check to see if the target supports non-stop mode; if not, turn off
12067         non-stop mode.  Use the following.
12068         (gdb-check-target-async): New defun.
12069         (gud-watch, gdb-stopped): Fix whitespace.
12070         (gdb-get-source-file): Don't try to display the source file if
12071         `gdb-main-file' is nil.
12073 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12075         * align.el: Try to generate fewer markers (bug#10047).
12076         (align--set-marker): New macro.
12077         (align-region): Use it.
12079 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12081         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12083 2011-11-29  Chong Yidong  <cyd@gnu.org>
12085         * indent.el (indent-for-tab-command, indent-according-to-mode):
12086         Doc fix.
12087         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
12089 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
12091         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12092         aware of remote file names.  (Bug#10124)
12094 2011-11-29  Chong Yidong  <cyd@gnu.org>
12096         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12098 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12100         * files.el (find-file): Don't use force-same-window (bug#10144).
12101         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12102         use pop-to-buffer if the selected window can't be used.
12103         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12105 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
12107         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12108         special-mode-map.
12110 2011-11-28  Chong Yidong  <cyd@gnu.org>
12112         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12114 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
12116         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12117           gdb-get-source-file-list on gdb-create-source-file-list.
12119 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
12121         * whitespace.el (whitespace-newline): Use a different foreground
12122         color for 16-color light-background displays.
12124 2011-11-24  Chong Yidong  <cyd@gnu.org>
12126         * window.el (display-buffer--special-action): Doc fix.
12128 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
12130         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12131         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12132         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12133         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12134         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12135         (avl-tree-stack-first):
12136         * emacs-lisp/cconv.el (cconv--analyse-use):
12137         * net/gnutls.el (gnutls-negotiate): Fix typos.
12139 2011-11-24  Glenn Morris  <rgm@gnu.org>
12141         * lpr.el (lpr-windows-system, lpr-lp-system):
12142         * mail/binhex.el (binhex-begin-line):
12143         * progmodes/grep.el (grep-history, grep-find-history):
12144         * textmodes/flyspell.el:
12145         * vc/pcvs-defs.el (cvs-global-menu):
12146         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12147         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12148         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12150         * net/tls.el: Fix case of "GnuTLS".
12152         * paths.el (rmail-file-name): Format doc-string for make-docfile.
12154         * version.el (emacs-build-system): Give it a doc-string.
12156 2011-11-24  Juri Linkov  <juri@jurta.org>
12158         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12160 2011-11-24  Glenn Morris  <rgm@gnu.org>
12162         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12163         if called on a non-mime message just toggle the headers.  (Bug#8006)
12165 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
12167         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12168         (allout-lead-with-comment-string, allout-structure-deleted-hook)
12169         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12170         (allout-rebullet-heading, allout-open-sibtopic)
12171         (allout-toggle-current-subtree-encryption)
12172         (allout-toggle-subtree-encryption, allout-encrypt-string)
12173         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12174         (allout-distinctive-bullets-string, allout-auto-activation):
12175         * window.el (window-normalize-buffer-to-display):
12176         * progmodes/verilog-mode.el (verilog-batch-indent):
12177         * textmodes/bibtex.el (bibtex-field-braces-opt)
12178         (bibtex-field-strings-opt):
12179         * vc/cvs-status.el (cvs-tree-merge):
12180         Fix typos.
12182 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
12184         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12185         `non-essential' to t, in order to avoid remote connections.
12187 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
12189         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12190         On MS-DOS and MS-Windows, compare with loaddefs.el
12191         case-insensitively.
12193 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
12195         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
12197 2011-11-23  Glenn Morris  <rgm@gnu.org>
12199         * paths.el (rmail-file-name): Reformat the doc-string so that it
12200         is picked up.
12202         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12203         (rmail-auto-file): Ignore case in the "special" field names,
12204         as mail-fetch-field does for all others.
12206         * mail/rmail.el (rmail-forward):
12207         * mail/rmailkwd.el (rmail-set-label):
12208         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12209         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
12211         * mail/rmail.el (rmail-current-message): Doc fix.
12213         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
12215 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12217         * server.el (server-eval-and-print): Allow C-g (bug#6585).
12219 2011-11-22  Glenn Morris  <rgm@gnu.org>
12221         * mail/rmailmm.el (test-rmail-mime-handler)
12222         (test-rmail-mime-bulk-handler)
12223         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12225 2011-11-21  Juri Linkov  <juri@jurta.org>
12227         * calc/calc.el (calc-read-key-sequence):
12228         Let-bind `input-method-function' to nil.  (Bug#10018)
12230 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12232         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12233         Tell the caller that the next line needs recomputation, even
12234         though it doesn't start a sexp (bug#10094).
12236 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12238         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12240 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12242         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12243         Use force-same-window.
12245 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
12247         * descr-text.el (describe-char-unicode-data):
12248         * json.el (json-string-escape):
12249         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12250         (Footnote-unicode, Footnote-style-p):
12251         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12253 2011-11-20  Chong Yidong  <cyd@gnu.org>
12255         * window.el (replace-buffer-in-windows): Restore interactive spec.
12257 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12259         * electric.el (electric-indent-mode): Fix last change (too optimistic).
12261         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12262         (byte-compile-global-not-obsolete-vars): New var.
12263         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12264         Use it.
12265         (byte-compile-warn-obsolete): Align text with the one in *Help*.
12267 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
12269         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12270         * progmodes/pascal.el (electric-pascal-equal):
12271         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12272         * xml.el (xml-substitute-special): Fix typos.
12274 2011-11-20  Glenn Morris  <rgm@gnu.org>
12276         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12277         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12278         Doc fixes.
12279         (rmail-decode-mime-charset): Mark as obsolete.
12281         * mail/rmailsum.el (rmail-message-regexp-p-1):
12282         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12283         Before using mime functions, check they are set.  (Bug#10077)
12285 2011-11-19  Juri Linkov  <juri@jurta.org>
12287         * info.el (Info-finder-find-node): Use `package--builtins' instead
12288         of `package-alist'.  Use node names formed by the pattern "Keyword "
12289         and the keyword name.
12291 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
12293         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12295 2011-11-19  Juri Linkov  <juri@jurta.org>
12297         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12298         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
12299         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12300         `old-history', `old-history-forward'.  Add let-binding
12301         `window-selected'.  Remove calls to `kill-buffer',
12302         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
12303         before calling `Info-find-node', so `Info-find-node-2' will reread
12304         the Info file.  Restore window positions only when `window-selected'
12305         is non-nil.
12307 2011-11-19  Juri Linkov  <juri@jurta.org>
12309         * isearch.el (isearch-lazy-highlight-new-loop):
12310         Remove condition `(not isearch-error)'.  (Bug#9918)
12312         * misearch.el (multi-isearch-search-fun): Add condition
12313         `(not bound)' to ignore lazy-highlighting search.
12314         Add the search-failed message "end of multi" when the end of
12315         multi-sequence is reached.  Uncapitalize the search-failed
12316         message "Repeat for next buffer".
12318         * info.el (Info-search): Add the search-failed message
12319         "end of the manual" when the end of the manual is reached
12320         in Isearch mode.
12322 2011-11-19  Juri Linkov  <juri@jurta.org>
12324         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12325         Use non-destructive `remove' instead of `delete' because
12326         `Info-history-list' stored to `Info-isearch-initial-history-list' in
12327         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12329 2011-11-19  Juri Linkov  <juri@jurta.org>
12331         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12332         to nil instead of binding `search-ring' and `regexp-search-ring'.
12333         (Bug#9185)
12335 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
12337         * simple.el (line-move): Force movement by logical lines for any
12338         hscrolled window, not only when auto-hscroll-mode is on.
12339         (line-move-visual): Update doc string to that effect.  (Bug#10076)
12341 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
12343         * language/european.el (macintosh): Define as alias for mac-roman.
12345 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
12347         * mail/rmailmm.el (rmail-mime-display-header)
12348         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12349         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12350         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12351         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12352         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12353         of a raw aref.
12354         (rmail-mime-entity-segment): To get past the tagline, move forward
12355         2 more lines, to account for the 2 empty lines that precede and
12356         follow the line with the buttons.
12357         (rmail-mime-update-tagline): Move one more line, to get past the
12358         empty line that follows the buttons in the tagline.  (Bug#9520)
12360 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
12362         * window.el (window-max-delta-1, window-min-delta-1)
12363         (window-min-size-1, window-state-get-1, window-state-put-1)
12364         (window-state-put-2): Use "window--" prefix.
12366 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12368         * emacs-lisp/smie.el: Improve warnings and conflict detection.
12369         (smie-warning-count): New var.
12370         (smie-set-prec2tab): Use it.
12371         (smie-bnf->prec2): Improve warnings.  Add docstring.
12372         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12373         (smie-bnf--set-class): New function.
12374         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
12375         corner case.
12377         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12378         (compilation-error-properties, compilation-move-to-column):
12379         Handle compilation-first-column while in the target buffer.
12381         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12382         Don't hardcode point-min==1.
12384         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12385         (eshell-rewrite-for-command): Remove workaround.
12386         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12387         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12388         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12390         * files-x.el (modify-file-local-variable): Obey commenting conventions.
12392 2011-11-17  Glenn Morris  <rgm@gnu.org>
12394         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12395         Ignore buffer-local generated-autoload-file if it is the same
12396         as the global value.  (Bug#10049)
12398 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
12400         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12401         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12402         (reftex-toc-previous-heading, reftex-toc-max-level)
12403         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12404         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12405         (reftex-toc-do-promote, reftex-toc-promote-prepare)
12406         (reftex-toc-promote-action, reftex-toc-extract-section-number)
12407         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12408         (reftex-toc-rename-label, reftex-toc-visit-location)
12409         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12410         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12411         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12412         leaving "*toc*" only for references to the buffer.
12414 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
12416         * window.el (window-resize, delete-window, split-window):
12417         Replace window-splits by window-combination-resize.
12418         * cus-start.el (window-splits): Replace by window-combination-resize.
12420 2011-11-17  Glenn Morris  <rgm@gnu.org>
12422         * progmodes/sh-script.el (sh-font-lock-keywords-var):
12423         Make bash entry derive from sh entry, not shell entry.
12425 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
12427         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12428         local file name.
12430 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
12432         * menu-bar.el (menu-bar-file-menu):
12433         * printing.el (pr-ps-utility):
12434         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12435         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12436         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12437         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12438         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12439         (icalendar--convert-cyclic-to-ical)
12440         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12441         (icalendar--convert-ical-to-diary)
12442         (icalendar--convert-recurring-to-diary)
12443         (icalendar--convert-non-recurring-all-day-to-diary)
12444         (icalendar-import-format-sample):
12445         * progmodes/idlw-shell.el (idlwave-shell-mode):
12446         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12447         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12448         (vhdl-ps-print-init): Fix typos.
12450 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
12452         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12453         FSF and collapse date sequence, obscure author/maintainer email address
12454         better, remove extra version line, track relocation of author's webpage.
12456         * progmodes/python.el (python-pdbtrack-input-prompt)
12457         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12458         regular python pdb prompts.  Adjustments shamelessly taken exactly as
12459         suggested in EmacsWiki page (tiny change):
12460         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12462 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
12464         * expand.el (expand-pos, expand-index, expand-point):
12465         Remove redundant info from docstring.
12466         (expand-add-abbrevs): Doc fix.
12467         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12468         (expand-sample-perl-mode-expand-list): Fix typos.
12470         * net/dbus.el (dbus-event-member-name):
12471         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12472         * term/pc-win.el (msdos-create-frame-with-faces):
12473         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12475 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
12477         * window.el (split-window, window-state-get-1)
12478         (window-state-put-1, window-state-put-2): Rename occurrences of
12479         window-nest to window-combination-limit.
12480         * cus-start.el (window-nest): Rename to window-combination-limit.
12482 2011-11-16  Chong Yidong  <cyd@gnu.org>
12484         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12485         regexp (Bug#10033).
12487 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12489         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12490         `completing-read' will remove *Completions* and will preserve
12491         current-buffer for us.
12492         (tmm-add-prompt): Users of *Completions* will always (re)set its
12493         major mode.
12494         (tmm-old-comp-map): Remove.
12496 2011-11-16  Glenn Morris  <rgm@gnu.org>
12498         * mail/rmailedit.el: Require rmailmm when compiling.
12499         (rmail-old-mime-state): New declaration.
12500         (rmail-edit-current-message): If editing a mime message,
12501         edit the "raw" message from the mbox buffer.
12502         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
12504 2011-11-15  Glenn Morris  <rgm@gnu.org>
12506         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12507         which wasn't being used.  Add optional arg to force given state.
12508         (rmail-mime): Add optional arg to force given state.
12510 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
12512         * allout.el (allout-encryption-plaintext-sanitization-regexps):
12513         * frame.el (display-mm-dimensions-alist):
12514         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12515         (outline-move-subtree-down):
12516         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12517         (newsticker--treeview-do-get-node):
12518         * net/quickurl.el (quickurl-list-buffer-name):
12519         * progmodes/dcl-mode.el (dcl-mode):
12520         * progmodes/gdb-mi.el (gdb-mapcar*):
12521         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12523 2011-11-15  Glenn Morris  <rgm@gnu.org>
12525         * mail/rmail.el (rmail-file-coding-system): It's only ever used
12526         in a boolean sense, so just make it a boolean, and fix the doc.
12527         (rmail-show-mime-function, rmail-mime-feature)
12528         (rmail-require-mime-maybe): Doc fixes.
12529         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12531         * mail/rmailmm.el (rmail-show-mime): Doc fix.
12533 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
12535         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12536         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12537         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12538         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12540 2011-11-15  Glenn Morris  <rgm@gnu.org>
12542         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12543         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12544         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12545         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12546         (rmail-mime, rmail-show-mime): Doc fixes.
12548         * term/ns-win.el (mode-line-frame-identification):
12549         Leave it alone.  (Bug#10051)
12551         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
12553         * mail/rmailout.el (rmail-output-to-rmail-buffer):
12554         Handle empty buffers.  (Bug#9978)
12556 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
12558         * international/mule.el (define-charset):
12559         * mail/rmailmm.el (rmail-mime-find-header-encoding):
12560         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12561         * progmodes/verilog-mode.el (verilog-backward-token):
12562         * textmodes/ispell.el (lookup-words):
12563         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12565 2011-11-14  Glenn Morris  <rgm@gnu.org>
12567         * progmodes/executable.el
12568         (executable-make-buffer-file-executable-if-script-p):
12569         Handle file-modes returning nil.
12571         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12572         message - not necessary, and causes problems.  (Bug#9831)
12574         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12576         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12578         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12579         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
12580         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12582 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
12584         * window.el (window-resize, delete-window): Use window-splits
12585         variable instead of function.
12586         (window-state-get-1, window-state-put-2, window-state-put):
12587         Don't deal with windows' splits status.
12589 2011-11-12  Glenn Morris  <rgm@gnu.org>
12591         * apropos.el (apropos-do-all, apropos-library, apropos-value)
12592         (apropos-documentation): Doc fixes.
12594 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
12596         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12597         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12599 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12601         * electric.el (electric-indent-post-self-insert-function): Make it
12602         possible for a char to only indent in some circumstances.
12603         (electric-indent-mode): Simplify.
12605 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
12607         * window.el (windows-with-parameter): Remove unused function.
12608         (windows-at-side): Rename to window-at-side-list.
12609         (window-check, window-atom-check, window-atom-check-1)
12610         (window-side-check, window-size-ignore, window-size-fixed-1)
12611         (window-in-direction-2): Prefix with "window--".
12612         (window-tree-1): Rename to window--subtree, fix doc-string.
12614 2011-11-11  Glenn Morris  <rgm@gnu.org>
12616         * subr.el (eval-after-load): If FILE is already loaded,
12617         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
12619 2011-11-10  Glenn Morris  <rgm@gnu.org>
12621         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12622         Call svn via vc-svn-command rather than vc-do-command.
12623         (vc-svn-command): Add --non-interactive.  (Bug#9993)
12624         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12626         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12627         Add toggle-read-only.  (Bug#7292)
12628         * files.el (toggle-read-only): Mention that it should only
12629         be used interactively.  (Bug#10006)
12631 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12633         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12634         Adjust regexp for OCaml warnings.
12636         * electric.el (electric-pair-post-self-insert-function): Let user
12637         turn it off buffer-locally (bug#9932).
12639         * progmodes/python.el (python-beginning-of-statement):
12640         Rewrite (bug#2703).
12642         * progmodes/compile.el: Better handle TABs (bug#9749).
12643         (compilation-internal-error-properties)
12644         (compilation-next-error-function): Obey the target buffer's
12645         compilation-error-screen-columns.
12647 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
12649         * progmodes/meta-mode.el: Remove obsolete comments.
12650         (meta-right-comment-regexp, meta-ignore-comment-regexp):
12651         Fix typos in docstrings.
12653 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
12655         * window.el (window-size-fixed-p): Rewrite doc-string.
12656         (window-resizable-p): Rename to window--resizable-p.  Update callers.
12657         (window--resizable): New function.  Make all callers of
12658         window-resizable call window--resizable instead.
12659         (window-resizable): Rewrite in terms of window--resizable.
12661 2011-11-08  Glenn Morris  <rgm@gnu.org>
12663         * progmodes/delphi.el (delphi-mode-syntax-table):
12664         Let define-derived-mode define a proper syntax table.  (Bug#9994)
12666 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12668         * window.el: Stay away from defsubst.
12669         (window-list-no-nils): Remove.
12670         (window-state-get-1, window-state-get): Use backquote instead.
12672 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12674         * emacs-lisp/find-func.el (find-function-read):
12675         Fix incorrect use of default argument in `completing-read'.
12677 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
12679         * window.el (display-buffer-function, special-display-function):
12680         Mention display-buffer-record-window but do not mention
12681         help-setup parameter in doc-strings.
12682         (window-min-delta): Fix doc-string typo.
12684 2011-11-08  Chong Yidong  <cyd@gnu.org>
12686         * window.el (window-total-height, window-total-width): Doc fix.
12687         (window-body-size): Move from C.
12688         (window-body-height, window-body-width): Move to C.
12690 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12692         * window.el: Make special-display like display-buffer-alist (bug#9532).
12693         (display-buffer--special-action): New function, morphed
12694         from display-buffer--special.
12695         (display-buffer): Use it to handle special-display-buffers at higher
12696         priority (just after display-buffer-alist).
12697         (display-buffer-fallback-action, display-buffer--other-frame-action)
12698         (pop-to-buffer-same-window): Remove display-buffer--special.
12700 2011-11-07  Glenn Morris  <rgm@gnu.org>
12702         * calendar/cal-menu.el (cal-menu-set-date-title):
12703         Do nothing if not in a calendar.  (Bug#9976)
12705 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12707         * files.el (find-file): Always use selected-window.
12709 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
12711         * window.el (window-combinations): Make WINDOW argument
12712         mandatory.  Rewrite doc-string.
12713         (walk-window-subtree, window-atom-check, window-min-delta)
12714         (window-max-delta, window--resize-this-window)
12715         (window--resize-root-window-vertically, window-tree)
12716         (balance-windows, window-state-put): Rewrite doc-strings as to
12717         not mention the term "subwindow".
12718         (window--resize-subwindows-skip-p): Rename to
12719         window--resize-child-windows-skip-p.
12720         (window--resize-subwindows-normal): Rename to
12721         window--resize-child-windows-normal.
12722         (window--resize-subwindows): Rename to
12723         window--resize-child-windows.
12724         (window-or-subwindow-p): Rename to window--in-subtree-p.
12726 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
12728         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12729         Ensure that mbox format messages end in two newlines (Bug#9974).
12731 2011-11-06  Chong Yidong  <cyd@gnu.org>
12733         * window.el (window-combination-p): Function deleted; its
12734         side-effect is not used in any existing code.
12735         (window-combinations, window-combined-p): Call window-*-child
12736         directly.
12738 2011-11-05  Chong Yidong  <cyd@gnu.org>
12740         * window.el (window-valid-p): Rename from window-any-p.
12741         (window-size-ignore, window-state-get): Callers changed.
12742         (window-normalize-window): Rename from window-normalize-any-window.
12743         New arg LIVE-ONLY, replacing window-normalize-live-window.
12744         (window-normalize-live-window): Delete.
12745         (window-combination-p, window-combined-p, window-combinations)
12746         (walk-window-subtree, window-atom-root, window-min-size)
12747         (window-sizable, window-sizable-p, window-size-fixed-p)
12748         (window-min-delta, window-max-delta, window-resizable)
12749         (window-resizable-p, window-full-height-p, window-full-width-p)
12750         (window-current-scroll-bars, window-point-1, set-window-point-1)
12751         (window-at-side-p, window-in-direction, window-resize)
12752         (adjust-window-trailing-edge, maximize-window, minimize-window)
12753         (window-deletable-p, delete-window, delete-other-windows)
12754         (record-window-buffer, unrecord-window-buffer)
12755         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12756         (quit-window, split-window, window-state-put)
12757         (set-window-text-height, fit-window-to-buffer)
12758         (shrink-window-if-larger-than-buffer): Callers changed.
12760 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
12762         * mail/rmail.el (rmail-simplified-subject): Decode subject with
12763         rfc2047-decode-string.
12764         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12765         warnings.
12767         * window.el (window-body-height, window-body-width): Mention in
12768         the doc string that the return values are in frame's canonical
12769         units.  (Bug#9949)
12771 2011-11-03  Alan Mackenzie  <acm@muc.de>
12773         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
12774         change in cc-engine.el.
12776 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12778         * window.el (switch-to-buffer): Use `force-same-window' interactively.
12780 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
12782         * window.el (quit-window): Call unrecord-window-buffer after
12783         showing another buffer in the window.  (Bug#9937)
12784         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
12786 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
12788         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
12789         Accept status with more than 9 shelves.  (Bug#9935)
12790         Reported by Colin D Bennett <colin@gibibit.com>.
12792 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
12794         * help.el (with-help-window): Don't reference
12795         temp-buffer-show-specifiers in doc-string.
12797 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
12799         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
12800         menu-item.
12802 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12804         * whitespace.el: New version 13.2.2.
12805         (whitespace-newline-mode): Disable properly.  Reported by Sarah
12806         <EmacsWiki>.
12808 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
12810         * net/newst-treeview.el: Remove "Time-stamp".
12811         (newsticker--group-manage-orphan-feeds): Do not call
12812         newsticker--treeview-tree-update.
12813         (newsticker-treeview-update, newsticker-treeview):
12814         Call newsticker--treeview-tree-update if necessary.
12816 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
12818         * window.el (window-iso-combination-p, window-iso-combined-p)
12819         (window-iso-combinations): Remove "iso-" infix.
12820         Suggested by Chong Yidong.
12821         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
12822         (window-max-delta-1, window-resize, window--resize-siblings)
12823         (window--resize-this-window, adjust-window-trailing-edge)
12824         (split-window, balance-windows-1)
12825         (shrink-window-if-larger-than-buffer):
12826         * calendar/calendar.el (calendar-generate-window):
12827         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
12829 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12831         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
12832         in place (bug#9907).
12833         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
12834         (eshell-rewrite-if-command, eshell-rewrite-for-command)
12835         (eshell-structure-basic-command, eshell-rewrite-while-command)
12836         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
12837         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
12838         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
12839         (eshell-do-pipelines-synchronously, eshell-eval-command):
12840         Use backquotes and prefer setq to set.
12841         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
12842         (eshell-macrop): Use functionp.
12843         (eshell-do-eval): Handle multiple expressions in `while' body.
12845 2011-10-30  Chong Yidong  <cyd@gnu.org>
12847         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
12848         instead of set-mark (Bug#9810).
12850 2011-10-30  Chong Yidong  <cyd@gnu.org>
12852         * window.el (split-window-below, split-window-right): Rename from
12853         split-window-above-each-other and split-window-side-by-side
12854         respectively.  All callers changed.
12855         (split-window-sensibly, split-window-sensibly): Use them.
12856         (split-window-keep-point): Doc fix.
12858         * isearch.el: Add isearch-scroll property to split-window-below
12859         and split-window-right.
12861         * follow.el (follow-mode):
12862         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12863         * progmodes/ada-xref.el (ada-gdb-application):
12864         * emulation/vip.el (vip-buffer-in-two-windows):
12865         * image-dired.el (image-dired-dired-with-window-configuration):
12866         * dired-x.el (dired-do-find-marked-files):
12867         * dired.el (dired-pop-to-buffer):
12868         * bs.el (bs--show-with-configuration):
12869         * vc/emerge.el (emerge-setup-windows):
12870         * textmodes/two-column.el (2C-two-columns):
12871         * textmodes/reftex-toc.el (reftex-toc):
12872         * progmodes/gdb-mi.el (gdb-setup-windows):
12873         * progmodes/fortran.el (fortran-window-create):
12874         * net/newst-treeview.el (newsticker--treeview-window-init):
12875         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
12876         * emulation/tpu-edt.el (tpu-gold-map):
12877         * emulation/crisp.el (crisp-mode-map):
12878         * calendar/calendar.el (calendar-basic-setup): Callers changed.
12880 2011-10-29  Chong Yidong  <cyd@gnu.org>
12882         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
12884         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
12886         * textmodes/flyspell.el (flyspell-word): Fix char offset for
12887         forged Ispell output (Bug#7904).
12889         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
12891 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12893         * doc-view.el: Avoid ugly errors about not finding nil.
12894         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12895         (doc-view-dvipdf-program, doc-view-unoconv-program)
12896         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
12897         Avoid nil or absolute file name as default value.
12898         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
12900 2011-10-28  Alan Mackenzie  <acm@muc.de>
12902         * progmodes/cc-defs.el (c-version): -> 5.32.2.
12904 2011-10-28  Alan Mackenzie  <acm@muc.de>
12906         Amend the handling of c-beginning/end-of-defun in nested declaration
12907         scopes.
12909         * progmodes/cc-vars.el (c-defun-tactic): Move here from
12910         cc-langs.el.  Change it to a defcustom.
12912         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
12913         cc-vars.el.
12915         * progmodes/cc-engine.el (c-beginning-of-statement-1):
12916         Prevent "class foo : bar" being spuriously recognized as a label.
12918         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
12919         Add parameter `inclusive' (to include enclosing braces in the region).
12920         (c-widen-to-enclosing-decl-scope): New function.
12921         (c-while-widening-to-decl-block): New macro.
12922         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
12923         outward for defun boundaries, and correspondingly change symbol
12924         `respect-enclosure' to `go-outward'.
12925         (c-declaration-limits): Change algorithm to report only the "innermost"
12926         defun's boundaries.
12928 2011-10-28  Deniz Dogan  <deniz@dogan.se>
12930         * net/rcirc.el (rcirc-mode): Use hard newlines.
12932 2011-10-28  Alan Mackenzie  <acm@muc.de>
12934         Amend to indent and fontify macros "which include their own semicolon"
12935         correctly, using the "virtual semicolon" mechanism.
12937         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
12939         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12940         Recode to scan one line at a time rather than having \n and \r
12941         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
12942         (c-forward-label): Amend for virtual semicolons.
12943         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
12945         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
12946         of the new C macros.
12948         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
12949         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
12950         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
12951         (c-opt-cpp-macro-define): Make into a full language variable.
12952         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
12953         AWK Mode (including \n, \r) removed, no longer needed.
12955         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
12956         Invoke c-make-macro-with-semi-re.
12958         * progmodes/cc-vars.el (c-macro-with-semi-re):
12959         (c-macro-names-with-semicolon): New variables.
12960         (c-make-macro-with-semi-re): New function.
12962 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12964         * vc/log-edit.el: Fill empty field rather than adding new one.
12965         (log-edit-add-field): New function.
12966         (log-edit-insert-changelog): Use it.
12968 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
12970         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
12972 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12974         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
12975         (gdb--check-interpreter): New function.
12976         (gdb): Use it.
12978 2011-10-27  Glenn Morris  <rgm@gnu.org>
12980         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
12981         (least-positive-float, least-negative-float)
12982         (least-positive-normalized-float, least-negative-normalized-float)
12983         (float-epsilon, float-negative-epsilon):
12984         Remove unnecessary declarations.
12986         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
12987         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
12988         (least-positive-float, least-negative-float)
12989         (least-positive-normalized-float, least-negative-normalized-float)
12990         (float-epsilon, float-negative-epsilon): Add doc-strings,
12991         based on those in cl.texi.
12993         * files.el (set-visited-file-name): If the major-mode changed,
12994         reload the local variables.  (Bug#9796)
12996 2011-10-27  Chong Yidong  <cyd@gnu.org>
12998         * subr.el (change-major-mode-after-body-hook): New hook.
12999         (run-mode-hooks): Run it.
13001         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13002         Use change-major-mode-before-body-hook.
13004         * simple.el (fundamental-mode):
13005         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13006         change introducing fundamental-mode-hook.
13008 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
13010         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13012 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
13014         * ido.el (ido-file-name-all-completions-1): Do not require
13015         tramp.el explicitly.  (Bug#7583)
13017 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13019         * progmodes/octave-mod.el:
13020         * progmodes/octave-inf.el: Update maintainer.
13022 2011-10-26  Chong Yidong  <cyd@gnu.org>
13024         * subr.el (with-wrapper-hook): Rewrite doc.
13026 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
13028         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13029         filenames "/method:foo:".  (Bug#9793)
13031 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13033         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13034         (bug#9865).
13036 2011-10-24  Glenn Morris  <rgm@gnu.org>
13038         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
13040 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
13042         * notifications.el: Add the requirement of a running D-Bus session
13043         bus to the Commentary.
13045 2011-10-24  Juri Linkov  <juri@jurta.org>
13047         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13048         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13049         (Bug#9364)
13051 2011-10-24  Juri Linkov  <juri@jurta.org>
13053         * info.el (Info-following-node-name-re): Add newline to the list
13054         of allowed characters for leading space.  (Bug#9824)
13056 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13058         * progmodes/octave-inf.el (inferior-octave-mode-map):
13059         Fix C-c C-h binding.
13060         * progmodes/octave-mod.el (octave-help): Remove.
13062 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
13064         Sync with Tramp 2.2.3.
13066         * net/tramp-cache.el (top): Pacify byte-compiler using
13067         `init-file-user' and `site-run-file'.
13069         * net/trampver.el: Update release number.
13071 2011-10-23  Chong Yidong  <cyd@gnu.org>
13073         * files.el (toggle-read-only): Remove obsolete comment about
13074         version control.
13076         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13077         for toggle-read-only.  Note that this hasn't called vc-next-action
13078         since 2008-05-02, though it wasn't documented at the time.
13080         * vc/ediff-init.el (ediff-toggle-read-only-function):
13081         Use toggle-read-only.
13083 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
13085         Fix bug #9560, sporadic wrong indentation; improve instrumentation
13086         of c-parse-state.
13088         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13089         correct faulty logical expression.
13090         (c-parse-state-state, c-record-parse-state-state):
13091         (c-replay-parse-state-state): New defvar/defuns.
13092         (c-debug-parse-state): Use new functions.
13094 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
13096         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13097         last fix.  Use window-in-direction correctly.
13099 2011-10-21  Chong Yidong  <cyd@gnu.org>
13101         * progmodes/idlwave.el (idlwave-mode):
13102         * progmodes/vera-mode.el (vera-mode): No need to set
13103         require-final-newline; that's done in prog-mode.
13104         Suggested by Stefan Monnier.
13106 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
13108         * mouse.el (mouse-drag-window-above)
13109         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13110         (mouse-drag-mode-line-1, mouse-drag-header-line)
13111         (mouse-drag-vertical-line-rightward-window): Remove.
13112         (mouse-drag-line): New function.
13113         (mouse-drag-mode-line, mouse-drag-header-line)
13114         (mouse-drag-vertical-line): Call mouse-drag-line.
13115         * window.el (window-at-side-p, windows-at-side): New functions.
13117 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
13119         * tar-mode.el (tar-grind-file-mode):
13120         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
13122 2011-10-21  Chong Yidong  <cyd@gnu.org>
13124         * progmodes/idlwave.el (idlwave-mode):
13125         * progmodes/vera-mode.el (vera-mode):
13126         Use mode-require-final-newline.
13128 2011-10-20  Glenn Morris  <rgm@gnu.org>
13130         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
13132 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
13134         * emulation/cua-base.el (cua-set-mark): Fix case of string.
13136 2011-10-20  Chong Yidong  <cyd@gnu.org>
13138         * emulation/cua-base.el (cua-mode):
13139         * mail/footnote.el (footnote-mode):
13140         * mail/mailabbrev.el (mail-abbrevs-mode):
13141         * net/xesam.el (xesam-minor-mode):
13142         * progmodes/bug-reference.el (bug-reference-mode):
13143         * progmodes/cap-words.el (capitalized-words-mode):
13144         * progmodes/compile.el (compilation-minor-mode)
13145         (compilation-shell-minor-mode):
13146         * progmodes/gud.el (gud-tooltip-mode):
13147         * progmodes/hideif.el (hide-ifdef-mode):
13148         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13149         * progmodes/subword.el (subword-mode):
13150         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13151         * progmodes/which-func.el (which-function-mode):
13152         * term/tvi970.el (tvi970-set-keypad-mode):
13153         * term/vt100.el (vt100-wide-mode):
13154         * textmodes/flyspell.el (flyspell-mode):
13155         * textmodes/ispell.el (ispell-minor-mode):
13156         * textmodes/nroff-mode.el (nroff-electric-mode):
13157         * textmodes/paragraphs.el (use-hard-newlines):
13158         * textmodes/refill.el (refill-mode):
13159         * textmodes/reftex.el (reftex-mode):
13160         * textmodes/rst.el (rst-minor-mode):
13161         * textmodes/sgml-mode.el (html-autoview-mode)
13162         (sgml-electric-tag-pair-mode):
13163         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13164         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13165         * emulation/crisp.el (crisp-mode):
13166         * emacs-lisp/eldoc.el (eldoc-mode):
13167         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13168         minor mode behavior.
13170 2011-10-19  Juri Linkov  <juri@jurta.org>
13172         * descr-text.el (describe-char): Add #x2010 and #x2011 to
13173         the list of hard-coded chars with escape-glyph face.
13175 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13177         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13179 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
13181         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13182         running process.
13184 2011-10-19  Glenn Morris  <rgm@gnu.org>
13186         * vc/vc-bzr.el (vc-bzr-after-dir-status):
13187         Ignore ignored files.  (Bug#9726)
13189 2011-10-19  Chong Yidong  <cyd@gnu.org>
13191         Doc fix for minor modes, stating that an omitted argument enables
13192         the mode unconditionally when called from Lisp.
13194         * abbrev.el (abbrev-mode):
13195         * allout.el (allout-mode):
13196         * autoinsert.el (auto-insert-mode):
13197         * autoarg.el (autoarg-mode, autoarg-kp-mode):
13198         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13199         (global-auto-revert-mode):
13200         * battery.el (display-battery-mode):
13201         * composite.el (global-auto-composition-mode)
13202         (auto-composition-mode):
13203         * delsel.el (delete-selection-mode):
13204         * desktop.el (desktop-save-mode):
13205         * dired-x.el (dired-omit-mode):
13206         * dirtrack.el (dirtrack-mode):
13207         * doc-view.el (doc-view-minor-mode):
13208         * double.el (double-mode):
13209         * electric.el (electric-indent-mode, electric-pair-mode):
13210         * emacs-lock.el (emacs-lock-mode):
13211         * epa-hook.el (auto-encryption-mode):
13212         * follow.el (follow-mode):
13213         * font-core.el (font-lock-mode):
13214         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13215         * help.el (temp-buffer-resize-mode):
13216         * hilit-chg.el (highlight-changes-mode)
13217         (highlight-changes-visible-mode):
13218         * hi-lock.el (hi-lock-mode):
13219         * hl-line.el (hl-line-mode, global-hl-line-mode):
13220         * icomplete.el (icomplete-mode):
13221         * ido.el (ido-everywhere):
13222         * image-file.el (auto-image-file-mode):
13223         * image-mode.el (image-minor-mode):
13224         * iswitchb.el (iswitchb-mode):
13225         * jka-cmpr-hook.el (auto-compression-mode):
13226         * linum.el (linum-mode):
13227         * longlines.el (longlines-mode):
13228         * master.el (master-mode):
13229         * mb-depth.el (minibuffer-depth-indicate-mode):
13230         * menu-bar.el (menu-bar-mode):
13231         * minibuf-eldef.el (minibuffer-electric-default-mode):
13232         * mouse-sel.el (mouse-sel-mode):
13233         * msb.el (msb-mode):
13234         * mwheel.el (mouse-wheel-mode):
13235         * outline.el (outline-minor-mode):
13236         * paren.el (show-paren-mode):
13237         * recentf.el (recentf-mode):
13238         * reveal.el (reveal-mode, global-reveal-mode):
13239         * rfn-eshadow.el (file-name-shadow-mode):
13240         * ruler-mode.el (ruler-mode):
13241         * savehist.el (savehist-mode):
13242         * scroll-all.el (scroll-all-mode):
13243         * scroll-bar.el (scroll-bar-mode):
13244         * server.el (server-mode):
13245         * shell.el (shell-dirtrack-mode):
13246         * simple.el (auto-fill-mode, transient-mark-mode)
13247         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13248         (line-number-mode, column-number-mode, size-indication-mode)
13249         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13250         * strokes.el (strokes-mode):
13251         * time.el (display-time-mode):
13252         * t-mouse.el (gpm-mouse-mode):
13253         * tool-bar.el (tool-bar-mode):
13254         * tooltip.el (tooltip-mode):
13255         * type-break.el (type-break-mode-line-message-mode)
13256         (type-break-query-mode):
13257         * view.el (view-mode):
13258         * whitespace.el (whitespace-mode, whitespace-newline-mode)
13259         (global-whitespace-mode, global-whitespace-newline-mode):
13260         * xt-mouse.el (xterm-mouse-mode): Doc fix.
13262         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13263         Fix autogenerated docstring.
13265 2011-10-19  Juri Linkov  <juri@jurta.org>
13267         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13268         by checking environment variables "DESKTOP_SESSION" and
13269         "XDG_CURRENT_DESKTOP".  (Bug#9779)
13271 2011-10-19  Juri Linkov  <juri@jurta.org>
13273         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13274         (browse-url-chromium-program, browse-url-chromium-arguments):
13275         New defcustoms.
13276         (browse-url-default-browser): Check for `browse-url-chromium' and
13277         call `browse-url-chromium-program'.
13278         (browse-url-chromium): New command.  (Bug#9779)
13280 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
13282         * facemenu.el (list-colors-duplicates): On Windows, detect more
13283         duplicates by assuming that only colors matching "^System" are
13284         special "system colors".  (Bug#9722)
13286 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13288         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13289         to distinguish the author from the committer.
13291 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
13293         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13295 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
13297         * international/mule.el (sgml-html-meta-auto-coding-function):
13298         Add support for detecting encoding in HTML5 specified only as
13299         <meta charset="UTF-8">.  Implementation just makes http-equiv and
13300         content-type parts from HTML4 encoding string optional.  (Bug#9716)
13302 2011-10-18  Glenn Morris  <rgm@gnu.org>
13304         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
13306 2011-10-18  Chong Yidong  <cyd@gnu.org>
13308         * faces.el (cursor): Doc fix.
13310 2011-10-17  Chong Yidong  <cyd@gnu.org>
13312         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13314 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
13316         * dirtrack.el (dirtrack): Support shell buffers with path
13317         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
13319 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
13321         * json.el: Bump version to 1.3 and note change in History.
13322         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13324 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13326         * comint.el (comint-insert-input, comint-send-input)
13327         (comint-get-old-input-default, comint-backward-matching-input)
13328         (comint-next-prompt): Use nil instead of `input' for field property of
13329         past user input (bug#114).
13331         * minibuffer.el (completion--replace): Inherit surrounding properties
13332         (bug#114).
13333         (minibuffer-complete-and-exit): Use it.
13335         * comint.el (comint--table-subvert): Quote the all-completions output
13336         (bug#9160).
13338 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
13340         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13342         * menu-bar.el (menu-bar-file-menu): Add entry for making new
13343         window on right of selected.  (Bug#9350) Reword other window
13344         entries and separate them from frame entries.
13346 2011-10-15  Glenn Morris  <rgm@gnu.org>
13348         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13349         Doc fixes.
13351 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
13353         * net/network-stream.el (network-stream-open-starttls):
13354         Improve detection of failure due to lack of TLS support.
13356         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13357         putting the input text in front and in bold.
13359 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13361         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13363         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13364         empty buffer.
13366         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13367         unread-command-events rather than pushing yet-another event.
13369 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
13371         * mail/sendmail.el (sendmail-query-once): Improve the wording of
13372         the explanation of the possible choices.  Make the options passed
13373         to completing-read shorter.
13375 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13377         * textmodes/flyspell.el (flyspell-large-region): Make sure
13378         extended character mode is used if defined (Bug#1339).
13380 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
13382         * simple.el (what-cursor-position): Fix the display of the
13383         character info for LRE, LRO, RLE, and RLO characters by appending
13384         an invisible PDF.
13386 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13388         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13389         even in case of error; add debug spec; simplify data flow.
13390         (with-timeout-handler): Remove.
13392 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
13394         Fix Bug#6019, Bug#9315.
13396         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13397         complete `buffer-file-name', the local file name part could look
13398         remotely (for example on VMS).
13400         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13401         `tramp-run-real-handler'.
13402         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13403         already quoted by '"'.
13405         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13406         Let `file-name-handler-alist' be nil, the local file name part
13407         could look remotely (for example on VMS).
13409 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13411         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13412         from here...
13413         (flyspell-post-command-hook): ...to here.
13415 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13417         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13418         if not needed.
13419         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
13420         using completion.  Protect against "slow" callers.
13421         Remove the "message hack".
13423 2011-10-11  Juri Linkov  <juri@jurta.org>
13425         * isearch.el (isearch-lazy-highlight-word): New variable.
13426         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13427         Use it.  (Bug#9727)
13429 2011-10-11  Glenn Morris  <rgm@gnu.org>
13431         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13432         like f90-previous-statement does.
13434 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13436         * eshell/eshell.el (eshell-command): History should be saved
13437         only in interactive use, to avoid error.
13439 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13441         * minibuffer.el (completion-file-name-table): Fix last change,
13442         i.e. ignore normal errors but not the other ones.
13444 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
13446         * window.el (special-display-buffer-names)
13447         (special-display-regexps): Remove some remnants of earlier
13448         changes from doc-strings.
13449         (quit-windows-on): New function.
13451         * vc/vc.el (vc-revert, vc-rollback):
13452         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13453         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
13454         (Bug#6183) (Bug#7074) (Bug#7447)
13456 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
13458         * window.el (frame-auto-hide-function): Add version tag.
13459         (Bug#9699)
13461 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
13463         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13464         condition.
13466 2011-10-09  Leo Liu  <sdl.web@gmail.com>
13468         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13469         (Bug#9701)
13471 2011-10-08  Glenn Morris  <rgm@gnu.org>
13473         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13474         before the first code statement zero indent.  (Bug#9690)
13476 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
13478         * simple.el (count-words-region): Always count in the region.
13479         Report the number of lines and characters too.
13480         (count-words): New command, which counts in the buffer if the
13481         region is inactive, as count-words-region used to.
13482         (count-words--message): New function.  Handle plurals.
13483         (count-lines-region): Make it an alias for count-words-region.
13485         * bindings.el (esc-map): Replace count-lines-region with
13486         count-words-region.
13488 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
13490         * window.el (window--delete): Delete dedicated frame
13491         unconditionally when argument KILL is non-nil.  (Bug#9699)
13492         (switch-to-buffer): Fix doc-string typo.
13494 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13496         * eshell/eshell.el (eshell-command): Avoid using hooks.
13498 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
13500         * bindings.el ([M-left],[M-right]): Bind to left-word and
13501         right-word respectively.
13503 2011-10-07  Glenn Morris  <rgm@gnu.org>
13505         * cus-start.el (debug-on-quit): Fix custom type.
13507 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13509         * subr.el (define-key-after): Clarify that the function is not
13510         useful for non-menu keymaps.
13512         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13514 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13516         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13517         in current minibuffer (Fix bug with recursive minibuffers).
13519 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
13521         * progmodes/gdb-mi.el (gdb): Doc fix.
13523 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
13525         * window.el (frame-auto-hide-function): New option replacing
13526         frame-auto-delete.  Suggested by Stefan Monnier.
13527         (window--delete): Call frame-auto-hide-function instead of
13528         investigating frame-auto-delete.
13529         (window-point-1, set-window-point-1): New functions.
13530         (window-in-direction, record-window-buffer, window-state-get-1)
13531         (display-buffer-record-window): Use window-point-1 instead of
13532         window-point.
13533         (set-window-buffer-start-and-point): Use set-window-point-1.
13535 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13537         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13539 2011-10-05  Glenn Morris  <rgm@gnu.org>
13541         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13542         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
13544 2011-10-05  Leo Liu  <sdl.web@gmail.com>
13546         * subr.el (read-char-choice): Fix argument to buffer-live-p which
13547         works with buffer object.
13549 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13551         * mpc.el (mpc-tool-bar-map): Add labels.
13553 2011-10-04  Glenn Morris  <rgm@gnu.org>
13555         * calendar/holidays.el (calendar-check-holidays): Doc fix.
13557 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
13559         * window.el (window--delete): New function.
13560         (frame-auto-delete): Resuscitate option.
13561         (bury-buffer, replace-buffer-in-windows)
13562         (quit-window): Rewrite using window--delete.
13563         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13564         Pass display-buffer-mark-dedicated to window--display-buffer-2
13565         (Bug#9639).
13567 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13569         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13570         returns a list (bug#9554).  Add remote file name completion.
13571         * comint.el (comint--table-subvert): Curry and get quote&unquote
13572         functions as arguments.
13573         (comint--complete-file-name-data): Adjust call accordingly.
13574         * pcomplete.el (pcomplete--table-subvert): Remove.
13575         (pcomplete-completions-at-point): Use comint--table-subvert instead.
13577         * minibuffer.el (completion-table-case-fold): Use currying.
13578         (completion--styles-type, completion--cycling-threshold-type):
13579         New constants.
13580         (completion-styles, completion-category-overrides)
13581         (completion-cycle-threshold): Use them.
13582         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13583         completion-table-case-fold.
13585 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
13587         * minibuffer.el (completion-category-overrides): Fix type of styles
13588         and add more user friendly tags (bug#9660).
13590 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13592         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13593         (mule-input-method-string): New widget.
13594         (default-input-method, language-info-custom-alist): Use it.
13596 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13598         * pcomplete.el: Require comint.
13599         (pcomplete--common-suffix): Remove.
13600         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13601         (pcomplete--table-subvert): Sync with comint--table-subvert.
13602         (pcomplete--entries): Use comint-completion-file-name-table.
13603         * comint.el (comint-unquote-filename): Simplify.
13604         (comint-completion-file-name-table): New function (bug#9616).
13605         (comint--complete-file-name-data): Use it.
13607         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13608         (pcmpl-gnu-tar-buffer): Remove.
13609         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
13610         around.  Make sure pcomplete-suffix-list is only changed temporarily.
13611         Don't look inside the tar's file if it's too large.
13613 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
13615         * cus-edit.el (custom-mode-map):
13616         * epa.el (epa-key-list-mode-map):
13617         * man.el (Man-mode-map):
13618         * startup.el (splash-screen-keymap):
13619         * simple.el (special-mode-map): Use scroll-up-command and
13620         scroll-down-command.
13622         * progmodes/idlw-help.el (idlwave-help-mode-map):
13623         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13624         * net/newst-plainview.el (newsticker-mode-map):
13625         * emulation/ws-mode.el (wordstar-mode-map):
13626         * emulation/vi.el (vi-com-map):
13627         * calc/calc-graph.el (calc-graph-show-dumb):
13628         * term/sun.el (terminal-init-sun):
13629         * term/ns-win.el (global-map):
13630         * progmodes/grep.el (grep-mode-map):
13631         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13632         * mail/rmail.el (rmail-mode-map):
13633         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13635         * custom.el (custom-safe-themes, load-theme): Treat value of t for
13636         custom-safe-themes as special.
13638 2011-10-01  Julien Danjou  <julien@danjou.info>
13640         * notifications.el (notifications-notify): Fix docstring.
13642 2011-10-01  Per Starbäck  <per@starback.se>
13644         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
13646 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
13648         * startup.el (command-line-1): Fix last fix by inserting
13649         initial-scratch-message into *scratch* before displaying it.
13650         (Bug#9605) and (Bug#9636)
13652 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
13654         * simple.el (line-move): If auto-hscroll-mode is disabled and the
13655         window is hscrolled, move by logical lines.  (Bug#9607)
13656         (line-move-visual): Update the doc string to the above effect.
13658 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
13660         * window.el (display-buffer-record-window): When WINDOW is the
13661         selected window use `point' instead of `window-point'.  (Bug#9626)
13663         * startup.el (command-line-1): Use insert-before-markers when
13664         inserting initial-scratch-message.  (Bug#9605)
13666         * help.el (help-window): Remove variable.
13668 2011-09-29  Glenn Morris  <rgm@gnu.org>
13670         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13672 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
13674         * descr-text.el (describe-char-categories): Accept category
13675         descriptions more than one line long.
13677 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13679         * simple.el (delete-trailing-whitespace): Fix last change.
13681         * progmodes/perl-mode.el (perl-syntax-propertize-function):
13682         Don't confuse "y => 3" as the beginning of a `y' operation.
13684         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13685         object has more than 4 slots (bug#9613).
13687 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
13689         * subr.el (with-output-to-temp-buffer):
13690         * net/quickurl.el (quickurl, quickurl-browse-url):
13691         Fix typos in docstrings.
13693 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
13695         * minibuffer.el (completion-styles)
13696         (completion-category-overrides): Cross reference each other in doc
13697         strings.
13699 2011-09-27  Glenn Morris  <rgm@gnu.org>
13701         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13702         to split-string.  (Bug#9606)
13704 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13706         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13707         (bug#9615).
13709 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
13711         * emacs-lisp/package.el (list-packages): Fix echo area message.
13713 2011-09-27  Leo Liu  <sdl.web@gmail.com>
13715         * ido.el (ido-read-internal): Accept cons cell HIST arg.
13717 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
13719         * net/dbus.el (dbus-unregister-object): Don't release services for
13720         registered signals.  (Bug#9581)
13722 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13724         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13725         function that picks between cfengine 2 and 3 support
13726         automatically.  Update docs accordingly.
13728 2011-09-22  Kenichi Handa  <handa@m17n.org>
13730         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13731         ZERO.
13732         (indian-itrans-v5-table-for-tamil): New variable.
13733         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13735 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
13737         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13738         that's true if the current command involved collapsing of text.
13739         It's reset to false at the beginning of the next command.
13740         (allout-post-command-business): Move the cursor to the beginning
13741         of entry if the cursor is hidden and collapsing activity just
13742         happened.
13744 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
13746         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13747         tracking (Bug#9541).
13749 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
13751         * net/newst-reader.el (newsticker-html-renderer)
13752         (newsticker-show-news): Automatically load html rendering package
13753         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
13754         because w3m-fill-column is let-bound" and the error "Symbol's value
13755         as variable is void: w3m-fill-column".
13757 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
13759         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13760         Release services only if they are defined.  (Bug#9581)
13762 2011-09-23  Richard Stallman  <rms@gnu.org>
13764         * textmodes/paragraphs.el (forward-sentence): For backwards case,
13765         distinguish start of paragraph from start of its text.
13767         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13769         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
13770         (rmail-generate-viewer-buffer): Put that hook on view buffer.
13771         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
13773 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
13775         * international/mule-diag.el (mule-diag): Insert a newline after
13776         each fontset description.
13778 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13780         * simple.el (delete-trailing-whitespace):
13781         Document last change; simplify.
13783 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
13785         * simple.el (delete-trailing-whitespace): Also delete
13786         extra newlines at the end of the buffer.
13788         * textmodes/picture.el: Make motion commands obey shift-select-mode.
13789         (picture-newline): Use forward-line so as to ignore fields.
13791 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13793         * subr.el (with-wrapper-hook): Fix edebug spec.
13795 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13797         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
13798         (bug#4538).
13800 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
13802         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
13803         Fix nasty bug using wrong cached values.
13805 2011-09-23  Alan Mackenzie  <acm@muc.de>
13807         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
13809 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
13811         * window.el (pop-to-buffer): Ensure right window is selected if we
13812         chose another frame.
13814 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
13816         * simple.el (what-cursor-position): Use get-char-property-change
13817         and next-single-char-property-change, to be able to show display
13818         properties that come from overlays as well as text properties.
13820 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
13822         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
13824         * cmuscheme.el (run-scheme, switch-to-scheme):
13825         * cus-edit.el (customize-group, custom-buffer-create)
13826         (customize-browse):
13827         * info.el (info):
13828         * shell.el (shell):
13829         * mail/sendmail.el (mail):
13830         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
13832 2011-09-22  Richard Stallman  <rms@gnu.org>
13834         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
13835         move back only to line beg, don't move back over blank lines.
13837 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
13839         * files.el (copy-directory): Set directory attributes only in case
13840         they could be retrieved from the source directory.  (Bug#9565)
13842 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
13844         * progmodes/hideshow.el (hs-looking-at-block-start-p)
13845         (hs-find-block-beginning, hs-hide-level-recursive):
13846         Ignore strings as well as comments.  (Bug#9502)
13848 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
13850         * progmodes/sql.el (sql-comint-postgres):
13851         Convert port number to a string.  (Bug#9566)
13853 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
13855         * window.el (quit-window): Undedicate window when switching to
13856         previous buffer.  Reported by Thierry Volpiatto
13857         <thierry.volpiatto@gmail.com>.
13858         (special-display-popup-frame): When popping up a new frame reset
13859         its previous buffers to nil.  Simplify code.
13861 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
13863         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
13864         and process filter, as done also in `shell-command'.
13866 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
13868         * window.el (set-window-buffer-start-and-point):
13869         Call set-window-start with NOFORCE argument t.
13870         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13871         (quit-window): Reword doc-string.  Handle new format of
13872         quit-restore parameter.  Don't delete window if it has a
13873         previous buffer we can show instead of the present one.
13874         (display-buffer-record-window): Rewrite using a new format for
13875         the quit-restore window parameter
13876         (special-display-popup-frame, display-buffer-same-window)
13877         (display-buffer-reuse-window, display-buffer-pop-up-frame)
13878         (display-buffer-pop-up-window, display-buffer-use-some-window):
13879         Adapt symbol passed to display-buffer-record-window.
13880         * help.el (help-window-setup): Handle new format of quit-restore
13881         parameter.
13883 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13885         * faces.el (face-list): Fix docstring (bug#9564).
13887         * window.el (display-buffer--action-function-custom-type):
13888         Don't include internal functions in the Custom interface.
13890 2011-09-20  Juri Linkov  <juri@jurta.org>
13892         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
13893         (Info-forward-node, Info-backward-node, Info-next-preorder)
13894         (Info-last-preorder): Use it.  (Bug#9528)
13896 2011-09-20  Juri Linkov  <juri@jurta.org>
13898         * info.el (Info-last-preorder): Visit last menu item only when
13899         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
13901 2011-09-20  Julien Danjou  <julien@danjou.info>
13903         * password-cache.el (password-cache-remove): Remove entries even if the
13904         value is nil, so that password with a nil value (negative caching) is
13905         possible to invalidate.
13907 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
13909         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
13910         all whitespace around breakpoint.  (Bug#9553)
13911         (f90-find-breakpoint): Only break at whitespace inside a comment.
13913 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13915         * minibuffer.el (completion-file-name-table): Keep track of errors.
13916         (completion-table-with-predicate): Handle the case where pred1 is nil.
13917         * pcomplete.el (pcomplete-completions-at-point): Simplify.
13919 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13921         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
13922         (debugger-return-value): Signal an error if the debugging context does
13923         not await any return value.
13925         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
13926         * image-mode.el (image-toggle-display-text)
13927         (image-toggle-display-image): Stay away from evil `intangible'.
13929 2011-09-19  Leo Liu  <sdl.web@gmail.com>
13931         * replace.el (occur-revert-arguments): Make it permanent-local.
13932         (occur-mode): Don't call font-lock-defontify.
13934 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
13936         * net/ldap.el (ldap-search-internal): Don't push empty search
13937         result (Bug#9508).
13939 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13941         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
13943 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
13945         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
13946         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
13948 2011-09-18  Juri Linkov  <juri@jurta.org>
13950         * buff-menu.el (Buffer-menu-mode-map):
13951         * dired.el (dired-mode-map):
13952         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
13953         (lisp-interaction-mode-map):
13954         * emacs-lisp/package.el (package-menu-mode-map):
13955         * epa.el (epa-key-list-mode-map):
13956         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
13957         (menu-bar-options-menu):
13958         * outline.el (outline-mode-menu-bar-map):
13959         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
13960         * vc/vc-dir.el (vc-dir-menu-map):
13961         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
13962         Capitalize non-function content words in menu item strings.
13964         * dired.el (dired-mode-map): Add menu item for
13965         `image-dired-dired-toggle-marked-thumbs'.
13967 2011-09-18  Juri Linkov  <juri@jurta.org>
13969         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
13970         to `isearch-case-fold-search' and restore its original value
13971         after the `isearch-mode' call.
13973 2011-09-18  Juri Linkov  <juri@jurta.org>
13975         * progmodes/grep.el (grep-process-setup): Don't check code for 1
13976         because `zgrep' returns 1 for successful matches (bug#9226).
13978 2011-09-18  Juri Linkov  <juri@jurta.org>
13980         * info.el (Info-extract-menu-node-name): Check the second match
13981         for empty string (second test-case of bug#9528).
13982         (Info-last-preorder): Let-bind `Info-history' to nil to not add
13983         intermediate nodes to the history (first test-case of bug#9528).
13985 2011-09-18  Juri Linkov  <juri@jurta.org>
13987         * info.el (Info-mode-syntax-table): New variable.
13988         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
13990 2011-09-18  Juri Linkov  <juri@jurta.org>
13992         * info.el (Info-file-supports-index-cookies):
13993         Increment line-beginning-position's arg from 3 to 4 because makeinfo
13994         outputs one more line for long file names (bug#4142).
13996 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
13998         * newcomment.el (comment-normalize-vars): If prompting for
13999         comment-start, set comment-start-skip too (Bug#8424).
14001 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
14003         * icomplete.el: Fix previous fix of Bug#5849.
14004         (icomplete-mode): Don't set completion-show-inline-help.
14005         (icomplete-minibuffer-setup): Set completion-show-inline-help
14006         locally during icompletion.
14008 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
14010         * woman.el (woman2-process-escapes): Don't delete unrecognized
14011         escapes (Bug#7843).
14013         * files.el (inhibit-first-line-modes-regexps): Add image files.
14014         (hack-local-variables-prop-line): Return nil for malformed
14015         prop-lines (Bug#9044).
14017 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
14019         * net/tramp.el (top): Don't require 'shell.
14020         (tramp-methods): Fix docstring.
14021         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14022         Return complete remote file name.  Handle "smb" case.
14023         Use `tramp-tmpdir', if defined for the respective method.
14024         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14026         * net/tramp-compat.el (top): Require 'shell.
14028         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14029         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14030         `tramp-current-host'.
14031         (tramp-get-remote-tmpdir): Remove.
14033         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14034         `tramp-tmpdir' entries.
14035         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14036         (tramp-smb-handle-file-attributes): Ignore errors.
14037         (tramp-smb-wait-for-output): Check also for process end.
14039 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14041         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14042         when sending QUIT (bug#9312).
14044 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
14046         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14047         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14048         occur-mode-display-occurrence.
14049         (occur-edit-mode): Add usage message.
14050         (occur-cease-edit): New command.
14051         (occur-after-change-function): Use text properties to find the
14052         position of the prefix text.
14053         (occur-engine): Set stickiness of prefix text properties.
14055 2011-09-17  Glenn Morris  <rgm@gnu.org>
14057         * progmodes/etags.el (complete-tag):
14058         Fix call to completion-in-region.  (Bug#9526)
14060 2011-09-17  Juri Linkov  <juri@jurta.org>
14062         * textmodes/ispell.el (ispell-word): Add to the error message
14063         the word, ispell program name and current dictionary (bug#9121).
14064         (ispell-tex-arg-end): Capitalize "error" in the error message.
14066 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
14068         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14069         check.  (Bug#4251)
14071 2011-09-17  Juri Linkov  <juri@jurta.org>
14073         * window.el (window-safe-min-height, window-safe-min-width):
14074         Fix typos (followup to bug#9522).
14076 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
14078         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14080 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
14082         * simple.el (line-move): If goal-column is set, move by logical
14083         lines, not by display lines.  (Bug#971)
14084         (next-line, previous-line, goal-column, line-move-visual): Doc fix
14085         to reflect the above change.
14087 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14089         * image.el (imagemagick-register-types): Use regexp-opt.
14091 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
14093         * window.el (display-buffer-base-action): Rename from
14094         display-buffer-default-action.  Make default value empty.
14095         (display-buffer-overriding-action): Convert to defvar.
14096         (display-buffer-fallback-action): New var.
14098 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
14100         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14101         declaration.
14102         (package--add-to-archive-contents): If there is a duplicate entry
14103         with an older version, remove it.
14104         (package-menu-mark-delete, package-menu-mark-install)
14105         (package-menu-mark-unmark): Make unused args optional.
14106         (package-menu-mark-obsolete-for-deletion):
14107         Use package-menu-get-status instead of a regexp search.
14108         (package-menu-get-status): Use tabulated-list-entry.
14109         (package-menu-mark-upgrades): New command.
14110         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
14111         (package-menu-execute): Do installation before deletion.
14112         (package-menu-refresh, package-menu-execute): Use derived-mode-p
14113         instead of checking major-mode.
14114         (package-menu--find-upgrades): New function.
14116 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14118         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14119         passwords in the log buffer.
14120         (smtpmail-process-filter): Update the process marker so that the
14121         "broken by peer" status message is inserted in the right place.
14123 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14125         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14126         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14127         bibtex-completion-at-point-function.
14128         (bibtex-completion-at-point-function): Use them.
14130         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14132         * mpc.el (mpc-constraints-tag-lookup): New function.
14133         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14134         also to browser "album|playlist".
14136 2011-09-14  Juri Linkov  <juri@jurta.org>
14138         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
14139         (isearch-edit-string): Use length of `isearch-string' when
14140         `isearch-fail-pos' returns nil.
14141         (isearch-message): Remove duplicate code and call
14142         `isearch-fail-pos' with arg `t'.
14144 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
14146         * replace.el (occur-mode-goto-occurrence): Don't force using other
14147         window (Bug#9499).
14149         * dired-aux.el (dired-do-chmod): Don't provide initial input.
14151 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
14153         * window.el (display-buffer-window): Remove.
14154         (display-buffer-record-window): Use help-setup window parameter
14155         instead of variable display-buffer-window.
14156         (display-buffer-function, special-display-buffer-names)
14157         (special-display-function): Mention help-setup parameter instead
14158         of display-buffer-window in doc-string.
14159         * help.el (help-window-setup): New argument help-window.
14160         Use help-window-setup parameter instead of display-buffer-window.
14161         Reword some messages.
14162         (with-help-window): Pass window used for displaying the buffer
14163         to help-window-setup.  Don't set display-buffer-window.
14165 2011-09-13  Glenn Morris  <rgm@gnu.org>
14167         * emacs-lisp/debug.el (debugger-make-xrefs):
14168         Preserve point.  (Bug#9462)
14170 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
14172         * window.el (window-deletable-p): Use next-frame.
14174 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
14176         * window.el (window-auto-delete): Remove.
14177         (window-deletable-p): Remove argument FORCE.  Don't deal with
14178         dedication and previous buffers.
14179         (switch-to-prev-buffer): Don't delete window.
14180         (delete-windows-on): Delete a window's frame if and only if the
14181         window is dedicated.
14182         (replace-buffer-in-windows): Delete buffer's window or frame if
14183         and only if window is dedicated.
14184         (quit-window): Handle quit-restore as before last change.
14185         (bury-buffer): Delete window only if window-deletable-p returns t.
14187 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
14189         * window.el (window-deletable-p): Never delete the last frame on a
14190         given terminal.
14192 2011-09-13  Glenn Morris  <rgm@gnu.org>
14194         * help.el (describe-key-briefly): Copy previous standard-output change.
14196 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
14198         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
14200 2011-09-13  Glenn Morris  <rgm@gnu.org>
14202         * emacs-lisp/lisp-mode.el (lisp-indent-function):
14203         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14205 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
14207         * dired-aux.el (dired-mark-read-string): Don't return default
14208         value on empty input (Bug#9361).
14209         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14210         Omit initial minibuffer contents.
14211         (dired-do-chmod): Signal an error on empty input.
14212         (dired-mark-read-string): Don't return default on empty input.
14214         * files.el (file-modes-symbolic-to-number): Doc fix.
14216 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14218         * international/mule-cmds.el (ucs-completions): Remove.
14219         (read-char-by-name): Use complete-with-action instead; add metadata.
14221 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
14223         * window.el (display-buffer--action-function-custom-type)
14224         (display-buffer--action-custom-type): New vars.
14225         (display-buffer-alist, display-buffer-default-action)
14226         (display-buffer-overriding-action): Add defcustom types.
14228         * frame.el (delete-other-frames): Doc fix (Bug#276).
14230 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14232         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14234 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
14236         Change modes that used same-window-* vars to use switch-to-buffer.
14238         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14239         Use switch-to-buffer.
14241         * cus-edit.el (customize-group, custom-buffer-create)
14242         (customize-browse, custom-buffer-create-other-window):
14243         Use switch-to-buffer or switch-to-buffer-other-window.
14245         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14246         (Info-prev, Info-up, Info-speedbar-goto-node)
14247         (info-display-manual): Use switch-to-buffer.
14248         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14250         * mail/sendmail.el (mail): Use switch-to-buffer.
14251         (mail-recover): Use switch-to-buffer-other-window.
14253         * cmuscheme.el (run-scheme, switch-to-scheme):
14254         * ielm.el (ielm):
14255         * shell.el (shell):
14256         * net/rlogin.el (rlogin):
14257         * net/telnet.el (telnet, rsh):
14258         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14260 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
14262         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14264 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14266         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14267         so don't mention it (bug#9301).
14268         (dired-sort-toggle-or-edit): Clarify string further.
14270         * faces.el (face-spec-set-match-display): Make `(type graphic)'
14271         match `x', `w32' and `ns', like the manual says (bug#9029).
14273         * subr.el (eval-after-load): Doc string clarification (bug#9125).
14274         (process-kill-buffer-query-function): Mention the buffer name in
14275         the query.
14277         * image-mode.el (image-next-line): The line parameter is mandatory
14278         (bug#9258).
14280         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14281         which can be useful (bug#9301).
14283         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14285         * subr.el (match-string): Mention that the current buffer should
14286         be the same as the search was done in (bug#9282).
14288         * facemenu.el: Disable the remove-* commands if the mark isn't
14289         active (bug#9162).
14291 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
14293         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14294         of display-buffer.
14295         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14297         * replace.el (occur-mode-goto-occurrence)
14298         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14299         and display-buffer.
14301         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14302         display-buffer.
14304         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14305         special-display and same-window variables.
14306         (mail-other-window): Use switch-to-buffer-other-window.
14307         (mail-other-frame): USe switch-to-buffer-other-frame.
14309         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14310         Use display-buffer-other-frame.
14311         (gdb-display-gdb-buffer): Use pop-to-buffer.
14313         * progmodes/gud.el (gud-goto-info): Use info-other-window.
14315         * progmodes/python.el: Don't set same-window-buffer-names.
14317         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14319         * window.el (display-buffer-alist): Add *Python*.
14321 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
14323         * window.el (display-buffer-alist): Add entry for buffers
14324         previously handled same-window-*.
14325         (display-buffer-alist, display-buffer-default-action)
14326         (display-buffer-overriding-action): Mark as risky.
14327         (display-buffer-alist): Document action function changes.
14328         (display-buffer--same-window-action)
14329         (display-buffer--other-frame-action): New variables.
14330         (switch-to-buffer, display-buffer-other-frame): Use them.
14331         (display-buffer): Rename reuse-frame entry to reusable-frames.
14332         (display-buffer-reuse-selected-window): Function deleted.
14333         (display-buffer-reuse-window): Handle reusable-frames alist entry.
14334         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14335         (display-buffer-special): New function.
14336         (display-buffer--maybe-pop-up-frame-or-window): Rename from
14337         display-buffer-reuse-or-pop-window.  Split off special-display
14338         part into display-buffer-special.
14339         (display-buffer-use-some-window): Don't perform any special
14340         pop-up-frames handling.
14341         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14342         (display-buffer--maybe-same-window): Rename from
14343         display-buffer-maybe-same-window.
14345         * info.el: Don't set same-window-regexps.
14346         (info-setup): New function.
14347         (info-other-window, info): Call it.
14349         * cus-edit.el: Don't set same-window-regexps.
14350         (customize-group): New argument.
14351         (customize-group-other-window): Use it.
14352         (customize-face, customize-face-other-window): Likewise.
14353         (custom-buffer-create-other-window): Use pop-to-buffer directly.
14355         * net/rlogin.el:
14356         * net/telnet.el:
14357         * progmodes/gud.el: Don't set same-window-regexps.
14359         * cmuscheme.el:
14360         * ielm.el:
14361         * shell.el:
14362         * mail/sendmail.el:
14363         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14365 2011-09-10  Juri Linkov  <juri@jurta.org>
14367         * isearch.el (isearch-edit-string): Remove obsolete mention of
14368         `C-w' (`isearch-yank-word-or-char') from docstring.
14369         (isearch-query-replace): Fix typo in docstring (bug#9466).
14371 2011-09-10  Juri Linkov  <juri@jurta.org>
14373         * paren.el (show-paren-function): Don't show escaped parens.
14374         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
14376 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
14378         * mail/sendmail.el (mml-to-mime, mml-attach-file)
14379         (mm-default-file-encoding): Remove autoload forms, they are
14380         replaced with autoload cookies in mml.el and mm-encode.el.
14381         (mail-add-attachment): New command.
14382         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14383         (mail-mode): Mention mail-insert-file and mail-add-attachment in
14384         the doc string.
14385         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14387 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
14389         * simple.el (count-words-region): Use buffer if there's no region
14390         (bug#9429).
14392 2011-09-09  Juri Linkov  <juri@jurta.org>
14394         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14395         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14396         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
14398 2011-09-09  Alan Mackenzie  <acm@muc.de>
14400         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14401         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
14403 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
14405         Fix for Savannah bug#9392.
14406         * simple.el (mail-encode-mml): New defvar.
14408         * mail/rmail.el (mail-encode-mml): Add a defvar.
14409         (rmail-enable-mime-composing): Default to t.
14410         (rmail-forward): Use MIME method of forwarding only if both
14411         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14412         Set mail-encode-mml non-nil if the MIME method was used.
14414         * mail/sendmail.el (mml-to-mime): Add autoload form.
14415         (mail-encode-mml): Add a defvar.
14416         (mail-mode): Make mail-encode-mml buffer-local and initialize it
14417         to nil.
14418         (mail-send): If mail-encode-mml is non-nil, run the outgoing
14419         message through mml-to-mime, and reset mail-encode-mml to nil.
14421 2011-09-09  Glenn Morris  <rgm@gnu.org>
14423         * woman.el (woman-if-body): When processing an .el block,
14424         do not delete the next .el block as well.  (Bug#9447)
14425         (woman-special-characters): Add oq, cq, and hy characters.
14427 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
14429         * window.el (window-deletable-p): Make sure window is live before
14430         invoking window-prev-buffers.
14432 2011-09-08  Leo Liu  <sdl.web@gmail.com>
14434         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
14436 2011-09-08  Juri Linkov  <juri@jurta.org>
14438         * progmodes/compile.el (compilation-environment): Make it
14439         a defcustom (bug#8340).
14441 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
14443         * window.el (frame-auto-delete): Rename to window-auto-delete.
14444         Make it control auto-deletion of windows and/or frames.
14445         (window-deletable-p): New argument FORCE.  Rewrite conditions
14446         for deleting window/frame.  (Bug#9419)
14447         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14448         Rewrite handling of case when window/frame can be deleted.
14449         (delete-windows-on): Call window-deletable-p with new FORCE
14450         argument t.  (Bug#9456)
14452 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
14454         * help-mode.el (help-mode): Restore autoload.
14456 2011-09-07  Juri Linkov  <juri@jurta.org>
14458         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14459         `compilation-environment'.  Set buffer-local
14460         `compilation-environment' to `thisenv' later after (funcall mode).
14461         (Bug#8340)
14463         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
14464         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14465         instead of replacing its value.  (Bug#8340)
14467 2011-09-07  Juri Linkov  <juri@jurta.org>
14469         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14470         based on text properties put by `grep-filter' instead of matching
14471         escape sequences.
14472         (grep-mode): Set buffer-local `compilation-error-screen-columns'
14473         to the value of `grep-error-screen-columns' (bug#9438).
14475 2011-09-07  Juri Linkov  <juri@jurta.org>
14477         * simple.el (next-error-highlight, next-error-highlight-no-select):
14478         Doc fix (bug#9432).
14480 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
14482         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14483         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
14485 2011-09-07  Leo Liu  <sdl.web@gmail.com>
14487         * net/rcirc.el (rcirc-mode): Conditionally initialize
14488         rcirc-input-ring.
14490 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14492         * emacs-lisp/find-func.el (find-function-C-source): Only set
14493         find-function-C-source-directory after checking that we found a source
14494         file there (bug#9440).
14496 2011-09-06  Alan Mackenzie  <acm@muc.de>
14498         * isearch.el (isearch-other-meta-char): Wherever a key list is
14499         unread, "unread" the prefix arg, too.  This fixes bug #8901.
14501 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
14503         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14505 2011-09-05  Juri Linkov  <juri@jurta.org>
14507         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14509 2011-09-05  Juri Linkov  <juri@jurta.org>
14511         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14512         keeping point where processing of grep matches begins, and
14513         continue to delete remaining escape sequences from the same point.
14514         (grep-filter): Make leading zero optional in "0?1;31m" because
14515         git-grep emits "\033[1;31m" escape sequences unlike expected
14516         "\033[01;31m" as GNU Grep does (bug#9408).
14517         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14519 2011-09-05  Juri Linkov  <juri@jurta.org>
14521         * subr.el (y-or-n-p): Capitalize "yes".
14523 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
14525         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
14526         `tramp-cache-unload-hook' where appropriate.
14527         (tramp-methods): Rename `tramp-remote-sh' to
14528         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
14529         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14531         * net/tramp-sh.el (top): Don't require 'shell.
14532         (tramp-methods): Add `tramp-remote-shell' and
14533         `tramp-remote-shell-args' entries.
14534         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14535         (tramp-sh-handle-shell-command): Remove.
14536         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14537         Use `tramp-remote-shell'.
14539 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
14541         * mail/sendmail.el (sendmail-query-once-function): Delete.
14542         (sendmail-query-once): Save directly to send-mail-function.
14543         Update message-send-mail-function too.
14545         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14547 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
14549         * progmodes/python.el (python-mode-map): Use correct function to
14550         start python interpreter from menu-bar (as reported by Geert
14551         Kloosterman).
14552         (inferior-python-mode-map): Fix typo.
14553         (python-shell-map): Remove.
14555 2011-09-03  Deniz Dogan  <deniz@dogan.se>
14557         * net/rcirc.el (rcirc-print): Simplify code for
14558         rcirc-scroll-show-maximum-output.  There is no need to walk
14559         through all windows to find the right one.
14561 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
14563         * help.el (help-return-method): Doc fix.
14565 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
14567         * window.el (window-deletable-p): Don't return a non-nil value
14568         when there's a buffer that was shown in the window before.
14569         (Bug#9419)
14570         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14571         Set window's previous buffers to nil.
14573 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
14575         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14576         newline before and after the tag line, so it doesn't interfere
14577         with determining the paragraph direction of bidirectional text.
14579 2011-09-03  Leo Liu  <sdl.web@gmail.com>
14581         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
14583 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
14585         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14586         (pop-to-buffer): Change interactive spec.  Pass second argument
14587         directly to display-buffer.
14588         (display-buffer): Fix interactive spec.  Use functionp to
14589         distinguish between a function and a list of functions.
14591         * abbrev.el (edit-abbrevs):
14592         * arc-mode.el (archive-extract):
14593         * autoinsert.el (auto-insert):
14594         * bookmark.el (bookmark-bmenu-list):
14595         * files.el (find-file):
14596         * view.el (view-buffer):
14597         * progmodes/compile.el (compilation-goto-locus):
14598         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14600 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
14602         * window.el (display-buffer-alist): Doc fix.
14603         (display-buffer): Add docstring.  Don't treat
14604         display-buffer-default specially.
14605         (display-buffer-reuse-selected-window)
14606         (display-buffer-same-window, display-buffer-maybe-same-window)
14607         (display-buffer-reuse-window, display-buffer-pop-up-frame)
14608         (display-buffer-pop-up-window)
14609         (display-buffer-reuse-or-pop-window)
14610         (display-buffer-use-some-window): New functions.
14611         (display-buffer-default-action): Use them.
14612         (display-buffer-default): Delete.
14613         (pop-to-buffer-1): Fix choice of actions.
14615 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14617         * minibuffer.el (completion--insert-strings): Don't get confused by
14618         completion entries that end with an LF char.
14620 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
14622         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14624 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
14626         * window.el (display-buffer): Restore interactive spec.
14627         (display-buffer-same-window, display-buffer-other-window):
14628         New functions.
14629         (pop-to-buffer-1): New function.  Use the above.
14630         (pop-to-buffer, pop-to-buffer-same-window): Use it.
14631         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
14633         * view.el (view-buffer-other-window, view-buffer-other-frame):
14634         Just use pop-to-buffer.
14636 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14638         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
14640 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
14642         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
14644 2011-08-31  Richard Stallman  <rms@gnu.org>
14646         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14647         of the separation of rmail-view-buffer from rmail-buffer.
14648         If you say no to "replace original", the decrypt is in the
14649         view buffer.  If you say yes, the decrypt goes into the
14650         rmail buffer also.
14652 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
14654         * window.el (display-buffer-window): Rewrite doc-string.
14655         (display-buffer-record-window): New function.
14656         (display-buffer-macro-specifiers)
14657         (display-buffer-even-window-sizes, display-buffer-set-height)
14658         (display-buffer-set-width, display-buffer-in-window)
14659         (display-buffer-reuse-window, display-buffer-split-specifiers)
14660         (display-buffer-side-specifiers, display-buffer-split-window-1)
14661         (display-buffer-split-window, display-buffer-split-atom-window)
14662         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14663         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14664         (display-buffer-other-window-means-other-frame)
14665         (display-buffer-normalize-special)
14666         (display-buffer-normalize-default)
14667         (display-buffer-normalize-argument)
14668         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14669         (display-buffer-normalize-specifiers, display-buffer-frame)
14670         (display-buffer-same-window, display-buffer-same-frame)
14671         (display-buffer-other-window)
14672         (display-buffer-same-frame-other-window)
14673         (display-buffer-other-frame, pop-to-buffer-same-window)
14674         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14675         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14676         (switch-to-buffer-same-frame)
14677         (switch-to-buffer-other-window-same-frame)
14678         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14679         (display-buffer-alist-set-1, display-buffer-alist-set-2)
14680         (display-buffer-alist-set): Remove.
14681         (display-buffer-function, special-display-buffer-names)
14682         (special-display-regexps, special-display-function):
14683         In doc-string refer to display-buffer-window and quit-restore
14684         parameter.
14685         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14686         (special-display-frame-alist, special-display-popup-frame)
14687         (same-window-buffer-names, same-window-regexps, same-window-p)
14688         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14689         (split-window-preferred-function, split-height-threshold)
14690         (split-width-threshold, window-splittable-p)
14691         (split-window-sensibly, window--try-to-split-window)
14692         (window--frame-usable-p, even-window-heights)
14693         (window--even-window-heights, window--display-buffer-1)
14694         (window--display-buffer-2, display-buffer-other-frame):
14695         Restore old Emacs 23 code, order and doc-strings where applicable.
14696         (display-buffer-default, display-buffer-assq-regexp): New functions.
14697         (display-buffer-alist): Rewrite doc-string.
14698         (display-buffer-default-action)
14699         (display-buffer-overriding-action): New variables.
14700         (display-buffer, switch-to-buffer): Rewrite.
14701         (pop-to-buffer): Restore Emacs 23 behavior but use
14702         window-normalize-buffer-to-display.
14703         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14704         Restore Emacs 23 behavior but use
14705         window-normalize-buffer-to-switch-to.
14706         (pop-to-buffer-same-window): Rewrite.
14707         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14708         Rewrite using Emacs 23 options.
14710 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
14712         * net/tramp.el (tramp-root-regexp): Remove.
14713         (tramp-completion-file-name-regexp-unified)
14714         (tramp-completion-file-name-regexp-separate)
14715         (tramp-completion-file-name-regexp-url): Don't use leading volume
14716         letter on w32 systems.  (Bug#5303, Bug#9311)
14717         (tramp-drop-volume-letter): Simplify definition.
14718         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14720 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14722         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14723         (bug#9356).
14725 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
14727         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
14729 2011-08-29  Juri Linkov  <juri@jurta.org>
14731         * isearch.el (isearch-done): Don't display message "Mark saved"
14732         when arg `edit' is non-nil to prevent its flicker in the echo area.
14734 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
14736         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14737         obsolete packages for deletion.
14739 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
14741         * help-mode.el (help-mode-map): Add special-mode-map to parent.
14742         (help-mode): Derive help-mode from special-mode.  Don't invoke
14743         view-mode from help-mode.
14744         (help-xref-override-view-map): Remove.
14745         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14746         view-mode is not used anymore.
14748 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
14750         * server.el (server-port): Doc fix.
14752         * cus-theme.el (custom-theme-choose-mode): Inherit from
14753         special-mode (Bug#9124).
14754         (custom-theme-choose-mode-map): Add special-mode to parent.
14756 2011-08-28  Alan Mackenzie  <acm@muc.de>
14758         * progmodes/cc-fonts.el
14759         (c-make-font-lock-BO-decl-search-function): New function.
14760         (c-basic-matchers-after - "Fontify the clauses after various
14761         keywords"): Extract the three keyword lists for the 3 erroneous
14762         constructs from the list of four, and use the new function above
14763         in place of an old one.
14765 2011-08-28  Deniz Dogan  <deniz@dogan.se>
14767         * net/rcirc.el (rcirc-insert-prev-input)
14768         (rcirc-insert-next-input): Remove unused argument.
14770 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14772         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14774 2011-08-27  Alan Mackenzie  <acm@muc.de>
14776         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
14777         handle function pointer parameters properly.
14779 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
14781         * window.el (display-buffer-reuse-window): Fix case where
14782         selected window was reused with non-nil OTHER-WINDOW argument.
14783         (Bug#9381)
14785 2011-08-27  Deniz Dogan  <deniz@dogan.se>
14787         * net/rcirc.el (rcirc-check-auth-status): Adding support for
14788         oftc's NickServ messages.
14790 2011-08-27  Glenn Morris  <rgm@gnu.org>
14792         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
14794 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
14796         * emacs-lisp/package.el (package-install): Call package-initialize
14797         if called interactively.
14799 2011-08-26  Leo Liu  <sdl.web@gmail.com>
14801         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
14803 2011-08-25  Juri Linkov  <juri@jurta.org>
14805         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14806         `search-whitespace-regexp' (bug#9364).
14808 2011-08-25  Juri Linkov  <juri@jurta.org>
14810         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
14811         `regexp-search-ring' to their global values to protect from
14812         updating by `read-from-minibuffer' (bug#9185).
14814 2011-08-25  Juri Linkov  <juri@jurta.org>
14816         * textmodes/ispell.el (ispell-command-loop): Add newline
14817         at the end of the "Use option `i'..." line.
14819 2011-08-25  Juri Linkov  <juri@jurta.org>
14821         * battery.el (display-battery-mode): If `battery-status-function'
14822         or `battery-mode-line-format' is nil, display the message and set
14823         `display-battery-mode' to nil (bug#9363).
14825 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
14827         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
14828         bidi-string-mark-left-to-right; they are unnecessary now.
14830 2011-08-25  Deniz Dogan  <deniz@dogan.se>
14832         * net/quickurl.el: Documentation typo fixes.
14834 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
14836         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
14838 2011-08-25  Glenn Morris  <rgm@gnu.org>
14840         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14842         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
14843         (smtpmail-via-smtp): Handle nil response from smtp.
14845 2011-08-24  Juri Linkov  <juri@jurta.org>
14847         * proced.el (proced-marked): Inherit from `error' instead of
14848         `font-lock-warning-face'.
14850         * ibuffer.el (ibuffer-marked-face): Change default face from
14851         `font-lock-warning-face' to `warning'.
14852         (ibuffer-deletion-face): Change default face from
14853         `font-lock-type-face' to `error'.
14855         * battery.el (battery-update): Use the face `error' instead of
14856         `font-lock-warning-face' (bug#6117).
14858 2011-08-24  Juri Linkov  <juri@jurta.org>
14860         * faces.el (success): Change face color from "Green3" to
14861         "ForestGreen" on light background (bug#9353).
14863 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
14865         * window.el (quit-window): Rename from quit-restore-window.
14866         Use same arglist as old quit-window.
14867         (frame-auto-delete): Doc fix.
14869         * view.el (view-mode-exit): Use quit-window.
14871 2011-08-24  Juri Linkov  <juri@jurta.org>
14873         * isearch.el (isearch-ring-adjust1): Start visiting previous
14874         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
14875         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
14876         for empty search string (when the last search string is reused
14877         automatically) to adjust the isearch ring to the last element and
14878         prepare the correct index for further M-p commands (bug#9185).
14880 2011-08-24  Kenichi Handa  <handa@m17n.org>
14882         * international/ucs-normalize.el: If decomposition property of
14883         CHAR is the default one (i.e. a list of CHAR itself), treat it as
14884         nil.
14885         (nfd, nfkd): Likewise.
14887 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14889         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
14890         from process filters aren't reliably transmitted to the surrounding
14891         accept-process-output.
14892         (mpc-proc-check): New function.
14893         (mpc-proc-sync): Use it (bug#8293)
14895 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14897         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
14898         Add compatibility functions (bug#9313).
14900 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
14902         * cus-start.el (all): Add entry for bidi-paragraph-direction.
14904         * international/uni-bidi.el: Regenerate.
14906 2011-08-23  Kenichi Handa  <handa@m17n.org>
14908         * international/charprop.el:
14909         * international/uni-bidi.el:
14910         * international/uni-category.el:
14911         * international/uni-combining.el:
14912         * international/uni-comment.el:
14913         * international/uni-decimal.el:
14914         * international/uni-decomposition.el:
14915         * international/uni-digit.el:
14916         * international/uni-lowercase.el:
14917         * international/uni-mirrored.el:
14918         * international/uni-name.el:
14919         * international/uni-numeric.el:
14920         * international/uni-old-name.el:
14921         * international/uni-titlecase.el:
14922         * international/uni-uppercase.el: Regenerate.
14924 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
14926         * help.el (help-window-setup): Fix message displayed when other
14927         window is reused.  (Bug#9341)
14929 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14931         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
14932         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
14934         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
14935         Mark obsolete.
14936         * shell.el (shell-parse-pcomplete-arguments): New function.
14937         (shell-completion-vars): Use it instead (bug#9160).
14939 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14941         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
14942         strings and comments (bug#9333).
14944         * emacs-lisp/debug.el (debug-arglist): New function.
14945         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
14946         (debug-on-entry-1): Handle interpreted closures (bug#9120).
14948 2011-08-22  Juri Linkov  <juri@jurta.org>
14950         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14951         Revert regexp that highlights output switches to its old
14952         pre-2010-10-28 value and remove one `?' from it (bug#9319).
14954         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
14955         to check for empty output (bug#9226).
14957 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
14959         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
14960         symbol-constituent as the default, as that stops font-lock from
14961         working properly (Bug#8843).
14963 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14965         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
14966         `coding-system-for-*' around the process open call to avoid
14967         auth-source side effects.
14968         (smtpmail-try-auth-methods): Expand the secret password.
14969         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
14970         probe hangs.
14972 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
14974         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
14976         * emacs-lisp/find-func.el (find-function-noselect): New arg
14977         lisp-only.
14979         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
14980         signal an error for built-in functions (Bug#6664).
14982 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14984         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
14985         (smtpmail-try-auth-methods): Use it.
14987 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
14989         * font-lock.el (font-lock-fontify-region)
14990         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
14991         (font-lock-default-unfontify-buffer)
14992         (font-lock-default-fontify-region)
14993         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
14995         * progmodes/compile.el (compilation-error-properties):
14996         Fix confusion between file struct and message struct (Bug#9319).
14997         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
14998         `ant' regexp.
15000         * net/browse-url.el (browse-url-firefox): Don't call
15001         browse-url-firefox-sentinel unless using -remote (Bug#9328).
15003 2011-08-20  Glenn Morris  <rgm@gnu.org>
15005         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15007         * tutorial.el (tutorial--default-keys): Update some default bindings.
15009         * files.el (hack-local-variables): Fully ignore case for "mode:".
15011 2011-08-20  Alan Mackenzie  <acm@muc.de>
15013         Resolve invalid use of a regexp in regexp-opt.
15015         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15016         detection for a java annotation.
15018         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15019         detection for a java annotation.
15021         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15022         handling for java.
15023         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15025 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
15027         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15028         (Bug#9274).
15030 2011-08-20  Alan Mackenzie  <acm@muc.de>
15032         Fontify CPP expressions correctly when starting in the middle of
15033         such a construct.  Mainly for when jit-lock etc. starts a chunk
15034         here.
15036         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15037         variable.
15038         (c-make-font-lock-search-form): New function, extracted from
15039         c-make-font-lock-search-function.
15040         (c-make-font-lock-search-function): Use the above function.
15041         (c-make-font-lock-context-search-function): New function.
15042         (c-cpp-matchers): Enhance the preprocessor expression case with
15043         the above function
15044         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15045         which takes an expression.
15047         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15049 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
15051         * window.el (display-buffer-reuse-window)
15052         (display-buffer-pop-up-window): Don't reuse or split a side
15053         window.
15055 2011-08-19  Glenn Morris  <rgm@gnu.org>
15057         * files.el (hack-local-variables-prop-line, hack-local-variables):
15058         Downcase "Mode:".  (Bug#9331)
15060 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
15062         * international/characters.el: Add L and R categories.
15064         * subr.el (bidi-string-mark-left-to-right): Rename from
15065         string-mark-left-to-right.  Use category search.
15067         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15069 2011-08-18  Juri Linkov  <juri@jurta.org>
15071         * faces.el (error, warning, success): New faces with definitions
15072         copied from old default values of `font-lock-warning-face',
15073         `compilation-warning', `compilation-info' (bug#6117).
15075         * font-lock.el (font-lock-warning-face): Inherit from `error'.
15077         * progmodes/compile.el (compilation-error): Inherit from `error'.
15078         (compilation-warning): Inherit from `warning'.
15079         (compilation-info): Inherit from `success'.
15081         * dired.el (dired-marked): Inherit from `warning'.
15082         (dired-flagged): Inherit from `error'.
15084 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15086         * mail/smtpmail.el (auth-source): Require to avoid problems with
15087         binding variables (bug#9298).  Also clean up some unused
15088         autoloads.
15090         * net/network-stream.el (network-stream-open-starttls):
15091         Support using starttls.el without using gnutls-cli.
15093 2011-08-17  Juri Linkov  <juri@jurta.org>
15095         * progmodes/grep.el (rgrep): Handle the case when
15096         `grep-find-command' is a cons cell (bug#9278).
15098 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
15100         * window.el (display-buffer-pop-up-frame): Run frame creation
15101         function with BUFFER current (as special-display-popup-frame
15102         does).  Reported by Drew Adams.
15104 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
15106         * epa-mail.el: Simplify GnuPG group expansion using
15107         epg-expand-group.
15108         (epa-mail-group-alist, epa-mail-group-modtime)
15109         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15110         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15111         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15112         Remove.
15114 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
15116         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15118 2011-08-16  Alan Mackenzie  <acm@muc.de>
15120         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15121         Correct, to avoid the inside of macros.
15123 2011-08-16  Richard Stallman  <rms@gnu.org>
15125         * epa-mail.el: Handle GnuPG group definitions.
15126         (epa-mail-group-alist, epa-mail-group-modtime)
15127         (epa-mail-gnupg-conf-file): New variables.
15128         (epa-mail-parse-groups, epa-mail-sync-groups)
15129         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15130         (epa-mail-expand-recipients): New functions.
15131         (epa-mail-encrypt): Call epa-mail-expand-recipients.
15133         * mail/rmail.el (rmail-epa-decrypt): New command.
15135         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15136         Don't bind buffer-read-only, just inhibit-read-only.
15137         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15138         (epa-decrypt-armor-in-region): Make error message clearer.
15140 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15142         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15143         and "a2b" to "ab" for `prefix'.
15145 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
15147         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15148         filter groups.
15149         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
15150         Fourquet (Bug#8804).
15152 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
15154         * startup.el (argi): Declare as global variable (bug#9275).
15156 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
15158         * subr.el (string-mark-left-to-right): Search the entire string
15159         for RTL script, not just the terminating character.  Doc fix.
15161 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15163         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15164         New function.
15165         (js--regexp-literal, js-syntax-propertize-function): Remove.
15166         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15167         (js-mode-map): Don't rebind electric keys.
15168         (js-insert-and-indent): Remove.
15169         (js-mode): Setup electric-layout and electric-indent instead.
15171         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15173 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
15175         * epa.el (epa-progress-callback-function): Fix the logic of
15176         displaying progress.
15177         * epa-file.el (epa-file-insert-file-contents): Make progress
15178         display more user-friendly.
15179         (epa-file-write-region): Ditto.
15181 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
15183         * subr.el (string-mark-left-to-right): New function.
15185         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15186         Use string-mark-left-to-right.
15187         (list-buffers-noselect): Caller changed.
15189         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15190         Use string-mark-left-to-right.
15191         (tabulated-list-print): Recenter after moving point.
15193 2011-08-10  Juri Linkov  <juri@jurta.org>
15195         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15196         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15197         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15199 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
15201         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15202         (Bug#7554).
15204 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
15206         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15207         character.  (Bug#6594)
15209 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
15211         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15212         (image-dired--with-db-file): New macro.
15213         (image-dired-write-tags, image-dired-remove-tag)
15214         (image-dired-create-gallery-lists, image-dired-write-comments)
15215         (image-dired-get-comment, image-dired-mark-tagged-files)
15216         (image-dired-list-tags, image-dired-gallery-generate): Use it.
15217         (image-dired-gallery-generate): Use insert-file-contents.
15219         * time.el (display-time-world-list, display-time-world-display):
15220         * time-stamp.el (time-stamp-string):
15221         * vc/add-log.el (add-change-log-entry): Use setenv instead of
15222         set-time-zone-rule (Bug#7337).
15224 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
15226         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15227         (epg-error-to-string, epg-errors-to-string): New function.
15228         (epg-wait-for-completion): Reverse errors list.
15229         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15230         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15231         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15232         (epg-sign-keys, epg-generate-key-from-file)
15233         (epg-generate-key-from-string): Format errors by using
15234         epg-errors-to-string (bug#9255).
15235         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15237 2011-08-07  Juri Linkov  <juri@jurta.org>
15239         * faces.el (list-faces-display): Remove extra angle bracket
15240         from `help-mode-map'.
15242         * info.el (Info-history-toc-nodes): Doc fix.
15244         * longlines.el (longlines-mode): Doc fix.
15246 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15248         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15249         of statements and in a few more cases (bug#9183).
15251         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15252         New functions.
15253         (cl-transform-lambda): Use them (bug#9239).
15255 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
15257         * window.el (display-buffer-same-window)
15258         (display-buffer-same-frame, display-buffer-other-window)
15259         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15260         (pop-to-buffer-other-window)
15261         (pop-to-buffer-same-frame-other-window)
15262         (pop-to-buffer-other-frame): Make them defuns.
15263         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15265 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15267         * subr.el (make-composed-keymap): Move from C.  Change calling
15268         convention, and improve docstring to bring attention to a subtle point.
15269         * minibuffer.el (completing-read-default): Adjust accordingly.
15271 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
15273         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15274         (tramp-open-shell): Use `tramp-shell-quote-argument'.
15276         * net/trampver.el: Update release number.
15278 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15280         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15281         "in" (bug#9190).
15283 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15285         * mail/sendmail.el (sendmail-query-once): Restore the current
15286         buffer after querying (bug#9074).
15288         * dired.el (dired-flagged): Use different faces for marked and
15289         flagged files (bug#6117).
15291         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15292         (bug#4433).
15294         * ido.el (ido-mode): Switch off the message if called
15295         non-interactively.
15297         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15298         before 587, since it appears that that's more likely to work for
15299         more people.
15301         * cus-edit.el (custom-file): When running under emacs -q, always
15302         refuse to save the customizations, even if the .emacs file doesn't
15303         exist.
15305         * info.el: Remove the `Info-beginning-of-buffer' function
15306         (bug#8325).
15308         * net/network-stream.el (network-stream-open-starttls):
15309         Use `starttls-available-p' to see whether starttls.el can be used.
15311 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
15313         * window.el (display-buffer-in-window): Don't set dedicated status
15314         of window here (Bug#9215).
15315         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15316         (display-buffer-pop-up-side-window)
15317         (display-buffer-in-side-window): Set dedicated status of window here.
15319 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15321         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15322         before binding generated-autoload-file.
15324 2011-08-01  Deniz Dogan  <deniz@dogan.se>
15326         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15328 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
15330         Sync with Tramp 2.2.2.
15332         * net/trampver.el: Update release number.
15334 2011-07-30  Juri Linkov  <juri@jurta.org>
15336         * dired-aux.el (dired-touch-initial): Remove function.
15337         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15338         current time, and `default' to the last modification time of the
15339         current marked file (bug#6887).
15341 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
15343         * simple.el (goto-line): Use string-to-number to provide a
15344         numeric argument to read-number (bug#9163).
15346 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
15348         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15349         connection process, it could be nil.
15351 2011-07-27  Leo Liu  <sdl.web@gmail.com>
15353         Simplify url handling in rcirc-mode.
15355         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15356         (rcirc-browse-url-at-mouse): Remove.
15357         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15359 2011-07-26  Alan Mackenzie  <acm@muc.de>
15361         Fontify bitfield declarations properly.
15363         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15364         (c-symbol-chars): Now exported as a lang variable.
15365         (c-not-primitive-type-keywords): New lang variable.
15367         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15368         QT keyword "more" to prevent "more slots: ...." being spuriously
15369         parsed as a bitfield declaration.
15371         * progmodes/cc-engine.el (c-beginning-of-statement-1):
15372         Refactor and enhance to handle bitfield declarations.
15373         (c-punctuation-in): New function.
15374         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15375         declarations properly.
15377 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
15379         * calendar/icalendar.el (icalendar--all-events): Take care of
15380         multiple vcalendars in a single file.
15381         (icalendar--convert-float-to-ical): Checkdoc fixes.
15383 2011-07-25  Deniz Dogan  <deniz@dogan.se>
15385         * image.el (insert-image): Clarifying docstring.
15387 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
15389         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15390         `tramp-send-command-and-check' if there is no error.
15391         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15393 2011-07-22  Alan Mackenzie  <acm@muc.de>
15395         Prevent cc-langs.elc being loaded at run time.
15397         * progmodes/cc-mode.el: Remove two autoload forms which loaded
15398         cc-langs.
15400         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15401         "(require 'cc-langs)".  Quote a form so it will evaluate at
15402         (cc-mode's) compilation time.
15404 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
15406         * net/tramp.el (tramp-file-name-handler): Avoid recursive
15407         loading.  (Bug#9114)
15409 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
15411         * window.el (display-buffer-pop-up-window)
15412         (display-buffer-pop-up-side-window)
15413         (display-buffer-in-side-window): Call display-buffer-set-height
15414         and display-buffer-set-width after setting the new window's
15415         buffer so `fit-window-to-buffer' and friends work on the right buffer.
15417 2011-07-20  Sam Steingold  <sds@gnu.org>
15419         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15420         (etags-tags-included-tables): Call `convert-standard-filename' on
15421         the file names contained in TAGS so that windows Emacs can handle
15422         TAGS files created by cygwin ctags.
15424 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15426         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15427         which apparently didn't work.
15429 2011-07-19  Roland Winkler  <winkler@gnu.org>
15431         * proced.el (proced-send-signal): For *Marked Processes* buffer
15432         put point at beginning of buffer.
15434 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
15436         * proced.el (proced-format): Make header lines align with the text
15437         (bug#1779).
15439 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15441         * view.el (view-buffer): Allow running in `special' modes if we're
15442         visiting a file (bug#8615).
15444 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
15446         * window.el (display-buffer-alist-of-strings-p)
15447         (display-buffer-alist-set-1, display-buffer-alist-set-2):
15448         New functions.
15449         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15450         more accurately.
15452 2011-07-18  Alan Mackenzie  <acm@muc.de>
15454         Fontify declarators properly when, e.g., a jit-lock chunk begins
15455         inside a declaration.
15457         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15459         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15460         New function.
15461         (c-complex-decl-matchers): Insert reference to
15462         c-font-lock-enclosing-decls.
15464         * progmodes/cc-engine.el (c-backward-single-comment):
15465         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15466         to nil around calls to (forward-comment -1).
15468 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15470         * image.el (put-image): Doc typo fix.
15472         * progmodes/etags.el (tags-search): Doc typo fix.
15474         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15475         password if we get errors 550 to 554.
15477 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15479         * net/gnutls.el (gnutls-log-level): Remove.
15481         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15482         indentation character (bug#6380).
15484         * files.el (buffer-offer-save): Made permanently local (bug#6241).
15486         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15487         to clarify what the problem is (bug#4291).
15489         * simple.el (current-kill): Clarify what
15490         `interprogram-paste-function' does (bug#7500).
15491         (auto-fill-mode): Document `auto-fill-function' in relation to
15492         `auto-fill-mode' (bug#2470).
15494 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
15496         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15497         method if slot is read-only (bug#9035).
15499 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
15501         * frame.el (select-frame-set-input-focus): New argument NORECORD.
15502         * window.el (pop-to-buffer): Select window used even if it was
15503         selected before, see discussion of (Bug#8615), (Bug#6954).
15504         Pass argument NORECORD on to select-frame-set-input-focus.
15506 2011-07-15  Glenn Morris  <rgm@gnu.org>
15508         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
15509         Respect help-form.
15511 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
15513         * net/gnutls.el (gnutls-min-prime-bits): New variable.
15514         (gnutls-negotiate): Use it.
15516 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15518         * net/gnutls.el (gnutls-negotiate):
15519         Upcase `gnutls-algorithm-priority'.
15521 2011-07-15  Glenn Morris  <rgm@gnu.org>
15523         * jka-compr.el (jka-compr-verbose): Move from here...
15524         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
15525         Add missing :version tag.
15526         * info.el: No need to require jka-compr when compiling.
15528 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15530         * net/gnutls.el (gnutls-algorithm-priority): New variable.
15531         (gnutls-negotiate): Use it.
15533         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15535         * info.el (Info-beginning-of-buffer): New command.
15536         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15537         announcing `b' as the key (bug#8325).
15538         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15540         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15542         * international/mule-cmds.el
15543         (describe-specified-language-support): Make the error message
15544         clearer (bug#8905).
15546         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15548         * isearch.el (isearch-barrier): Add a doc string, since it's
15549         mentioned in a function doc string (bug#8678).
15551 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
15553         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15554         buffer argument (Bug#9083) and self-identifying label argument.
15556 2011-07-15  Glenn Morris  <rgm@gnu.org>
15558         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
15560 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15562         * man.el (Man-fontify-manpage): Fix message when formatting the
15563         man page (bug#7929).
15565 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
15567         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15568         argument LRM; if non-nil, append an invisible LRM character to the
15569         buffer name.
15570         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15571         last argument non-nil, when formatting buffer names.
15572         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15573         paragraph direction.
15575 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15577         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15578         the man page name (bug#7929).
15580         * image.el (put-image): Mention the `put-image' overlay property
15581         (bug#7834).
15583         * scroll-bar.el (set-scroll-bar-mode): Mention that
15584         `scroll-bar-mode' lists the values (bug#7772).
15586         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15587         command (bug#7729).
15589         * rect.el (apply-on-rectangle): Return the point after the last
15590         operation.
15591         (string-rectangle): Go to the point after the last operation
15592         (bug#7522).
15594         * printing.el (pr-toggle-region): Clarify the documentation
15595         slightly (bug#7493).
15597         * time.el (display-time-update):
15598         Allow `display-time-mail-function' to return nil (bug#7158).
15599         Fix suggested by Detlev Zundel.
15601         * vc/diff.el (diff): Clarify the order the file names are read
15602         (bug#7111).
15604         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15605         the doc string (bug#7015).
15607         * font-lock.el (font-lock-maximum-decoration): Mention what
15608         numeric levels mean (bug#6935).
15610         * startup.el (initial-buffer-choice): Don't mention the `none'
15611         selection, which is against policy.
15613 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
15615         * window.el (display-buffer-normalize-special):
15616         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
15618 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
15620         * subr.el (version<, version<=, version=): Mention "-CVS" and
15621         "-12345" alpha version numbers.
15623 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
15625         * bindings.el: Add advertised binding for set-mark-command
15626         (Bug#5772).
15628 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
15630         * bindings.el (mode-line-other-buffer):
15631         * bookmark.el (bookmark-bmenu-2-window):
15632         * bs.el (bs-cycle-next, bs-cycle-previous):
15633         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15634         switch-to-buffer.
15636         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15637         Delete.
15639 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
15641         * follow.el (follow-debug-message, follow-redisplay):
15642         * jka-cmpr-hook.el (with-auto-compression-mode):
15643         Fix typos in docstrings.
15645 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15647         * subr.el (with-silent-modifications): Clarify somewhat what the
15648         macro inhibits (bug#6525).
15650         * simple.el (eval-expression): Note what it does if called
15651         interactively (bug#6495).
15653 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
15655         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15656         Use pop-to-buffer buffer-or-name if it is nil.
15658         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15659         Remove switch-to-buffer.
15661 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15663         * files.el (make-directory): Clarify that an error will be raised
15664         if there's an error (bug#6397).
15666         * startup.el (initial-buffer-choice): Add `none' as a choice
15667         (bug#6234).
15669         * subr.el (add-hook): Clarify section about buffer-local hooks
15670         (bug#6218).
15672         * dired.el (dired-flagged): Clarify doc string (bug#6117).
15674 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
15676         * tabify.el (untabify): Preserve the current column so that point
15677         doesn't move (bug#6032).
15679 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15681         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15682         Rewrite to avoid awkward possessive "s" (bug#5986).
15684 2011-07-13  Glenn Morris  <rgm@gnu.org>
15686         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
15687         (dired-insert-directory): Give a message the first time
15688         if ls is found not to support --dired.
15690 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15692         * simple.el (toggle-truncate-lines): Clarify what is toggled
15693         (bug#5580).  Text by Drew Adams.
15695 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
15697         * simple.el (blink-matching-open): Make the error message from the
15698         last change less verbose.
15700 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
15702         * font-lock.el (font-lock-comment-face): Use the high contrast
15703         "yellow" color for font-lock-comment-face on low color terminals
15704         using a dark background color (bug#4221).
15706 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15708         * dired.el (dired-insert-set-properties): Make the doc string
15709         reflect what it does now (bug#5325).
15711         * simple.el (blink-matching-open): Say that we were unable to find
15712         the match within the limit, if we're limited (bug#5122).
15714         * international/mule-cmds.el (prefer-coding-system): Add an
15715         example (bug#4869).
15717         * progmodes/etags.el (tags-search): Document `file-list-form'
15718         (bug#4731).
15720 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
15722         * net/browse-url.el (browse-url-default-browser)
15723         (browse-url-browser-function): Make the default browser choice a
15724         bit more logical (bug#4300).  Also clean up the doc string.
15726 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
15728         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15729         binary endings (bug#4440).
15731 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15733         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15734         which can be pretty annoying (bug#8971).
15736         * jka-compr.el (jka-compr-verbose): New variable, and use
15737         throughout (bug#8971).
15739         * info.el (Info-find-file): Fall back on the installation
15740         directory if we can't find the info node anywhere else.
15742 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
15744         * vc/vc.el (vc-revert-file):
15745         Don't set file time-stamp in the past.  (Bug#5181)
15747 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15749         * files.el (after-find-file): Give a better error message when
15750         trying to find a symlink that points to a file that doesn't exist
15751         (bug#4398).
15753         * progmodes/cc-vars.el: Remove (probably) misleading comment
15754         (bug#4396).
15756 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
15758         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15760 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
15762         * mouse-sel.el: Hack restoring functionality, while keeping
15763         compatibility with 2010-07-03 changes to mouse selection.
15764         (mouse-sel-primary-overlay): New var.
15765         (mouse-sel-selection-alist): Use it.
15766         (mouse-sel-mode): Doc fix; remove points that are default features
15767         of mouse.el.
15769 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
15771         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15772         Fix previous fix (bug#2490).
15774 2011-07-12  Roland Winkler  <winkler@gnu.org>
15776         * textmodes/bibtex.el (bibtex-initialize):
15777         Use pop-to-buffer-same-window.
15778         (bibtex-search-entries): Fix interactive call.
15780 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15782         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15783         Fontise bytecomp Error lines more correctly (bug#2490).
15784         Fix suggested by Johan Bockgård.
15786         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15788         * dired-x.el (dired-guess-default): Use `delete-dups'.
15790 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
15792         * dired.el (dired-mark-prompt):
15793         * dired-aux.el (dired-read-shell-command): Doc fix.
15795 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15797         * mail/sendmail.el (sendmail-query-once):
15798         Use `customize-save-variable' unconditionally, now that it works under
15799         emacs -Q.
15801         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15803         * cus-edit.el (custom-file): Take an optional no-error variable.
15804         (customize-save-variable): Set the variable, and give a warning if
15805         running under "emacs -q".
15807 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
15809         * loadhist.el (unload-feature-special-hooks):
15810         Add `auto-coding-functions', `fill-nobreak-predicate' and
15811         `find-directory-functions' (bug#5327).
15813 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15815         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
15817         * cus-edit.el (custom-guess-name-alist): -alist variables should
15818         use the `alist' type (bug#3120).  Suggested by Drew Adams.
15820         * printing.el: Add documentation to all the `pr-toggle-' commands.
15822 2011-07-11  Leo Liu  <sdl.web@gmail.com>
15824         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
15825         backends where it makes sense (bug#2623).
15827 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15829         * dired-x.el (dired-guess-default): Remove duplicate shell command
15830         entries (bug#2028).
15831         (dired-guess-default): Fix grammar in doc string (bug#2028).
15832         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
15834         * subr.el (remove-duplicates): New conveniency function.
15836 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15838         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
15839         (bug#1526).
15841 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
15843         * window.el (display-buffer-normalize-default): Don't invert
15844         meaning of even-window-heights.  Reported by Eli Zaretskii
15845         <eliz@gnu.org>.
15847 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
15849         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
15851 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
15853         * window.el (display-buffer): Fix arguments to
15854         display-buffer-reuse-window in last change.
15856         * faces.el (link): Use a less saturated blue on light backgrounds.
15858         * startup.el (fancy-startup-text, fancy-about-text)
15859         (fancy-startup-tail): Use font-lock faces, for background safety.
15861 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
15863         * emulation/viper-cmd.el (viper-change-state-to-vi):
15864         Limit triggering of abbrev expansion (Bug#9038).
15866 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
15868         * window.el (display-buffer-default-specifiers): Remove.
15869         (display-buffer-macro-specifiers): Remove default specifiers.
15870         (display-buffer-alist): Default to nil.
15871         (display-buffer-reuse-window): New optional argument other-window.
15872         (display-buffer-pop-up-window): Allow splitting internal
15873         windows.  Check whether a live window was created.
15874         (display-buffer-other-window-means-other-frame)
15875         (display-buffer-normalize-arguments): Rename to
15876         display-buffer-normalize-argument and rewrite.  Set the
15877         other-window specifier.
15878         (display-buffer-normalize-special): New function.
15879         (display-buffer-normalize-options): Rename to
15880         display-buffer-normalize-default and rewrite.
15881         (display-buffer-normalize-options-inhibit): Remove.
15882         (display-buffer-normalize-specifiers): Rewrite.
15883         (display-buffer): Process other-window specifier and call
15884         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
15885         more faithfully.
15886         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
15887         (display-buffer-alist-set): Don't handle 'unset default values.
15888         (display-buffer-in-window, display-buffer-alist-set):
15889         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
15890         <tassilo@member.fsf.org>.
15892 2011-07-09  Leo Liu  <sdl.web@gmail.com>
15894         * register.el (insert-register): Restore accidental change on
15895         2011-06-26.  (Bug#9028)
15897 2011-07-09  Glenn Morris  <rgm@gnu.org>
15899         * subr.el (remq): Handle the empty list.  (Bug#9024)
15901 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
15903         * mail/sendmail.el (send-mail-function): No longer delay custom
15904         initialization.
15905         * custom.el (custom-initialize-delay): Doc fix.
15907 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15909         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
15911 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
15913         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
15914         human-friendly prompt.
15916 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15918         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
15919         provided by a particular plugin.
15921 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15923         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
15924         save customizations (with "emacs -Q"), just set the variable
15925         instead of erroring out.
15927         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15929 2011-07-08  Juri Linkov  <juri@jurta.org>
15931         * arc-mode.el (archive-zip-expunge, archive-zip-update)
15932         (archive-zip-update-case): Use 7z if found by `executable-find'.
15933         The order of searching the available programs is the same as in
15934         `archive-zip-extract' (bug#8968).
15936 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
15938         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
15939         (menu-bar-options-menu): Tweak descriptions.
15941 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15943         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
15944         menu items into verb phrases (bug#1421).  Also refill to fit under
15945         80 columns.
15947 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
15949         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
15950         (Info-read-node-name): Doc fix (Bug#1084).
15952         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
15953         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
15954         (end-of-sexp, beginning-of-sexp)
15955         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
15956         (forward-symbol, forward-same-syntax, word-at-point)
15957         (sentence-at-point): Doc fix (Bug#1144).
15959 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15961         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
15962         should cover it (bug#1281).
15964         * cus-edit.el (custom-show): Mark as obsolete.
15966         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
15967         negotiation fails, then possibly try again with a non-encrypted
15968         connection (bug#9017).
15970         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
15971         be used.
15973 2011-07-07  Richard Stallman  <rms@gnu.org>
15975         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
15976         property, and handle its changed format.
15977         Look for the correct line number.
15978         Use file's line contents (but not past first =) to find
15979         correct line in message.
15981 2011-07-07  Kenichi Handa  <handa@m17n.org>
15983         * international/characters.el (build-unicode-category-table):
15984         Delete it.
15985         (unicode-category-table): Set it by unicode-property-table-internal.
15987         * international/mule-cmds.el (char-code-property-alist): Move to
15988         to src/chartab.c.
15989         (get-char-code-property): Call unicode-property-table-internal to
15990         load a file.  Call get-unicode-property-internal where necessary.
15991         (put-char-code-property): Call unicode-property-table-internal to
15992         load a file.  Call put-unicode-property-internal where necessary.
15993         put-unicode-property-internal where necessary.
15994         (char-code-property-description):
15995         Call unicode-property-table-internal to load a file.
15997         * international/charprop.el:
15998         * international/uni-bidi.el:
15999         * international/uni-category.el:
16000         * international/uni-combining.el:
16001         * international/uni-comment.el:
16002         * international/uni-decimal.el:
16003         * international/uni-decomposition.el:
16004         * international/uni-digit.el:
16005         * international/uni-lowercase.el:
16006         * international/uni-mirrored.el:
16007         * international/uni-name.el:
16008         * international/uni-numeric.el:
16009         * international/uni-old-name.el:
16010         * international/uni-titlecase.el:
16011         * international/uni-uppercase.el: Regenerate.
16013         * loadup.el: Load international/charprop.el before
16014         international/characters.
16016 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
16018         * window.el (next-buffer, previous-buffer): Signal an error if
16019         called from a minibuffer window.
16021         * bindings.el: Revert 2011-07-04 change.
16023 2011-07-06  Richard Stallman  <rms@gnu.org>
16025         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16026         (rmail-mime-insert-bulk, rmail-mime-insert-text):
16027         Treat markers like ints.
16028         (rmail-mime-entity): Doc fix.
16030 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16032         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16033         defcustom again for backwards compatibility.
16035         * simple.el (shell-command-on-region): Fill.
16037         * dired-aux.el (dired-kill-line): Add a doc string.
16039         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16040         to "\\sw\\|\\s_" (bug#358).
16042         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16043         (dired-unmark-backward): Ditto.
16044         (dired-flag-backup-files): Ditto.
16046         * dired-x.el (dired-mark-sexp): Ditto.
16048 2011-07-06  Richard Stallman  <rms@gnu.org>
16050         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16051         (rmail-mime-entity): New arg TRUNCATED.
16052         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16053         New functions.
16054         (rmail-mime-save): Warn if entity is truncated.
16055         (rmail-mime-toggle-hidden): Likewise, for showing.
16056         (rmail-mime-process-multipart): Record when an entity is truncated.
16058         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16059         if ENTITY is a string.
16061 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16063         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16064         of faces when `M-C-x'-ing their definitions (bug#8378).
16065         Also clean up the code slightly.
16067         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16068         because that makes the colors go away.
16070         * mail/sendmail.el (send-mail-function): Change the default to
16071         `sendmail-query-once'.
16072         (sendmail-query-once): Add an autoload cookie.
16074         * net/network-stream.el (network-stream-open-starttls): Try using
16075         a plain connection even if the server offered STARTTLS, and we
16076         kinda wanted to use it, if Emacs doesn't have any STARTTLS
16077         capability.  This should make smtpmail.el work in slightly more
16078         configurations.
16080 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
16082         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16083         New defun.
16084         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16086 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
16088         * progmodes/sql.el: Version 3.0
16089         (sql-product-alist): Add product :completion-object,
16090         :completion-column, and :statement attributes.
16091         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16092         (sql-mode-syntax-table): Mark all punctuation.
16093         (sql-font-lock-keywords-builder): Temporarily remove fallback on
16094         ansi keywords.
16095         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16096         (sql-mode-oracle-font-lock-keywords): Improve.
16097         (sql-oracle-show-reserved-words): New function for development.
16098         (sql-product-font-lock): Simplify for source code buffers.
16099         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16100         New functions.
16101         (sql-highlight-product): Set product specific syntax table.
16102         (sql-mode-map): Add statement movement functions.
16103         (sql-ansi-statement-starters, sql-oracle-statement-starters):
16104         New variable.
16105         (sql-statement-regexp, sql-beginning-of-statement)
16106         (sql-end-of-statement, sql-signum): New functions.
16107         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16108         (sql-show-sqli-buffer): Bug fix.
16109         (sql-interactive-mode): Store connection data as buffer local.
16110         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
16111         with sql-interactive-mode.
16112         (sql-save-connection): Save buffer local settings.
16113         (sql-connection-menu-filter): Change menu entry name.
16114         (sql-product-interactive): Bug fix.
16115         (sql-preoutput-hold): New variable.
16116         (sql-interactive-remove-continuation-prompt): Bug fixes.
16117         (sql-debug-redirect): New variable.
16118         (sql-str-literal): New function.
16119         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16120         Redesign.
16121         (sql-oracle-save-settings, sql-oracle-restore-settings)
16122         (sql-oracle-list-all, sql-oracle-list-table): New functions.
16123         (sql-completion-object, sql-completion-column)
16124         (sql-completion-sqlbuf): New variables.
16125         (sql-build-completions-1, sql-build-completions)
16126         (sql-try-completion): New functions.
16127         (sql-read-table-name): Use them.
16128         (sql-contains-names): New buffer local variable.
16129         (sql-list-all, sql-list-table): Use it.
16130         (sql-oracle-completion-types): New variable.
16131         (sql-oracle-completion-object, sql-sqlite-completion-object)
16132         (sql-postgres-completion-object): New functions.
16134 2011-07-06  Glenn Morris  <rgm@gnu.org>
16136         * window.el (pop-to-buffer): Doc fix.
16138 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
16140         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16142 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
16144         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16146         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16148 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
16150         * button.el (button): Inherit from link face.  Suggested by Dan
16151         Nicolaescu.
16153 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16155         * progmodes/gdb-mi.el: Fit in 80 columns.
16156         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16157         switch-to-buffer.
16159         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16160         if imenu is simply not configured (bug#8941).
16162 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
16164         * allout.el (allout-post-undo-hook): New allout outline-change
16165         event hook to signal undo activity.
16166         (allout-post-command-business): Run allout-post-undo-hook if an
16167         undo just occurred.
16168         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16169         * allout-widgets.el (allout-widgets-after-undo-function):
16170         Ensure the integrity of the current item's decoration after it has been
16171         in the vicinity of an undo.
16172         (allout-widgets-mode): Include allout-widgets-after-undo-function
16173         on the new allout-post-undo-hook.
16175 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16177         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16178         Let define-derived-mode define it.
16179         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16180         cycles of abbrev-table inheritance (bug#8998).
16182 2011-07-05  Roland Winkler  <winkler@gnu.org>
16184         * textmodes/bibtex.el: Add support for biblatex.
16185         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16186         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16187         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16188         (bibtex-entry-alist, bibtex-field-alist): New variables.
16189         (bibtex-entry-field-alist): Obsolete alias for
16190         bibtex-BibTeX-entry-alist.
16191         (bibtex-entry-alist, bibtex-field-alist): New widgets.
16192         (bibtex-set-dialect): New command.
16193         (bibtex-entry-type, bibtex-entry-head)
16194         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16195         Bind via bibtex-set-dialect.
16196         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16197         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16198         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16199         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16200         Define via bibtex-set-dialect.
16201         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16202         Obey bibtex-no-opt-remove-re.
16203         (bibtex-vec-push, bibtex-vec-incr): New functions.
16204         (bibtex-format-entry, bibtex-field-list)
16205         (bibtex-print-help-message, bibtex-validate)
16206         (bibtex-search-entries): Use new format of bibtex-entry-alist.
16208 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16210         * progmodes/compile.el (compilation-goto-locus):
16211         * net/tramp-cmds.el (tramp-append-tramp-buffers):
16212         * bs.el (bs-cycle-next, bs-cycle-previous):
16213         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16214         * bindings.el (mode-line-other-buffer):
16215         * autoinsert.el (auto-insert):
16216         * arc-mode.el (archive-extract):
16217         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16219 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
16221         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16222         Fix check of `emacs-lock-unlockable-modes'.
16223         Coerce true values of `emacs-lock--try-unlocking' to t.
16225 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
16227         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16228         * emacs-lock.el: New file.
16230 2011-07-05  Julien Danjou  <julien@danjou.info>
16232         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16233         than `boundp' to check if face is set.
16235 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
16237         * register.el (registerv-make):
16238         * window.el (window-min-height): Fix typos in docstrings.
16240 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
16242         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16243         Update doc string.
16245 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
16247         * server.el (server-execute): Catch quit and call
16248         `server-return-error' to pass the error back to emacsclient and
16249         close the connection (bug#8942).
16251 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
16253         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16254         insecure exception for current topic.  Also note that auto-saves
16255         are handled differently.
16257         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16258         State variables for tracking auto-save inhibition situation.
16260         (allout-write-contents-hook-handler): Rename from
16261         'allout-write-file-hook-handler', and describe how it depends on
16262         write-contents-functions sensitivity to non-nil value to prevent
16263         file write.
16265         (allout-auto-save-hook-handler): Remove.  auto-save does not check
16266         this in individual buffers, only in the starting buffer, so this
16267         is not the right way for us to inhibit auto-save in a buffer
16268         according to its condition.
16270         (allout-mode): Use new allout-write-contents-hook-handler, and
16271         only with write-contents-functions.  Remove auto-save provisions -
16272         they're implemented elsewhere.
16274         (allout-before-change-handler): If undo is in progress, note that
16275         for attention of allout-post-command-business.
16277         (allout-post-command-business): If the command we're following was
16278         an undo, check for change in the status of encrypted items and
16279         adjust auto-save inhibitions accordingly.
16281         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16282         according to whether there are or aren't any plain-text topics
16283         pending encryption.
16285         (allout-inhibit-auto-save-info-for-decryption):
16286         Adjust buffer-saved-size and some allout state to inhibit auto-saves
16287         if there are plain-text topics pending encryption.
16289         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16290         buffer-saved-size and some allout state to not inhibit auto-saves
16291         if there are no longer any plain-text topics pending encryption.
16293         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16294         No longer provide for exemption of the current topic.
16296 2011-07-04  Juri Linkov  <juri@jurta.org>
16298         Add 7z operations to delete and save changed members (bug#8968).
16299         * arc-mode.el (archive-7z-expunge, archive-7z-update):
16300         New defcustoms.
16301         (archive-7z-write-file-member): New function.
16302         (archive-7z-summarize): Fix the number of dashes in the
16303         listing output.
16305 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16307         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16308         (bug#8958).
16310 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
16312         * bindings.el: Ignore next-buffer and previous-buffer in
16313         minibuffer-local-map.
16315         * font-lock.el (font-lock-builtin-face): Change light background
16316         color to dark slate blue (Bug#6693).
16318 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
16320         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16322 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16324         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16325         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16326         Add switch-to-buffer.
16328 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16330         * isearch.el (isearch-search-fun-function): Clarify further the
16331         meaning of the function returned.
16333 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
16335         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16337         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16338         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16339         Use it.
16340         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
16341         `tramp-default-remote-path' does not exist.
16342         (tramp-send-command-and-read): New optional argument NOERROR.
16343         (tramp-open-connection-setup-interactive-shell)
16344         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16345         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16346         (tramp-process-sentinel): Flush also process' connection property.
16347         (tramp-sh-handle-start-file-process): Do not set process
16348         sentinel.  It is done now ...
16349         (tramp-maybe-open-connection): ... here.  (Bug#8929)
16351 2011-07-04  MON KEY  <monkey@sandpframing.com>
16353         * play/animate.el (animate-string): Doc fixes and allow changing
16354         the buffer name (bug#5417).
16356 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16358         * play/animate.el (animation-buffer-name): Rename from *animate*.
16360 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16362         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16363         This is simpler and helps future-proof the code.
16364         (timer-until): Use time-subtract and float-time.
16365         (timer--time-less-p): Use time-less-p.
16367 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
16369         * type-break.el (timep): Use the value of `float-time' to avoid a
16370         byte-compiler warning.
16372         * server.el (server-eval-and-print): Return any result, even nil.
16374 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16376         * type-break.el: Accept time formats that the builtins accept.
16377         (timep, type-break-time-difference): Accept any format that
16378         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16379         This is simpler and helps future-proof the code.
16380         (type-break-time-difference): Round rather than ignoring
16381         subseconds components.
16383 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16385         * info.el (Info-apropos-matches): Make non-interactive, since it
16386         doesn't seem to do anything useful as a command (bug#8829).
16388 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
16390         * frame.el (frame-background-mode, frame-set-background-mode):
16391         Move from faces.el.
16392         (frame-default-terminal-background): New function.
16394         * custom.el (custom-push-theme): Don't record faces in `changed'
16395         theme; this doesn't work correctly for per-frame face settings.
16396         (disable-theme): Use face-set-after-frame-default to reset faces.
16397         (custom--frame-color-default): New function.
16399 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16401         * dired.el (dired-flagging-regexp): Remove unused variable
16402         (bug#8769).
16404 2011-03-29  Kevin Ryde  <user42@zip.com.au>
16406         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16407         `perl-Test2' extend to match possible "fail #N" rep count
16408         (bug#8377).
16410 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16412         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16413         `smtpmail-via-smtp' now returns the error instead of nil.
16415         * isearch.el (isearch-search-fun-function): Clarify the doc string
16416         (bug#8101).
16418 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
16420         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16421         unnecessary spaces (bug#8987).
16423 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16425         * net/network-stream.el (open-network-stream): Use the
16426         :end-of-capability command thoughout.
16428 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16430         * net/network-stream.el (open-network-stream): Add the
16431         :end-of-capability command parameter, used by pop3.el.
16433 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16435         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16437         * fringe.el (fringe-query-style): Remove redundant text " (type ?
16438         for list)" (bug#6475).
16440         * files.el (file-expand-wildcards): Ignore non-readable
16441         sub-directories while trying to find matches instead of signaling
16442         an error (bug#6297).
16444         * man.el (Man-reference-regexp): Allow matching possible
16445         word-wrapped references (bug#6289).
16447         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16448         for consistency with the other vc buffers (bug#6197).
16449         (vc-checkin): Ditto.
16451         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16453         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16455 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16457         * custom.el (defcustom): Clarify that :set is only used in the
16458         Customize user interface (bug#6089).
16460         * progmodes/flymake.el (flymake-mode): If the buffer isn't
16461         associated with a file, refuse to run instead of erroring out
16462         (bug#6084).
16464         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16465         the doc string, since it appears that using `fill-column' always
16466         controls the width (bug#7845).
16468         * simple.el (shell-command-on-region): Say where the error output
16469         went if `shell-command-default-error-buffer' is set (bug#6857).
16471 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
16473         * allout.el (allout-yank-processing): Adjust cursor position for
16474         backwards-deleted space.
16476         (allout-rebullet-heading): Register changes with
16477         allout-exposure-changed-hook, so the modified topic is properly
16478         decorated.
16480 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16482         * minibuffer.el (completion-in-region): Document PREDICATE
16483         (bug#7136).
16485         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16486         of keyword/argument pairs (bug#6904).
16488         * replace.el (multi-occur):
16489         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16491 2011-07-02  Drew Adams  <drew.adams@oracle.com>
16493         * dired.el (dired-mark-if): Make the message about whether it's
16494         marking or unmarking clearer (bug#8523).
16496 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16498         * disp-table.el (display-table-print-array): New function.
16499         (describe-display-table): Use it to print the vectors more pretty
16500         (Bug#8859).
16502 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
16504         * window.el (window-state-get-1): Don't assign clone numbers.
16505         Add clone-of item to list of window parameters.
16506         (window-state-put-2): Don't process clone numbers.
16507         (display-buffer-alist): Fix doc-string.
16509 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16511         * subr.el (remq): Don't allocate if it's not needed.
16512         (keymap--menu-item-binding, keymap--menu-item-with-binding)
16513         (keymap--merge-bindings): New functions.
16514         (keymap-canonicalize): Use them to refine the canonicalization.
16515         * minibuffer.el (minibuffer-local-completion-map)
16516         (minibuffer-local-must-match-map): Move initialization from C.
16517         (minibuffer-local-filename-completion-map): Move initialization from C;
16518         don't inherit from anything here.
16519         (minibuffer-local-filename-must-match-map): Make obsolete.
16520         (completing-read-default): Use make-composed-keymap to combine
16521         minibuffer-local-filename-completion-map with either
16522         minibuffer-local-must-match-map or
16523         minibuffer-local-filename-completion-map.
16525 2011-07-01  Glenn Morris  <rgm@gnu.org>
16527         * type-break.el (type-break-time-sum): Use dolist.
16529         * textmodes/flyspell.el (flyspell-word-search-backward):
16530         Replace CL function.
16532 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16534         * mouse.el (mouse--strip-first-event): New function.
16535         (function-key-map): Use it to map fringe clicks to normal clicks
16536         by default.
16538         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16539         (vc-bzr-revision-completion-table): Add support for annotate and date.
16541         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16542         inherit from parent.
16544 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16546         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16547         (dired-show-file-type): Doc fixup (bug#8818).
16549         * dired.el (dired-mode): Fix up the doc string as suggested by
16550         Drew Adams (bug#8817).
16552         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16553         cookie, since the manual says that it should be possible to add
16554         this function to `find-file-hook' (bug#8709).
16556 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
16558         * progmodes/cfengine.el: Moved all cfengine3.el functionality
16559         here.  Noted Ted Zlatanov as the maintainer.
16560         (cfengine-common-settings, cfengine-common-syntax): New functions
16561         to set up common things between `cfengine-mode' and
16562         `cfengine3-mode'.
16563         (cfengine3-mode): New mode.
16564         (cfengine3-defuns cfengine3-defuns-regex
16565         (cfengine3-class-selector-regex cfengine3-category-regex)
16566         (cfengine3-vartypes cfengine3-font-lock-keywords)
16567         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16568         (cfengine3-indent-line): Add from cfengine3.el.
16570 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
16572         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16574         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16576 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
16578         * window.el (same-window-buffer-names, same-window-regexps)
16579         (same-window-p, special-display-frame-alist)
16580         (special-display-popup-frame, special-display-function)
16581         (special-display-buffer-names, special-display-regexps)
16582         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16583         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16584         (split-window-preferred-function, split-height-threshold)
16585         (split-width-threshold, even-window-heights)
16586         (display-buffer-mark-dedicated, window-splittable-p)
16587         (split-window-sensibly, window-safely-shrinkable-p):
16588         Un-obsolete.
16589         (display-buffer): Don't spread args with function specifier
16590         because special-display-popup-frame won't like it.
16592 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16594         Time-stamp simplifications and fixes.
16595         These improve accuracy slightly, and future-proof the code
16596         against some potential changes to current-time format.
16598         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16599         by using time-since and float-time.
16601         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16602         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
16603         + NNN microseconds".
16605         * type-break.el (type-break-time-sum): Rewrite using time-add.
16607         * play/hanoi.el (hanoi-current-time-float): Remove.
16608         All uses replaced by float-time.
16610         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16611         This yields a more-accurate answer.
16612         (rng-time-to-float): Remove; no longer needed.
16614         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16616         * calendar/timeclock.el (timeclock-seconds-to-time):
16617         Defalias to seconds-to-time, since they're the same thing.
16619         * emacs-lisp/elp.el (elp-elapsed-time):
16620         * emacs-lisp/benchmark.el (benchmark-elapse):
16621         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16623 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16625         * window.el (bury-buffer): Don't iconify the only frame.
16626         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16627         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
16629 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
16631         * eshell/em-smart.el (eshell-smart-display-navigate-list):
16632         Add mouse-yank-primary.
16634 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
16636         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16638 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16640         * emacs-lisp/find-func.el (find-library--load-name): New fun.
16641         (find-library-name): Use it to find relative load names when provided
16642         absolute file name (bug#8803).
16644 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16646         * textmodes/flyspell.el (flyspell-word): Consider words that
16647         differ only in case as potential doublons (bug#5687).
16649         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16650         Remove two rather uninteresting debugging-like messages to make
16651         debbugs.el more silent.
16653         * comint.el (comint-password-prompt-regexp): Accept "Response" as
16654         a password-like phrase.
16656 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
16658         * progmodes/cc-guess.el: New file.
16660         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
16662         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16663         derived from `c-basic-common-init'.
16665         * progmodes/cc-mode.el (top-level): Require cc-guess.
16666         (c-basic-common-init): Use `cc-choose-style-for-mode'.
16668 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
16670         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16672 2011-06-30  Alan Mackenzie  <acm@muc.de>
16674         * progmodes/cc-engine.el (c-guess-continued-construct):
16675         Correct the handling of template-args-cont, particularly for when font
16676         lock is disabled.  Name this case as "CASE G".
16678 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
16680         * allout.el (allout-yank-processing): Fix injection of extra space
16681         between bullet and non-whitespace character in first topic when
16682         pasting, ensuring that the actual spacing in the pasted topic
16683         following the bullet char is preserved.  This extra space was
16684         causing pasted encrypted topics to get a decrypted status even
16685         when the content was actually still encrypted.  Now the decryption
16686         status from before the paste is preserved.
16688         (allout-flag-region): Set all allout overlays so they evaporate
16689         when reduced to zero length (evanescent), to prevent overlay
16690         leakage.
16692 2011-06-30  Glenn Morris  <rgm@gnu.org>
16694         * w32-fns.el (w32-charset-info-alist): Declare.
16696         * find-dired.el (find-grep-options): Simplify.
16698         * term/ns-win.el (ns-set-resource): Declare.
16700         * ses.el (row, col): Declare dynamic variables honestly.
16702         * textmodes/reftex-parse.el (index-tags): Declare.
16704 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
16706         * cus-edit.el (customize-push-and-save): New function.
16708         * files.el (hack-local-variables-confirm): Use it.
16710         * custom.el (load-theme): New arg NO-CONFIRM.
16711         Use customize-push-and-save (Bug#8720).
16712         (custom-enabled-themes): Doc fix.
16714         * cus-theme.el (customize-create-theme)
16715         (custom-theme-merge-theme): Callers to load-theme changed.
16717 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16719         * thingatpt.el (thing-at-point-short-url-regexp): Require that
16720         short URLs have at least one dot in them (bug #7614).
16722         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16723         nil, because using a pty is apparently too slow (bug #895).
16725 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16727         * mail/sendmail.el (sendmail-query-once): New function.
16728         (sendmail-query-once-function): New variable.
16730 2011-06-29  Glenn Morris  <rgm@gnu.org>
16732         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16734         * ses.el (top-level): Require cl when compiling.
16735         (ses-set-localvars): Fix error statement.
16736         Call it at compile time to silence a storm of warnings.
16738 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
16740         * window.el (normalize-live-buffer): Rename to
16741         window-normalize-buffer.
16742         (normalize-live-frame): Rename to window-normalize-frame.
16743         (normalize-any-window): Rename to window-normalize-any-window.
16744         (normalize-live-window): Rename to window-normalize-live-window.
16745         (make-window-atom): Rename to window-make-atom.
16746         (window-resize-reset): Rename to window--resize-reset.
16747         (window-resize-reset-1): Rename to window--resize-reset-1.
16748         (resize-mini-window): Rename to window--resize-mini-window.
16749         (resize-subwindows-skip-p): Rename to
16750         window--resize-subwindows-skip-p.
16751         (resize-subwindows-normal): Rename to
16752         window--resize-subwindows-normal.
16753         (resize-subwindows): Rename to window--resize-subwindows.
16754         (resize-other-windows): Rename to window--resize-siblings.
16755         (resize-this-window): Rename to window--resize-this-window.
16756         (resize-root-window): Rename to window--resize-root-window.
16757         (resize-root-window-vertically): Rename to
16758         window--resize-root-window-vertically.
16759         (normalize-buffer-to-display): Rename to
16760         window-normalize-buffer-to-display.
16761         (normalize-buffer-to-switch-to): Rename to
16762         window-normalize-buffer-to-switch-to.
16763         Correspondingly update all callers of the functions listed
16764         above.
16765         (display-buffer-alist, display-buffer-normalize-arguments)
16766         (display-buffer-normalize-options, display-buffer)
16767         (display-buffer-alist-set): Use "function" instead of
16768         "fun-with-args".
16770 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
16772         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
16773         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
16774         debbugs.gnu.org.  Mention acknowledgment email.
16776 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16778         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
16779         buffer multibyteness, since it shouldn't matter.
16781 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
16783         * window.el (display-buffer-in-side-window): Handle dedicated
16784         windows as in display-buffer-reuse-window.
16785         (display-buffer-normalize-alist): Use value of override
16786         specifier.
16787         (display-buffer-normalize-specifiers): Use value of
16788         other-window-means-other-frame specifier.
16789         (display-buffer-alist): Rewrite some texts in widgets.
16790         (display-buffer): Spread arguments when calling function
16791         specified by fun-with-args.
16793 2011-06-28  Deniz Dogan  <deniz@dogan.se>
16795         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16796         Unnest `let'.
16798         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
16799         selectors (Bug#5732).
16800         (css-proprietary-nmstart-re): Use `regexp-opt'.
16802 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
16804         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
16805         (eshell-ls-date-format): New defcustom.
16806         (eshell-ls-file): Use it.
16808 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16810         * help-fns.el (describe-variable): Fix message for terminal-local vars.
16812 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16814         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
16815         (ange-ftp-make-tmp-name): New arg.
16816         (ange-ftp-file-local-copy): Use it.
16818 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
16820         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
16821         no-conversion (Bug#8870).
16823 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
16825         * window.el (window-right, window-left, window-child)
16826         (window-child-count, window-last-child)
16827         (window-iso-combination-p, walk-window-tree-1)
16828         (window-atom-check-1, window-tree-1, delete-window)
16829         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
16830         new naming conventions - window-vchild, window-hchild,
16831         window-next and window-prev are now called window-top-child,
16832         window-left-child, window-next-sibling and window-prev-sibling
16833         respectively.
16834         (resize-window-reset): Rename to window-resize-reset.
16835         (resize-window-reset-1): Rename to window-resize-reset-1.
16836         (resize-window): Rename to window-resize.
16837         (window-min-height, window-min-width)
16838         (resize-mini-window, resize-this-window, resize-root-window)
16839         (resize-root-window-vertically, adjust-window-trailing-edge)
16840         (enlarge-window, shrink-window, maximize-window)
16841         (minimize-window, delete-window, quit-restore-window)
16842         (split-window, balance-windows, balance-windows-area-adjust)
16843         (balance-windows-area, window-state-put-2)
16844         (display-buffer-even-window-sizes, display-buffer-set-height)
16845         (display-buffer-set-width, set-window-text-height)
16846         (fit-window-to-buffer): Rename all "resize-window" prefixed
16847         calls to use the "window-resize" prefix convention.
16848         (display-buffer-alist): Fix symbol for label specifier.
16849         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
16850         corresponding specifier.
16851         Reported by Juanma Barranquero <lekktu@gmail.com>.
16853 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16855         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
16856         convention.
16857         (ses-call-printer): Does not pass an empty string to formatter when the
16858         cell is empty to keep from barking printer Calc math-format-value.
16860 2011-06-27  Richard Stallman  <rms@gnu.org>
16862         * battery.el (battery-mode-line-limit): New variable.
16863         (battery-update): Handle it.
16865         * mail/rmailmm.el (rmail-mime-process-multipart):
16866         Handle truncated messages.
16868 2011-06-27  Glenn Morris  <rgm@gnu.org>
16870         * progmodes/flymake.el (flymake-err-line-patterns):
16871         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
16873 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16875         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
16876         (ses--clean-!, ses--clean-_): New functions.
16877         (ses-range): Add configurability of readout order, and conversion
16878         to Calc vector.
16880         * ses.el (ses-repair-cell-reference-all): New function.
16881         (ses-cell-symbol): Set macro as safe, so that it can be used in
16882         formulas.
16884         * ses.el: Update cycle detection algorithm.
16885         (ses-localvars): Add ses--Dijkstra-attempt-nb and
16886         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
16887         (ses-set-localvars): New function.
16888         (ses-make-cell): Add property-list as a cell element.
16889         (ses-cell-property-get-fun, ses-cell-property-get)
16890         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
16891         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
16892         New functions.
16893         (ses-cell-property-set, ses-cell-property-pop)
16894         (ses-cell-property-get-handle): New macro.
16895         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
16896         New aliases, used for code readability.
16897         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
16898         cycle detection.
16899         (ses-self-reference-early-detection): New defcustom.
16900         (ses-formula-references): Robustify against self-referring cells.
16901         (ses-mode): Use ses-set-localvars.
16902         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
16903         before lauching the update processing.
16904         (ses-initialize-Dijkstra-attempt): New function.
16905         (ses-recalculate-cell): Update for cycle detection based on
16906         Dijkstra algorithm.
16908         * ses.el: Fix commenting and indenting convention.
16910 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16912         * bs.el (bs-cycle-next): Complete last change.
16914 2011-06-27  Drew Adams  <drew.adams@oracle.com>
16916         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
16918 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16920         * net/network-stream.el (network-stream-open-starttls):
16921         Don't re-get capabilities unless we've reestablished connection.
16922         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
16924         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
16925         to binary to possibly avoid line encoding issues on Windows (among
16926         other things).
16928 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16930         * net/network-stream.el (open-network-stream): Return an :error
16931         saying what the problem was, if possible.
16933         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
16934         server.
16936         * net/network-stream.el (network-stream-open-starttls): If we
16937         wanted to use STARTTLS, and the server offered it, but we weren't
16938         able to because we had no STARTTLS support, then close the connection.
16939         (open-network-stream): Return an :error element, if present.
16941 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
16943         * hl-line.el (hl-line-sticky-flag): Doc fix.
16944         (global-hl-line-sticky-flag): New option (Bug#8323).
16945         (global-hl-line-highlight): Obey it.
16947         * vc/vc.el (vc-revert-show-diff): Default to t.
16949 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
16951         * allout-widgets.el (allout-widgets-post-command-business):
16952         Stop decorating intermediate isearch matches.  They're not being
16953         undecorated when an isearch is continued past, and isearch
16954         automatically collapses them.  This leads to "widget leaks", where
16955         decorated items accumulate in collapsed areas.  Lines with lots of
16956         hidden widgets can slow down cursor travel, substantially.
16957         Too much complicated machinery would be needed to ensure undecoration,
16958         so we're doing without this nicety.
16960         (allout-widgets-tally-string): Don't try to do a hash-table-count
16961         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
16962         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
16963         *Messages* when allout-widgets-maintain-tally is t.
16965 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
16967         * window.el (display-buffer-normalize-argument): Rename to
16968         display-buffer-normalize-arguments.  Handle special meaning of
16969         LABEL argument.  Respect special-display-function when popping up
16970         a new frame.  Fix code searching for a window showing the buffer
16971         on another frame.
16972         (display-buffer-normalize-specifiers):
16973         Call display-buffer-normalize-arguments.
16974         (display-buffer-in-window): Don't undedicate the window if its
16975         buffer remains the same.
16976         Reported by Drew Adams <drew.adams@oracle.com>.
16977         (display-buffer-alist): Add choice for same-window macro
16978         specfier.
16979         (display-buffer): Mention special meaning of LABEL argument in
16980         doc-string.  Fix quoting.  Don't pop up a new frame even as
16981         fallback.
16983 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
16985         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
16986         avoid deleting the current window in some cases (bug#8911).
16988 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
16990         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
16991         (Bug#8934)
16993 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16995         * net/network-stream.el (network-stream-open-starttls):
16996         Use built-in TLS support if `gnutls-available-p' is true.
16997         (network-stream-open-tls): Ditto.
16999 2011-06-26  Leo Liu  <sdl.web@gmail.com>
17001         * register.el (registerv): New struct.
17002         (registerv-make): New function.
17003         (jump-to-register, describe-register-1, insert-register):
17004         Support the jump-func, print-func and insert-func slot of a registerv
17005         struct.  (Bug#8415)
17007 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
17009         * vc/vc.el (vc-revert-show-diff): New defcustom.
17010         (vc-diff-internal): New arg specifying diff buffer.
17011         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
17012         reuse an existing *vc-diff* buffer (Bug#8927).
17014         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17016 2011-06-26  Glenn Morris  <rgm@gnu.org>
17018         * progmodes/f90.el (f90-critical-indent): New option.
17019         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17020         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17021         (f90-mode): Doc fix.
17022         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17023         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17024         (f90-beginning-of-block, f90-next-block, f90-indent-region)
17025         (f90-match-end): Handle block, critical.
17027 2011-06-25  Glenn Morris  <rgm@gnu.org>
17029         * calendar/diary-lib.el (diary-included-files): Doc fix.
17030         (diary-include-files): New function, extracted from
17031         diary-include-other-diary-files and diary-mark-included-diary-files.
17032         (diary-include-other-diary-files, diary-mark-included-diary-files):
17033         Just call diary-include-files.
17034         (diary-mark-entries): Reset diary-included-files on first call.
17036         * calendar/diary-lib.el (diary-mark-entries)
17037         (diary-mark-included-diary-files):
17038         Visit included diary-files in temp buffers.
17040         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17041         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17042         (f90-start-block-re, f90-imenu-generic-expression)
17043         (f90-looking-at-program-block-start, f90-no-block-limit):
17044         Add support for submodules.
17046         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17047         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17049 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
17051         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17052         buffer-file-type before setting its value, to avoid disastrous
17053         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
17055 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
17057         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17059         * ses.el (ses-unload-function):
17060         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17062         * proced.el (proced-unload-function):
17063         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17065 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
17067         * server.el (server-create-window-system-frame): Add parameters arg.
17068         (server-process-filter): Doc fix.  Handle frame-parameters.
17070 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
17072         Fix bug#8730, bug#8781.
17074         * loadhist.el (unload--set-major-mode): New function.
17075         (unload-feature): Use it.
17077         * progmodes/python.el (python-after-info-look): Add autoload cookie.
17078         (python-unload-function): New function.
17080 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17082         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17084 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
17086         * net/browse-url.el (browse-url-firefox-program): Add icecat to
17087         the candidates list.
17089 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
17091         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17093 2011-06-23  Richard Stallman  <rms@gnu.org>
17095         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17096         (rmail-variables): Set next-error-move-function.
17097         (rmail-what-message): Take argument POS.
17098         (rmail-next-error-move): New function.
17100 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17102         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17103         messages for adjacent non-terminals.
17105 2011-06-23  Richard Stallman  <rms@gnu.org>
17107         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17108         (rmail-show-message-1): Preserve buffer modified flag.
17109         (rmail-start-mail): Don't specify use of rmail-mail-return;
17110         that's done by mail-bury now.
17111         (rmail-mail-return): Handle arg NEWBUF.
17113 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
17115         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17116         SIZE is a number.
17118 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
17120         * window.el (get-lru-window, get-mru-window)
17121         (get-largest-window): Never return a minibuffer window.
17122         (display-buffer-pop-up-window): Fix a bug that could lead to
17123         reusing the minibuffer window.
17124         (display-buffer): Pass original specifier argument to
17125         display-buffer-function instead of the normalized one.
17126         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17128 2011-06-22  Leo Liu  <sdl.web@gmail.com>
17130         * minibuffer.el (completing-read-function)
17131         (completing-read-default): Move from minibuf.c.
17133 2011-06-22  Richard Stallman  <rms@gnu.org>
17135         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17136         to Rmail even if not started by a special Rmail command.
17138         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17139         Copy the buffer currently showing just one message.
17141 2011-06-22  Roland Winkler  <winkler@gnu.org>
17143         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17144         (bibtex-clean-entry): First delete the old key so that a
17145         customized algorithm for generating the new key does not get
17146         confused by the old key.
17147         (bibtex-url): Obey regexp of first step.
17148         (bibtex-search-entries): Do not use add-to-list with local
17149         list-var.
17151 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17153         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17154         stored a user name, then query for the password first, instead of
17155         waiting for SMTP to give an error message and the trying again.
17157 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
17159         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17160         BUFFER in call-process.
17162 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17164         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17165         QUIT twice.
17166         (smtpmail-try-auth-methods): Require user name and password from
17167         auth-source.
17169 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
17171         * window.el (display-buffer-default-specifiers)
17172         (display-buffer-alist): Remove entries for pop-up-frame-alist.
17173         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17174         (split-window): Normalize SIDE argument (Bug#8916).
17176         * frame.el (pop-up-frame-alist, pop-up-frame-function)
17177         (special-display-frame-alist, special-display-popup-frame):
17178         Remove duplicate declarations.  These are now in window.el.
17180 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17182         * mail/smtpmail.el (smtpmail-via-smtp):
17183         Set :use-starttls-if-possible so that we always use STARTTLS if the
17184         server supports it.  SMTP servers that support STARTTLS commonly
17185         require it.
17187         * net/network-stream.el (network-stream-open-starttls): Support
17188         upgrading to STARTTLS always, even if we don't have built-in support.
17189         (open-network-stream): Add the :always-query-capabilities keyword.
17191         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17192         upgrades with `open-network-stream', and rely solely on
17193         auth-source for all credentials.  Big changes throughout the file,
17194         but in particular:
17195         (smtpmail-auth-credentials): Remove.
17196         (smtpmail-starttls-credentials): Remove.
17197         (smtpmail-via-smtp): Check for servers saying they want AUTH after
17198         MAIL FROM, too.
17200         * net/network-stream.el (network-stream-open-starttls):
17201         Provide support for client certificates both for external and built-in
17202         STARTTLS.
17203         (auth-source): Require.
17204         (open-network-stream): Document the :client-certificate keyword.
17205         (network-stream-certificate): Change cert-cert to cert and
17206         cert-key to key.
17208 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
17210         * net/tramp-cache.el (top): Don't load the persistency file when
17211         "emacs -Q" has been called.
17213 2011-06-21  Tim Harper  <timcharper@gmail.com>
17215         * term/ns-win.el (ns-initialize-window-system):
17216         Set application-specific `ApplePressAndHoldEnabled' system
17217         resource to NO as it is not yet supported by the NS port.
17219 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
17221         * misc.el (list-dynamic-libraries--refresh): Compute header here...
17222         (list-dynamic-libraries): ...not here.
17224 2011-06-21  Leo Liu  <sdl.web@gmail.com>
17226         * subr.el (sha1): Implement sha1 using secure-hash.
17228 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
17230         * window.el (display-buffer-alist): In default value do not
17231         enforce searching a window on any but the selected frame.
17232         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17233         (display-buffer-select-window): Remove function.
17234         (display-buffer-in-window): When a window on another frame gets
17235         reused, do not select it any more but just raise its frame if
17236         necessary (Bug#8851) and (Bug#8856).
17237         (display-buffer-normalize-options): Handle pop-up-frames related
17238         options more faithfully.
17239         (pop-to-buffer): Don't rely on `display-buffer' selecting the
17240         window if it is on another frame.
17241         (display-buffer-alist, display-buffer-default-specifiers):
17242         Don't make new frame unsplittable by default.
17243         (display-buffer-normalize-argument): Fix doc-string typo and use
17244         'same-frame-other-window instead of 'other-window when associating
17245         with display-buffer-macro-specifiers.
17247 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
17249         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17250         New functions.
17251         (5x5-mode-map, 5x5-mode-menu): Bind them.
17252         (5x5-draw-grid): Tweak the solver's rendering.
17254 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17256         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17257         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17259 2011-06-21  Drew Adams  <drew.adams@oracle.com>
17261         * menu-bar.el: Use function variable instead of switch-to-buffer.
17262         (menu-bar-select-buffer-function): New variable.
17263         (menu-bar-update-buffers): Use it (bug#8876).
17265 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17267         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17268         variable's status.
17270 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
17272         * x-dnd.el (x-dnd-version-from-flags)
17273         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17274         and long as number (Bug#8899).
17275         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17277 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17279         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17280         (completion-try-completion, completion-all-completions): Compute the
17281         metadata argument if it's missing; make it optional (bug#8795).
17283         * wid-edit.el: Use lex-bind and move towards completion-at-point.
17284         (widget-complete): Use new :completion-function property.
17285         (widget-completions-at-point): New function.
17286         (default): Use :completion-function instead of :complete.
17287         (widget-default-completions): Rename from widget-default-complete;
17288         Rewrite.
17289         (widget-string-complete, widget-file-complete, widget-color-complete):
17290         Remove functions.
17291         (file, symbol, function, variable, coding-system, color):
17292         * international/mule-cmds.el (default-input-method, charset)
17293         (language-info-custom-alist):
17294         * cus-edit.el (face): Use new property :completions.
17296         * progmodes/pascal.el (pascal-completions-at-point): New function.
17297         (pascal-mode): Use it.
17298         (pascal-mode-map): Use completion-at-point.
17299         (pascal-toggle-completions): Make obsolete.
17300         (pascal-complete-word, pascal-show-completions):
17301         * progmodes/octave-mod.el (octave-complete-symbol):
17302         Redefine as obsolete alias.
17303         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17304         Signal absence of completion info for old Octave,
17305         (inferior-octave-complete): Redefine as obsolete alias.
17306         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17307         (meta-completions-at-point): Rename from meta-complete-symbol and
17308         adapt it for use on completion-at-point-functions.
17309         (meta-common-mode): Use it.
17310         (meta-looking-at-backward, meta-match-buffer): Remove.
17311         (meta-complete-symbol): Redefine as obsolete alias.
17312         (meta-common-mode-map): Use completion-at-point.
17313         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17314         (makefile-mode-map): Use completion-at-point.
17315         (makefile-completions-at-point): Rename from makefile-complete and
17316         adapt it for use on completion-at-point-functions.
17317         (makefile-mode): Use it.
17318         (makefile-complete): Redefine as obsolete alias.
17320 2011-06-20  Deniz Dogan  <deniz@dogan.se>
17322         * net/rcirc.el: Delete trailing whitespaces once and for all.
17324 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
17326         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17328 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
17330         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17332         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17334 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
17336         * window.el (display-buffer-other-window-means-other-frame):
17337         Call display-buffer-normalize-alist.
17338         (display-buffer-normalize-specifiers-1): Rename to
17339         display-buffer-normalize-argument.  New argument other-frame.
17340         Rewrite.
17341         (display-buffer-normalize-specifiers-2): Rename to
17342         display-buffer-normalize-options.
17343         (display-buffer-normalize-alist-1): New function.
17344         (display-buffer-normalize-specifiers-3): Rename to
17345         display-buffer-normalize-alist.
17346         Call display-buffer-normalize-alist-1.
17347         (display-buffer-normalize-options-inhibit): New variable.
17348         (display-buffer-normalize-specifiers): Rewrite calling
17349         display-buffer-normalize-alist,
17350         display-buffer-normalize-argument, and
17351         display-buffer-normalize-options.  Don't call the latter if
17352         display-buffer-normalize-options-inhibit is non-nil.
17353         (frame-auto-delete): New option.
17354         (window-deletable-p): Use frame-auto-delete.
17355         (window-list-no-nils, window-state-ignored-parameters)
17356         (window-state-get-1, window-state-get, window-state-put-list)
17357         (window-state-put-1, window-state-put-2, window-state-put):
17358         New functions.
17359         (display-buffer-normalize-options): Move special-display-p group
17360         after pop-up-frame group (Bug#8851) and (Bug#8856).
17362 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
17364         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17365         groups (Bug#8776).
17366         (rx-submatch-n): New function.
17367         (rx): Document it.
17369         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17370         (Bug#8768).
17372         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17374         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17376         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17377         anytime existing face settings are present (Bug#8889).
17379         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17380         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17381         Remove unused argument.
17383 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
17385         * window.el (display-buffer-default-specifiers):
17386         Remove pop-up-frame.  Add pop-up-window-min-height,
17387         pop-up-window-min-width, and another reuse-window specifier
17388         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
17389         (display-buffer-normalize-specifiers-2):
17390         Handle split-height-threshold and split-width-threshold also when
17391         pop-up-windows is unset.  Add a reuse-window specifier for the
17392         case popping up a new window fails.
17393         (special-display-popup-frame): Remove double quoting.
17394         (display-buffer-normalize-specifiers-1): Fix thinko.
17396 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17398         * shell.el (shell-completion-vars): Set pcomplete-termination-string
17399         according to comint-completion-addsuffix.
17401         * pcomplete.el: Convert to lexical binding and fix bug#8819.
17402         (pcomplete-suffix-list): Mark as obsolete.
17403         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17404         pcomplete-seen in the closure.
17405         (pcomplete-comint-setup): Setup completion-at-point as well.
17406         (pcomplete--entries): New function.
17407         (pcomplete--env-regexp): New var.
17408         (pcomplete-entries): Rewrite to work with partial-completion and
17409         without relying on pcomplete-suffix-list.
17410         (pcomplete-pare-list): Remove, unused.
17412 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
17414         * window.el (display-buffer-alist): Set pop-up-window-min-height
17415         and pop-up-window-min-width in default value.  Reported by
17416         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
17417         other-window-means-other-frame.
17418         (display-buffer-macro-specifiers): Comment out entry for
17419         other-window specifier.
17420         (display-buffer-other-window-means-other-frame): New function.
17421         (display-buffer-normalize-specifiers-1): New arguments
17422         buffer-name and label.  Treat other-window case specially.
17423         (display-buffer-normalize-specifiers-2): Treat other-window case
17424         specially.
17425         (display-buffer-normalize-specifiers-3): New function.
17426         (display-buffer-normalize-specifiers):
17427         Call display-buffer-normalize-specifiers-3.
17429 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
17431         * window.el (same-window-p): Fix two typos introduced when
17432         adding with-no-warnings.
17433         (display-buffer-normalize-specifiers-1): Don't check
17434         pop-up-frames for 'unset initialization.
17435         (display-buffer-normalize-specifiers-2): Major rewrite using
17436         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17437         (pop-up-frames, display-buffer-reuse-frames)
17438         (display-buffer-mark-dedicated): Don't initialize to 'unset.
17439         Suggested by David Engster <deng@randomsample.de>.
17440         (even-window-heights): Initialize to 'unset.
17441         (display-buffer-alist-set): Handle new 'unset initializations.
17442         (display-buffer-macro-specifiers): Don't pop up a new frame in the
17443         other window case.
17445 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
17447         * window.el (display-buffer-normalize-specifiers-1):
17448         Respect current value of pop-up-frames for most reasonable values of
17449         second argument of display-buffer (Bug#8865).
17450         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17451         (switch-to-buffer-other-window-same-frame)
17452         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
17453         Adams (Bug#8875).
17454         (display-buffer): Don't check noninteractive when calling
17455         display-buffer-pop-up-frame.
17456         (display-buffer-pop-up-frame): Never pop up a frame in
17457         noninteractive mode (Bug#8857).
17458         (enlarge-window, shrink-window): Don't report an error when the
17459         window can't be resized as requested (Bug#8862).
17461 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17463         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17465         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17467         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17469 2011-06-15  Alan Mackenzie  <acm@muc.de>
17471         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17472         for declarators, disable knr checking to speed up for normal files.
17473         2: Refactor, replacing a sequence of nested if forms by a cond form.
17475 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17477         * net/network-stream.el (open-network-stream): Add the keyword
17478         :always-query-capabilities for the case where you want to force a
17479         `plain' network connection, but the protocol still requires the
17480         capabilitiy command (i.e., SMTP and EHLO).
17482         * subr.el (process-live-p): Rename from `process-alive-p' for
17483         consistency with other `-live-p' functions.
17485 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17487         * window.el (same-window-buffer-names, same-window-regexps)
17488         (special-display-frame-alist, special-display-popup-frame)
17489         (special-display-function, special-display-buffer-names)
17490         (special-display-regexps, pop-up-frame-alist)
17491         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17492         (pop-up-windows, split-window-preferred-function)
17493         (split-height-threshold, split-width-threshold, even-window-heights)
17494         (display-buffer-mark-dedicated): Don't encourage the use of
17495         display-buffer-alist from Elisp code.
17497 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
17499         * progmodes/python.el (python-mode): Derive from prog-mode.
17500         * progmodes/ps-mode.el (ps-mode):
17501         * progmodes/mixal-mode.el (mixal-mode):
17502         * progmodes/cfengine.el (cfengine-mode):
17503         * progmodes/ld-script.el (ld-script-mode): Likewise.
17505 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
17507         * window.el (display-buffer-alist): Trim default value to avoid
17508         popping up a new frame (Bug#8857) or reusing an arbitrary window
17509         on another frame.
17510         (display-buffer): Do not fall back on popping up a new frame in
17511         batch mode (Bug#8857).
17513 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
17515         * cus-theme.el (describe-theme-1): Use custom-theme-p.
17516         (custom-theme-summary): New function.
17517         (customize-themes): Use it.
17519 2011-06-13  Glenn Morris  <rgm@gnu.org>
17521         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17523 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
17525         * help.el (help-window): Remove variable.
17526         (help-window-point-marker, temp-buffer-max-height)
17527         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17528         (help-print-return-message): Don't set help-window.
17529         (resize-temp-buffer-window): Rewrite cod eand doc-string.
17530         (help-window-setup-finish): Remove.
17531         (help-window-display-message, help-window-setup)
17532         (with-help-window): Major rewrite based on new
17533         display-buffer-window variable.
17535         * help-mode.el (help-mode-finish): Remove help-window related
17536         code.
17538         * view.el (view-exits-all-viewing-windows): Remove reference to
17539         view-return-to-alist in doc-string.
17540         (view-return-to-alist): Make obsolete.
17541         (view-buffer): Call pop-to-buffer-same-window and remove
17542         undo-window code.
17543         (view-buffer-other-window): Call pop-to-buffer-other-window and
17544         simplify code.  Ignore second argument.
17545         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17546         simplify code.  Ignore second argument.
17547         (view-return-to-alist-update): Make obsolete.
17548         (view-mode-enter): Rename second argument to QUIT-RESTORE.
17549         Rewrite using quit-restore window parameters.
17550         (view-mode-exit): Rename second argument to EXIT-ONLY.
17551         Rewrite using quit-restore-window.
17552         (View-exit, View-exit-and-edit, View-leave, View-quit)
17553         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17554         appropriate arguments.
17555         (view-end-message): Use quit-restore window parameter.
17557         * window.el (display-buffer-function): Rewrite doc-string.
17558         (display-buffer-window, display-buffer-alist): New variables.
17559         (display-buffer-split-specifiers)
17560         (display-buffer-side-specifiers)
17561         (display-buffer-macro-specifiers): New constants.
17562         (display-buffer-even-window-sizes, display-buffer-set-height)
17563         (display-buffer-set-width, display-buffer-select-window)
17564         (display-buffer-in-window, display-buffer-reuse-window)
17565         (display-buffer-split-window-1, display-buffer-split-window)
17566         (display-buffer-split-atom-window, display-buffer-pop-up-window)
17567         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17568         (display-buffer-in-side-window, normalize-buffer-to-display)
17569         (display-buffer-normalize-specifiers-1)
17570         (display-buffer-normalize-specifiers-2)
17571         (display-buffer-normalize-specifiers, display-buffer-frame):
17572         New functions.
17573         (display-buffer): Major rewrite.
17574         (display-buffer-other-window, display-buffer-other-frame)
17575         (pop-to-buffer, switch-to-buffer-other-window)
17576         (switch-to-buffer-other-frame): Rewrite.
17577         (display-buffer-same-window, display-buffer-same-frame)
17578         (display-buffer-same-frame-other-window)
17579         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17580         (pop-to-buffer-other-window)
17581         (pop-to-buffer-same-frame-other-window)
17582         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17583         (switch-to-buffer-other-window-same-frame): New functions.
17584         (same-window-p, special-display-p): Rewrite disabling warnings.
17585         Make obsolete.
17586         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17587         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17588         Make obsolete
17589         (same-window-buffer-names, same-window-regexps)
17590         (special-display-frame-alist, special-display-popup-frame)
17591         (special-display-function, special-display-buffer-names)
17592         (special-display-regexps, pop-up-frame-alist)
17593         (pop-up-frame-function, split-window-preferred-function)
17594         (split-height-threshold, split-width-threshold)
17595         (even-window-heights): Make obsolete.
17597 2011-06-12  Glenn Morris  <rgm@gnu.org>
17599         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
17600         Misc simplifications.
17602 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
17604         * window.el (window-safely-shrinkable-p): Restore function which
17605         was inadvertently removed in change from 2011-06-11.  Declare as
17606         obsolete.
17608         * calendar/calendar.el (calendar-generate-window):
17609         Use window-iso-combined-p instead of combination of one-window-p and
17610         window-safely-shrinkable-p.
17612 2011-06-12  Glenn Morris  <rgm@gnu.org>
17614         * progmodes/fortran.el (fortran-mode-syntax-table):
17615         * progmodes/f90.el (f90-mode-syntax-table):
17616         Set % to punctuation.  (Bug#8820)
17617         (f90-find-tag-default): Remove, no longer needed.
17619 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
17621         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17623 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
17625         * image.el (image-animated-p): Return animation delay in seconds.
17626         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17627         (image-animate-timeout): Remove DELAY argument.  Don't assume
17628         every subimage has the same delay; get it from image-animated-p.
17629         (image-animate): Caller changed.
17631 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
17633         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17634         to ignored backtrace functions.
17636 2011-06-11  Glenn Morris  <rgm@gnu.org>
17638         * calendar/appt.el (appt-disp-window-function): Doc fix.
17639         (appt-check): Handle overlapping appointments.  (Bug#8337)
17641 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
17643         * window.el (window-tree-1, window-tree): New functions, moving
17644         the latter to window.el.
17645         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17646         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17647         (bw-refresh-edges): Remove.
17648         (balance-windows-1, balance-windows-2): New functions.
17649         (balance-windows): Rewrite in terms of window tree functions,
17650         balance-windows-1 and balance-windows-2.
17651         (bw-adjust-window): Remove.
17652         (balance-windows-area-adjust): New function with functionality of
17653         bw-adjust-window but using resize-window.
17654         (set-window-text-height): Rewrite doc-string.
17655         Use normalize-live-window and resize-window.
17656         (enlarge-window-horizontally, shrink-window-horizontally):
17657         Rename argument to DELTA.
17658         (window-buffer-height): New function.
17659         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17660         Rewrite using new window resize routines.
17661         (kill-buffer-and-window, mouse-autoselect-window-select):
17662         Use ignore-errors instead of condition-case.
17663         (quit-window): Call delete-frame instead of delete-windows-on
17664         for the only buffer on frame.
17666 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
17668         * loadup.el (top-level): Load window before files for the sake
17669         of replace-buffer-in-windows.
17671         * files.el (read-buffer-to-switch)
17672         (switch-to-buffer-other-window)
17673         (switch-to-buffer-other-frame, display-buffer-other-frame):
17674         Move to window.el.
17676         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17677         (previous-buffer): Move to window.el.
17679         * bindings.el (unbury-buffer): Move to window.el.
17681         * window.el (delete-other-windows-vertically): Move after
17682         definition of delete-other-windows.
17683         (other-window, delete-windows-on, replace-buffer-in-windows):
17684         Move here from window.c.
17685         (record-window-buffer, unrecord-window-buffer)
17686         (set-window-buffer-start-and-point, switch-to-prev-buffer)
17687         (switch-to-next-buffer): New functions.
17688         (get-next-valid-buffer, last-buffer, next-buffer): Move here
17689         from simple.el.  Call switch-to-next-buffer.
17690         (previous-buffer): Move here from simple.el.
17691         Call switch-to-prev-buffer.
17692         (bury-buffer): Move here from buffer.c.  Switch to previous
17693         buffer when window cannot be deleted.
17694         (unbury-buffer): Move here from bindings.el.
17695         (ctl-x-map): Move binding for other-window from window.c to
17696         here.
17697         (read-buffer-to-switch, switch-to-buffer-other-window)
17698         (switch-to-buffer-other-frame): Move here from files.el.
17699         (normalize-buffer-to-switch-to): New functions.
17700         (switch-to-buffer): Move here from buffer.c.
17701         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
17703 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
17705         * window.el (window-min-height, window-min-width): Move here
17706         from window.c.  Add defcustoms and rewrite doc-strings.
17707         (resize-mini-window, resize-window): New functions.
17708         (adjust-window-trailing-edge, enlarge-window, shrink-window):
17709         Move here from window.c.
17710         (maximize-window, minimize-window): New functions.
17711         (delete-window, delete-other-windows, split-window): Move here
17712         from window.c.
17713         (window-split-min-size): New function.
17714         (split-window-keep-point): Mention split-window-above-each-other
17715         instead of split-window-vertically.
17716         (split-window-above-each-other, split-window-vertically):
17717         Rename split-window-vertically to split-window-above-each-other
17718         and provide defalias for old definition.
17719         (split-window-side-by-side, split-window-horizontally):
17720         Rename split-window-horizontally to split-window-side-by-side
17721         and provide defalias for the old definition.
17722         (ctl-x-map): Move bindings for delete-window,
17723         delete-other-windows and enlarge-window here from window.c.
17724         Replace bindings for split-window-vertically and
17725         split-window-horizontally by bindings for
17726         split-window-above-each-other and split-window-side-by-side.
17728         * cus-start.el (all): Remove entries for window-min-height and
17729         window-min-width.  Add entries for window-splits and
17730         window-nest.
17732 2011-06-09  Glenn Morris  <rgm@gnu.org>
17734         * calendar/appt.el (appt-mode-line): New function.
17735         (appt-check, appt-disp-window): Use it.
17737         * files.el (hack-one-local-variable-eval-safep):
17738         Allow minor-modes with explicit +/-1 arguments.
17740 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
17742         * term/xterm.el (xterm): Add defgroup.
17743         (xterm-extra-capabilities): Add defcustom to supply known xterm
17744         capabilities, skip querying them, or query them (default).
17745         (terminal-init-xterm): Use it.
17746         (terminal-init-xterm-modify-other-keys): New function to set up
17747         modifyOtherKeys support to simplify `terminal-init-xterm'.
17749 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
17751         * window.el (resize-window-reset, resize-window-reset-1)
17752         (resize-subwindows-skip-p, resize-subwindows-normal)
17753         (resize-subwindows, resize-other-windows, resize-this-window)
17754         (resize-root-window, resize-root-window-vertically)
17755         (window-deletable-p, window-or-subwindow-p)
17756         (frame-root-window-p): New functions.
17758 2011-06-09  Glenn Morris  <rgm@gnu.org>
17760         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17761         (ange-ftp-get-files): Use it.
17763 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
17765         * mail/sendmail.el (mail-recover-1, mail-recover):
17766         * files.el (recover-file, recover-session):
17767         Handle dired-listing-switches not being just a single short option.
17769 2011-06-09  Glenn Morris  <rgm@gnu.org>
17771         * calendar/appt.el (appt-display-message, appt-disp-window):
17772         Handle lists of appointments.
17774 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
17776         * window.el (one-window-p): Move down in code.
17777         Rewrite doc-string.
17778         (window-current-scroll-bars): Rewrite doc-string.
17779         Normalize live window argument.
17780         (walk-windows, get-window-with-predicate, count-windows):
17781         Rewrite doc-string.  Use window-list-1.
17782         (window-in-direction-2, window-in-direction, get-mru-window):
17783         New functions.
17785 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
17787         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17788         Doc fix (Bug#8713).
17790 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
17792         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
17794 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
17796         * loadhist.el (unload-feature-special-hooks):
17797         Add `comint-output-filter-functions'.
17799 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
17801         * calendar/appt.el (appt-check): Move some initializations into the let.
17803 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
17805         * window.el (window-height): Defalias to window-total-height.
17806         (window-width): Defalias to window-body-width.
17808 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
17810         * image-mode.el (image-toggle-animation): New command.
17811         (image-mode-map): Bind it to RET.
17812         (image-mode): Update message.
17813         (image-toggle-display-image): Avoid a spurious cache flush.
17814         (image-transform-rotation): Doc fix.
17815         (image-transform-properties): Return quickly in the normal case.
17816         (image-animate-loop): Rename from image-animate-max-time.
17818         * image.el (image-animate-max-time): Move to image-mode.el.
17819         (create-animated-image): Remove unnecessary function.
17820         (image-animate): Rename from image-animate-start.  New arg.
17821         (image-animate-stop): Remove; just use image-animate-timer.
17822         (image-animate-timer): Use car-safe.
17823         (image-animate-timeout): Rename argument.
17825 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
17827         * window.el (get-lru-window, get-largest-window): Move here from
17828         window.c.  Rename first argument to ALL-FRAMES.
17829         Rephrase doc-strings.
17830         (get-buffer-window-list): Rewrite using window-list-1.
17831         Rephrase doc-string.
17832         (window-safe-min-height, window-safe-min-width): New constants.
17833         (window-size-ignore, window-min-size, window-min-size-1)
17834         (window-sizable, window-sizable-p, window-size-fixed-1)
17835         (window-size-fixed-p, window-min-delta-1, window-min-delta)
17836         (window-max-delta-1, window-max-delta, window-resizable)
17837         (window-resizable-p, window-total-height, window-total-width)
17838         (window-body-width): New functions.
17839         (window-full-height-p, window-full-width-p): Rewrite using
17840         window-total-size.
17841         (window-body-height): Rewrite using window-body-size.
17843 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
17845         * window.el (window-right, window-left, window-child)
17846         (window-child-count, window-last-child, window-any-p)
17847         (normalize-live-buffer, normalize-live-frame)
17848         (normalize-any-window, normalize-live-window)
17849         (window-iso-combination-p, window-iso-combined-p)
17850         (window-iso-combinations)
17851         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
17852         (windows-with-parameter, window-with-parameter)
17853         (window-atom-root, make-window-atom, window-atom-check-1)
17854         (window-atom-check, window-side-check, window-check):
17855         New functions.
17856         (ignore-window-parameters, window-sides, window-sides-vertical)
17857         (window-sides-slots): New variables.
17858         (window-size-fixed): Move down in code.  Minor doc-string fix.
17860 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
17862         * comint.el (comint-dynamic-complete-as-filename)
17863         (comint-dynamic-complete-filename): Correctly call
17864         completion-in-region.
17866 2011-06-05  Deniz Dogan  <deniz@dogan.se>
17868         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
17869         in last change.
17871 2011-06-05  Deniz Dogan  <deniz@dogan.se>
17873         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
17874         (rcirc): Use it to prompt for encryption.
17876 2011-06-05  Roland Winkler  <winkler@gnu.org>
17878         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
17879         (bibtex-search-entries): New command bound to C-c C-a.
17880         (bibtex-display-entries): New function.
17882 2011-06-05  Roland Winkler  <winkler@gnu.org>
17884         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
17885         (bibtex-insert-kill): After yanking insert newline if necessary.
17886         (bibtex-initialize): Call bibtex-string-files-init only once.
17887         (bibtex-mode): Do not call easy-menu-add.
17888         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
17889         (bibtex-yank): Set arg properly if nil.
17891 2011-06-05  Roland Winkler  <winkler@gnu.org>
17893         * textmodes/bibtex.el (bibtex-search-entry-globally):
17894         New variable.
17895         (bibtex-search-entry): Use it.
17897 2011-06-05  Roland Winkler  <winkler@gnu.org>
17899         * textmodes/bibtex.el (bibtex-entry-format): New option
17900         sort-fields.
17901         (bibtex-format-entry, bibtex-reformat): Honor this option.
17902         (bibtex-parse-entry): Return fields in proper order.
17904 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
17906         * doc-view.el (doc-view-remove-if): Move computation of result out
17907         of `dolist' to silence misleading lexical-binding warning.
17909 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
17911         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
17912         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
17914 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
17916         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
17917         "SunOS 5.10".
17919 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
17921         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
17922         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
17923         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
17924         (tramp-parse-putty):
17925         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
17926         (tramp-completion-function-alist-ssh)
17927         (tramp-completion-function-alist-telnet)
17928         (tramp-completion-function-alist-su)
17929         (tramp-completion-function-alist-putty): Set `tramp-autoload'
17930         cookie.
17932         * net/tramp-ftp.el:
17933         * net/tramp-sh.el:
17934         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
17935         load "tramp.el" `tramp-set-completion-function'.
17937 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17939         * shell.el: Require and use pcomplete.
17940         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
17941         (shell-completion-vars): Set pcomplete-default-completion-function.
17943 2011-06-04  Deniz Dogan  <deniz@dogan.se>
17945         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
17946         `memq' (Bug#8799).
17948 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17950         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
17952 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
17954         * bs.el (bs--mark-unmark, bs--nth-wrapper):
17955         * mpc.el (mpc-select-extend, mpc-songpointer-context):
17956         * vc/log-view.el (log-view-beginning-of-defun):
17957         * vc/smerge-mode.el (smerge-apply-resolution-patch)
17958         (smerge-refine-forward, smerge-refine-chopup-region):
17959         Silence warning for unused `dotimes' counter variables.
17961 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17963         * net/tramp.el (tramp-with-progress-reporter): Rename from
17964         with-progress-reporter.  Use `declare'.
17965         * net/tramp-smb.el:
17966         * net/tramp-sh.el:
17967         * net/tramp-gvfs.el: Update all uses.
17969 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
17971         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
17972         buffer isn't killed before making it current.
17974 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17976         Silence various byte-compiler warnings.
17977         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
17978         `access-type' and new obsolescence format.
17979         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
17980         new format.
17981         (byte-compile-check-variable): New `access-type' argument.
17982         Only warn if the access-type is obsolete.
17983         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
17984         (byte-compile-variable-set): Adjust callers.
17985         * help-fns.el (describe-variable): Adjust to new obsolescence format.
17986         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
17987         setting it as obsolete.
17988         * simple.el (minibuffer-completing-symbol):
17989         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
17990         access as obsolete.
17991         * minibuffer.el (minibuffer-completing-file-name): Don't make it
17992         obsolete yet.
17993         * international/quail.el (quail-mouse-choose-completion): Remove unused
17994         code referring to obsolete var.
17995         (quail-choose-completion-string): Remove.
17996         * server.el (server-clients-with, server-kill-buffer-query-function)
17997         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
17998         * proced.el (proced-send-signal):
17999         * emacs-lisp/lisp.el (lisp-complete-symbol):
18000         Replace completion-annotate-function with completion-extra-properties.
18002 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18004         * simple.el (goto-line): Use read-number.
18005         (overriding-map-is-bound): Remove.
18006         (saved-overriding-map): Change default.
18007         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18008         Take the map as argument.
18009         (universal-argument, negative-argument, digit-argument): Use it.
18010         (restore-overriding-map): Adjust.
18011         (do-auto-fill): Use fill-forward-paragraph.
18012         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18014         * minibuffer.el (minibuffer-inactive-mode-map): New var.
18015         (minibuffer-inactive-mode): New major mode.
18016         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18017         the *Messages* buffer" hack.
18018         (mouse-popup-menubar): Don't burp if the event is a normal key.
18020         Miscellaneous tweaks.
18021         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18022         lexical scoping as in subr.el's dolist and dotimes.
18023         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18024         Silence compiler warning.
18025         * thingatpt.el (forward-whitespace): Trivial coding style fix.
18026         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18027         * international/ccl.el (ccl-compile): Trivial simplification.
18028         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18029         * emacs-lisp/testcover.el (testcover-end): Remove spurious
18030         `printflag' argument.
18031         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18032         Purecopy the whole obsolescence data.
18034 2011-06-01  Leo Liu  <sdl.web@gmail.com>
18036         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18037         improve doc-string as suggested by Marco Pessotto
18038         <melmothx@gmail.com>.
18039         (rcirc-print): Fix last change.
18041 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18043         * minibuffer.el (complete-with-action): Return nil for the metadata and
18044         boundaries of non-functional tables.
18045         (completion-table-dynamic): Return nil for the metadata.
18046         (completion-table-with-terminator): Add default case, using
18047         complete-with-action.
18048         (completion--metadata): New function.
18049         (completion-all-sorted-completions, minibuffer-completion-help): Use it
18050         to try and avoid pathological performance problems.
18051         (completion--embedded-envvar-table): Return `category' metadata.
18053 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18055         * subr.el (process-alive-p): New tiny convenience function.
18057 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18059         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18060         content but also its previous major mode.
18062 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
18064         * emacs-lisp/debug.el (debug): Restore the previous content of the
18065         *Backtrace* buffer when we exit with C-M-c.
18067 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18069         * minibuffer.el: Add metadata method to completion tables.
18070         (completion-category-overrides): New defcustom.
18071         (completion-metadata, completion--field-metadata)
18072         (completion-metadata-get, completion--styles)
18073         (completion--cycle-threshold): New functions.
18074         (completion-try-completion, completion-all-completions):
18075         Add `metadata' argument to choose completion-styles.
18076         (completion--do-completion): Use metadata to choose cycling.
18077         (completion-all-sorted-completions): Use metadata for sorting.
18078         Remove :completion-cycle-penalty which is not needed any more.
18079         (completion--try-word-completion): Add `metadata' argument.
18080         (minibuffer-completion-help): Check metadata for annotation function
18081         and sorting.
18082         (completion-file-name-table): Return `category' metadata.
18083         (minibuffer-completing-file-name): Make obsolete.
18084         * simple.el (minibuffer-completing-symbol): Make obsolete.
18085         * icomplete.el (icomplete-completions): Pass new `metadata' param to
18086         completion-try-completion.
18088 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18090         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18092 2011-05-30  Leo Liu  <sdl.web@gmail.com>
18094         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18095         (rcirc-print): Decode all incoming messages (bug#8744).
18096         (rcirc-decode-coding-system): Allow value nil for automatic coding
18097         system detection.
18099 2011-06-01  Glenn Morris  <rgm@gnu.org>
18101         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18103 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
18105         * image.el (image-animate-max-time): Allow nil and t values.
18106         Default to nil.
18107         (create-animated-image): Doc fix.
18108         (image-animate-start): Remove second arg; just use
18109         image-animate-max-time.
18110         (image-animate-timeout): Doc fix.  Args changed.
18112         * image-mode.el (image-toggle-display-image): Ensure that the
18113         image spec passed to the animate timer is the same object as in
18114         the buffer's display property (Bug#6981).
18115         (image-transform-properties): Doc fix.
18117         * image.el (image-animate-max-time): Default to nil.
18119 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
18121         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18122         entire buffer list (Bug#8184).
18124 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
18126         * image.el (imagemagick-types-inhibit)
18127         (imagemagick-register-types): Doc fix.
18129 2011-05-29  Deniz Dogan  <deniz@dogan.se>
18131         * net/rcirc.el (rcirc): Use the user's stored encryption method by
18132         default.
18134 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
18136         * select.el: Don't perform clipboard-manager saving in hooks;
18137         leave the hooks empty.
18139 2011-05-28  Leo Liu  <sdl.web@gmail.com>
18141         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18142         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
18143         (occur-edit-mode): New major mode (Bug#8463).
18144         (occur-after-change-function): New function.
18145         (occur-engine): Give Occur tags a read-only property.
18147 2011-05-28  Kevin Ryde  <user42@zip.com.au>
18149         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18151 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
18153         * bindings.el (help-echo): Make the initial non-indicator dash
18154         empty on graphical terminals (Bug#7295).
18156         * files.el (auto-mode-alist): Move config rule after the
18157         in-stripping one (Bug#8547).
18159         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18161         * startup.el (normal-splash-screen): Remove gratuitous mode-line
18162         setting (Bug#8740).
18164 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
18166         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18167         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18168         (Bug#8539).
18170 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
18172         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18174 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
18176         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18177         (hs-hide-block-at-point, hs-find-block-beginning)
18178         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18179         (Bug#8279).
18181 2011-05-28  Glenn Morris  <rgm@gnu.org>
18183         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
18185 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
18187         * help-fns.el (describe-function-1): If the function is a derived
18188         major mode, print the parent mode.
18190         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18191         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18193 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18195         * minibuffer.el (completion--capf-wrapper): Check applicability before
18196         returning non-nil for non-exclusive completion data.
18197         * progmodes/etags.el (tags-completion-at-point-function):
18198         * info-look.el (info-lookup-completions-at-point): Mark as
18199         non-exclusive.
18200         (info-complete): Adjust accordingly.
18202         * info-look.el: Convert to lexical-binding and completion-at-point.
18203         (info-lookup-completions-at-point): New function.
18204         (info-complete): Use it and completion-in-region.
18206 2011-05-28  Drew Adams  <drew.adams@oracle.com>
18208         * isearch.el: Let M-e start with point at the first mismatched char.
18209         (isearch-fail-pos): New function.
18210         (isearch-edit-string): Use it.
18212 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
18214         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18216 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
18218         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
18219         traversal functions for avl-trees.
18220         (avl-tree--stack): New struct.
18221         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18222         (avl-tree-enter): Add optional `updatefun' arg.
18223         (avl-tree--do-enter): Add optional `updatefun' arg.
18224         Change return value.
18225         (avl-tree-delete): Add optional `test' and `nilflag' args.
18226         (avl-tree--do-delete): Add `test' and `nilflag' args.
18227         Change return value.
18228         (avl-tree-member): Add optional `nilflag'
18229         (avl-tree-member-p): New function.
18230         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18231         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18232         (avl-tree-stack-empty-p): New functions.
18234         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18235         avl-tree--del-balance1 and make it work both ways.
18236         (avl-tree--del-balance2): Remove.
18237         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18238         make it work both ways.
18239         (avl-tree--enter-balance2): Remove.
18240         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18241         New macros.
18242         (avl-tree--mapc, avl-tree-map): Add direction argument.
18244 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
18246         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18248 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
18250         * select.el: Support clipboard managers with built-in function
18251         x-clipboard-manager-save, via delete-frame-functions and
18252         kill-emacs-hook.
18253         (xselect-convert-to-targets): Add MULTIPLE target to list.
18254         (xselect-convert-to-save-targets): New function.
18256 2011-05-27  Kenichi Handa  <handa@m17n.org>
18258         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18259         let-binding rfc2047-encode-encoded-words to nil.
18261 2011-05-27  Glenn Morris  <rgm@gnu.org>
18263         * mail/emacsbug.el: Don't require url-util.
18265         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
18267         * files.el (set-auto-mode):
18268         Also respect mode: entries at the end of the file.  (Bug#8586)
18270 2011-05-26  Glenn Morris  <rgm@gnu.org>
18272         * files.el (hack-local-variables-prop-line, hack-local-variables):
18273         Downcase mode names, as seems to be traditional.
18274         (hack-local-variables, hack-local-variables-apply): Doc fixes.
18276         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18277         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
18279 2011-05-25  Julien Danjou  <julien@danjou.info>
18281         * textmodes/rst.el (rst-define-level-faces): Do not define face
18282         symbol if it is already defined.
18284 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
18286         * play/5x5.el (5x5-new-game, 5x5-randomize):
18287         Reset 5x5-solver-output to nil when a new grid is cast.
18288         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18289         these debugging traces, as defmacro breaks the compiled code.
18291 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
18293         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18295 2011-05-24  Leo Liu  <sdl.web@gmail.com>
18297         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18298         (vc-bzr-sha1): Adapt.
18300         * sha1.el: Remove.  Function `sha1' is now builtin.
18302         * bindings.el: Provide sha1 feature.
18304 2011-05-24  Kenichi Handa  <handa@m17n.org>
18306         * mail/sendmail.el: Require `rfc2047'.
18307         (mail-insert-from-field): Do not perform RFC2047 encoding.
18308         (mail-encode-header): New function.
18309         (sendmail-send-it): Set buffer-file-coding-system of the work
18310         buffer to the return value of select-message-coding-system.
18311         Call mail-encode-header.
18313         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18315 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
18317         * mail/supercite.el (sc-default-cite-frame):
18318         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18320 2011-05-24  Glenn Morris  <rgm@gnu.org>
18322         * progmodes/python.el (brm-menu): Declare.
18324         * emulation/viper.el (viper-set-hooks): Declare.
18326         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18327         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18328         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18329         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18330         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18331         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18333 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18335         Add an :exit-function for completion-at-point.
18337         * minibuffer.el (completion--done): New fun.
18338         (completion--do-completion): Use it.  New arg `expect-exact'.
18339         (minibuffer-complete, minibuffer-complete-word): Don't output message,
18340         since completion--do-completion does it for us now.
18341         (minibuffer-force-complete): Use completion--done and
18342         completion--replace.  Handle sole-completion case with more care.
18343         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18344         (completion-extra-properties): New var.
18345         (completion-annotate-function): Make obsolete.
18346         (minibuffer-completion-help): Adjust accordingly.
18347         Use completion-list-insert-choice-function.
18348         (completion-at-point, completion-help-at-point):
18349         Bind completion-extra-properties.
18350         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18351         * simple.el (completion-list-insert-choice-function): New var.
18352         (completion-setup-function): Preserve it.
18353         (choose-completion): Pay attention to it, shuffle the code a bit.
18354         (choose-completion-string): New arg `insert-function'.
18356         * textmodes/bibtex.el: Convert to lexical binding.
18357         (bibtex-mode-map): Use completion-at-point.
18358         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18359         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18360         (bibtex-complete): Define as obsolete alias.
18361         (bibtex-complete-internal): Remove.
18362         (bibtex-format-entry): Remove unused sub-group in regexp.
18363         * shell.el (shell--command-completion-data)
18364         (shell-environment-variable-completion):
18365         * pcomplete.el (pcomplete-completions-at-point):
18366         * comint.el (comint--complete-file-name-data): Use :exit-function
18367         instead of completion-table-with-terminator so it also works for
18368         choose-completion.
18370 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18372         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18374         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18375         (bug#8710).
18377         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18379 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
18381         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18382         customization variable and implement: If non-nil, auto-fill will
18383         be inhibited while on topic's header line.
18385 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
18387         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18388         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
18389         always have a solution in grid size = 5 cases.
18390         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18391         (5x5-solver-output, 5x5-log-buffer): New vars.
18392         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18393         Make these variables buffer local to achieve 5x5 multi-session-ness.
18394         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18395         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18396         (5x5-solve-suggest): New funs.
18397         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18398         randomize a grid so that we ensure that there is always a solution.
18399         (5x5-make-random-grid): Allow other movement than flipping.
18401 2011-05-23  Kevin Ryde  <user42@zip.com.au>
18403         * emacs-lisp/advice.el (ad-read-advised-function):
18404         Use `function-called-at-point' as the default, if it has
18405         advice and passes PREDICATE.
18407 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18409         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18410         byte-compile-lambda if it's actually a lambda.
18412         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18413         Fix function quoting.  Use backquote better.
18415 2011-05-22  Yuanle Song  <sylecn@gmail.com>
18417         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18418         matching (Bug#8516).
18420 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
18422         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18423         different face (Bug#8178).
18425 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
18427         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18428         defface (Bug#8144).
18430 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18432         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18433         funcall as well (bug#8712).  Warn when performing those conversions.
18434         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18436         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18438 2011-05-22  Glenn Morris  <rgm@gnu.org>
18440         * files.el (hack-local-variables-prop-line): Small simplifications.
18441         (hack-local-variables, hack-local-variables-prop-line):
18442         If MODE-ONLY, return the mode, rather than just `t'.
18444 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18446         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18448 2011-05-21  Glenn Morris  <rgm@gnu.org>
18450         * files.el (hack-local-variables-prop-line, hack-local-variables):
18451         If only interested in the mode, don't bother doing the other stuff.
18453         * image-mode.el (image-after-revert-hook):
18454         Redraw all frames on which the image is visible.  (Bug#8567)
18456         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
18458         * wid-edit.el (widget-checklist-match-inline):
18459         Fix 2011-04-19 change.  (Bug#8649)
18461 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18463         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18464         Also allow singlespace after single-letter capitals followed by a dot.
18466         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18467         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18469 2011-05-20  Nix  <nix@esperi.org.uk>
18471         * files.el (basic-save-buffer-2):
18472         Fix handling of break-hardlink-on-save with non-existent files.
18474 2011-05-19  Deniz Dogan  <deniz@dogan.se>
18476         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18477         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18479 2011-05-19  Glenn Morris  <rgm@gnu.org>
18481         * progmodes/f90.el (f90-type-def-re):
18482         Handle "type, bind(c)".  (Bug#8691)
18484         * emacs-lisp/autoload.el (batch-update-autoloads):
18485         Set autoload-excludes by parsing loadup.el rather than Makefiles.
18487 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
18489         * net/tramp.el (tramp-process-actions): Set "first-password-request"
18490         property for the correct connection in case of multihops.
18492 2011-05-18  Glenn Morris  <rgm@gnu.org>
18494         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18495         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18497         Rationalize calendar handling of day and month abbrev-arrays.
18498         * calendar/calendar.el (calendar-customized-p): New function.
18499         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18500         (calendar-day-name-array, calendar-month-name-array): Doc fix.
18501         Add :set function.
18502         (calendar-abbrev-length, calendar-day-abbrev-array)
18503         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18504         (calendar-day-abbrev-array, calendar-month-abbrev-array):
18505         Elements may no longer be nil.
18506         (calendar-day-name, calendar-month-name):
18507         Update for changed nature of abbrev arrays.
18508         * calendar/diary-lib.el (diary-name-pattern):
18509         Update for changed nature of abbrev arrays.
18510         (diary-mark-entries-1): Update calendar-make-alist calls.
18511         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18512         * calendar/cal-html.el (cal-html-day-abbrev-array):
18513         Simply inherit from calendar-day-abbrev-array.
18515 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18517         * progmodes/grep.el (grep-mode): Disable default
18518         compilation-directory-matcher setting (bug#8684).
18520 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
18522         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18523         instead of "head" and "tail".  There were problems with SunOS 5.9,
18524         and it performs better.
18526 2011-05-17  Glenn Morris  <rgm@gnu.org>
18528         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18530         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18531         Replace obsolete function.
18533         * shell.el (pcomplete-parse-arguments-function): Declare.
18535         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18536         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18537         (appt-check): Doc fixes.
18538         (appt-disp-window-function, appt-delete-window-function):
18539         Remove needless special case in custom :type.
18540         (appt-display-count): Default to 0, not nil.
18541         (appt-check): Reset appt-display-count to 0, not nil.
18543 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
18545         * progmodes/python.el (python-font-lock-keywords):
18546         Add the Python 3.X keyword "nonlocal" (bug#8639).
18548 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18550         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18552 2011-05-16  Kevin Ryde  <user42@zip.com.au>
18554         * info-look.el (makefile-automake-mode): New setups, looking in
18555         automake manual, then makefile-mode.
18556         (makefile-mode): Remove automake manual, have it just in
18557         makefile-automake-mode since there's various things different or
18558         not relevant to plain make.
18559         (makefile-mode): Remove "other-modes" non-existent automake-mode,
18560         believe a hypothetical automake-mode would go to makefile-mode,
18561         not the other way around.
18563 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
18565         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18566         hunk-end tags (Bug#8672).
18568         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18569         vc-annotate-show-diff-revision-at-line (Bug#8671).
18571 2011-05-14  Glenn Morris  <rgm@gnu.org>
18573         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18574         in the middle of an existing one with multiple authors.  (Bug#8645)
18575         (change-log-font-lock-keywords): Also handle multiple author lines
18576         with leading tabs.  (Bug#8644)
18578         * calendar/appt.el (appt-check): Rename some local variables.
18579         Some simplification/reordering.
18581         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18582         (feedmail-sendmail-f-doesnt-sell-me-out)
18583         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18584         (feedmail-debug-sit-for, feedmail-queue-express-hook)
18585         (feedmail-queue-runner-message-sender): Set :version.
18586         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18587         (bbdb-dwim-net-address, vm-mail): Declare.
18588         (feedmail-binmail-gnulinuxish-template):
18589         Rename from feedmail-binmail-linuxish-template.
18590         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18591         Use insert-buffer-substring.
18593 2011-05-14  Bill Carpenter  <bill@carpenter.org>
18595         * mail/feedmail.el (feedmail-patch-level): Increase.
18596         (feedmail-debug): New custom group.
18597         (feedmail-confirm-outgoing-timeout)
18598         (feedmail-sendmail-f-doesnt-sell-me-out)
18599         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18600         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18601         (feedmail-sender-line, feedmail-from-line)
18602         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
18603         (feedmail-spray-this-address)
18604         (feedmail-spray-address-fiddle-plex-list)
18605         (feedmail-queue-use-send-time-for-date)
18606         (feedmail-queue-use-send-time-for-message-id)
18607         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18608         (feedmail-buffer-eating-function):
18609         Doc fixes.
18610         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18611         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18612         (feedmail-message-action-scroll-down): New functions.
18613         (feedmail-queue-directory, feedmail-queue-draft-directory):
18614         Use expand-file-name.
18615         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18616         Remove C-v help entry.
18617         (feedmail-queue-buffer-file-name): New variable.
18618         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18619         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18620         (feedmail-message-action-send-strong, feedmail-message-action-edit)
18621         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18622         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18623         (feedmail-message-action-toggle-spray)
18624         (feedmail-run-the-queue-no-prompts)
18625         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18626         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18627         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18628         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18629         (feedmail-envelope-deducer, feedmail-fiddle-from)
18630         (feedmail-fiddle-sender, feedmail-default-date-generator)
18631         (feedmail-fiddle-date, feedmail-fiddle-message-id)
18632         (feedmail-fiddle-spray-address)
18633         (feedmail-fiddle-list-of-spray-fiddle-plexes)
18634         (feedmail-fiddle-list-of-fiddle-plexes)
18635         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18636         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18637         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18638         Change default.  Doc fix.
18639         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18640         (feedmail-binmail-linuxish-template): New constant.
18641         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
18642         Respect feedmail-sendmail-f-doesnt-sell-me-out.
18643         (feedmail-send-it): Add debug call.
18644         Use feedmail-queue-buffer-file-name, and
18645         feedmail-send-it-immediately-wrapper.
18646         (feedmail-message-action-send): Add debug call.
18647         Use feedmail-send-it-immediately-wrapper.
18648         (feedmail-queue-express-to-queue): Add debug call.
18649         Run feedmail-queue-express-hook.
18650         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
18651         (feedmail-message-action-help-blat):
18652         Rename from feedmail-queue-send-edit-prompt-help-first.
18653         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
18654         Check line-endings.  Handle errors better.
18655         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18656         Doc fix.  Add debug call.
18657         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
18658         Use feedmail-queue-send-edit-prompt-inner.
18659         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18660         (feedmail-queue-send-edit-prompt-inner): New function, extracted
18661         from feedmail-queue-send-edit-prompt.
18662         (feedmail-queue-send-edit-prompt-help)
18663         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18664         (feedmail-tidy-up-slug): Add debug call.
18665         Respect feedmail-queue-slug-suspect-regexp.
18666         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18667         (feedmail-dump-message-to-queue): Add debug call.
18668         Expand queue-directory.
18669         (feedmail-dump-message-to-queue): Change message slightly.
18670         Use feedmail-say-chatter.
18671         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
18672         (feedmail-send-it-immediately-wrapper): New function.
18673         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
18674         Insert empty string rather than newline.  Handle full-frame case.
18675         Use catch/throw.  Use feedmail-say-chatter.
18676         (feedmail-fiddle-from): Try mail-host-address.
18677         (feedmail-default-message-id-generator): Doc fix.
18678         Bind system-time-locale.  Handle missing end.
18679         (feedmail-fiddle-x-mailer): Add debug call.
18680         Handle feedmail-x-mailer-line being nil.
18681         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18682         Add debug call.  Use buffer-substring-no-properties.
18683         (feedmail-say-debug, feedmail-say-chatter): New functions.
18684         (feedmail-find-eoh): Give an explicit error.
18686 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
18688         * net/newst-treeview.el (newsticker-treeview-face): Change default
18689         family from helvetica to sans.
18690         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
18691         etc/images/newsticker.
18693         * net/newst-reader.el (newsticker-feed-face): Change default
18694         family from helvetica to sans.
18696         * net/newst-plainview.el (newsticker-new-item-face)
18697         (newsticker-old-item-face, newsticker-immortal-item-face)
18698         (newsticker-obsolete-item-face, newsticker-date-face)
18699         (newsticker-statistics-face): Change default family from
18700         helvetica to sans.
18701         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
18702         etc/images/newsticker.
18704         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18705         (newsticker--process-auto-mark-filter-match): Tell user about
18706         auto-marking.
18708 2011-05-13  Didier Verna  <didier@xemacs.org>
18710         Common Lisp indentation improvements on defmethod and lambda-lists.
18711         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18712         TODO entries.
18713         (lisp-lambda-list-keyword-parameter-indentation)
18714         (lisp-lambda-list-keyword-parameter-alignment)
18715         (lisp-lambda-list-keyword-alignment): New customizable user options.
18716         (lisp-indent-defun-method): Improve docstring.
18717         (extended-loop-p): Fix comment.
18718         (lisp-indent-lambda-list-keywords-regexp): New variable.
18719         (lisp-indent-lambda-list): New function.
18720         (lisp-indent-259): Use it.
18721         (lisp-indent-defmethod): Support for more than one
18722         method qualifier and properly indent methods lambda-lists.
18723         (defgeneric): Provide a missing common-lisp-indent-function property.
18725 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18727         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18728         bounds for the empty string (bug#8667).
18730 2011-05-13  Glenn Morris  <rgm@gnu.org>
18732         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18734         * mail/sendmail.el (sendmail-program): Try executable-find first.
18735         (sendmail-send-it): `sendmail-program' cannot be unbound.
18737         * calendar/appt.el (appt-make-list): Simplify.
18738         (appt-time-msg-list): Doc fix.
18739         (appt-check): Change mode-line message at the time of the appointment.
18741 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
18743         * progmodes/ld-script.el (ld-script-keywords)
18744         (ld-script-builtins): Update keywords list.
18746 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18748         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18750         * shell.el (shell-completion-vars): New function.
18751         (shell-mode):
18752         * simple.el (read-shell-command): Use it.
18753         (blink-matching-open): No need for " [...]" in minibuffer-message.
18755 2011-05-12  Glenn Morris  <rgm@gnu.org>
18757         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18758         (appt-check): Simplify.
18760 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
18762         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
18763         literal "/dev/null".
18765 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18767         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18768         Fix typo.
18770 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
18772         * progmodes/which-func.el (which-function):
18773         Use add-log-current-defun instead of add-log-current-defun-function,
18774         which might not be defined (Bug#8260).
18776 2011-05-12  Glenn Morris  <rgm@gnu.org>
18778         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18779         Let byte-compile-initial-macro-environment always take precedence.
18781 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18783         * net/rcirc.el: Add support for SSL/TLS connections.
18784         (rcirc-server-alist): New field `encryption'.
18785         (rcirc): Check `encryption' settings.
18786         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
18787         Merge make-local-variable into `set'.
18788         (rcirc--connection-open-p): New function.
18789         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
18790         the process is not a network process (e.g. running gnutls-cli).
18791         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
18792         Make rcirc-(en|de)code-coding-system local here.
18793         (rcirc-mode): Merge make-local-variable into `set'.
18794         (rcirc-parent-buffer): Make permanent buffer-local.
18795         (rcirc-multiline-minor-mode): Don't do it here.
18796         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
18797         there's no server buffer.
18799 2011-05-11  Glenn Morris  <rgm@gnu.org>
18801         * newcomment.el (comment-kill): Prefix "unused" local.
18803         * term/w32console.el (get-screen-color): Declare.
18805         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
18806         Handle symbol elements of byte-compile-initial-macro-environment.
18808 2011-05-10  Leo Liu  <sdl.web@gmail.com>
18810         * bookmark.el (bookmark-bmenu-mode-map):
18811         Bind bookmark-bmenu-search to `/'.
18813         * mail/footnote.el: Convert to utf-8 encoding.
18814         (footnote-unicode-string, footnote-unicode-regexp): New variable.
18815         (Footnote-unicode): New function.
18816         (footnote-style-alist): Add unicode style to the list.
18817         (footnote-style): Doc fix.
18819 2011-05-10  Jim Meyering  <meyering@redhat.com>
18821         Fix doubled-word typos.
18822         * international/quail.el (quail-insert-kbd-layout): and and -> and
18823         * kermit.el: and and -> and
18824         * net/ldap.el (ldap-search-internal): to to -> to
18825         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
18826         * progmodes/js.el (js-mode): and and -> and
18827         * textmodes/artist.el (artist-move-to-xy): at at -> at
18828         (artist-draw-region-trim-line-endings): if if -> if
18829         And Safetyc -> Safety.
18830         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
18832 2011-05-10  Glenn Morris  <rgm@gnu.org>
18833             Stefan Monnier  <monnier@iro.umontreal.ca>
18835         * files.el (hack-one-local-variable-eval-safep):
18836         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
18838 2011-05-10  Glenn Morris  <rgm@gnu.org>
18840         * calendar/diary-lib.el (diary-list-entries-hook)
18841         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
18842         (diary-nongregorian-marking-hook, diary-list-entries)
18843         (diary-include-other-diary-files, diary-mark-entries)
18844         (diary-mark-included-diary-files): Doc fixes.
18846 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
18848         * misc.el: Require tabulated-list.el during compilation.
18850 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
18852         * progmodes/compile.el (compilation-start):
18853         Run compilation-filter-hook for the async case too.
18854         (compilation-filter-hook): Doc fix.
18856 2011-05-09  Deniz Dogan  <deniz@dogan.se>
18858         * wdired.el: Remove outdated installation comment.  Fix usage
18859         comment.
18861 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
18863         * misc.el: Implement new command `list-dynamic-libraries'.
18864         (list-dynamic-libraries--loaded-only-p): New variable.
18865         (list-dynamic-libraries--refresh): New function.
18866         (list-dynamic-libraries): New command.
18868 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
18870         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18871         Fix the ant regexp to handle end-line and end-column info from jikes.
18872         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
18873         higher priority to avoid clobbering by gnu.
18875 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
18877         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
18878         if the face has existing theme settings (Bug#8454).
18880 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
18882         * progmodes/perl-mode.el (perl-imenu-generic-expression):
18883         Only match variables declared via `my' or `our' (Bug#8261).
18885         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
18886         special file names `.' and `..' (Bug#8259).
18888 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
18890         * progmodes/grep.el (grep-mode-font-lock-keywords):
18891         Remove buffer-changing entries.
18892         (grep-filter): New function.
18893         (grep-mode): Add it to compilation-filter-hook.
18895         * progmodes/compile.el (compilation-filter-hook)
18896         (compilation-filter-start): New defvars.
18897         (compilation-filter): Call compilation-filter-hook prior to
18898         updating the process mark.
18900 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18902         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
18904 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
18906         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
18907         mailclient-send-it even if window-system is nil.  (Bug#8595)
18909         * term/w32console.el (terminal-init-w32console):
18910         Call get-screen-color and use its output to set the frame
18911         background-mode.  (Bug#8597)
18913 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18915         Make bytecomp.el understand that defmethod defines funs (bug#8631).
18916         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
18917         New functions.
18918         (defgeneric, eieio--defmethod): Use them.
18919         (eieio-defgeneric): Remove.
18920         (defmethod): Call defgeneric in a way visible to the byte-compiler.
18922 2011-05-07  Glenn Morris  <rgm@gnu.org>
18924         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
18925         Use let rather than let*.
18926         (timeclock-find-discrep): Remove unused local.
18928         * calendar/diary-lib.el (diary-comment-start): Doc fix.
18930         * calendar/appt.el (appt-time-msg-list): Doc fix.
18932 2011-05-06  Noah Friedman  <friedman@splode.com>
18934         * apropos.el (apropos-print-doc): Only use
18935         emacs-lisp-docstring-fill-column when it is bound to an integer,
18936         per that variable's documentation.
18938 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18940         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
18941         and warnings are not silently discarded (e.g. use -d instead of -P).
18943 2011-05-06  Glenn Morris  <rgm@gnu.org>
18945         * calendar/appt.el (appt-message-warning-time): Doc fix.
18946         (appt-warning-time-regexp): New option.
18947         (appt-make-list): Respect appt-message-warning-time.
18949         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
18950         New options.
18951         (diary-add-to-list): Strip comments from the displayed string.
18952         (diary-mode): Set comment-start and comment-end.
18954         * vc/diff-mode.el (smerge-refine-subst): Declare.
18955         (diff-refine-hunk): Don't require smerge-mode when compiling.
18957 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
18959         * simple.el (list-processes): Return nil as the docstring says.
18961 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
18963         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
18964         to "".
18965         (ange-ftp-write-region, ange-ftp-insert-file-contents)
18966         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
18967         determining of binary transfer.  (Bug#7383)
18969 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
18971         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18972         Fix port computation bug.  (Bug#8618)
18974 2011-05-05  Glenn Morris  <rgm@gnu.org>
18976         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
18978         * simple.el (shell-dynamic-complete-functions)
18979         (comint-dynamic-complete-functions): Declare.
18981         * net/network-stream.el (gnutls-negotiate):
18982         * simple.el (tabulated-list-print): Fix declarations.
18984         * progmodes/gud.el (syntax-symbol, syntax-point):
18985         Remove unnecessary and incorrect declarations.
18987         * emacs-lisp/check-declare.el (check-declare-scan):
18988         Handle byte-compile-initial-macro-environment in bytecomp.el.
18990 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18992         Fix earlier half-done eieio-defmethod change (bug#8338).
18993         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
18994         Streamline and change calling convention.
18995         (defmethod): Adjust accordingly and simplify.
18996         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
18997         new eieio--defmethod.
18998         (slot-boundp): Minor CSE simplification.
19000 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
19002         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19003         (glasses-make-readable): Use glasses-separate-capital-groups.
19005 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
19007         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19008         (warning-series): Doc fix.
19009         (display-warning): Don't try to create the buffer if we just found it.
19011 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
19013         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19014         (autoload-find-generated-file): New function.
19015         (generate-file-autoloads): Bind generated-autoload-file to
19016         buffer-file-name.
19017         (update-file-autoloads, update-directory-autoloads):
19018         Use autoload-find-generated-file.  If called interactively, prompt for
19019         output file (Bug#7989).
19020         (batch-update-autoloads): Doc fix.
19022 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
19024         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19026 2011-05-04  Glenn Morris  <rgm@gnu.org>
19028         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19029         function, so it follows changes in calendar-date-style.
19030         (diary-fancy-date-matcher): New function.
19031         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19032         (diary-fancy-font-lock-fontify-region-function):
19033         Use diary-fancy-date-pattern as a function.
19035         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19036         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
19038 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
19040         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19041         instead of positional arguments.  Allow :keylist and :crlfiles
19042         arguments.
19043         (open-gnutls-stream): Call it.
19045         * net/network-stream.el (network-stream-open-starttls): Adjust to
19046         call `gnutls-negotiate' with :process and :hostname arguments.
19048 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19050         * minibuffer.el (completion--message): New function.
19051         (completion--do-completion, minibuffer-complete)
19052         (minibuffer-force-complete, minibuffer-complete-word): Use it.
19053         (completion--do-completion): Don't ignore completion-auto-help when in
19054         icomplete-mode.
19056         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19057         internal encoding (e.g. tibetan zero is not whitespace).
19058         (global-whitespace-mode): Prefer save-current-buffer.
19059         (whitespace-trailing-regexp): Remove useless save-match-data.
19060         (whitespace-empty-at-bob-regexp): Minor simplification.
19062 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
19064         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19066 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
19068         * textmodes/ispell.el (ispell-add-per-file-word-list):
19069         Use `concat' to create string for insertion.
19071 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19073         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19074         Avoid open-line which runs post-self-insert-hook.
19075         (bibtex-fill-entry): Remove unused `end' var.
19077 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
19079         * textmodes/ispell.el (ispell-add-per-file-word-list):
19080         Protect against `nil' value of `comment-start' (Bug#8579).
19082 2011-05-03  Leo Liu  <sdl.web@gmail.com>
19084         * isearch.el (isearch-yank-pop): New command.
19085         (isearch-mode-map): Bind it to `M-y'.
19086         (isearch-forward): Mention it.
19088 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19090         * simple.el (minibuffer-complete-shell-command): Remove.
19091         (minibuffer-local-shell-command-map): Use completion-at-point.
19092         (read-shell-command): Setup completion vars here instead.
19093         (read-expression-map): Bind TAB to symbol completion.
19095         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19096         error directly rather via storing it into `results'.
19098 2011-05-02  Leo Liu  <sdl.web@gmail.com>
19100         * vc/diff.el: Fix description.
19102 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19104         * server.el (server-eval-at): New function.
19106 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19108         * net/network-stream.el (open-network-stream): Take a :nowait
19109         parameter and pass it on to `make-network-process'.
19110         (network-stream-open-plain): Ditto.
19112 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
19114         * faces.el (face-spec-set-match-display): Don't match toolkit
19115         options on terminal frames.
19117 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19119         * progmodes/pascal.el: Use lexical binding.
19120         (pascal-mode-map): Remove author preferences.
19122         * pcomplete.el (pcomplete-std-complete): Don't abuse
19123         completion-at-point.
19125 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
19127         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19128         removing code that has been dead since 1991 or so.
19130         * startup.el (command-line): When warning about "_emacs", use a
19131         delayed warning to allow the user to filter it out.
19133 2011-04-28  Deniz Dogan  <deniz@dogan.se>
19135         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19136         user has not joined.
19138 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19140         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19141         aren't any completions at point.
19143 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
19145         * subr.el (display-delayed-warnings): New function.
19146         (delayed-warnings-hook): New variable.
19148 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19150         * minibuffer.el (completion-at-point, completion-help-at-point):
19151         Don't presume that a given completion-at-point-function will always
19152         use the same calling convention.
19154         * pcomplete.el (pcomplete-completions-at-point):
19155         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
19156         pcomplete-seen is non-nil.
19157         (pcomplete-comint-setup): Also recognize the new comint/shell
19158         completion functions.
19159         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19160         pcomplete-seen is non-nil.
19162 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
19164         * calendar/icalendar.el (diary-lib): Add require statement.
19165         (icalendar--create-uid): Read out a uid from a text-property on
19166         the first character in the entry.  This allows for code to add its
19167         own uid to the entry.
19168         (icalendar--convert-float-to-ical): Add export of
19169         `diary-float'-entries save for those with the optional DAY
19170         argument.
19172 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
19174         * subr.el (shell-quote-argument): Use alternate escaping strategy
19175         when we spot a variable reference in a string.
19177 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
19179         * cus-start.el (all): Define customization for debug-on-event.
19181 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
19183         * subr.el (shell-quote-argument): Escape correctly under Windows.
19185 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19187         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19189 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
19191         * net/tramp.el (tramp-process-actions): Add POS argument.
19192         Delete region between POS and (pos).
19194         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19195         Use `nil' position in `tramp-process-actions' call.
19196         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19198         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19199         position in `tramp-process-actions' call.
19201         * net/trampver.el: Update release number.
19203 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19205         * custom.el (defcustom): Obey lexical-binding.
19207         Fix octave-inf completion problems reported by Alexander Klimov.
19208         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19209         Inherit from octave-mode-syntax-table.
19210         (inferior-octave-mode): Set info-lookup-mode.
19211         (inferior-octave-completion-at-point): New function.
19212         (inferior-octave-complete): Use it and completion-in-region.
19213         (inferior-octave-dynamic-complete-functions): Use it as well, and use
19214         comint-filename-completion.
19215         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19216         symbol elements which shouldn't be word elements.
19217         (octave-font-lock-keywords, octave-beginning-of-defun)
19218         (octave-function-header-regexp): Adjust regexps accordingly.
19219         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19221 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
19223         * net/gnutls.el (gnutls-errorp): Declare before first use.
19225 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
19227         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19228         verify-error, and verify-hostname-error parameters.  Check whether
19229         default trustfile exists before going to use it.  Add missing
19230         argument to gnutls-message-maybe call.  Return value.
19231         Reported by Claudio Bley <claudio.bley@gmail.com>.
19232         (open-gnutls-stream): Add usage example.
19234         * net/network-stream.el (network-stream-open-starttls): Give host
19235         parameter to `gnutls-negotiate'.
19236         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19237         * subr.el (shell-quote-argument): Escape correctly under Windows.
19239 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
19241         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19242         Use correct match group (bug#8438).
19244 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
19246         * emacs-lisp/package.el (package-built-in-p): Fix typo.
19247         (package-menu--generate): New arg specifying packages to show.
19248         (package-menu-refresh, package-menu-execute, list-packages):
19249         Callers changed.
19250         (package-show-package-list): New function, replacing deleted
19251         package--list-packages (renamed because it is non-internal).
19253         * finder.el (finder-list-matches): Use package-show-package-list
19254         instead of deleted package--list-packages.
19256         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19257         Based on a previous implementation by Juanma Barranquero (Bug#8366).
19258         (vc-annotate-mode-map): Bind it to RET.
19260 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
19262         * progmodes/etags.el (next-file): Don't use set-buffer to change
19263         buffers (Bug#8478).
19265 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
19267         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19269         * apropos.el (apropos-label-face): Avoid variable-pitch face.
19270         (apropos-accumulator): Doc fix.
19271         (apropos-function, apropos-macro, apropos-command)
19272         (apropos-variable, apropos-face, apropos-group, apropos-widget)
19273         (apropos-plist): Add face property.
19274         (apropos-symbols-internal): Fix indentation.
19275         (apropos-print): Simplify help, and recognize apropos-multi-type.
19276         (apropos-print-doc): Use button-type-get to extract the button's
19277         face property.  Fill docstring (Bug#8352).
19279 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
19281         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19283         * play/mpuz.el (mpuz-silent): Doc fix.
19284         (mpuz-mode-map): Use mapc.
19285         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19286         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19287         Fix typos in docstrings.
19289         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19290         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19292         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19294 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
19296         * minibuffer.el (completion--do-completion): Avoid the "Next char
19297         not unique" prompt if icomplete-mode is enabled (Bug#5849).
19299         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19300         mouse-2 into unread-command-events, it is interpreted correctly.
19302         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19303         (image-toggle-display): Doc fix.
19305 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
19307         * textmodes/page.el (what-page): Use line-number-at-pos to
19308         calculate line number (Bug#6825).
19310 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
19312         * eshell/esh-mode.el (find-tag-interactive): Declare function.
19313         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19314         Pass argument NO-DEFAULT to `find-tag-interactive'.
19316 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
19318         Lexical-binding cleanup.
19320         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19321         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19322         * progmodes/ada-prj.el (ada-prj-initialize-values)
19323         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19324         (ada-prj-show-value):
19325         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19326         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19327         (antlr-invalidate-context-cache, antlr-options-menu-filter)
19328         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19329         * progmodes/bug-reference.el (bug-reference-push-button):
19330         * progmodes/fortran.el (fortran-line-length):
19331         * progmodes/glasses.el (glasses-change):
19332         * progmodes/octave-mod.el (octave-fill-paragraph):
19333         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19334         (python-pdbtrack-grub-for-buffer, python-sentinel):
19335         * progmodes/sql.el (sql-save-connection):
19336         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19337         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19338         Mark unused parameters.
19340         * progmodes/compile.el (compilation--flush-directory-cache)
19341         (compilation--flush-parse, compile-internal): Mark unused parameters.
19342         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19343         (compilation-next-error-function): Remove unused variable `timestamp'.
19345         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19346         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19348         * progmodes/dcl-mode.el (dcl-end-of-command):
19349         Remove unused variable `start'.
19350         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19351         (dcl-option-value-basic, dcl-option-value-offset)
19352         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19353         Mark unused parameters.
19354         (dcl-save-local-variable): Remove unused variable `val'.
19355         (mode): Declare.
19357         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19358         Mark unused parameters.
19359         (delphi-ignore-changes): Move before first use.
19360         (delphi-charset-token-at): Remove unused variable `start'.
19361         (delphi-else-start): Remove unused variable `if-count'.
19362         (delphi-comment-block-start, delphi-comment-block-end):
19363         Remove unused variable `kind'.
19364         (delphi-indent-line): Remove unused variable `new-point'.
19366         * progmodes/ebrowse.el (ebrowse-files-list)
19367         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19368         Mark unused parameters.  Don't quote `lambda'.
19369         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19370         Don't quote `lambda'.
19371         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19372         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19373         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19374         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19375         Use `ignore-errors'.
19376         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19377         (ebrowse-view/find-file-and-search-pattern)
19378         (ebrowse-view/find-member-declaration/definition):
19379         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19380         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19381         Rename parameter PREFIX-ARG to PREFIX.
19382         (ebrowse-tags-read-name): Remove unused variables `start' and
19383         `member-info'.
19384         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19385         to `tags-file'.
19387         * progmodes/etags.el (local-find-tag-hook): Declare.
19388         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19389         Mark unused parameters.
19391         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19392         (executable-interpret): Mark unused parameter.
19394         * progmodes/flymake.el (flymake-process-sentinel)
19395         (flymake-after-change-function)
19396         (flymake-create-temp-with-folder-structure)
19397         (flymake-get-include-dirs-dot): Mark unused parameters.
19398         (flymake-safe-delete-directory): Remove unused variable `err'.
19400         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19401         (speedbar-timer-fn, speedbar-line-text)
19402         (speedbar-change-expand-button-char, speedbar-delete-subblock)
19403         (speedbar-center-buffer-smartly): Declare functions.
19404         (gdb-find-watch-expression): Remove unused variable `array'.
19405         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19406         (gdb-starting): Mark unused parameters.
19407         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19408         (gdb-table-string): Remove unused variable `res'.
19409         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19410         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19411         (gdb-display-buffer): Remove unused variable `cur-size'.
19413         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19414         allow lexical-binding compilation.
19415         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19416         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19417         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19418         Mark unused parameters.
19419         (gud-gdb-marker-filter): Remove unused variable `match'.
19420         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19421         lambda expressions and funcall them, instead of using `fset'.
19423         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19424         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19426         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19427         variable `header-beg'; use `let'.
19429         * progmodes/icon.el (indent-icon-exp): Remove unused variables
19430         `restart', `last-sexp' and `at-do'.
19432         * progmodes/js.el (js--debug): Mark unused parameter.
19433         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19434         (js--splice-into-items): Remove unused variable `item'.
19435         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19437         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19438         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19439         (makefile-complete): Remove unused variable `try'.
19440         (makefile-fill-paragraph, makefile-match-function-end):
19441         Mark unused parameters.
19443         * progmodes/octave-inf.el (inferior-octave-complete):
19444         Remove unused variable `proc'.
19445         (inferior-octave-output-digest): Mark unused parameter.
19447         * progmodes/perl-mode.el (perl-calculate-indent):
19448         Remove unused variable `err'.
19450         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19451         (prolog-indent-line): Mark unused parameters.
19452         (prolog-indent-line): Remove unused variable `beg'.
19454         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19455         (reporter-dont-compact-list): Declare.
19457         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19458         Remove unused variable `char'.
19459         (sh-debug): Mark unused parameter.
19460         (sh-get-indent-info): Remove unused variable `start'.
19461         (sh-calculate-indent): Remove unused variable `var'.
19463         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19464         (simula-electric-keyword): Remove unused variable `null'.
19465         (simula-search-backward, simula-search-forward): Remove unused
19466         variables `begin' and `end'.
19468         * progmodes/vera-mode.el (vera-guess-basic-syntax):
19469         Remove unused variable `pos'.
19470         (vera-electric-tab, vera-comment-uncomment-region):
19471         Mark unused parameters.
19472         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19474 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
19476         * emacs-lisp/package.el (package--builtins, package-alist)
19477         (package-load-descriptor, package-built-in-p, package-activate)
19478         (define-package, package-installed-p)
19479         (package-compute-transaction, package-buffer-info)
19480         (package--push): Doc fix.  Distinguish more clearly between
19481         version strings and version lists.
19483 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
19485         Lexical-binding cleanup.
19487         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19488         (5x5-make-mutate-best):
19489         * play/fortune.el (fortune-in-buffer):
19490         * play/gomoku.el (gomoku-init-display):
19491         * play/solitaire.el (solitaire, solitaire-do-check):
19492         * play/tetris.el (tetris-default-update-speed-function):
19493         Mark unused parameters.
19495         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19496         (bubbles--shift): Remove unused variable `char-org'.
19497         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
19498         (bubbles--show-images): Remove unused variable `char'.
19500         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19501         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19502         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19503         (decipher-analyze-buffer): Use ?\s.
19504         (decipher-make-checkpoint): Remove unused variable `mapping'.
19506         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19508         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19509         Remove unused variable `result'; use `let'.
19511         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19512         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19513         (gametree-children-shown-p, gametree-compute-reduced-score):
19514         Use `ignore-errors'.
19516         * play/handwrite.el (ps-lpr-switches): Declare.
19517         (handwrite): Remove unused variables `pmin' and `lastp'.
19519         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19521         * play/landmark.el (landmark-init-display)
19522         (landmark-update-naught-weights): Mark unused parameters.
19523         (landmark-y): Remove unused variable `noise'.  Simplify.
19524         (landmark-human-plays): Remove unused variable `score'.
19526         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19527         (mpuz-try-proposal): Remove unused variable `game'.
19529         * play/zone.el (life-patterns): Declare.
19531 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
19533         * vc/vc.el (ediff-vc-internal): Declare function.
19535 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19537         * shell.el: Use lexical-binding and std completion UI.
19538         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19539         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19540         comint-preoutput-filter-functions rather than on
19541         comint-output-filter-functions.
19542         (shell-command-completion, shell--command-completion-data)
19543         (shell-filename-completion, shell-environment-variable-completion)
19544         (shell-c-a-p-replace-by-expanded-directory): New functions.
19545         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19546         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19547         (shell-dynamic-complete-environment-variable): Use them.
19548         (shell-dynamic-complete-as-environment-variable)
19549         (shell-dynamic-complete-as-command): Remove.
19550         (shell-match-partial-variable): Match past point.
19551         * comint.el: Clean up use of completion-at-point-functions.
19552         (comint-completion-at-point): New function.
19553         (comint-mode): Use it completion-at-point-functions.
19554         (comint-dynamic-complete): Make it obsolete.
19555         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19556         (comint-c-a-p-replace-by-expanded-history): New function.
19557         (comint-dynamic-complete-functions)
19558         (comint-replace-by-expanded-history): Use it.
19559         * minibuffer.el (completion-table-with-terminator): Allow dynamic
19560         termination strings.  Try harder to avoid second try-completion.
19561         (completion-in-region-mode-map): Disable bindings that don't work yet.
19563         * comint.el: Use lexical-binding.  Require CL.
19564         (comint-dynamic-complete-functions): Use comint-filename-completion.
19565         (comint-completion-addsuffix): Tweak custom type.
19566         (comint-filename-completion, comint--common-suffix)
19567         (comint--common-quoted-suffix, comint--table-subvert)
19568         (comint--complete-file-name-data): New functions.
19569         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19570         (comint-dynamic-list-filename-completions): Use them.
19571         (comint-dynamic-simple-complete): Make obsolete.
19573         * minibuffer.el (completion-in-region-mode):
19574         Keep completion-in-region-mode--predicate global.
19575         (completion-in-region--postch):
19576         Assume completion-in-region-mode--predicate is not null.
19578         * progmodes/flymake.el (flymake-start-syntax-check-process):
19579         Obey `dir'.  Simplify.
19581         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19582         we're in VC after all.
19584 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
19586         * vc/vc.el (vc-diff-build-argument-list-internal)
19587         (vc-version-ediff, vc-ediff): New commands.
19588         (vc-version-diff): Use vc-diff-build-argument-list-internal.
19590 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19592         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19593         add sanity check.
19595         * obsolete/erc-hecomplete.el: Make obsolete.
19596         * obsolete/: Standardize obsolescence info in the header.
19598 2011-04-20  Glenn Morris  <rgm@gnu.org>
19600         * calendar/solar.el (solar-horizontal-coordinates):
19601         Use the longitude argument rather than `calendar-longitude'.
19602         (solar-date-next-longitude): Remove unused locals.
19604 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19606         * whitespace.el: New version 13.2.1.
19608 2011-04-20  felix  <EmacsWiki>  (tiny change)
19610         * whitespace.el (global-whitespace-mode): Keep highlight when
19611         switching between major modes on a file.
19613 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19615         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19616         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19617         multi-line comments as well.
19619 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
19621         Lexical-binding cleanup.
19623         * arc-mode.el (archive-mode-revert):
19624         * cmuscheme.el (scheme-interactively-start-process):
19625         * custom.el (custom-initialize-delay):
19626         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19627         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19628         * emacs-lock.el (emacs-lock-clear-sentinel):
19629         * ezimage.el (defezimage):
19630         * follow.el (follow-avoid-tail-recenter):
19631         * fringe.el (set-fringe-mode-1):
19632         * generic-x.el (bat-generic-mode-compile):
19633         * help-mode.el (help-info-variable, help-do-xref)
19634         (help-mode-revert-buffer):
19635         * help.el (view-emacs-todo):
19636         * iswitchb.el (iswitchb-completion-help):
19637         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19638         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19639         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19640         * locate.el (locate-update):
19641         * longlines.el (longlines-encode-region)
19642         (longlines-after-change-function):
19643         * outline.el (outline-isearch-open-invisible):
19644         * ps-def.el (declare-function, charset-dimension, char-width)
19645         (encode-char):
19646         * ps-mule.el (ps-mule-plot-string):
19647         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19648         (recentf-edit-list-select, recentf-edit-list-validate)
19649         (recentf-open-files-action):
19650         * rect.el (delete-whitespace-rectangle-line)
19651         (rectangle-number-line-callback):
19652         * register.el (window-configuration-to-register)
19653         (frame-configuration-to-register):
19654         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19655         * select.el (xselect-convert-to-string, xselect-convert-to-length)
19656         (xselect-convert-to-targets, xselect-convert-to-delete)
19657         (xselect-convert-to-filename, xselect-convert-to-charpos)
19658         (xselect-convert-to-lineno, xselect-convert-to-colno)
19659         (xselect-convert-to-os, xselect-convert-to-host)
19660         (xselect-convert-to-user, xselect-convert-to-class)
19661         (xselect-convert-to-name, xselect-convert-to-integer)
19662         (xselect-convert-to-atom, xselect-convert-to-identity):
19663         * subr.el (declare, ignore, process-kill-without-query)
19664         (text-clone-maintain):
19665         * terminal.el (te-get-char, te-tic-sentinel):
19666         * tool-bar.el (tool-bar-make-keymap):
19667         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19668         * type-break.el (type-break-mode, type-break-noninteractive-query):
19669         * view.el (View-back-to-mark):
19670         * wid-browse.el (widget-browse-action, widget-browse-widget)
19671         (widget-browse-widgets, widget-browse-sexp):
19672         * widget.el (define-widget-keywords):
19673         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19674         Mark unused parameters.
19676         * align.el (align-adjust-col-for-rule): Mark unused parameter.
19677         (align-areas): Remove unused variable `look'.
19678         (align-region): Remove unused variables `real-end' and `pos-list'.
19680         * apropos.el (apropos-score-doc): Remove unused variable `i'.
19682         * bindings.el (mode-line-modified, mode-line-remote):
19683         Mark unused parameters.
19684         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19686         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19687         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19689         * comint.el (comint-history-isearch-pop-state)
19690         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19691         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19692         (comint-substitute-in-file-name): Doc fix.
19694         * completion.el (cmpl-statistics-block): Mark unused parameter.
19695         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19696         (save-completions-to-file, load-completions-from-file):
19697         Remove unused local variable `e'.
19699         * composite.el (compose-chars): Remove unused variable `len'.
19700         (lgstring-insert-glyph): Remove unused variable `g'.
19701         (compose-glyph-string): Remove unused variables `ascent',
19702         `descent', `lbearing' and `rbearing'.
19703         (compose-glyph-string-relative): Remove unused variables
19704         `lbearing', `rbearing' and `wadjust'.
19705         (compose-gstring-for-graphic): Remove unused variables `header',
19706         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
19707         (compose-gstring-for-terminal): Remove unused variables `header'
19708         and `nchars'.  Use `let', not `let*'.
19710         * cus-edit.el (Custom-set, Custom-save, custom-reset)
19711         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19712         (Custom-buffer-done, custom-buffer-create-internal)
19713         (custom-browse-visibility-action, custom-browse-group-tag-action)
19714         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19715         (widget-magic-mouse-down-action, custom-toggle-parent)
19716         (custom-add-parent-links, custom-toggle-hide-variable)
19717         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19718         (custom-toggle-hide-face, face, hook, custom-group-link-action)
19719         (custom-face-menu-create, custom-variable-menu-create, get)
19720         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19721         (custom-reset-standard-save-and-update): Remove unused variable `value'.
19722         (customize-apropos): Remove unused variable `tests'.
19723         (custom-group-value-create): Remove unused variable `hidden-p'.
19724         (sort-fold-case): Declare.
19726         * cus-theme.el (custom-reset-standard-faces-list)
19727         (custom-reset-standard-variables-list): Declare.
19728         (customize-create-theme, custom-theme-revert, custom-theme-write)
19729         (custom-theme-choose-mode, customize-themes, custom-theme-save):
19730         Mark unused parameters.
19732         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19734         * delim-col.el (delimit-columns-max): Move defvar before first use.
19736         * descr-text.el (describe-char-categories): Don't quote `lambda'.
19737         (describe-char): Don't quote `lambda'.  Mark unused parameter.
19739         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19740         (auto-insert): Declare.
19741         (desktop-restore-file-buffer): Rename desktop-* parameters;
19742         mark unused ones.
19743         (desktop-create-buffer): Rename desktop-* parameters and bind them.
19744         (desktop-buffer): Rename desktop-* parameters.
19746         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19747         (dframe-reposition-frame-xemacs, dframe-help-echo)
19748         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19749         Mark unused parameters.
19751         * dired-aux.el (backup-extract-version-start, overwrite-query)
19752         (overwrite-backup-query, rename-regexp-query)
19753         (rename-non-directory-query): Declare.
19754         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19755         (dired-add-entry): Remove unused variable `orig-file-name'.
19756         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19757         Use parameter PRESERVE-TIME instead of accessing dynamic variable
19758         `dired-copy-preserve-time' directly.
19759         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19760         (dired-insert-subdir-newpos): Rename unused variable `pos'.
19762         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19763         (dired-virtual-revert, dired-make-relative-symlink):
19764         Mark unused parameters.
19765         (manual-program): Declare.
19766         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19767         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19768         wrapped in `with-no-warnings' to avoid replacing one warning by another.
19770         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
19772         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
19774         * echistory.el (electric-history-in-progress, Helper-return-blurb):
19775         Declare.
19777         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
19779         * electric.el (Electric-command-loop): Rename parameter
19780         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
19782         * expand.el (expand-in-literal): Remove unused variable `here'.
19784         * facemenu.el (facemenu-add-new-color):
19785         Remove unused variable `docstring'.
19787         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
19788         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
19789         (face-attr-construct): Mark unused parameter.  Doc fix.
19790         (read-color): Remove unused variable `hex-string'.
19792         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
19793         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
19794         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
19795         (display-buffer-other-frame): Remove unused variable `old-window'.
19796         (kill-buffer-hook): Declare.
19797         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
19798         Mark unused parameters.
19799         (after-find-file): Pass 1 to `auto-save-mode', not t.
19801         * files-x.el (auto-insert): Declare.
19802         (modify-file-local-variable-prop-line): Remove unused variable `val'.
19804         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
19805         variable `buf'.  Mark unused parameter.
19806         (find-lisp-insert-directory): Mark unused parameter.
19808         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
19809         (format-encode-region): Remove unused variables `cur-buf' and `result'.
19810         (format-common-tail): Remove, unused.
19811         (format-deannotate-region): Remove unused variable `loc'.
19812         (format-annotate-region): Remove unused variable `p'.
19813         (format-annotate-single-property-change): Remove unused variables
19814         `default' and `tail'.
19816         * forms.el (read-file-filter): Declare.
19817         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
19819         * frame.el (frame-creation-function-alist): Mark unused parameter.
19820         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
19822         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
19823         Remove unused parameters.
19824         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
19825         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
19827         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
19828         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
19829         (hfy-prepare-tag-map): Mark unused parameters.
19830         (htmlfontify-buffer): Use `called-interactively-p'.
19832         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
19833         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
19834         (ibuffer-do-occur): Mark unused parameters.
19835         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
19836         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
19838         * ibuffer.el: Don't quote `lambda'.
19839         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
19840         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
19841         Mark unused parameters.
19843         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
19844         (ido-completing-read): Mark unused parameters.
19845         (ido-copy-current-word): Mark unused parameters;
19846         remove unused variable `name'.
19847         (ido-sort-merged-list): Remove unused parameter `dirs'.
19849         * ielm.el (ielm-input-sender): Mark unused parameter.
19850         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
19851         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
19852         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
19853         `ielm-string' as a dynamic variable accessible from the IELM prompt.
19854         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
19856         * image-dired.el (image-dired-display-thumbs): Remove unused
19857         variables `curr-file' and `count'.
19858         (image-dired-remove-tag): Remove unused variable `start'.
19859         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
19860         variable `curr-file'
19861         (image-dired-rotate-original): Remove unused variable `temp-file'.
19862         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
19863         Remove unused variable `file'.
19864         (image-dired-gallery-generate): Remove unused variable `curr'.
19865         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
19867         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
19869         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
19871         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
19873         * isearch.el (minibuffer-history-symbol): Declare.
19874         (isearch-edit-string): Remove unused variable `err'.
19875         (isearch-message-prefix, isearch-message-suffix):
19876         Mark unused parameters.
19878         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
19880         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
19882         * makesum.el (double-column): Remove unused variable `cnt'.
19884         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
19885         (ido-ignore-item-temp-list): Declare.
19887         * mouse-drag.el (mouse-drag-throw): Remove unused variables
19888         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
19889         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
19890         (mouse-drag-drag): Remove unused variables `mouse-delta' and
19891         `mouse-col-delta'.
19893         * mouse-sel.el (mouse-extend-internal):
19894         Remove unused variable `orig-window-frame'.
19896         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
19897         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
19898         Move declarations before first use.
19899         (pcomplete-opt): Mark unused parameters; doc fix.
19901         * proced.el (proced-revert): Mark unused parameter.
19902         (proced-send-signal): Remove unused variable `err'.
19904         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
19905         Rename parameter PREFIX-ARG to ARG.
19906         (ps-basic-plot-string, ps-basic-plot-whitespace):
19907         Mark unused parameters.
19909         * replace.el (replace-count): Define.
19910         (occur-revert-function): Mark unused parameters.
19911         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
19912         (isearch-case-fold-search, isearch-string): Declare.
19913         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
19914         bind `case-fold-search'.  Remove unused variables `beg' and `end',
19915         and simplify.
19916         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
19917         COUNT and bind `replace-count'.
19918         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
19919         to COUNT.
19921         * savehist.el (print-readably, print-string-length): Declare.
19923         * shadowfile.el (shadow-expand-cluster-in-file-name):
19924         Remove unused variable `cluster'.
19925         (shadow-copy-file): Remove unused variable `i'.
19926         (shadow-noquery, shadow-clusters, shadow-site-cluster)
19927         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
19928         (shadow-define-literal-group, shadow-define-regexp-group)
19929         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
19931         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
19932         (shell): Use `called-interactively-p'.
19933         (shell-directory-tracker): Remove unused variable `chdir-failure'.
19935         * simple.el (compilation-context-lines, comint-file-name-quote-list)
19936         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
19937         (delete-backward-char): Remove unused variable `ocol'.
19938         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
19939         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
19940         (event-apply-hyper-modifier, event-apply-shift-modifier)
19941         (event-apply-control-modifier, event-apply-meta-modifier):
19942         Mark unused parameters.
19943         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
19944         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
19946         * speedbar.el (speedbar-ignored-directory-expressions)
19947         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
19948         (speedbar-find-file, speedbar-dir-follow)
19949         (speedbar-directory-buttons-follow, speedbar-tag-find)
19950         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
19951         (speedbar-buffers-line-directory, speedbar-buffer-click):
19952         Mark unused parameters.
19953         (speedbar-tag-file): Remove unused variable `mode'.
19954         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
19956         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
19958         * talk.el (talk): Remove unused variable `display'.
19960         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
19961         (tar-write-region-annotate): Mark unused parameter.
19963         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
19964         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
19965         Declare them, wrapped in `with-no-warnings' to avoid replacing one
19966         warning by another.
19968         * time-stamp.el (time-stamp-string-preprocess):
19969         Remove unused variable `require-padding'.
19971         * tree-widget.el (widget-glyph-enable): Declare.
19972         (tree-widget-action): Mark unused parameter.
19974         * w32-fns.el (x-get-selection): Mark unused parameter.
19975         (autoload-make-program, generated-autoload-file): Declare.
19977         * wdired.el (wdired-revert): Mark unused parameters.
19978         (wdired-xcase-word): Remove unused variable `err'.
19980         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
19981         (whitespace-help-scroll): Remove unused variable `data-help'.
19983         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
19984         (widget-image-insert, widget-after-change, default)
19985         (widget-default-format-handler, widget-default-notify)
19986         (widget-default-prompt-value, widget-info-link-action)
19987         (widget-url-link-action, widget-function-link-action)
19988         (widget-variable-link-action, widget-file-link-action)
19989         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
19990         (widget-field-prompt-internal, widget-field-action, widget-field-match)
19991         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
19992         (widget-insert-button-action, widget-delete-button-action, visibility)
19993         (widget-documentation-link-action, widget-documentation-string-action)
19994         (widget-const-prompt-value, widget-regexp-match, symbol)
19995         (widget-coding-system-prompt-value)
19996         (widget-key-sequence-value-to-external, sexp)
19997         (widget-sexp-value-to-internal, character, vector, cons)
19998         (widget-choice-prompt-value, widget-boolean-prompt-value)
19999         (widget-color--choose-action): Mark unused parameters.
20000         (widget-item-match-inline, widget-choice-match-inline)
20001         (widget-checklist-match, widget-checklist-match-inline)
20002         (widget-group-match): Rename parameter VALUES to VALS.
20003         (widget-field-value-set): Remove unused variable `size'.
20004         (widget-color-action): Remove unused variables `value' and `start'.
20006         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20007         variable `dir'.  Doc fix.
20008         (windmove-find-other-window): Don't pass it.
20010         * window.el (count-windows): Mark unused parameter.
20011         (bw-adjust-window): Remove unused variable `err'.
20013         * woman.el (woman-file-name): Remove unused variable `default'.
20014         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20015         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20016         (global-font-lock-mode): Declare.
20017         (woman-decode-region): Mark unused parameter.
20018         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20020         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20021         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20022         (x-dnd-handle-moz-url): Remove unused variable `title'.
20023         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20025         * xml.el (xml-parse-tag, xml-parse-attlist):
20026         Remove unused variable `pos'.
20028 2011-04-19  Glenn Morris  <rgm@gnu.org>
20030         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20031         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20032         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20033         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20034         * calendar/cal-html.el (cal-html-insert-minical):
20035         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20036         (calendar-mark-date-pattern):
20037         Prefix "unused" locals.
20039         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20040         optional argument `style'.
20042         * calendar/appt.el (appt-make-list):
20043         * calendar/cal-china.el (calendar-chinese-date-string):
20044         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20045         (diary-hebrew-yahrzeit):
20046         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20047         * calendar/calendar.el (calendar-generate-window):
20048         * calendar/time-date.el (time-to-days):
20049         Remove unused local variables.
20051 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
20053         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20054         glyphless-char-display table.
20055         (tabulated-list-glyphless-char-display): New var.
20057 2011-04-18  Sam Steingold  <sds@gnu.org>
20059         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20060         to acknowledgments.
20062 2011-04-17  Glenn Morris  <rgm@gnu.org>
20064         * calendar/diary-lib.el (diary-sexp-entry):
20065         * calendar/holidays.el (holiday-sexp):
20066         Set debug-on-error rather than the removed stack-trace-on-error.
20068 2011-04-16  Glenn Morris  <rgm@gnu.org>
20070         * progmodes/f90.el: Use lexical-binding.
20071         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20073 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20075         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20076         (mail-mode): Setup mailalias completion here instead.
20077         * mail/mailalias.el: Use lexical-binding.
20078         (pattern, mailalias-done): Declare dynamic.
20079         (mail-completion-at-point-function): New function, from mail-complete.
20080         (mail-complete): Use it.
20081         (mail-completion-expand): New function.
20082         (mail-get-names): Use it.
20083         (mail-directory, mail-directory-process, mail-directory-stream):
20084         Don't use `pattern' for lexically bound arg.
20086         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20088         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20089         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20090         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20092         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20093         (byte-save-window-excursion, byte-temp-output-buffer-setup)
20094         (byte-interactive-p): Define them again, for use when inlining
20095         old code.
20097 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
20099         * loadup.el: Use `string-to-number', not `string-to-int'.
20101 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20103         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20104         gud-gdb-complete-command.
20105         (gud-gdb-completions): New function, from gud-gdb-complete-command.
20106         (gud-gdb-completion-at-point): New function.
20107         (gud-gdb-completions): Remove.
20109 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
20111         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20112         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
20113         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20114         whether `executable-find' is bound.
20116         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20118 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20120         * minibuffer.el (completion-in-region-mode-predicate)
20121         (completion-in-region-mode--predicate): New vars.
20122         (completion-in-region, completion-in-region--postch)
20123         (completion-in-region-mode): Use them.
20124         (completion--capf-wrapper): Also return the hook function.
20125         (completion-at-point, completion-help-at-point):
20126         Adjust and provide a predicate.
20128         Preserve arg names for advice of subr and lexical functions (bug#8457).
20129         * help-fns.el (help-function-arglist): Consolidate the subr and
20130         new-byte-code cases.  Add argument `preserve-names' to extract names
20131         from the docstring when needed.
20132         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20133         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20134         (ad-arglist): Use help-function-arglist's new arg.
20135         (ad-definition-type): Use cond.
20137 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
20139         * autorevert.el (auto-revert-handler):
20140         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20141         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20142         Don't quote lambda.
20144         * image-mode.el (image-transform-set-scale):
20145         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20147 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20149         * net/network-stream.el (network-stream-open-starttls): Only do
20150         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20151         Upgrades via gnutls-cli are too slow to be done opportunistically.
20153 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
20155         * dframe.el (dframe-current-frame): Remove spurious quote.
20157 2011-04-12  Glenn Morris  <rgm@gnu.org>
20159         * calendar/cal-tex.el (cal-tex-end-document):
20160         Try to automatically use latin1 input if needed.
20162         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20163         Don't try to cons a mark onto an empty element.
20165 2011-04-11  Leo Liu  <sdl.web@gmail.com>
20167         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20168         buffers.
20169         (ido-kill-buffer-at-head): Support killing virtual buffers.
20171 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
20173         * minibuffer.el (completion-show-inline-help): New var.
20174         (completion--do-completion, minibuffer-complete)
20175         (minibuffer-force-complete, minibuffer-complete-word):
20176         Inhibit minibuffer messages if completion-show-inline-help is nil.
20178         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20179         to avoid interference from inline help (Bug#5849).
20181 2011-04-10  Leo Liu  <sdl.web@gmail.com>
20183         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20184         Fix typo.
20186 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
20188         * image-mode.el (image-toggle-display-image): Signal an error if
20189         not in Image mode.
20190         (image-transform-mode, image-transform-resize)
20191         (image-transform-set-rotation): Doc fix.
20192         (image-transform-set-resize): Delete.
20193         (image-transform-set-scale, image-transform-fit-to-height)
20194         (image-transform-fit-to-width): Handle image-toggle-display-image
20195         and image-transform-resize directly.
20197 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
20199         * doc-view.el (doc-view-fit-width-to-window)
20200         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20201         New functions for fitting the shown image to the Emacs window size.
20202         (doc-view-mode-map): Add bindings for the new functions.
20204 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
20206         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20207         Fix typo in docstring.
20209 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
20211         * files.el (file-size-human-readable): Produce one digit after
20212         decimal, like "ls -lh" does.
20214         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20215         the file size representation.
20217         * simple.el (list-processes): If async subprocesses are not
20218         available, error out with a clear error message.
20220 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
20222         * help.el (help-form-show): New function, to be called from C.
20223         Put help-form output in a buffer named differently than *Help*.
20225 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
20227         * files.el (file-size-human-readable): New function.
20229         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20230         computing the representation inline.  Don't require `cl'.
20232 2011-04-08  Glenn Morris  <rgm@gnu.org>
20234         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20236         * net/browse-url.el (browse-url-firefox):
20237         Test system-type, not system-configuration.
20239         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20240         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20241         Use log-edit-empty-buffer-p.  (Bug#7598)
20243         * net/rlogin.el (rlogin-process-connection-type): Simplify.
20244         (rlogin-mode-map): Initialize in the defvar.
20245         (rlogin): Use ignore-errors.
20247         * replace.el (occur-mode-map): Some fixes for menu items.
20249 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
20251         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
20253 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
20255         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20256         issuing unused warnings.
20258         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20259         macro directly.
20261         * simple.el: Lisp reimplement of list-processes.  Based on an
20262         earlier reimplementation by Leo Liu, but using tabulated-list.el.
20263         (process-menu-mode): New major mode.
20264         (list-processes--refresh, list-processes):
20265         (process-menu-visit-buffer): New functions.
20267         * files.el (save-buffers-kill-emacs): Don't assume any return
20268         value of list-processes, which is undocumented anyway.
20270 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
20272         * emacs-lisp/tabulated-list.el: New file.
20274         * emacs-lisp/package.el: Use Tabulated List mode.
20275         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20276         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
20277         table format using Tabulated List mode variables.
20278         (package--push): New macro, replacing package-list-maybe-add.
20279         (package-menu--generate): Use package--push.  Renamed from
20280         package--generate-package-list.
20281         (package-menu-refresh, list-packages): Use it.
20282         (package-menu--print-info): Rename from package-print-package.
20283         Return insertion data instead of inserting it directly.
20284         (package-menu-describe-package, package-menu-execute):
20285         Use tabulated-list-get-id.
20286         (package-menu-mark-delete, package-menu-mark-install)
20287         (package-menu-mark-unmark, package-menu-backup-unmark)
20288         (package-menu-mark-obsolete-for-deletion):
20289         Use tabulated-list-put-tag.
20290         (package--list-packages, package-menu-revert)
20291         (package-menu-get-package, package-menu-get-version)
20292         (package-menu-sort-by-column): Functions deleted.
20293         (package-menu-package-list, package-menu-sort-key): Vars deleted.
20294         (package-menu--status-predicate, package-menu--version-predicate)
20295         (package-menu--name-predicate)
20296         (package-menu--description-predicate): Handle arguments in the
20297         Tabulated List format.
20298         (package-list-packages-no-fetch): Call list-packages.
20300 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
20302         * files.el (after-find-file-from-revert-buffer): Remove variable.
20303         (after-find-file): Don't bind it.
20304         (revert-buffer-in-progress-p): New variable.
20305         (revert-buffer): Bind it.
20306         Pass nil for `after-find-file-from-revert-buffer'.
20308         * saveplace.el (save-place-find-file-hook): Use new variable
20309         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20311 2011-04-06  Glenn Morris  <rgm@gnu.org>
20313         * Makefile.in (AUTOGEN_VCS): New variable.
20314         (autoloads): Use $AUTOGEN_VCS.
20316         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20317         * calendar/calendar.el (calendar-mode-map):
20318         Check for toolkit scroll bars.  (Bug#8305)
20320 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
20322         * minibuffer.el (completion-in-region--postch)
20323         (completion-in-region-mode): Remove unnecessary messages.
20325 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
20327         * font-lock.el (font-lock-refresh-defaults):
20328         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20329         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20331         * info.el (Info-directory-list, Info-read-node-name-2)
20332         (Info-split-parameter-string): Doc fixes.
20333         (Info-virtual-nodes): Reflow docstring.
20334         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20335         (Info-apropos-toc-nodes, info-finder, Info-get-token)
20336         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20337         Fix typos in docstrings.
20338         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20339         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20340         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20341         (Info-restore-desktop-buffer): Mark unused parameters.
20342         (Info-directory-find-file, Info-directory-find-node)
20343         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20344         (Info-virtual-index-find-node, Info-apropos-find-file)
20345         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20346         Mark unused parameters; fix typos in docstrings.
20347         (Info-virtual-index): Remove unused local variable `nodename'.
20349 2011-04-05  Deniz Dogan  <deniz@dogan.se>
20351         * net/rcirc.el: Update my e-mail address.
20352         (rcirc-mode-map): Remove M-o binding.
20354 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
20356         * startup.el (command-line): Save the cursor's theme-face
20357         directly, instead of using face-override-spec.
20359         * custom.el (load-theme): Minor optimization in assigning faces.
20361 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
20363         * help-fns.el (describe-variable): Complete all variables having
20364         documentation, including keywords.
20365         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20367 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
20369         Convert to lexical-binding.
20371         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20372         (bs--get-marked-string, bs--get-modified-string)
20373         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20374         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20375         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20377         * ehelp.el (electric-help-execute-extended)
20378         (electric-help-ctrl-x-prefix):
20379         * hexl.el (hexl-revert-buffer-function):
20380         * linum.el (linum-after-change, linum-after-scroll):
20381         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20383         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20385 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
20387         * epa-dired.el:
20388         * epa-mail.el:
20389         * epa-hook.el:
20390         * epa-file.el:
20391         * epa.el:
20392         * epg.el: Use lexical binding.
20394 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
20396         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20398         * textmodes/flyspell.el (flyspell-word): Recognize default
20399         dictionary case for flyspell-mark-duplications-exceptions.
20400         Use regexp matching for languages.
20401         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20402         default dictionary (Bug#7926).
20404 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
20406         * emacs-lisp/package.el (package--with-work-buffer):
20407         Recognize https URLs.
20409         * net/network-stream.el: Move from gnus/proto-stream.el.
20410         Change prefix to network-stream throughout.
20411         (open-protocol-stream): Merge into open-network-stream, leaving
20412         open-protocol-stream as an alias.  Handle nil BUFFER args.
20414         * subr.el (open-network-stream): Move to net/network-stream.el.
20416 2011-04-02  Glenn Morris  <rgm@gnu.org>
20418         * find-dired.el (find-exec-terminator): New option.
20419         (find-ls-option): Test for -ls support.
20420         (find-ls-subdir-switches): Test for -b in find-ls-option.
20421         (find-dired, find-grep-dired): Doc fixes.
20422         (find-dired): Use find-exec-terminator.
20424         * find-dired.el (find-ls-option, find-ls-subdir-switches)
20425         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20426         (find-name-arg): Remove purecopy.
20428         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20429         (grep-compute-defaults): Check for `-exec COMMAND +' support.
20430         Set grep-find-use-xargs, grep-find-command, and grep-find-template
20431         accordingly.  Don't add the null-device if not needed.
20433         * files.el (save-some-buffers): Doc fix.
20435 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
20437         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20439 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
20441         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20442         Use `dolist' rather than `mapcar'.
20444 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20446         Add lexical binding.
20448         * subr.el (apply-partially): Use new closures rather than CL.
20449         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20450         (dolist, dotimes): Use slightly different expansion for lexical code.
20451         (functionp): Move to C.
20452         (letrec): New macro.
20453         (with-wrapper-hook): Use it and apply-partially instead of CL.
20454         (eval-after-load): Preserve lexical-binding.
20455         (save-window-excursion, with-output-to-temp-buffer): Turn them
20456         into macros.
20458         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20460         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20461         than the arglist.
20462         (help-add-fundoc-usage): Don't add `Not documented'.
20463         (help-function-arglist): Handle closures, subroutines, and new
20464         byte-code-functions.
20465         (help-make-usage): Remove leading underscores.
20466         (describe-function-1): Handle closures.
20467         (describe-variable): Use special-variable-p for completion.
20469         * files.el (lexical-binding): Declare safe.
20471         * emacs-lisp/pcase.el: Don't use destructuring-bind.
20472         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
20473         (pcase): Add `let' pattern.
20474         Change memoization so it actually works.
20475         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20476         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20477         <let>: New case.
20479         * emacs-lisp/macroexp.el: Use lexical binding.
20480         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
20481         Don't convert ' to #' without checking that it's indeed quoting
20482         a lambda.
20484         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20485         Use eval-sexp-add-defvars.
20486         (eval-sexp-add-defvars): New fun.
20488         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20490         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20491         Don't autoload.
20492         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20493         than the internal `byte-compile-lambda'.
20494         (defmethod): Don't hide code under quotes.
20495         (eieio-defmethod): New `code' argument.
20497         * emacs-lisp/eieio-comp.el: Remove.
20499         * emacs-lisp/edebug.el (edebug-eval-defun)
20500         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20501         (edebug-toggle): Avoid `eval'.
20503         * emacs-lisp/disass.el (disassemble-internal): Handle new
20504         `closure' objects.
20505         (disassemble-1): Handle new byte codes.
20507         * emacs-lisp/cl.el (pushnew): Silence warning.
20509         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20510         (cl-byte-compile-throw): Remove.
20511         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20513         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20514         closures.
20516         * emacs-lisp/cconv.el: New file.
20518         * emacs-lisp/bytecomp.el: Use lexical binding instead of
20519         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
20520         (byte-compile-initial-macro-environment):
20521         Handle declare-function here.
20522         (byte-compile--lexical-environment): New var.
20523         (byte-stack-ref, byte-stack-set, byte-discardN)
20524         (byte-discardN-preserve-tos): New lap codes.
20525         (byte-interactive-p): Don't use any more.
20526         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20527         New macros.
20528         (byte-compile-lapcode): Use them and handle new lap codes.
20529         (byte-compile-obsolete): Remove.
20530         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20531         (byte-compile-arglist-warn): Check late def of inlinable funs.
20532         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20533         since they should have been expanded by now.
20534         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20535         (byte-compile-from-buffer): Remove unused second arg.
20536         (byte-compile-preprocess): New function.
20537         (byte-compile-toplevel-file-form): New function to distinguish
20538         file-form calls from outside from file-form calls from hunk-handlers.
20539         (byte-compile-file-form): Simplify.
20540         (byte-compile-file-form-defsubst): Remove.
20541         (byte-compile-file-form-defmumble): Simplify now that
20542         byte-compile-lambda always returns a byte-code-function.
20543         (byte-compile): Preprocess.
20544         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20545         Remove, not used any more.
20546         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20547         (byte-compile-make-args-desc): New funs.
20548         (byte-compile-lambda): Handle lexical functions.  Always return
20549         a byte-code-function.
20550         (byte-compile-reserved-constants): New var, to make up room for
20551         closed-over variables.
20552         (byte-compile-constants-vector): Obey it.
20553         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20554         (byte-compile-macroexpand-declare-function): New function.
20555         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20556         byte-code-functions.
20557         (byte-compile-form): Check obsolescence here.
20558         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20559         (byte-compile-variable-ref): Remove.
20560         (byte-compile-dynamic-variable-op): New fun.
20561         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20562         (byte-compile-variable-set): New funs.
20563         (byte-compile-discard): Add 2 args.
20564         (byte-compile-stack-ref, byte-compile-stack-set)
20565         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20566         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20567         macroexpand-all instead.
20568         (byte-compile-quote-form): Remove.
20569         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20570         (byte-compile-bind, byte-compile-unbind): New funs.
20571         (byte-compile-let): Handle let* and lexical binding.
20572         (byte-compile-let*): Remove.
20573         (byte-compile-catch, byte-compile-unwind-protect)
20574         (byte-compile-track-mouse, byte-compile-condition-case):
20575         Handle a new :fun-body form, used for lexical scoping.
20576         (byte-compile-save-window-excursion)
20577         (byte-compile-with-output-to-temp-buffer): Remove.
20578         (byte-compile-defun): Simplify.
20579         (byte-compile-stack-adjustment): New fun.
20580         (byte-compile-out): Use it.
20581         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20583         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20584         handler any more.
20586         * emacs-lisp/byte-opt.el: Use lexical binding.
20587         (byte-inline-lapcode): Remove (to bytecomp).
20588         (byte-compile-inline-expand): Pay attention to inlining to/from
20589         lexically bound code.
20590         (byte-compile-unfold-lambda): Don't handle byte-code-functions
20591         any more.
20592         (byte-optimize-form-code-walker): Don't handle save-window-excursion
20593         any more and don't call compiler-macros.
20594         (byte-compile-splice-in-already-compiled-code): Remove.
20595         (byte-code): Don't inline any more.
20596         (disassemble-offset): Receive `bytes' as argument rather than via
20597         dynamic scoping.
20598         (byte-compile-tag-number): Declare before first use.
20599         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20600         `return' even if make-spliceable.
20601         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20602         obsolete interactive-p.
20603         (byte-optimize-lapcode): Optimize new lap-codes.
20604         Don't trip up on new form of `byte-constant' lap code.
20606         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20608         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20610         * custom.el (custom-initialize-default, custom-declare-variable):
20611         Use `defvar'.
20613         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20614         New variables.
20615         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20616         (COMPILE_FIRST): Add macroexp and cconv.
20617         * makefile.w32-in: Mirror changes in Makefile.in.
20619         * vc/cvs-status.el:
20620         * vc/diff-mode.el:
20621         * vc/log-edit.el:
20622         * vc/log-view.el:
20623         * vc/smerge-mode.el:
20624         * textmodes/bibtex-style.el:
20625         * textmodes/css-mode.el:
20626         * startup.el:
20627         * uniquify.el:
20628         * minibuffer.el:
20629         * newcomment.el:
20630         * reveal.el:
20631         * server.el:
20632         * mpc.el:
20633         * emacs-lisp/smie.el:
20634         * doc-view.el:
20635         * dired.el:
20636         * abbrev.el: Use lexical binding.
20638 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
20640         * info.el (info-display-manual): New function.
20642 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20644         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20646 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
20648         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
20649         an entry for that server in rcirc-authinfo.  (Bug#8385)
20651 2011-03-31  Glenn Morris  <rgm@gnu.org>
20653         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20655         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20657 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
20659         * progmodes/python.el (python-default-interpreter)
20660         (python-python-command-args, python-jython-command-args)
20661         (python-which-shell, python-which-args, python-which-bufname)
20662         (python-file-queue, python-comint-output-filter-function)
20663         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20664         variables and functions.
20666 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20668         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20669         (completion-in-region-mode): New minor mode.
20670         (completion-in-region): Use it.
20671         (completion-in-region--data, completion-in-region-mode-map): New vars.
20672         (completion-in-region--postch): New function.
20673         (completion--capf-misbehave-funs, completion--capf-safe-funs):
20674         New vars.
20675         (completion--capf-wrapper): New function.
20676         (completion-at-point): Use it to track well-behavedness of
20677         hook functions.
20678         (completion-help-at-point): New command.
20680 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
20682         * vc/add-log.el (add-change-log-entry): Don't use whitespace
20683         syntax class to search for whitespace on a single line
20684         (Message-ID: <4D938140.4030905@redhat.com>).
20686 2011-03-30  Leo Liu  <sdl.web@gmail.com>
20688         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20689         New commands.
20690         (edit-abbrevs-map): Bind them here.
20691         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
20693 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
20695         * allout.el (allout-hide-by-annotation, allout-flag-region):
20696         Reduce possibility of overlay leakage by making them volatile.
20698         * allout-widgets.el (allout-widgets-tally): Define as nil so the
20699         hash is not shared between buffers.  Mode initialization is
20700         responsible for giving it a useful starting value.
20701         (allout-item-span): Reduce possibility of overlay leakage by
20702         making them volatile.
20703         (allout-widgets-count-buttons-in-region): Add diagnostic function
20704         for tracking down button overlay leaks.
20706 2011-03-29  Leo Liu  <sdl.web@gmail.com>
20708         * ido.el (ido-read-internal): Use the default history var
20709         minibuffer-history if no HISTORY is specified.
20711 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
20713         * net/imap.el (imap-shell-open, imap-process-connection-type):
20714         Use imap-process-connection-type for 'shell' streams as well as
20715         Kerberos, SSL, other subprocesses.
20717 2011-03-28  Leo Liu  <sdl.web@gmail.com>
20719         * abbrev.el (abbrev-table-empty-p): New function.
20720         (prepare-abbrev-list-buffer): Place empty abbrev tables after
20721         nonempty ones.  (Bug#5937)
20723 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
20725         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20727 2011-03-27  Leo Liu  <sdl.web@gmail.com>
20729         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20730         for foreground and background colors.
20731         (ansi-color-make-color-map): Adapt.
20733 2011-03-25  Leo Liu  <sdl.web@gmail.com>
20735         * midnight.el (midnight-time-float): Remove.  Note it calculates
20736         the microsecond component incorrectly and seconds-to-time does the
20737         same job.
20738         Remove redundant (require 'timer).
20740         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20741         (ido-completions): Remove unused arguments.  (Bug#8329)
20743 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20745         * minibuffer.el (completion--flush-all-sorted-completions):
20746         Remove itself from hook.
20747         (completion-at-point): Let the functions perform the completion
20748         immediately and return nil or t.
20749         * comint.el (comint-dynamic-complete-functions): Now identical to
20750         completion-at-point-functions.
20751         (comint-dynamic-list-input-ring): Remove unused var `index'.
20752         (comint--match-partial-filename, comint--unquote&expand-filename):
20753         New funs, split from comint-match-partial-filename.
20754         (comint-dynamic-complete): Use completion-at-point.
20755         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20757 2011-03-24  Drew Adams  <drew.adams@oracle.com>
20759         * thingatpt.el: Support `defun'.
20761 2011-03-23  Leo Liu  <sdl.web@gmail.com>
20763         * abbrevlist.el: Move to obsolete/abbrevlist.el.
20765         * help-mode.el (help-mode-finish): Tweak regexp.
20767 2011-03-23  Glenn Morris  <rgm@gnu.org>
20769         * eshell/esh-opt.el (eshell-eval-using-options):
20770         Do not bind unused local variable `eshell-option-stub'.
20772         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20774 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
20776         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
20777         keymap variable in `with-no-warnings' to avoid a warning when the
20778         keymap has been already `defconst'ed.
20780 2011-03-22  Leo Liu  <sdl.web@gmail.com>
20782         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
20783         encode all chars in abbrevs; otherwise use emacs-mule or
20784         utf-8-emacs.  (Bug#8308)
20786 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
20788         * simple.el (backward-delete-char-untabify):
20789         Avoid warning about using `delete-backward-char'.
20791         * image.el (image-type-file-name-regexps): Make it variable.
20792         `imagemagick-register-types' modifies it, and the user may want
20793         to add new extensions for known image types.
20794         (imagemagick-register-types): Throw error if not using ImageMagick.
20796 2011-03-22  Leo Liu  <sdl.web@gmail.com>
20798         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
20799         located before rcirc-prompt-end-marker.
20800         (rcirc-complete): Error if point is not after rcirc prompt.
20801         Handle the case when table is nil.
20802         (rcirc-user-authenticated): Define to fix compiler warning.
20804 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
20806         * custom.el (custom--inhibit-theme-enable): Make it affect only
20807         custom-theme-set-variables and custom-theme-set-faces.
20808         (provide-theme): Ignore custom--inhibit-theme-enable.
20809         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
20810         (custom-enabling-themes): Delete variable.
20811         (enable-theme): Accept only loaded themes as arguments.
20812         Ignore the special custom-enabled-themes variable.
20813         (custom-enabled-themes): Forbid themes from setting this.
20814         Eliminate use of custom-enabling-themes.
20815         (custom-push-theme): Quote "changed" custom var entry.
20817 2011-03-21  Leo Liu  <sdl.web@gmail.com>
20819         * ido.el (ido-read-internal): Add ido-selected to history instead
20820         of user input.
20822 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20824         * subr.el (deferred-action-list, deferred-action-function):
20825         Mark obsolete.
20827 2011-03-21  Leo Liu  <sdl.web@gmail.com>
20829         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
20830         change on 2011-02-13 (bug#8309).
20832         * minibuffer.el (read-file-name-function): Change default value.
20833         (read-file-name--defaults): Rename from read-file-name-defaults.
20834         (read-file-name-default): Rename from read-file-name.
20835         (read-file-name): Call read-file-name-function.
20837 2011-03-21  Glenn Morris  <rgm@gnu.org>
20839         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
20840         Doc fixes.
20842 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
20844         * cus-theme.el: Add missing provide statement.
20845         (customize-create-theme): Extract theme value correctly.
20846         (custom-theme-visit-theme): Autoload.
20847         (customize-create-theme): Prompt before inserting default faces.
20849 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
20851         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
20852         units and musical notes.
20854 2011-03-20  Leo Liu  <sdl.web@gmail.com>
20856         * ido.el (ido-read-internal): Use completing-read-default.
20857         (ido-completing-read): Fix compatibility with completing-read.
20859 2011-03-20  Christian Ohler  <ohler@gnu.org>
20861         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
20862         (ert-delete-all-tests): Use `called-interactively-p' rather than
20863         `interactive-p'.
20864         (ert--make-xrefs-region): Respect END.
20866 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
20868         * dired-aux.el (dired-create-directory): Signal an error if the
20869         directory already exists (Bug#8246).
20871         * facemenu.el (list-colors-display): Call list-faces-display
20872         inside with-help-window.
20873         (list-colors-print): Use display property to align the final
20874         column, instead of checking window-width.
20876 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
20878         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
20879         windows-nt systems.
20880         (emerge-protect-metachars): Quote correctly for ms-dos and
20881         windows-nt systems.
20883 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
20885         * info.el (info-initialize): Replace all uses of `:' with
20886         path-separator for compatibility with non-Unix systems.
20887         Cache quoting of path-separator.  (Bug#8258)
20889 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
20891         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
20892         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
20893         (mouse-avoidance-mode): Fix typos in docstrings.
20895 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
20897         * startup.el (package-subdirectory-regexp): Move from package.el.
20898         Omit \\` and \\', and let callers add them.
20900         * emacs-lisp/package.el (package-strip-version)
20901         (package-load-all-descriptors): Add \\` and \\' to
20902         package-subdirectory-regexp before using it.
20903         (package-untar-buffer): New arg DIR; ensure that file untars only
20904         into this expected directory.  Remove superfluous delete-region.
20905         (package-unpack): Caller changed.
20906         (package-tar-file-info): Use package-subdirectory-regexp.
20908 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20910         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
20911         diff-mode-shared-map (bug#8284).
20912         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
20914 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20916         * calendar/time-date.el (format-seconds): Use assoc instead of
20917         assoc-string, since assoc-string doesn't exist in XEmacs.
20919 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
20921         * custom.el (custom-known-themes): Reflow docstring.
20922         (custom-theme-load-path): Fix typo in docstring.
20923         (load-theme): Fix typo in error message.
20924         (custom-available-themes, custom-variable-theme-value):
20925         Use `let', not `let*'.
20927 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
20929         * calc/README: Mention inclusion of musical notes.
20931         * calc/calc-units.el (calc-lu-quant): Rename from
20932         `calc-logunits-quantity'.
20933         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
20934         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
20935         (calc-db): Rename from `calc-dblevel'.
20936         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
20937         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
20938         (calc-np): Rename from `calc-nplevel'.
20939         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
20940         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
20941         (calc-lu-plus): Rename from `calc-logunits-add'.
20942         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
20943         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
20944         (calc-lu-minus): Rename from `calc-logunits-sub'.
20945         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
20946         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
20947         (calc-lu-times): Rename from `calc-logunits-mul'.
20948         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
20949         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
20950         (calc-lu-divide): Rename from `calc-logunits-div'.
20951         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
20952         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
20954         * calc/calc-ext.el (calc-init-extensions): Update the names of the
20955         functions being autoloaded.
20957         * calc/calc.el (calc-lu-power-reference): Rename from
20958         `calc-logunits-power-reference'.
20959         (calc-lu-field-reference): Rename from
20960         `calc-logunits-field-reference'.
20962         * calc/calc-help.el (calc-l-prefix-help):
20963         Mention musical note functions.
20965 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20967         * minibuffer.el (completion-all-sorted-completions):
20968         Use :completion-cycle-penalty text property if present.
20970 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
20972         * allout.el (allout-yank-processing): Adjust for new rebulleting
20973         regime so bullet being yanked is used without prompting the user
20974         for a choice.
20976 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
20978         * startup.el (command-line): Warn the user that _emacs is deprecated.
20980 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
20982         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
20983         (delphi-verbose, delphi-comment-face, delphi-string-face)
20984         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
20985         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
20986         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
20987         (delphi-new-comment-line, delphi-font-lock-defaults)
20988         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
20989         Fix typos in docstrings.
20991 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
20993         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
20994         Invert the roles of character and string values for INSTEAD, so a
20995         string is used for the more common case of a defaulting prompt.
20997 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20999         * progmodes/ruby-mode.el (ruby-backward-sexp):
21000         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21001         * play/gamegrid.el (gamegrid-make-face):
21002         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21003         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21004         * notifications.el (notifications-notify):
21005         * net/xesam.el (xesam-search-engines):
21006         * net/quickurl.el (quickurl-list-insert):
21007         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21009 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
21011         * startup.el (command-line): Update package subdirectory regexp.
21013 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21015         * allout.el (allout-abbreviate-flattened-numbering)
21016         (allout-mode-deactivate-hook): Fix up obsolescence "date".
21018         * subr.el (read-char-choice): Only show the cursor after the prompt,
21019         not after the answer.
21021 2011-03-15  Kevin Ryde  <user42@zip.com.au>
21023         * help-fns.el (variable-at-point): Skip leading quotes, if any
21024         (bug#8253).
21026 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21028         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21029         warning message.
21031 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
21033         * shell.el (shell): When called interactively, offer to change the
21034         shell file name on remote hosts.
21036 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
21038         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21039         integration for LDAP parameters.  The host, base, user or binddn,
21040         and secret tokens can be specified in a netrc file, for instance.
21041         This is optional because an `auth-source' parameter must be
21042         specified in the search attributes.
21044 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
21046         * help.el (describe-mode): Link to the mode's definition (bug#8185).
21048 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21050         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21051         into declaration.  Remove redundant and harmful binding.
21053 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
21055         * files.el (file-ownership-preserved-p): Pass `integer' as an
21056         explicit 2nd argument to `file-attributes'.  If the file's owner
21057         is the Administrators group on Windows, and the current user is
21058         Administrator, consider that a match.
21060         * server.el (server-ensure-safe-dir): Consider server directory
21061         safe on MS-Windows if its owner is the Administrators group while
21062         the current Emacs user is Administrator.  Use `=' to compare
21063         numerical UIDs, since they could be integers or floats.
21065 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
21067         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21069 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
21071         Sync with Tramp 2.2.1.
21073         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21075         * net/trampver.el: Update release number.
21077 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21079         * progmodes/compile.el (compilation--previous-directory): Fix up
21080         various nil/dead-marker mismatches (bug#8014).
21081         (compilation-directory-properties, compilation-error-properties):
21082         Don't call it at a position past the one we're about to change.
21084         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21085         Disable obsolescence warnings in the file that declares it.
21087 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
21089         * allout-widgets.el (allout-widgets-tally):
21090         Initialize allout-widgets-tally as a hash table rather than nil to
21091         prevent mode-line redisplay warnings.  Also, clarify the module
21092         description and fix a comment typo.
21094 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
21096         * help-fns.el (describe-variable): Don't complete keywords.
21097         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21099 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
21101         * emacs-lisp/package.el (package-version-join): Impose a standard
21102         string representation for pre/alpha/beta version lists.
21103         (package-unpack-single): Standardize the directory name by passing
21104         it through package-version-join.
21105         (package-strip-rcs-id): Accept any version string that does not
21106         signal an error in version-to-list.
21108 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
21110         * simple.el (delete-trailing-whitespace): Return nil for the
21111         benefit of `write-file-functions'.
21113 2011-03-10  Glenn Morris  <rgm@gnu.org>
21115         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21117         * vc/vc-git.el (vc-git-program): New option.
21118         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21119         (vc-git--call): Use it.
21121         * eshell/esh-util.el (eshell-condition-case): Doc fix.
21123         * cus-edit.el (Custom-newline): If no button at point, look
21124         for a subgroup button at start-of-line.  (Bug#2298)
21126         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21128 2011-03-10  Julien Danjou  <julien@danjou.info>
21130         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21131         `cursor-type' is nil.
21133 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
21135         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21137 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
21139         * allout.el: Change so yank of distinctive-bullet items
21140         preserves the existing header prefix, rebulleting it if necessary,
21141         rather than replacing it.  This is necessary for proper operation
21142         of cooperative addons like allout-widgets.
21143         (allout-make-topic-prefix, allout-rebullet-heading):
21144         Change SOLICIT arg to INSTEAD, and interpret additionally a string
21145         value as alternate bullet to be used, instead of prompting the user
21146         for a bullet character.
21148 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
21150         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21151         Do not use `tramp-file-name-port', because this returns also
21152         `tramp-default-port'.
21154 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
21156         * net/rcirc.el (rcirc-handler-001): Remove useless
21157         with-rcirc-process-buffer.
21158         (rcirc-check-auth-status): Swap arguments to string-match.
21160 2011-03-09  Glenn Morris  <rgm@gnu.org>
21162         * shell.el (shell-mode):
21163         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
21165         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21166         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
21168 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
21170         * emacs-lisp/package.el (package-refresh-contents)
21171         (package-menu-execute): Use condition-case-no-debug.
21173 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
21175         * simple.el (shell-command-to-string): Use `process-file'.
21177         * emacs-lisp/package.el (package-tar-file-info): Handle also
21178         remote files.
21180         * emacs-lisp/package-x.el (package-upload-buffer-internal):
21181         Use `equal' for upload base check.
21183 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
21185         * textmodes/texinfo.el (texinfo-environments):
21186         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
21188 2011-03-08  Glenn Morris  <rgm@gnu.org>
21190         * cus-start.el (cursor-in-non-selected-windows):
21191         Fix :set quoting oddness.  (Bug#8192)
21193         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21194         in some setf expressions.  (Bug#2159)
21196 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
21198         * custom.el (custom-available-themes): Return themes in
21199         alphabetical order.
21201 See ChangeLog.15 for earlier changes.
21203 ;; Local Variables:
21204 ;; coding: utf-8
21205 ;; End:
21207   Copyright (C) 2011-2012  Free Software Foundation, Inc.
21209   This file is part of GNU Emacs.
21211   GNU Emacs is free software: you can redistribute it and/or modify
21212   it under the terms of the GNU General Public License as published by
21213   the Free Software Foundation, either version 3 of the License, or
21214   (at your option) any later version.
21216   GNU Emacs is distributed in the hope that it will be useful,
21217   but WITHOUT ANY WARRANTY; without even the implied warranty of
21218   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21219   GNU General Public License for more details.
21221   You should have received a copy of the GNU General Public License
21222   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.