* lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
[emacs.git] / lisp / ChangeLog
blobaded31287b6b859dbf2137cef0abdd7923090549
1 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
4         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
5         (prolog-char-quote-workaround):
6         * progmodes/cperl-mode.el (cperl-under-as-char):
7         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
8          Mark as obsolete.
9          (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
10         their declaration.
11         (vhdl-mode-syntax-table-init): Remove.
13         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on last change.
15         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
16         syntax for "_".
17         (ld-script-font-lock-keywords):
18         Change regexps to use things like \_< and \_>.
20         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
21         Change all regexps to use things like \_< and \_>.
23         * progmodes/autoconf.el (autoconf-definition-regexp)
24         (autoconf-font-lock-keywords, autoconf-current-defun-function):
25         Handle a _ with symbol syntax.
26         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
28         * progmodes/ada-mode.el (ada-mode-abbrev-table): Consolidate declaration.
29         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
30         the declaration.
31         (ada-create-syntax-table): Remove.
32         (ada-capitalize-word): Don't mess with the syntax of "_" since it
33         already has the right syntax nowadays.
34         (ada-goto-next-word): Don't change the syntax of "_".
36         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
37         with-wrapper-hook.
39 2013-05-08  Sam Steingold  <sds@gnu.org>
41         * thingatpt.el (thing-at-point): Accept optional second argument
42         NO-PROPERTIES to strip the text properties from the return value.
43         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
44         to `thing-at-point' instead of stripping the properties ourselves.
45         Also, when `thing-at-point' fails to find a url, prepend "http://"
46         to the filename at point on the assumption that the user is
47         pointing at something like gnu.org/gnu.
49 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
51         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
52         * faces.el (crm-separator):
53         Silence byte-compiler.
55         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
56         (tool-bar-map): Remove unneeded defvars.
58 2013-05-08  Leo Liu  <sdl.web@gmail.com>
60         Re-work a fix for bug#10994 based on Le Wang's patch.
61         * ido.el (ido-remove-consecutive-dups): New helper.
62         (ido-completing-read): Use it.
63         (ido-chop): Revert fix for bug#10994.
65 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
67         * cus-edit.el (custom-save-variables):
68         Pretty-print long values.  (Bug#14187)
70 2013-05-08  Glenn Morris  <rgm@gnu.org>
72         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
73         (m4-mode-syntax-table): Init in the defvar.
74         (m4-mode-abbrev-table): Let define-derived-mode define it.
76 2013-05-08  Tom Tromey  <tromey@redhat.com>
78         * progmodes/m4-mode.el (m4-mode-syntax-table):
79         Do not treat "_" as word constituent.  (Bug#14167)
81 2013-05-07  Glenn Morris  <rgm@gnu.org>
83         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
84         Remove explicit eshell-isearch-cancel-map.
86         * progmodes/f90.el (f90-smart-end-names): New option.
87         (f90-smart-end): Doc fix.
88         (f90-end-block-optional-name): New constant.
89         (f90-block-match): Respect f90-smart-end-names.
91 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
93         * progmodes/octave.el (octave-smie-forward-token): Be more careful
94         about implicit semi-colons (bug#14218).
96 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
98         * frame.el (display-monitor-attributes-list)
99         (frame-monitor-attributes): New functions.
101 2013-05-06  Leo Liu  <sdl.web@gmail.com>
103         * progmodes/octave.el (octave-syntax-propertize-function): Change
104         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
105         (octave-font-lock-keywords): Use octave-operator-regexp.
106         (octave-completion-at-point): Renamed from
107         octave-completion-at-point-function.
108         (inferior-octave-directory-tracker): Robustify.
109         (octave-text-functions): Remove and fix its uses.  No such things
110         any more.
112 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
114         * emacs-lisp/trace.el (trace--display-buffer): New function.
115         (trace-make-advice): Use it.
117 2013-05-06  Juri Linkov  <juri@jurta.org>
119         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
120         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
121         Doc fix.
122         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
123         in the help string.  (Bug#12985)
125 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
127         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
129 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
131         * progmodes/perl-mode.el: Add support for here documents.
132         (perl-syntax-propertize-function): Match here-doc markers.
133         (perl-syntax-propertize-special-constructs): Find their end.
134         (perl-imenu-generic-expression): Use [:alnum:].
136         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
137         (advice--add-function): Refresh the advice if already present
138         (bug#14317).
140 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
142         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
144 2013-05-06  Glenn Morris  <rgm@gnu.org>
146         * w32-fns.el (w32-charset-info-alist): Declare.
148         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
149         of its defcustom properties.
150         (eshell-cmpl-initialize): No need to load pcomplete.
152         * generic-x.el: No need to require comint when compiling.
154         * net/eudc-export.el: Make it loadable without bbdb.
155         (top-level): Use require rather than load-library.
156         (eudc-create-bbdb-record, eudc-bbdbify-phone)
157         (eudc-batch-export-records-to-bbdb)
158         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
159         Require bbdb.
161 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
163         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
164         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
165         some tweaks, instead.
167 2013-05-05  Leo Liu  <sdl.web@gmail.com>
169         * progmodes/octave.el (octave-font-lock-keywords)
170         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
171         (inferior-octave-send-list-and-digest): Improve error message.
172         (octave-mode, inferior-octave-mode): Use setq-local.
173         (octave-help): Set info-lookup-mode.
175 2013-05-05  Richard Stallman  <rms@gnu.org>
177         * vc/compare-w.el (compare-windows-whitespace):
178         Treat no-break space as whitespace.
180         * mail/rmailsum.el (rmail-summary-rmail-update):
181         Detect empty summary and don't change selected message.
182         (rmail-summary-goto-msg): Likewise.
184         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
185         Doc fixes, rename args.
187 2013-05-05  Alan Mackenzie  <acm@muc.de>
189         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
191 2013-05-05  Juri Linkov  <juri@jurta.org>
193         * info.el (Info-read-subfile): Use (point-min) instead of (point)
194         to not add the length of the summary segment to the return value.
195         (Bug#14125)
197 2013-05-05  Leo Liu  <sdl.web@gmail.com>
199         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
200         (inferior-octave-output-filter): Remove.
201         (octave-send-region, inferior-octave-startup): Fix callers.
202         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
203         (octave-binary-file-extensions): New user variable.
204         (octave-find-definition): Confirm if opening binary files.
205         (octave-help-file): Use octave-find-definition to get the binary
206         confirmation.
207         (octave-help): Adjust for octave-help-file change.
209 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
211         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
212         Merge the two entries that handle function definitions.
213         (pascal--syntax-propertize): New const.
214         (pascal-mode): Use it.  Use setq-local.
216 2013-05-04  Glenn Morris  <rgm@gnu.org>
218         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
219         (diary-from-outlook): Respect diary-from-outlook-function.
221 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
223         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
224         Move the declaration from C.
225         (read-minibuffer, eval-minibuffer): Move from C.
226         (completion-setup-function): Avoid minibuffer-completion-contents.
228 2013-05-03  Leo Liu  <sdl.web@gmail.com>
230         * progmodes/octave.el (octave-font-lock-keywords): Do not
231         dehighlight 'end' in comments or strings.
232         (octave-completing-read, octave-goto-function-definition):
233         New helpers.
234         (octave-help-buffer): New user variable.
235         (octave-help-file, octave-help-function): New button types.
236         (octave-help): New command and bind it to C-h ;.
237         (octave-find-definition): New command and bind it to M-.
238         (user-error): Alias to error if not defined.
240 2013-05-02  Leo Liu  <sdl.web@gmail.com>
242         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
243         for \.  (bug#14332)
244         (octave-font-lock-keywords): Include [ and {.
246 2013-05-02  Leo Liu  <sdl.web@gmail.com>
248         * progmodes/octave.el (inferior-octave-startup-file): Change default.
249         (inferior-octave): Remove calling comint-mode and return the buffer.
250         (inferior-octave-startup): Cosmetic changes.
252 2013-05-02  Leo Liu  <sdl.web@gmail.com>
254         * progmodes/octave.el (octave-syntax-propertize-function):
255         Include the case when ' is at line beginning.  (Bug#14336)
257 2013-05-02  Glenn Morris  <rgm@gnu.org>
259         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
260         * desktop.el (vc-dir-mode): Just autoload it here.
262 2013-05-02  Alan Mackenzie  <acm@muc.de>
264         Eliminate variable c-standard-font-lock-fontify-region-function.
265         * progmodes/cc-mode.el
266         (c-standard-font-lock-fontify-region-function): Remove.
267         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
269 2013-05-01  Leo Liu  <sdl.web@gmail.com>
271         * progmodes/octave.el: Compatible with older emacs-24 releases.
272         (inferior-octave-has-built-in-variables): Remove.  Built-in
273         variables were removed from Octave in 2007.
274         (inferior-octave-startup): Fix uses.
275         (comint-line-beginning-position): Remove compatibility code for
276         emacs 21.
278 2013-05-01  Juri Linkov  <juri@jurta.org>
280         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
282 2013-05-01  Juri Linkov  <juri@jurta.org>
284         * comint.el (comint-previous-matching-input): Don't print message
285         "History item: %d" when `isearch-mode' is active.
286         (comint-history-isearch-message): Print message "History item: %d"
287         when `comint-input-ring-index' is not empty and this function is
288         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
290 2013-05-01  Leo Liu  <sdl.web@gmail.com>
292         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
293         definitions.  Use completion-at-point to insert keywords.
294         (octave-abbrev-start): Remove.
295         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
297 2013-04-30  Leo Liu  <sdl.web@gmail.com>
299         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
300         change.
302 2013-04-30  Alan Mackenzie  <acm@muc.de>
304         Handle arbitrarily long C++ member initialisation lists.
305         * progmodes/cc-engine.el (c-back-over-member-initializers):
306         new function.
307         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
308         (most) member init lists.
310 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
312         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
313         variable.
315 2013-04-30  Leo Liu  <sdl.web@gmail.com>
317         * progmodes/octave.el (octave-variables): Remove.  No builtin
318         variables any more.  All converted to functions.
319         (octave-font-lock-keywords, octave-completion-at-point-function):
320         Fix uses.
321         (octave-font-lock-texinfo-comment): New user variable.
322         (octave-texinfo-font-lock-keywords): New variable for texinfo
323         comment block.
324         (octave-function-comment-block): New face.
325         (octave-font-lock-texinfo-comment): New function.
326         (octave-mode): Font lock texinfo comment block.
328 2013-04-29  Leo Liu  <sdl.web@gmail.com>
330         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
331         indexing expression.
332         (octave-continuation-string): Do not use \.
333         (inferior-octave-complete-impossible): Remove.
334         (inferior-octave-completion-table)
335         (inferior-octave-completion-at-point): Remove its uses.
336         (inferior-octave-startup): completion_matches was introduced to
337         Octave in 1996 so safe to assume it.
338         (octave-function-file-comment): Improve to follow how Octave does it.
339         (octave-update-function-file-comment): Tweak.
341 2013-04-29  Leo Liu  <sdl.web@gmail.com>
343         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
344         (inferior-octave-startup): Remove inferior-octave-startup-hook.
345         (octave-function-file-comment): Fix typo.
346         (octave-sync-function-file-names): Use read-char-choice.
348 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
350         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
351         to t for the less important warnings.
353 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
355         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
357 2013-04-27  Glenn Morris  <rgm@gnu.org>
359         * vc/log-view.el (log-view-current-entry):
360         Treat "---" separator lines as part of the following rev.  (Bug#14169)
362 2013-04-27  Juri Linkov  <juri@jurta.org>
364         * subr.el (read-number): Doc fix about using it by interactive
365         code letter `n'.  (Bug#14254)
367 2013-04-27  Juri Linkov  <juri@jurta.org>
369         * desktop.el (desktop-auto-save-timeout): New option.
370         (desktop-file-checksum): New variable.
371         (desktop-save): Add optional arg `auto-save' and don't auto-save
372         if nothing changed.
373         (desktop-auto-save-timer): New variable.
374         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
375         (after-init-hook): Call `desktop-auto-save-set-timer'.
376         Suggested by Reuben Thomas <rrt@sc3d.org> in
377         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
379 2013-04-27  Leo Liu  <sdl.web@gmail.com>
381         * progmodes/octave.el (octave-function-file-p)
382         (octave-skip-comment-forward, octave-function-file-comment)
383         (octave-update-function-file-comment): New functions.
384         (octave-mode-map): Bind C-c ; to
385         octave-update-function-file-comment.
386         (octave-mode-menu): Add octave-update-function-file-comment.
387         (octave-mode, inferior-octave-mode): Fix doc-string.
388         (octave-insert-defun): Conform to Octave's coding convention.
389         (Bug#14285)
391         * files.el (basic-save-buffer): Don't let errors in
392         before-save-hook prevent saving buffer.
394 2013-04-20  Roland Winkler  <winkler@gnu.org>
396         * faces.el (read-face-name): Use completing-read if arg multiple
397         is nil.
399 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
401         * ls-lisp.el (ls-lisp-insert-directory): If no files are
402         displayed, move point to after the totals line.
403         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
404         for the details.
406 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
408         * emacs-lisp/package.el (package-autoload-ensure-default-file):
409         Add current dir to the load-path.
410         (package-generate-autoloads): Don't rely on
411         autoload-ensure-default-file.
413 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
415         * textmodes/remember.el (remember-store-in-files): Document that
416         the file name format is passed to `format-time-string'.
418 2013-04-26  Leo Liu  <sdl.web@gmail.com>
420         * progmodes/octave.el (octave-sync-function-file-names): New function.
421         (octave-mode): Use it in before-save-hook.
423 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
425         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
426         (bug#14274).
428         * progmodes/octave.el (octave-smie-forward-token): Properly skip
429         \n and comment, even if it's not an implicit ; (bug#14218).
431 2013-04-26  Glenn Morris  <rgm@gnu.org>
433         * subr.el (read-number): Once more use `read' rather than
434         `string-to-number', to trap non-numeric input.  (Bug#14254)
436 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
438         * emacs-lisp/syntax.el (syntax-propertize-multiline):
439         Use `syntax-multiline' text property consistently instead of
440         `font-lock-multiline'. (bug#14237).
442 2013-04-26  Glenn Morris  <rgm@gnu.org>
444         * emacs-lisp/shadow.el (list-load-path-shadows):
445         No longer necessary to check for duplicate simple.el, since
446         2012-07-07 change to init_lread to not include installation lisp
447         directories in load-path when running uninstalled.  (Bug#14270)
449 2013-04-26  Leo Liu  <sdl.web@gmail.com>
451         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
452         (octave-mode, inferior-octave-mode): Use setq-local.
453         (octave-not-in-string-or-comment-p): Rename to
454         octave-in-string-or-comment-p.
455         (octave-in-comment-p, octave-in-string-p)
456         (octave-in-string-or-comment-p): Replace defsubst with defun.
458 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
460         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
462 2013-04-25  Bastien Guerry  <bzg@gnu.org>
464         * textmodes/remember.el (remember-data-directory)
465         (remember-directory-file-name-format): Fix custom types.
467 2013-04-25  Leo Liu  <sdl.web@gmail.com>
469         * progmodes/octave.el (octave-completion-at-point-function):
470         Make use of inferior octave process.
471         (octave-initialize-completions): Remove.
472         (inferior-octave-completion-table): New function.
473         (inferior-octave-completion-at-point): Use it.
474         (octave-completion-alist): Remove.
476 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
478         * progmodes/opascal.el: Use font-lock and syntax-propertize.
479         (opascal-mode-syntax-table): New var.
480         (opascal-literal-kind, opascal-is-literal-end)
481         (opascal-literal-token-at): Rewrite.
482         (opascal--literal-start-re, opascal-font-lock-keywords)
483         (opascal--syntax-propertize): New constants.
484         (opascal-font-lock-defaults): Adjust.
485         (opascal-mode): Use them.  Set comment-<foo> variables as well.
486         (delphi-comment-face, opascal-comment-face, delphi-string-face)
487         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
488         (delphi-other-face, opascal-other-face): Remove face variables.
489         (opascal-save-state): Remove macro.
490         (opascal-fontifying-progress-step): Remove constant.
491         (opascal--ignore-changes): Remove var.
492         (opascal-set-token-property, opascal-parse-next-literal)
493         (opascal-is-stable-literal, opascal-complete-literal)
494         (opascal-is-literal-start, opascal-face-of)
495         (opascal-parse-region, opascal-parse-region-until-stable)
496         (opascal-fontify-region, opascal-after-change)
497         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
498         (opascal-debug-parse-region, opascal-debug-parse-window)
499         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
500         (opascal-debug-fontify-buffer): Remove.
501         (opascal-debug-mode-map): Adjust accordingly.
503 2013-04-25  Leo Liu  <sdl.web@gmail.com>
505         Merge octave-mod.el and octave-inf.el into octave.el with some
506         cleanups.
507         * progmodes/octave.el: New file renamed from octave-mod.el.
508         * progmodes/octave-inf.el: Merged into octave.el.
509         * progmodes/octave-mod.el: Renamed to octave.el.
511 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
513         * textmodes/reftex-vars.el
514         (reftex-label-ignored-macros-and-environments): New defcustom.
516         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
518 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
520         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
521         (smie-indent-keyword): Improve the check to ensure that the next
522         comment is really on the same line.
523         (smie-indent-comment): Don't align with a subsequent closer (or eob).
525         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
526         semi-colons if the line is not otherwise empty (bug#14218).
528 2013-04-25  Glenn Morris  <rgm@gnu.org>
530         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
532 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
534         * progmodes/opascal.el (opascal-set-token-property): Rename from
535         opascal-set-text-properties and only set `token' (bug#14134).
536         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
537         (opascal-literal-text-properties): Remove.
538         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
539         Adjust callers.
541 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
543         * textmodes/remember.el (remember-handler-functions): Add an
544         option for a new handler `remember-store-in-files'.
545         (remember-data-directory, remember-directory-file-name-format):
546         New options.
547         (remember-store-in-files): New function to store remember notes
548         as separate files within a directory.
550 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
552         * progmodes/compile.el (compilation-next-error-function):
553         Pass "formats" to compilation-find-file (bug#11777).
555 2013-04-24  Glenn Morris  <rgm@gnu.org>
557         * vc/vc-bzr.el (vc-bzr-print-log):
558         * vc/vc-hg.el (vc-hg-print-log):
559         * vc/vc-svn.el (vc-svn-print-log):
560         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
562         * vc/vc-bzr.el (vc-bzr-print-log):
563         * vc/vc-cvs.el (vc-cvs-print-log):
564         * vc/vc-git.el (vc-git-print-log):
565         * vc/vc-hg.el (vc-hg-print-log):
566         * vc/vc-mtn.el (vc-mtn-print-log):
567         * vc/vc-rcs.el (vc-rcs-print-log):
568         * vc/vc-sccs.el (vc-sccs-print-log):
569         * vc/vc-svn.el (vc-svn-print-log):
570         * vc/vc.el (vc-print-log-internal): Doc fixes.
572 2013-04-23  Glenn Morris  <rgm@gnu.org>
574         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
575         Remove venerable code attempting to avoid substitute-command-keys.
577 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
579         * textmodes/reftex-vars.el (reftex-label-regexps):
580         Call `reftex-compile-variables' after changes to this variable.
582 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
584         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
585         Use lexical-binding.
586         (jit-lock-force-redisplay): Use markers, check buffer's continued
587         existence and beware narrowed buffers.
588         (jit-lock-fontify-now): Adjust call accordingly.
590 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
592         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
593         to avoid misleading the user.
595 2013-04-22  Leo Liu  <sdl.web@gmail.com>
597         * info-look.el: Prefer latex2e.info.  (Bug#14240)
599 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
601         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
603         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
604         * net/tramp.el (tramp-call-process): ... here
605         (tramp-set-completion-function, tramp-parse-putty):
606         * net/tramp-adb.el (tramp-adb-execute-adb-command):
607         * net/tramp-gvfs.el (tramp-gvfs-send-command):
608         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
609         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
610         (tramp-call-local-coding-command): Use `tramp-call-process'
611         instead of `tramp-compat-call-process'.
613         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
614         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
615         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
616         (tramp-find-inline-compress):Improve traces.
617         (tramp-maybe-send-script): Check for Perl binary.
618         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
620 2013-04-22  Daiki Ueno  <ueno@gnu.org>
622         * epg.el (epg-context-pinentry-mode): New function.
623         (epg-context-set-pinentry-mode): New function.
624         (epg--start): Pass --pinentry-mode option to gpg command.
626 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
628         * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
629         `comint-dynamic-complete' is obsolete since 24.1, replaced by
630         `completion-at-point'. (Bug#13774)
632         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
633         default key binding for `describe-distribution' has been moved to
634         `C-h C-o'.  (Bug#13970)
636 2013-04-21  Glenn Morris  <rgm@gnu.org>
638         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
639         Add doc strings.
640         (vc-print-log): Clarify interactive prompt.
642 2013-04-20  Glenn Morris  <rgm@gnu.org>
644         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
645         No longer include timestamp etc information.
647 2013-04-20  Roland Winkler  <winkler@gnu.org>
649         * faces.el (read-face-name): Bug fix, return just one face if arg
650         multiple is nil.  (Bug#14209)
652 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
654         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
655         (remove-function): Autoload.
657         * comint.el (comint-redirect-original-filter-function): Remove.
658         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
659         * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
660         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
661         * progmodes/prolog.el (prolog-consult-compile):
662         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
663         Use add/remove-function instead.
664         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
665         (gud-tooltip-process-output, gud-tooltip-tips):
666         Use add/remove-function instead.
667         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
668         (scheme-interaction-mode, exit-scheme-interaction-mode):
669         Use add/remove-function instead.
671         * vc/vc-dispatcher.el: Use lexical-binding.
672         (vc--process-sentinel): Rename from vc-process-sentinel.
673         Change last arg to be the code to run.  Don't use vc-previous-sentinel
674         and vc-sentinel-commands any more.
675         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
676         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
678 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
680         * progmodes/sh-script.el (sh-imenu-generic-expression):
681         Handle function names with a single character.   (Bug#14111)
683 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
685         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
686         for subroutines defined in an eval (bug#14182).
688 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
690         * bookmark.el (bookmark-completing-read): Improve handling of empty
691         string (bug#14176).
693 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
695         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
697 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
699         New faster Imenu implementation (bug#14058).
700         * progmodes/python.el:
701         (python-imenu-prev-index-position):
702         (python-imenu-format-item-label-function)
703         (python-imenu-format-parent-item-label-function)
704         (python-imenu-format-parent-item-jump-label-function):
705         New vars.
706         (python-imenu-format-item-label)
707         (python-imenu-format-parent-item-label)
708         (python-imenu-format-parent-item-jump-label)
709         (python-imenu--put-parent, python-imenu--build-tree)
710         (python-imenu-create-index, python-imenu-create-flat-index)
711         (python-util-popn): New functions.
712         (python-mode): Set imenu-create-index-function to
713         python-imenu-create-index.
715 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
717         * winner.el (winner-active-region): Use region-active-p, activate-mark
718         and deactivate-mark (bug#14225).
720         * simple.el (deactivate-mark): Don't inline it.
722 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
724         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
726 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
728         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
729         file extensions from the archive-mode entry in order to prefer
730         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
732 2013-04-18  Leo Liu  <sdl.web@gmail.com>
734         * bindings.el (help-event-list): Add ?\?.
736 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
738         * subr.el (with-wrapper-hook): Declare obsolete.
739         * simple.el (filter-buffer-substring-function): New hook.
740         (filter-buffer-substring): Use it.
741         (filter-buffer-substring-functions): Mark obsolete.
742         * minibuffer.el (completion-in-region-function): New hook.
743         (completion-in-region): Use it.
744         (completion-in-region-functions): Mark obsolete.
745         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
746         * abbrev.el (abbrev-expand-function): New hook.
747         (expand-abbrev): Use it.
748         (abbrev-expand-functions): Mark obsolete.
749         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
750         and :filter-return.
752 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
754         * progmodes/python.el (python-nav--syntactically): Fix cornercases
755         and do not care about match data.
757 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
759         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
760         completion tables when completing error conditions and
761         `declare' arguments.
762         (lisp-complete-symbol, field-complete): Mark as obsolete.
763         (check-parens): Unmatched parens are user errors.
764         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
766 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
768         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
769         command changed buffer (ie. `flyspell-pre-buffer' is not current
770         buffer), which prevents making decisions based on invalid value of
771         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
772         cause an error when `flyspell-pre-point' was nil after switching
773         buffers.
774         (flyspell-post-command-hook): No longer needs to change buffers when
775         checking pre-word.  While at it remove unnecessary progn.
777 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
779         * textmodes/ispell.el (ispell-add-per-file-word-list):
780         Fix `flyspell-correct-word-before-point' error when accepting
781         words and `coment-padding' is an integer by using
782         `comment-normalize-vars' (Bug #14214).
784 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
786         New defun movement commands.
787         * progmodes/python.el (python-nav--syntactically)
788         (python-nav--forward-defun, python-nav-backward-defun)
789         (python-nav-forward-defun): New functions.
791 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
793         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
794         (python-syntax-context): Use named compiler-macro for backwards
795         compatibility with Emacs 24.x.
797 2013-04-17  Leo Liu  <sdl.web@gmail.com>
799         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
800         octave-hide-process-buffer.
802 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
804         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
805         (bug#14216).
807 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
809         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
810         Fix adjustment of offset when receiving incomplete responses from GDB
811         (bug#14129).
813 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
815         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
816         python-mode-abbrev-table.
817         (python-skeleton-define): Adjust accordingly.
818         (python-mode-abbrev-table): New table that inherits from it so that
819         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
821         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
822         (abbrev-symbol): Use it.
823         (abbrev--before-point): Use it since we already handle inheritance.
825 2013-04-16  Leo Liu  <sdl.web@gmail.com>
827         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
828         binding to info-lookup-symbol.
830 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
832         * minibuffer.el (completion--twq-all):
833         * term/ns-win.el (ns-initialize-window-system):
834         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
836 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
838         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
839         global bindings.
841         * doc-view.el (doc-view-start-process): Handle url-handler directories.
843 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
845         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
846         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
847         to nil.
848         (ruby-end-of-defun): Remove the unused arg, change the docstring
849         to reflect that this function is only used as the value of
850         `end-of-defun-function'.
851         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
852         to reflect an earlier change that beginning/end-of-defun functions
853         jump between methods in a class definition, as well as top-level
854         functions.
856 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
858         * minibuffer.el (minibuffer-complete): Don't just scroll
859         a *Completions* that's been iconified.
860         (minibuffer-force-complete): Make sure repetitions do cycle when going
861         through completion-in-region -> minibuffer-complete.
863 2013-04-15  Alan Mackenzie  <acm@muc.de>
865         Correct the placement of c-cpp-delimiters when there're #s not at
866         col 0.
868         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
869         place a submatch around the #.
870         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
871         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
872         on the #, not BOL.
874 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
876         * emacs-lisp/nadvice.el: Properly test names when adding advice.
877         (advice--member-p): New arg `name'.
878         (advice--add-function, advice-member-p): Use it (bug#14202).
880 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
882         Reformulate java imenu-generic-expression.
883         The old expression contained ill formed regexps.
885         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
886         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
887         (cc-imenu-java-method-arg-regexp): New defconsts.
888         (cc-imenu-java-build-type-args-regex): New defun.
889         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
890         handling of spaces in the regexp.
892 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
894         * textmodes/ispell.el (ispell-command-loop): Remove
895         flyspell highlight of a word when ispell accepts it (bug #14178).
897 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
899         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
900         uses code from the previous `ange-ftp-run-real-handler'.
901         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
902         only in case that function exist.  This is needed for proper
903         unloading of Tramp.
905 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
907         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
909         * textmodes/reftex.el (reftex-compile-variables): Use it.
911 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
913         * files.el (normal-mode): Only use default major-mode if no other mode
914         was specified.
916         * emacs-lisp/trace.el (trace-values): New function.
918         * files.el: Allow : in local variables (bug#14089).
919         (hack-local-variable-regexp): New var.
920         (hack-local-variables-prop-line, hack-local-variables): Use it.
922 2013-04-13  Roland Winkler  <winkler@gnu.org>
924         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
925         data before it gets modified by bibtex-beginning-of-entry.
927 2013-04-13  Roland Winkler  <winkler@gnu.org>
929         * textmodes/bibtex.el (bibtex-url): Doc fix.
931 2013-04-13  Roland Winkler  <winkler@gnu.org>
933         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
934         does not visit a BibTeX file, exclude it from the list of buffers
935         returned by bibtex-initialize.
937 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
939         * window.el (split-window): Remove interactive form, since as a
940         command this function is a special case of split-window-below.
941         Correct doc string.
943 2013-04-12  Roland Winkler  <winkler@gnu.org>
945         * faces.el (read-face-name): Do not override value of arg default.
946         Allow single faces and strings as default values.  Remove those
947         elements from return value that are not faces.
948         (describe-face): Simplify.
949         (face-at-point): New optional args thing and multiple so that this
950         function can provide the same functionality previously provided by
951         read-face-name.
952         (make-face-bold, make-face-unbold, make-face-italic)
953         (make-face-unitalic, make-face-bold-italic, invert-face)
954         (modify-face, read-face-and-attribute): Use face-at-point.
956         * cus-edit.el (customize-face, customize-face-other-window)
957         * cus-theme.el (custom-theme-add-face)
958         * face-remap.el (buffer-face-set)
959         * facemenu.el (facemenu-set-face): Use face-at-point.
961 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
963         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
965 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
967         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
968         off leading { and trailing } from field values.
970 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
972         * emacs-lisp/timer.el (timer--check): New function.
973         (timer--time, timer-set-function, timer-event-handler): Use it.
974         (timer-set-idle-time): Simplify.
975         (timer--activate): CSE.
976         (timer-event-handler): Give more info in error message.
977         (internal-timer-start-idle): New function, moved from C.
979         * mpc.el (mpc-proc): Add `restart' argument.
980         (mpc-proc-cmd): Use it.
981         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
982         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
983         less often.
985 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
987         * progmodes/sh-script.el: Implement `sh-mode' own
988         `add-log-current-defun-function' (bug#14112).
989         (sh-current-defun-name): New function.
990         (sh-mode): Use the function.
992 2013-04-09  Bastien Guerry  <bzg@gnu.org>
994         * simple.el (choose-completion-string): Fix docstring (bug#14163).
996 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
998         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
1000         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
1001         timer (bug#14156).
1003 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
1005         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
1006         declaration.
1008 2013-04-07  Leo Liu  <sdl.web@gmail.com>
1010         * pcmpl-x.el: New file.
1012 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
1014         Do not set x-display-name until X connection is established.
1015         This is needed to prevent from weird situation described at
1016         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
1017         * frame.el (make-frame): Set x-display-name after call to
1018         window system initialization function, not before.
1019         * term/x-win.el (x-initialize-window-system): Add optional
1020         display argument and use it.
1021         * term/w32-win.el (w32-initialize-window-system):
1022         * term/ns-win.el (ns-initialize-window-system):
1023         * term/pc-win.el (msdos-initialize-window-system):
1024         Add compatible optional display argument.
1026 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
1028         * files.el (normal-backup-enable-predicate): On MS-Windows and
1029         MS-DOS compare truenames of temporary-file-directory and of the
1030         file, so that 8+3 aliases (usually found in $TEMP on Windows)
1031         don't fail comparison by compare-strings.  Also, compare file
1032         names case-insensitively on MS-Windows and MS-DOS.
1034 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1036         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
1037         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
1039 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
1041         * whitespace.el (whitespace-color-on, whitespace-color-off):
1042         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
1044 2013-04-05  Jacek ChrzÄ…szcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
1046         * ispell.el (ispell-set-spellchecker-params):
1047         Really set `ispell-args' for all equivs.
1049 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1051         * ido.el (ido-completions): Use extra elements of ido-decorations
1052         (bug#14143).
1053         (ido-decorations): Update docstring.
1055 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
1057         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1058         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
1059         nil during initialization, in order not to miss changes since the
1060         file was opened.  (Bug#14140)
1062 2013-04-05  Leo Liu  <sdl.web@gmail.com>
1064         * kmacro.el (kmacro-call-macro): Fix bug#14135.
1066 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
1068         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
1070 2013-04-04  Glenn Morris  <rgm@gnu.org>
1072         * electric.el (electric-pair-inhibit-predicate): Add :version.
1074 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1076         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
1077         when a package is required several times (bug#14082).
1079 2013-04-04  Roland Winkler  <winkler@gnu.org>
1081         * faces.el (read-face-name): Behave as promised by the docstring.
1082         Assume that arg default is a list of faces.
1083         (describe-face): Call read-face-name with list of default faces.
1085 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1087         * bookmark.el: Fix deletion of bookmarks (bug#13972).
1088         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
1089         (bookmark-bmenu-execute-deletions): Only skip first line if it's
1090         the header.
1091         (bookmark-exit-hook-internal): Save even if list is empty.
1093 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
1095         * emacs-lisp/package.el (package-pinned-packages): New var.
1096         (package--add-to-archive-contents): Obey it (bug#14118).
1098 2013-04-03  Alan Mackenzie  <acm@muc.de>
1100         Handle `parse-partial-sexp' landing inside a comment opener
1101         (Bug#13244). Also adapt to the new values of element 7 of a parse
1102         state.
1104         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
1105         parameter `not-in-delimiter'.  Handle being inside comment opener.
1106         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
1107         character in case we're typing a '*' after a '/'.
1108         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
1109         instead by passing the parameter to c-state-pp-to-literal.
1111         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
1112         for elt. 7 of a parse state.
1114 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
1116         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
1117         * international/latin1-disp.el, international/mule-util.el:
1118         * language/cyril-util.el, language/european.el, language/ind-util.el:
1119         * language/lao-util.el, language/thai.el, language/tibet-util.el:
1120         * language/tibetan.el, language/viet-util.el:
1121         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
1123 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1125         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
1126         (electric-pair-post-self-insert-function): Use it.
1127         (electric-pair-default-inhibit): New function, extracted from
1128         electric-pair-post-self-insert-function.
1130 2013-03-31  Roland Winkler  <winkler@gnu.org>
1132         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
1134 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1136         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
1138 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1140         Un-indent after "pass" and "return" statements (Bug#13888)
1141         * progmodes/python.el (python-indent-block-enders): New var.
1142         (python-indent-calculate-indentation): Use it.
1144 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
1146         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
1147         defun.  Defining it as defalias could introduce too eager
1148         byte-compiler optimization.  (Bug#14030)
1150 2013-03-30  Chong Yidong  <cyd@gnu.org>
1152         * iswitchb.el (iswitchb-read-buffer): Fix typo.
1154 2013-03-30  Leo Liu  <sdl.web@gmail.com>
1156         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
1157         (kmacro-execute-from-register): Pass the keyboard macro to
1158         kmacro-call-macro or repeating won't work correctly.
1160 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
1162         * progmodes/subword.el: Back to using `forward-symbol'.
1164         * subr.el (forward-whitespace, forward-symbol)
1165         (forward-same-syntax): Move from thingatpt.el.
1167 2013-03-29  Leo Liu  <sdl.web@gmail.com>
1169         * kmacro.el (kmacro-to-register): New command.
1170         (kmacro-execute-from-register): New function.
1171         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
1173 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1175         * mpc.el: Use defvar-local and setq-local.
1176         (mpc--proc-connect): Connection failures are not bugs.
1177         (mpc-mode-map): `follow-link' only applies to the buffer's content.
1178         (mpc-volume-map): Bind to the up-events.
1180 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1182         * progmodes/subword.el (superword-mode): Use `forward-sexp'
1183         instead of `forward-symbol'.
1185 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1187         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
1188         (edebug--recursive-edit): Use it.
1189         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
1190         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
1192 2013-03-28  Leo Liu  <sdl.web@gmail.com>
1194         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
1196 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
1198         * facemenu.el (list-colors-callback): New defvar.
1199         (list-colors-redisplay): New function.
1200         (list-colors-display): Install list-colors-redisplay as the
1201         revert-buffer-function.  (Bug#14063)
1203 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1205         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
1206         and suffixes don't overlap (bug#14061).
1208         * case-table.el: Use lexical-binding.
1209         (case-table-get-table): New function.
1210         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
1212 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1214         * progmodes/subword.el: Add `superword-mode' to do word motion
1215         over symbol_words (parallels and leverages `subword-mode' which
1216         does word motion inside MixedCaseWords).
1218 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1220         * eshell/em-unix.el: Move su and sudo to...
1221         * eshell/em-tramp.el: ...Eshell tramp module.
1223 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1225         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
1226         Change return value to be a sexp.  Delay `get-buffer' to after
1227         restoring the desktop (bug#13951).
1229 2013-03-26  Leo Liu  <sdl.web@gmail.com>
1231         * register.el: Move semantic tag handling back to
1232         cedet/semantic/senator.el.  (Bug#14052)
1234 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1236         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
1237         into the prompt either (bug#13963).
1239 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
1242         part of "(error-foo)".
1244 2013-03-24  Juri Linkov  <juri@jurta.org>
1246         * replace.el (list-matching-lines-prefix-face): New defcustom.
1247         (occur-1): Pass `list-matching-lines-prefix-face' to the function
1248         `occur-engine' if `face-differs-from-default-p' returns t.
1249         (occur-engine): Add `,' inside backquote construct to evaluate
1250         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
1251         Pass `prefix-face' to the functions `occur-context-lines' and
1252         `occur-engine-add-prefix'.
1253         (occur-engine-add-prefix, occur-context-lines): Add optional arg
1254         `prefix-face' and propertize the prefix with `prefix-face'.
1255         (Bug#14017)
1257 2013-03-24  Leo Liu  <sdl.web@gmail.com>
1259         * nxml/rng-valid.el (rng-validate-while-idle)
1260         (rng-validate-quick-while-idle): Guard against deleted buffer.
1261         (Bug#13999)
1263         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
1264         is the last entry in kill-buffer-hook.
1266         * files.el (kill-buffer-hook): Doc fix.
1268 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1270         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1271         Make it safe-local.
1273         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
1275 2013-03-23  Leo Liu  <sdl.web@gmail.com>
1277         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1278         Remove.
1280         * nxml/rng-valid.el (rng-validate-mode)
1281         (rng-after-change-function, rng-do-some-validation):
1282         * nxml/rng-maint.el (rng-validate-buffer):
1283         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1284         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1285         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1286         (nxml-extend-after-change-region): Use with-silent-modifications.
1288         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1289         timer-idle-list.
1291         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1292         (rng-next-error-1, rng-previous-error-1): Do not let-bind
1293         timer-idle-list.  (Bug#13999)
1295 2013-03-23  Juri Linkov  <juri@jurta.org>
1297         * info.el (info-index-match): New face.
1298         (Info-index, Info-apropos-matches): Add a nested subgroup to the
1299         main pattern and add text properties with the new face to matches
1300         in index entries relative to the beginning of the index entry.
1301         (Bug#14015)
1303 2013-03-21  Eric Ludlam  <zappo@gnu.org>
1305         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1306         Inhibit read only while inserting objects.
1308 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1310         * progmodes/cfengine.el: Update docs to mention
1311         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
1312         symbol motion.  Remove "_" from the word syntax.
1314 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
1316         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1317         syntax for both `cfengine2-mode' and `cfengine3-mode'.
1319 2013-03-20  Juri Linkov  <juri@jurta.org>
1321         * info.el (Info-next-reference-or-link)
1322         (Info-prev-reference-or-link): New functions.
1323         (Info-next-reference, Info-prev-reference): Use them.
1324         (Info-try-follow-nearest-node): Handle footnote navigation.
1325         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
1327 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1329         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1330         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1332 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
1334         Suppress unnecessary non-ASCII chatter during build process.
1335         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1336         (batch-skkdic-convert): Suppress most of the chatter.
1337         It's not needed so much now that machines are faster,
1338         and its non-ASCII component was confusing; see Dmitry Gutov in
1339         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1341 2013-03-20  Leo Liu  <sdl.web@gmail.com>
1343         * ido.el (ido-chop): Fix bug#10994.
1345 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
1347         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
1348         Remove vars.
1349         (whitespace-color-on, whitespace-color-off):
1350         Use `font-lock-fontify-buffer' (Bug#13817).
1352 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1354         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
1355         remapping in mode-line.
1356         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1358 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
1360         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1361         value for `whitespace-line' face (Bug#13875).
1362         (whitespace-font-lock-keywords): Change description.
1363         (whitespace-color-on): Don't save `font-lock-keywords' value, save
1364         the constructed keywords instead.
1365         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1367 2013-03-19  Leo Liu  <sdl.web@gmail.com>
1369         * progmodes/compile.el (compilation-display-error): New command.
1370         (compilation-mode-map, compilation-minor-mode-map): Bind it to
1371         C-o.  (Bug#13992)
1373 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
1375         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1377 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
1379         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1381 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
1383         * net/tramp-compat.el (tramp-compat-user-error): New defun.
1385         * net/tramp-adb.el (tramp-adb-handle-shell-command):
1386         * net/tramp-gvfs.el (top):
1387         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1388         (tramp-handle-shell-command): Use it.
1389         (tramp-dissect-file-name): Raise an error when hostname is a
1390         method name, and neither method nor user is specified.
1392         * net/trampver.el: Update release number.
1394 2013-03-18  Leo Liu  <sdl.web@gmail.com>
1396         Make sure eldoc can be turned off properly.
1397         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1398         eldoc-mode.
1399         (eldoc-display-message-p): Revert last change.
1400         (eldoc-display-message-no-interference-p)
1401         (eldoc-print-current-symbol-info): Tweak.
1403 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
1405         * doc-view.el (doc-view-new-window-function): Check the new window
1406         overlay's display property instead the char property of the
1407         buffer's first char.  Use `with-selected-window' instead of
1408         `save-window-excursion' with `select-window'.
1409         (doc-view-document->bitmap): Check the current doc-view overlay's
1410         display property instead the char property of the buffer's first char.
1412 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
1414         Automate the build of ja-dic.el (Bug#13984).
1415         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1416         from the input, rather than assume that it's been done for us by the
1417         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
1418         the current date into a ja-dic.el comment, as that complicates
1419         regression testing.
1421 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1423         * whitespace.el: Fix double evaluation.
1424         (whitespace-space, whitespace-hspace, whitespace-tab)
1425         (whitespace-newline, whitespace-trailing, whitespace-line)
1426         (whitespace-space-before-tab, whitespace-indentation)
1427         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1428         obsolete defvars.
1429         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1430         (whitespace-color-on): Use a single font-lock-add-keywords call.
1431         Fix double-evaluation of face variables.
1433 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
1435         * net/tramp-adb.el (tramp-adb-parse-device-names):
1436         Use `start-process' instead of `call-process'.  Otherwise, the
1437         function might be blocked under MS Windows.  (Bug#13299)
1439 2013-03-17  Leo Liu  <sdl.web@gmail.com>
1441         Extend eldoc to display info in the mode-line.  (Bug#13978)
1442         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1443         (eldoc-mode-line-string): New variable.
1444         (eldoc-minibuffer-message): New function.
1445         (eldoc-message-function): New variable.
1446         (eldoc-message): Use it.
1447         (eldoc-display-message-p)
1448         (eldoc-display-message-no-interference-p):
1449         Support eldoc-post-insert-mode.
1451         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1452         (eval-expression): Run it.
1454 2013-03-17  Roland Winkler  <winkler@gnu.org>
1456         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1457         strings in the list of return values.
1459 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1461         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1462         radix before checking for HMS forms.
1464 2013-03-16  Leo Liu  <sdl.web@gmail.com>
1466         * progmodes/scheme.el: Add indentation and font-locking for Î».
1467         (Bug#13975)
1469 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1471         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1472         token before point (bug#13942).
1474 2013-03-16  Leo Liu  <sdl.web@gmail.com>
1476         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
1478 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
1480         * startup.el (command-line-normalize-file-name): Fix handling of
1481         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
1482         <xfq.free@gmail.com> in
1483         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1485 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
1487         Sync with Tramp 2.2.7.
1489         * net/trampver.el: Update release number.
1491 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
1493         * doc-view.el Fix bug#13887.
1494         (doc-view-insert-image): Don't modify overlay associated to
1495         non-live windows, and implement horizontal centering of image in
1496         case it's smaller than the window.
1497         (doc-view-new-window-function): Force redisplay of new windows on
1498         doc-view buffers.
1500 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
1502         * saveplace.el (save-place-alist-to-file): Don't sort
1503         `save-place-alist', just pretty-print it (bug#13882).
1505 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
1507         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1508         whether `default-file-name-coding-system' is bound.  It isn't in
1509         XEmacs.
1511 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1513         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1514         backquotes for `obsolete' (bug#13929).
1516         * international/mule.el (find-auto-coding): Include file name in
1517         obsolescence warning (bug#13922).
1519 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1521         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1522         for CFEngine 3-specific indentation.
1523         (cfengine3-indent-line): Use it.  Fix up category regex.
1524         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1526 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1528         * type-break.el (type-break-file-name):
1529         * textmodes/remember.el (remember-data-file):
1530         * strokes.el (strokes-file):
1531         * shadowfile.el (shadow-initialize):
1532         * saveplace.el (save-place-file):
1533         * ps-bdf.el (bdf-cache-file):
1534         * progmodes/idlwave.el (idlwave-config-directory):
1535         * net/quickurl.el (quickurl-url-file):
1536         * international/kkc.el (kkc-init-file-name):
1537         * ido.el (ido-save-directory-list-file):
1538         * emulation/viper.el (viper-custom-file-name):
1539         * emulation/vip.el (vip-startup-file):
1540         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1541         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1543 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
1545         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1546         * language/thai-word.el: Switch to UTF-8.
1548 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1550         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1552 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1554         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1555         Use with-current-buffer and don't move point.
1556         (net-utils-run-simple): Remove useless code.
1557         (net-utils-remove-ctl-m): Remove unused custom.
1559 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
1561         * international/characters.el (glyphless-set-char-table-range): New fun.
1562         (update-glyphless-char-display): Use it (bug#13744).
1564 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1566         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1567         namespaces in the syntax, indent closer for hanging brace
1568         correctly, allow single-quote delimited 'strings', and make
1569         `cfengine3-mode' the default.
1571 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
1573         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1574         Use lexical-binding.  Fix up docstring according to conventions.
1575         (gdbmi-debug-mode): New var.
1576         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1577         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1578         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1579         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1580         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1581         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1582         (gdbmi-bnf-incomplete-record-result): New functions.
1583         (gdb-car<): Remove function.
1584         (gdbmi-record-list): Remove variable.
1585         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1586         (gdbmi-bnf-result-state-configs): New const.
1587         (gud-gdbmi-marker-filter): Rewrite.
1588         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1589         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1590         Add `token' argument.
1591         (gdb-done, gdb-error): New functions.
1592         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
1594 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1596         * term/xterm.el (xterm--report-background-handler): Don't burp
1597         upon timeout.
1598         (xterm--version-handler): Extract from terminal-init-xterm.
1599         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
1600         Allow multiple handlers.
1601         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1603         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
1604         (xterm--report-background-handler, xterm--query): New functions.
1605         (terminal-init-xterm): Use them.
1607 2013-03-11  Michael R. Mauger  <michael@mauger.com>
1609         * progmodes/sql.el Version 3.2
1610         Please note that my address changed to <michael@mauger.com>;
1611         the <mmaug@yahoo.com> address remains active.
1612         (sql-connection-alist): Updates documentation to fix bug#13715.
1613         (sql-connect): Handle missing `sql-connection-alist' correctly.
1614         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1615         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1616         property.
1617         (sql-default-value): New function.
1618         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1619         values were not used.
1620         (sql-rename-buffer): Make sure alternate buffer name has no text
1621         properties.
1622         (sql-input-sender, sql-execute-feature): Fetch variable with
1623         `buffer-local-value' rather than `with-current-buffer'.
1624         (sql-*): Use #' function syntax consistently.
1625         (sql-*): Use message/error/user-error consistently.
1627 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1629         * xt-mouse.el (xterm-mouse-event-read): Remove.
1630         (xterm-mouse--read-event-sequence-1000)
1631         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1633 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1635         * term/xterm.el (xterm-function-map): Support format used with
1636         formatOtherKeys=1 (bug#13839).
1638         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1639         (with-no-warnings): Use `declare'.
1641         * whitespace.el (whitespace-enable-predicate): New variable.
1642         (whitespace-enable-predicate): Use it.
1644         * comint.el (comint-send-input, comint-snapshot-last-prompt)
1645         (comint-output-filter, comint-update-fence):
1646         Use with-silent-modifications.
1648 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
1650         * replace.el (occur-read-regexp-defaults-function): New var.
1651         (occur-read-regexp-defaults): New defun.
1652         (occur-read-primary-args): Propagate above change (bug#13892).
1654 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1656         * mouse.el (mouse-drag-track): Remove left-over debugging code.
1658 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
1660         Major rewrite due to changed D-Bus interface of GVFS 1.14.
1662         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1663         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1664         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1665         New defconst.
1666         (tramp-gvfs-file-name-handler-alist) [directory-files]
1667         [directory-files-and-attributes, file-exists-p, file-modes]:
1668         Use Tramp default handler.
1669         [file-acl, file-selinux-context, process-file, set-file-acl]:
1670         [set-file-modes, set-file-selinux-context, shell-command]:
1671         [start-file-process]: Remove handler.
1672         [verify-visited-file-modtime]: New handler.
1673         (tramp-gvfs-dbus-string-to-byte-array)
1674         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
1675         calls of `dbus-string-to-byte-array' and
1676         `tramp-gvfs-dbus-byte-array-to-string'.
1677         (tramp-gvfs-handle-copy-file)
1678         (tramp-gvfs-handle-delete-directory)
1679         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1680         (tramp-gvfs-handle-file-directory-p)
1681         (tramp-gvfs-handle-file-executable-p)
1682         (tramp-gvfs-handle-file-name-all-completions)
1683         (tramp-gvfs-handle-file-readable-p)
1684         (tramp-gvfs-handle-file-writable-p)
1685         (tramp-gvfs-handle-insert-directory)
1686         (tramp-gvfs-handle-insert-file-contents)
1687         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1688         (tramp-gvfs-handle-set-visited-file-modtime)
1689         (tramp-gvfs-handle-write-region): Rewrite.
1690         (tramp-gvfs-handle-file-acl)
1691         (tramp-gvfs-handle-file-selinux-context)
1692         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1693         (tramp-gvfs-handle-set-file-modes)
1694         (tramp-gvfs-handle-set-file-selinux-context)
1695         (tramp-gvfs-handle-shell-command)
1696         (tramp-gvfs-handle-start-file-process)
1697         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1698         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1699         over the symlinks.  Fix user handling.
1700         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1701         of the D-Bus signals.
1702         (tramp-gvfs-connection-mounted-p): Handle different names of the
1703         D-Bus methods.
1704         (tramp-gvfs-mount-spec-entry): New defun.
1705         (tramp-gvfs-mount-spec): Use it.
1706         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1707         there is a share name.  Handle different names of the D-Bus
1708         signals and methods.  Set connection properties needed for
1709         `tramp-check-cached-permissions'.
1710         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1711         Return t or nil.
1713         * net/tramp.el (tramp-backtrace): Move up.
1714         (tramp-error): Dump a backtrace into the debug buffer when
1715         `tramp-verbose > 9.
1716         (tramp-file-mode-type-map, tramp-file-mode-from-int)
1717         (tramp-file-mode-permissions, tramp-get-local-uid)
1718         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1719         tramp-sh.el.
1721         * net/tramp-sh.el (tramp-file-mode-type-map)
1722         (tramp-check-cached-permissions, tramp-file-mode-from-int)
1723         (tramp-file-mode-permissions, tramp-get-local-uid)
1724         (tramp-get-local-gid): Move to tramp.el.
1726 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1728         Separate mouse-1-click-follows-link from mouse-drag-region.
1729         * mouse.el (mouse--down-1-maybe-follows-link): New function.
1730         (key-translation-map): Use it to implement mouse-1-click-follows-link.
1731         (mouse-drag-line, mouse-drag-track):
1732         Remove mouse-1-click-follows-link code.
1733         (mouse--remap-link-click-p): Remove.
1735 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
1737         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1738         (hi-lock-read-regexp-defaults):  New defun.
1739         (hi-lock-line-face-buffer, hi-lock-face-buffer)
1740         (hi-lock-face-phrase-buffer): Propagate above change.
1741         Update docstring (bug#13892).
1743         * subr.el (find-tag-default-as-regexp): New defun.
1744         * replace.el (read-regexp): Propagate above change.
1746 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
1748         * calc/calc-units.el (calc-convert-units): Fix the way that default
1749         new units are stored.
1751 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1753         * bookmark.el: Define a face to highlight bookmark names in
1754         bookmark menu buffers, where the default is a bold face similarly
1755         to buffer names in buffer menu buffers.
1756         (bookmark-menu-bookmark): New face to highlight bookmark names.
1757         (bookmark-insert-location): Remove duplicated text property to
1758         conform to buffer list (see `list-buffers').
1759         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1760         `bookmark-menu-bookmark' to bookmark names.
1762 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1763             Karl Fogel  <kfogel@red-bean.com>
1765         * bookmark.el: Display the bookmark list header similarly to the
1766         buffer list header (see `list-buffers'), where the default is now
1767         an immovable/immutable header line.
1768         (bookmark-bmenu-use-header-line): New variable.
1769         (bookmark-bmenu-inline-header-height): New name for
1770         `bookmark-bmenu-header-height', to avoid confusion with the code
1771         for the new immovable header.  All references changed.
1772         (bookmark-bmenu-set-header): New function.
1773         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1774         Conditionalize header construction accordingly.
1775         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1776         the inline header height.
1777         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1778         Conditionalize the skipping of the inline header height.
1780 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
1782         * progmodes/js.el (js--multi-line-declaration-indentation):
1783         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1785 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
1787         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1788         Only propertize regexp when not inside a string (Bug#13885).
1790 2013-03-06  Alan Mackenzie  <acm@muc.de>
1792         Correct the position of point in some line-up functions.
1793         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1794         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1795         point at column 0 rather than at a random place in the line.
1797 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
1799         * net/tramp-compat.el (tramp-compat-delete-directory):
1800         Implement TRASH argument.
1802 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
1804         Keep pre-existing highlighting in completion candidates (Bug#13250).
1805         * minibuffer.el (completions-first-difference): State that the
1806         face is "added" in the docstring.
1807         (completions-common-part): Same.  And don't inherit from default.
1808         (completion-hilit-commonality): Prepend 'completions-common-part
1809         and 'completion-first-difference faces to the 'face property,
1810         instead of replacing the value(s).
1811         (completion--insert-strings): Same with 'completions-annotations face.
1812         (completion-hilit-commonality): Use 'face instead of
1813         'font-lock-face, because it gets priority if the completion
1814         strings already have 'face set.
1816 2013-03-04  Alan Mackenzie  <acm@muc.de>
1818         Replace `last-command-event' by `last-command-char' in XEmacs.
1819         * progmodes/cc-defs.el (c-last-command-char): New macro.
1820         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1821         (c-semi&comma-no-newlines-before-nonblanks)
1822         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1823         in place of `last-command-event'.
1824         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1825         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1826         (c-electric-paren, c-electric-continued-statement): Use the new
1827         macro in place of `last-command-event'.
1829 2013-03-04  Glenn Morris  <rgm@gnu.org>
1831         * files.el (inhibit-local-variables-regexps):
1832         Add .diff and .patch.  (Bug#13862)
1834 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
1836         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1837         whether the "su" command is available on the device.
1839 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1841         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1842         (tramp-adb-handle-process-file): Remove superfluous setting.
1843         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1844         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1845         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1847 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1849         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1850         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
1851         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1852         Use dict-key rather than dict-name for the error message.
1854 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1856         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1857         when reverting (bug#13831).
1859 2013-03-01  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1861         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1862         Always expand affix-file before storing to protect against changed
1863         `default-directory'.
1864         (ispell-print-if-debug): Make sure message is printed at the end
1865         of the debug buffer.
1867 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1869         * net/tramp.el (tramp-obsolete-methods): New defconst.
1870         (tramp-warned-obsolete-methods): New defvar.
1871         (tramp-find-method): Check for obsolete methods.  Map them to a
1872         replacement method if appropriate.
1874         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1875         Remove methods.
1876         (top): Remove completion functions for "scp1", "scp2", "ssh1",
1877         "ssh2" and "plink1".
1879 2013-02-28  Dale Sedivec  <dale@codefu.org>
1881         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1882         Return valid syntax-table property value when converting
1883         quotes within text from string syntax to punctuation syntax (bug#13844).
1885 2013-02-28  Juri Linkov  <juri@jurta.org>
1887         * dired-aux.el (dired-diff): If file at point is a backup file,
1888         use its original as the default value, and reverse the order
1889         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
1891 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
1893         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
1894         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
1896 2013-02-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1898         Initial support for hunspell dictionaries auto-detection (Bug#13639)
1900         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1901         Ask hunspell about available and default dictionaries.
1902         (ispell-parse-hunspell-affix-file): Extract relevant info from
1903         hunspell affix file.
1904         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1905         `ispell-dictionary-alist' entry for given dictionary after info
1906         provided by `ispell-parse-hunspell-affix-file'.
1907         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1908         of parsed hunspell dicts and associated affix files.
1909         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1910         of parsed hunspell dicts and associated parameters.
1911         (ispell-set-spellchecker-params):
1912         Call `ispell-find-hunspell-dictionaries' if hunspell and not
1913         previously done.
1914         (ispell-start-process):
1915         Call `ispell-hunspell-fill-dictionary-entry' for current
1916         dictionary if it is not initialized.
1918 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1920         * imenu.el: Comment nitpicks.
1922 2013-02-28  Sam Steingold  <sds@gnu.org>
1924         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1925         See <http://stackoverflow.com/questions/14720205>.
1927 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1929         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1930         (net-utils-mode): Use it.
1931         (net-utils--revert-cmd): New var.
1932         (net-utils-run-simple): Set it, and remove bogus interactive spec.
1933         (traceroute): Use net-utils-run-simple.
1935 2013-02-28  Glenn Morris  <rgm@gnu.org>
1937         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1939 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1941         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1942         (doc-view-fallback-mode): Remove overlays here.
1943         (doc-view-toggle-display): Instead of here.  Don't throw away
1944         image-mode-winprops-alist.
1945         (doc-view-goto-page): Don't mess with hscroll.
1947 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1949         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1950         &optional (bug#13819).
1952 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
1954         * net/tramp-adb.el (tramp-adb-parse-device-names)
1955         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
1957 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
1959         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1960         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1961         defined.  POSIX environments fall back to the "C" locale then and
1962         emit a warning, which shall be suppressed.
1964 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1966         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1967         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1969 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1971         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1973 2013-02-25  Juri Linkov  <juri@jurta.org>
1975         * replace.el (read-regexp): Let-bind `default' to the first
1976         element of `defaults' if it's a list, otherwise it should be
1977         a string or nil.  Let-bind `suggestions' to `defaults' if it's
1978         a list, otherwise make a list with the string value.  Doc fix.
1979         (Bug#13805)
1981 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
1983         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1984         that match "\`\.#", to avoid compiling lock files, even if they
1985         are readable (as they are on MS-Windows).
1987 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1989         * files.el (basic-save-buffer): Remove redundant directory-creation.
1991 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
1993         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1994         Add option to force `pi' to remain symbolic.
1995         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1996         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1997         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1998         derivatives, when necessary.
2000 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
2002         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
2003         (ps-mode-octal-region): Use string-make-unibyte.
2005 2013-02-23  Glenn Morris  <rgm@gnu.org>
2007         * emulation/viper-cmd.el (viper-submit-report):
2008         * progmodes/ps-mode.el (ps-mode-maintainer-address):
2009         * progmodes/vera-mode.el (vera-mode-help-address):
2010         * textmodes/artist.el (artist-maintainer-address):
2011         * textmodes/reftex.el (reftex-report-bug):
2012         * vc/ediff-util.el (ediff-submit-report):
2013         Add bug-gnu-emacs to bug report address.
2015         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
2016         Remove bug report entries.
2017         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
2019         * emacs-lisp/bytecomp.el (byte-compile-level): New.
2020         (byte-compile-file, byte-compile-from-buffer):
2021         Use separate input/output buffers for each level of recursive
2022         byte-compile-file calls.  (Bug#13787)
2024 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
2026         * net/tramp.el (tramp-methods): Fix docstring.
2027         (tramp-ssh-controlmaster-options): Rename it from
2028         `tramp-ssh-controlmaster-template'.  Return a string.
2029         (tramp-default-method): Adapt check for
2030         `tramp-ssh-controlmaster-options'.
2032         * net/tramp-sh.el (tramp-methods):
2033         Replace `tramp-ssh-controlmaster-template' by "%c".
2034         (tramp-do-copy-or-rename-file-out-of-band)
2035         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
2036         that it is applied for the first hop only.
2038 2013-02-22  Juri Linkov  <juri@jurta.org>
2040         * isearch.el (isearch-lazy-highlight-new-loop):
2041         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
2042         to `isearch-other-end' if it is not nil.  (Bug#13402)
2044         * replace.el (replace-highlight): Let-bind `isearch-other-end'
2045         to `match-beg'.
2047         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2048         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
2049         and `isearch-error' to nil.
2051 2013-03-16  Fabián Ezequiel Gallina  <fgallina@cuca>
2053         * progmodes/python.el (python-info-current-defun):
2054         Enhance match-data cluttering prevention.
2056 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
2058         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
2060         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2061         Handle multibyte file names.
2063 2013-02-22  Glenn Morris  <rgm@gnu.org>
2065         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
2066         (sgml-transformation-function): Give it a :set function.
2067         (sgml-tag): Doc fix.
2069         * cmuscheme.el (scheme-buffer):
2070         * progmodes/inf-lisp.el (inferior-lisp-buffer):
2071         * progmodes/tcl.el (inferior-tcl-buffer):
2072         * textmodes/tex-mode.el (tex-command): Doc fixes.
2074         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
2076         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
2078 2013-02-21  Bastien Guerry  <bzg@gnu.org>
2080         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
2082 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
2084         * progmodes/python.el (python-info-current-defun):
2085         Enhance match-data cluttering prevention.
2087 2013-02-21  Glenn Morris  <rgm@gnu.org>
2089         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
2090         loaded while outline-regexp is let bound.  (Bug#9584)
2092 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
2094         * progmodes/python.el (python-info-current-defun): Fix failed
2095         defun name retrieval because of unwanted match-data cluttering.
2097 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
2099         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
2100         defconst.  Apply independent check for ControlPersist.
2102         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
2103         temporarily, via "env".
2105 2013-02-21  Glenn Morris  <rgm@gnu.org>
2107         * info.el (Info-enable-edit): Remove.
2108         (Info-edit): Disable it rather than using Info-enable.
2109         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
2110         (Info-cease-edit): Make editing of Info files obsolete.
2112         * informat.el (Info-tagify):
2113         Handle buffers not visiting files.  (Bug#13763)
2115 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
2117         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
2119 2013-02-21  Glenn Morris  <rgm@gnu.org>
2121         * files.el (basic-save-buffer): Move check for existing parent
2122         directory after hooks.  (Bug#13773)
2124 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2126         * simple.el (command-execute): Move from C.  Add obsolete check.
2127         (extended-command-history): Move from C.
2129 2013-02-20  Ulrich Müller  <ulm@gentoo.org>
2131         * jka-cmpr-hook.el (jka-compr-compression-info-list)
2132         (jka-compr-mode-alist-additions): Handle .txz suffix for
2133         XZ-compressed tar archives (bug#13770).
2135 2013-02-20  Bastien Guerry  <bzg@gnu.org>
2137         * outline.el (outline-regexp, outline-heading-end-regexp):
2138         Make variables, not options (bug#13731).
2140 2013-02-20  Glenn Morris  <rgm@gnu.org>
2142         * image.el (image-current-frame): Change from variable to function.
2143         (image-show-frame): Rename from image-nth-frame.  Update callers.
2144         * image-mode.el (image-multi-frame): New variable.
2145         (image-mode-map, image-mode, image-goto-frame):
2146         Use image-multi-frame rather than image-current-frame.
2147         (image-mode, image-goto-frame): Use image-current-frame as
2148         function rather than as variable.
2150         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
2151         * emacs-lisp/cl-macs.el (cl--make-type-test)
2152         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
2154 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
2156         * net/tramp-cache.el (tramp-get-hash-table): New defun.
2157         (tramp-get-file-property, tramp-set-file-property)
2158         (tramp-get-connection-property, tramp-set-connection-property): Use it.
2159         (tramp-flush-file-property, tramp-flush-directory-property):
2160         Rename argument to KEY.
2161         (tramp-flush-connection-property): Simplify a little bit.
2162         (tramp-connection-property-p): New defun.
2163         (top): Reapply saved values only if there isn't a corresponding
2164         entry in `tramp-connection-properties'.
2166 2013-02-19  Fabián Ezequiel Gallina  <fgallina@cuca>
2168         * progmodes/python.el (python-indent-context):
2169         Fix python-info-line-ends-backslash-p call.
2170         (python-info-line-ends-backslash-p)
2171         (python-info-beginning-of-backslash): Respect line-number argument.
2172         (python-info-current-line-comment-p):
2173         Fix behavior when not at beginning-of-line.
2174         (python-util-position): Remove function.
2175         (python-util-goto-line): New function.
2177 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
2179         * eshell/em-unix.el (eshell/su): Require tramp.
2180         (eshell/sudo): Require tramp.  Remove now unnecessary check.
2182         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
2183         `tramp-current-connection' in order to avoid an error when several
2184         commands are invoked in a short time in eshell and friends.
2186 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2188         Cleanup some of EIEIO's namespace.
2189         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
2190         Use it to define all the class-* and object-* field accessors (renamed
2191         to eieio--class-* and eieio--object-*).  Update all uses.
2192         (eieio--class-num-slots, eieio--object-num-slots): Rename from
2193         class-num-slots and object-num-slots.
2194         (eieio--check-type): New macro.
2195         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
2196         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
2197         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
2198         (object-assoc-list-safe): Use it.
2199         (eieio-defclass): Tighten regexp.
2200         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
2201         Remove unreachable code.
2202         (object-class-fast): Declare obsolete.
2203         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
2204         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
2205         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
2206         Rename from class-name, object-name, object-set-name-string,
2207         object-class, object-class-name, class-parents, class-children,
2208         class-precedence-list, class-parent; with obsolete alias.
2209         (class-of, class-direct-superclasses, class-direct-subclasses):
2210         Declare obsolete.
2211         (eieio-defmethod): Use `memq'; remove unreachable code.
2212         * emacs-lisp/eieio-base.el (eieio-persistent-read):
2213         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
2214         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
2216 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2218         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
2219         commentary.
2221 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
2223         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
2224         Use font-lock-keyword-face for macros and special forms (bug#8345).
2226 2013-02-17  Didier Verna  <didier@didierverna.net>
2228         * net/network-stream.el (network-stream-open-starttls):
2229         Check that response to the starttls-command is non-nil.  (Bug#13706)
2231 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2233         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
2234         Don't assume all identifier chars have syntax word.
2235         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2236         Remove bar-not-symbol.  Adjust callers.
2237         (lisp-mode-variables): Don't set a font-lock-syntax-table.
2239 2013-02-17  Leo Liu  <sdl.web@gmail.com>
2241         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
2243 2013-02-17  Glenn Morris  <rgm@gnu.org>
2245         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
2247         * image-mode.el (image-mode-map): Add image-dired menu entry.
2249         * image-dired.el (tumme): Make this alias obsolete.
2251 2013-02-16  Glenn Morris  <rgm@gnu.org>
2253         * image.el (image-animated-types): Remove.
2254         (image-multi-frame-p): Rename from image-animated-p, and generalize.
2255         (image-animated-p): Make obsolete alias.
2256         (image-animate, image-nth-frame, image-animate-timeout):
2257         Use image-multi-frame-p.
2258         (image-animate-timeout): If no delay, use image-default-frame-delay.
2259         * image-mode.el (image-mode, image-toggle-animation):
2260         Use image-multi-frame-p.  (Bug#763, bug#10739)
2261         (image-mode): Adjust startup message for a multi-frame image.
2263         * image-mode.el (image-mode-map): Give it a menu.
2265 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
2267         * net/tramp-cache.el (tramp-connection-properties): New customer
2268         option.
2269         (tramp-get-connection-property): Use it.
2271         * net/tramp-compat.el (top): Require 'trampver.
2273         * net/tramp-sh.el (tramp-remote-process-environment):
2274         Set tramp-autoload cookie.
2276 2013-02-16  Kevin Ryde  <user42@zip.com.au>
2278         * info-look.el (info-lookup-select-mode): If major-mode has no
2279         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2281 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
2283         * replace.el (read-regexp): Tighten the regexp that matches tag.
2284         When tag is retrieved with `find-tag-default', use regexp that
2285         matches tag at point.  Also update docstring (Bug#13687).
2287 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
2289         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2290         add watch for the file, not its parent directory, since w32notify
2291         sets up the watch for the directory internally.  (Bug#13725)
2293 2013-02-16  Glenn Morris  <rgm@gnu.org>
2295         * image.el (image-default-frame-delay): New variable.
2296         (image-animated-p): Use image-default-frame-delay.
2297         (image-minimum-frame-delay): New constant.
2298         (image-animate-timeout): Use image-minimum-frame-delay.
2300         * image.el (image-nth-frame): New, split from image-animate-timeout.
2301         (image-animate-timeout): Use image-nth-frame.
2302         * image-mode.el (image-goto-frame, image-next-frame)
2303         (image-previous-frame): New commands.
2304         (image-mode-map): Add new frame commands.
2306 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
2308         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2309         If col-desc already has help-echo, use it.  (Bug#13563)
2311 2013-02-16  Glenn Morris  <rgm@gnu.org>
2313         * image.el (image-current-frame): New variable.
2314         (image-animate-timeout): Set image-current-frame.
2315         * image-mode.el (image-mode): For animated images,
2316         display a frame counter via mode-line-process.
2318         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2320 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2322         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2324 2013-02-15  Alan Mackenzie  <acm@muc.de>
2326         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2327         global minor mode has been enabled, call the minor mode function
2328         for a new buffer once only, after the major mode hook, whilst
2329         allowing that hook explicitly to disable the minor mode.
2330         (MODE-disable-in-buffer): New (generated) function.
2331         (disable-MODE): New (generated) buffer local variable.
2333 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
2335         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2336         `iswitchb-next-match' and `iswitchb-prev-match' resply.
2337         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2338         `ido-next-match' and `ido-prev-match' resply.
2339         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2340         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2341         `icomplete-backward-completions' (Bug#13708).
2343 2013-02-15  Glenn Morris  <rgm@gnu.org>
2345         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2347 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2349         * net/goto-addr.el (goto-address-fontify): Add start and end args.
2350         (goto-address-fontify-region): Use them instead of narrowing, so
2351         syntax-ppss has access to the whole buffer.
2353 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
2355         * progmodes/python.el: Explain how to restore "cc-mode"-like
2356         forward-sexp movement in header documentation (Bug#13642).
2357         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2358         comments and strings (GH bug 114).
2360 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
2362         * progmodes/python.el (python-info-current-defun): Fix current
2363         defun detection (Bug#13618).
2365 2013-02-15  Chong Yidong  <cyd@gnu.org>
2367         * xml.el (xml-parse-string): Fix typo in handling of bad character
2368         references.
2370 2013-02-15  Glenn Morris  <rgm@gnu.org>
2372         * play/fortune.el (fortune-compile): Simplify and fix previous change.
2374 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
2376         * net/tramp.el (tramp-debug-message):
2377         Add `tramp-condition-case-unless-debug'.
2378         (tramp-debug-on-error): New defvar.
2379         (tramp-condition-case-unless-debug): New defun.
2380         (tramp-file-name-handler): Use it.
2382 2013-02-14  Juri Linkov  <juri@jurta.org>
2384         * info.el (Info-isearch-filter): Treat non-nil values of
2385         `search-invisible' including its default value `open'
2386         like the value `t' to match hidden text.  (Bug#13402)
2388 2013-02-14  Glenn Morris  <rgm@gnu.org>
2390         * help-fns.el (find-lisp-object-file-name): Give special treatment
2391         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
2393 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
2395         * net/quickurl.el (quickurl-save-urls):
2396         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
2398 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2400         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2401         depth for unfinished percent literal.  Not using it in the caller.
2402         (ruby-move-to-block): Jump over multiline literals of all types,
2403         ignoring code-looking contents inside them.
2404         (ruby-add-log-current-method): Improve performance at the expense
2405         of accuracy.  `ruby-block-contains-point' is relatively slow, so
2406         only use it for method and singleton class blocks.
2408 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
2410         Use ControlMaster where applicable.  (Bug#13677)
2412         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2413         replacing `tramp-detect-ssh-controlmaster'.
2414         (tramp-default-method): Use it.
2416         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2417         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2418         arguments.
2419         [scpc, rsyncc]: Remove methods.
2420         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2421         and "ssh2_old".
2422         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
2423         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2425 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2427         * emacs-lisp/package.el (package--initialized): Move before first use.
2429 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
2431         * icomplete.el (icomplete-hide-common-prefix): New user option.
2432         (icomplete-first-match): New face.
2433         (icomplete-completions): Correct handling of "complete but not
2434         unique" (Bug#12638).
2436 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
2438         * descr-text.el (describe-char): Display the script (bug#13698).
2440 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2442         * tmm.el: Use lexical-binding and current-active-maps.
2443         (tmm-menubar): Use map-keymap and pcase.
2444         (tmm--completion-table): New function.
2445         (tmm-prompt): Use it to fix the menu order.
2446         (tmm-get-keybind): Use current-active-maps.
2448 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
2450         Add dired-hide-details-mode.  (Bug#6799)
2452         * locate.el (locate-mode): Set parent mode property to dired-mode.
2454         * find-dired.el (find-dired): Call dired-insert-set-properties on
2455         initial information line.  Set process mark on end of buffer.
2456         (find-dired-sentinel):
2457         Call dired-insert-set-properties on summary.
2459         * dired.el (dired-hide-details-hide-symlink-targets)
2460         (dired-hide-details-hide-information-lines): New options.
2461         (dired-insert-directory):
2462         Set properties after final treatment of output.
2463         (dired-insert-set-properties):
2464         Set dired-hide-details-* properties.
2465         (dired-mode-map): Bind dired-hide-details-mode.
2466         (dired-mode): Set buffer-invisibility-spec to a list.
2467         (dired-next-line): Skip hidden lines.
2468         (dired-previous-line): Use dired-next-line.
2469         (dired-hide-details-mode): New minor mode.
2470         (dired-hide-details-update-invisibility-spec): New function.
2472 2013-02-13  Glenn Morris  <rgm@gnu.org>
2474         * play/yow.el: Move to obsolete/.  (Bug#9384)
2476 2013-02-13  Juri Linkov  <juri@jurta.org>
2478         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2479         to select `ediff-control-frame' and set input focus correctly on Xfce.
2480         (Bug#12218)
2482 2013-02-13  Juri Linkov  <juri@jurta.org>
2484         * image-mode.el (image-mode-map):
2485         * doc-view.el (doc-view-mode-map):
2486         * vc/ediff-util.el (ediff-setup-keymap):
2487         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2489 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2491         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2492         performance.  Instead of recalculating indentation fully for each
2493         line, sum up indentation depth based only on visited lines.
2494         (ruby-parse-partial): Increase the depth after "do" even when END
2495         is right after it.
2496         (ruby-parse-partial): When END is in the middle of a percent
2497         literal, increase the depth if the delimiter chars belong to the
2498         paren syntax class.
2500 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
2502         * play/fortune.el (fortune-compile): Also make the compiled file
2503         if it does not exist at all, not just if it is old.  (Bug#5338)
2505 2013-02-13  Glenn Morris  <rgm@gnu.org>
2507         * emacs-lisp/package.el (package-menu-execute): Doc fix.
2509 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
2511         * lisp/emacs-lisp/package.el (package-menu-execute):
2512         Add optional noquery argument.  (Bug#13625)
2514 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
2516         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2517         if DIR exists and PARENTS is non-nil.
2519 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
2521         * progmodes/js.el (js--multi-line-declaration-indentation):
2522         Silence byte-compiler warning.
2524 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
2526         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2528         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2529         only if it doesn't exist.
2531         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2532         Set process marker.
2534 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
2536         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2537         UserInstallation when calling soffice to work around LibreOffice
2538         bug 37531.
2540 2013-02-12  Glenn Morris  <rgm@gnu.org>
2542         * files.el (basic-save-buffer):
2543         Offer to create a non-existing directory.  (Bug#3016)
2545         * calc/calc-graph.el (calc-graph-show-dumb):
2546         * calendar/calendar.el (calendar-mode-map):
2547         * cus-edit.el (custom-mode-map):
2548         * ehelp.el (electric-help-map):
2549         * emulation/vip.el (vip-mode-map):
2550         * epa.el (epa-key-list-mode-map):
2551         * info.el (Info-mode-map):
2552         * mail/rmail.el (rmail-mode-map):
2553         * mail/rmailsum.el (rmail-summary-mode-map):
2554         * man.el (Man-mode-map):
2555         * net/newst-plainview.el (newsticker-mode-map):
2556         * progmodes/cpp.el (cpp-edit-mode-map):
2557         * progmodes/grep.el (grep-mode-map):
2558         * progmodes/idlw-help.el (idlwave-help-mode-map):
2559         * simple.el (special-mode-map):
2560         * startup.el (splash-screen-keymap):
2561         * view.el (view-mode-map):
2562         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2564 2013-02-11  Elias Pipping  <pipping@lavabit.com>
2566         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2567         (bug#13679).
2569 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2571         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2573 2013-02-11  Glenn Morris  <rgm@gnu.org>
2575         * vc/diff.el (diff-use-labels): New variable.
2576         (diff-no-select): Use --label rather than -L, and first
2577         check that it is supported.  (Bug#11067)
2579         * files.el (enable-dir-local-variables): New variable.
2580         (hack-dir-local-variables): Respect enable-dir-local-variables.
2581         * tutorial.el (help-with-tutorial):
2582         Ignore directory-local variables.  (Bug#11127)
2584         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2585         (vc-svn-global-switches): ... to here.  (Bug#13513)
2587 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
2589         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2590         Handle "foo (bar, default: xxx): " prompts.
2592 2013-02-10  Chong Yidong  <cyd@gnu.org>
2594         * files.el (basic-save-buffer-1): Do not set
2595         buffer-file-coding-system-explicit (Bug#4533).
2597         * mail/emacsbug.el (report-emacs-bug): Change binding of
2598         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2600 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
2602         * calc/calc.el (calc-allow-units-as-numbers): New variable.
2603         * calc/calc-units.el (calc-convert-units): Use new variable.
2605 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
2607         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2609         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2610         buffer-file-type.
2612         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2613         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2614         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2615         coding-system-for-write instead.
2617         * jka-compr.el (jka-compr-write-region): Don't bind
2618         buffer-file-type.
2620         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2621         buffer-file-type.
2623         * files.el (file-name-buffer-file-type-alist): Remove defvar.
2624         (insert-file-contents-literally): Remove reference to
2625         file-name-buffer-file-type-alist.
2627         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2628         make-obsolete.
2629         (find-buffer-file-type-match, find-buffer-file-type): Remove.
2630         (find-buffer-file-type-coding-system): Remove references to
2631         find-buffer-file-type-match, find-buffer-file-type, and
2632         buffer-file-type.
2633         Don't put find-buffer-file-type-coding-system into
2634         file-coding-system-alist.
2635         (find-file-binary, find-file-text): Bind coding-system-for-read
2636         instead of file-name-buffer-file-type-alist.
2638 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
2640         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2641         converter (Bug#13622).
2642         (doc-view-unoconv-program): Make obsolete alias.
2643         (doc-view-odf->pdf-converter-program): New variable.
2644         (doc-view-odf->pdf-converter-function): New variable.
2645         (doc-view-mode-p): Use it.
2646         (doc-view-odf->pdf-converter-unoconv):
2647         Rename from `doc-view-odf->pdf-converter-unoconv'.
2648         (doc-view-odf->pdf-converter-soffice): New function.
2649         (doc-view-convert-current-doc):
2650         Use `doc-view-odf->pdf-converter-function'.
2652 2013-02-09  Chong Yidong  <cyd@gnu.org>
2654         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2655         view-echo-area-messages (Bug#13340).
2657         * help.el (view-echo-area-messages): Use display-buffer.
2659         * dired-x.el (dired-do-run-mail): Prompt for confirmation
2660         (Bug#13561).
2662 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2664         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2665         Eval body right away, now that we do eager macroexpansion (bug#13605).
2667         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2668         (fundamental-mode): Use run-mode-hooks.
2670         * eshell/esh-proc.el (eshell/kill): Fix last change.
2671         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2673 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2675         * eshell/esh-proc.el (eshell/kill): Rewrite.
2677         * eshell/em-ls.el (show-almost-all): Declare.
2678         (eshell-do-ls): Add support for -A argument.
2680 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
2682         * icomplete.el (icomplete-forward-completions)
2683         (icomplete-backward-completions): Handle corner case (bug#13602).
2685 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
2687         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2688         be nil.  Handle this.  (Bug#13636)
2690 2013-02-07  Richard Stallman  <rms@gnu.org>
2692         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2693         `save-buffer-coding-system'.
2695 2013-02-07  Alan Mackenzie  <acm@muc.de>
2697         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
2698         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2699         (c-parse-state-get-strategy): Don't return 'BOD any more.
2700         (c-append-lower-brace-pair-to-state-cache):
2701         Extra parameter HERE instead of narrowing.
2702         Widen to top of buffer before searching backwards for a brace pair.
2703         (c-state-push-any-brace-pair): Add HERE parameter to function call.
2704         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2705         Narrow to parameter HERE, in place of being called narrowed.
2706         (c-remove-stale-state-cache): Extra parameter HERE in place of
2707         narrowing.  Check there's an open brace in the cache before
2708         searching for its match.
2709         (c-invalidate-state-cache-1): Add HERE parameter to function call.
2710         (c-parse-state-1): Don't narrow here for 'forward strategy,
2711         instead passing extra parameter HERE to several functions.
2712         Remove 'BOD strategy.
2714 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
2716         * emacs-lisp/package.el (describe-package-1): Tell what archive is
2717         used to install the package.
2719 2013-02-06  Glenn Morris  <rgm@gnu.org>
2721         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2722         if we can't get user input.  (Bug#6567)
2724         * startup.el (command-line): If simple.el is missing,
2725         test and warn about for some possible causes.
2727 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
2729         * cus-start.el (all): Add ns-use-native-fullscreen.
2731 2013-02-05  Glenn Morris  <rgm@gnu.org>
2733         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2735         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2736         Fix directory creation in fallback case.
2738 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2740         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2741         (vc-update-change-log): Use dolist.
2743 2013-02-04  Chong Yidong  <cyd@gnu.org>
2745         * thingatpt.el: Rewrite the URL detection routines, absorbing some
2746         code from ffap.el.
2747         (thing-at-point-beginning-of-url-regexp): New var.
2748         (thing-at-point-uri-schemes): Update list of URI schemes.
2749         (thing-at-point-url-regexp): Variable deleted.
2750         (thing-at-point-markedup-url-regexp): Disallow newlines.
2751         (thing-at-point-newsgroup-regexp)
2752         (thing-at-point-newsgroup-heads)
2753         (thing-at-point-default-mail-uri-scheme): New variables.
2754         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
2755         method to find the possible bounds of the URI at point.
2756         New optional argument to find ill-formed URIs.
2757         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
2758         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
2759         the scheme-adding heuristics from ffap-url-at-point.
2760         (thing-at-point--bounds-of-well-formed-url): New function.
2761         Do parens matching to decide whether to include parens in the URI
2762         (Bug#9153).
2764         * ffap.el: Require thingatpt.
2765         (ffap-url-at-point): Delegate URI detection to thing-at-point.
2766         All URI-valid characters are now recognized (Bug#5673).
2767         (ffap-string-at-point): Use use-region-p.
2768         (ffap-url-regexp): Extra character is handled by thing-at-point.
2769         (ffap-string-at-point-mode-alist): Allow parentheses.
2770         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2771         Convert to aliases; code moved to thingatpt.el.
2772         (ffap-gnus-hook): Use setq-local.
2774 2013-02-04  Glenn Morris  <rgm@gnu.org>
2776         * emacs-lisp/ert.el (ert--explain-format-atom):
2777         Don't try to print non-characters as characters.  (Bug#13543)
2779 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
2781         * net/tramp.el (tramp-debug-message): Extend function exclude list.
2782         (tramp-backtrace): New defun.
2783         (tramp-handle-insert-file-contents): Use `visit' when inserting
2784         the local copy.
2786         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2787         Use `remote-file-name-inhibit-cache'.
2789 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2791         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2792         (bug#13614).
2794         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2795         current-load-list (bug#13366).
2797 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
2799         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2800         Identify g++ template instantiation trace.  (Bug#12287)
2801         (compilation-mode-hook, compilation-start-hook)
2802         (compilation-window-height): Simplify docstrings.  (Bug#13379)
2804 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2806         * mouse.el (mouse-drag-track): Always deactivate the mark before
2807         running the final event's command since that command is in charge of
2808         activating the mark if needed (bug#13523).
2810 2013-02-02  Juri Linkov  <juri@jurta.org>
2812         * replace.el (perform-replace): Move let-bindings of isearch-*
2813         variables deeper to the loop that searches for the next match.
2814         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2815         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2816         (Bug#13579)
2818         * isearch.el (isearch-search-fun-default): Check for null
2819         first element of isearch-cmds as a precaution when it's used
2820         with inactive isearch.
2822 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
2824         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2825         error when buffer in question is narrowed so position 1 is out of
2826         visible part.
2828 2013-02-02  Glenn Morris  <rgm@gnu.org>
2830         * textmodes/remember.el (remember-clipboard): Doc fix.
2832 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2834         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2835         properties (bug#13179).
2837 2013-02-02  Juri Linkov  <juri@jurta.org>
2839         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2840         instead of hard-coded default face `match'.  (Bug#9438)
2842 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
2844         * vc/vc-arch.el (vc-arch-registered):
2845         * vc/vc-bzr.el (vc-bzr-registered):
2846         * vc/vc-cvs.el (vc-cvs-registered):
2847         * vc/vc-git.el (vc-git-registered):
2848         * vc/vc-hg.el (vc-hg-registered):
2849         * vc/vc-mtn.el (vc-mtn-registered):
2850         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2851         (Bug#13139)
2853         * info.el (Info-next-reference, Info-prev-reference): Add numeric
2854         prefix argument.  (Bug#11656)
2856 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2858         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2860 2013-02-01  Glenn Morris  <rgm@gnu.org>
2862         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2863         if the backend is known not to support it.
2865         * imenu.el (imenu-default-create-index-function):
2866         Tweak infinite loop test to check for forward motion as well as none.
2868 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
2870         * net/soap-client.el (soap-invoke): Encode the string for
2871         `url-request-data' as UTF-8.
2872         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2874 2013-02-01  Glenn Morris  <rgm@gnu.org>
2876         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2878         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2880 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
2882         * net/tramp.el (tramp-tramp-file-p): Comment check for
2883         `string-as-unibyte'.  The function does not exist on XEmacs, and
2884         likely we need another approach.
2886         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2887         `tramp-gw-*' variables are bound.
2889 2013-01-31  Glenn Morris  <rgm@gnu.org>
2891         * files.el (basic-save-buffer-2): Choose coding system for
2892         writing the file before backing it up, to reduce delay between
2893         backing up and writing the new version.  (Bug#13522)
2895 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
2897         * simple.el (cycle-spacing): New command.
2898         (just-one-space): Use it.
2900 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2902         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
2903         (opascal-newline-always-indents): Remove custom.
2904         (opascal-tab, opascal-newline): Remove commands.
2905         (opascal-new-comment-line): Insert "\n" instead of calling newline.
2906         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2907         (opascal-save-match-data): Remove, use save-match-data instead.
2908         (opascal-save-state): Use with-silent-modifications.
2910         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2911         (bug#13585).
2913 2013-01-30  Juri Linkov  <juri@jurta.org>
2915         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2916         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
2917         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2919 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2921         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2922         column if we're just deleting the backslashes.
2923         (makefile-fill-paragraph): Use eolp.
2925 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2927         * autorevert.el (auto-revert-use-notify): Fix docstring.
2929 2013-01-30  Leo Liu  <sdl.web@gmail.com>
2931         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2933 2013-01-30  Glenn Morris  <rgm@gnu.org>
2935         * mouse.el (mouse-drag-line): Avoid pushing same event onto
2936         unread-command-events twice in some cases.  This tries to implement
2937         the 2012-07-26 changes in a different way.  (Bug#13560)
2939 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
2941         * progmodes/python.el
2942         (python-pdbtrack-comint-output-filter-function): Enhancements on
2943         stacktrace detection.  (thanks @gnovak)
2945 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2947         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2948         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2949         Use defvar-local.
2950         (jit-lock-register): Use setq-local.
2952 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
2954         * calc-units.el (math-default-units-table): Remove initial value.
2955         (calc-convert-units): Treat expressions where all the units cancel as
2956         if they didn't have units.
2958 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2960         * net/tramp.el (tramp-process-connection-type): Fix docstring.
2961         (tramp-completion-reread-directory-timeout): Fix type.
2962         (tramp-connection-min-time-diff): New defcustom.
2964         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2966 2013-01-30  Glenn Morris  <rgm@gnu.org>
2968         * imenu.el (imenu-default-create-index-function):
2969         Put back a version of the infinite loop test removed 2013-01-23.
2971 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
2973         * progmodes/python.el (python-shell-parse-command):
2974         Find python-shell-interpreter with modified environment.
2976 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2978         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2980 2013-01-29  Alan Mackenzie  <acm@muc.de>
2982         Amend to fontify /regexp/s in actions correctly.
2983         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2984         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2985         are no longer included.
2986         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2987         What used to be these variables without "-line" in the name.
2988         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
2989         (c-awk-non-arith-op-bra-re): Now also matches {.
2990         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2991         "return", and "case".
2992         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2993         by /.
2994         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2995         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2997 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
2999         * autorevert.el (auto-revert-use-notify):
3000         Use `custom-initialize-default' for initialization.  (Bug#13583)
3002         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
3004         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3005         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
3006         in `tramp-file-name-handler'.
3007         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
3008         compatibility.
3009         (tramp-compute-multi-hops): Check, whether
3010         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
3012 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3014         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
3015         (bug#13297).
3017 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
3019         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
3020         checks made superfluous by the \_< operator.
3021         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
3022         temporarily) broken indentation.
3023         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3024         Highlight nested constants, too.  \_< broke that.
3026 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
3028         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
3029         instead of "\\b".
3031 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
3033         * autorevert.el (auto-revert-handler): Notifications which result
3034         from a saved file shall not be taken into account.  (Bug#13557)
3036 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
3038         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
3039         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
3040         (lisp-mode): Pass t for it.  (Bug#13556)
3042 2013-01-25  Alan Mackenzie  <acm@muc.de>
3044         AWK Mode: Fix indentation bug at top level.  Bug #12274.
3046         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
3047         just before CASE 5D.
3049 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
3051         * net/socks.el (socks-nslookup-host): Use string-to-number.
3053 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
3055         * autorevert.el (auto-revert-remote-files)
3056         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
3057         (auto-revert-notify-enabled, auto-revert-use-notify)
3058         (auto-revert-notify-watch-descriptor-hash-list)
3059         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
3060         (auto-revert-notify-event-descriptor)
3061         (auto-revert-notify-event-action)
3062         (auto-revert-notify-event-file-name): Doc fix.
3063         (global-auto-revert-mode): Reorder checks.
3064         (auto-revert-notify-rm-watch): Respect changed values of
3065         `auto-revert-notify-watch-descriptor-hash-list'.
3066         (auto-revert-notify-add-watch): Check for
3067         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
3068         `inotify-add-watch'.  Watch `default-directory' instead of
3069         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
3070         has a changed meaning now.  (Bug#13540)
3071         (auto-revert-notify-handler): Change implementation wrt events
3072         returning from a directory.
3073         (auto-revert-handler): Reorder implementation for checks of remote
3074         files.
3075         (auto-revert-buffers): Fix parentheses error.
3077 2013-01-25  Fabián Ezequiel Gallina  <fgallina@cuca>
3079         * progmodes/python.el: Enhancements to header documentation about
3080         skeletons.  (Bug#5716)
3082         * imenu.el (imenu-default-create-index-function): Remove useless
3083         infinite loop check.  (Bug#13438)
3085 2013-01-25  Alan Mackenzie  <acm@muc.de>
3087         Fix a bug in the state cache mechanism.  Refactor this a bit.
3089         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
3090         `cache-pos' element from the return value.
3091         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
3092         buffer to enable proper searching from beyond HERE.  Amend the
3093         test for detecting the sought brace pair.  Amend the value written
3094         to the "brace desert cache" when the brace isn't found.
3095         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
3096         and several other variables analogously.
3097         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
3098         parameter to a locally calculated variable.
3099         (c-parse-state-1): Change the calling conventions to the two
3100         defuns involving `cache-pos'.
3102 2013-01-25  Chong Yidong  <cyd@gnu.org>
3104         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
3106 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
3108         * paren.el (show-paren-function): Make sure to set 'priority and
3109         'face only if the overlay does exist.
3111 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
3113         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
3115         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
3116         basic attributes.
3117         (tramp-sh-handle-set-file-acl): Improve error checking.
3119 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
3121         * doc-view.el (doc-view-display): Force mode line update until all
3122         document is converted.  Suggested by Stefan Monnier (Bug#13164).
3124 2013-01-23  Bastien Guerry  <bzg@gnu.org>
3126         * paren.el (show-paren-function): Make sure an overlay exists
3127         before trying to delete it.  Also use `pos' as a position only
3128         when it is an integer.
3130 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
3132         * play/gametree.el (gametree-break-line-here): Use point-marker.
3134 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
3136         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3137         Mark descriptive parts with `display' property.
3139 2013-01-21  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3141         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
3142         New variable to map standard dict names to hunspell ones.
3143         (ispell-set-spellchecker-params): Make sure specific dict names
3144         are used for standard dicts with hunspell.
3146 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
3148         * textmodes/reftex-cite.el (reftex-format-citation): Add format
3149         chars for note (%N) and url (%U).
3150         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
3152 2013-01-21  Juri Linkov  <juri@jurta.org>
3154         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
3155         in addition to existing separate binding `meta f10' in `global-map'.
3156         (Bug#13484)
3158 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
3160         Improve XEmacs compatibility.
3162         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
3164         * net/tramp-adb.el (top): Require `time-date'.
3165         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
3166         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
3167         Use `tramp-file-name-handler'.
3168         (tramp-adb-maybe-open-connection):
3169         Use `tramp-compat-set-process-query-on-exit-flag'.
3171         * net/tramp-sh.el (tramp-sh-handle-file-acl):
3172         Use `tramp-compat-funcall'.
3174         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
3175         `tramp-compat-funcall'.
3177 2013-01-21  Jürgen Hötzel  <juergen@archlinux.org>
3179         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
3180         reimplementation using "adb shell command ..." instead of running
3181         remote shell interactively.
3183 2013-01-20  Glenn Morris  <rgm@gnu.org>
3185         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3186         Add native profiler menu entries.
3188         * profiler.el (profiler-running-p): New function.
3189         (profiler-cpu-profile): Use profiler-running-p.
3190         (profiler-report-mode-map): Add some more menu entries.
3192 2013-01-19  Glenn Morris  <rgm@gnu.org>
3194         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
3195         fixes 2012-12-07 change.  (Bug#13499)
3197 2013-01-19  Leo Liu  <sdl.web@gmail.com>
3199         * dired.el (dired-get-marked-files): Prune erroneous values due to
3200         last change.  (Bug#13152)
3202 2013-01-19  Glenn Morris  <rgm@gnu.org>
3204         * progmodes/etags.el (tags-table-check-computed-list):
3205         Preserve point in tags buffer.  (Bug#13412)
3207         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3209 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
3210             Chong Yidong  <cyd@gnu.org>
3212         * image-mode.el (image-next-file, image-previous-file):
3213         New commands (Bug#8453).
3214         (image-mode-map): Bind them to n and p.
3215         (image-mode--images-in-directory): New helper function.
3217 2013-01-19  Chong Yidong  <cyd@gnu.org>
3219         * image-mode.el (image-mode-fit-frame): Add a frame argument.
3220         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
3221         save and restore the old window configuration.
3223 2013-01-18  Leo Liu  <sdl.web@gmail.com>
3225         * progmodes/js.el: Tweak autoload cookie for alias.
3227 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
3229         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
3230         buffer local, again.  This was lost with the fix on 2013-01-12.
3232 2013-01-17  Jürgen Hötzel  <juergen@archlinux.org>
3234         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
3235         order to support several eshell buffers in parallel.
3237 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
3239         * autorevert.el (auto-revert-use-notify): In the :set function, do
3240         not modify `kill-buffer-hook'.
3241         (auto-revert-notify-rm-watch):
3242         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
3243         (auto-revert-notify-add-watch): Do not call
3244         `auto-revert-notify-rm-watch', but add it to a buffer local
3245         `kill-buffer-hook'.
3247 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3249         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
3250         call to `eval' rather than a backquoted lambda.
3252 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3254         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
3255         to return an explicit nil.
3256         (advice--remove-function): Change accordingly.
3258         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
3259         the use of nadvice.el.
3261         * progmodes/which-func.el (which-function): Silence imenu errors
3262         (bug#13433).
3264 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
3266         * progmodes/sql.el (sql-imenu-generic-expression):
3267         (sql-mode-font-lock-object-name): Match schema qualified names.
3268         (sql-connect): Use string keys.
3269         (sql-product-interactive): Wait for interpreter prompt.
3270         (sql-comint-oracle): Set process coding based on NLS_LANG.
3272 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
3274         * progmodes/sql.el (sql-output-to-send): Remove, unused.
3275         (sql-interactive-remove-continuation-prompt):
3276         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3278 2013-01-14  Leo Liu  <sdl.web@gmail.com>
3280         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3281         (Bug#13420)
3283 2013-01-14  Glenn Morris  <rgm@gnu.org>
3285         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3286         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
3288 2013-01-13  Fabián Ezequiel Gallina  <fgallina@cuca>
3290         * progmodes/python.el (python-nav-end-of-statement):
3291         Fix cornercase when handling multiline strings.
3293 2013-01-13  Richard Stallman  <rms@gnu.org>
3295         * mail/sendmail.el (mail-position-on-field): Add doc string.
3297         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3298         Get current message boundaries and pass them to
3299         message-forward-make-body-mime.  Minor style changes.
3301 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
3303         * cus-start.el (all): Avoid warnings about
3304         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3306 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
3308         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3310 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3312         * jit-lock.el (jit-lock-debug-mode): New minor mode.
3313         (jit-lock--debug-fontifying): New var.
3314         (jit-lock--debug-fontify): New function.
3315         * subr.el (condition-case-unless-debug): Don't prevent catching the
3316         error, just let the debbugger run.
3317         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3318         timer code and don't drop errors silently.
3320 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
3322         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3323         `permanent-local' property.
3324         (auto-revert-notify-handler): Use `file-equal-p'.
3326 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
3328         * autorevert.el (auto-revert-notify-handler): Fix filtering of
3329         file notification by ACTION. For filtering by file name, compare
3330         only the non-directory part of the file name.
3332 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3334         * autorevert.el: Use cl-lib instead of cl.
3336         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3337         (vc-bzr-checkin): Use it.
3338         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3339         will preserve match-data.
3341 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
3343         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
3344         (js--declaration-keyword-re): New var.
3345         (js--multi-line-declaration-indentation): New function.
3346         (js--proper-indentation): Use it.
3348 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3350         * calc/calc.el (calc-highlight-selections-with-faces)
3351          (calc-dispatch):
3352         * comint.el (comint-history-isearch-message):
3353         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
3354         * ffap.el (ffap-string-at-point-region, ffap-next)
3355         (ffap-string-at-point, ffap-string-around)
3356         (ffap-copy-string-as-kill, ffap-highlight-overlay)
3357         (ffap-literally):
3358         * font-lock.el (font-lock-keywords-alist)
3359         (font-lock-removed-keywords-alist):
3360         * help-mode.el (help-xref-symbol-regexp):
3361         * info.el (Info-find-emacs-command-nodes):
3362         * international/mule.el (add-to-coding-system-list):
3363         * isearch.el (isearch-message-function, isearch-fail-pos):
3364         * misearch.el (multi-isearch-next-buffer-function):
3365         * newcomment.el (comment-box):
3366         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3367         (pr-setting-database):
3368         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3369         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3370         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3371         (pike-font-lock-keywords-3):
3372         * progmodes/compile.el (compile):
3373         * progmodes/etags.el (tags-table-files)
3374         (tags-table-files-function, tags-included-tables-function):
3375         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3376         (gdb-restore-windows):
3377         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3378         (ps-n-up-filling-database):
3379         * server.el (server-buffer, server-log):
3380         * simple.el (newline, delete-backward-char, delete-forward-char)
3381         (minibuffer-history-isearch-message, kill-line, track-eol)
3382         (temporary-goal-column):
3383         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3384         (flyspell-default-deplacement-commands):
3385         * textmodes/ispell.el (ispell-accept-output):
3386         * textmodes/sgml-mode.el (html-tag-help):
3387         * vc/compare-w.el (compare-ignore-whitespace)
3388         (compare-ignore-case, compare-windows-dehighlight):
3389         * vc/diff.el (diff):
3390         * whitespace.el (whitespace-point)
3391         (whitespace-font-lock-refontify, whitespace-bob-marker)
3392         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3394 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
3396         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3397         (auto-revert-notify-rm-watch): Ignore errors.
3398         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
3399         inotify, and '(size last-write-time) for w32notify.
3400         Set buffer-local `auto-revert-use-notify' to nil when adding a file
3401         watch fails - this is a fallback to the file modification check.
3402         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3403         (auto-revert-notify-event-action)
3404         (auto-revert-notify-event-file-name): New defuns.
3405         (auto-revert-notify-handler): Use them.  Implement first
3406         plausibility checks.
3407         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3409 2013-01-11  Julien Danjou  <julien@danjou.info>
3411         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3412         max are almost equal. Also return the correct value for V which is
3413         already between 0 and 1.
3415 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3417         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3419 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
3421         * autorevert.el (auto-revert-notify-rm-watch)
3422         (auto-revert-notify-add-watch): Fix typos in w32notify function
3423         names.
3425 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
3427         * autorevert.el (auto-revert-notify-enabled): Move up.
3428         (auto-revert-use-notify): New defcustom.
3429         (auto-revert-mode, global-auto-revert-mode)
3430         (auto-revert-notify-add-watch, auto-revert-handler)
3431         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3432         `auto-revert-notify-enabled'.
3434 2013-01-10  Elias Pipping  <pipping@exherbo.org>
3436         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3437         * doc-view.el (doc-view-document->bitmap):
3438         Use doc-view-single-page-converter-function instead of
3439         single-page-converter arg; adjust callers.
3441 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
3443         * progmodes/which-func.el (which-function): Understand Semantic's use
3444         of overlays in imenu--index-alist.
3446 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
3448         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
3449         (Man-man-k-use-anchor): New var.
3450         (Man-parse-man-k): New function.
3451         (Man-completion-table): Use it.
3452         (man): Flush the completion cache between uses.
3454 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
3456         * autorevert.el: Add file watch support.
3457         (auto-revert-notify-enabled): New defconst.
3458         (auto-revert-notify-watch-descriptor-hash-list)
3459         (auto-revert-notify-watch-descriptor)
3460         (auto-revert-notify-modified-p): New defvars.
3461         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3462         (auto-revert-notify-handler): New defuns.
3463         (auto-revert-mode, global-auto-revert-mode): Remove file watches
3464         when mode is disabled.
3465         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3466         (auto-revert-buffers): Add file watches for active buffers.
3468 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
3470         * cus-start.el (toplevel): Only allow float values for
3471         scroll-up-aggressively and scroll-down-aggressively.
3472         Allow any number for line-spacing.
3474 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3476         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3477         (doc-view-pdf->png-converter-function): Use mupdf if available.
3478         (doc-view-djvu->png-converter-function)
3479         (doc-view-ps->png-converter-function): Remove.
3480         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3481         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3482         (doc-view-already-converted-p): Adjust accordingly.
3483         (doc-view-mode-p): Simplify.
3484         (doc-view-enlarge): Use setq-local.
3485         (doc-view-pdf->png-converter-ghostscript)
3486         (doc-view-djvu->png-converter-ddjvu)
3487         (doc-view-pdf->png-converter-mupdf): Rework to call
3488         doc-view-start-process directly.
3489         (doc-view-pdf/ps->png): Simplify accordingly.
3490         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3491         (doc-view-document->bitmap): Rename from doc-view-document->png.
3492         (doc-view-convert-current-doc): Merge pdf and djvu cases.
3493         (doc-view-set-slice-from-bounding-box): Fix completion table.
3494         (doc-view-mode): Use add-hook for after-revert-hook.
3496 2013-01-10  Glenn Morris  <rgm@gnu.org>
3498         * emacs-lisp/authors.el (authors-ignored-files)
3499         (authors-valid-file-names, authors-renamed-files-alist):
3500         Add some more entries.
3502 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3504         * image-mode.el (image-mode-winprops): Don't throw away the fallback
3505         `t' pseudo-window entry.
3507 2013-01-10  Alan Mackenzie  <acm@muc.de>
3509         Fix bugs in the c-parse-state mechanism.  Reuse some markers
3510         instead of continually generating new ones.
3512         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3513         (c-state-old-cpp-end-marker): New variables.
3514         (c-append-lower-brace-pair-to-state-cache): Start a backward
3515         search for "}" definitively outside CPP constructs.
3516         (c-remove-stale-state-cache): Inform the caller of a need to
3517         search back for a brace pair in certain circumstances.
3518         (c-state-maybe-marker): New macro.
3519         (c-parse-state): Reuse markers when appropriate.
3521 2013-01-10  Glenn Morris  <rgm@gnu.org>
3523         * simple.el (execute-extended-command): Doc fix.
3524         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
3526 2013-01-10  Chong Yidong  <cyd@gnu.org>
3528         * faces.el (read-face-name): Doc fix.
3530 2013-01-10  Roland Winkler  <winkler@gnu.org>
3532         * emacs-lisp/crm.el: Allow any regexp for separators.
3533         (crm-default-separator): All spaces around the default comma separator.
3534         (crm--completion-command): New macro.
3535         (crm-completion-help, crm-complete, crm-complete-word): Use it.
3536         (crm-complete-and-exit): Handle non-single-char separators.
3538 2013-01-09  Elias Pipping  <pipping@lavabit.com>
3540         * doc-view.el: Add support for DjVu (bug#13164).
3541         (doc-view-djvu->png-converter-function): New config var.
3542         (doc-view-single-page-converter-function, doc-view--image-type)
3543         (doc-view--image-file-extension): New vars.
3544         (doc-view-mode): Initialize them.
3545         (doc-view-goto-page): Use them.
3546         (doc-view-mode-p): Add support for ddjvu.
3547         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3548         (doc-view-set-up-single-converter): New funs.
3549         (doc-view-pdf/ps->png): Extend for djvu.
3550         (doc-view-document->png): Rename from doc-view-pdf->png.
3551         (doc-view-convert-current-doc): Handle djvu.
3552         (doc-view-insert-image, doc-view-display)
3553         (doc-view-already-converted-p): Don't hardcode png.
3554         (doc-view-set-doc-type): Recognize djvu docs.
3556 2013-01-09  Elias Pipping  <pipping@lavabit.com>
3558         * doc-view.el: Add support for mupdf converter (bug#13164).
3559         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3560         (doc-view-ps->png-converter-function): New config vars.
3561         (doc-view-pdf->png-converter-ghostscript)
3562         (doc-view-ps->png-converter-ghostscript)
3563         (doc-view-pdf->png-converter-mupdf): New functions.
3564         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3566 2013-01-09  Jürgen Hötzel  <juergen@archlinux.org>
3568         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3569         first in session cache: When `tramp-own-remote-path' is in
3570         `tramp-remote-path', the remote path is only set in the session
3571         cache.
3573 2013-01-09  Glenn Morris  <rgm@gnu.org>
3575         * emacs-lisp/trace.el (trace-function-foreground)
3576         (trace-function-background): Doc fix.
3578 2013-01-09  Juri Linkov  <juri@jurta.org>
3580         * international/mule-cmds.el (read-char-by-name): Move let-binding
3581         of completion-ignore-case around completing-read to fix regression
3582         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3583         `string-match-p' using the nil value of `case-fold-search' and
3584         `completion-ignore-case' in `completion-pcm--all-completions'.
3585         (Bug#12615).
3587 2013-01-09  Glenn Morris  <rgm@gnu.org>
3589         * progmodes/compile.el (compilation-parse-errors):
3590         Fix typo.  (Bug#13369)
3592 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
3594         * comint.el (comint-send-input): Check size of buffer before
3595         waiting for process output, in case already accepted.  (Bug#13290)
3597 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
3599         Spelling fixes.
3600         * net/tramp-adb.el (tramp-adb-get-toolbox):
3601         Fix misspelling of 'unknown'.
3603 2013-01-08  Juri Linkov  <juri@jurta.org>
3605         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3606         * progmodes/flymake.el (flymake-errline, flymake-warnline):
3607         Use underline style wave on terminals that support it.  (Bug#13000)
3609 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3611         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3612         the predicate returns nil.
3614         * simple.el: Use lexical-binding.
3615         (primitive-undo): Use pcase.
3616         (minibuffer-history-isearch-push-state): Use a closure.
3618 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3620         * simple.el (primitive-undo): Move from undo.c.
3622 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3624         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3625         (cvs-mode-remove-handled): Use it (bug#13380).
3627         * emacs-lisp/nadvice.el (advice--tweak): New function.
3628         (advice--remove-function, advice--subst-main): Use it.
3630         * emacs-lisp/advice.el: Update commentary.
3632 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
3634         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3635         Remove spurious entry.
3637 2013-01-08  Glenn Morris  <rgm@gnu.org>
3639         * net/tramp.el (tramp-default-host-alist): Add :version.
3641 2013-01-08  Juri Linkov  <juri@jurta.org>
3643         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3644         single completion.  (Bug#12456)
3645         (info--manual-names): Expand node completions into an explicit list
3646         before appending it to another list.  Filter out internal buffers
3647         with the leading space in the buffer name.  (Bug#10771)
3649 2013-01-08  Juri Linkov  <juri@jurta.org>
3651         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3652         that defaults to the Top node.
3653         (Info-goto-node, Info-read-node-name): Doc fix to mention that
3654         the short format (FILENAME) goes to the Top node.
3655         (Info-build-node-completions): Rename arg `file' to `filename'.
3656         (Bug#13365)
3658 2013-01-07  Bastien Guerry  <bzg@gnu.org>
3660         * menu-bar.el (menu-bar-search-documentation-menu):
3661         Use `apropos-user-option' and fix the help message.
3663 2013-01-07  Bastien Guerry  <bzg@gnu.org>
3665         * apropos.el (apropos-do-all): Update docstring.
3666         (apropos-user-option-button): New face.
3667         (apropos-user-option): Rename from `apropos-variable' and update
3668         docstring.
3669         (apropos-variable): Rewrite, now show all variables by default.
3670         (apropos-print): Mention "User option" instead of "Variable" when
3671         printing doc for user options.  (Bug#13276)
3673 2013-01-07  Jürgen Hötzel  <juergen@archlinux.org>
3675         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3676         Handle filename correctly, when parsing "source -> target" symlink
3677         output.
3678         (tramp-adb-handle-set-file-times): New defun.
3680 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3682         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3683         advice list when the interactive-spec of ad-Advice-* changes.
3685 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3687         * wid-edit.el (widget-default-get): Work for inlined elements.
3688         (Bug#12670)
3690 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
3692         * net/tramp.el (tramp-default-host-alist): New defcustom.
3693         (tramp-find-host): Use it.
3694         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
3695         `eshell-directory-change-hook'.
3697         * net/tramp-adb.el (top): Add adb specific entry in
3698         `tramp-default-host-alist'.
3699         (tramp-adb-file-name-host): Remove function.
3700         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3701         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3703         * net/tramp-sh.el: Move eshell integration code to tramp.el.
3705 2013-01-06  Jürgen Hötzel  <juergen@archlinux.org>
3707         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3709 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
3711         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3712         consist of more than one digit.
3713         (tramp-adb-file-name-handler-alist):
3714         Use `tramp-handle-file-exists-p' consistently.
3715         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3716         (tramp-adb-handle-file-exists-p): Remove function.
3717         (tramp-adb-file-name-host): New defun.
3718         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3719         Use it.
3720         (tramp-adb-maybe-open-connection): Set "remote-path" property.
3722 2013-01-06  Chong Yidong  <cyd@gnu.org>
3724         * vc/vc.el (vc-next-action): Detect buffer modifications
3725         conflicting with locking VCS operation (Bug#11490).
3727         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3729 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
3731         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3732         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3734 2013-01-05  Jürgen Hötzel  <juergen@archlinux.org>
3736         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3737         parsing of ls output using regular expression (handle filenames
3738         with spaces).  Use virtual device number.
3739         (tramp-do-parse-file-attributes-with-ls): New defun (Code
3740         cleanup).
3742 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3744         * epg.el: Silence byte-compiler warnings.
3745         (epg--start): Use delete-char instead of delete-backward-char.
3746         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3748 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3750         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3751         Suggested by Eli Zaretskii  <eliz@gnu.org>.
3753 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
3755         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3756         non-negative integers.  Otherwise, the default values are used.
3757         (tramp-convert-file-attributes): Convert uid and gid to integers.
3759 2013-01-04  Glenn Morris  <rgm@gnu.org>
3761         * term.el (term-handle-colors-array): Ensure face attributes
3762         are fully specified, not nil.  (Bug#13337)
3764         * term.el (term-default-fg-color, term-default-bg-color):
3765         Fix custom type.
3767         * progmodes/etags.el (tags-compression-info-list): Doc fix.
3768         (tag-find-file-of-tag-noselect): Check auto-compression-mode
3769         rather than 'jka-compr being loaded.  (Bug#13338)
3771 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
3773         * icomplete.el (icomplete-completions):
3774         Honor icomplete-prospects-height once more following
3775         2012-11-29 changes.  (Bug#13224)
3777 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3779         * subr.el (internal--called-interactively-p--get-frame): Find aliases
3780         of called-interactively-p as well (bug#13237).
3782         * view.el (view--enable, view--disable): Rename from view-mode-enable
3783         and view-mode-disable and assume it's called from view-mode.
3784         (view-mode-enable, view-mode-disable): Redefine as obsolete
3785         compatibility layer above view-mode.
3786         (view-mode-enter): Call `view-mode'.
3788         * files.el (after-find-file): Call `view-mode'.
3790         * doc-view.el (doc-view-scale-internally): New var.
3791         (doc-view-enlarge, doc-view-insert-image): Obey it.
3793 2013-01-03  Daiki Ueno  <ueno@gnu.org>
3795         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3796         exist.  (Bug#13344)
3798 2013-01-03  Glenn Morris  <rgm@gnu.org>
3800         * mail/rmail.el (rmail-set-header-1): Ignore case.
3801         Handle multi-line headers.  (Bug#13330)
3803         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3804         Handle paragraph starting at beginning of buffer.
3806         * subr.el (eval-after-load): Don't purecopy the form, so that it
3807         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
3809         * emacs-lisp/byte-run.el (defun): Place cl declarations
3810         after any interactive spec.  (Bug#13265)
3812 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3814         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3815         defun.  Don't check for DECL if DOCSTRING isn't a string.
3816         (defun): Likewise.
3818 2013-01-02  Glenn Morris  <rgm@gnu.org>
3820         * eshell/em-cmpl.el (eshell-pcomplete):
3821         More thoroughly imitate pcomplete.  (Bug#13293)
3823         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
3824         Return nil for empty path elements.  (Bug#13296)
3826 2013-01-02  Fabián Ezequiel Gallina  <fgallina@cuca>
3828         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3829         order to improve efficiency (Based on Daniel Colascione's
3830         <dancol@dancol.org> patch).  (Bug#13182)
3832 2013-01-02  Glenn Morris  <rgm@gnu.org>
3834         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3836 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3838         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3839         neither DOCSTRING nor DECL was given.  (Bug#13316)
3841 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
3843         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3844         `error' call.
3845         (tramp-do-copy-or-rename-file): Ignore errors when calling
3846         `set-file-extended-attributes'.
3848         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3849         Add handler for `file-acl'.
3850         (tramp-smb-handle-file-acl): New defun.
3852 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
3854         * calc/README: Mention ISO 8601 week-numbering dates.
3856 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
3858         * view.el (view-mode-enable): New argument run-view-mode-hook.
3859         Run view-mode-hook only when it's non-nil (Bug#13315).
3860         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3861         argument t.
3863 2012-12-31  Jürgen Hötzel  <juergen@archlinux.org>
3865         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3866         (No device connected, invalid device name). (Bug #13299)
3868 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
3870         * window.el (window-resizable--p): Rename to window-resizable-p.
3871         (window-resize-no-error): New function.
3873         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3874         broken in fix from 2012-12-28.
3876 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3878         * subr.el (special-form-p): Don't signal errors on undef aliases.
3880 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
3882         * calc/calc-forms.el (math-parse-date): Try using
3883         `math-parse-iso-date' when it looks like it might be needed.
3884         Allow times of 24:00.
3885         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3886         of 24:00.
3888 2012-12-30  Glenn Morris  <rgm@gnu.org>
3890         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3891         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
3892         (rmail-summary-displayed, rmail-summary): Declare.
3893         (mairix-rmail-display): Just require rmail.
3895 2012-12-30  Chong Yidong  <cyd@gnu.org>
3897         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3898         check for the tarball contents.
3900 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
3902         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3903         tarfile content listings (Bug#13136).
3905 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
3907         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3908         Insert the undecoded text of the message being forwarded.  (Bug#9521)
3910 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
3912         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3913         integers, if they are real numbers.  (Bug#13282)
3915         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3916         Return `t' on success.
3918         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3919         Add handler for `set-file-selinux-context'.
3921 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
3923         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3924         (tramp-sh-handle-set-file-acl): Return `t' on success.
3926 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
3928         * files.el (backup-buffer-copy, basic-save-buffer-2):
3929         If set-file-extended-attributes fails, fall back on set-file-modes
3930         instead of signaling an error.  (Bug#13298)
3931         (basic-save-buffer): Likewise.
3933 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
3935         * progmodes/python.el: Support other commands triggering
3936         python-indent-line so indentation cycling continues to work.
3937         (python-indent-trigger-commands): New defcustom.
3938         (python-indent-line): Use it.
3940 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
3942         * progmodes/python.el (python-shell-send-region): Add blank lines
3943         for non sent code so backtraces remain correct.
3945 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
3947         * progmodes/python.el: Remove cl dependency.
3948         (python-syntax-count-quotes): Replace incf call.
3949         (python-fill-string): Replace setf call.
3951 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
3953         * info.el (info-other-window): New arg, for consistency with info.
3955 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
3957         * mail/rmail.el (rmail-maybe-display-summary):
3958         Rewrite (Bug#13066).
3960 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
3962         * epg.el (epg--start): Modify process-environment locally.
3964 2012-12-28  Daiki Ueno  <ueno@gnu.org>
3966         * epg.el: Support pinentry-curses.
3967         Suggested by Werner Koch in
3968         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3969         (epg-agent-file, epg-agent-mtime): New variable.
3970         (epg--start): Record the modified time of gpg-agent socket file,
3971         to restore Emacs frame after pinentry-curses termination.
3972         (epg-wait-for-completion): Restore Emacs frame here.
3974 2012-12-27  Juri Linkov  <juri@jurta.org>
3976         * info.el (Info-file-completions): New variable.
3977         (Info-read-node-name-1): Complete node names in the Info file
3978         when a file name is given.  Call `Info-build-node-completions'
3979         with a file name.
3980         (Info-build-node-completions): Add new arg `file'.  When it is
3981         non-nil, visit it in a temporary buffer and cache its completions in
3982         `Info-current-file-completions'.  Move most of the function body to
3983         `Info-build-node-completions-1'.
3984         (Info-build-node-completions-1): New function with the body from
3985         `Info-build-node-completions'.  (Bug#12456)
3987 2012-12-27  Juri Linkov  <juri@jurta.org>
3989         * frame.el (frame-maximization-style): Remove user option.
3990         (cycle-frame-maximized): Remove function.
3991         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3992         (toggle-frame-fullscreen): New command bound to <f11> instead of
3993         `toggle-frame-maximized'.
3994         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3996 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
3998         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
4000         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4001         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4002         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4003         for `file-accessible-directory-p'.  (Bug#13275)
4005 2012-12-27  Sam Steingold  <sds@gnu.org>
4007         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
4008         continuations, see <http://stackoverflow.com/questions/3582436>.
4010 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
4012         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
4013         "module" and "def" to have indentation before them.
4014         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
4016         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
4018 2012-12-27  Alan Mackenzie  <acm@muc.de>
4020         Speed up fontification where there's large brace blocks.
4021         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
4022         to a call of c-beginning-of-decl-1.
4024 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
4026         * comint.el (comint-adjust-window-point): New function.
4027         (comint-postoutput-scroll-to-bottom):
4028         Call comint-adjust-window-point (Bug#13248).
4030 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
4032         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
4033         Rakefile regexp.
4034         (auto-mode-alist): Associate .gemspec files with ruby-mode
4035         (https://bugs.ruby-lang.org/issues/5453).
4037 2012-12-26  Jürgen Hötzel  <juergen@archlinux.org>
4039         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
4040         Suppress coloring, if possible (required for BusyBox based systems like
4041         CyanogenMod).
4042         (tramp-adb-handle-file-attributes)
4043         (tramp-adb-handle-insert-directory)
4044         (tramp-adb-handle-file-name-all-completions): Use it.
4045         (tramp-adb-get-toolbox): New defun.  Check for remote shell
4046         implementation (BusyBox or Toolbox).
4048 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
4050         * startup.el (initial-buffer-choice): Allow function as value
4051         (Bug#13251).
4052         (command-line-1): Handle case where initial-buffer-choice
4053         specifies a function.
4054         * server.el (server-execute): Handle case where
4055         initial-buffer-choice specifies a function.
4057 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
4059         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
4060         its own function.
4061         (smtpmail-try-auth-methods): Forget the user name/password if the
4062         login is unsuccessful (bug#12424).
4064 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
4066         * notifications.el (notifications-notify): Protect body with
4067         `with-demoted-errors'.
4069         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4070         Check properties of remote device.  Restart connection, if there is a
4071         change.
4073 2012-12-21  Chong Yidong  <cyd@gnu.org>
4075         * sort.el (sort-subr): Doc fix (Bug#13056).
4077 2012-12-21  Bastien Guerry  <bzg@gnu.org>
4079         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
4081 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
4083         * simple.el (process-file): Overwrite stderr file, if exists.
4085 2012-12-21  Daiki Ueno  <ueno@gnu.org>
4087         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
4088         (epg-error): Set `error-message' property.
4090 2012-12-21  Chong Yidong  <cyd@gnu.org>
4092         * international/mule-cmds.el (read-char-by-name): Signal an error
4093         if the user does not supply a valid character (Bug#13177).
4095         * simple.el (transpose-subr-1): Preserve marker positions by
4096         changing the insertion sequence (Bug#13122).
4098 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4100         * simple.el (kill-region): Deactivate mark even for empty regions
4101         (Bug#13169).
4103 2012-12-21  Chong Yidong  <cyd@gnu.org>
4105         * help-fns.el (describe-variable): Make sure we get the right
4106         buffer name (Bug#13105).  Suggested by Kelly Dean.
4108 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
4110         * comint.el (comint-redirect-previous-input-string): New variable.
4111         (comint-redirect-setup, comint-redirect-cleanup)
4112         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
4113         (comint-redirect-preoutput-filter): Fix verbose message.
4115 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
4117         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
4118         is too long for Tramp.  See discussion in
4119         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
4121         * progmodes/compile.el (compilation-start): Remove line escape
4122         template.
4124 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
4126         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
4127         Adjust comment.
4129 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
4131         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
4132         following non-comment text (bug#13207).
4133         (lm-header-multiline): Continuation lines need to be indented more than
4134         the first line.
4135         (lm-homepage): New function.
4136         (lm-with-file): Don't be confused if narrowing is in effect.
4138 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4140         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
4141         very beginning of a hunk (e.g. killing the first line).
4143 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
4145         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
4146         and text properties from returned ACL string.
4147         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
4148         for "setfacl" command.
4150 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
4152         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
4153         `tramp-cleanup-this-connection', when the process has died.
4154         (Bug#13151)
4156 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4158         * icomplete.el (icomplete-completions): Also use â€¦ to truncate prefix.
4160 2012-12-17  Kevin Ryde  <user42@zip.com.au>
4162         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
4164 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
4166         Add support for preserving ACL entries of files.
4168         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
4169         `set-file-acl' handlers.
4171         * net/tramp-adb.el (tramp-adb-handle-copy-file):
4172         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4174         * net/tramp-compat.el (tramp-compat-copy-file):
4175         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4177         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4178         Add `file-acl' and `set-file-acl' handlers.
4179         (tramp-gvfs-handle-copy-file):
4180         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4181         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
4182         New defuns.
4184         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4185         Add `file-acl' and `set-file-acl' handlers.
4186         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
4187         (tramp-sh-handle-set-file-acl): New defuns.
4188         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
4189         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4191         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4192         Add `file-acl' and `set-file-acl' handlers.
4193         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
4195 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4197         * help-macro.el (make-help-screen): Instead of switch-to-buffer
4198         use pop-to-buffer with NORECORD argument t.  As buffer name, use
4199         *Metahelp* with a leading space (Bug#13190).
4201 2012-12-16  Romain Francoise  <romain@orebokech.com>
4203         * files.el (file-extended-attributes)
4204         (set-file-extended-attributes): New functions.
4205         (backup-buffer): Use them to handle both SELinux context and ACL
4206         entries.
4207         (backup-buffer-copy): Work with an alist of extended attributes,
4208         rather than an SELinux context.
4209         (basic-save-buffer-2): Ditto.
4211 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
4213         * battery.el (battery-bsd-apm): New function.
4215 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
4217         * calc/calc.el (calc-standard-date-formats): Adjust one of the
4218         standard date formats.
4220 2012-12-15  Juri Linkov  <juri@jurta.org>
4222         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
4223         `isearch-insert-char-by-name'.
4224         (with-isearch-suspended): New defmacro with body mostly from
4225         `isearch-edit-string' except the part that sets
4226         `isearch-new-string' and `isearch-new-message'.
4227         (isearch-edit-string): Use new macro `with-isearch-suspended' with
4228         body that sets `isearch-new-string' and `isearch-new-message'.
4229         (isearch-insert-char-by-name): New command.
4230         * international/mule-cmds.el (read-char-by-name): Let-bind
4231         `enable-recursive-minibuffers' to t.
4232         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
4234 2012-12-15  Juri Linkov  <juri@jurta.org>
4236         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
4237         (Bug#13175)
4239 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
4241         * dired-x.el (dired-guess-shell-command): Put colon at the end of
4242         the prompt.  (Bug#13045)
4244 2012-12-14  Glenn Morris  <rgm@gnu.org>
4246         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
4247         Try to include filename in non-bytecomp warning.  (Bug#13132)
4249 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4251         Fix permissions bugs with setgid directories etc. (Bug#13125)
4252         * files.el (backup-buffer): Don't rely on 9th output of
4253         file-attributes, as it's now a placeholder.  Instead, use the new
4254         optional arg of file-ownership-preserved-p.
4255         (file-ownership-preserved-p): New optional arg GROUP.
4256         Fix mishandling of setuid directories that would cause this
4257         function to return t when it should have returned nil.
4258         Document what happens if the file does not exist, and when
4259         it's not known whether the ownership will be preserved.
4260         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
4261         Likewise.
4262         (tramp-get-local-gid): Use group-gid for integer, as that's
4263         faster and more reliable.
4265 2012-12-14  Julien Danjou  <julien@danjou.info>
4267         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
4268         Update keywords list, data type and PL/pgSQL.
4270 2012-12-14  Dave Abrahams  <dave@boostpro.com>
4272         * vc/ediff-util.el (ediff-buffer-type): New function.
4273         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
4274         rather than taking it as as argument.
4275         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
4277 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
4279         * json.el: Add pretty-print option (bug#12634).
4280         (json-encoding-separator, json-encoding-default-indentation)
4281         (json--encoding-current-indentation, json-encoding-pretty-print)
4282         (json-encoding-lisp-style-closings): New vars.
4283         (json--with-indentation): New macro.
4284         (json-encode-hash-table, json-encode-alist, json-encode-plist)
4285         (json-encode-array): Use it to obey json-encoding-pretty-print.
4286         (json-pretty-print-buffer, json-pretty-print): New commands.
4288 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
4290         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4291         Extract `ruby-syntax-propertize-expansions'.
4292         (ruby-syntax-propertize-expansions): Only change syntax on
4293         certain string delimiters, to punctuation.  This way the common
4294         functions like forward-word and thing-at-point still work.
4295         (ruby-match-expression-expansion): Improve readability.
4296         (ruby-block-contains-point): New function.
4297         (ruby-add-log-current-method): Handle several edge cases.
4299 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
4301         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4302         unload-feature finishes even when aborting an ongoing edebug session.
4303         Also, do not worry about edebug-mode, unload-feature takes care of it.
4305 2012-12-13  Andreas Schwab  <schwab@suse.de>
4307         * net/tls.el (tls-program): Update customize type.
4309 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
4311         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4312         (edebug-setup-hook, cl-read-load-hooks): Use it.
4313         (edebug-unload-function): New function.  (Bug#13163)
4315 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
4317         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4318         Otherwise, there could be errors in autoloading.  (Bug#13151)
4320 2012-12-13  Jürgen Hötzel  <juergen@archlinux.org>
4322         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4323         sequences.
4325 2012-12-13  Alan Mackenzie  <acm@muc.de>
4327         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
4328         * progmodes/cc-engine.el (c-backward-comments): Add code to work
4329         around `forward-comment' not recognizing ^M as whitespace.
4331 2012-12-13  Fabián Ezequiel Gallina  <fgallina@cuca>
4333         * progmodes/python.el (python-skeleton-class)
4334         (python-skeleton-def): Do not add space after defun name.
4336 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4338         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4339         (cl--symbol-function): Remove (now that funbound is like nil).
4341 2012-12-12  Glenn Morris  <rgm@gnu.org>
4343         * button.el (button--area-button-p): Fix typo.
4345 2012-12-12  Sam Steingold  <sds@gnu.org>
4347         * frame.el (frame-maximization-style): New user option.
4348         (toggle-frame-maximized): Toggle frame maximization according to
4349         `frame-maximization-style', bound to <f11>.
4350         (cycle-frame-maximized): Cycle between all maximization styles and
4351         non-maximized frame, bound to shift-<f11>.
4353 2012-12-12  David Cadé  <codename68@gmail.com>
4355         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4357 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
4359         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4360         (eieio-override-prin1): Don't quote kewords and booleans.
4361         (object-write) <eieio-default-superclass>: Don't put closing parens
4362         on new line, avoid needless empty lines, align values that are objects
4363         with the slot keyword (instead of beginning on the same line).
4364         (eieio-list-prin1): Align value with slot keyword; increase
4365         eieio-print-depth before printing members of the list.
4367 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4369         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4370         a display text-property.
4371         (report-emacs-bug-hook): Don't bother deleting it any more.
4373         * hilit-chg.el (highlight-save-buffer-state): Delete.
4374         Use with-silent-modifications instead.
4375         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4377         * button.el: Handle buttons in display text-properties.
4378         (button--area-button-p, button--area-button-string):
4379         Use (STRING . STRING-POS) representation instead of just STRING.
4381 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
4383         * makefile.w32-in (compile4-SH): Fix a typo that caused term
4384         subdirectory be skipped.
4386 2012-12-11  Glenn Morris  <rgm@gnu.org>
4388         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4390         * progmodes/f90.el (f90-line-continued, f90-indent-region):
4391         Treat preprocessor lines embedded in continuations like comments.
4392         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
4394 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
4396         * calc/calc.el (calc-standard-date-formats): Add more date
4397         formats.
4398         * calc/calc-forms.el (math-parse-iso-date): New function.
4399         (math-parse-date): Use `math-parse-iso-date' when appropriate.
4400         (math-parse-iso-date-validate): Add extra error checking.
4401         (calc-date-notation): Add ability to access new date formats.
4403 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4405         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4406         font-lock as well as when there's no text-property.
4408 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
4410         * hi-lock.el: Refine the choice of default face.
4411         (hi-lock-keyword->face): New function.  Use it wherever we used
4412         cadadadr instead.
4413         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4414         (hi-lock--last-face): Remove var.
4415         (hi-lock--unused-faces): New var to replace it.
4416         (hi-lock-read-face-name): Use/maintain it.
4417         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
4418         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4419         if it has another face.
4421 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
4423         * subr.el (w32notify-handle-event): New function.
4424         (inotify-handle-event): Doc fix.
4426 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4428         * subr.el (inotify-event-p, inotify-handle-event): New functions.
4430 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
4432         * simple.el (just-one-space): Doc fix.
4434 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
4436         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4438 2012-12-10  Le Wang  <l26wang@gmail.com>
4440         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4441         narrowed buffer (bug#12361).
4443 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
4445         * vc/vc-hooks.el (vc-state): Doc fix.
4447 2012-12-10  Glenn Morris  <rgm@gnu.org>
4449         * mail/rmail.el (rmail-maybe-display-summary):
4450         Preserve buffer, in case select-window changes it.  (Bug#13066)
4452 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4454         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4455         cl-load-hook where they belong.
4457 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4459         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4461 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
4463         Parallelize byte compilation on MS-Windows.
4464         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4465         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4466         (WINS_BASIC): Define as concatenation of the above.
4467         (compile): Subdivide into 4 separate and independent jobs that can
4468         be run in parallel.
4469         (compile0-CMD, compile0-SH): New targets for compiling
4470         COMPILE_FIRST files, which are prerequisites for the rest of the
4471         byte-compilation.
4472         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4473         New targets for parallel compilation with cmd.exe.
4474         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4475         compiling under a Unixy shell.
4477 2012-12-09  Chong Yidong  <cyd@gnu.org>
4479         * simple.el (set-mark-default-inactive): Delete this
4480         accidentally-introduced option.
4481         (set-mark-command, exchange-point-and-mark): Remove calls.
4483 2012-12-09  Glenn Morris  <rgm@gnu.org>
4485         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4486         Respect a defcustom's :set function, if appropriate.  (Bug#109)
4487         (eval-defun): Doc fix.
4489 2012-12-08  Juri Linkov  <juri@jurta.org>
4491         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4492         (Info-fontify-node, Info-bookmark-make-record): Remove the
4493         file extension from Info-current-file (Bug#13016).
4495 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4497         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4498         point, still provide some default.
4499         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4500         names, since we don't use it right now.  Actually return the list.
4501         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4503 2012-12-07  Chong Yidong  <cyd@gnu.org>
4505         * novice.el (disabled-command-function): Remove a spurious help
4506         xref (Bug#13043).  Suggested by Kelly Dean.
4508         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4509         syntax is specified (Bug#13025).
4511         * info.el (Info-set-mode-line): Remove the file extension from
4512         Info-current-file if there is one (Bug#13016).
4514 2012-12-07  Glenn Morris  <rgm@gnu.org>
4516         * mail/rmail.el (rmail-mime-decoded): New permanent local.
4517         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4518         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4519         and rmail-mime-decoded.  (Bug#9841)
4521         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
4522         (batch-unrmail, unrmail): Doc fixes.
4523         (unrmail): Respect unrmail-mbox-format.
4524         * mail/rmail.el (rmail-mbox-format): New option.
4525         (rmail-show-message-1): Respect rmail-mbox-format.
4527 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4529         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4531 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4533         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
4534         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4535         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4536         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4537         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4538         (cl-progv): Don't rely on dynamic scoping to find the body.
4539         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4540         (cl--proclaims-deferred): Rename from the "cl-" prefix.
4541         (cl-declaim): Use backquotes.
4542         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4543         Use "cl--" prefix for the object's tag.
4545         * ses.el: Use advice-add/remove.
4546         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4547         (copy-region-as-kill, yank): Use advice-add.
4548         (ses-unload-function): Use advice-remove.
4550 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
4552         * button.el: Make them work in header-lines (bug#12817).
4553         (button-map): Add bindings for header-line and mode-line use.
4554         (button-get, button-put, button-label): `button' may now be a string.
4555         (button-activate): Don't make it a defsubst.
4556         (button--area-button-p, button--area-button-string): New functions.
4557         (make-text-button): Fix the return value when `beg' was a string.
4558         (push-button): Handle the mode-line case.
4560 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4562         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4563         (sql-signum): Remove.  Use `cl-signum' instead.
4564         (sql-read-passwd): Remove; use read-passwd instread.
4565         (sql-get-login-ext): Use read-string.
4566         (sql-get-login): Use dolist and pcase.
4567         (sql--completion-table): Rename from sql-try-completion.
4568         Use complete-with-action.
4569         (sql-mode): Don't change abbrev-all-caps globally.
4570         (sql-connect): Don't rely on dynamic scoping for `new-name'.
4571         (sql-postgres-completion-object): Initialize vars in their `let'.
4572         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4573         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4574         (sql-comint-interbase): Use a single append, without setq.
4575         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4577         * hi-lock.el: Rework the default face and the serialize regexp code.
4578         (hi-lock--auto-select-face-defaults): Remove.
4579         (hi-lock-string-serialize-serial): Remove.
4580         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4581         make weak.
4582         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4583         equal string.
4584         (hi-lock-set-pattern): Adjust accordingly.
4585         (hi-lock--regexps-at-point): Simplify accordingly.
4586         (hi-lock--auto-select-face-defaults): Remove.
4587         (hi-lock--last-face): New var to replace it.
4588         (hi-lock-read-face-name): Rewrite (bug#11095).
4589         (hi-lock-unface-buffer): Arrange for the face to be the next default.
4591 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
4593         * net/tramp.el (tramp-replace-environment-variables):
4594         Hide compiler warning.
4595         (tramp-file-name-for-operation): Remove `executable-find',
4596         `start-process', `call-process' and `call-process-region'.
4598         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4600         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4601         compatibility.
4603         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4605 2012-12-06  Chong Yidong  <cyd@gnu.org>
4607         * ffap.el (ffap-replace-file-component): Fix typo.
4609 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4611         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4612         fix open-paren-like token test (bug#12785).
4614 2012-12-06  Glenn Morris  <rgm@gnu.org>
4616         * mail/rmailsum.el (rmail-new-summary): Tweak for
4617         rmail-maybe-display-summary changing buffer.  (Bug#13066)
4619 2012-12-06  Juri Linkov  <juri@jurta.org>
4621         * info.el (Info-fontify-node): Don't hide the last newline.
4622         (Bug#12272)
4624 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4626         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4627         so as to enable message-read-from-minibuffer to expand mail aliases.
4629 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4631         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4632         the `intangible' property.
4633         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4635 2012-12-05  Deniz Dogan  <deniz@dogan.se>
4637         * net/rcirc.el (rcirc-urls): Update documentation.
4638         (rcirc-condition-filter): New function.
4639         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4640         and exclude consecutive duplicate URLs (Bug#6082).
4642 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
4644         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4645         Check return code of copy command.
4647         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4648         Use group `tramp'.  Add version.
4650 2012-12-05  Chong Yidong  <cyd@gnu.org>
4652         * ffap.el (ffap-url-regexp): Don't require matching at front of
4653         string (Bug#4952).
4654         (ffap-url-p): If only a substring matches, return that.
4655         (ffap-url-at-point): Use the return value of ffap-url-p.
4656         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4657         (find-file-at-point, dired-at-point, dired-at-point-prompter)
4658         (ffap-guess-file-name-at-point): Likewise.
4659         (ffap-replace-file-component): Fix typo.
4661         * info.el (info-display-manual): Add existing Info buffers, whose
4662         files may not be in Info-directory-list, to the completion.
4663         (info--manual-names): New helper function.
4665 2012-12-05  Glenn Morris  <rgm@gnu.org>
4667         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4668         New functions, for detecting and resolving conflicts.  (Bug#10709)
4670 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
4672         * hi-lock.el (hi-lock-auto-select-face): New user variable.
4673         (hi-lock-auto-select-face-defaults): New buffer local variable.
4674         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4675         (hi-lock-unface-buffer): Prompt user with useful defaults.
4676         With prefix arg, unhighlight all hi-lock patterns in buffer.
4678 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4680         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4682 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
4684         * Makefile.in (TRAMP_SRC):
4685         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4687 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
4689         * net/tramp-adb.el: New package.
4691 2012-12-04  Chong Yidong  <cyd@gnu.org>
4693         * terminal.el: Move to obsolete/.
4695         * longlines.el: Move to obsolete/.
4697         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4698         Remove code referring to longlines mode.
4700 2012-12-03  Juri Linkov  <juri@jurta.org>
4702         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
4704 2012-12-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4706         * textmodes/ispell.el (ispell-init-process)
4707         (ispell-start-process, ispell-internal-change-dictionary):
4708         Make sure personal dictionary name is expanded after initial
4709         `default-directory' value. Use expanded strings for
4710         keep/restart checks and for value (Bug#13019).
4712 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
4714         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4716 2012-12-03  Leo Liu  <sdl.web@gmail.com>
4718         * files.el (dir-locals-read-from-file): Check file non-empty
4719         before reading.  (Bug#13038)
4721 2012-12-03  Glenn Morris  <rgm@gnu.org>
4723         * jka-cmpr-hook.el (jka-compr-get-compression-info):
4724         Remove any version extension before checking filename.  (Bug#13006)
4725         (jka-compr-compression-info-list): Belated :version bump.
4727 2012-12-03  Chong Yidong  <cyd@gnu.org>
4729         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4731         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4732         (buffer-menu): Doc fix (Bug#12294).
4734 2012-12-03  Roland Winkler  <winkler@gnu.org>
4736         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4737         of diary-show-all-entries in the diary buffer (Bug#12994).
4739 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
4741         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4742         "<STDIN>".  This is binary safe.
4744 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
4746         * calc/calc-forms.el (math-absolute-from-iso-dt)
4747         (math-date-to-iso-dt, math-parse-iso-date-validate)
4748         (math-iso-dt-to-date): New functions.
4749         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4750         (math-fd-isoweekday): New variables.
4751         (calc-date-notation, math-parse-standard-date, math-format-date)
4752         (math-format-date-part): Add support for more formatting codes.
4754 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4756         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4757         current buffer's file name when called interactively (Bug#12488).
4759 2012-12-02  Juri Linkov  <juri@jurta.org>
4761         * info.el (info-display-manual): Don't clobber an existing Info
4762         buffer (Bug#10770).  Add completion (Bug#10771).
4764 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
4766         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4767         before using it for comparison (Bug#5297).
4769 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
4771         * textmodes/css-mode.el (css-current-defun-name): New function.
4772         (css-mode): Use it.
4774         * textmodes/sgml-mode.el (html-current-defun-name): New function.
4775         (html-mode): Use it.
4777 2012-12-01  Chong Yidong  <cyd@gnu.org>
4779         Modularize add-log-current-defun (Bug#2224).
4780         Suggested by Jari Aalto.
4782         * vc/add-log.el (add-log-current-defun-function): Doc fix.
4783         (add-log-current-defun): Move mode-specific code to other files.
4784         (add-log-lisp-like-modes, add-log-c-like-modes)
4785         (add-log-tex-like-modes): Variables deleted.
4787         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4788         (lisp-mode-variables): Use it.
4790         * progmodes/cc-mode.el (c-common-init):
4791         * progmodes/cperl-mode.el (cperl-mode): Set a value for
4792         add-log-current-defun-function.
4794         * progmodes/m4-mode.el (m4-current-defun-name): New function.
4795         (m4-mode): Use it.
4797         * progmodes/perl-mode.el (perl-current-defun-name): New.
4798         (perl-mode): Use it.
4800         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4801         Use lisp-current-defun-name.
4803         * textmodes/tex-mode.el (tex-current-defun-name): New.
4804         (tex-common-initialization): Use it.
4806         * textmodes/texinfo.el (texinfo-current-defun-name): New.
4807         (texinfo-mode): Use it.
4809 2012-12-01  Chong Yidong  <cyd@gnu.org>
4811         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4812         * progmodes/autoconf.el (autoconf-mode):
4813         * progmodes/js.el (js-mode):
4814         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4815         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4816         * progmodes/perl-mode.el (perl-mode):
4817         * progmodes/sh-script.el (sh-mode, sh-set-shell):
4818         * textmodes/css-mode.el (css-mode):
4819         * textmodes/sgml-mode.el (html-mode, sgml-mode)
4820         (sgml-tags-invisible, sgml-guess-indent):
4821         * textmodes/tex-mode.el (tex-common-initialization)
4822         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4823         (doctex-mode, plain-tex-mode, latex-mode):
4824         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4826 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
4828         * vc/vc-hg.el (vc-hg-next-revision):
4829         Ensure use of default "tip" output format.  (Bug#6968)
4831 2012-12-01  Kim F. Storm  <storm@cua.dk>
4833         * startup.el (fancy-startup-tail): Add a clickable link
4834         (Bug#2176).
4836 2012-12-01  Chong Yidong  <cyd@gnu.org>
4838         * startup.el (fancy-startup-tail): Improve the message about
4839         auto-save files (Bug#2176).
4841         * files.el (recover-session): Improve the descriptive message, and
4842         use substitute-command-keys.
4844 2012-12-01  Glenn Morris  <rgm@gnu.org>
4846         * ido.el (ido-file-internal):
4847         Handle other-window, other-frame for dired.  (Bug#13036)
4849 2012-11-30  Glenn Morris  <rgm@gnu.org>
4851         * icomplete.el (icomplete-separator): Fix :version.
4853 2012-11-30  Chong Yidong  <cyd@gnu.org>
4855         * shell.el (shell): For C-u M-x shell, use an inactive shell
4856         buffer as the default (Bug#1975).
4857         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4858         (shell-mode): Use them to reapply ansi colorization if Shell mode
4859         is re-enabled.
4861 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
4863         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4865 2012-11-30  Samuel Bronson  <naesten@gmail.com>
4867         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4868         flag to xargs, for compatibility with BSD xargs (Bug#11703).
4870 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4872         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4873         by move-to-column (Bug#3234).
4875 2012-11-30  Chong Yidong  <cyd@gnu.org>
4877         * longlines.el (longlines-wrap-line, longlines-encode-region):
4878         Preserve text properties (Bug#1425).
4880 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4882         * vc/vc.el (vc-register): Allow registering a file which is
4883         already registered with a different backend (Bug#10589).
4885 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
4886             Stefan Monnier  <monnier@iro.umontreal.ca>
4888         * icomplete.el: Change separator; add ido-style commands.
4889         (icomplete-show-key-bindings): Remove custom var.
4890         (icomplete-get-keys): Remove function.
4891         (icomplete-forward-completions, icomplete-backward-completions):
4892         New commands.
4893         (icomplete-minibuffer-map): New var.
4894         (icomplete-minibuffer-setup): Use it.
4895         (icomplete-exhibit): Don't delay if the list of completions is known.
4896         (icomplete-separator): New custom.
4897         (icomplete-completions): Use it.
4898         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4899         (minibuffer-force-complete-and-exit): New command.
4900         (minibuffer--complete-and-exit): New function extracted from
4901         minibuffer-complete-and-exit.
4902         (minibuffer-complete-and-exit): Use it.
4904         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4905         error message when the file doesn't exist (bug#12974).
4907 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4909         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4911 2012-11-29  Glenn Morris  <rgm@gnu.org>
4913         * files.el (hack-dir-local-variables): Warn if try to set
4914         coding via dir-locals, since it doesn't work.  (Bug#7169)
4916         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
4917         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4918         Set buffer-local value of desktop-save-buffer.
4919         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4920         New functions.
4921         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4922         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4924         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
4925         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4926         Doc fix.
4927         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4928         Doc fixes.
4930 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
4932         * calc/calc-forms.el (calc-date-notation): Fix regexp
4933         used to find time codes.  Fix symbol for seconds.
4935 2012-11-27  Glenn Morris  <rgm@gnu.org>
4937         * emacs-lisp/derived.el (derived-mode-make-docstring):
4938         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
4940 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4942         * textmodes/table.el (table-insert): Don't use `symbol-name' on
4943         lexically scoped variables (bug#13005).
4945 2012-11-27  Glenn Morris  <rgm@gnu.org>
4947         * vc/vc-hooks.el (vc-mistrust-permissions):
4948         Default to t, to avoid data-loss.  (Bug#11490)
4950 2012-11-27  Fabián Ezequiel Gallina  <fgallina@cuca>
4952         * progmodes/python.el (python-indent-guess-indent-offset):
4953         If indentation is guessed make python-indent-offset buffer-local.
4955         Fix Imenu regression.
4956         * progmodes/python.el (python-nav-beginning-of-defun):
4957         Fix forward movement when statement(s) separates point from defun.
4958         (python-imenu-prev-index-position): New function.
4960 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4962         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
4964         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4965         Don't set buffer-file-type.  Return nil.  (Bug#12989)
4967 2012-11-27  Glenn Morris  <rgm@gnu.org>
4969         * hippie-exp.el (hippie-expand-try-functions-list):
4970         Re-autoload it.  (Bug#12982)
4972 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4974         * descr-text.el (describe-char-padded-string):
4975         Call internal-char-font only on GUI frames.  (Bug#11964)
4977 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
4979         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4980         and obsoletion message.
4982 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4984         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4985         the constructs to keep outside of the `cl-block' (bug#12977).
4987 2012-11-27  Chong Yidong  <cyd@gnu.org>
4989         * mouse.el (mouse-drag-line): Even if the line is not draggable,
4990         keep reading until we get the up-event anyway, in order to process
4991         the up-event for mouse-1-click-follows-link (Bug#12971).
4993 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4995         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4996         base function is not yet defined (bug#12965).
4997         (ad-activate-advised-definition): Use ad-compile-function.
4998         (ad-activate): Use cond.
5000 2012-11-25  Leo Liu  <sdl.web@gmail.com>
5002         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
5003         (Bug#12979)
5005 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5007         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
5008         reftex-section-info-function in order to be compatible with
5009         Texinfo integration.
5011         * textmodes/reftex.el (reftex-section-pre-regexp)
5012         (reftex-section-post-regexp, reftex-section-info-function):
5013         New variable.
5014         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
5015         reftex-section-post-regexp, and reftex-section-info-function in order
5016         to be compatible with Texinfo integration.
5018         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5019         use reftex-section-pre-regexp variable in order to be compatible with
5020         Texinfo integration.
5022 2012-11-25  Chong Yidong  <cyd@gnu.org>
5024         * faces.el: Make face-spec-set more analogous to setq.
5025         (face-spec-set): Change the third arg to specify whether this
5026         function is being called via defface, customize, or a third party.
5027         Set the appropriate symbol properties.  Clear the override spec if
5028         setting via Custom.  Initialize face if necessary.  (Bug#4988)
5029         (face-spec-recalc): Allow theme faces to completely replace the
5030         defface spec, in the same way as custom faces (Bug#8454).
5032         * cus-face.el (custom-declare-face): Move face initialization to
5033         face-spec-set.
5034         (custom-theme-set-faces): Don't initialize the face name here, as
5035         that is now done in face-spec-set.
5037         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
5038         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
5039         Simplify by using the new arg to face-spec-set.
5041         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
5042         reset face-override-spec too, and use custom-declare-face.
5044 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
5046         * term/ns-win.el (ns-initialize-window-system): Move creation of
5047         fontsets here (Bug#11964).
5049 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5051         * ses.el (ses-rename-cell): Correct bug on mode-line update after
5052         cell renaming.
5054 2012-11-24  Chong Yidong  <cyd@gnu.org>
5056         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
5057         obsolete.
5059         * custom.el (custom-theme-set-variables): Use a topological sort
5060         for ordering by custom dependencies (Bug#12952).
5061         (custom--sort-vars, custom--sort-vars-1): New functions.
5063 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5065         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
5066         lexical-binding (bug#12938).
5068 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
5070         * image-mode.el (image-transform-check-size): Use assertions only
5071         for images of type imagemagick.
5073         Otherwise no error, image-transform-fit-to-{width,height} is
5074         silently ignored, as before.  Doc fix.
5076 2012-11-24  Chong Yidong  <cyd@gnu.org>
5078         * faces.el (color-defined-p): Doc fix (Bug#12853).
5080 2012-11-24  Juri Linkov  <juri@jurta.org>
5082         * dired.el (dired-mark): Add optional arg `interactive'.
5083         Check for `use-region-p' if `interactive' is non-nil.
5084         (dired-unmark, dired-flag-file-deletion): Add optional arg
5085         `interactive'.  Call `dired-mark' with the arg `interactive'.
5086         (Bug#10624)
5088         * wdired.el: Revert 2012-10-17 change partly and replace it with
5089         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
5090         (wdired-finish-edit): Add marks for new file names to
5091         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
5092         after `revert-buffer'.
5093         (wdired-do-renames): Remove calls to `dired-remove-file',
5094         `dired-add-file', `dired-add-entry'.  (Bug#11795)
5096 2012-11-24  Alan Mackenzie  <acm@muc.de>
5098         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
5100         Fix bugs in the state cache.  Enhance a debugging mechanism.
5101         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
5102         "brace at column zero" strategy for C++.
5103         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
5104         (c-parse-state-point): New variable.
5105         (c-record-parse-state-state): Record old parse state with
5106         `copy-tree'.  Record previous value of point.
5107         (c-debug-parse-state-double-cons): New debugging function.
5108         (c-debug-parse-state): Call the above new function.
5109         (c-toggle-parse-state-debug): Output a confirmatory message.
5111         * progmodes/cc-mode.el (c-before-change, c-after-change):
5112         Call c-invalidate-state-cache from `c-before-change' instead of
5113         `c-after-change'.
5115 2012-11-23  Chong Yidong  <cyd@gnu.org>
5117         * find-cmd.el (find-constituents): Add executable, ipath,
5118         readable, samefile, writable, daystart, regextype (Bug#12856).
5120 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5122         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
5124 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5126         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
5127         definition.  This fixes a bootstrap failure.
5128         (calc-gregorian-switch): In menu, put dates before regions.
5129         This is easier to follow, lines up better in the menu, and lets us
5130         coalesce regions that switch at the same time.  Give country
5131         names, not "Vatican", as that's better for non-expert users.
5132         Use names that are stable between the date of switch and now, e.g.,
5133         Bohemia and Moravia (which existed then and now) and not
5134         Czechoslovakia (which didn't exist then and doesn't exist now).
5135         What is now the U.S. mostly did not switch at the same time as
5136         Britain, so omit the U.S.  Correct spelling of "Britain".
5137         Catholic Switzerland was too much of a mess, so omit it.
5139 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
5141         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
5142         after the variable is changed.
5144 2012-11-21  Daniel Colascione  <dancol@dancol.org>
5146         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
5147         in SQL declarations for font-lock.
5148         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
5150 2012-11-21  Glenn Morris  <rgm@gnu.org>
5152         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
5153         (face-italic-p): Add optional argument "inherit".
5155         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
5156         Remove -p suffix from names, for consistency with other set-face-*.
5157         (set-face-inverse-video): Fix interactive spec.
5158         * play/gamegrid.el (gamegrid-make-mono-tty-face):
5159         * textmodes/table.el (table--update-cell-face):
5160         Use set-face-inverse-video rather than now obsolete alias.
5162 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
5164         * simple.el (line-move): Don't call line-move-partial if
5165         scroll-conservatively is in effect.  (Bug#12927)
5167 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5169         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
5170         Fallback on completion-at-point rather than
5171         pcomplete-expand-and-complete, and only if pcomplete actually failed.
5172         (eshell-cmpl-initialize): Setup completion-at-point.
5174         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
5176         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
5178 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
5180         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
5181         are remote, check out-of-band property for both.
5183 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5185         * window.el (switch-to-buffer): Re-add the warning that was lost in the
5186         code rewrite.
5188 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
5190         More minor time fixes.
5191         * calendar/time-date.el: Commentary fix.
5192         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
5193         too much other code depends on (0 0) time stamps.
5194         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
5195         Add a couple of FIXME comments.
5197         Minor cleanup for times as lists of four integers.
5198         * files.el (dir-locals-directory-cache):
5199         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
5200         Doc fixes.
5201         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
5202         * ps-bdf.el (bdf-file-newer-than-time):
5203         Process four-integers time stamps, not two.  Doc fixes.
5205 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5207         * uniquify.el (uniquify-managed): Use defvar-local.
5208         (rename-buffer, create-file-buffer): Advise with advice-add.
5209         (uniquify-unload-function): Unadvise accordingly.
5211         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
5212         (trace-buffer): Don't purecopy.
5213         (trace-entry-message, trace-exit-message): Add `context' arg.
5214         (trace--timer): New var.
5215         (trace-make-advice): Adjust for use in nadvice.
5216         Add `context' argument.  Delay `display-buffer' via a timer.
5217         (trace-function-internal): Use advice-add.
5218         (trace--read-args): New function.
5219         (trace-function-foreground, trace-function-background): Use it.
5220         (trace-function): Rename to trace-function-foreground and redefine as
5221         an alias to that new name.
5222         (untrace-function, untrace-all): Adjust to the use of nadvice.
5224         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
5226         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
5228         * subr.el (called-interactively-p-functions): New var.
5229         (internal--called-interactively-p--get-frame): New macro.
5230         (called-interactively-p, interactive-p): Rewrite in Lisp.
5231         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
5232         (called-interactively-p-functions): Use it.
5233         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
5234         (called-interactively-p-functions): Use it.
5235         * allout.el (allout-called-interactively-p): Don't assume
5236         called-interactively-p is a subr.
5238 2012-11-20  Glenn Morris  <rgm@gnu.org>
5240         * profiler.el (profiler-report-mode-map): Add a menu.
5241         No need to bind `q' because we derive from special-mode.
5242         (profiler-report-find-entry): Handle calls from the menu-bar.
5244 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5246         * emacs-lisp/byte-run.el (defun-declarations-alist):
5247         Allow a compiler-macro to be a lambda expression.
5249         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
5250         eval-when-compile.
5251         (python-syntax-context): Add compiler-macro.
5252         (python-font-lock-keywords): Simplify with De Morgan.
5254         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
5256         * files.el (load-file): Require match in minibuffer selection, as was
5257         the case in Emacs-20 before we changed the spec to allow .elc files
5258         (bug#12935).
5260         * json.el: Don't require cl since we don't use it.
5261         * color.el: Don't require cl.
5262         (color-complement): `caddr' -> `nth 2'.
5264         * calendar/time-date.el (time-to-seconds): De-obsolete.
5266 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
5268         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
5269         year numbers.
5270         (math-date-to-julian-dt): Adjust the initial approximation for the
5271         year to deal with the new definition of the DATE.
5273 2012-11-19  Daniel Colascione  <dancol@dancol.org>
5275         * term/w32-win.el (cygwin-convert-path-from-windows):
5276         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5278 2012-11-18  Chong Yidong  <cyd@gnu.org>
5280         * filecache.el (file-cache--read-list): New function.
5281         (file-cache-add-directory-list, file-cache-add-file-list)
5282         (file-cache-delete-file-list, file-cache-delete-directory-list):
5283         Use it to read a list of files or directories (Bug#12846).
5284         (file-cache-add-file, file-cache-add-directory)
5285         (file-cache-delete-file-list, file-cache-delete-file-regexp)
5286         (file-cache-delete-directory): Print an message.
5288 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
5290         * calc/calc-forms.el (math-date-to-dt): Use integer date when
5291         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5293 2012-11-18  Glenn Morris  <rgm@gnu.org>
5295         * image.el (insert-image, insert-sliced-image): Doc fix.
5297 2012-11-18  Chong Yidong  <cyd@gnu.org>
5299         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5300         (Bug#12810).
5302 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
5304         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5305         response when the target file is in a subdirectory (Bug#12757).
5307 2012-11-18  Chong Yidong  <cyd@gnu.org>
5309         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5311 2012-11-18  Glenn Morris  <rgm@gnu.org>
5313         * emacs-lisp/cl-lib.el (face-underline-p):
5314         Use set-face-underline rather than the alias set-face-underline-p.
5316         * window.el (with-temp-buffer-window): Doc fix.
5317         * subr.el (with-output-to-temp-buffer):
5318         Add doc xref to with-temp-buffer-window.
5320 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
5322         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5323         * calc/calc.el (math-format-date-cache): Declare.
5325 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5327         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5328         It also uses January 1, 1 AD as its day number 1.
5329         * calc/calc-forms.el (math-julian-date-beginning)
5330         (math-julian-date-beginning-int): Implement this.
5332 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
5334         * descr-text.el (quail-find-key):
5335         * dired.el (desktop-file-name):
5336         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5337         * generic-x.el (comint-mode, comint-exec):
5338         * image-dired.el (widget-forward):
5339         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5340         (speedbar-change-expand-button-char)
5341         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5342         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5343         * printing.el (easy-menu-add-item, easy-menu-remove-item)
5344         (widget-field-action, widget-value-set):
5345         * speedbar.el (imenu--make-index-alist):
5346         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
5347         (ring-length, ring-insert):
5348         * vcursor.el (compare-windows-skip-whitespace):
5349         * woman.el (dired-get-filename):
5350         Declare functions.
5352         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
5354 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
5356         * calc/calc.el (calc-gregorian-switch): New variable.
5358         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5359         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5360         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5361         (math-leap-year-p): Add option to distinguish between Julian
5362         and Gregorian calendars.
5363         (math-day-number): Use `math-day-in-year' to do the computations.
5364         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5365         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5366         to do the computations.
5367         (math-date-to-dt): Use `math-date-to-julian-dt' and
5368         `math-date-to-gregorian-dt' to do the computations.
5369         (calcFunc-weekday, math-format-date-part): Use the new version of
5370         the DATE to determine the weekday.
5371         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5372         when necessary.
5374 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
5376         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5377         Cygwin; otherwise use 'file:'.  (Bug#12914)
5378         (cygwin-convert-path-from-windows): Declare, to avoid
5379         byte-compiler warnings.
5381 2012-11-17  Andreas Politz  <politza@fh-trier.de>
5383         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5384         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5385         prefix and negative numeric prefix args (Bug#12795).
5387 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
5389         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5390         Don't signal an error with a score that is too low to add to the
5391         list of top scores. (Bug#12779)
5393 2012-11-17  Chong Yidong  <cyd@gnu.org>
5395         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5397         * filecache.el (file-cache-add-file): Handle relative file name in
5398         the argument (Bug#12694).
5400 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
5402         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5404 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5406         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5408         * emacs-lisp/cl-lib.el: Set more meaningful version number.
5410 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
5412         * window.el (enlarge-window, shrink-window): Don't mention return
5413         value in doc-string (Bug#12896).
5414         (window--display-buffer): Don't resize frames - it won't work
5415         with all window managers and defeat pop-up-frame-alist.
5416         (display-buffer-alist): In doc-string explain that CONDITION can
5417         be a function and which arguments are passed to it (Bug#12854).
5418         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
5419         expressions (Bug#12854).
5420         (display-buffer): Pass ACTION argument to
5421         display-buffer-assq-regexp.
5423 2012-11-16  Glenn Morris  <rgm@gnu.org>
5425         * window.el (fit-frame-to-buffer-bottom-margin)
5426         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5428         * faces.el (face-underline-p): Use face-attribute-specified-or.
5430 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
5432         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5434 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5436         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5438 2012-11-16  Glenn Morris  <rgm@gnu.org>
5440         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
5441         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5443         * faces.el (face-underline-p): Doc fix.  Handle :underline being
5444         things other than `t' (a string, a list).
5445         (face-inverse-video-p): Doc fix.
5446         (set-face-underline): Rename it back from set-face-underline-p.
5447         Doc fix.  Allow interactive input of values other than t.
5448         (read-face-attribute): Apply formatting to :underline,
5449         since like :box and :stipple it can take list values.
5451         * term.el (ansi-term): Don't let C-x escape-char binding
5452         clobber the more standard C-c binding.  (Bug#12842)
5454         * subr.el (set-temporary-overlay-map): Doc fix.
5456 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
5458         * window.el (record-window-buffer)
5459         (display-buffer-record-window): When copying the markers to
5460         window-point preserve window-point-insertion-type. (Bug#12588)
5462 2012-11-16  Glenn Morris  <rgm@gnu.org>
5464         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5465         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5466         Use new names for hooks rather than obsolete aliases.
5468 2012-11-15  Daniel Colascione  <dancol@dancol.org>
5470         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5471         prefix instead of "file:" so that when FILE-NAME begins with "//",
5472         as it does when the target file is on a network share, url-handler
5473         isn't confused.
5475 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5477         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5478         a preactivated advice from an old advice.el; they're not compatible!
5480 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5482         * emacs-lisp/nadvice.el (advice--make-interactive-form):
5483         Fix string-spec case.
5485         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5487 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5489         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5490         (advice--buffer-local-function-sample): New var.
5491         (advice--set-buffer-local, advice--buffer-local): New functions.
5492         (add-function, remove-function): Use them.
5494 2012-11-15  Drew Adams  <drew.adams@oracle.com>
5496         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5498 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5500         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5501         potential binding of print-gensym to t, and prettify (back)quotes in
5502         case they appear in args's default values (bug#12884).
5504 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5506         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5507         (advice-eval-interactive-spec): New function.
5508         (advice--make-interactive-form): Support around advice (bug#12844).
5510 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
5512         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5513         more strict.  Add docstring.
5514         (ruby-expression-expansion-re): Extract from
5515         `ruby-match-expression-expansion'.
5516         (ruby-syntax-propertize-function): After everything else, search
5517         for expansions in string literals, mark their insides as
5518         whitespace syntax and save match data for font-lock.
5519         (ruby-font-lock-keywords): Use the 2nd group from expression
5520         expansion matches.
5521         (ruby-match-expression-expansion): Use the match data saved to the
5522         text property in ruby-syntax-propertize-function.
5524 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5526         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5527         (bug#12879).
5529 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5531         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5532         start/end keyword a bit harder.  Works with different values of N.
5533         Add more comments.
5534         (ruby-end-of-block): Update accordingly.
5536 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5538         * woman.el (woman-file-name): Don't mess with unread-command-events
5539         (bug#12861).
5541         * emacs-lisp/advice.el: Layer on top of nadvice.el.
5542         Remove out of date self-require hack.
5543         (ad-do-advised-functions): Use simple `dolist'.
5544         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5545         (ad-advice-definition): Redefine as functions.
5546         (ad-advice-classes): Move before first use.
5547         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5548         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5549         (ad--defalias-fset): Remove functions.
5550         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5551         (ad-get-orig-definition): Rewrite.
5552         (ad-make-advised-definition-docstring): Change base docstring.
5553         (ad-real-orig-definition): Rewrite.
5554         (ad-map-arglists): Change name of called function.
5555         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5556         (ad-make-advised-definition): Simplify.
5557         (ad-assemble-advised-definition): Tweak for new calling context.
5558         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5559         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
5560         function and call ad-activate if needed.
5561         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5562         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5563         (ad-compile-function): Compile ad-Advice-*.
5564         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5565         (ad-start-advice, ad-stop-advice): Remove.
5567 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5569         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5570         period before class method names, not after.  Remove handling of
5571         one impossible case.  Add comments.
5573 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5575         * emacs-lisp/advice.el: Remove support for freezing.
5576         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5577         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5578         Remove support for `freeze'.
5580         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5581         override the default.
5582         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5583         cl--dotimes/dolist.
5584         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5585         `cl' is loaded.
5587         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5588         from add-advice.
5589         (advice--strip-macro): New function.
5590         (advice--defalias-fset): Use them to handle macros.
5591         (advice-add): Use them.
5592         (advice-member-p): Correctly handle macros.
5594 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5596         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5597         Never font-lock the beginning of singleton class as heredoc.
5599 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5601         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5603 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
5605         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5606         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
5607         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5609 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
5611         Fix end-of-defun misbehavior.
5612         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5613         python-beginning-of-defun-function.  Handle nested defuns
5614         correctly.
5615         (python-nav-end-of-defun): Rename from
5616         python-end-of-defun-function.  Ensure forward movement.
5617         (python-info-current-defun): Reimplement to work as intended
5618         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
5619         parent defuns as soon as possible.
5621 2012-11-13  Glenn Morris  <rgm@gnu.org>
5623         * progmodes/flymake.el (flymake-error-bitmap)
5624         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5625         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5627 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5629         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5630         backward, always stop at indentation.  Reverts the change from
5631         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5633 2012-11-13  Glenn Morris  <rgm@gnu.org>
5635         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5636         Add ibuffer-filter-by-derived-mode.
5638         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5639         the same name shadowing each other.
5641         * window.el (with-temp-buffer-window): Doc tweak.
5643         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5645         * help.el (temp-buffer-max-height):
5646         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5647         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5649 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5651         * emacs-lisp/nadvice.el: New package.
5652         * subr.el (special-form-p): New function.
5653         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5654         (elp-all-instrumented-list): Remove var.
5655         (elp-not-profilable): Remove elp-wrapper.
5656         (elp-profilable-p): Use autoloadp and special-form-p.
5657         (elp--advice-name): New const.
5658         (elp-instrument-function): Use advice-add.
5659         (elp--instrumented-p): New predicate.
5660         (elp-restore-function): Use advice-remove.
5661         (elp-restore-all, elp-reset-all): Use mapatoms.
5662         (elp-set-master): Use elp--instrumented-p.
5663         (elp--make-wrapper): Rename from elp-wrapper, return a function
5664         suitable for advice-add.  Use cl-inf.
5665         (elp-results): Use mapatoms+elp--instrumented-p.
5666         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5667         (debug-function-list): Remove var.
5668         (debug): Rename arg, and then let-bind it explicitly inside.
5669         (debugger-setup-buffer): Rename arg.
5670         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5671         (debugger-frame-number): Adjust to new debug-on-entry setup.
5672         (debug--implement-debug-on-entry): Rename from
5673         implement-debug-on-entry, add argument.
5674         (debugger-special-form-p): Remove, use special-form-p instead.
5675         (debug-on-entry): Use advice-add.
5676         (debug--function-list): New function.
5677         (cancel-debug-on-entry): Use it, along with advice-remove.
5678         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5679         (debugger-list-functions): Use debug--function-list instead of
5680         debug-function-list.
5681         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5682         (ad-special-form-p): Remove, use special-form-p instead.
5683         (ad-set-advice-info): Use add-function and remove-function.
5684         (ad--defalias-fset): Adjust accordingly.
5686 2012-11-10  Glenn Morris  <rgm@gnu.org>
5688         * mail/emacsbug.el (report-emacs-bug-tracker-url)
5689         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5690         (report-emacs-bug-create-existing-bugs-buffer)
5691         (report-emacs-bug-parse-query-results)
5692         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
5694         * term.el (term-default-fg-color, term-default-bg-color):
5695         Make obsolete, rather than just saying "deprecated" in the doc.
5697         * term.el (term): Rename from `term-face'.
5698         (term-current-face, ansi-term-color-vector)
5699         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5700         Update all users.
5702 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
5704         * server.el (server-create-window-system-frame): Handle Nextstep
5705         specially (Bug#12780).
5707 2012-11-10  Glenn Morris  <rgm@gnu.org>
5709         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5710         Unautoload, and make obsolete.  (Bug#7449)
5712 2012-11-10  Chong Yidong  <cyd@gnu.org>
5714         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5715         rename from diff-remove-trailing-whitespace (Bug#12831).
5717 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5719         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5720         miscompilation of trace.el.
5722 2012-11-10  Glenn Morris  <rgm@gnu.org>
5724         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5726 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5728         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5729         (bug#12812).
5731 2012-11-10  Chong Yidong  <cyd@gnu.org>
5733         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5734         a defcustom with an appropriate :set function.
5735         (minibuffer-default--in-prompt-regexps): New function.
5737 2012-11-10  Glenn Morris  <rgm@gnu.org>
5739         * emacs-lisp/cl.el (define-setf-expander, defsetf)
5740         (define-modify-macro): Doc fixes.
5742         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5743         (gv-define-simple-setter): Update doc of `fix-return'.
5745 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5747         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5748         twice when `fix-return' is set (bug#12813).
5750         * emacs-lisp/cl.el (defsetf): Pass the third arg to
5751         gv-define-simple-setter (bug#12812).
5753         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5754         (bug#12756).
5756 2012-11-10  Glenn Morris  <rgm@gnu.org>
5758         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5760         * emacs-lisp/cl-extra.el (cl-prettyexpand):
5761         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5762         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5763         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5765         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5767 2012-11-10  Leo Liu  <sdl.web@gmail.com>
5769         * ido.el (ido-set-matches-1): Improve flex matching performance by
5770         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
5772 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5774         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5775         (ad--defalias-fset): New function.
5776         (ad-safe-fset): Remove.
5777         (ad-make-freeze-definition): Use cl-letf*.
5779 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5781         * subr.el (dolist): Don't bind VAR in RESULT.
5783         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
5784         (fset, documentation): Don't save real def since we don't advise.
5785         (ad-do-advised-functions): Remove problematic `result-form'.
5786         (ad-safe-fset): `ad-real-fset' => `fset'.
5787         (ad-read-advised-function): Don't assume that ad-do-advised-functions
5788         uses CL's dolist internally.
5789         (ad-arglist): Remove unused arg `name'.
5790         (ad-docstring, ad-make-advised-docstring):
5791         `ad-real-documentation' => `documentation'.
5792         (warning-suppress-types): Declare.
5793         (ad-set-arguments): Simple CSE.
5794         (ad-recover-normality): Sanity check.
5796         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5797         (funcall '(lambda ..) ..) into ((lambda ..) ..).
5799 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5801         * ses.el: symbol to coordinate mapping is made by symbol property
5802         `ses-cell'.  This means that the same mapping is done for all SES
5803         sheets.  That is good enough for cells with standard A1 names, but
5804         not for named cell.  So a hash map is added for the latter.
5805         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5806         (ses-sym-rowcol): Use hashmap for named cell.
5807         (ses-is-cell-sym-p): New defun.
5808         (ses-decode-cell-symbol): New defun.
5809         (ses-create-cell-variable): Add cell to hashmap when name is not
5810         A1-like.
5811         (ses-rename-cell): Check that cell new name is not already in
5812         spreadsheet with the use of ses-is-cell-sym-p
5813         (ses-rename-cell): Use hash map for named cells, but accept also
5814         renaming back to A1-like.
5816 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5818         * emacs-lisp/advice.el: Use new dynamic docstrings.
5819         (ad-make-advised-definition-docstring, ad-advised-definition-p):
5820         Use dynamic-docstring-function instead of ad-advice-info.
5821         (ad--make-advised-docstring): New function extracted from
5822         ad-make-advised-docstring.
5823         (ad-make-advised-docstring): Use it.
5824         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5825         from sql-help.
5826         (sql-help): Use it with dynamic-docstring-function.
5828         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5830 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5832         * files.el (hack-one-local-variable--obsolete): New function.
5833         (hack-one-local-variable): Use it for obsolete settings.
5835         * subr.el (locate-user-emacs-file): If both old and new name exist, use
5836         the new name.
5838         * progmodes/js.el (js--filling-paragraph): New var.
5839         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5840         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5841         less sneaky.
5843 2012-11-08  Julien Danjou  <julien@danjou.info>
5845         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5846         `auto-mode-alist' (Bug#12835).
5848 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5850         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5851         (perl--prettify-symbols-alist): New const.
5852         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5853         New functions.
5854         (perl-font-lock-keywords-2): Use them.
5855         (perl-electric-noindent-p): New function.
5856         (perl-mode): Use it to set up electric-indent-mode.
5857         (perl-electric-terminator, perl-indent-command): Mark obsolete.
5858         (perl-mode-map): Remove bindings for them.
5859         (perl-imenu-generic-expression, perl-outline-level):
5860         Match functions&packages in column>0.
5862         * env.el (env--substitute-vars-regexp): New const.
5863         (substitute-env-vars): Use it.  Add `only-defined' arg.
5864         * net/tramp.el (tramp-replace-environment-variables): Use it.
5866         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5867         Byte-compile *before* eval in eval-and-compile.
5868         (byte-compile-log-warning): Remove redundant inhibit-read-only.
5869         (byte-compile-file-form-autoload): Don't hide actual definition.
5870         (byte-compile-maybe-guarded): Accept `functionp' as well.
5872         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5874 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
5876         * notifications.el (notifications-get-server-information-method):
5877         New defconst.
5878         (notifications-get-capabilities): Fix docstring.
5879         (notifications-get-server-information): New defun.
5881 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5883         * textmodes/ispell.el (ispell-region): Standard re-indent for better
5884         readability.
5886         * textmodes/ispell.el: Experimental support for support debugging.
5887         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5888         buffer for ispell.
5889         (ispell-print-if-debug): New function to print stuff to
5890         `ispell-debug-buffer' if debugging is enabled.
5891         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5892         show some debugging info.
5893         (ispell-buffer-with-debug): New function that creates a debugging
5894         buffer and calls `ispell-buffer' with debugging enabled.
5896         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5897         comment in autoconf mode. (Bug#12768)
5899 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
5901         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5902         frame-first-window, frame-root-window, frame-selected-window,
5903         minibuffer-selected-window, minibuffer-window,
5904         window-absolute-pixel-edges, window-at, window-body-height,
5905         window-body-width, window-display-table, window-combination-limit,
5906         window-frame, window-fringes, window-inside-absolute-pixel-edges,
5907         window-inside-edges, window-inside-pixel-edges, window-left-child,
5908         window-left-column, window-margins, window-next-buffers,
5909         window-next-sibling, window-new-normal, window-new-total,
5910         window-normal-size, window-parameter, window-parameters, window-parent,
5911         window-pixel-edges, window-point, window-prev-buffers,
5912         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5913         window-start, window-text-height, window-top-child, window-top-line,
5914         window-total-height, window-total-width and window-use-time to the list
5915         of functions without side-effects.
5916         (toplevel): Add window-valid-p to the list of error-free functions
5917         without side-effects.
5919 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5921         * textmodes/ispell.el (ispell-program-name):
5922         Update spellchecker parameters when customized.
5924 2012-11-04  Glenn Morris  <rgm@gnu.org>
5926         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
5928 2012-11-04  Chong Yidong  <cyd@gnu.org>
5930         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5931         same-window-* variables.
5933 2012-11-04  Juri Linkov  <juri@jurta.org>
5935         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5936         (isearch-describe-key, isearch-describe-mode): Use a display
5937         action instead of binding same-window-* variables (Bug#10040).
5939 2012-11-03  Glenn Morris  <rgm@gnu.org>
5941         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5942         Rename handler properties back from cl-- to cl-.  (Bug#12788)
5944         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5946 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
5948         * term/pc-win.el: Don't load term/internal from here.
5950         * loadup.el: Load term/internal from here.
5952 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
5954         * progmodes/python.el (inferior-python-mode): Fix hang in
5955         jit-lock (Bug#12645).
5957 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
5959         * window.el (switch-to-visible-buffer)
5960         (switch-to-buffer-preserve-window-point): Fix doc-strings.
5962 2012-11-03  Glenn Morris  <rgm@gnu.org>
5964         * emacs-lisp/cl-lib.el (cl--random-time):
5965         Rename from cl-random-time.  (Bug#12773)
5966         (cl--gensym-counter, cl--random-state): Update callers.
5967         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5969 2012-11-03  Chong Yidong  <cyd@gnu.org>
5971         * cus-start.el: Make cursor-type customizable (Bug#11633).
5973 2012-11-02  Glenn Morris  <rgm@gnu.org>
5975         * filecache.el: No need to load find-lisp when compiling.
5976         (find-lisp-find-files): Autoload it.
5977         (file-cache-add-directory-recursively): Don't require find-lisp.
5979         * image.el (image-type-from-file-name): Trivial simplification.
5981         * emacs-lisp/bytecomp.el (byte-compile-eval):
5982         Decouple "noruntime" and "cl-functions" warnings.
5984 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
5986         * play/gomoku.el (gomoku-display-statistics): Update mode line
5987         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5989 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
5991         * window.el (quit-restore-window): If the window has been
5992         created on an existing frame and ended up as the sole window on
5993         that frame, do not delete it (Bug#12764).
5995 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5997         * progmodes/sh-script.el (sh--inside-noncommand-expression):
5998         Rename from sh--inside-arithmetic-expression, handle more cases
5999         (bug#11263).
6001         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
6002         (sh-font-lock-open-heredoc): Use it (bug#12770).
6004 2012-10-30  Glenn Morris  <rgm@gnu.org>
6006         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
6008         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
6010 2012-10-29  Chong Yidong  <cyd@gnu.org>
6012         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
6013         function key is stored in a keyboard macro (Bug#4894).
6015         * thingatpt.el (number-at-point): Apply a thing-at-point property.
6017 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6019         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
6020         header comments".
6021         (diff-unified->context, diff-context->unified)
6022         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
6024         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
6026         * files.el (find-alternate-file): Only ask one question (bug#12487).
6028 2012-10-29  Chong Yidong  <cyd@gnu.org>
6030         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
6031         Suggested by Dan Nicolaescu (Bug#6326).
6033         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
6035         * startup.el (fancy-about-screen): Don't message (Bug#12680).
6037         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
6039         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
6041         * face-remap.el (face-remap-add-relative): Handle the case where a
6042         face-remapping-alist entry is a cons cell (Bug#12762).
6044 2012-10-29  Kevin Ryde  <user42@zip.com.au>
6046         * woman.el (woman-parse-numeric-value): Handle picas correctly
6047         (Bug#12639).
6049 2012-10-29  Glenn Morris  <rgm@gnu.org>
6051         * emacs-lisp/cl.el (defsetf): Doc fix.
6053 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6055         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
6056         syntax to the matching opener, if any (bug#12547).
6057         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
6058         matching open as a "case-(".
6059         (sh-smie-rc-grammar): Add a corresponding rule for it.
6061 2012-10-28  Daniel Hackney  <dan@haxney.org>
6063         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
6064         "PKGNAME-autoloads.el" in case we created it.
6066 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6068         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
6069         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
6070         (completion--twq-all): Disable too-strict assertions.
6072         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
6074 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
6076         * profiler.el (profiler-report-make-entry-part): Fix help-echo
6077         text to match the real keybindings.
6079 2012-10-27  Juri Linkov  <juri@jurta.org>
6081         * wdired.el (wdired-keep-marker-rename): New defcustom.
6082         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
6083         (Bug#11795)
6085         * dired.el (dired-keep-marker-rename): Add reference to
6086         `wdired-keep-marker-rename' in the docstring.
6087         Add default character value ?R to display initially in
6088         Customization UI instead of ?@.
6090 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
6092         * window.el (display-buffer): In doc-string describe
6093         window-height and window-width alist entries.
6095         * time.el (display-time-world): Restore fit-window-to-buffer
6096         behavior.
6098 2012-10-27  Chong Yidong  <cyd@gnu.org>
6100         * subr.el (insert-buffer-substring-as-yank): Doc fix.
6102 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
6104         * minibuffer.el (completion-category-overrides): New completion
6105         category `bookmark' (bug#11131).
6107 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6109         * emacs-lisp/advice.el (ad-assemble-advised-definition):
6110         Silence bogus compiler warnings for ad-do-it.
6112         * bookmark.el (bookmark-completing-read): Set the completion category
6113         to `bookmark' (bug#11131).
6115 2012-10-26  Bastien  <bzg@altern.org>
6116             Stefan Monnier  <monnier@iro.umontreal.ca>
6118         * face-remap.el: Use lexical-binding.
6119         (text-scale-adjust): Improve docstring.  Use itself for the temporary
6120         overlay-map bindings, so as to repeat the "Use..." message each time.
6122 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6124         * emacs-lisp/macroexp.el (macroexp--expand-all):
6125         Obey byte-compile-warning-enabled-p (bug#12486).
6127         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
6128         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
6130 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
6132         * mouse.el (mouse-drag-line): Move last form into preceding when
6133         clause (Bug#12731).
6135         * help.el (resize-temp-buffer-window): Fix doc-string.
6137 2012-10-25  David Engster  <deng@randomsample.de>
6139         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
6140         Remove.  This feature is already integrated in imenu.
6142         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
6143         always loaded.  Require `speedbar' unconditionally.
6145 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6147         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
6149         * minibuffer.el (minibuffer-force-complete): Fix thinko.
6151         * net/ldap.el (ldap-search-internal): The official ldif format starts
6152         with a "version: 1" header (bug#12724).
6154         * emacs-lisp/package.el (package-installed-p): Warn if not ready
6155         (bug#12721).
6157 2012-10-25  Glenn Morris  <rgm@gnu.org>
6159         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
6161 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6163         * minibuffer.el (minibuffer-force-complete): Use one more marker
6164         for the temporary-overlay-map command (bug#12619).
6166 2012-10-24  Chong Yidong  <cyd@gnu.org>
6168         * time.el (display-time-world-mode): Derive from special-mode.
6169         (display-time-world): Use display-buffer (Bug#12708).
6170         (display-time-world-mode-map): Variable deleted.
6171         (display-time-world-display): Wrap the final delete-char inside
6172         inhibit-read-only.
6174 2012-10-24  Chong Yidong  <cyd@gnu.org>
6176         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
6177         Doc fix.
6179         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
6181 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6183         * minibuffer.el (completion--all-sorted-completions-location): New var.
6184         (completion--cache-all-sorted-completions)
6185         (completion--flush-all-sorted-completions): Use it.
6186         (completion-in-region, completion-in-region--postch)
6187         (completion-at-point, completion-help-at-point): Use markers in
6188         completion-in-region--data (bug#12619).
6190 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6192         * progmodes/compile.el (compilation-start): Try to handle common
6193         quoting of `cd' argument (bug#12640).
6195         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
6196         (bug#12671).
6198 2012-10-23  Glenn Morris  <rgm@gnu.org>
6200         * progmodes/gud.el (gud-menu-map):
6201         Check gdb-active-process is bound.  (Bug#12358)
6203 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6205         * repeat.el (repeat): Set real-this-command (bug#12232).
6207         * htmlfontify.el (hfy-post-html-hook):
6208         * filesets.el (filesets-cache-fill-content-hook):
6209         * arc-mode.el (archive-extract-hook):
6210         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
6211         * net/rcirc.el (rcirc-sentinel-functions)
6212         (rcirc-receive-message-functions, rcirc-activity-functions)
6213         (rcirc-print-functions):
6214         * net/dbus.el (dbus-event-error-functions):
6215         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
6216         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
6217         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
6218         * term/sun.el (sun-raw-prefix-hooks):
6219         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
6221 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
6223         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6224         Set `tramp-chunksize' to 1.  This improves the performance.
6225         (tramp-smb-wait-for-output): Add timeout to
6226         `tramp-accept-process-output' calls.
6228 2012-10-23  Chong Yidong  <cyd@gnu.org>
6230         * faces.el (font-list-limit): Define as an obsolete variable.
6232         * startup.el (command-line):
6233         * cus-start.el: Don't refer to font-list-limit.
6235         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
6237 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6239         * subr.el (internal-temp-output-buffer-show): Rename from
6240         temp-output-buffer-show, since previously compiled files expect this name.
6242 2012-10-23  Glenn Morris  <rgm@gnu.org>
6244         * image.el (image-type-from-file-name): If multiple types match,
6245         return the first one that is supported.  (Bug#9045)
6247 2012-10-22  Glenn Morris  <rgm@gnu.org>
6249         * image.el (imagemagick-enabled-types): Doc fix.
6251 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
6253         * progmodes/which-func.el (which-func-current): The hash-table may have
6254         an explicit nil (bug#12338).
6256 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6258         * electric.el (electric-pair-delete-selection-self-insert-function):
6259         Rename to electric-pair-will-use-region, return a boolean.
6260         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
6262         * delsel.el (delete-selection-helper): Use a function instead of a hook.
6263         (delete-selection-pre-hook): Use use-region-p.
6264         (delete-selection-self-insert-function): Remove.
6265         (self-insert-command): Obey self-insert-uses-region-functions.
6266         (self-insert-iso): Revert to previous setting, since we don't actually
6267         know what that command does.
6268         (delete-selection-self-insert-hooks): Remove.
6270 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
6272         * delsel.el (delete-selection-helper): New function, extracted from
6273         delete-selection-pre-hook.
6274         (delete-selection-pre-hook): Use it.
6275         (delete-selection-self-insert-function): New function.
6276         (delete-selection-self-insert-hooks): New hook.
6277         (self-insert-command, self-insert-iso): Use it.
6278         * electric.el (electric-pair-syntax): New function, extracted from
6279         electric-pair-post-self-insert-function.
6280         (electric-pair-post-self-insert-function): Use it.
6281         (electric-pair-delete-selection-self-insert-function): New function.
6282         (electric-pair-mode): Require delsel and setup
6283         delete-selection-self-insert-hooks (bug#11520).
6285 2012-10-20  Chong Yidong  <cyd@gnu.org>
6287         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6288         no changes to show (Bug#12586).
6290         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6291         list explicitly (Bug#12571).
6293 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
6295         * progmodes/flymake.el (flymake-create-temp-inplace):
6296         Use file-truename.
6298 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
6300         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
6302 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
6304         * calc/calc-units.el (math-extract-units): Properly extract powers
6305         of units.
6307 2012-10-20  Daniel Colascione  <dancol@dancol.org>
6309         * frame.el (make-frame): Set x-display-name as we used to in order
6310         to unbreak creating an X11 frame from an Emacs daemon started
6311         without a display.
6313 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6315         * minibuffer.el (minibuffer-force-complete): Make the next completion use
6316         the same completion-field (bug#12221).
6318 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
6320         * emacs-lisp/debug.el (debug): Record height of debugger window
6321         also when debugger will be back (Bug#8789).
6323 2012-10-18  Chong Yidong  <cyd@gnu.org>
6325         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6326         Convert to defcustom.
6327         (gdb-get-source-file): Don't bind pop-up-windows.
6329         * progmodes/gud.el (gud-display-line): Don't specially re-use
6330         other frames for the gdb-mi case (Bug#12648).
6332 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6334         * emacs-lisp/advice.el: Clean up commentary a bit.
6335         (ad-do-advised-functions, ad-with-originals): Use `declare'.
6336         (byte-code-function-p): Never redefine.
6338         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6340 2012-10-18  Glenn Morris  <rgm@gnu.org>
6342         * dired.el (dired-sort-toggle): Some ls implementations only allow
6343         a single option string.  (Bug#12666)
6345         * minibuffer.el (completion-cycle-threshold): Doc fix.
6347 2012-10-17  Kenichi Handa  <handa@gnu.org>
6349         * international/mule.el (set-keyboard-coding-system):
6350         Recover input meta mode when the new coding system doesn not use 8-bit.
6351         Supply TERMINAL arg to set-input-meta-mode.
6353 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
6355         * wdired.el (wdired-old-marks): New variable.
6356         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6357         (wdired-do-renames): Move point with renamed file and don't lose
6358         mark status (Bug#11795).
6360 2012-10-16  Juri Linkov  <juri@jurta.org>
6362         * replace.el (query-replace-help): Mention multi-buffer replacement
6363         keys in the Help message.  (Bug#12655)
6365 2012-10-15  Chong Yidong  <cyd@gnu.org>
6367         * emacs-lisp/byte-run.el (defsubst): Doc fix.
6369 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
6371         * window.el (display-buffer): Doc fix.
6373         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6374         Adjust the msft regexp to the output of Studio 2010, and move msft
6375         before edg-1.  See the discussion on emacs-devel,
6376         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6377         for the details.
6379 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6381         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6382         (oset): Move uses of object-class-fast macro after its definition.
6384         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6386 2012-10-13  Chong Yidong  <cyd@gnu.org>
6388         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6389         enabled, re-enable it (Bug#11963).
6391 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
6393         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6394         non-nil, restore window configuration (Bug#12623).
6396 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6398         * help-fns.el (describe-variable, describe-function-1):
6399         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6401         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6403 2012-10-12  Glenn Morris  <rgm@gnu.org>
6405         * mail/rmailsum.el (rmail-header-summary):
6406         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
6408 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
6410         * progmodes/python.el (python-mode-map):
6411         Replace subtitute-key-definition with proper command remapping.
6412         (python-nav--up-list): Fix behavior for blocks on the same level.
6414 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6416         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6418         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6419         changes to the format of load-history.
6421         * international/mule-cmds.el (read-char-by-name): Move let-binding of
6422         completion-ignore-case in case that var is buffer-local (bug#12615).
6424 2012-10-11  Kenichi Handa  <handa@gnu.org>
6426         * international/eucjp-ms.el: Re-generated.
6428 2012-10-10  Kenichi Handa  <handa@gnu.org>
6430         * select.el (xselect--encode-string): If a coding is specified for
6431         selection, and that is compatible with COMPOUND_TEXT, use it.
6433 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
6435         * window.el (switch-to-buffer-preserve-window-point): New option.
6436         (switch-to-buffer):
6437         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6439 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6441         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6442         Don't document nil as a useful value (bug#12583).
6444 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
6446         * net/tramp.el (tramp-debug-message):
6447         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6448         (with-tramp-progress-reporter): Rename from
6449         `tramp-with-progress-reporter'.
6450         (with-tramp-file-property, with-tramp-connection-property):
6451         Move from tramp-cache.el, rename from `with-file-property' and
6452         `with-connection-property', respectively.
6454         * net/tramp-cache.el: Remove `with-file-property' and
6455         `with-connection-property'.
6457         * net/tramp.el:
6458         * net/tramp-gvfs.el:
6459         * net/tramp-sh.el:
6460         * net/tramp-smb.el: Adapt callees.
6462         * net/trampver.el: Update release number.
6464 2012-10-09  Glenn Morris  <rgm@gnu.org>
6466         * w32-fns.el (set-message-beep):
6467         * term/w32-win.el (set-message-beep): Update declarations.
6469 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6471         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6472         (mode-line-widen, mode-line-input-method-map)
6473         (mode-line-coding-system-map, mode-line-remote)
6474         (mode-line-unbury-buffer, mode-line-bury-buffer)
6475         (mode-line-next-buffer, mode-line-previous-buffer):
6476         Replace save-selected-window+select-window => with-selected-window.
6478         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6479         * progmodes/cc-vars.el (bq-process): Remove, unused.
6481         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6483 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
6485         Implemented `backward-up-list'-like navigation.
6486         * progmodes/python.el (python-nav-up-list)
6487         (python-nav-backward-up-list): New functions.
6488         (python-mode-map): Define substitute key for backward-up-list to
6489         python-nav-backward-up-list.
6491 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
6493         * progmodes/python.el (python-fill-paragraph): Rename from
6494         python-fill-paragraph-function.  Fixed fill-paragraph for
6495         decorators (Bug#12605).
6497 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
6499         * progmodes/python.el (python-shell-output-filter): Handle extra
6500         carriage return in OSX (Bug#12409).
6502 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
6504         Fix shell handling of unbalanced quotes and parens in output.
6505         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6506         (python-syntax-propertize-function): Use it.
6507         (python-shell-output-syntax-table): New var.
6508         (inferior-python-mode): Prevent unbalanced parens/quotes from
6509         previous output mess with current input context.
6511 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
6513         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6514         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6516 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
6518         * ffap.el (ffap-replace-file-component): Support Tramp file name
6519         syntax, not only ange-ftp's one.
6521 2012-10-08  Glenn Morris  <rgm@gnu.org>
6523         * cus-start.el (message-log-max): Set :version.
6525         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6527 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
6529         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6530         the minibuffer window (Bug#10851).
6532 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
6534         Enhancements on forward-sexp movement.
6535         * progmodes/python.el (python-nav-beginning-of-statement)
6536         (python-nav-end-of-statement): Return point-marker.
6537         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6538         (python-info-current-symbol)
6539         (python-info-statement-starts-block-p): Rename from
6540         python-info-beginning-of-block-p.
6541         (python-info-statement-ends-block-p): Rename from
6542         python-info-end-of-block-p.
6543         (python-info-beginning-of-statement-p)
6544         (python-info-end-of-statement-p)
6545         (python-info-beginning-of-block-p, python-info-end-of-block-p):
6546         New functions.
6548 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6550         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6551         frame-selected-windows.
6553 2012-10-08  Daniel Colascione  <dancol@dancol.org>
6555         * battery.el (battery-status-function): Check for
6556         w32-battery-status itself, not system-time windows-nt.
6558         * frame.el: Require cl-lib.
6559         (display-format-alist): New variable mapping frame types to
6560         functions that initialize them.
6561         (window-system-for-display): New function: interprets
6562         display-format-alist.
6563         (make-frame-on-display): Remove existing display-selection logic
6564         and just forward to make-frame, which will now DTRT.
6565         (make-frame): Restructure to use window-system-for-display to
6566         figure out how to create a frame on a given display.
6567         (display-mouse-p): Look for frame-type w32, not a particular
6568         system-type.
6570         * loadup.el: Load w32 lisp code when we have the w32 feature.
6572         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6573         system-type windows-nt.
6575         * server.el (server-create-window-system-frame): Look for window
6576         type.
6577         (server-proces-filter): Only force a window system when windows-nt
6578         _and_ w32.  Explain why.
6580         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6581         of window systems we configure for the mode.
6583         * startup.el (command-line): Mark window system is initialized
6584         after we've done it.
6586         * common-win.el (x-select-text): Look for w32, not windows-nt.
6588         * ns-win.el: Require cl-lib.  Add ourselves to
6589         display-format-alist.
6590         (ns-initialize-window-system): Assert we're not initialized twice.
6592         * w32-win.el: Enable lexical binding; require cl-lib; add
6593         ourselves to display-format-alist.
6594         (w32-handle-dropped-file): Convert incoming dropped files from
6595         Windows paths to Cygwin ones before passing them on to the rest of
6596         Emacs.
6597         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
6598         (w32-initialize-window-system): Assert we're not initialized twice.
6600         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6601         (x-initialize-window-system): Assert we're not initialized twice.
6603         * w32-common-fns.el: New File.
6604         (w32-version, w32-using-nt, w32-get-clipboard-data)
6605         (w32-set-clipboard-data, x-set-selection, x-get-selection)
6606         (w32-charset-info-alist, x-last-selected, text)
6607         (x-get-selection-value, x-selection-value): Move here.
6609         * w32-fns.el: Require w32-common-fns.
6610         (w32-version, w32-using-nt, w32-get-clipboard-data)
6611         (w32-set-clipboard-data, x-set-selection, x-get-selection)
6612         (w32-charset-info-alist, x-last-selected, text)
6613         (x-get-selection-value, x-selection-value): Move to
6614         w32-common-fns.
6616         * w32-vars.el:
6617         (w32-allow-system-shell, w32-system-shells): Define only in
6618         non-cygwin case.
6620 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6622         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6623         (read-passwd): Remove a few more potential sources of leaks.
6625 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
6627         * progmodes/python.el (inferior-python-mode)
6628         (python-shell-make-comint): Fix initialization of local
6629         variables copied from parent buffer.
6631 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
6633         * term/ns-win.el (ns-read-file-name): Update declaration to match
6634         nsfns.m.
6635         (ns-respond-to-change-font): Change fontsize separately so we are sure
6636         it is set when font is acted upon.
6638 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
6640         Enhancements to indentation.
6641         * progmodes/python.el (python-indent-context): Give priority to
6642         inside-string context.  Make comments indentation markers.
6643         (python-indent-region): Do not mess with strings, unless it's the
6644         enclosing set of quotes.
6646 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6648         * window.el (internal--before-save-selected-window)
6649         (internal--after-save-selected-window): New functions extracted from
6650         save-selected-window.  Make sure we return the `alist' we construct.
6651         (save-selected-window): Use them.
6653         * textmodes/tex-mode.el (tex-recenter-output-buffer):
6654         Use with-selected-window.
6656         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6657         forms that define macros (bug#12593).
6659 2012-10-07  Kenichi Handa  <handa@gnu.org>
6661         * international/mule-conf.el (compound-text-with-extensions):
6662         Add :mime-charset property as x-ctext.
6664 2012-10-07  Stefan Merten  <smerten@oekonux.de>
6666         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6667         (rst-indent-literal-normal, rst-indent-literal-minimized)
6668         (rst-indent-comment): Correct :version tag.
6669         (rst-official-cvs-rev): Correct version string.
6671 2012-10-07  Glenn Morris  <rgm@gnu.org>
6673         * mail/rmailmm.el (rmail-mime-process-multipart):
6674         Do not confuse a multipart message with an epilogue
6675         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
6677 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
6679         Fix shell output retrieval and comint-prompt-regexp init.
6680         * progmodes/python.el (inferior-python-mode):
6681         (python-shell-make-comint): Fix initialization of
6682         comint-prompt-regexp from copied file local variables.
6683         (python-shell-fetched-lines): Remove var.
6684         (python-shell-output-filter-in-progress): Rename from
6685         python-shell-fetch-lines-in-progress.
6686         (python-shell-output-filter-buffer): Rename from
6687         python-shell-fetch-lines-string.
6688         (python-shell-fetch-lines-filter): Delete function.
6689         (python-shell-output-filter): New function.
6690         (python-shell-send-string-no-output): Use them.
6692 2012-10-07  Glenn Morris  <rgm@gnu.org>
6694         * hi-lock.el (hi-lock-process-phrase):
6695         Try to make it less fragile.  (Bug#7161)
6697         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6699 2012-10-06  Glenn Morris  <rgm@gnu.org>
6701         * ehelp.el (electric-help-mode): Use help-mode rather than
6702         non-existent mode `help'.
6703         (electric-help-map): Use button-buffer-map.  (Bug#10917)
6705         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6706         (reftex-create-bibtex-footer): Fix custom types.
6708         * progmodes/sh-script.el (sh-indent-after-continuation):
6709         Add explicit :group.
6711         * textmodes/rst.el (rst-preferred-decorations)
6712         (rst-shift-basic-offset): Clarify obsolescence versions.
6714         * profiler.el (profiler): Add missing group :version tag.
6715         * avoid.el (mouse-avoidance-banish-position):
6716         * proced.el (proced-renice-command):
6717         * calc/calc.el (calc-ensure-consistent-units):
6718         * calendar/icalendar.el (icalendar-import-format-uid):
6719         * net/tramp.el (tramp-save-ad-hoc-proxies):
6720         * progmodes/bug-reference.el (bug-reference-bug-regexp):
6721         * progmodes/flymake.el (flymake-error-bitmap)
6722         (flymake-warning-bitmap, flymake-fringe-indicator-position):
6723         * progmodes/sh-script.el (sh-indent-after-continuation):
6724         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6725         (verilog-before-save-font-hook, verilog-after-save-font-hook):
6726         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6727         (vhdl-array-index-record-field-in-sensitivity-list)
6728         (vhdl-indent-comment-like-next-code-line):
6729         * textmodes/reftex-vars.el (reftex-ref-style-alist)
6730         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6731         (reftex-cite-key-separator, reftex-create-bibtex-header)
6732         (reftex-create-bibtex-footer):
6733         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6734         (rst-indent-literal-normal, rst-indent-literal-minimized)
6735         (rst-indent-comment): Add missing custom :version tags.
6737         * calendar/timeclock.el (timeclock-modeline-display):
6738         Add missing obsolete alias for renamed user option.
6740         * strokes.el (strokes-modeline-string):
6741         * emulation/crisp.el (crisp-mode-modeline-string):
6742         * eshell/esh-mode.el (eshell-status-in-modeline):
6743         Aliases to defcustoms must come before the defcustom.
6745         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6746         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6747         (cal-tex-cursor-week-monday): Doc fixes.
6748         (cal-tex-cursor-week2-summary): Doc fix.
6749         Rename from cal-tex-cursor-week-at-a-glance.
6751         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6752         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
6754         * calendar/calendar.el (calendar-mode-map):
6755         Add cal-tex-cursor-week2-summary.
6757 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6759         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6761         * subr.el (read-passwd-map): New var.
6762         (read-passwd): Use `read-string' again.
6763         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6765 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
6767         * register.el (append-to-register, prepend-to-register):
6768         Deactivate mark, as does `copy-to-register' (bug#12389).
6770 2012-10-06  Chong Yidong  <cyd@gnu.org>
6772         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6774 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
6776         * international/characters.el: Fix simple mistake ((car chars) ->
6777         elt), delete duplicated code.
6779 2012-10-06  Glenn Morris  <rgm@gnu.org>
6781         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
6783 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
6785         * color.el (color-hsl-to-rgb): Fix incorrect results for
6786         small and large hue values.  (Bug#12559)
6788 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
6790         Enhancements to docstring formatting when filling paragraphs.
6791         * progmodes/python.el (python-fill-docstring-style): Rename from
6792         python-fill-string-style.  Added new style.
6793         (python-fill-string): Use new style.  Better checks for
6794         docstrings.
6796 2012-10-05  Glenn Morris  <rgm@gnu.org>
6798         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6800         * color.el (color-name-to-rgb, color-rgb-to-hex)
6801         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6802         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6803         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6804         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6806         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
6808 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
6810         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6811         to get the correct size across symlinks.
6813         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6815 2012-10-04  Juri Linkov  <juri@jurta.org>
6817         * replace.el (query-replace-interactive): Declare obsolete.
6818         (query-replace-read-from): Add the last incremental search string
6819         to the list of default values accessible via M-n.
6820         (map-query-replace-regexp): Use `read-regexp'.
6821         (query-replace, query-replace-regexp, query-replace-regexp-eval)
6822         (map-query-replace-regexp, replace-string, replace-regexp):
6823         Fix docstrings to replace mentions of `query-replace-interactive'
6824         with alternatives.  (Bug#12526)
6826 2012-10-04  Juri Linkov  <juri@jurta.org>
6828         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
6829         (dired-pop-to-buffer): Declare obsolete.
6830         (dired-mark-pop-up): Doc fix.
6832 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
6834         Allow user to set docstring style for fill-paragraph.
6835         * progmodes/python.el
6836         (python-fill-comment-function, python-fill-string-function)
6837         (python-fill-decorator-function, python-fill-paren-function):
6838         Remove :safe for defcustoms.
6839         (python-fill-string-style): New defcustom
6840         (python-fill-paragraph-function): Enhance context detection.
6841         (python-fill-string): Honor python-fill-string-style settings.
6843 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
6845         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6846         after setting its buffer (Bug#10805).
6848 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
6850         Fix cornercase for string syntax.
6851         * progmodes/python.el (python-syntax-propertize-function):
6852         Simplify and enhance the regexp for unescaped quotes.  Now it also
6853         matches quotes in weird situations like the single quote in
6854         "something\"'".
6855         (python-syntax-stringify): Simplify num-quotes detecting code.
6857 2012-10-03  Glenn Morris  <rgm@gnu.org>
6859         * help-macro.el (three-step-help):
6860         Revert 2012-09-29 change.  (Bug#12567)
6862 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
6864         * menu-bar.el (kill-this-buffer): Don't do anything when
6865         `menu-frame' is not alive or visible (Bug#8184).
6867         * emacs-lisp/debug.el (debug): When quitting the debugger window
6868         restore current buffer (Bug#12502).
6870 2012-10-02  Chong Yidong  <cyd@gnu.org>
6872         * progmodes/hideif.el (hif-lookup, hif-defined):
6873         Handle semantic-c-takeover-hideif.
6875 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
6877         Change sampling interval units from ms to ns.
6878         * profiler.el (profiler-sampling-interval): Change units
6879         from ms to ns, multiplying the default by 1000000 so that
6880         it remains 1 ms.
6881         (profiler-report-cpu-line-format): Give enough room for
6882         the maximum counters on 64-bit hosts.
6883         (profiler-report-render-calltree-1): Call them "CPU samples",
6884         not "Time (ms)", since they are not milliseconds now (and
6885         never really were).
6887 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
6889         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6890         Fix querying BBDB for entries without a last name (Bug#11580).
6892 2012-10-02  Chong Yidong  <cyd@gnu.org>
6894         * emacs-lisp/eieio.el: Restore Version header.
6896 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6898         * vc/diff-mode.el (diff--auto-refine-data): New var.
6899         (diff-hunk): Use it to delay refinement.
6900         (diff-mode): Remove overlays when we turn off font-lock.
6902         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6903         (table-initialize-table-fixed-width-mode)
6904         (table-set-table-fixed-width-mode): Remove functions.
6905         (table-command-list): Move initialization into declaration.
6906         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6907         (table-with-cache-buffer): Use `declare'.
6908         (table-span-cell): Simplify via CSE.
6909         (table-fixed-width-mode): Use define-minor-mode.
6910         (table-call-interactively, table-funcall, table-apply): Remove.
6911         (table-function): New function, to replace them.
6913         * bookmark.el (bookmark-search-pattern): Remove var.
6914         (bookmark-read-search-input): Remove function.
6915         (bookmark-bmenu-search): Reimplement using a minibuffer.
6917         * faces.el (modeline): Remove obsolete face name.
6919         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6920         and give a non-nil default value.
6921         (add-change-log-entry): Simplify accordingly.
6923 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
6925         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6926         (vc-git-log-edit-toggle-amend): New function.
6927         (vc-git-log-edit-toggle-signoff): New function.
6928         (vc-git-log-edit-mode): New major mode.
6929         (vc-git-log-edit-mode-map): Keymap for it.
6930         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6932         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6933         header names.
6934         (log-edit-toggle-header): New function.
6935         (log-edit-extract-headers): Accept function values in HEADERS alist.
6937 2012-10-01  David Engster  <deng@randomsample.de>
6939         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6940         from symbol property and change message to be more consistent with
6941         Emacs proper.
6942         (eieio-describe-generic): Add filename for each implementation.
6943         Fix indices for generic and normal methods.
6944         (eieio-method-def, eieio-class-def): New buttons.
6945         (eieio-help-find-method-definition)
6946         (eieio-help-find-class-definition): New functions.
6947         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6948         class, constructor and method definitions.
6950         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6951         information in symbol property.
6952         (scoped-class): Remove.
6953         (eieio-slot-name-index, call-next-method): Check if it is bound.
6955 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
6957         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6958         (eieio-custom-mode): New major mode.
6959         (eieio-customize-object): Use it.
6961 2012-10-01  Eric Ludlam  <zappo@gnu.org>
6963         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6964         specifying the expected class, and whether subclassing is allowed.
6965         (eieio-persistent-convert-list-to-object):
6966         (eieio-persistent-validate/fix-slot-value)
6967         (eieio-persistent-slot-type-is-class-p): New functions.
6968         (eieio-named::slot-missing): Doc fix.
6970         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6971         Stop using unused publd variable.
6973         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6974         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6975         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6976         (eieio-speedbar-handle-click): Do not specify a class for the
6977         method.  Fixes method invocation order problems with EDE.
6979 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6981         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6982         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6984 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
6986         * bookmark.el (bookmark-version-control): Give tags in the
6987         :type choices (Bug#12309), and improve doc string.
6988         (bookmark-write-file): Bind `print-circle' to `t' to allow
6989         circular custom bookmark types.  (Bug#12503)
6991 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
6993         Revert the FOLLOW-SYMLINKS change for file-attributes.
6994         * files.el (remote-file-name-inhibit-cache, after-find-file):
6995         * time.el (display-time-file-nonempty-p): Undo last change.
6997         * profiler.el (profiler-sampling-interval): Change default back to 1.
6998         See Stefan Monnier in
6999         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
7001 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
7003         Shell output catching a la gud-gdb.
7004         * progmodes/python.el (python-shell-fetch-lines-in-progress)
7005         (python-shell-fetch-lines-string, python-shell-fetched-lines):
7006         New Vars.
7007         (python-shell-fetch-lines-filter): New function.
7008         (python-shell-send-string-no-output): Use them.
7010 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
7012         * profiler.el (profiler-sampling-interval): Rename from
7013         profiler-sample-interval.
7014         (profiler-sampling-interval): Default to 10.
7015         (profiler-find-profile): New command (was profiler-find-log).
7016         (profiler-find-profile-other-window): New command.
7017         (profiler-find-profile-other-frame): New command.
7018         (profiler-profile): Introduce API-level data structure.
7020 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
7022         file-attributes has a new optional arg FOLLOW-SYMLINKS.
7023         * files.el (remote-file-name-inhibit-cache):
7024         * time.el (display-time-file-nonempty-p): Use it.
7025         * files.el (after-find-file): Don't chase links before calling
7026         file-exists-p, as file-exists-p already does the right thing.
7028 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
7030         Merge from standalone RefTeX repository.
7032         The following ChangeLog entries are shortened versions of the
7033         original ones with file paths adapted.  A not so strongly edited
7034         version of the original ChangeLog can be found in the commit log.
7036         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
7037         (reftex-arg-cite): Use `reftex-cite-key-separator'.
7038         Correctly handle new value type returned by `reftex-citation'.
7040         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
7041         that entries with whitespace at various places are found.
7042         Doc fix. Include entries that are cross-referenced from cited entries.
7043         Include @String definitions in the resulting bib file.  Add header
7044         and footer defined in `reftex-create-bibtex-header' and
7045         `reftex-create-bibtex-footer'.
7046         (reftex-do-citation): Make it possible again to insert
7047         non-existent entries.  Save match data when asking for optional
7048         arguments. Return all keys, not just the first one.
7049         (reftex-all-used-citation-keys): Fix regexp to correctly extract
7050         all citations in the same line.
7051         (reftex-parse-bibtex-entry): Accept additional optional argument
7052         `raw' and keep quotes or braces if it is non-nil.  Match fields
7053         containing hyphens besides word constituents.
7054         (reftex-get-string-refs): New function.
7055         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
7056         and ask if it should be reread in case it did.
7057         (reftex-pop-to-bibtex-entry)
7058         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
7059         entries with spaces or tabs in front of arguments.
7060         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7061         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
7062         Match entries containing numbers and symbol constituents.
7063         (reftex-do-citation, reftex-figure-out-cite-format):
7064         Use `reftex-cite-key-separator'.
7066         * textmodes/reftex-dcr.el: Move provide statement to end of file.
7067         (reftex-mouse-view-crossref): Explain why point is set.
7069         * textmodes/reftex-global.el: Whitespace changes.
7071         * textmodes/reftex-index.el: Move provide statement to end of
7072         file.
7073         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
7074         (reftex-index-visit-phrases-buffer): Set marker when visiting
7075         buffer.  This allows for returning from the phrases file to the
7076         file one was just editing instead of the file where the last
7077         phrases was added from.
7078         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
7079         punctuation syntax as it usually is not used as string quote in
7080         TeX-related modes and may occur unmatched.  The change also
7081         prevents fontification of quoted content.
7082         (reftex-index-phrases-mode): Use it.
7084         * textmodes/reftex-parse.el (reftex-parse-from-file):
7085         Move backward one char if a `\' was matched after a section macro.
7086         (reftex-parse-from-file): Use beginning of match instead of end as
7087         bound.
7089         * textmodes/reftex-ref.el: Adapt creation of
7090         `reftex-<package>-<macro>' functions to new structure of
7091         `reftex-ref-style-alist'.
7092         (reftex-reference): Use `reftex-ref-style-list' function.
7093         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
7094         reference macro if `reftex-ref-macro-prompt' is non-nil.
7095         (reftex-reference): Pass refstyle to `reftex-format-special'.
7096         Determine reference macro by looking at
7097         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
7098         Use only one special format function.
7099         (reftex-varioref-vref, reftex-fancyref-fref)
7100         (reftex-fancyref-Fref): Remove definitions.  The functions are now
7101         generated from `reftex-ref-style-alist'.
7102         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
7103         Remove.
7104         (reftex-format-special): New function.
7106         * textmodes/reftex-sel.el
7107         (reftex-select-cycle-ref-style-internal): Adapt to new structure
7108         of `reftex-ref-style-alist'. Remove code for testing macro type.
7109         (reftex-select-toggle-varioref)
7110         (reftex-select-toggle-fancyref): Remove.
7111         (reftex-select-cycle-ref-style-internal)
7112         (reftex-select-cycle-ref-style-forward)
7113         (reftex-select-cycle-ref-style-backward): New functions.
7114         (reftex-select-label-map): Use `v' and `V' for general cycling
7115         through reference styles.  Add `p' for switching between number
7116         and page reference types.
7118         * textmodes/reftex-toc.el (reftex-re-enlarge):
7119         Call `enlarge-window' only if there is something to do because in Emacs
7120         the horizontal version throws an error even if the parameter is 0.
7122         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
7123         (reftex-plug-into-AUCTeX): Doc fix.
7124         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
7125         string.  Adapt to new name.
7126         (reftex-ref-style-alist): Change structure so that it is not
7127         possible to use multiple different package names within a style.
7128         Remove the symbols for symbols for macro type distinction.
7129         Add characters for macro selection.
7130         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
7131         (reftex-create-bibtex-footer): New variables.
7132         (reftex-format-ref-function): Mention third argument of special
7133         format function.
7134         (reftex-ref-style-alist, reftex-ref-style-default-list):
7135         New variables.
7136         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
7137         to new implementation.  Mark as obsolete.  Add compatibility code
7138         for honoring the variable values in case they are set.
7139         (reftex-cite-format-builtin, reftex-bibliography-commands):
7140         Add support for ConTeXt.
7141         (reftex-format-ref-function, reftex-format-cite-function):
7142         Fix custom type.
7143         (reftex-cite-key-separator): New variable.
7145         * textmodes/reftex.el (reftex-syntax-table-for-bib)
7146         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
7147         `reftex-syntax-table' because parens have to retain their paren
7148         syntax in order for parsing of BibTeX entries like @book(...) to
7149         work.
7150         (reftex-in-comment): Do not error out if `comment-start-skip' is
7151         not set.  Deal correctly with escaped comment characters.
7152         (reftex-tie-multifile-symbols): Add doc string.
7153         Initialize `reftex-ref-style-list'.
7154         (reftex-untie-multifile-symbols): Add doc string.
7155         (reftex-add-index-macros): Doc fix.
7156         (reftex-ref-style-activate, reftex-ref-style-toggle)
7157         (reftex-ref-style-list): New functions.
7158         (reftex-mode-menu): Use them.  Adapt to new structure of
7159         `reftex-ref-style-alist'.
7160         (reftex-select-with-char): Kill the RefTeX Select buffer when
7161         done.
7162         (reftex-remove-if): New function.
7163         (reftex-erase-all-selection-and-index-buffers)
7164         (reftex-mode-menu): Reference styles are now computed from
7165         `reftex-ref-style-alist'.  Fix typo.
7166         (reftex-report-bug): New function.
7167         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
7168         algorithms with O(n log n).  Introduce optional argument SORT (not
7169         yet used).
7171 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
7173         Enhancements for triple-quote string syntax.
7174         * progmodes/python.el (python-syntax-propertize-function):
7175         Match both quote cases in one regexp.
7176         (python-syntax-stringify): Handle matches properly.
7178 2012-09-30  Juri Linkov  <juri@jurta.org>
7180         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
7181         to nil around the call to `insert' to prevent
7182         directory time modification by lock_file.  (Bug#2295)
7183         * tar-mode.el (tar-summarize-buffer): Idem.
7185 2012-09-30  Juri Linkov  <juri@jurta.org>
7187         * facemenu.el (list-colors-sort): Add option "Luminance".
7188         (list-colors-sort-key): Implement it.
7190         * vc/diff-mode.el (diff-refine-removed):
7191         * vc/ediff-init.el (ediff-fine-diff-A):
7192         * vc/smerge-mode.el (smerge-refined-removed):
7193         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
7195 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
7197         * term/ns-win.el (x-file-dialog): New function.
7199 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
7201         * ido.el (ido-max-directory-size): Default to nil; the current
7202         default is small for POSIX systems, and impractical on Windows 7
7203         now that lstat returns directory sizes for NTFS.
7205 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
7207         In buffer display functions handle window-height/window-width
7208         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
7209         * window.el (window--display-buffer): New argument ALIST.
7210         Obey window-height and window-width alist entries.
7211         (window--try-to-split-window): New argument ALIST.
7212         Bind window-combination-limit to t when the window's size shall be
7213         changed and window-combination-limit equals `window-size'.
7214         (display-buffer-in-atom-window)
7215         (display-buffer-in-major-side-window)
7216         (display-buffer-in-side-window, display-buffer-same-window)
7217         (display-buffer-reuse-window, display-buffer-pop-up-frame)
7218         (display-buffer-pop-up-window, display-buffer-below-selected)
7219         (display-buffer-at-bottom, display-buffer-in-previous-window)
7220         (display-buffer-use-some-window): Adjust all callers of
7221         window--display-buffer and window--try-to-split-window.
7222         (fit-frame-to-buffer): New option.
7223         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
7224         is non-nil.
7225         (display-buffer-in-major-side-window): Evaluate window-height /
7226         window-width alist entries.
7228         * help.el (temp-buffer-resize-frames)
7229         (temp-buffer-resize-regexps): Remove options.
7230         (temp-buffer-resize-mode): Adjust doc-string.
7231         (resize-temp-buffer-window): Don't consult
7232         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
7233         temp-buffer-resize-frames.
7235         * dired.el (dired-mark-pop-up):
7236         Call display-buffer-below-selected with a fit-window-to-buffer alist
7237         entry.
7239 2012-09-30  Chong Yidong  <cyd@gnu.org>
7241         * server.el (server-host): Document the security implications.
7242         (server-auth-key): Doc fix.
7244         * startup.el (initial-buffer-choice): Doc fix.
7246         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
7248         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
7249         restriction change.
7251         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
7253         * help-fns.el (help-fns--obsolete): Fix last change.
7255 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7257         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
7258         (minor-mode-map-alist): Remove redundant code.
7260         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
7261         visited in a buffer.
7262         (cvs-insert-visited-file): New function.
7263         (find-file-hook): Use it.
7265         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
7267         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
7268         chose face.
7269         (log-edit-empty-buffer-p): Don't require a space after a header.
7271         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
7273         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
7275         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
7276         a proper minor-mode.
7278         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7280 2012-09-29  Glenn Morris  <rgm@gnu.org>
7282         * winner.el (winner-mode): Remove variable (let define-minor-mode
7283         handle it).
7284         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7285         Doc fixes.
7286         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7287         (winner-mode): Use define-minor-mode.
7289         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7290         the full definition in loaddefs, rather than duplicating it.
7292         * help-macro.el (three-step-help): No need to autoload defcustom.
7294         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7295         (inferior-lisp-program, inferior-lisp-load-command)
7296         (inferior-lisp-prompt, inferior-lisp-mode-hook):
7297         No need to autoload defcustoms.
7299         * hippie-exp.el (hippie-expand-try-functions-list)
7300         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7301         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7302         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7303         (hippie-expand-only-buffers): No need to autoload defcustoms.
7304         * progmodes/vhdl-mode.el (vhdl-line-expand):
7305         Explicitly load hippie-exp, so it does not get autoloaded
7306         while hippie-expand-try-functions-list is let-bound.
7308 2012-09-28  Glenn Morris  <rgm@gnu.org>
7310         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7312         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7313         Only "cl.el" counts as cl these days.
7315 2012-09-28  Juri Linkov  <juri@jurta.org>
7317         Display archive errors in the echo area instead of inserting
7318         to the file buffer.
7320         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7321         to STDERR-TEST that can be a regexp matching a successful output.
7322         Create a temporary file and redirect stderr to it.  Search for
7323         STDERR-TEST in the stderr output and display it in the echo area
7324         if no match is found.
7325         (archive-extract-by-file): New function like
7326         `archive-extract-by-stdout' but extracting archives to files
7327         and looking for successful matches in stdout.  Function body is
7328         mostly copied from `archive-rar-extract'.
7329         (archive-rar-extract): Use `archive-extract-by-file'.
7330         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
7332 2012-09-28  Leo Liu  <sdl.web@gmail.com>
7334         * pcomplete.el (pcomplete-show-completions):
7335         Use minibuffer-message to make pcomplete usable in minibuffer.
7337         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7339 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7341         * type-break.el: Use lexical-binding.
7342         (type-break-mode): Use define-minor-mode.
7344         * emacs-lisp/pcase.el (pcase--mark-used): New.
7345         (pcase--u1): Use it (bug#12512).
7347         * custom.el (load-theme): Set buffer-file-name so the load is recorded
7348         in load-history with the right file name.
7350 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
7352         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
7353         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
7354         (doc-view-get-bounding-box): Make bounding box slicing work for
7355         ODF and DVI documents.
7357 2012-09-28  Glenn Morris  <rgm@gnu.org>
7359         * type-break.el (type-break-mode, type-break-interval)
7360         (type-break-good-rest-interval, type-break-keystroke-threshold):
7361         No need to autoload.
7362         (type-break-good-rest-interval, type-break-keystroke-threshold):
7363         Add :set-after.
7365 2012-09-28  Chong Yidong  <cyd@gnu.org>
7367         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7368         Add :version tag.
7370 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7372         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7374 2012-09-27  Glenn Morris  <rgm@gnu.org>
7376         * faces.el (x-display-name): Declare (for without-x builds).
7378         * linum.el (linum-format): Don't autoload it.  Improve :type.
7380         * progmodes/tcl.el: Don't require outline when compiling.
7381         (outline-regexp, outline-level): Declare.
7382         * textmodes/sgml-mode.el: Don't require outline when compiling.
7383         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7385         * term.el (term-ansi-reset):
7386         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
7388         * vc/vc.el (vc-next-action): Only gripe about committing read-only
7389         files for RCS and SCCS.  (Bug#9781)
7391 2012-09-27  Chong Yidong  <cyd@gnu.org>
7393         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7394         change; value should be t.
7396 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7398         * image-mode.el: Use lexical-binding.
7399         (image-mode-winprops): Use t to stand for the window of
7400         a buffer that's not displayed.
7401         * doc-view.el (doc-view-new-window-function): Handle the new
7402         t in winprops.
7403         (doc-view-enlarge): Make it a real nop if the size is not changed.
7404         (doc-view-display): Handle the case where the buffer is not (yet?)
7405         displayed in any window.
7406         (doc-view-saved-settings): New var.
7407         (doc-view-mode): Use it.
7408         (doc-view-fallback-mode): Set it.
7410         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7411         Set lexical-binding.
7412         (minibuffer-eldef-shorten-default): New var.
7413         (minibuffer-default-in-prompt-regexps): Use it for new default.
7414         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7416 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
7418         * international/uni-bidi.el:
7419         * international/uni-category.el:
7420         * international/uni-name.el:
7421         * international/uni-numeric.el: Regenerate.
7423 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
7424             Stefan Monnier  <monnier@iro.umontreal.ca>
7426         * profiler.el: New file.
7428 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7430         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7431         (testcover-reinstrument): Simplify with CSE.
7433 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
7435         * window.el (temp-buffer-window-setup): Fix typo in docstring.
7437 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
7439         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7440         (verilog-auto-input, verilog-auto-insert-lisp)
7441         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7442         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7443         (verilog-auto-unused, verilog-auto-wire)
7444         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7445         newline.  Reported by Andrew Jones.
7446         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7447         Reported by Brad Dobbie.
7448         (verilog-batch-delete-trailing-whitespace):
7449         Create verilog-batch-delete-trailing-whitespace.
7450         Reported by Brad Dobbie.
7451         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7452         parameters from another module.  Reported by Dan Katz.
7453         (verilog-auto, verilog-auto-assign-modport)
7454         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7455         AUTOINOUTMODPORT for UVM interface module shell generation.
7456         Reported by Brad Dobbie.
7457         (verilog-auto-inst-interfaced-ports): Make default nil, as more
7458         standard behavior.
7459         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7460         Reported by Matt Martin.
7462 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
7464         * window.el (window--resize-child-windows): When resizing child
7465         windows proportionally, process them in reverse order to
7466         preserve the "when splitting a window the new one gets the odd
7467         line" behavior.
7468         (window--resize-root-window-vertically): When resizing the
7469         minibuffer window try to affect only windows at the bottom of the
7470         frame.  (Bug#12419)
7472 2012-09-25  Chong Yidong  <cyd@gnu.org>
7474         * subr.el (declare): Doc fix.
7476         * help-fns.el (help-fns--obsolete): Handle macros properly.
7478 2012-09-25  Chong Yidong  <cyd@gnu.org>
7480         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7481         this function obsolete.
7483         * calendar/cal-x.el (calendar-two-frame-setup)
7484         (calendar-only-one-frame-setup, calendar-one-frame-setup):
7485         * calendar/calendar.el (american-calendar, european-calendar)
7486         (calendar-for-loop):
7487         * comint.el (comint-dynamic-simple-complete)
7488         (comint-dynamic-complete-as-filename, comint-unquote-filename):
7489         * desktop.el (desktop-load-default):
7490         * dired-x.el (dired-omit-here-always)
7491         (dired-hack-local-variables, dired-default-directory):
7492         * emacs-lisp/derived.el (derived-mode-class):
7493         * emacs-lisp/timer.el (timer-set-time-with-usecs):
7494         * emacs-lock.el (toggle-emacs-lock):
7495         * epa.el (epa-display-verify-result):
7496         * epg.el (epg-sign-keys, epg-start-sign-keys)
7497         (epg-passphrase-callback-function):
7498         * eshell/esh-util.el (eshell-for):
7499         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7500         (eshell-add-to-window-buffer-names):
7501         * files.el (locate-file-completion):
7502         * imenu.el (imenu-example--create-c-index)
7503         (imenu-example--create-lisp-index)
7504         (imenu-example--lisp-extract-index-name)
7505         (imenu-example--name-and-position):
7506         * international/mule-cmds.el (princ-list):
7507         * international/mule-diag.el (decode-codepage-char):
7508         * international/mule-util.el (detect-coding-with-priority):
7509         * iswitchb.el (iswitchb-read-buffer):
7510         * mail/mailalias.el (mail-complete):
7511         * mail/sendmail.el (mail-sent-via):
7512         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7513         (mouse-major-mode-menu):
7514         * password-cache.el (password-read-and-add):
7515         * pcomplete.el (pcomplete-parse-comint-arguments):
7516         * progmodes/sh-script.el (sh-maybe-here-document):
7517         * replace.el (query-replace-regexp-eval):
7518         * savehist.el (savehist-load):
7519         * simple.el (choose-completion-delete-max-match):
7520         * term.el (term-dynamic-simple-complete):
7521         * vc/ediff-init.el (ediff-check-version):
7522         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7523         * vc/vc.el (vc-diff-switches-list):
7524         * view.el (view-return-to-alist-update): Likewise.
7526         * subr.el (eval-next-after-load, makehash, insert-string)
7527         (assoc-ignore-representation, assoc-ignore-case): Use declare to
7528         mark obsolete.
7529         (mode-line-inverse-video): Variable deleted.
7531         * international/mule-util.el (string-to-sequence): Remove.
7533         * calendar/calendar.el (calendar-version):
7534         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7535         (icalendar-convert-diary-to-ical):
7536         * cus-edit.el (custom-mode):
7537         * ansi-color.el (ansi-color-unfontify-region):
7538         * international/latin1-disp.el (latin1-char-displayable-p):
7539         * progmodes/cwarn.el (turn-on-cwarn-mode):
7540         * progmodes/which-func.el (which-func-update-1):
7541         Use define-obsolete-function-alias.
7543         * net/newst-backend.el (newsticker-cache-filename):
7544         * net/newst-treeview.el (newsticker-groups-filename):
7545         Fix incorrect obsolescence declaration.
7547         * allout.el (allout-passphrase-hint-string): Likewise.
7548         (allout-init): Use a declare form to mark obsolete.
7550         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7551         this applies to functions.
7553         * iswitchb.el (iswitchb-read-buffer): Move code of
7554         iswitchb-define-mode-map here, and delete that obsolete function.
7556         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7557         font-lock-reference-face.
7559 2012-09-25  Glenn Morris  <rgm@gnu.org>
7561         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7562         Doc fixes.
7564         * eshell/em-term.el (eshell-term-name):
7565         Default to term-term-name.  (Bug#12485)
7567 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
7569         * progmodes/python.el (python-shell-send-buffer): Better handling
7570         of "if __name__ == '__main__':" conditionals when sending the buffer.
7572 2012-09-24  Glenn Morris  <rgm@gnu.org>
7574         * eshell/esh-cmd.el (eshell-find-alias-function):
7575         Tighten up file-name regexp.  (Bug#12499)
7577 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
7579         Enhancements for triple-quote string syntax.
7580         * progmodes/python.el (python-quote-syntax): Remove.
7581         (python-syntax-propertize-function): New value.
7582         (python-syntax-count-quotes, python-syntax-stringify):
7583         New functions.
7585 2012-09-24  Chong Yidong  <cyd@gnu.org>
7587         * mail/supercite.el (sc-version): Remove obsolete function.
7588         (sc-describe): Don't mark as obsolete, since it is bound.
7589         (sc-submit-bug-report): Remove.
7591         * vc/log-edit.el (cvs-changelog-full-paragraphs)
7592         (cvs-commit-buffer-require-final-newline): Remove.
7593         (log-edit-require-final-newline)
7594         (log-edit-changelog-full-paragraphs): Default to t.
7596         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7597         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7598         * vc/vc.el (vc-checkout-carefully): Likewise.
7600         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7601         (emerge-version): Remove.
7603         * progmodes/compile.el (compile-internal): Remove.
7604         (compilation-parse-errors-function): Fix typo.
7606         * international/mule.el (set-char-table-default): Remove.
7607         (set-coding-priority, make-coding-system, generic-char-p)
7608         (charset-list, charset-bytes, charset-id): Use declare to mark
7609         functions as obsolete.
7611         * vc/pcvs-defs.el (cvs-buffer-name-alist)
7612         (cvs-invert-ignore-marks): Remove references to obsolete vars.
7613         * vc/vc-hooks.el (vc-default-registered): Don't use
7614         vc-master-templates.
7616         * font-lock.el (font-lock-reference-face):
7617         Use define-obsolete-variable-alias.
7619         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7620         * calendar/calendar.el (calendar-font-lock-keywords):
7621         * calendar/diary-lib.el (diary-font-lock-keywords)
7622         (diary-fancy-font-lock-keywords):
7623         * textmodes/reftex-sel.el (reftex-insert-docstruct):
7624         * textmodes/reftex-index.el (reftex-insert-index):
7625         * textmodes/reftex-cite.el (reftex-format-bib-entry):
7626         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7627         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7628         * progmodes/prolog.el (prolog-font-lock-keywords):
7629         * progmodes/idlwave.el (idlwave-idl-keywords):
7630         * progmodes/ada-mode.el (ada-font-lock-keywords):
7631         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7633 2012-09-24  Glenn Morris  <rgm@gnu.org>
7635         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7637 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
7639         * progmodes/python.el (python-indent-line): More consistent cursor
7640         movement behavior.
7642 2012-09-23  Stefan Merten  <smerten@oekonux.de>
7644         * textmodes/rst.el: Fix compiler warning.
7646 2012-09-23  Roland Winkler  <winkler@gnu.org>
7648         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7649         Transcribe also LaTeX hyphenation.
7650         (bibtex-reformat): Bug fix. Do not quote twice the elements of
7651         bibtex-reformat-previous-options.
7653 2012-09-23  Roland Winkler  <winkler@gnu.org>
7655         * proced.el (proced-renice-command): New variable.
7656         (proced-marked-processes): New function.
7657         (proced-with-processes-buffer): New macro.
7658         (proced-send-signal): Use them.
7659         (proced-renice): New command bound to r.
7661 2012-09-23  Roland Winkler  <winkler@gnu.org>
7663         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7664         ibuffer-saved-filter-groups has one element, shortcut the call of
7665         completing-read.  (Bug#12331)
7667 2012-09-23  Chong Yidong  <cyd@gnu.org>
7669         * bindings.el (mode-line-toggle-read-only):
7670         * bs.el (bs-toggle-readonly):
7671         * buff-menu.el (Buffer-menu-toggle-read-only):
7672         * dired.el (dired-toggle-read-only):
7673         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7675 2012-09-23  Chong Yidong  <cyd@gnu.org>
7677         * image.el (image-type-available-p): Adapt to init-image-library
7678         argument changes.
7680 2012-09-22  Juri Linkov  <juri@jurta.org>
7682         * dired.el (dired-mode-map): Add [remap read-only-mode] for
7683         `dired-toggle-read-only'.  (Bug#12462)
7685 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
7687         * subr.el (temp-output-buffer-show): New function.
7688         (with-output-to-temp-buffer): Call temp-output-buffer-show
7689         instead of internal-temp-output-buffer-show.
7691 2012-09-22  Chong Yidong  <cyd@gnu.org>
7693         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7694         (Bug#12462).
7696         * repeat.el (repeat): Doc fix (Bug#12348).
7698         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7699         (Bug#10909).
7701         * simple.el (shell-command-on-region): Doc fix.
7702         (read-only-mode): Doc fix.
7704 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
7706         * emacs-lisp/timer.el (run-with-idle-timer)
7707         (timer-activate-when-idle): Warn against reinvoking an idle timer
7708         from within its own timer action.  (Bug#12447)
7710 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
7712         * cus-start.el (window-combination-limit): Add new optional
7713         values.
7714         * window.el (temp-buffer-window-show)
7715         (window--try-to-split-window): Handle new values of
7716         window-combination-limit (Bug#1806).
7717         (split-window): Test window-combination-limit for t instead of
7718         non-nil.
7719         (display-buffer-at-bottom): New buffer display action function.
7720         * help.el (temp-buffer-resize-regexps): New option.
7721         (temp-buffer-resize-mode): Rewrite doc-string.
7722         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7723         Don't resize reused window.  Suggested by Glenn Morris.
7725 2012-09-22  Stefan Merten  <smerten@oekonux.de>
7727         * textmodes/rst.el: Revamp section title faces.
7728         (rst-official-version)
7729         (rst-package-emacs-version-alist): Sync with official version
7730         V1.4.0.
7731         (rst-faces-defaults, rst-set-level-default)
7732         (rst-level-face-max, rst-level-face-base-color)
7733         (rst-level-face-base-light, rst-level-face-format-light)
7734         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7735         (rst-adornment-faces-alist): Match new setup.
7736         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7737         (rst-level-5, rst-level-6): New faces.
7739 2012-09-22  Chong Yidong  <cyd@gnu.org>
7741         * simple.el (undo): Handle indirect buffers (Bug#8207).
7743 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7745         IDO: Disable match re-ordering for buffer switching.
7746         * ido.el (ido-buffer-disable-smart-matches): New variable.
7747         (ido-set-matches-1): Use it.  (Bug#2042)
7749 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
7751         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7752         Fix 2011-05-17 change.  (Bug#12418)
7754 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7756         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7758 2012-09-21  Glenn Morris  <rgm@gnu.org>
7760         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7761         Be more robust about locating simple.el.
7763 2012-09-21  Glenn Morris  <rgm@gnu.org>
7765         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7767 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
7769         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
7771 2012-09-20  Juri Linkov  <juri@jurta.org>
7773         * replace.el (query-replace-read-from): Use `read-regexp' instead
7774         of `read-from-minibuffer' when `regexp-flag' is non-nil.
7775         (occur-read-primary-args): Use `read-regexp' instead of
7776         `read-string'.
7777         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7778         `read-from-minibuffer'.
7779         * isearch.el (isearch-occur): Use `read-regexp' instead of
7780         `read-string'.
7781         * dired.el (dired-read-regexp): Use `read-regexp' instead of
7782         `read-from-minibuffer'.
7783         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7784         of `read-string'.  (Bug#7567)
7786         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7787         and allow accepting a list of strings prepended to a list of
7788         standard default values.  Doc fix.  (Bug#12321)
7790         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
7792         * replace.el (read-regexp): Don't add ": " when PROMPT already
7793         ends with a colon and space.  (Bug#12321)
7795 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
7797         * doc-view.el (doc-view-display): Better fix for the cl-assertion
7798         error.
7800 2012-09-20  Stefan Merten  <smerten@oekonux.de>
7802         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7803         Fixes feature request bug#11711.
7804         (rst-mode): Create `imenu-create-index-function'.
7805         (rst-get-stripped-line): Delete after refactoring.
7806         (rst-section-tree, rst-section-tree-rec)
7807         (rst-section-tree-point): Refactor and document properly.
7808         (rst-imenu-find-adornments-for-position)
7809         (rst-imenu-convert-cell, rst-imenu-create-index):
7810         New function.
7812 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7814         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7815         (macroexp--expand-all): Use it.
7816         (macroexp--funcall-and-return): Remove by folding it into its sole
7817         caller (macroexp--warn-and-return).
7818         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7819         Use macroexp--obsolete-warning.
7821         * calc/calc.el: Fix last change by removing the whole chunk, since it
7822         was only needed back when Calc was not bundled.
7824 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
7826         * emacs-lisp/debug.el (debug): Restore assignment to
7827         debugger-old-buffer removed on 2012-09-08.
7829 2012-09-20  Juri Linkov  <juri@jurta.org>
7831         * dired-aux.el (dired-diff): Remove (require 'diff) since
7832         `diff-latest-backup-file' is now autoloaded.
7834 2012-09-20  Chong Yidong  <cyd@gnu.org>
7836         * vc/diff.el (diff-latest-backup-file): Autoload.
7838 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7840         * calc/calc.el: Remove redundant autoload shape check.
7841         (sel-mode): Don't defvar.
7842         (calc-get-stack-element): Add `sel-mode' arg instead.
7843         (calc-top, calc-top-list): Pass it this additional argument.
7844         * calc/calc-store.el (calc-store-map):
7845         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7846         (calc-map-equation, calc-outer-product, calc-inner-product):
7847         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7849         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7851 2012-09-19  Juri Linkov  <juri@jurta.org>
7853         * dired-aux.el (dired-diff): Add (require 'diff) because
7854         `diff-latest-backup-file' is not autoloaded.
7855         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7856         of `dired-get-filename' to t to not report error when there is
7857         no default file on the current line.
7859 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7861         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7862         macroexp--eval-if-compile.
7863         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7864         (macroexp--expand-all): Use them (bug#12371).
7866         * doc-view.el (doc-view-guess-paper-size)
7867         (doc-view-scale-bounding-box): Fix unbound `caddr'.
7869 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
7871         New feature: set optimal slice from BoundingBox information.
7872         * doc-view.el (doc-view-mode-map): Add keybinding.
7873         (doc-view-menu): Add menu entry.
7874         (doc-view-set-slice): Adapt docstring.
7875         (doc-view-get-bounding-box, doc-view-guess-paper-size)
7876         (doc-view-scale-bounding-box)
7877         (doc-view-set-slice-from-bounding-box): New functions.
7878         (doc-view-paper-sizes): New defvar.
7880 2012-09-19  Glenn Morris  <rgm@gnu.org>
7882         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7883         (byte-compile-log-warning): Autoload.  (Bug#12371)
7885         * calendar/calendar.el (calendar-american-month-header)
7886         (calendar-european-month-header, calendar-iso-month-header)
7887         (calendar-month-header): New options.
7888         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
7889         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
7891 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
7893         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7895 2012-09-18  Juri Linkov  <juri@jurta.org>
7897         * dired-aux.el (dired-diff): Restore original functionality of
7898         getting the default value, but keep new feature of using the
7899         latest existing backup file (`diff-latest-backup-file').
7901 2012-09-18  Juri Linkov  <juri@jurta.org>
7903         * dired.el (dired-mark): If the region is active in Transient Mark
7904         mode, mark all files in the active region.  Doc fix.
7905         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7906         Doc fix.  (Bug#10624)
7908 2012-09-18  Juri Linkov  <juri@jurta.org>
7910         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7911         attributes for M-n are pulled from the file at point.
7912         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7913         Suggested by Drew Adams.  (Bug#10624)
7915 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
7917         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7918         whitespace after "end".
7919         (ruby-do-end-to-brace): Collapse block to one line if it fits
7920         within fill-column.
7922 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
7924         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7925         value.
7926         (debug): Don't remove debugger window when debugger is expected
7927         to be back.
7929 2012-09-18  Chong Yidong  <cyd@gnu.org>
7931         * custom.el (defface): Doc fix.
7933         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7935 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
7937         * progmodes/compile.el (compilation-start): Use compilation-always-kill
7938         to initialize query-on-exit; then test that instead (bug#12288).
7940 2012-09-17  Stefan Merten  <smerten@oekonux.de>
7942         * textmodes/rst.el: Add support for `testcover'.
7943         (rst-defcustom-testcover, rst-testcover-add-compose)
7944         (rst-testcover-add-1value): New functions.
7945         (rst-portable-mark-active-p): Replace by `use-region-p'.
7946         (rst-update-section, rst-classify-adornment)
7947         (rst-find-title-line): Mark `1value' forms.
7948         (rst-classify-adornment): Remove superfluous form.
7949         (rst-update-section, rst-get-adornments-around)
7950         (rst-adornment-complete-p, rst-get-next-adornment)
7951         (rst-adjust, rst-promote-region)
7952         (rst-display-adornments-hierarchy, rst-straighten-adornments)
7953         (rst-find-pfx-in-region, rst-section-tree-rec)
7954         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7955         (rst-toc-node, rst-toc, rst-forward-section)
7956         (rst-iterate-leftmost-paragraphs)
7957         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7958         (rst-bullet-list-region)
7959         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7960         (rst-compile-find-conf, rst-compile)
7961         (rst-repeat-last-character): Fix style.
7963 2012-09-17  Chong Yidong  <cyd@gnu.org>
7965         * comint.el (comint--complete-file-name-data): Don't add a space
7966         if the status is `sole'; that adds a gratuitous space in the
7967         completion-cycling case (Bug#12092).
7969         * pcomplete.el (pcomplete-completions-at-point): Likewise.
7971 2012-09-17  Richard Stallman  <rms@gnu.org>
7973         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7974         only in the mime-shown mode, not in raw mode.
7975         (rmail-mime): Toggle off mime by displaying the message without
7976         mime processing.  (Bug#12305)
7978         * mail/rmail.el (rmail-retry-failure):
7979         Turn off mime processing first.  (Bug#12037)
7981         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7983 2012-09-17  Chong Yidong  <cyd@gnu.org>
7985         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7986         (shell-dynamic-complete-functions): Convert to defcustom.
7987         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7989         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7990         * comint.el (comint-prompt-read-only):
7991         * custom.el (defcustom):
7992         * hi-lock.el (hi-lock-mode):
7993         * ibuffer.el (ibuffer-formats):
7994         * ielm.el (ielm-prompt-read-only):
7995         * novice.el (disable-command):
7996         * saveplace.el (toggle-save-place):
7997         * speedbar.el (speedbar-supported-extension-expressions):
7998         * startup.el (auto-save-list-file-prefix, init-file-user)
7999         (after-init-hook, inhibit-startup-echo-area-message):
8000         * strokes.el (strokes-help):
8001         * time-stamp.el (time-stamp):
8002         * calendar/calendar.el (calendar, diary-file):
8003         * calendar/diary-lib.el (diary-mail-entries, diary)
8004         (diary-list-entries-hook):
8005         * calendar/holidays.el (holidays, calendar-holidays):
8006         * calendar/lunar.el (lunar-phases):
8007         * calendar/solar.el (sunrise-sunset):
8008         * emulation/edt.el (edt-load-keys):
8009         * emulation/viper.el (viper-mode):
8010         * eshell/em-alias.el (eshell-command-aliases-list):
8011         * eshell/esh-util.el (eshell-convert-numeric-arguments):
8012         * international/ogonek.el (ogonek-information):
8013         * net/tramp-cmds.el (tramp-bug):
8014         * net/quickurl.el (quickurl-reread-hook-postfix):
8015         * play/decipher.el (decipher-font-lock-keywords):
8016         * progmodes/cc-styles.el (c-set-style):
8017         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
8018         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8019         * progmodes/octave-mod.el (octave-mode):
8020         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
8021         * progmodes/verilog-mode.el (verilog-read-defines):
8022         * textmodes/two-column.el (2C-mode): Likewise.
8024 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8026         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
8027         that holds many addresses.
8029 2012-09-16  Chong Yidong  <cyd@gnu.org>
8031         * align.el (align-areas): Call the indication function with
8032         positions instead of markers for arguments (Bug#12343).
8034         * files.el (parse-colon-path): Use split-string (Bug#12351).
8036         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
8037         (display-buffer-function): Mark as obsolete.
8039         * progmodes/compile.el (compilation-parse-errors): Accept list
8040         values similar to font-lock-keywords (Bug#12136).
8041         Suggested by Oleksandr Manzyuk.
8042         (compilation-error-regexp-alist): Doc fix.
8044 2012-09-15  Glenn Morris  <rgm@gnu.org>
8046         * version.el (emacs-bzr-version-bzr): New function.
8047         (emacs-bzr-get-version): Add optional EXTERNAL argument.
8049         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
8050         checkouts, check the parent dirstate matches the branch.
8051         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
8052         empty string.
8054         * version.el (emacs-bzr-version): Doc fix.
8055         (emacs-bzr-version-dirstate): New function.
8056         (emacs-bzr-get-version): For lightweight checkouts, if the parent
8057         is local try and check that it matches the branch.  If not, just
8058         use dirstate information.  (Bug#12441)
8060 2012-09-14  Juri Linkov  <juri@jurta.org>
8062         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
8063         (Bug#12399)
8065 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8067         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
8069         * emacs-lisp/edebug.el: Miscellaneous cleanup.
8070         Remove obsolete byte-compiler hack that tried to silence some warnings.
8071         (edebug-submit-bug-report): Remove.
8072         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
8073         Remove aliases, use the un-prefixed name instead.
8074         (edebug-pop-to-buffer): Consider other frames.
8075         (edebug-original-read):: Make it more obvious that it's always defined.
8076         (edebug--make-form-data-entry, edebug--form-data-name)
8077         (edebug--form-data-begin, edebug--form-data-end): Rename from the
8078         single-dashed name, and implement with cl-defstruct.
8079         (edebug-set-form-data-entry): Use the standard accessors.
8080         (edebug-make-top-form-data-entry): Use push.
8081         (edebug-no-match): Drop useless `funcall'.
8082         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
8083         to functions.
8084         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
8085         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
8086         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
8087         (easy-menu-define, with-custom-print): Remove redundant specs.
8088         (edebug-outside-overriding-local-map)
8089         (edebug-outside-overriding-terminal-local-map): Remove, unused.
8090         (edebug--display): Bind unread-command-events directly to nil rather
8091         than binding it to unread-command-events and later setting it to nil.
8092         (edebug--display): Kill edebug-eval-buffer here...
8093         (edebug--recursive-edit): ...rather than here.
8094         Bind standard-output and standard-input.
8095         (edebug-eval): Check cl-macroexpand-all is fboundp.
8096         (edebug-temp-display-freq-count): Fix last change.
8098         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
8099         * subr.el (noreturn, 1value): Add `debug' spec.
8100         * emacs-lisp/advice.el: Require cl-lib.
8101         (ad-copy-tree): Remove, use copy-tree instead.
8102         (ad-dolist): Remove use dolist or cl-dolist instead.
8103         (ad-do-return): Remove, use cl-return instead.
8104         (defadvice): Add `debug' spec.
8106 2012-09-13  Juri Linkov  <juri@jurta.org>
8108         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
8109         (Bug#12399)
8111 2012-09-13  Glenn Morris  <rgm@gnu.org>
8113         * calc/calc.el (math-compose-expr):
8114         * calc/calc-ext.el (math-compose-expr):
8115         * progmodes/cc-defs.el (cl-macroexpand-all):
8116         * progmodes/cc-langs.el (delete-duplicates, mapcan)
8117         (cl-macroexpand-all): Update declarations.
8119         * vc/vc.el: No need to require ediff.
8120         (ediff-load-version-control): Declare.
8121         (ediff-vc-internal): Fix declaration.
8122         (vc-version-ediff): Require ediff.
8124 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8126         Use a more backwards-compatible timer format (Bug#12430).
8127         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
8128         being right after USECS, as that better supports old code that
8129         inadvisedly looked directly at the timer vector.
8131 2012-09-13  Kenichi Handa  <handa@gnu.org>
8133         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8134         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
8135         `coding-priority' property of these language environment.
8137 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8139         Fix glitches caused by addition of psec to timers (Bug#12430).
8140         * image.el (image-animate-timer):
8141         * time.el (display-time-world-timer):
8142         Use timer--function and timer--args rather than raw access to
8143         timer vector.
8145 2012-09-13  Glenn Morris  <rgm@gnu.org>
8147         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8148         If not compiling a file, try using load-file-name.
8150 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8152         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
8153         Fix last change.
8154         (edebug-update-eval-list): Use `push'.
8156         * emacs-lisp/edebug.el: Use lexical-binding.
8157         Remove the "edebug-" prefix from non-dynamically-scoped variables.
8158         Mark unused args with underscore.
8159         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
8160         (edebug-form-data): Use defvar-local.
8161         (edebug-make-before-and-after-form, edebug-make-after-form):
8162         Use backquote.
8163         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
8164         Not dynamically scoped any more.
8165         (edebug--enter-trace): Add arguments `function' and `args'.
8166         Rename from edebug-enter-trace.
8167         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
8168         (edebug--update-coverage): Add `after-index' and `value' args.
8169         Rename from edebug-update-coverage.
8170         (edebug-slow-after): Call it accordingly.
8171         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
8172         edebug-recursive-edit.
8173         (edebug--display): Call it accordingly.  Add args `value',
8174         `offset-index', and `arg-mode'.  Rename from edebug-display.
8175         (edebug-debugger, edebug): Call it accordingly.
8176         (edebug-eval-display-list): Use dolist.
8178 2012-09-12  Juri Linkov  <juri@jurta.org>
8180         * info.el (Info-search): Don't check for isearch-mode and
8181         isearch-regexp before let-binding search-spaces-regexp to
8182         Info-search-whitespace-regexp.
8183         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
8184         search-whitespace-regexp if isearch-lax-whitespace or
8185         isearch-regexp-lax-whitespace is non-nil.
8186         (Info-mode): Don't set local variable search-whitespace-regexp.
8187         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
8189 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8191         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
8192         (debugger-env-macro): Remove support for unread-command-char.
8194         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
8195         the temporary map re-appearing on emulation-mode-map-alists.
8197         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
8198         since 22.1.
8200         * ehelp.el (with-electric-help): Accept functions in
8201         electric-help-form-to-execute.
8202         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
8203         And replace unread-command-char -> unread-command-events.
8205 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
8207         Sync with Tramp 2.2.6.
8209         * net/tramp.el (tramp-accept-process-output): Don't use
8210         JUST-THIS-ONE in the XEmacs case.
8212         * net/trampver.el: Update release number.
8214 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
8216         * emacs-lisp/debug.el (debugger-previous-window-height):
8217         New variable.
8218         (debug): When debugger-jumping-flag is non-nil try to restore
8219         height of debugger window.  (Bug#8789)
8221 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8223         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
8224         overriding-local-map and pre/post-command-hook here.
8225         (edebug-recursive-edit): Do it here instead (bug#12345).
8226         (edebug-outside-unread-command-char): Remove all uses of
8227         unread-command-char.
8229         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
8230         inhibit-debugger is bound instead.
8232 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8234         * subr.el (set-temporary-overlay-map): Add a docstring.
8235         (Bug#12346)
8237 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8239         * minibuffer.el (completion-table-subvert): Fix docstring.
8240         (Bug#12347)
8242 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8244         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
8246 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
8248         * progmodes/sql.el: Version 3.1
8249         (sql-db2-escape-newlines): New variable.
8250         (sql-escape-newlines-filter): Use it.
8252 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
8254         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
8256 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
8258         * vc/diff-mode.el (diff-mode-menu):
8259         Bind diff-remove-trailing-whitespace.
8261 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8263         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
8264         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
8265         (emacs-lisp-byte-code-mode): New functions.
8266         (eval-sexp-add-defvars): Don't skip defvars in column >0.
8267         (eval-defun-2): Remove bogus interactive spec.
8268         (lisp-indent-line): Remove redundant whole-exp code, now done in
8269         indent-according-to-mode.
8270         (save-match-data): Remove redundant indent data.
8272         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
8273         Use `declare'.
8275 2012-09-09  Juri Linkov  <juri@jurta.org>
8277         * replace.el (replace-regexp-lax-whitespace): New defcustom.
8278         (replace-lax-whitespace, query-replace-regexp)
8279         (query-replace-regexp-eval, replace-regexp): Doc fix.
8280         (perform-replace, replace-highlight): Let-bind
8281         isearch-lax-whitespace to replace-lax-whitespace and
8282         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8284         * isearch.el (isearch-query-replace): Let-bind
8285         replace-lax-whitespace to isearch-lax-whitespace and
8286         replace-regexp-lax-whitespace to
8287         isearch-regexp-lax-whitespace.  (Bug#10885)
8289 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8291         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8293 2012-09-09  Alan Mackenzie  <acm@muc.de>
8295         * progmodes/cc-engine.el (c-state-cache-init):
8296         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8297         (c-record-parse-state-state):
8298         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8300 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
8302         * register.el (register-separator): Rename from
8303         separator-register.  All uses changed.  Doc fix.
8304         (register): Fix version.
8306 2012-09-09  Chong Yidong  <cyd@gnu.org>
8308         * replace.el (query-replace-map): Bind four new symbols for
8309         requesting window scrolling.
8311         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8312         query-replace-map (Bug#8948).
8314         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8316         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8317         since they are now in query-replace-map.
8319         * window.el (scroll-other-window-down): Make the arg optional.
8321 2012-09-09  Chong Yidong  <cyd@gnu.org>
8323         * files.el (hack-local-variables-confirm): Use quit-window to kill
8324         the *Local Variables* buffer.
8326 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
8328         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8329         not just expect to be at its beginning.  Adjust callees.
8330         Succeed when do-end block has no space before the pipe character.
8331         (ruby-brace-to-do-end): When the original block is one-liner,
8332         convert to multiline.  Reindent the result.
8334 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
8336         * register.el (register): New group.
8337         (separator-register): New user option.
8338         (increment-register): Route it to `append-to-register', if
8339         register contains text.  Implication is that `C-x r +' can now be
8340         used for appending to a text register (bug#12217).
8341         (append-to-register, prepend-to-register): Add separator based on
8342         `separator-register'.
8344 2012-09-08  Alan Mackenzie  <acm@muc.de>
8346         AWK Mode: make auto-newline work when there's "==" in the pattern.
8347         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
8348         correctly.
8349         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
8350         Test more rigorously for "=" token.
8352 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
8354         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
8355         Only fail when reached LIMIT.
8357 2012-09-08  Chong Yidong  <cyd@gnu.org>
8359         * dired.el (dired-mode-map): Don't bind M-=.
8361         * dired-aux.el (dired-diff): Use backup file as default.
8363 2012-09-08  Drew Adams  <drew.adams@oracle.com>
8365         * subr.el (add-to-history): Fix delete usage (Bug#12314).
8367 2012-09-08  Chong Yidong  <cyd@gnu.org>
8369         * subr.el (syntax-after, syntax-class): Doc fix.
8371 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
8373         * window.el (display-buffer-in-previous-window): New buffer
8374         display action function.
8376         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8377         (debugger-previous-window): New variable.
8378         (debug): Rewrite using display-buffer-in-previous-window,
8379         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
8381 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8383         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
8385 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
8387         * progmodes/python.el (python-shell-send-string):
8388         When default-directory is remote, create temp file on remote
8389         filesystem.
8390         (python-shell-send-file): When file is remote, pass local view of
8391         file paths to remote Python interpreter.  (Bug#12340)
8393 2012-09-07  Chong Yidong  <cyd@gnu.org>
8395         * window.el (switch-to-buffer): Doc fix (Bug#12181).
8397         * files.el (after-find-file): Don't fail on a read-only buffer if
8398         require-final-newline is `visit' or `visit-save' (Bug#11156).
8400         * subr.el (read-char-choice): Allow quitting via ESC ESC.
8402         * userlock.el (ask-user-about-supersession-threat):
8403         Use read-char-choice (Bug#12093).
8405 2012-09-07  Chong Yidong  <cyd@gnu.org>
8407         * subr.el (buffer-narrowed-p): New function.
8409         * ses.el (ses-widen):
8410         * simple.el (count-words--buffer-message):
8411         * net/browse-url.el (browse-url-of-buffer): Use it.
8413         * simple.el (count-words-region): Don't signal an error if there
8414         is a non-nil prefix arg and the mark is not set.
8416         * help.el (describe-key-briefly): Allow the message to be seen
8417         when invoked from the minibuffer (Bug#7014).
8419 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
8421         * progmodes/ruby-mode.el (ruby-end-of-defun)
8422         (ruby-beginning-of-defun): Simplify, allow indentation before
8423         block beginning and end keywords.
8424         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8425         (ruby-end-of-defun): Expect that the point is at the beginning of
8426         the defun.
8428 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8430         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8431         (bug#12367).
8432         (cl--make-usage-args): Strip _ from argument names.
8434 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8436         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8437         obsolete alias speedbar-key-map.
8438         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8439         (vhdl-index-menu-init): Don't use obsolete variable
8440         font-lock-maximum-size.
8442 2012-09-06  Chong Yidong  <cyd@gnu.org>
8444         * frame.el (window-system-version): Mark as obsolete.
8446         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8447         of obsolete variable speedbar-key-map.
8449 2012-09-06  Juri Linkov  <juri@jurta.org>
8451         * replace.el (replace-lax-whitespace): New defcustom.
8452         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8453         (replace-string, replace-regexp): Mention it in docstrings.
8454         (perform-replace, replace-highlight): Let-bind
8455         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8456         to the values of replace-lax-whitespace and regexp-flag.
8457         Don't let-bind search-whitespace-regexp.  (Bug#10885)
8459         * isearch.el (isearch-query-replace): Let-bind
8460         replace-lax-whitespace instead of let-binding
8461         replace-search-function and replace-re-search-function.
8462         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8463         and isearch-regexp-lax-whitespace to lazy-highlight variables.
8464         (isearch-toggle-symbol): Set isearch-regexp to nil
8465         in isearch-word mode (like in isearch-toggle-word).
8467 2012-09-06  Juri Linkov  <juri@jurta.org>
8469         * replace.el (replace-search-function)
8470         (replace-re-search-function): Set default values to nil.
8471         (perform-replace): Let-bind isearch-related variables based on
8472         replace-related values, call `isearch-search-fun' and let-bind
8473         the result to `search-function'.  Remove code that sets
8474         `search-function' and `search-string' separately for
8475         `delimited-flag'.
8476         (replace-highlight): Add new argument `delimited-flag' and
8477         rename other arguments to the names used in `perform-replace'.
8478         Let-bind `isearch-word' to the argument `delimited-flag'.
8479         (Bug#10885, bug#10887)
8481 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
8483         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8484         ruby-beginning-of-indent, simplify, allow all keywords to have
8485         indentation before them.
8486         (ruby-beginning-of-indent): Adjust for above.  Search until the
8487         found point is not inside a string or comment.
8488         (ruby-font-lock-keywords): Allow symbols to start with "@"
8489         character, give them higher priority than variables.
8490         (ruby-syntax-propertize-function)
8491         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8492         matchers.  Expression expansions are not comments when inside a
8493         string, and there comment syntax status is irrelevant.
8494         (ruby-match-expression-expansion): New function.  Check that
8495         expression expansion is inside a string, and it's not escaped.
8496         (ruby-font-lock-keywords): Use it.
8498 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
8500         * help.el (temp-buffer-max-height): New default value.
8501         (temp-buffer-resize-frames): New option.
8502         (resize-temp-buffer-window): Optionally resize frame.
8504         * window.el (fit-frame-to-buffer-bottom-margin): New option.
8505         (fit-frame-to-buffer): New function.
8507 2012-09-05  Glenn Morris  <rgm@gnu.org>
8509         * emulation/cua-rect.el (cua--init-rectangles):
8510         * textmodes/picture.el (picture-mode-map):
8511         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8512         like forward-char and backward-char.  (Bug#12317)
8514 2012-09-05  Leo Liu  <sdl.web@gmail.com>
8516         * progmodes/flymake.el (flymake-warning-re): New variable.
8517         (flymake-parse-line): Use it.
8519 2012-09-05  Glenn Morris  <rgm@gnu.org>
8521         * calendar/holidays.el (holiday-christian-holidays):
8522         Rename an entry.  (Bug#12289)
8524 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8526         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8527         (bug#12222).
8529 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8531         * loadup.el: Load macroexp.  Remove hack.
8532         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8533         (macroexp--expand-all): Use it to get better warnings.
8534         (macroexp--backtrace, macroexp--trim-backtrace-frame)
8535         (internal-macroexpand-for-load): New functions.
8536         (macroexp--pending-eager-loads): New var.
8537         (emacs-startup-hook): New hack to replace one in loadup.el.
8538         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8539         (cl--compiler-macro-cXXr): Move to top, before they can be used.
8540         (cl-psetf): Simplify.
8541         (cl-defstruct): Add indent rule.
8543 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
8545         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8546         over `user-mail-address' for the SMTP MAIL FROM envelope.
8547         (smtpmail-via-smtp): Ditto.
8549 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
8551         * progmodes/ruby-mode.el: Clean up keybindings.
8552         (ruby-mode-map): Don't bind ruby-electric-brace,
8553         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8554         backward-kill-word, reindent-then-newline-and-indent.
8555         (ruby-mark-defun): Remove.
8556         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
8557         (ruby-mode): Set local beginning-of-defun-function and
8558         end-of-defun-function values.
8560 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
8562         * window.el (temp-buffer-window-setup-hook)
8563         (temp-buffer-window-show-hook): New hooks.
8564         (temp-buffer-window-setup, temp-buffer-window-show)
8565         (with-temp-buffer-window): New functions.
8566         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8567         (special-display-popup-frame): Make sure the window used shows BUFFER.
8569         * help.el (temp-buffer-resize-mode): Fix doc-string.
8570         (resize-temp-buffer-window): New optional argument WINDOW.
8572         * files.el (recover-file, save-buffers-kill-emacs):
8573         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8575 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
8577         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8578         remote definition of `default-directory', ensure we can connect.
8580 2012-09-02  Juri Linkov  <juri@jurta.org>
8582         Toggle whitespace matching mode with M-s SPC.
8583         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8585         * isearch.el (search-whitespace-regexp): Doc fix.
8586         Remove cons cell customization.
8587         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8588         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8589         New variables.
8590         (isearch-forward, isearch-forward-regexp): Doc fix.
8591         (isearch-toggle-lax-whitespace): New command.
8592         (search-forward-lax-whitespace, search-backward-lax-whitespace)
8593         (re-search-forward-lax-whitespace)
8594         (re-search-backward-lax-whitespace): New functions.
8595         (isearch-whitespace-regexp): Remove function.
8596         (isearch-query-replace): Let-bind replace-search-function and
8597         replace-re-search-function.
8598         (isearch-occur): Let-bind search-spaces-regexp according to the
8599         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8600         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8601         condition for C-q SPC.
8602         (isearch-search-fun-default): Use new functions mentioned above.
8603         (isearch-search-forward, isearch-search-backward): Remove functions.
8604         (isearch-search): Don't let-bind search-spaces-regexp.
8605         (isearch-lazy-highlight-space-regexp): Remove variable.
8606         (isearch-lazy-highlight-lax-whitespace)
8607         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8608         (isearch-lazy-highlight-new-loop): Use them.
8609         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8611 2012-09-02  Chong Yidong  <cyd@gnu.org>
8613         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8615 2012-09-02  Glenn Morris  <rgm@gnu.org>
8617         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
8619 2012-09-01  Glenn Morris  <rgm@gnu.org>
8621         * term.el: Tidy up menu definitions.
8622         (term-mode-map): Use easymenu for In/Out, Complete menus.
8623         (term-pager-break-map): Initialize in the defvar.
8624         (term-terminal-menu, term-signals-menu): Define with easymenu.
8625         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
8626         (term-pager-menu): New, extracted from term-process-pager.
8627         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8628         (term-update-mode-line): Propertize line/char and page items.
8629         (term-process-pager): Move keymap initialization elsewhere.
8631 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
8633         * window.el (switch-to-prev-buffer): Handle additional values of
8634         BURY-OR-KILL argument.  Don't switch in minibuffer window.
8635         (switch-to-next-buffer): Don't switch in minibuffer window.
8636         (quit-restore-window): New function based on quit-window.
8637         Handle additional values of former KILL argument.
8638         (quit-window): Call quit-restore-window with appropriate
8639         interpretation of KILL argument.
8640         (display-buffer-below-selected): New buffer display action
8641         function.
8643 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8645         * minibuffer.el (completion-at-point-functions): Complete docstring
8646         (bug#12254).
8648 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8650         Better seed support for (random).
8651         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8652         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8653         * play/mpuz.el, play/tetris.el, play/zone.el:
8654         * calc/calc-comb.el (math-init-random-base):
8655         * play/blackbox.el (bb-init-board):
8656         * play/life.el (life):
8657         * server.el (server-use-tcp):
8658         * type-break.el (type-break):
8659         Remove unnecessary call to (random t).
8660         * net/sasl.el (sasl-unique-id-function):
8661         Change (random t) to (random), now that the latter is more random.
8662         * play/life.el (life-initialized): Remove no-longer-needed var.
8664 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
8666         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8667         Consider frame's buffer predicate when choosing the buffer.
8668         (Bug#12081)
8670 2012-08-30  Richard Stallman  <rms@gnu.org>
8672         * simple.el (special-mode-map): Delete binding for `z'.
8674 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
8676         * progmodes/compile.el (compilation-always-kill): Doc fix.
8678 2012-08-30  Chong Yidong  <cyd@gnu.org>
8680         * window.el (display-buffer-reuse-frames): Make the obsolescence
8681         message more informative.
8683 2012-08-30  Glenn Morris  <rgm@gnu.org>
8685         * paren.el (show-paren-delay):
8686         Add a :set function.  Doc fix.  (Bug#12297)
8688 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
8690         * progmodes/compile.el (compilation-always-kill): New var.
8691         (compilation-start): Use it.
8693 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8695         * simple.el (read-only-mode): Move from files.el for bootstrapping.
8696         * files.el (read-only-mode): Move to simple.el.
8698         * files.el (read-only-mode): New minor mode.
8699         (toggle-read-only): Use it and mark obsolete.
8700         (find-file--read-only):
8701         * vc/vc.el (vc-next-action, vc-checkout):
8702         * vc/vc-cvs.el (vc-cvs-checkout):
8703         * obsolete/vc-mcvs.el (vc-mcvs-update):
8704         * ffap.el (ffap--toggle-read-only): Update callers.
8706 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
8708         * eshell/esh-ext.el (eshell-external-command): Do not examine
8709         remote shell scripts.
8710         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8712         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8713         "/usr/local/sbin".
8715 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8717         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8719 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8721         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8722         completion-at-point.  (Bug#12220)
8724         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8726         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8728 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8730         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8731         be buffer-local; add delete-trailing-whitespace (bug#12259).
8733 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
8735         * progmodes/hideif.el (hif-compress-define-list):
8736         Fix typo.  (Bug#11951)
8738 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
8740         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8741         buffer local setting.
8743         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8744         rcirc-encode-coding-system.
8746 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8748         * net/rcirc.el (rcirc-split-message): New function.
8749         (rcirc-send-message): Use it.  (Bug#12051)
8751 2012-08-28  Juri Linkov  <juri@jurta.org>
8753         * info.el (Info-fontify-node): Hide empty lines at the end of
8754         the node.  (Bug#12272)
8756 2012-08-27  Drew Adams  <drew.adams@oracle.com>
8758         * dired.el (dired-pop-to-buffer): Make window start at beginning
8759         of buffer (Bug#12281).
8761 2012-08-26  Chong Yidong  <cyd@gnu.org>
8763         * window.el (special-display-regexps, special-display-frame-alist)
8764         (special-display-buffer-names, special-display-function)
8765         (display-buffer-reuse-frames): Mark as obsolete.
8767         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8769         * help.el (help-print-return-message): Don't treat
8770         display-buffer-reuse-frames specially.
8772 2012-08-26  Chong Yidong  <cyd@gnu.org>
8774         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8775         New variable, replacing gdb-frame-parameters.
8776         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8777         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8778         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8779         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8780         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
8781         the functions directly with gdb-display-buffer-other-frame-action.
8782         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8783         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8784         (gdb-display-stack-buffer, gdb-display-locals-buffer)
8785         (gdb-display-registers-buffer): Define directly.
8786         (def-gdb-display-buffer): Macro deleted.
8787         (gdb-display-buffer): Remove second and third args, callers don't
8788         use them.  Defer to the default display-buffer behavior, apart
8789         from making windows dedicated.
8790         (gdb-setup-windows): Don't call display-buffer unnecessarily.
8792         * progmodes/gud.el (gud-display-line): Just use display-buffer.
8794         * window.el (display-buffer-pop-up-frame): Handle a
8795         pop-up-frame-parameters alist entry.
8796         (display-buffer): Document it.
8798 2012-08-26  Chong Yidong  <cyd@gnu.org>
8800         * isearch.el (search-whitespace-regexp): Make string and nil
8801         values apply to both ordinary and regexp search.  Allow a cons
8802         cell value to distinguish between the two.
8803         (isearch-whitespace-regexp, isearch-search-forward)
8804         (isearch-search-backward): New functions.
8805         (isearch-occur, isearch-search-fun-default, isearch-search)
8806         (isearch-lazy-highlight-new-loop): Use them.
8807         (isearch-forward, isearch-forward-regexp): Doc fix.
8809 2012-08-26  Chong Yidong  <cyd@gnu.org>
8811         * faces.el (help-argument-name): Always inherit from italic
8812         (Bug#12213).
8814 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
8816         * window.el (window--even-window-heights): Even heights when
8817         WINDOW and the selected window form a vertical combination.
8818         (display-buffer-use-some-window): Provide that window used gets
8819         sized back by quit-window.  (Bug#11880) and (Bug#12091)
8821 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8823         Fix file time stamp problem with bzr and CVS (Bug#12001).
8824         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8825         in the file's time stamp, since the version control system loses
8826         that information.
8828 2012-08-22  Juri Linkov  <juri@jurta.org>
8830         * info.el (Info-fontify-node): Hide the suffix of the
8831         Info file name in the header line.  (Bug#12187)
8833 2012-08-22  Glenn Morris  <rgm@gnu.org>
8835         * calendar/cal-tex.el (cal-tex-weekly-common):
8836         Restore leading blank page.
8838 2012-08-22  Le Wang  <l26wang@gmail.com>
8840         * misc.el (forward-to-word, backward-to-word): Activate or extend
8841         the region under `shift-select-mode'.  (Bug#12231)
8843 2012-08-22  Bastien Guerry  <bzg@gnu.org>
8845         * progmodes/executable.el (executable-prefix): Set to "#!" instead
8846         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
8847         gives details on why the space is never needed.
8849 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8851         * window.el (walk-window-tree, window-with-parameter):
8852         New optional argument MINIBUF to control whether these functions
8853         should run on the minibuffer window.
8854         (window-at-side-list): Don't operate on minibuffer window.
8855         (window-in-direction): Simplify and rewrite doc-string.
8856         (window--size-ignore): Rename to window--size-ignore-p.
8857         Update callers.
8858         (display-buffer-in-atom-window, window--major-non-side-window)
8859         (window--major-side-window, display-buffer-in-major-side-window)
8860         (delete-side-window, display-buffer-in-side-window):
8861         New functions.
8862         (window--side-check, window-deletable-p, delete-window)
8863         (delete-other-windows, split-window): Handle side windows and
8864         atomic windows appropriately.
8865         (window--display-buffer): Call display-buffer-record-window also
8866         when the window buffer did not change.
8868 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
8870         * help-fns.el (help-fns--key-bindings):
8871         Abbreviate non-symbol remap targets.  (Bug#12174)
8873 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8875         * dired.el (dired-mark-remembered): Don't clobber point.
8876         (Bug#11795)
8878 2012-08-22  Glenn Morris  <rgm@gnu.org>
8880         * progmodes/bug-reference.el (bug-reference): New custom group.
8881         (bug-reference-bug-regexp): Make it a defcustom.
8883 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
8885         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8886         (js-paren-indent-offset, js-square-indent-offset)
8887         (js-curly-indent-offset): Add :safe (Bug#12257).
8889 2012-08-22  Edward O'Connor  <hober0@gmail.com>
8891         * json.el (json-key-format): Add error properties.
8892         (json-encode-key): New function.
8893         (json-encode-hash-table, json-encode-alist, json-encode-plist):
8894         Use json-encode-key.
8896 2012-08-22  Glenn Morris  <rgm@gnu.org>
8898         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8899         (cal-tex-leftday, cal-tex-rightday): Remove functions.
8900         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8901         Update for above change.
8903 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
8905         * cus-face.el (custom-face-attributes): Fix customize type for the
8906         :underline attribute.  (Bug#11805)
8908 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
8910         * window.el (window-point-1, set-window-point-1): Remove.
8911         (window-in-direction, record-window-buffer)
8912         (set-window-buffer-start-and-point, split-window-below)
8913         (window--state-get-1, display-buffer-record-window):
8914         Replace calls to window-point-1 and set-window-point-1 by calls to
8915         window-point and set-window-point respectively.
8917 2012-08-21  Glenn Morris  <rgm@gnu.org>
8919         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8920         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8921         Use it.
8923         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8924         (cal-tex-shortday): New function.
8925         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8926         (cal-tex-cursor-filofax-daily): Use the above.
8928         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8929         New functions.
8930         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8931         (cal-tex-cursor-filofax-week): Use them.
8933         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8934         New constants.
8935         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8936         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8938         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8939         (cal-tex-end-document): Don't rely on buffer name.
8941         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8942         Use cal-tex-vspace.
8943         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8944         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8945         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8946         Use cal-tex-arg.
8948         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8949         (cal-tex-cursor-week, cal-tex-cursor-week2)
8950         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8951         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8952         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8953         (cal-tex-insert-preamble, cal-tex-b-document)
8954         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8955         Improve cal-tex-cmd usage.
8957         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8958         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8959         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8960         (cal-tex-weekly-paper): New function.
8961         (cal-tex-cursor-week, cal-tex-cursor-week2)
8962         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8963         (cal-tex-cursor-day): Use it.
8965         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8966         (cal-tex-cursor-filofax-week): Remove leading blank page.
8968         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8969         Add autoload cookie.  For now at least, don't use color, since
8970         no other cal-tex function does.
8972         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8973         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8974         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8976 2012-08-21  Juri Linkov  <juri@jurta.org>
8978         * info.el (Info-file-attributes): New variable.
8979         (info-insert-file-contents): Add file attributes to
8980         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
8981         `Info-toc-nodes' when previous modtime of the Info file is less
8982         than new modtime.
8983         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8984         of info.el.  (Bug#12230)
8986 2012-08-20  Glenn Morris  <rgm@gnu.org>
8988         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8989         * calendar/holidays.el (calendar-holiday-list):
8990         Report errors with display-warning rather than beep'n'sleep.
8992 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
8994         * net/tramp.el (tramp-accept-process-output): Accept only output
8995         from PROC.  Otherwise, process filters and sentinels might be
8996         confused.  (Bug#12145)
8998 2012-08-20  Chong Yidong  <cyd@gnu.org>
9000         * descr-text.el (describe-text-properties-1): Use overlays-in to
9001         report on empty overlays (Bug#3322).
9003 2012-08-20  Glenn Morris  <rgm@gnu.org>
9005         * mail/rmailout.el (rmail-output-read-file-name):
9006         Trap and report errors in rmail-output-file-alist elements.
9008         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
9009         since most non-font-lock faces are not also variables).
9011 2012-08-20  Edward Reingold  <reingold@iit.edu>
9013         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9014         New function.  (Bug12160)
9016 2012-08-19  Glenn Morris  <rgm@gnu.org>
9018         * mail/rmailout.el (rmail-output-read-file-name):
9019         Fix previous change (when the alist is nil or does not match).
9021 2012-08-19  Chong Yidong  <cyd@gnu.org>
9023         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
9024         (Bug#12228).
9026 2012-08-18  Chong Yidong  <cyd@gnu.org>
9028         * simple.el (yank-handled-properties): New defcustom.
9029         (yank-excluded-properties): Add font-lock-face and category.
9030         (yank): Doc fix.
9032         * subr.el (remove-yank-excluded-properties):
9033         Obey yank-handled-properties.  The special handling of font-lock-face
9034         and category is now done this way, instead of being hard-coded.
9035         (insert-for-yank-1): Remove font-lock-face handling.
9036         (yank-handle-font-lock-face-property)
9037         (yank-handle-category-property): New function.
9039 2012-08-17  Glenn Morris  <rgm@gnu.org>
9041         * mail/rmailout.el (rmail-output-read-file-name):
9042         Check rmail-output-file-alist against the full message body
9043         in the correct rmail buffer.  (Bug#12214)
9045 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
9047         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
9048         Eliminate superfluous prompt.  (Bug#12203)
9050 2012-08-17  Chong Yidong  <cyd@gnu.org>
9052         * mouse.el (mouse-appearance-menu): If x-select-font returns a
9053         font spec, set the font directly (Bug#3228).
9055 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
9057         * window.el (delete-window): Fix last fix.
9059 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
9061         * window.el (window-valid-p): Move to window.c.
9062         (window-child, window-child-count, window-last-child)
9063         (window-normalize-window, window-combined-p)
9064         (window-combinations, window-atom-root, window-min-size)
9065         (window-sizable, window-sizable-p, window-size-fixed-p)
9066         (window-min-delta, window-max-delta, window--resizable)
9067         (window--resizable-p, window-resizable, window-total-size)
9068         (window-full-height-p, window-full-width-p, window-body-size)
9069         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
9070         (minimize-window, window-deletable-p, delete-window)
9071         (delete-other-windows, set-window-buffer-start-and-point)
9072         (next-buffer, previous-buffer, split-window, balance-windows-2)
9073         (set-window-text-height, window-buffer-height)
9074         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9075         (truncated-partial-width-window-p): Minor code adjustments.
9076         In doc-strings state whether the argument window has to denote a
9077         live, valid or any window.
9079 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
9081         * progmodes/subword.el (subword-forward-function)
9082         (subword-backward-function, subword-forward-regexp)
9083         (subword-backward-regexp): New variables.
9084         (subword-forward, subword-forward-internal, subword-backward-internal):
9085         Use new variables, eg so that different "word" definitions
9086         can be easily used.  (Bug#11411)
9088 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9090         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
9091         for composite selectors.
9092         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
9093         operation just because we can't find a previous revision.
9095 2012-08-15  Chong Yidong  <cyd@gnu.org>
9097         * frame.el (set-frame-font): Accept font objects.
9099 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9101         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
9103 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
9105         * man.el (Man-overstrike-face, Man-underline-face)
9106         (Man-reverse-face): Remove variables.
9107         (Man-overstrike, Man-underline, Man-reverse): New faces.
9108         (Man-fontify-manpage): Use them instead of the variables.
9109         (Man-cleanup-manpage): Comment change.
9110         (Man-ansi-color-map): New variable.
9111         (Man-fontify-manpage): Use it.
9112         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
9114         Implement ANSI SGR parameters 22-27 (bug#12146).
9115         * ansi-color.el (ansi-colors): Doc fix.
9116         (ansi-color-context, ansi-color-context-region): Doc fix.
9117         (ansi-color--find-face): New function.
9118         (ansi-color-apply, ansi-color-apply-on-region): Use it.
9119         Rename the local variable `face' to `codes' since it is now a list of
9120         ansi codes.  Doc fix.
9121         (ansi-color-get-face): Remove.
9122         (ansi-color-parse-sequence): New function, derived from
9123         ansi-color-get-face.
9124         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
9125         codes 22-27.
9127 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9129         * subr.el (read-passwd): Allow use from a minibuffer.
9131 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
9133         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
9134         inside comments and strings as identifiers.
9136         * progmodes/gud.el (gud-tooltip-print-command): Quote the
9137         expression to evaluate.  This allows to evaluate expressions with
9138         embedded whitespace.
9139         (gud-tooltip-tips): Add a blank before the newline in the
9140         message-box text, for the benefit of message-box emulation on
9141         MS-Windows.
9143         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
9144         messages from GDB, pop them up in a tooltip to give feedback to
9145         user.
9146         (gdb-tooltip-print-1): Quote the expression to evaluate.
9147         This allows to evaluate expressions with embedded whitespace.
9148         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
9149         if the TTY name is nil or empty (which happens when communicating
9150         with the inferior via pipes, e.g. on MS-Windows).
9151         (gdb-internals): If GDB sends a "&\n" empty debugging message,
9152         don't send that to the GUD buffer.
9154 2012-08-14  Glenn Morris  <rgm@gnu.org>
9156         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
9157         Optimize away setq-default with no args, as for setq.  (Bug#12195)
9159 2012-08-14  Chong Yidong  <cyd@gnu.org>
9161         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
9163         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
9164         (Bug#12085).
9166 2012-08-14  Glenn Morris  <rgm@gnu.org>
9168         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
9170 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
9172         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
9173         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9174         Use cached shell name.
9176 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
9178         * progmodes/python.el (python-shell-send-string):
9179         (python-shell-send-setup-code): Do not use `format' with `message'.
9181 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
9183         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
9184         (ruby-percent-literal-beg-re): New constant.
9185         (ruby-syntax-general-delimiters-goto-beg): Rename to
9186         `ruby-syntax-enclosing-percent-literal', improve literal type check.
9187         (ruby-syntax-propertize-general-delimiters): Rename to
9188         `ruby-syntax-propertize-percent-literal', it's a shorter and more
9189         popular term.  Adjust comments everywhere.
9190         (ruby-syntax-propertize-percent-literal): Only propertize when not
9191         inside a simple string or comment.  When the literal is unclosed,
9192         leave the text after it unpropertized.
9193         (ruby-syntax-methods-before-regexp): New constant.
9194         (ruby-syntax-propertize-function): Use it to recognize regexps.
9195         Don't look at the text after regexp, just use the whitelist.
9197 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
9199         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
9200         non-nil always load the compiled file if it exists.  (Bug#12197)
9202 2012-08-14  Chong Yidong  <cyd@gnu.org>
9204         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
9205         (hi-lock-set-pattern): When deciding whether to use font lock or
9206         overlays, look at font-lock-mode instead of font-lock-fontified
9207         (Bug#12168).
9208         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
9209         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
9211 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
9213         * subr.el (internal--after-with-selected-window): Fix typo
9214         (Bug#12193).
9216 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
9218         Use `completion-table-dynamic' for completion functions.
9219         * progmodes/python.el
9220         (python-shell-completion--do-completion-at-point)
9221         (python-shell-completion--get-completions):
9222         Remove functions.
9223         (python-shell-completion-complete-at-point): New function.
9224         (python-completion-complete-at-point): Use it.
9226 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
9228         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
9229         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
9231 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9233         * subr.el (function-get): Refine `autoload' arg so it can also
9234         autoload functions for gv.el (bug#12191).
9235         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
9236         autoloads macros.
9238         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
9239         Prefer pcase-let over destructuring-bind.
9240         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
9241         Also, remove whitespace as we go, rather than after accumulating the
9242         various places.
9244         * subr.el (internal--before-with-selected-window)
9245         (internal--after-with-selected-window): Fix typo seleted->selected.
9246         (with-selected-window): Adjust callers.
9247         Reported by Dmitry Gutov <dgutov@yandex.ru>.
9249 2012-08-13  Bastien Guerry  <bzg@gnu.org>
9251         * window.el (special-display-popup-frame): Minor docstring
9252         enhancement.  (Bug#12172)
9254 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
9256         * tar-mode.el (tar-header-data-end): Only ignore size for files of
9257         type 1-6.
9258         (tar-header-block-summarize, tar-get-descriptor): Handle pax
9259         extended headers.
9261         * files.el (hack-local-variables-filter): Remove useless eval.
9263 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
9265         * subr.el (with-selected-window): Fix last change.
9267 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9269         * subr.el (internal--before-with-seleted-window)
9270         (internal--after-with-seleted-window): New functions.
9271         (with-selected-window): Use them, to replace dependency on
9272         tty-top-frame.
9274 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
9276         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9277         binding for `newline'.
9278         (ruby-move-to-block): When moving backward, stop at block opening,
9279         not indentation.
9280         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9281         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9282         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9283         `ruby-toggle-block'.
9285 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9287         * ibuffer.el (ibuffer-do-toggle-read-only):
9288         * dired.el (dired-toggle-read-only):
9289         * buff-menu.el (Buffer-menu-toggle-read-only):
9290         * bindings.el (mode-line-toggle-read-only):
9291         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9293 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
9295         * descr-text.el (describe-char): Put the overlays over the
9296         "displayed as" character.
9298 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
9300         * calc/calc-units.el (math-default-units-table): Give an
9301         initial value.
9302         (math-put-default-units): Add options to put composite units and
9303         unit systems in the default units table.
9304         (calc-convert-units): Send composite units to
9305         `math-put-default-units' when appropriate.
9307 2012-08-11  Glenn Morris  <rgm@gnu.org>
9309         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9311         * tutorial.el (help-with-tutorial):
9312         * emacs-lisp/copyright.el (copyright-update-directory):
9313         * emacs-lisp/autoload.el (autoload-find-generated-file)
9314         (autoload-find-file): Disable local eval: (for insurance).
9316         * files.el (hack-local-variables-filter): If an eval: form is not
9317         known to be safe, and enable-local-variables is :safe, then ignore
9318         the form totally, as is done for non-eval forms.  (Bug#12155)
9319         This is CVE-2012-3479.
9321 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9323         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9324         (rx-form): Simplify.
9326 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
9328         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9329         ?, _, and : are symbol constituents, ! is not (but kinda should be).
9330         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9331         (ruby-syntax-propertize-function): Adjust for changes in
9332         `ruby-syntax-propertize-heredoc'.
9334 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
9336         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9337         binding (use `M-;' instead).
9338         (ruby-singleton-class-p): New function.
9339         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9341 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9343         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
9345 2012-08-10  Chong Yidong  <cyd@gnu.org>
9347         * progmodes/python.el (python-shell-get-process-name): Don't mess
9348         with same-window-buffer-names.
9350         * eshell/eshell.el (eshell-add-to-window-buffer-names)
9351         (eshell-remove-from-window-buffer-names): Make obsolete.
9352         (eshell-buffer-name, eshell-unload-hook): Don't use them.
9353         (eshell): Just use pop-to-buffer-same-window instead.
9355 2012-08-10  Chong Yidong  <cyd@gnu.org>
9357         * bindings.el: Bind M-= back to count-words-region.
9359         * simple.el (count-words-region): Accept a prefix arg for acting
9360         on the entire buffer.
9361         (count-words--buffer-message): New helper function.
9363 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9365         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9366         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9367         (event-start, event-end): Use posn-at-point to return a more
9368         informative posn.
9369         (posnp): New function.
9370         * mouse.el (popup-menu-normalize-position): Use it.
9372 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
9374         * mouse.el (popup-menu-normalize-position): New function.
9375         (popup-menu): Use `popup-menu-normalize-position' to normalize
9376         the form for POSITION argument.
9378         * term/x-win.el (x-menu-bar-open):
9379         Use the value returend from (posn-at-point) as position
9380         passed to `popup-menu'.
9382 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
9384         * calc/calccomp.el (math-compose-expr): Add extra argument
9385         indicating that parentheses should be put around products in
9386         denominators.  Give multiplication precedence over division during
9387         composition.
9389 2012-08-09  Chong Yidong  <cyd@gnu.org>
9391         * man.el (Man-switches, Man-sed-command, Man-awk-command)
9392         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9393         (Man-untabify-command, manual-program): Convert to defcustom
9394         (Bug#10429).
9396         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9398         * descr-text.el (describe-char): Don't insert extra newlines
9399         (Bug#10127).
9401         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9402         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9404         * align.el (align-region): Delete temporary markers (Bug#10047).
9405         Plus some code cleanups.
9407 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
9409         * progmodes/python.el (python-pdbtrack-tracked-buffer)
9410         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9411         (python-shell-internal-last-output): Use make-local-variable
9412         instead of make-variable-buffer-local.
9414 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
9416         * progmodes/python.el: Enhancements to forward-sexp.
9417         (python-nav-forward-sexp): Rename from
9418         python-nav-forward-sexp-function.
9419         (python-nav--forward-sexp, python-nav--backward-sexp):
9420         New functions.
9422 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
9424         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9425         modes and simplification modes.
9427 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9429         * delsel.el (delete-selection-pre-hook): Don't propagate the
9430         file-supersession signals (bug#12161).
9432 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9434         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9435         (cl-map-extents): Add compatibility aliases (bug#12135).
9437 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
9439         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9440         tests by `ignore-error'.
9441         (tramp-find-shell): Open also a new shell, when cache is already
9442         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
9444 2012-08-08  Juri Linkov  <juri@jurta.org>
9446         * bookmark.el: Add `defaults' property to the bookmark record.
9447         (bookmark-current-buffer): Doc fix.
9448         (bookmark-make-record): Add `defaults' property with default values
9449         to the bookmark record.
9450         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9451         with `bookmark-insert-current-bookmark'.
9452         (bookmark-set): Get `defaults' property from the bookmark record
9453         and use it in `read-from-minibuffer'.
9454         (bookmark-insert-current-bookmark): Remove function.
9456         * info.el (Info-bookmark-make-record): Add `defaults' property
9457         with values of canonical Info node name, the current Info file
9458         name and the current Info node name.  (Bug#12107)
9460 2012-08-08  Juri Linkov  <juri@jurta.org>
9462         * files.el (basic-save-buffer): Use `buffer-name' as the default
9463         of `read-file-name' when buffer is not visiting a file (bug#12128).
9465 2012-08-08  Juri Linkov  <juri@jurta.org>
9467         * info.el (Info-isearch-search): Doc fix.
9468         (Info-search): Change search-failed message from "initial node" to
9469         "end of node" (bug#12078).
9470         (Info-isearch-search): Change `isearch-string-state' to
9471         `isearch--state-string'.
9473 2012-08-08  Glenn Morris  <rgm@gnu.org>
9475         * language/persian.el: Remove file.
9476         * language/misc-lang.el: Move unique part of persian.el here.
9477         * loadup.el: Remove language/persian.
9479 2012-08-08  Ã“scar Fuentes  <ofv@wanadoo.es>
9481         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9483 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
9485         * progmodes/python.el: Fix defsubst warning.
9486         (python-syntax-context) Rename from python-info-ppss-context.
9487         (python-syntax-context-type): Rename from
9488         python-info-ppss-context-type.
9489         (python-syntax-comment-or-string-p): Rename from
9490         python-info-ppss-comment-or-string-p.
9492 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
9494         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9496 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
9498         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9499         a defcustom that is quoted with backquote.
9501         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9502         Fix handling of interactive spec when the body uses return.
9503         (math-do-arg-check, math-define-function-body): Use backquote forms.
9504         * calc/calc-ext.el (math-defcache): Likewise.
9505         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9506         * allout.el (allout-new-exposure): Likewise.
9507         * calc/calcalg2.el (math-tracing-integral): Likewise.
9508         * info.el (Info-last-menu-item): Likewise.
9509         * emulation/vip.el (vip-loop): Likewise.
9510         * textmodes/artist.el (artist-funcall): Likewise.
9511         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9512         Construct menu-item directly.
9514         * progmodes/autoconf.el (font-lock-syntactic-keywords):
9515         Don't declare.
9517 2012-08-07  Chong Yidong  <cyd@gnu.org>
9519         * simple.el (deactivate-mark): Preserve text properties when
9520         saving the primary selection (Bug#8384).
9522 2012-08-07  Kevin Ryde  <user42@zip.com.au>
9524         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9525         (woman-parse-numeric-value): On a bad .IP line, issue a warning
9526         and continue processing (Bug#12110).
9528 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9530         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9531         syntax-propertize-function (bug#10095).
9533 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9535         * help-fns.el (help-fns--key-bindings, help-fns--signature)
9536         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9537         describe-function-1.
9538         (describe-function-1): Use them.  Move compiler macro after sig.
9539         (help-fns--compiler-macro): Use function-get.  Assume we're already in
9540         standard-output.  Adjust layout to new call order.
9542         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9543         re-binding a symbol that has a symbol-macro (bug#12119).
9545 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
9547         * language/persian.el: New file.  (Bug#11812)
9548         * loadup.el: Add language/persian.el.
9550 2012-08-06  Chong Yidong  <cyd@gnu.org>
9552         * window.el (window--maybe-raise-frame): New function.
9553         (window--display-buffer): Split off from here.
9554         (display-buffer-reuse-window, display-buffer-pop-up-frame)
9555         (display-buffer-pop-up-window, display-buffer-use-some-window):
9556         Obey an inhibit-switch-frame action alist entry.
9557         (display-buffer): Update doc.
9559         * replace.el (occur-after-change-function): Avoid losing focus by
9560         using the inhibit-switch-frame display parameter (Bug#12139).
9562 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
9564         Make internal shell process buffer names start with space.
9565         * progmodes/python.el (python-shell-make-comint): Add optional
9566         argument INTERNAL.
9567         (run-python-internal): Use it.
9568         (python-shell-internal-get-or-create-process): Check for new
9569         internal buffer names.
9571 2012-08-06  Glenn Morris  <rgm@gnu.org>
9573         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9574         Do less getting and setting of environment variables.
9576 2012-08-05  Chong Yidong  <cyd@gnu.org>
9578         * proced.el (proced): Add substitution string to docstring to
9579         trigger autoloading of the proced library on C-h f (Bug#1768).
9581         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9582         Don't show defvars which have no second argument (Bug#8638).
9584         * imenu.el (imenu-generic-expression): Move documentation here
9585         from imenu--generic-function.
9586         (imenu--generic-function): Refer to imenu-generic-expression.
9588 2012-08-05  Vegard Ã˜ye  <vegard_oye@hotmail.com>  (tiny change)
9590         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9591         indentation declaration.
9592         (viper-loop): Add indentation declaration (Bug#7025).
9594 2012-08-05  Chong Yidong  <cyd@gnu.org>
9596         * help-fns.el (describe-variable): Add hyperlink for
9597         directory-local variables files.  Improve buffer-local and
9598         permanent-local reporting; suggested by MON KEY (Bug#6644).
9600         * help-mode.el (help-dir-local-var-def): New button type.
9602         * files.el (kill-buffer-hook): Provide a defvar.
9604 2012-08-05  Glenn Morris  <rgm@gnu.org>
9606         * eshell/esh-ext.el (eshell/addpath):
9607         Also update eshell-path-env.  (Bug#12013)
9609 2012-08-05  Chong Yidong  <cyd@gnu.org>
9611         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9613         * fringe.el (fringe-styles): Add docstring.
9614         (fringe--check-mode): New function.
9615         (set-fringe-mode, set-fringe-style): Use it.
9616         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9618         * files.el (set-auto-mode): Fix invalid setq call.
9620 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9622         * isearch.el: Misc simplification; use defstruct.
9623         (isearch-mode-map): Dense maps now work like sparse ones.
9624         (isearch--state): New defstruct.
9625         (isearch-string-state, isearch-message-state, isearch-point-state)
9626         (isearch-success-state, isearch-forward-state)
9627         (isearch-other-end-state, isearch-word-state, isearch-error-state)
9628         (isearch-wrapped-state, isearch-barrier-state)
9629         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9630         replaced by defstruct's accessors.
9631         (isearch--set-state): Rename from isearch-top-state and change
9632         calling convention.
9633         (isearch-push-state): Use new isearch--get-state.
9634         (isearch-toggle-word): Disable regexp when enabling word.
9635         (isearch-message-prefix): Remove unused arg _c-q-hack.
9636         (isearch-message-suffix): Remove unused arg _ellipsis.
9638 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
9640         * simple.el (list-processes--refresh): For a server use :host or
9641         :local as the address.
9642         (list-processes): Doc fix.
9644 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
9646         * lisp/mpc.el: Support password in host argument.
9647         (mpc--proc-connect): Parse and use new password element.
9648         Set mpc-proc variable instead of returning process.
9649         (mpc-proc): Adjust accordingly.
9651 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
9653         * whitespace.el (whitespace-display-mappings): Use Unicode
9654         codepoints, instead of emacs-mule codepoints.  See
9655         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9656         for the details.
9658         * files.el (file-truename): Don't skip symlink-chasing part on
9659         windows-nt.  Incorporate the resolution of 8+3 short aliases on
9660         Windows into the loop that recursively chases symlinks.
9661         Compare directory and its parent case-insensitively on MS-Windows and
9662         MS-DOS.
9664 2012-08-03  Chong Yidong  <cyd@gnu.org>
9666         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9668         * sort.el (sort-regexp-fields): Doc fix.
9670 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
9672         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9673         labels regex position point at the expected place.
9675 2012-08-03  MON KEY  <monkey@sandpframing.com>
9677         * net/imap.el (imap-interactive-login, imap-authenticate)
9678         (imap-mailbox-lsub, imap-mailbox-list)
9679         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9680         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9681         (imap-parse-response): Doc fix.
9683 2012-08-03  João Távora  <joaotavora@gmail.com>
9685         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9686         if sexp scanning does not move point (Bug#5734).
9688 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
9690         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9691         Add listings, minted, and ctable packages.
9692         (reftex-label-alist-builtin): Move listings, minted, and ctable
9693         entries before LaTeX.
9694         (reftex-label-alist): Docfix.
9696 2012-08-02  Bastien Guerry  <bzg@gnu.org>
9698         * replace.el (occur): Fix docstring (bug#12122).
9700 2012-08-02  Glenn Morris  <rgm@gnu.org>
9702         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9704 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
9706         Obsolete alias inactivate-current-input-method-function (Bug#10150).
9707         * international/mule-cmds.el: Create
9708         inactivate-current-input-method-function as an obsolete alias for
9709         deactivate-current-input-method-function.  See Katsumi Yamaoka in
9710         <http://bugs.gnu.org/10150#46>.
9712 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
9714         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9715         of nested `if's.
9717 2012-08-01  Glenn Morris  <rgm@gnu.org>
9719         * progmodes/autoconf.el (autoconf-definition-regexp):
9720         Add AH_TEMPLATE, adjust submatch numbering.
9721         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9722         (autoconf-current-defun-function): Update for above change.
9723         (autoconf-current-defun-function): First skip to end of current word.
9725 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
9727         * calendar/cal-html.el (cal-html-insert-agenda-days):
9728         Fix typo.  (Bug#12018)
9730 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
9732         Shell processes: enhancements to startup and CEDET compatibility.
9733         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9734         (python-shell-make-comint): accept-process-output at startup.
9735         (run-python-internal): Set inferior-python-mode-hook to nil.
9736         (python-shell-internal-get-or-create-process): call sit-for.
9737         (python-preoutput-result): Add obsolete alias.
9738         (python-shell-internal-send-string): Use it.
9739         (python-shell-send-setup-code): Remove call to
9740         accept-process-output.
9742 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
9744         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9745         (Bug#12108)
9747 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
9749         * calc-mode.el (calc-basic-simplification-mode): Rename from
9750         `calc-limited-simplification-mode'.
9751         (calc-alg-simplification-mode): New function.
9752         (calc-set-simplify-mode): Adjust message.
9754         * calc.el (calc-set-mode-line): Adjust mode line display for
9755         basic simplification mode.
9757         * calc-help.el (calc-m-prefix-help): Update help message.
9759         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9760         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9762 2012-07-31  Bastien Guerry  <bzg@gnu.org>
9764         * man.el (man): Fix comment.  (bug#12101)
9766 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
9768         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9769         Don't return a non-nil value when no suitable buffer was found.
9771 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
9773         * progmodes/python.el (run-python-internal): Disable font lock for
9774         internal shells.
9776 2012-07-30  Stefan Merten  <smerten@oekonux.de>
9778         * textmodes/rst.el: Silence `checkdoc-ispell'.
9779         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9780         (rst-official-version, rst-official-cvs-rev)
9781         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9782         (rst-mode-map): New key binding.
9784 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
9786         Update .PHONY listings in makefiles.
9787         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9788         autoloads, update-subdirs, updates, bzr-update, update-authors,
9789         compile-onefile, compile-calc, backup-compiled-files,
9790         compile-after-backup, compile-one-process, mh-autoloads,
9791         bootstrap-clean, distclean, maintainer-clean.
9793 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9795         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9796         (calc-set-mode-line): Don't display "AlgSimp ".
9798         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9799         (calc-lim-simplify-mode): New function.
9800         (calc-set-simplify-mode): Default to 'alg.
9801         (calc-default-simplify-mode): Make algebraic simplifications
9802         the default.
9804         * calc/calc-ext.el (calc-init-extensions): Remove binding for
9805         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
9807         * calc/calc-help.el (calc-m-prefix-help): Change messages to
9808         indicate new simplification modes.
9810         * calc/README: Mention new default simplification mode.
9812         * calc/calc.el (math-normalize-error): New variable.
9813         (math-normalize): Set `math-normalize-error' to t
9814         when there's an error.
9816         * calc/calc-alg.el (math-simplify): Don't simplify when
9817         `math-normalize' returns an error.
9819 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
9821         * international/mule-cmds.el (set-locale-environment): Revert last
9822         change, since display-graphic-p returns nil when this function is
9823         called during startup.  Instead...
9825         * term/w32console.el (terminal-init-w32console): ...setup the
9826         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
9828 2012-07-29  Juri Linkov  <juri@jurta.org>
9830         * simple.el (goto-line): Don't display default line number in the
9831         prompt because it should be displayed by `read-number' (bug#9952).
9832         Add the current line number to the defaults of `goto-line' to
9833         allow its easier modification by users with `M-n' (bug#9201).
9835         * subr.el (read-number): Support multiple default values like in
9836         other minibuffer reading functions.  Replace `read' with
9837         `string-to-number' for consistency with `number-to-string'.
9839 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
9841         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9842         * emulation/viper-init.el (viper-deactivate-input-method-action):
9843         Rename from viper-inactivate-input-method-action.
9844         (viper-deactivate-input-method):
9845         Rename from viper-inactivate-input-method.
9846         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9847         * international/mule-cmds.el (deactivate-input-method):
9848         Rename from inactivate-input-method.
9849         Also run input-method-deactivate-hook.
9850         (deactivate-current-input-method-function):
9851         Rename from inactivate-current-input-method-function.
9852         (input-method-deactivate-hook): New hook.
9853         (input-method-inactivate-hook): Mark obsolete.
9854         (inactivate-input-method): Mark obsolete.
9856         * international/quail.el (quail-activate):
9857         Also run quail-deactivate-hook.
9858         (quail-deactivate): Rename from quail-inactivate.
9859         * international/robin.el (robin-activate):
9860         Also run robin-deactivate-hook.
9861         (robin-deactivate): Rename from robin-inactivate.
9863 2012-07-29  Chong Yidong  <cyd@gnu.org>
9865         * simple.el (indicate-copied-region): New function.
9866         (kill-ring-save): Split off from here.
9868         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9869         (kill-rectangle): Set deactivate-mark to t on read-only error.
9871         * register.el (copy-to-register, copy-rectangle-to-register):
9872         Deactivate the mark, and use indicate-copied-region (Bug#10056).
9873         (append-to-register, prepend-to-register): Call indicate-copied-region.
9875 2012-07-29  Juri Linkov  <juri@jurta.org>
9877         * simple.el (async-shell-command-buffer): New defcustom.
9878         (shell-command): Use it.  (Bug#4719)
9880 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9882         * international/mule-cmds.el (set-locale-environment): In a
9883         console session on MS-Windows, set up keyboard and terminal
9884         encoding from the OEM codepage, not the ANSI codepage.
9885         (Bug#12055)
9887 2012-07-28  Chong Yidong  <cyd@gnu.org>
9889         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9890         gdb-get-location.
9892 2012-07-28  Leo Liu  <sdl.web@gmail.com>
9894         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9895         the alist (bug#12029).
9897 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9899         * makefile.w32-in (custom-deps, finder-data, updates, compile)
9900         (compile-always, compile-first)
9901         ($(lisp)/calendar/cal-loaddefs.el)
9902         ($(lisp)/calendar/diary-loaddefs.el)
9903         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9904         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9905         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9906         instead of on update-subdirs.
9907         (bootstrap-clean): Delete $(lisp)/subdirs.el.
9909 2012-07-28  Chong Yidong  <cyd@gnu.org>
9911         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9912         directory if vc-deduce-backend returns nil (Bug#7350).
9914         * simple.el (delete-trailing-lines): New option.
9915         (delete-trailing-whitespace): Obey it (Bug#11879).
9917 2012-07-28  David Engster  <deng@randomsample.de>
9919         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9920         Explanation of new 'symbol-qnames feature in doc-strings.
9921         (xml-maybe-do-ns): Return expanded names as plain symbols if
9922         'symbol-qnames was provided in XML-NS argument (Bug#11916).
9923         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9925 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
9927         Consistent completion in inferior python with emacs -nw.
9928         * progmodes/python.el (inferior-python-mode): replace "<tab>"
9929         binding in inferior-python-mode-map with "\t".
9930         (python-shell-completion-complete-at-point)
9931         (python-completion-complete-at-point): Remove interactive spec.
9933 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9935         * calc/calccomp.el (math-compose-expr): Undo previous change.
9937 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
9939         * progmodes/python.el (python-mode-map): Add keybinding for
9940         run-python.
9941         (python-shell-make-comint): Fix pop-to-buffer call.
9942         (run-python): Autoload.  New arg SHOW.
9943         (python-shell-get-or-create-process): Do not pop python process
9944         buffer.
9946 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
9948         * notifications.el (notifications-on-action-signal)
9949         (notifications-on-closed-signal): Use also the bus address for the map.
9950         (notifications-notify, notifications-close-notification)
9951         (notifications-get-capabilities): Add optional argument BUS.
9953 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
9955         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9956         Add support for the lstlisting and minted environments, and for the
9957         ctable macro.
9958         * textmodes/reftex.el (reftex-compile-variables): Also recognize
9959         labels written in keyvals syntax.
9961 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9963         * calc/calccomp.el (math-compose-expr): Use parentheses when
9964         there is a product in the denominator of a fraction.
9966 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
9968         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9969         ($(lisp)/calendar/diary-loaddefs.el)
9970         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9971         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9972         Fixes failures in parallel bootstrap because subdirs.el is being
9973         rewritten while the autoload files are built at the same time,
9974         which needs to load subdirs.el.
9976 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
9978         * mouse.el (popup-menu): Fix doc-string and re-indent code.
9979         (mouse-drag-line): Don't exit tracking when a switch-frame or
9980         switch-window event occurs (Bug#12006).
9982 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9984         * mouse.el (popup-menu): Fix last change.
9986 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9988         Autoload from Lisp with more care.  Follow aliases when looking for
9989         function properties.
9990         * subr.el (autoloadp): New function.
9991         (symbol-file): Use it.
9992         (function-get): New function.
9993         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9994         autoload-do-load.
9995         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9996         (lisp-indent-function):
9997         * emacs-lisp/gv.el (gv-get):
9998         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9999         * emacs-lisp/byte-opt.el (byte-optimize-form):
10000         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10001         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
10002         Use function-get.
10003         * emacs-lisp/cl.el: Don't propagate function properties any more.
10005         * speedbar.el (speedbar-add-localized-speedbar-support):
10006         * emacs-lisp/disass.el (disassemble-internal):
10007         * desktop.el (desktop-load-file):
10008         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
10009         (describe-function-1):
10010         * emacs-lisp/find-func.el (find-function-noselect):
10011         * emacs-lisp/elp.el (elp-instrument-function):
10012         * emacs-lisp/advice.el (ad-has-proper-definition):
10013         * apropos.el (apropos-safe-documentation, apropos-macrop):
10014         * emacs-lisp/debug.el (debug-on-entry):
10015         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
10016         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10017         * calc/calc.el (name): Use autoloadp & autoload-do-load.
10019 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
10021         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
10022         function, not an obsolete variable (Bug#12046).
10024 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
10026         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
10028 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
10030         * emacs-lisp/pp.el (pp-display-expression): Select old selected
10031         window only if it is still live (Bug#12034).
10033 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
10035         * subr.el (redirect-frame-focus): Add advertised calling
10036         convention (Bug#12030).
10038 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
10040         Prefer typical American spelling for "acknowledgment".
10041         * vc/add-log.el (change-log-acknowledgment): Rename from
10042         change-log-acknowledgement, with an alias for the old name.
10044 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
10046         * calc-alg.el (math-simplify-divide): Don't cross multiply
10047         in an equation when the lhs is a variable.
10049 2012-07-24  Julien Danjou  <julien@danjou.info>
10051         * net/netrc.el (netrc-find-service-number, netrc-store-data):
10052         Remove, unused.
10054 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
10056         * startup.el (command-line): Don't display an empty user name in
10057         the error message about non-existent home directory, when
10058         init-file-user was set to an empty string.  See
10059         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
10060         for the details and context.
10062 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
10064         * ses.el (ses-cell-formula-aset): New macro.
10065         (ses-cell-references-aset): New macro.
10066         (ses-cell-p): New function.
10067         (ses-rename-cell): Do no longer rely on complex operations like
10068         ses-cell-set-formula or ses-set-cell to change the cell and handle
10069         the undo at the same time, but rather use lower level new macros
10070         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
10071         the undo directly.  Refresh the mode line.
10073 2012-07-21  Leo Liu  <sdl.web@gmail.com>
10075         * progmodes/cc-cmds.el (c-defun-name):
10076         Use match-string-no-properties instead for consistency.
10078 2012-07-20  Leo Liu  <sdl.web@gmail.com>
10080         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
10081         (Bug#7879)
10083         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
10085 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10087         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
10088         * progmodes/bug-reference.el, misearch.el: Provide themselves
10089         (bug#11915).
10091         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
10092         of narrowed buffer (bug#11966).
10094 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
10096         * ses.el (ses-rename-cell): Set new name also in reference list of
10097         cells of which the renamed cell depends.
10099 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
10101         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
10102         to check whether menu-bar is shown or not.  If not shown,
10103         show the menu-bar as a popup menu instead of using tmm.
10104         * mouse.el (popup-menu): Accept `point' as `position' argument.
10106 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
10108         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
10109         up inside string symbol literal (bug#11923).
10111 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
10113         * startup.el (fancy-startup-text): Read the whole tutorial, not
10114         just its first 256 bytes.  Prevents gibberish in display of the
10115         tutorial title.
10117 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
10119         Drop idle buffer compaction due to an absence of the
10120         proved efficiency.
10121         * compact.el: Remove.
10123 2012-07-19  Sam Steingold  <sds@gnu.org>
10125         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
10126         vc-bzr-pull & vc-bzr-merge-branch.
10127         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
10128         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
10129         for consistency with compilation-error-regexp-alist.
10130         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
10131         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
10132         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
10133         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
10135 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10137         * emacs-lisp/chart.el: Use lexical-binding.
10138         (chart-emacs-storage): Don't hardcode the list of entries.
10140 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
10142         Next round of tweaks caused by Fgarbage_collect changes.
10143         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
10145 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
10147         Compact buffers when idle.
10148         * compact.el: New file.
10150 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10152         * subr.el (eventp): Presume that if it looks vaguely like an event,
10153         it's an event (bug#10190).
10155 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
10157         Enhancements to ppss related code (thanks Stefan).
10158         * progmodes/python.el (python-indent-context)
10159         (python-indent-calculate-indentation, python-indent-dedent-line)
10160         (python-indent-electric-colon, python-nav-forward-block)
10161         (python-mode-abbrev-table)
10162         (python-info-assignment-continuation-line-p): Simplify checks
10163         for ppss context.
10164         (python-info-continuation-line-p): Cleanup.
10165         (python-info-ppss-context): Do not catch 'quote.
10166         (python-info-ppss-context-type)
10167         (python-info-ppss-comment-or-string-p): Simplify.
10169 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
10171         * progmodes/python.el: Enhancements to eldoc support.
10172         (python-info-current-symbol): New function.
10173         (python-eldoc-at-point): Use python-info-current-symbol.
10174         (python-info-current-defun): Fix cornercase on first defun scan.
10175         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
10176         and signal error when no inferior python process is available.
10178 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
10180         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
10181         assume it's always t.
10182         (vc-git-registered): Remove caching, the function is only called
10183         once.
10184         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
10186 2012-07-18  Chong Yidong  <cyd@gnu.org>
10188         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
10190         * simple.el (count-words): Report on narrowing (Bug#9959).
10192         * bindings.el: Bind M-= to count-words.
10194         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
10196 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
10198         * progmodes/sh-script.el (sh-imenu-generic-expression):
10199         Capture a function with `function' keyword and without parentheses
10200         like "function FOO" (bug#11856).
10202 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
10204         * window.el (split-window-sensibly): Make WINDOW argument
10205         optional.
10207 2012-07-18  Chong Yidong  <cyd@gnu.org>
10209         * subr.el (keyboard-translate): Doc fix (Bug#7261).
10211         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
10212         and make C-x 8 RET exit isearch (Bug#11439).
10214         * international/iso-transl.el: Move isearch-mode-map key
10215         definitions to isearch.el.
10217 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10219         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
10220         (eieio-defclass): Use gv-define-setter when possible.
10222 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
10224         Reflect recent changes in Fgarbage_collect.
10225         * emacs-lisp/chart.el (chart-emacs-storage): Change to
10226         reflect new format of data returned by Fgarbage_collect.
10228 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
10230         New utility functions + python-info-ppss-context fix (Bug#11910).
10231         * progmodes/python.el (python-info-beginning-of-block-statement-p)
10232         (python-info-ppss-comment-or-string-p): New functions.
10233         (python-info-ppss-context): Small fix for string check.
10235 2012-07-17  Juri Linkov  <juri@jurta.org>
10237         * dired-aux.el (dired-do-async-shell-command): Doc fix.
10238         (dired-do-async-shell-command): Don't add `*' at the end of the
10239         command (Bug#11815).
10240         (dired-do-shell-command): Doc fix.
10241         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
10242         Join the individual commands using either "&" or ";" as the
10243         separator depending on the values of these trailing characters.
10244         At the end re-add the trailing "&".  (Bug#10598)
10246         * simple.el (async-shell-command): Sync the interactive spec with
10247         `shell-command'.  Doc fix.
10248         (shell-command): Doc fix.
10250 2012-07-17  Juri Linkov  <juri@jurta.org>
10252         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
10254 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
10256         Final renames and doc fixes for movement commands (bug#11899).
10257         * progmodes/python.el (python-nav-beginning-of-statement):
10258         Rename from python-nav-statement-start.
10259         (python-nav-end-of-statement): Rename from
10260         python-nav-statement-end.
10261         (python-nav-beginning-of-block): Rename from
10262         python-nav-block-start.
10263         (python-nav-end-of-block): Rename from python-nav-block-end.
10265 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
10267         * progmodes/python.el (python-shell-send-string-no-output):
10268         Allow accept-process-output to quit, keeping shell process ready for
10269         future interactions (Bug#11868).
10271 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10273         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
10275         * emacs-lisp/elint.el (elint-find-args-in-code):
10276         Use help-function-arglist, so as to handle lexical byte-code.
10278         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10279         change (bug#11826).
10281 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10283         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10284         Avoid spuriously marking the buffer as modified because of c-is-sws.
10286         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10287         as not-a-comment (bug#11946).
10289         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10290         for uninterned vars.
10292         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10293         Use read-event since we don't really want to read chars but bytes.
10295         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10296         $$..$$ but also $..$ using regexps (bug#11953).
10297         Use tex-verbatim for \url and \path.
10298         (tex-font-lock-keywords): Define as defconst like the others.
10299         (tex-common-initialization): Don't use font-lock-syntax-table any more.
10301 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
10303         * international/mule-cmds.el (ucs-insert): Make it an obsolete
10304         alias for insert-char.
10306 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
10308         * progmodes/python.el: Simplified imenu implementation.
10309         (python-nav-jump-to-defun): Remove command.
10310         (python-mode-map): Use `imenu' instead.
10311         (python-nav-list-defun-positions-cache)
10312         (python-imenu-include-defun-type, python-imenu-make-tree)
10313         (python-imenu-subtree-root-label, python-imenu-index-alist):
10314         Remove vars.
10315         (python-nav-list-defun-positions, python-nav-read-defun)
10316         (python-imenu-tree-assoc, python-imenu-make-element-tree)
10317         (python-imenu-make-tree, python-imenu-create-index):
10318         Remove functions.
10319         (python-mode): Update to interact with imenu by setting
10320         `imenu-extract-index-name-function' only.
10322 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
10324         * progmodes/python.el: Enhancements to navigation commands.
10325         (python-nav-backward-sentence)
10326         (python-nav-forward-sentence): Remove.
10327         (python-nav-backward-statement, python-nav-forward-statement)
10328         (python-nav-statement-start, python-nav-statement-end)
10329         (python-nav-backward-block, python-nav-forward-block)
10330         (python-nav-block-start, python-nav-block-end)
10331         (python-nav-forward-sexp-function)
10332         (python-info-current-line-comment-p)
10333         (python-info-current-line-empty-p): New functions.
10334         (python-indent-context): Use `python-nav-statement-start'.
10336 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
10338         * eshell/em-ls.el (eshell/ls): Use `apply'.
10340         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10341         multi-hops, instead of Tramp internals.
10343         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
10345         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
10346         when F1 and F2 are located on different hosts.
10348 2012-07-14  Chong Yidong  <cyd@gnu.org>
10350         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
10351         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
10352         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
10353         (xterm-mouse--read-event-sequence-1000)
10354         (xterm-mouse--read-event-sequence-1006): New functions.  For old
10355         mouse protocol, handle M-mouse-X events correctly.
10356         (xterm-mouse-event): New arg specifying mouse protocol.
10357         (turn-on-xterm-mouse-tracking-on-terminal)
10358         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
10359         sequence to toggle extended coordinates on newer XTerms.
10360         This appears to be harmless on terminals which do not support this.
10362 2012-07-14  Leo Liu  <sdl.web@gmail.com>
10364         Add fringe bitmap indicators for flymake.  (Bug#11253)
10365         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10366         (flymake-make-overlay): New arg BITMAP.
10367         (flymake-error-bitmap, flymake-warning-bitmap)
10368         (flymake-fringe-indicator-position): New user variables.
10370         * fringe.el: New bitmap exclamation-mark.
10372 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
10374         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10375         also (Bug#7879).
10377 2012-07-14  Chong Yidong  <cyd@gnu.org>
10379         * electric.el (electric-pair-post-self-insert-function): Fix pair
10380         insertion in empty-region case (Bug#11520).
10382 2012-07-14  Chong Yidong  <cyd@gnu.org>
10384         * bindings.el: Consolidate ctl-x-r-map bindings.
10385         Bind copy-rectangle-as-kill to C-x r w.
10387         * rect.el, register.el: Move bindings to bindings.el.
10389 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
10391         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10393 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
10395         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
10397 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
10399         * bindings.el (top): Use `mapc' instead of `mapcar'.
10401         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10403 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
10405         * progmodes/sql.el (sql-comint): Suppress the check for program on
10406         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
10407         (Bug#11908)
10409 2012-07-13  Chong Yidong  <cyd@gnu.org>
10411         * bindings.el: Assign a non-nil permanent-local property to
10412         per-buffer variables which lack a default value (Bug#11930).
10414         * help-fns.el (describe-variable): In the "automatically becomes
10415         local" notice, take note of permanent-local variables.
10417 2012-07-13  Chong Yidong  <cyd@gnu.org>
10419         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
10420         to allow printing the message when called from Lisp.
10422         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10423         Remove toggle-read-only.
10425         * bs.el (bs-toggle-readonly):
10426         * buff-menu.el (Buffer-menu-toggle-read-only):
10427         Remove with-no-warnings around toggle-read-only.
10429         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10430         Remove with-no-warnings around toggle-read-only.
10431         (ffap-read-only, ffap-read-only-other-window)
10432         (ffap-read-only-other-frame): Callers changed.
10434         * help-mode.el: Don't require view package.
10435         (help-mode-finish): Set buffer-read-only instead of calling
10436         toggle-read-only.
10438         * bindings.el (mode-line-toggle-read-only):
10439         * dired.el (dired-toggle-read-only):
10440         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10441         with non-nil second arg.
10443         * emacs-lisp/eieio-custom.el (eieio-customize-object):
10444         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10445         directly.
10447 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
10449         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10450         not incf.
10452 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10454         More CL cleanups and reduction of use of cl.el.
10455         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10456         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10457         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10458         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10459         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10460         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10461         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10462         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10463         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10464         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10465         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10466         * eshell/em-cmpl.el, eshell/em-banner.el:
10467         * calendar/parse-time.el: Use cl-lib.
10468         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10469         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10470         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10471         * term/ns-win.el, term.el, shell.el, ps-samp.el:
10472         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10473         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10474         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10475         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10476         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10477         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10478         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10479         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10480         `lambda' rather than with `quote'.
10481         (eshell-do-opt): Adjust accordingly.
10482         (eshell-process-option): Simplify.
10483         * eshell/esh-var.el:
10484         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10485         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10486         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10487         to `pcase--dontcare'.
10488         * emacs-lisp/cl.el (labels): Mark obsolete.
10489         (cl--letf, letf): Move to cl-lib.
10490         (cl--letf*, letf*): Remove.
10491         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10492         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10493         (cl-progv): Rewrite.
10494         (cl--letf, cl-letf): Move from cl.el.
10495         (cl-letf*): New macro.
10496         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10498 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
10500         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10502 2012-07-11  Chong Yidong  <cyd@gnu.org>
10504         * vc/log-edit.el (log-edit-vc-backend): New variable.
10505         (log-edit): Doc fix.
10507         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
10508         argument of log-edit to set up all local variables.
10509         (vc-start-logentry): New optional arg specifying VC backend.
10511         * vc/vc.el (vc-checkin): Use it.
10512         (vc-deduce-fileset): Handle Log Edit buffers.
10513         (vc-diff): Make first argument optional too.
10515         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10517 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
10519         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10520         command, just in case.  The function is not needed anymore.
10521         (eshell-external-command): Do not call `eshell-remote-command'.
10523 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10525         Reduce use of (require 'cl).
10526         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10527         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10528         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10529         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10530         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10531         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10532         * battery.el, avoid.el, abbrev.el: Use cl-lib.
10533         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10534         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10535         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10536         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10537         * calculator.el, autorevert.el, apropos.el: Don't require CL.
10538         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10539         (byte-compile-unfold-bcf, byte-compile-check-variable):
10540         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10541         (byte-compile-nilconstp):
10542         * emacs-lisp/autoload.el (make-autoload): Use pcase.
10543         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10545         * emacs-lisp/gv.el (cond): Make it a valid place.
10546         (if): Simplify slightly.
10548         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10549         (pcase--self-quoting-p): New function.
10550         (pcase--u1): Use it.
10552 2012-07-10  Glenn Morris  <rgm@gnu.org>
10554         * emacs-lisp/authors.el (authors-fixed-entries):
10555         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10557 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10559         Rename configure.in to configure.ac (Bug#11603).
10560         * emacs-lisp/authors.el (authors-canonical-file-name):
10561         * progmodes/autoconf.el (autoconf-mode):
10562         Prefer configure.ac to configure.in.
10564 2012-07-08  Chong Yidong  <cyd@gnu.org>
10566         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10567         Implement the mouse-1-click-follows-link handling properly.
10569         * info.el (Info-link-keymap): Use follow-link mechanism for
10570         header-line links (Bug#374).
10572         * simple.el (deactivate-mark): Do not set the primary selection
10573         if another program has acquired it (Bug#11772).
10575 2012-07-07  Kevin Ryde  <user42@zip.com.au>
10577         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10578         (woman-decode-region): Replace escaped-escapes without destroying
10579         bold or underline (Bug#11552).
10580         (woman2-process-escapes): Handle nofill regions (Bug#11591).
10582 2012-07-07  Chong Yidong  <cyd@gnu.org>
10584         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10585         (interprogram-cut-function, interprogram-paste-function):
10586         Mention that we typically mean the clipboard.
10588 2012-07-06  Glenn Morris  <rgm@gnu.org>
10590         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
10592         * files.el (toggle-read-only): Restrict message to interactive use.
10594 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
10596         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10598         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10600 2012-07-06  Glenn Morris  <rgm@gnu.org>
10602         * Makefile.in (compile-one-process): Rename from "recompile".
10604         * Makefile.in (bzr-update): "compile" is the same as "recompile
10605         autoloads", but parallelizable, so use that instead.
10607 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
10609         * window.el (quit-window): Always restore window height when
10610         it's saved in quit-restore parameter (Bug#11810).
10612 2012-07-06  Glenn Morris  <rgm@gnu.org>
10614         * simple.el (kill-whole-line): Doc tweak.
10616 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
10618         * files.el (file-relative-name): Compare file names
10619         case-insensitively if on MS-Windows or MS-DOS, or if
10620         read-file-name-completion-ignore-case is non-nil.  Don't use
10621         case-fold-search for this purpose.  (Bug#11827)
10623 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
10625         * calendar/cal-dst.el (calendar-current-time-zone):
10626         Return calendar-current-time-zone-cache if non-nil.
10628 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
10629 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
10631         * calendar/cal-dst.el (calendar-current-time-zone):
10632         Return calendar-current-time-zone-cache if non-nil.
10634 2012-07-06  Glenn Morris  <rgm@gnu.org>
10636         * Makefile.in (cvs-update): Remove old alias.
10638 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
10640         Sync with Tramp 2.2.6-pre.
10642         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10643         compatible declaration.
10645         * net/tramp-cmds.el (tramp-append-tramp-buffers):
10646         Protect `list-load-path-shadows' call.
10648         * net/tramp-compat.el (top): Require packages, which aren't
10649         autoloaded anymore for XEmacs.  Protect call of
10650         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10651         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
10652         it hurts at least for SXEmacs.
10653         (tramp-compat-temporary-file-directory): In XEmacs, there is no
10654         standard-value for `temporary-file-directory'.
10656         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10657         Redirect stderr to /dev/null.
10658         (tramp-sh-handle-write-region): uid and gid can be floats.
10659         Reported by Russell Sim <russell.sim@gmail.com>.
10660         (tramp-sh-handle-vc-registered): Hide errors.
10661         (tramp-vc-file-name-handler): Use dummy results for `process-file'
10662         and `start-file-process'.
10663         (tramp-maybe-open-connection): Check also whether `non-essential'
10664         is bound.
10666 2012-07-04  Chong Yidong  <cyd@gnu.org>
10668         * xml.el (xml--parse-buffer): Use xml-syntax-table.
10669         (xml-parse-tag): Likewise, and avoid changing entity tables.
10670         (xml-syntax-table): Define from scratch, making sure not to give
10671         x2000 and other Unicode spaces whitespace syntax, since those are
10672         not spaces in XML.
10673         (xml-parse-fragment): Delete unused function.
10674         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10675         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10676         (xml-entity-ref, xml-pe-reference-re)
10677         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10678         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10679         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10680         (xml-entity-value-re): Use syntax references in regexps where
10681         possible; no need to define inside a let-binding.
10682         (xml-parse-dtd): Use xml-pe-reference-re.
10683         (xml-entity-or-char-ref-re): New defconst.
10684         (xml-parse-string, xml-substitute-special): Use it.
10686 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10688         * files.el (locate-dominating-file): Allow `name' to be a predicate.
10689         (find-file--read-only): New function.
10690         (find-file-read-only, find-file-read-only-other-window)
10691         (find-file-read-only-other-frame): Use it.
10692         (insert-file-contents-literally): Don't `fset'.
10693         (get-free-disk-space): Use locate-dominating-file.
10695         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10696         function is already compiled.
10698         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
10700 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
10702         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10703         files on the same host.
10705 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
10707         * help-fns.el (describe-function-1): Only call
10708         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
10710 2012-07-03  Chong Yidong  <cyd@gnu.org>
10712         * xml.el: Protect parser against XML bombs.
10713         (xml-entity-expansion-limit): New variable.
10714         (xml-parse-string, xml-substitute-special): Use it.
10715         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10717 2012-07-03  Glenn Morris  <rgm@gnu.org>
10719         * progmodes/bug-reference.el (bug-reference-bug-regexp):
10720         Allow linking to specific messages in debbugs reports (eg 123#5).
10722 2012-07-02  Chong Yidong  <cyd@gnu.org>
10724         * xml.el: Fix entity and character reference expansion, allowing
10725         them to expand into markup as per XML spec.
10726         (xml-default-ns): New variable.
10727         (xml-entity-alist): Use XML spec definitions for lt and amp.
10728         (xml-parse-region): Make first two arguments optional.
10729         Discard text properties.
10730         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10731         All callers changed.
10732         (xml-parse-tag): Call xml-parse-tag-1.  For backward
10733         compatibility, this function should not modify buffer contents.
10734         (xml-parse-tag-1): Fix opening-tag regexp.
10735         (xml-parse-string): Rewrite, handling entity and character
10736         references properly.
10737         (xml--entity-replacement-text): Signal an error if a parameter
10738         entity is undefined.
10740 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10742         * comint.el (comint-output-filter): Filter out repeated prompts.
10744         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10745         and file-name-absolute-p.
10746         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10747         internal calls.
10749 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10751         Spelling fixes.
10752         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10753         Rename from byte-compile--refiy-function.  All uses changed.
10755 2012-07-01  Chong Yidong  <cyd@gnu.org>
10757         * xml.el (xml--parse-buffer): New function.  Move most of
10758         xml-parse-region here.
10759         (xml-parse-region): Copy region into a temporary buffer, since
10760         parameter entity substitution requires changing buffer contents.
10761         Use xml--parse-buffer.
10762         (xml-parse-file): Use xml--parse-buffer.
10763         (xml-parse-dtd): Make parameter entity substitution work right.
10764         Use proper regexps for ELEMENT declarations (Bug#7172).
10766 2012-06-30  Glenn Morris  <rgm@gnu.org>
10768         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10770         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10771         Remove outdated and unnecessary dbus declarations.
10773 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
10775         * emacs-lisp/timer.el (timer-until): Subtract results of
10776         float-time, instead of taking float-time of the result of
10777         time-subtract, since float-time signals an error for negative time
10778         arguments.
10780 2012-06-30  Chong Yidong  <cyd@gnu.org>
10782         * xml.el (xml-*-re): Convert defvars into defconsts, and
10783         eval-and-compile them so eval-and-compile works on derivatives.
10784         (xml--entity-replacement-text): Use eval-and-comple.
10786 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
10788         * vc/vc-git.el (vc-git-registered): Use cache property
10789         `git-registered'.
10790         (vc-git-mode-line-string): Call `vc-working-revision' instead of
10791         `vc-git-working-revision' in order to benefit from the cache.
10792         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
10794 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
10796         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10797         removed (likely outside Emacs).  (Bug#11757)
10799 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10801         * emacs-lisp/cl-lib.el: Require macroexp.
10803 2012-06-30  Chong Yidong  <cyd@gnu.org>
10805         * xml.el: Implement XML parameter entities.
10806         (xml-parameter-entity-alist): New variable.
10807         (xml-parse-region, xml-parse-fragment): Preserve previous values
10808         of xml-entity-alist and xml-parameter-entity-alist, so that
10809         repeated calls on different documents do not change them.
10810         (xml-parse-tag): Fix doctype regexp.
10811         (xml--entity-replacement-text): New function.
10812         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
10813         properly requires url retrieval which is unimplemented.
10814         (xml-escape-string): Doc fix.
10816 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10818         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10820 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
10822         * fringe.el (fringe-mode): Doc fix.
10824 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
10826         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10827         is non-nil.
10828         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10829         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
10831 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
10833         * calendar/cal-dst.el (calendar-current-time-zone):
10834         Return calendar-current-time-zone-cache if non-nil.
10836 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
10838         * progmodes/which-func.el (which-func-format):
10839         Add mouse-face.  (Bug#11698)
10841 2012-06-29  Leo Liu  <sdl.web@gmail.com>
10843         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10845 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10847         * minibuffer.el (minibuffer-confirm-exit-commands):
10848         Add completion-at-point (bug#11725).
10850 2012-06-29  Glenn Morris  <rgm@gnu.org>
10852         * progmodes/f90.el (f90-font-lock-keywords-2):
10853         Add some preprocessor elements.  (Bug#10499)
10855 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10857         * progmodes/cperl-mode.el (cperl-update-syntaxification):
10858         Use syntax-propertize (bug#11739).
10860 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
10862         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10864 2012-06-28  Julien Danjou  <julien@danjou.info>
10866         * term.el (term-handle-colors-array): Use a set of new faces to
10867         color the terminal.  Also uses :inverse-video property.
10868         (term-default-fg-color): Set to nil by default, deprecate in favor
10869         of `term-face'.
10870         (term-default-bg-color): Set to nil by default, deprecate in favor
10871         of `term-face'.
10872         (term-current-face): Use `term-face' by default.
10873         (term-bold-attribute): Variable deleted.
10875 2012-06-28  Glenn Morris  <rgm@gnu.org>
10877         * simple.el (completion-list-mode-finish):
10878         Don't use toggle-read-only.  (Since completion-list-mode has
10879         a special mode-class, it wasn't doing anything extra anyway.)
10881 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10883         Make inlining of other-mode interpreted functions work (bug#11799).
10884         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10885         (byte-compile): Use it to fix compilation of lexical-binding closures.
10886         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10887         function, if needed.
10889 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10891         * help-mode.el (help-make-xrefs): Don't just withstand
10892         cyclic-variable-indirection but any error in documentation-property.
10894         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10895         memory use.
10896         * bindings.el (bindings--define-key): New function.
10897         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10898         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10899         * bindings.el: Use it to purecopy define-key bindings.
10901         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10903         * emacs-lisp/cl.el (flet): Mark obsolete.
10904         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10905         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10906         * progmodes/js.el (js-c-fill-paragraph):
10907         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10908         (ebrowse-switch-member-buffer-to-derived-class):
10909         * play/5x5.el (5x5-solver): Use cl-flet.
10911         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
10912         (cl--symbol-function): New macro.
10913         (cl--letf, cl--letf*): Use it.
10915         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10916         Strip "toggle-" if any.
10918 2012-06-27  Glenn Morris  <rgm@gnu.org>
10920         * info.el (Info-default-directory-list): Move here from paths.el.
10921         * paths.el: Remove file, which is now empty.
10922         * loadup.el: No longer load "paths".
10924         * custom.el (custom-initialize-delay): Doc fix.
10926         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10927         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10928         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10929         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10930         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10931         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10932         * eshell/eshell.el (eshell-defgroup): Remove alias.
10934 2012-06-27  Chong Yidong  <cyd@gnu.org>
10936         * help.el (help-enable-auto-load): New variable.
10938         * help-fns.el (help-fns--autoloaded-p): New function.
10939         (describe-function-1): Refer to a function as "autoloaded" if it
10940         was autoloaded at any time in the past.  Perform autoloading if
10941         help-enable-auto-load is non-nil.
10943 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
10945         * makefile.w32-in (compile, compile-always): Depend on
10946         update-subdirs, not on subdirs.el.  Otherwise, several different
10947         sub-targets of 'bootstrap' running in parallel could
10948         simultaneously write to subdirs.el, producing a garbled file.
10950 2012-06-26  Sam Steingold  <sds@gnu.org>
10952         * files.el (file-name-base): New convenience function.
10953         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10954         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10955         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10956         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10957         * textmodes/ispell.el, textmodes/reftex-ref.el:
10958         * textmodes/tex-mode.el: Use it.
10959         Did not touch cedet and org because they are maintained elsewhere.
10961 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
10963         * calendar/calendar.el (calendar-exit): Don't try to delete or
10964         iconify last frame.  See:
10965         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10967 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
10969         * server.el (server-process-filter): Remember dir in the
10970         process's `server-client-directory' properties.
10972 2012-06-24  Chong Yidong  <cyd@gnu.org>
10974         * xml.el (xml-parse-tag): Correctly handle comment embedded in
10975         non-tag text.
10977 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
10979         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10981 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10983         * help-fns.el (describe-variable): Don't croak when doc is not found.
10984         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10985         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10986         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10987         * emacs-lisp/smie.el (smie-next-sexp): CSE.
10988         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10989         ((lambda ..) ..).
10990         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10992 2012-06-23  Chong Yidong  <cyd@gnu.org>
10994         * info.el (Info-mouse-follow-link): Accept symbol values of
10995         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
10996         (Info-fontify-node): Use Info-link-keymap for all navigation
10997         buttons, with link-args property to perform the desired action.
10998         (Info-link-keymap): Doc fix.
10999         (Info-next-link-keymap, Info-prev-link-keymap)
11000         (Info-up-link-keymap): Delete now-unused keymaps.
11002 2012-06-23  Chong Yidong  <cyd@gnu.org>
11004         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
11006         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
11007         system abbrevs.
11009         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
11011 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11013         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
11014         (bug#11719).
11016         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
11017         the requote function doesn't work properly (bug#11714).
11019 2012-06-23  Glenn Morris  <rgm@gnu.org>
11021         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
11023 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11025         Further GV/CL cleanups.
11026         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
11027         gv-expander.
11028         (gv--defun-declaration): New function.
11029         (defun-declarations-alist): Use it.
11030         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
11031         (gv-place): Autoload.
11032         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
11033         original definition of dotimes and dolist.
11034         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
11035         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
11036         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
11037         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11038         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
11039         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
11040         to the function's definition.
11041         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
11042         * window.el:
11043         * files.el:
11044         * faces.el:
11045         * env.el: Don't use CL.
11047 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11049         Support higher-resolution time stamps (Bug#9000).
11051         * calendar/time-date.el (with-decoded-time-value): New arg
11052         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
11053         (encode-time-value): New optional arg PICO.  New type 3.
11054         (time-to-seconds) [!float-time]: Support the new picoseconds
11055         component if it's used.
11056         (seconds-to-time, time-subtract, time-add):
11057         Support ps-resolution time stamps as well.
11059         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
11060         (timerp): Timer vectors now have length 9, not 8.
11061         (timer--time): Support new-style (4-part) time stamps.
11062         (timer-next-integral-multiple-of-time): Time stamps now have
11063         picosecond resolution, so take a bit more care about rounding.
11064         (timer-relative-time, timer-inc-time): New optional arg psecs.
11065         (timer-set-time-with-usecs): Set psecs to 0.
11066         (timer--activate): Check psecs component, too.
11068         * proced.el (proced-time-lessp): Support ps-resolution stamps.
11070 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11072         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
11073         Move the non-essential binding to the post/pre-command-hook where it is
11074         more obviously correct.
11076         * subr.el (read-passwd): Don't use a history at all.
11077         * savehist.el (savehist-save): Remove password saved accidentally
11078         because of the above bug.
11080 2012-06-22  Bastien Guerry  <bzg@gnu.org>
11082         * files.el (toggle-read-only): Display a message telling whether
11083         the buffer is read-only or not (bug#11726).
11085 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11087         * emacs-lisp/gv.el: New file.
11088         * subr.el (push, pop): Extend to generalized variables.
11089         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
11090         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
11091         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
11092         gv-define-simple-setter, and gv-define-expander.
11093         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
11094         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
11095         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
11096         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
11097         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
11098         gv-letplace.
11099         (cl-defstruct): Don't define setf-method any more.
11100         * emacs-lisp/cl.el (flet): Don't autoload.
11101         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
11102         (define-setf-expander, defsetf, define-modify-macro)
11103         (cl-struct-setf-expander): Move from cl-lib.el.
11104         * emacs-lisp/syntax.el:
11105         * emacs-lisp/ewoc.el:
11106         * emacs-lisp/smie.el:
11107         * emacs-lisp/cconv.el:
11108         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
11109         (timer--time): Use gv-define-simple-setter.
11110         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
11111         to avoid coding-system problems in subr.el.  Adjust all users.
11112         (macroexp--maxsize, macroexp-small-p): New functions.
11113         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
11114         * scroll-bar.el (scroll-bar-mode):
11115         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11116         (normal-erase-is-backspace-mode): Don't use the `eq' place.
11117         * winner.el (winner-configuration, winner-make-point-alist)
11118         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
11119         * files.el (locate-file-completion-table): Avoid list*.
11121 2012-06-22  Chong Yidong  <cyd@gnu.org>
11123         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
11124         (dired-create-files): Doc fix (Bug#11329).
11125         (dired-do-copy): Doc fix (Bug#11334).
11126         (dired-mark-read-string): Doc fix (Bug#11553).
11128         * dired.el (dired-recursive-copies, dired-recursive-deletes):
11129         Doc fix (Bug#11326).
11130         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
11131         (dired-dwim-target): Doc fix.
11133         * wdired.el (wdired-mode): Doc fix.
11135 2012-06-22  Glenn Morris  <rgm@gnu.org>
11137         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
11138         (pcmpl-rpm-cache-stamp-file): New constant.
11139         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
11140         (pcmpl-rpm-packages): Optionally cache list of packages.
11142         * pcmpl-rpm.el (pcmpl-rpm): New group.
11143         (pcmpl-rpm-query-options): New option.
11144         (pcmpl-rpm-packages): No need to inline it.
11145         Use pcmpl-rpm-query-options.
11147         * calendar/calendar.el (calendar-in-read-only-buffer):
11148         Avoid some needless mode changes.
11150 2012-06-21  Chong Yidong  <cyd@gnu.org>
11152         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
11153         (desktop-path): Remove . from the default value (Bug#10977).
11154         (desktop-read): Use user-emacs-directory if desktop-path is nil.
11156 2012-06-20  Chong Yidong  <cyd@gnu.org>
11158         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
11160 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
11162         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
11163         (bug#11201).
11165 2012-06-20  Chong Yidong  <cyd@gnu.org>
11167         * term.el (term-window-width): Handle the case of a missing right
11168         fringe (Bug#8837).
11169         (term-check-size): Use window-text-height (Bug#5445).
11170         (term-mode): Use define-derived-mode.  Minor cleanups.
11171         Set font-lock-defaults (Bug#7692).
11172         (term-move-columns, term-insert-char, term-emulate-terminal)
11173         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
11175 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
11177         * net/ange-ftp.el (ange-ftp-get-passwd):
11178         Bind `enable-recursive-minibuffers'.
11179         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
11181 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
11183         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
11185 2012-06-19  Glenn Morris  <rgm@gnu.org>
11187         * progmodes/python.el (python-mode): Derive from prog-mode.
11189 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
11191         * emulation/edt.el (edt-default-menu-bar-update-buffers)
11192         (edt-user-menu-bar-update-buffers): New functions.
11193         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
11195 2012-06-19  Chong Yidong  <cyd@gnu.org>
11197         * subr.el (with-selected-window): Preserve the selected window's
11198         terminal's top-frame (Bug#4702).
11200         * window.el (save-selected-window): Likewise.
11202 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11204         * progmodes/python.el (python-rx-constituents): Move backquote.
11205         (python-skeleton-define, python-define-auxiliary-skeleton):
11206         Use `declare'.
11208 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
11210         * minibuffer.el (read-file-name-default): Revert the patch from
11211         2012-06-17.
11213 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11215         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
11216         (pcase--u1, pcase--q1): Don't use apply-partially.
11218 2012-06-18  Glenn Morris  <rgm@gnu.org>
11220         * progmodes/python.el (python-proc, python-buffer)
11221         (python-send-receive, python-send-string): Fix obsolete versions.
11223 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
11225         * window.el (special-display-p): Completely remove stringp
11226         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
11228 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
11230         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
11232         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
11234         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
11235         * net/tramp-sh.el (tramp-maybe-open-connection):
11236         Throw if `non-essential' is non-nil.
11238 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
11240         * window.el (special-display-p): Signal an error if BUFFER-NAME
11241         is not a string (Bug#11713).
11243 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
11245         * progmodes/python.el (python-info-beginning-of-backslash):
11246         Rename from python-info-beginning-of-backlash, as a spelling fix.
11248 2012-06-17  Chong Yidong  <cyd@gnu.org>
11250         * term.el (term-emulate-terminal): If term-check-size is called,
11251         move point to the process mark without resetting point (Bug#4635).
11253 2012-06-17  Glenn Morris  <rgm@gnu.org>
11255         * international/mule-cmds.el (mule-menu-keymap)
11256         (set-language-environment, set-locale-environment): Doc tweaks.
11258 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
11260         * cus-face.el (custom-face-attributes): Add wave-style underline
11261         attribute.
11262         * faces.el (set-face-attribute): Update docstring to describe
11263         wave-style underline attribute.
11265 2012-06-16  Chong Yidong  <cyd@gnu.org>
11267         * term/xterm.el (terminal-init-xterm): Discard input before
11268         querying background mode (Bug#10959).
11270 2012-06-16  Stefan Merten  <smerten@oekonux.de>
11272         * textmodes/rst.el: Added and corrected some comments.
11273         (rst-re-alist-def): Improve symbol syntax.
11274         (rst-mode-syntax-table): Correct syntax entries.
11275         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11276         (rst-official-version, rst-official-cvs-rev): Update version
11277         information.
11279 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
11281         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11282         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11284 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
11286         * progmodes/python.el: New python.el merge.
11287         (python-guess-indent): Obsolete var.
11288         (python-indent-guess-indent-offset): New defcustom.
11289         (python-indent): Obsolete var.
11290         (python-indent-offset): New defcustom.
11291         (python-python-command, python-jython-command): Delete var.
11292         (python-shell-interpreter): New defcustom.
11293         (python-pdbtrack-do-tracking-p): Delete var.
11294         (python-pdbtrack-activate): New defcustom.
11295         (python-use-skeletons): Obsolete var.
11296         (python-skeleton-autoinsert): New defcustom.
11297         (inferior-python-filter-regexp, python-continuation-offset)
11298         (python-honour-comment-indentation, python-indent-string-contents)
11299         (python-jython-packages, python-mode-hook)
11300         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11301         (python-shell-prompt-alist)
11302         (python-source-modes): Delete defcustoms.
11303         (python-check-buffer-name, python-eldoc-setup-code)
11304         (python-eldoc-string-code, python-ffap-setup-code)
11305         (python-ffap-string-code, python-fill-comment-function)
11306         (python-fill-decorator-function, python-fill-paren-function)
11307         (python-fill-string-function, python-imenu-include-defun-type)
11308         (python-imenu-make-tree, python-imenu-subtree-root-label)
11309         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11310         (python-shell-compilation-regexp-alist)
11311         (python-shell-completion-module-string-code)
11312         (python-shell-completion-pdb-string-code)
11313         (python-shell-completion-setup-code)
11314         (python-shell-completion-string-code)
11315         (python-shell-enable-font-lock, python-shell-exec-path)
11316         (python-shell-extra-pythonpaths)
11317         (python-shell-internal-buffer-name, python-shell-interpreter-args)
11318         (python-shell-process-environment)
11319         (python-shell-prompt-block-regexp)
11320         (python-shell-prompt-output-regexp)
11321         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11322         (python-shell-send-setup-max-wait, python-shell-setup-codes)
11323         (python-shell-virtualenv-path): New defcustoms.
11324         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11325         (inferior-python-mode-syntax-table, python--prompt-regexp)
11326         (python-buffer, python-command python-python-command)
11327         (python-default-template, python-imports, python-indent-index)
11328         (python-indent-list, python-indent-list-length)
11329         (python-mode-running, python-pdbtrack-is-tracking-p)
11330         (python-preoutput-continuation, python-preoutput-leftover)
11331         (python-preoutput-result, python-preoutput-skip-next-prompt)
11332         (python-prev-dir/file, python-recursing)
11333         (python-saved-check-command, python-version-checked)
11334         (python-which-func-length-limit)
11335         (view-return-to-alist): Delete vars.
11336         (python-check-custom-command, python-dotty-syntax-table)
11337         (python-imenu-index-alist, python-indent-current-level)
11338         (python-indent-dedenters, python-indent-levels)
11339         (python-nav-beginning-of-defun-regexp)
11340         (python-nav-list-defun-positions-cache)
11341         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11342         (python-shell-internal-buffer)
11343         (python-skeleton-available): New vars.
11344         (def-python-skeleton): Delete macro.
11345         (python-skeleton-define): New macro.
11346         (python-define-auxiliary-skeleton, python-rx): New macros.
11347         (python-insert-class): Delete command.
11348         (python-skeleton-class): New command.
11349         (python-insert-def): Delete command.
11350         (python-skeleton-def): New command.
11351         (python-insert-for): Delete command.
11352         (python-skeleton-for): New command.
11353         (python-insert-if): Delete command.
11354         (python-skeleton-if): New command.
11355         (python-insert-try/except, python-insert-try/finally): Delete commands.
11356         (python-skeleton-try): New command.
11357         (python-insert-while): Delete command.
11358         (python-skeleton-while): New command.
11359         (python-backspace): Delete command.
11360         (python-indent-dedent-line-backspace): New command.
11361         (python-electric-colon): Delete command.
11362         (python-indent-electric-colon): New command.
11363         (python-guess-indent): Delete command.
11364         (python-indent-guess-indent-offset): New command.
11365         (python-shift-left): Delete command.
11366         (python-indent-shift-left): New command.
11367         (python-shift-right): Delete command.
11368         (python-indent-shift-right): New command.
11369         (python-find-function): Delete command.
11370         (python-nav-jump-to-defun): New command.
11371         (python-next-statement): Delete command.
11372         (python-nav-forward-sentence): New command.
11373         (python-previous-statement): Delete command.
11374         (python-nav-backward-sentence): New command.
11375         (python-fill-paragraph): Delete command.
11376         (python-fill-paragraph-function): New command.
11377         (python-send-buffer): Delete command.
11378         (python-shell-send-buffer): New command.
11379         (python-send-defun): Delete command.
11380         (python-shell-send-defun): New command.
11381         (python-send-region, python-send-region-and-go): Delete commands.
11382         (python-shell-send-region)
11383         (python-shell-switch-to-shell): New commands.
11384         (python-send-string): Delete command.
11385         (python-shell-send-string): New command.
11386         (python-switch-to-python): Delete command.
11387         (python-shell-switch-to-shell): New command.
11388         (python-describe-symbol): Delete command.
11389         (python-eldoc-at-point): New command.
11390         (python--set-prompt-regexp, python-args-to-list)
11391         (python-after-info-look, python-check-version)
11392         (python-check-comint-prompt, python-find-imports)
11393         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11394         (python-unload-function, python-expand-template)
11395         (python-maybe-jython, python-preoutput-filter)
11396         (python-pdbtrack-get-source-buffer)
11397         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11398         (python-pdbtrack-toggle-stack-tracking)
11399         (python-pdbtrack-track-stack-file, python-initial-text)
11400         (python-first-word, python-comment-line-p, python-send-command)
11401         (python-setup-brm, python-sentinel, python-set-proc)
11402         (python-skip-out, python-input-filter, python-outdent-p)
11403         (python-outline-level, python-backslash-continuation-line-p)
11404         (python-end-of-block, python-end-of-statement, python-mark-block)
11405         (python-beginning-of-block, python-beginning-of-statement)
11406         (python-blank-line-p, python-beginning-of-string)
11407         (python-open-block-statement-p): Delete functions.
11408         (python-indent-line, python-indent-line-1): Delete functions.
11409         (python-indent-line): New function.
11410         (python-indentation-levels): Delete function.
11411         (python-indent-calculate-levels): New function.
11412         (python-proc): Delete function.
11413         (python-shell-get-process): New function.
11414         (python-send-receive): Delete function.
11415         (python-shell-send-string-no-output): New function.
11416         (python-module-path): Delete function.
11417         (python-ffap-module-path): New function.
11418         (python-completion-at-point)
11419         (python-symbol-completions): Delete functions.
11420         (python-completion-complete-at-point): New function.
11421         (python-load-file): Delete function.
11422         (python-shell-send-file): New function.
11423         (python-calculate-indentation): Delete function.
11424         (python-indent-calculate-indentation): New function.
11425         (python-skip-comments/blanks): Delete function.
11426         (python-util-forward-comment): New function.
11427         (python-continuation-line-p): Delete function.
11428         (python-info-continuation-line-p): New function.
11429         (python-which-func, python-current-defun): Delete function.
11430         (python-info-current-defun): New function.
11431         (python-beginning-of-defun): Delete function.
11432         (python-nav-beginning-of-defun): New function.
11433         (python-close-block-statement-p)
11434         (python-block-end-p): Delete function.
11435         (python-info-closing-block): New function.
11436         (python-comint-output-filter-function)
11437         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11438         (python-fill-comment, python-fill-decorator, python-fill-paren)
11439         (python-fill-string, python-imenu-make-element-tree)
11440         (python-imenu-make-tree, python-imenu-tree-assoc)
11441         (python-indent-context, python-indent-dedent-line)
11442         (python-indent-line-function)
11443         (python-indent-post-self-insert-function)
11444         (python-indent-toggle-levels)
11445         (python-info-assignment-continuation-line-p)
11446         (python-info-beginning-of-backlash)
11447         (python-info-block-continuation-line-p)
11448         (python-info-closing-block-message)
11449         (python-info-line-ends-backslash-p)
11450         (python-info-looking-at-beginning-of-defun)
11451         (python-info-ppss-context, python-info-ppss-context-type)
11452         (python-nav-list-defun-positions, python-nav-read-defun)
11453         (python-nav-sentence-end, python-nav-sentence-start)
11454         (python-pdbtrack-comint-output-filter-function)
11455         (python-pdbtrack-set-tracked-buffer)
11456         (python-shell-calculate-exec-path)
11457         (python-shell-calculate-process-environment)
11458         (python-shell-completion--do-completion-at-point)
11459         (python-shell-completion--get-completions)
11460         (python-shell-completion-complete-at-point)
11461         (python-shell-completion-complete-or-indent)
11462         (python-shell-get-or-create-process)
11463         (python-shell-get-process-name)
11464         (python-shell-internal-get-or-create-process)
11465         (python-shell-internal-get-process-name)
11466         (python-shell-internal-send-string, python-shell-make-comint)
11467         (python-shell-parse-command, python-shell-send-setup-code)
11468         (python-skeleton-add-menu-items)
11469         (python-util-clone-local-variables, python-util-position)
11470         (run-python-internal, python-indentation-levels)
11471         (python-nav-beginning-of-defun)
11472         (python-completion-complete-at-point): New functions.
11473         (run-python): Change arguments.  New API requirements.
11475 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11477         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11478         (bug#11649).
11480         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11481         (macroexp--expand-all): Use it.
11483         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11484         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11485         Use `cl-function' instead.
11487 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
11489         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11490         Suggested by Stefan Monnier while discussing bug#11657.
11492 2012-06-14  Sam Steingold  <sds@gnu.org>
11494         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11496 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11498         * play/doctor.el (doctor-doc): Remove parameter and use
11499         doctor-sent instead of sent.
11500         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
11502 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11504         * files.el: Require cl-lib.
11505         (file-name-non-special): Replace case -> cl-case.
11507         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11509         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11510         mapping from #' to function*.
11512 2012-06-13  Chong Yidong  <cyd@gnu.org>
11514         * mouse.el (mouse-drag-track): Do not set the mark if the user
11515         releases the mouse without selecting anything (Bug#11588).
11517 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11519         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11520         as well (bug#11646).
11522         * loadup.el: Count byte-code functions as well.
11524         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11525         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11527         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11528         (bug#11649).  Add cl-defun and cl-defmacro.
11530 2012-06-13  Drew Adams  <drew.adams@oracle.com>
11532         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11533         Fix last change.
11535 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
11537         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11538         Otherwise, it blocks in batch mode.
11540 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
11542         * help-mode.el (bookmark-make-record-default): Declare.
11544 2012-06-13  Chong Yidong  <cyd@gnu.org>
11546         * emacs-lisp/package.el (list-packages): Compute a list of
11547         packages that are newly-available since the last list-packages
11548         invocation.
11549         (package-menu--new-package-list): New var.
11550         (package-menu--generate, package-menu--print-info)
11551         (package-menu--status-predicate, package-menu-mark-install):
11552         Handle new status label "new".
11554 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11556         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11557         conversion to backquotes.
11559 2012-06-12  Chong Yidong  <cyd@gnu.org>
11561         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11562         Rename from gud-inhibit-global-bindings.
11564         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11566         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11567         hook from nxml-glyph-set-hook.
11569         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11570         declaration.
11572         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11574         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11575         Convert to defcustom.
11577 2012-06-12  Drew Adams  <drew.adams@oracle.com>
11579         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11580         New functions.
11581         (help-mode): Use them.
11583 2012-06-11  Glenn Morris  <rgm@gnu.org>
11585         * progmodes/fortran.el (fortran-font-lock-keywords-3):
11586         Use preprocessor face for directives.
11587         (fortran-directive-re): Doc fix.
11589 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11591         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11592         conversion to backquotes (bug#11652).
11594         Fix compiler-expansion of CL's cXXr functions (bug#11673).
11595         * emacs-lisp/cl-lib.el (cl--defalias): New function.
11596         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11597         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11598         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11599         (cl-ninth, cl-tenth): Mark them as inlinable.
11600         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11601         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11602         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11603         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11604         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11605         (cl-list*, cl-adjoin): Don't put an autoload manually.
11606         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11607         (cl--compiler-macro-list*): Add autoload cookie.
11608         (cl--compiler-macro-cXXr): New function.
11610         * help-fns.el (help-fns--compiler-macro): New function extracted from
11611         describe-function-1; follow aliases and use `compiler-macro' property.
11612         (describe-function-1): Use it.
11614 2012-06-11  Chong Yidong  <cyd@gnu.org>
11616         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11617         is uninstalled, if imagemagick is installed.
11619 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11621         * emacs-lisp/cl-lib.el: Use lexical-binding.
11622         (cl-map-extents, cl-maclisp-member): Remove.
11623         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11624         (cl--set-substring, cl--block-wrapper, cl--block-throw)
11625         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11626         * emacs-lisp/cl-extra.el: Use lexical-binding.
11627         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11628         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11629         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11630         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11631         * emacs-lisp/cl-seq.el: Use lexical-binding.
11632         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11633         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11634         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11635         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11636         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11637         CL's internals.
11639 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
11641         Sync with Tramp 2.2.6-pre.
11643         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11644         `print-length' and `print-level' to nil, in order to avoid
11645         truncation.  Reported by Christopher Schmidt
11646         <christopher@ristopher.com>.
11648         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11650         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11651         New defmacro.
11652         (tramp-compat-copy-directory): Add optional argument
11653         COPY-CONTENTS.  It is not handled yet.
11655         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11656         (tramp-ftp-file-name-p): Simplify.
11658         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11659         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11660         connection vector.
11662         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11663         (tramp-methods): Do not use `tramp-password-end-of-line'.
11664         (tramp-completion-function-alist-putty): Handle UNIX case.
11665         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11666         (tramp-do-file-attributes-with-stat)
11667         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11668         gid as real numbers.  They could run out of integer range on cygwin.
11669         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11670         (tramp-sh-handle-expand-file-name): Handle hops.
11671         (tramp-open-connection-setup-interactive-shell):
11672         Use `tramp-cleanup'.  Move check for busyboxes ...
11673         (tramp-find-shell): ... here.  Simplify implementation.
11674         Set "remote-shell" property also for alternative shells.
11675         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11676         If failing, a regular file would be written otherwise.
11677         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11678         (tramp-find-inline-encoding): Cache the coding commands in the
11679         process cache.  Apply test command on the remote side, if defined.
11680         (tramp-find-inline-compress): Cache the compress commands in the
11681         process cache.
11682         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11683         when requested.  Handle hops.
11684         (tramp-current-connection): New defvar.
11685         (tramp-maybe-open-connection): Use `tramp-cleanup'.
11686         Throw `suppress', if there was a failed connection shortly before.
11687         Handle user interrupt.  (Bug#10187)
11688         (tramp-get-inline-compress, tramp-get-inline-coding):
11689         Read connection properties from the process cache.
11691         * net/tramp-smb.el (tramp-smb-server-version)
11692         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11693         New defconsts.
11694         (tramp-smb-prompt): Extend for powershell prompt.
11695         (tramp-smb-file-name-handler-alist): Add handlers for
11696         `process-file', `shell-command' and `start-file-process'.
11697         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11698         (tramp-smb-winexe-shell-command-switch): New defcustoms.
11699         (tramp-smb-file-name-p): Simplify.
11700         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11701         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11702         (tramp-smb-shell-quote-argument): New defuns.
11703         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11704         Implement using "tar".  By this, time-stamps are preserved.
11705         (tramp-smb-handle-copy-file): Handle also the case of directories.
11706         (tramp-smb-do-file-attributes-with-stat)
11707         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11708         Use `tramp-get-connection-buffer').
11709         (tramp-smb-handle-rename-file): Use "rename", when source and
11710         target are on the same share.
11711         (tramp-smb-maybe-open-connection): Handle wrong passwords.
11712         Use `tramp-smb-server-version'.
11713         (tramp-smb-wait-for-output): Remove prompt.
11715         * net/tramp.el (top): Require 'cl.
11716         (tramp-methods, tramp-rsh-end-of-line):
11717         Remove `tramp-password-end-of-line' from docstring.
11718         (tramp-save-ad-hoc-proxies): New defcustom.
11719         (tramp-completion-function-alist): Adapt docstring.
11720         (tramp-default-password-end-of-line): Remove defcustom.
11721         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
11722         (tramp-user-regexp, tramp-file-name-regexp-unified)
11723         (tramp-file-name-regexp-url): Extend regexp by hop separator.
11724         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11725         (tramp-remote-file-name-spec-regexp): New defconst.
11726         (tramp-file-name-structure): Extend structure for hops.
11727         (tramp-get-method-parameter): Move up.
11728         (tramp-file-name-p, tramp-dissect-file-name)
11729         (with-parsed-tramp-file-name): Handle hops.
11730         (tramp-file-name-hop): New defun.
11731         (tramp-make-tramp-file-name): New optional arg HOP.
11732         (tramp-message-show-progress-reporter-message): New defvar.
11733         (tramp-with-progress-reporter): Use it.  We cannot use
11734         `tramp-message-show-message' here, because this suppresses also
11735         error buffers.
11736         (tramp-error-with-buffer): Suppress buffer view, if
11737         `tramp-message-show-message' is nil.
11738         Use `tramp-get-connection-buffer'.
11739         (tramp-cleanup): New defun.
11740         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11741         (tramp-file-name-handler): If `debug-on-error' is set, propagate
11742         an error unchanged.
11743         (tramp-completion-handle-file-name-all-completions): Handle hops.
11744         Fix an error when called from ido.
11745         (tramp-completion-dissect-file-name): Use better local variable
11746         name.  Add hop to the vector.
11747         (tramp-handle-insert-file-contents): Use progress-reporter for the
11748         whole scenario.
11749         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11750         to `t'.
11751         (tramp-check-for-regexp): Simplify search.
11752         (tramp-enter-password): Remove it.  Move implementation ...
11753         (tramp-action-password): ... here.
11754         (tramp-mode-string-to-int, tramp-local-host-p)
11755         (tramp-make-tramp-temp-file, tramp-read-passwd)
11756         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11757         Set tramp-autoload cookie.
11759         * net/trampver.el: Update release number.
11761 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11762             Michael Albinus  <michael.albinus@gmx.de>
11764         * net/tramp.el (tramp-set-completion-function): Fix docstring.
11765         (tramp-parse-group, tramp-parse-file)
11766         (tramp-parse-shostkeys-sknownhosts): New defuns.
11767         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11768         (tramp-parse-shosts-group, tramp-parse-sconfig)
11769         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11770         (tramp-parse-sknownhosts, tramp-parse-hosts)
11771         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11772         Use them.
11773         (tramp-parse-passwd-group, tramp-parse-netrc-group)
11774         (tramp-parse-putty-group): Don't narrow.
11775         (tramp-parse-putty): Make a loop.
11776         (tramp-file-name-handler): Catch the `suppress' signal.
11778 2012-06-11  Chong Yidong  <cyd@gnu.org>
11780         * image.el (imagemagick-register-types): Put the ImageMagick entry
11781         at the end of image-type-file-name-regexps.
11783 2012-06-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
11785         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11786         (pcase, pcase-let*, pcase-dolist): Use them.
11788 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11790         * emacs-lisp/pcase.el (pcase--let*): New function.
11791         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
11792         (pcase--expand): Use macroexp-let².
11794 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11796         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11797         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11798         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11799         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11800         * emacs-lisp/derived.el: Use pcase instead of `cl'.
11801         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11803 2012-06-10  Glenn Morris  <rgm@gnu.org>
11805         * mail/rmail.el (rmail-yank-current-message): Leave point at
11806         correct position.  (Bug#11660)
11808 2012-06-10  Chong Yidong  <cyd@gnu.org>
11810         * allout-widgets.el: Fix code header.
11812 2012-06-10  Chong Yidong  <cyd@gnu.org>
11814         * cus-edit.el (customize-changed-options-previous-release):
11815         Bump to 24.1.
11817 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
11819         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11821 2012-06-09  Chong Yidong  <cyd@gnu.org>
11823         * ebuff-menu.el (electric-buffer-list): Preserve header line.
11825 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
11827         * window.el (special-display-popup-frame): Don't use
11828         window--display-buffer (Bug#11651).
11830 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
11832         Fix parallel builds: make sure loaddefs.el is not being written
11833         while Lisp files are compiled.
11834         (compile): Don't depend on 'mh-autoloads'.
11835         (compile-CMD, compile-SH): Depend on 'autoloads'.
11836         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11838         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
11840 2012-06-09  Chong Yidong  <cyd@gnu.org>
11842         * face-remap.el (face-remap-add-relative, face-remap-set-base)
11843         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11844         Doc fixes (Bug#11225).
11846 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11848         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11849         a function if there's a clear indication that it has a compiler-macro.
11850         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11851         (macro-declarations-alist): Add arglist to declaration functions.
11852         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11853         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11854         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11855         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11856         Also add autoload to find the compiler macro.
11857         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11858         (cl--compiler-macro-member, cl--compiler-macro-assoc)
11859         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11860         (cl--compiler-macro-get): New functions, replacing calls to
11861         cl-define-compiler-macro.
11862         (cl-typep) [compiler-macro]: Use macroexp-let².
11864 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
11866         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11867         string properly, fixes Bug#11473.
11869 2012-06-08  Chong Yidong  <cyd@gnu.org>
11871         * faces.el (set-face-attribute): Doc fix.
11872         (modify-face): Don't use :bold and :italic.
11873         (error, warning, success): Tweak definitions.
11875         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11876         (custom-modified, custom-set, custom-changed, custom-themed)
11877         (custom-saved, custom-button, custom-button-mouse)
11878         (custom-button-pressed, custom-state, custom-comment-tag)
11879         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11880         (custom-group-subtitle): Use new-style face specs.
11881         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11882         (custom-set-face, custom-changed-face, custom-saved-face)
11883         (custom-button-face, custom-button-pressed-face)
11884         (custom-documentation-face, custom-state-face)
11885         (custom-comment-face, custom-comment-tag-face)
11886         (custom-variable-tag-face, custom-variable-button-face)
11887         (custom-face-tag-face, custom-group-tag-face-1)
11888         (custom-group-tag-face): Remove obsolete face alias.
11890         * epa.el (epa-validity-high, epa-validity-medium)
11891         (epa-validity-low, epa-mark, epa-field-name, epa-string)
11892         (epa-field-name, epa-field-body):
11893         * font-lock.el (font-lock-comment-face, font-lock-string-face)
11894         (font-lock-keyword-face, font-lock-builtin-face)
11895         (font-lock-function-name-face, font-lock-variable-name-face)
11896         (font-lock-type-face, font-lock-constant-face):
11897         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11898         (ido-virtual, ido-indicator, ido-incomplete-regexp):
11899         * speedbar.el (speedbar-button-face, speedbar-file-face)
11900         (speedbar-directory-face, speedbar-tag-face)
11901         (speedbar-selected-face, speedbar-highlight-face)
11902         (speedbar-separator-face):
11903         * whitespace.el (whitespace-newline, whitespace-space)
11904         (whitespace-hspace, whitespace-tab, whitespace-trailing)
11905         (whitespace-line, whitespace-space-before-tab)
11906         (whitespace-space-after-tab, whitespace-indentation)
11907         (whitespace-empty):
11908         * emulation/cua-base.el (cua-global-mark):
11909         * eshell/em-prompt.el (eshell-prompt):
11910         * net/newst-plainview.el (newsticker-new-item-face)
11911         (newsticker-old-item-face, newsticker-immortal-item-face)
11912         (newsticker-obsolete-item-face, newsticker-date-face)
11913         (newsticker-statistics-face, newsticker-default-face):
11914         * net/newst-reader.el (newsticker-feed-face)
11915         (newsticker-extra-face, newsticker-enclosure-face):
11916         * net/newst-treeview.el (newsticker-treeview-face)
11917         (newsticker-treeview-new-face, newsticker-treeview-old-face)
11918         (newsticker-treeview-immortal-face)
11919         (newsticker-treeview-obsolete-face)
11920         (newsticker-treeview-selection-face):
11921         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11922         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11923         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11924         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11925         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11926         (nxml-outline-active-indicator, nxml-outline-ellipsis):
11927         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11928         (mpuz-text):
11929         * progmodes/vera-mode.el (vera-font-lock-number)
11930         (vera-font-lock-function, vera-font-lock-interface):
11931         * textmodes/table.el (table-cell): Use new-style face specs, and
11932         don't use the old :bold and :italic attributes.
11934         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11935         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11936         (ebrowse-member-class, ebrowse-progress): Likewise.
11937         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11938         (ebrowse-file-name-face, ebrowse-default-face)
11939         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11940         (ebrowse-progress-face): Remove obsolete faces.
11942         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11943         Inherit from error and warning faces respectively.
11945         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11946         Likewise.
11947         (flyspell-incorrect-face, flyspell-duplicate-face):
11948         Remove obsolete aliases.
11950 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
11952         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11953         Avoid infloop.
11955 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11957         * startup.el (argv, argi): Make lexically scoped.
11958         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11959         * emacs-lisp/cl-macs.el: Use lexical-binding.
11960         Rename cl-bind-* to cl--bind-*.
11961         * files.el: Don't require `cl' since it doesn't use it.
11962         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11964 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
11966         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11967         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11968         instead of calling external sort utility.
11969         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11971 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
11973         * descr-text.el (describe-char): Mention how to insert the
11974         character, if the current input method doesn't support it.
11975         See the discussion in this thread for the details:
11976         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11978 2012-06-08  Sam Steingold  <sds@gnu.org>
11980         * bindings.el (global-map): Bind XF86Forward to next-buffer and
11981         XF86Back to previous-buffer.
11982         (minibuffer-local-map): Bind them to next-history-element and
11983         previous-history-element respectively.
11984         * help-mode.el (help-mode-map): Bind them to help-go-forward and
11985         help-go-back respectively.
11986         * info.el (Info-mode-map): Bind them to Info-history-forward and
11987         Info-history-back respectively.
11988         These are the keys next to Up on the ThinkPad keyboard.
11990 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11992         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11993         * emacs-lisp/cl-macs.el: Provide itself.
11994         (cl--labels-convert-cache): New var.
11995         (cl--labels-convert): New function.
11996         (cl-flet, cl-labels): New implementation with new semantics, relying on
11997         lexical-binding.
11998         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11999         (cl-closure-vars, cl--function-convert-cache)
12000         (cl--function-convert): Move from cl-macs.el.
12001         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
12002         rename by removing the "cl-" prefix.
12003         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
12005 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12007         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
12008         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
12009         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
12010         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
12011         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
12012         (cl-hash-table-count): Add old compatibility aliases.
12014         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
12015         Use macroexpand-all-environment instead.
12016         (cl--old-macroexpand): New var.
12017         (cl--sm-macroexpand): New function.
12018         (cl-symbol-macrolet): Use it during macro expansion.
12019         (cl--function-convert-cache): New var.
12020         (cl--function-convert): New function, extracted from
12021         cl-macroexpand-all.
12022         (cl-lexical-let): Use it.
12024         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
12025         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
12026         (cl-member): Remove old alias.
12028         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
12029         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
12030         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
12031         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
12032         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
12033         (cl-macroexpand-cmacs): Remove var.
12034         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
12035         Use macroexpand-all instead.
12037 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12039         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
12040         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
12041         (macroexp-copyable-p): New functions and macros.
12042         * emacs-lisp/edebug.el (edebug-unwrap):
12043         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
12044         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
12045         (pcase--let*): Remove.
12046         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
12047         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
12048         macroexp-const-p instead.
12049         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
12051         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
12052         instead of "cl-" for internal definitions.  Use macroexp-const-p.
12053         (cl-old-bc-file-form): Remove var.
12054         (cl-const-exprs-p): Remove fun.
12055         (cl-labels, cl-macrolet): Use backquote.
12056         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
12057         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
12058         (cl-define-setf-expander): Rename from cl-define-setf-method.
12059         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
12061         * international/mule-cmds.el: Don't require CL.
12062         (view-hello-file): Don't use `letf'.
12064 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12066         * tmm.el (tmm-prompt): Use string-prefix-p.
12067         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
12068         (tmm-add-prompt): Use minibuffer-completion-help.
12069         (tmm-delete-map): Remove.
12071         * subr.el (kbd): Make it its own function.
12073 2012-06-07  Stefan Merten  <smerten@oekonux.de>
12075         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
12076         Silence compiler warnings.  Fix versions.
12077         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
12078         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
12079         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
12080         (rst-package-emacs-version-alist): Correct Emacs version to
12081         represent major merge with upstream.
12082         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
12084 2012-06-06  Glenn Morris  <rgm@gnu.org>
12086         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
12087         Only print environment variables if set.
12089 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12091         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
12092         (macroexp--cons): Rename from maybe-cons.
12093         (macroexp--accumulate): Rename from macroexp-accumulate.
12094         (macroexp--all-forms): Rename from macroexpand-all-forms.
12095         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
12096         (macroexp--expand-all): Rename from macroexpand-all-1.
12098 2012-06-06  Sam Steingold  <sds@gnu.org>
12100         * calendar/calendar.el (calendar-in-read-only-buffer):
12101         Call `special-mode' to enable the standard read-only keybindings.
12103 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12105         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
12106         with "loading" messages (bug#11635).
12108 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
12110         * files.el (enable-remote-dir-locals): New option.
12111         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
12113         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12114         Ensure, that the temp directory is local.
12116         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
12117         `temporary-file-directory'.
12119         * progmodes/python.el (python-send-region): Ensure, that the
12120         temporary file is created also in the remote case.
12122 2012-06-06  Glenn Morris  <rgm@gnu.org>
12124         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
12125         (vc-rcs-update-changelog): Use it.
12127         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
12129         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
12130         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
12131         (vc-sccs-diff): Replace use of the external vcdiff script.
12133 2012-06-05  Glenn Morris  <rgm@gnu.org>
12135         * ledit.el: Move to obsolete/.
12137 2012-06-05  Sam Steingold  <sds@gnu.org>
12139         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
12140         patch (Bug#11140).
12142 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12144         * emacs-lisp/cust-print.el: Move to obsolete.
12146         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
12147         compiler-macro expansion.
12149         Add native compiler-macro support.
12150         * emacs-lisp/macroexp.el (macroexpand-all-1):
12151         Support compiler-macros directly.  Properly follow aliases and apply
12152         the compiler macros more thoroughly.
12153         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
12154         macroexpand now properly follows aliases.
12155         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
12156         (cl-compiler-macroexpand): Use new prop.
12157         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
12159         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
12161 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
12163         * window.el (get-lru-window, get-mru-window, get-largest-window):
12164         New argument NOT-SELECTED to avoid picking the selected window.
12165         (window--display-buffer-1, window--display-buffer-2): Replace by
12166         new function window--display-buffer
12167         (display-buffer-same-window, display-buffer-reuse-window)
12168         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12169         Use window--display-buffer.
12170         (display-buffer-use-some-window): Remove temporary dedication
12171         hack by calling get-lru-window and get-largest-window with
12172         NOT-SELECTED argument non-nil.  Call window--display-buffer.
12174 2012-06-05  Glenn Morris  <rgm@gnu.org>
12176         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
12177         Replace external vcdiff script.
12179 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12181         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
12183 2012-06-04  Chong Yidong  <cyd@gnu.org>
12185         * image.el (imagemagick-types-inhibit): Revert last change.
12186         Add INFO and M.
12187         (imagemagick-enabled-types): Remove CIN and EPS*.
12189 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12191         * emacs-lisp/cl-lib.el: Rename from cl.el.
12192         * emacs-lisp/cl.el: New compatibility file.
12193         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
12194         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
12195         to obey the "cl-" prefix.
12196         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
12198 2012-06-03  Glenn Morris  <rgm@gnu.org>
12200         * emacs-lisp/authors.el (authors-aliases): Addition.
12202         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
12203         Fix :version.
12205 2012-06-03  Stefan Merten  <smerten@oekonux.de>
12207         * textmodes/rst.el: Add comments.
12208         (rst-transition, rst-adornment): New faces.
12209         (rst-adornment-faces-alist): Make default safe to reevaluate.
12210         Fixes
12211         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
12212         Improve customization tags.
12213         (rst-define-level-faces): Clarify meaning.
12215 2012-06-03  Chong Yidong  <cyd@gnu.org>
12217         * progmodes/compile.el (compilation-mode-line-fail)
12218         (compilation-mode-line-run, compilation-mode-line-exit):
12219         New faces.
12220         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
12222 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
12224         * progmodes/which-func.el (which-func-update-ediff-windows):
12225         New function.  Use it in ediff-select-hook (Bug#11478).
12227 2012-06-03  Chong Yidong  <cyd@gnu.org>
12229         * bindings.el: Remove explicit help text from format-mode-line.
12230         It is now supplied by mode-line-default-help-echo.
12231         (mode-line-front-space, mode-line-end-spaces)
12232         (mode-line-misc-info): New variables.
12233         (mode-line-modes, mode-line-position): Move the default value to
12234         the variable definition.
12235         (mode-line-default-help-echo): New defcustom.
12236         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
12237         (mode-line-modified-help-echo): New functions.
12238         (mode-line-mule-info, mode-line-modified): Use them.
12239         (mode-line-eol-desc, propertized-buffer-identification):
12240         Consistency fixes for help text.
12241         (mode-line-coding-system-map): Allow using mouse-3 to invoke
12242         set-buffer-file-coding-system (Bug#289).
12243         (mode-line-mule-info-help-echo): Update help text.
12245 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12247         * simple.el (execute-extended-command): Set real-this-command
12248         (bug#11506).
12250 2012-06-02  Chong Yidong  <cyd@gnu.org>
12252         Remove incorrect uses of "modeline" in comments, docstrings, and
12253         function/variable names (Bug#10329).
12255         * cus-edit.el (mode-line):
12256         * dframe.el (dframe-mouse-hscroll):
12257         * emacs-lisp/re-builder.el:
12258         * emacs-lisp/easy-mmode.el (define-minor-mode):
12259         * frame.el (set-frame-name):
12260         * help.el (lookup-minor-mode-from-indicator):
12261         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
12262         * progmodes/cc-cmds.el (c-toggle-auto-newline)
12263         (c-toggle-hungry-state):
12264         * progmodes/antlr-mode.el (antlr-language-alist):
12265         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
12266         * progmodes/vhdl-mode.el (vhdl-mode):
12267         * progmodes/which-func.el (which-func, which-func-cleanup-function):
12268         * term/ns-win.el (ns-face-at-pos):
12269         * term/sup-mouse.el (sup-mouse-report):
12270         * textmodes/flyspell.el (flyspell-mode-line-string):
12271         * textmodes/ispell.el (ispell-highlight-face):
12272         * textmodes/reftex-global.el:
12273         * vc/vc-arch.el (vc-arch-mode-line-string):
12274         * vc/vc-cvs.el (vc-cvs-mode-line-string):
12275         * vc/vc-git.el (vc-git-mode-line-string):
12276         * vc/vc-hooks.el (vc-display-status)
12277         (vc-default-mode-line-string):
12278         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12280         * ansi-color.el (ansi-color-faces-vector): Change default faces.
12282         * dired.el (dired-sort-set-mode-line): Rename from
12283         dired-sort-set-modeline.  All callers changed.
12285         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12286         eshell-status-in-modeline.
12288         * foldout.el (foldout-mode-line-string): Rename from
12289         foldout-modeline-string.  All callers changed.
12290         (foldout-update-mode-line): Rename from foldout-update-modeline.
12292         * subr.el (redraw-modeline): Make into obsolete alias.
12294         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12295         timeclock-modeline-display.  Make old name an alias.
12296         (timeclock-update-mode-line): Likewise.  All callers changed.
12297         (timeclock-mode-line-display): No need to check before using
12298         add-hook.
12299         (timeclock-relative, timeclock-day-over-hook)
12300         (timeclock-use-elapsed, timeclock-mode-string)
12301         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12303         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12304         crisp-mode-modeline-string.
12306         * play/solitaire.el (solitaire-build-mode-line): Rename from
12307         solitaire-build-modeline.  All callers changed.
12309         * play/zone.el (zone-hiding-mode-line): Rename from
12310         zone-hiding-modeline.  All callers changed.
12311         (zone): Remove unusued `modeline-hidden-level' property.
12313         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12314         xscheme-modeline-initialize.  All callers changed.
12316         * strokes.el (strokes-lighter): Rename from
12317         strokes-modeline-string.
12319         * textmodes/sgml-mode.el (html-face-tag-alist)
12320         (html-tag-face-alist): Use mode-line face instead of obsolete
12321         alias modeline.
12323 2012-06-02  Stefan Merten  <smerten@oekonux.de>
12325         * textmodes/rst.el: Always require `cl'.
12326         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
12328 2012-06-02  Chong Yidong  <cyd@gnu.org>
12330         * image.el (imagemagick-enabled-types): Rename from
12331         imagemagick-types-enable.  Add many more types.
12332         (imagemagick-types-inhibit): Change default to nil.
12333         (imagemagick-filter-types): Caller changed.
12335 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12337         * emacs-lisp/cl-macs.el: Use backquotes.
12338         (cl-transform-function-property): Use eval-and-compile rather than
12339         abusing `require'.
12340         (defstruct): Use declare-function instead of with-no-warnings.
12342         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12343         (byte-compile-output-docform): Re-add the print-circle bindings.
12344         (byte-compile-fix-header): Use #$ just because it's shorter.
12345         (byte-compile-output-file-form): Remove defun/defmacro.
12347 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
12349         * simple.el (choose-completion): Remove now obsolete binding for
12350         owindow.
12352 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
12354         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
12355         in order to avoid "Stack overflow in regexp matcher".
12357 2012-05-31  Glenn Morris  <rgm@gnu.org>
12359         * image.el: For clarity, call imagemagick-register-types at
12360         top-level, rather than relying on a custom :initialize.
12361         (imagemagick-types-enable): New option.  (Bug#11557)
12362         (imagemagick-filter-types): New function.  (Bug#7406)
12363         (imagemagick-register-types): Use imagemagick-filter-types.
12364         If disabling support, remove elements altogether rather
12365         than using an impossible regexp.
12366         (imagemagick-types-inhibit): Give it the default init function.
12368 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12370         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12371         Handle arbitrary file name lengths (Bug#11585).
12373 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
12375         * desktop.el (desktop-read): Clear previous and next buffers for
12376         all windows and bury *Messages* buffer (bug#11556).
12378 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12380         Add `declare' for `defun'.  Align `defmacro's with it.
12381         * emacs-lisp/easy-mmode.el (define-minor-mode)
12382         (define-globalized-minor-mode): Don't autoload the var definitions.
12383         * emacs-lisp/byte-run.el: Use lexical-binding.
12384         (defun-declarations-alist, macro-declarations-alist): New vars.
12385         (defmacro, defun): Use them.
12386         (make-obsolete, define-obsolete-function-alias)
12387         (make-obsolete-variable, define-obsolete-variable-alias):
12388         Use `declare'.
12389         (macro-declaration-function): Mark obsolete.
12390         * emacs-lisp/autoload.el: Use lexical-binding.
12391         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
12393 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12395         * textmodes/ispell.el (ispell-with-no-warnings):
12396         Define as a macro.
12397         (ispell-kill-ispell, ispell-change-dictionary):
12398         Use `called-interactively-p' for Emacs instead of obsolete
12399         `interactive-p'.
12401 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12403         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12404         (macro-declaration-function): Move var from C code.
12405         (macro-declaration-function): Define function with defalias.
12406         * emacs-lisp/macroexp.el (macroexpand-all-1):
12407         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12408         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12409         defun/defmacro any more.
12410         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12411         Provide fallback for unknown arglist.
12412         (byte-compile-arglist-warn): Change calling convention.
12413         (byte-compile-output-file-form): Move print-vars binding.
12414         (byte-compile-output-docform): Simplify accordingly.
12415         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12416         (byte-compile-defmacro-declaration): Remove.
12417         (byte-compile-file-form-defmumble): Generalize to defalias.
12418         (byte-compile-output-as-comment): Return byte-positions.
12419         Simplify callers accordingly.
12420         (byte-compile-lambda): Use `assert'.
12421         (byte-compile-defun, byte-compile-defmacro): Remove.
12422         (byte-compile-file-form-defalias):
12423         Use byte-compile-file-form-defmumble.
12424         (byte-compile-defalias-warn): Remove.
12426 2012-05-29  Stefan Merten  <smerten@oekonux.de>
12428         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
12429         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
12431         (rst-mode-abbrev-table): Merge definition.
12432         (rst-mode): Make sure `font-lock-defaults' is buffer local.
12433         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12435 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
12437         * calendar/icalendar.el
12438         (icalendar-export-region): Export UID properly.
12440 2012-05-29  Leo Liu  <sdl.web@gmail.com>
12441         * calendar/icalendar.el (icalendar-import-format):
12442         Add `icalendar-import-format-uid' (Bug#11525).
12443         (icalendar-import-format-uid): New.
12444         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12445         Export UID.
12447 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12449         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12450         different alternative patterns.
12451         (pcase-codegen): Be more careful to preserve identity.
12452         (pcase--u1): Don't forget to mark vars as used.
12454         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12455         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12456         (byte-compile-from-buffer): ...rather than here.
12458         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12459         functions from byte-compile-function-environment.
12461 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
12463         * window.el (window-deletable-p): Avoid deleting the root window
12464         of a frame with an active minibuffer.
12466 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
12468         * simple.el (choose-completion): Use quit-window (Bug#11567).
12470 2012-05-29  Chong Yidong  <cyd@gnu.org>
12472         * whitespace.el (whitespace-cleanup): Fix usage of
12473         whitespace-empty-at-bob-regexp (Bug#11492).
12475 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12477         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12478         revert (Bug#11488).
12480 2012-05-29  Juri Linkov  <juri@jurta.org>
12482         * isearch.el (isearch-mode-map): Bind `M-s _' to
12483         `isearch-toggle-symbol'.  Bind `M-s c' to
12484         `isearch-toggle-case-fold'.
12485         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12486         (isearch-forward): Add `M-s _' to the docstring.
12487         (isearch-forward-symbol, isearch-toggle-case-fold)
12488         (isearch-symbol-regexp): New functions.  (Bug#11381)
12490 2012-05-29  Juri Linkov  <juri@jurta.org>
12492         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
12493         (isearch-occur, isearch-search-and-update): If `isearch-word' is
12494         a function, call it to get the regexp.
12495         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12496         property `isearch-message-prefix' instead of the string "word ".
12497         (isearch-search-fun-default): For the case of `isearch-word',
12498         return a lambda that calls re-search-forward/re-search-backward
12499         with a regexp returned by `word-search-regexp' or by the function
12500         in `isearch-word'.
12502 2012-05-29  Juri Linkov  <juri@jurta.org>
12504         * isearch.el (isearch-search-fun-default): New function.
12505         (isearch-search-fun): Move default part to the new function
12506         `isearch-search-fun-default'.
12507         (isearch-search-fun-function): Set the default value to
12508         `isearch-search-fun-default'.  (Bug#11381)
12510         * comint.el (comint-history-isearch-end):
12511         Use `isearch-search-fun-default'.
12512         (comint-history-isearch-search): Use `isearch-search-fun-default'
12513         and remove spacial case for `isearch-word'.
12514         (comint-history-isearch-wrap): Remove spacial case for
12515         `isearch-word'.
12517         * hexl.el (hexl-isearch-search-function):
12518         Use `isearch-search-fun-default'.
12520         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12521         Use `word-search-regexp' for `isearch-word'.
12523         * misearch.el (multi-isearch-search-fun):
12524         Use `isearch-search-fun-default'.
12526         * simple.el (minibuffer-history-isearch-search):
12527         Use `isearch-search-fun-default' and remove spacial case for
12528         `isearch-word'.
12529         (minibuffer-history-isearch-wrap): Remove spacial case for
12530         `isearch-word'.
12532         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12533         Remove spacial case for `isearch-word'.
12534         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12536 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12538         Decrease XEmacs incompatibilities.
12539         * textmodes/flyspell.el (flyspell-check-pre-word-p):
12540         Use `string-match'.
12541         (flyspell-delete-region-overlays): Use alternative definition for
12542         XEmacs.
12543         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12544         (flyspell-word): Use `process-kill-without-query' if XEmacs.
12545         (flyspell-mode-on): Use `interactive-p' if XEmacs.
12546         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12547         `define-obsolete-face-alias' under XEmacs, but old method.
12549         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12550         `with-no-warnings' definition or Emacs alias.
12551         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12552         (ispell-word): Do not use `region-p' if XEmacs.
12554 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12556         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12557         Check for `ispell-dictionary-base-alist' instead of full
12558         `ispell-dictionary-alist'.
12559         (ispell-init-process): Show spellchecker when starting new Ispell
12560         process.
12562 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12564         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12565         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12567 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
12569         * version.el (motif-version-string, gtk-version-string)
12570         (ns-version-string): Declare.
12572 2012-05-27  Juri Linkov  <juri@jurta.org>
12574         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12575         after the `eval-defun-1' specialcaseing
12576         like in `edebug-eval-defun' (bug#10181).
12578         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12579         like in `eval-defun-1'.
12581 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
12583         * mail/sendmail.el (mail-yank-region):
12584         Recognize rmail-yank-current-message in addition to insert-buffer.
12585         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12586         a *mail* buffer created through rmail-start-mail with sendmail as
12587         mail-user-agent.
12589 2012-05-27  Chong Yidong  <cyd@gnu.org>
12591         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12592         Default to 256 (Bug#11267).
12594         * help.el (describe-mode): Doc fix.
12596 2012-05-26  Glenn Morris  <rgm@gnu.org>
12598         * w32-fns.el (w32-init-info): Remove.
12599         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12601         * info.el (info-initialize): For self-contained NS builds, put the
12602         included info/ directory at the front.  (Bug#2791)
12604         * paths.el (Info-default-directory-list): Make it a defcustom,
12605         mainly so that we can use custom-initialize-delay.
12607 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12609         * subr.el (buffer-has-markers-at): Mark obsolete.
12611         * subr.el (lambda): Use declare.
12613         * emacs-lisp/lisp-mode.el (lambda):
12614         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12616 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12618         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
12620 2012-05-26  Glenn Morris  <rgm@gnu.org>
12622         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12624 2012-05-25  Glenn Morris  <rgm@gnu.org>
12626         * paths.el: Remove no-byte-compile.
12627         * loadup.el: No need to load paths.el uncompiled.
12629         * image.el (imagemagick-types-inhibit): Doc fix.
12631         * version.el: Remove no-byte-compile and associated formatting.
12632         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
12633         is ancient code from when there was an "inc-vers.el".
12635 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12637         * progmodes/gdb-mi.el: Minor style changes.
12638         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12639         Turn into minor modes.
12640         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12641         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12642         (gdb-shell): Remove unneeded let-binding.
12643         (gdb-get-many-fields): Eliminate O(n²) behavior.
12645 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
12647         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12648         platforms that don't link in fontset.c.
12650 2012-05-25  Juri Linkov  <juri@jurta.org>
12652         Use the same diff color scheme as in modern VCSes (bug#10181).
12654         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12655         to avoid confusion with `diff-added' that now uses green colors.
12656         (diff-removed): Use shades of red.
12657         (diff-added): Use shades of green.
12658         (diff-changed): Leave just the yellow color.
12659         (diff-use-changed-face): New variable.
12660         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12661         how to highlight context diff changes.
12662         (diff-refine-change): Use shades of yellow.
12663         (diff-refine-removed): New face that uses shades of red.
12664         (diff-refine-added): New face that uses shades of green.
12665         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12666         `diff-refine-removed' in the call to `smerge-refine-subst'
12667         depending on the value of `diff-use-changed-face'.
12669         * vc/smerge-mode.el (smerge-mine): Use shades of red.
12670         (smerge-other): Use shades of green.
12671         (smerge-base): Use shades of yellow.
12672         (smerge-refined-change): Empty face.
12673         (smerge-refined-removed): New face that uses shades of red.
12674         (smerge-refined-added): New face that uses shades of green.
12675         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
12676         args `props-r' and `props-a', and use them.  Doc fix.
12677         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12678         on its value use different faces `smerge-refined-change',
12679         `smerge-refined-removed', `smerge-refined-added' in the call to
12680         `smerge-refine-subst'.
12682         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12683         Add face condition `min-colors 88' with shades of red.
12684         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12685         `min-colors 88' with shades of green.
12686         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12687         `min-colors 88' with shades of yellow.
12689 2012-05-24  Glenn Morris  <rgm@gnu.org>
12691         * paths.el (prune-directory-list, remote-shell-program): Move to...
12692         * files.el (prune-directory-list, remote-shell-program): ...here.
12693         For the latter, delay initialization, prefer ssh, just search PATH.
12695         * paths.el (term-file-prefix): Move to faces.el (the only user).
12696         * faces.el (term-file-prefix): Move here, make it a defcustom.
12698         * paths.el (news-directory, news-path, news-inews-program):
12699         Move to gnus/nnspool.el.
12701         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12703         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12704         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12705         Make the latter a defcustom, with a delayed initialization.
12707         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12708         These were deleted from Gnus itself late 2010.
12710 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
12712         * progmodes/which-func.el (which-func-ff-hook):
12713         Check against user-error, not error.
12715         * emacs-lisp/edebug.el (top): Do not load or set up loading of
12716         cl-specs.el, which no longer exists.
12718 2012-05-22  Glenn Morris  <rgm@gnu.org>
12720         * info.el (info-emacs-bug): New command.
12721         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12722         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12724 2012-05-21  Glenn Morris  <rgm@gnu.org>
12726         * makefile.w32-in (update-subdirs-SH):
12727         * Makefile.in (update-subdirs): Update for moved update-subdirs.
12729 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12731         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12733         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12734         Simplify Maven regexp, and make sure the file can't start with a space
12735         (bug#11517).
12737 2012-05-21  Glenn Morris  <rgm@gnu.org>
12739         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12740         Scrap superfluous subshells.
12742 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12744         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12745         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12747 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
12749         * calc/calc.el (calc-ensure-consistent-units): New variable.
12751         * calc/calc-units.el (math-consistent-units-p)
12752         (math-check-unit-consistency): New functions.
12753         (calc-quick-units, calc-convert-units):
12754         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12755         is non-nil.
12756         (calc-extract-units): Fix typo.
12758 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12760         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12762         * textmodes/flyspell.el: Commenting style, plus code simplifications.
12763         (flyspell-default-deplacement-commands): Don't spell check after
12764         repeated window/frame switches (e.g. triggered by mouse-movement).
12765         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12766         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12767         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12768         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12769         Remove unused vars.
12770         (flyspell-get-casechars, flyspell-get-not-casechars):
12771         Simplify; Don't bother removing a ] just to add it back.
12772         * textmodes/ispell.el (ispell-program-name): Use executable-find.
12774 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12776         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12777         New functions.
12778         (math-function-table): Add support for more C functions.
12780 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12782         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12783         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12784         Protect delay handling for otherchars against empty otherchars.
12786 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12788         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12789         their respective macro declarations.
12790         * skeleton.el (define-skeleton):
12791         * progmodes/compile.el (define-compilation-mode):
12792         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12793         (define-ibuffer-filter):
12794         * emacs-lisp/generic.el (define-generic-mode):
12795         * emacs-lisp/easy-mmode.el (define-minor-mode)
12796         (define-globalized-minor-mode):
12797         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12798         * emacs-lisp/byte-run.el (defsubst):
12799         * custom.el (deftheme): Add doc-string metadata.
12801 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12803         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12805 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12807         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12809         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12810         * emacs-lisp/cl-macs.el: Idem.
12811         * emacs-lisp/cl-specs.el: Remove.
12813 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12815         Minor renaming of internal CL functions and variables.
12816         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12817         (cl--position): Rename from cl-position.
12818         (cl--delete-duplicates): Rename from cl-delete-duplicates.
12819         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12820         (cl--random-state): Rename from *random-state*.
12822 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12824         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12825         parens around the arg list (bug#11499).
12827 2012-05-17  Juri Linkov  <juri@jurta.org>
12829         * isearch.el (word-search-regexp, word-search-backward)
12830         (word-search-forward, word-search-backward-lax)
12831         (word-search-forward-lax): Move functions from search.c
12832         (bug#10145, bug#11381).
12834 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12836         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12837         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12838         Delay for otherchars as for normal word components.
12840 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12842         * minibuffer.el (completion--sifn-requote): Fix last change.
12843         (minibuffer-local-must-match-filename-map):
12844         Move define-obsolete-variable-alias before its var.
12846 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12848         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12850         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12851         behavior.
12852         (completion--string-equal-p): New function.
12853         (completion--twq-all): Use it to get better assertion failure data.
12855         Only handle ".." and '..' quoting in shell-mode (bug#11466).
12856         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12857         (shell--requote-argument): New functions.
12858         (shell-completion-vars): Use them.
12859         (shell--parse-pcomplete-arguments): Rename from
12860         shell-parse-pcomplete-arguments.
12861         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
12862         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12863         Obey comint-file-name-quote-list.
12865         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12866         (smie-indent-keyword): Use it.
12868 2012-05-14  Stefan Merten  <smerten@oekonux.de>
12870         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12872 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12874         * net/rlogin.el (rlogin-mode-map): Fix last change.
12876 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
12878         * mail/smtpmail.el (smtpmail-send-command): Send the command and
12879         the following \r\n using a single `process-send-string', since the
12880         Lotus SMTP server refuses to accept any commands if they are sent
12881         with two `process-send-string's (Bug#11444).
12883 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12885         * shell.el (shell-parse-pcomplete-arguments):
12886         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12888 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12890         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12891         (image-transform-scale, image-transform-right-angle-fudge): New vars.
12892         (image-transform-width, image-transform-fit-width): New functions.
12893         (image-transform-properties): Use them.
12894         (image-transform-check-size): New function.
12895         (image-toggle-display-image): Use it (for testing).
12896         (image-transform-set-rotation): Reduce angle mod 360.
12897         Delete obsolete comment.
12899 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12901         * image-mode.el: Fix scaling (bug#11399).
12902         (image-transform-resize): Doc fix.
12903         (image-transform-properties): Default scale is 1 and height should
12904         be an integer.
12906 2012-05-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
12908         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12909         than hard-coding `car', to fix misbehavior when moving forward.
12911 2012-05-13  Chong Yidong  <cyd@gnu.org>
12913         * emacs-lisp/tabulated-list.el (tabulated-list-format)
12914         (tabulated-list-entries, tabulated-list-padding)
12915         (tabulated-list-sort-key): Make permanent-local.
12917         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12918         (electric-buffer-list): Put electric buffer menu
12919         command descriptions in this docstring, instead of the docstring
12920         of electric-buffer-menu-mode.  Code cleanups.
12921         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
12922         Electric-buffer-menu-mode.
12923         (electric-buffer-update-highlight): Minor code cleanup.
12925 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
12927         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12928         (Bug#11447)
12930 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12932         Move define-obsolete-variable-alias before the var's definition.
12933         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12934         * tooltip.el (tooltip-hook):
12935         * textmodes/reftex-toc.el (reftex-toc-map):
12936         * textmodes/reftex-sel.el (reftex-select-label-map)
12937         (reftex-select-bib-map):
12938         * textmodes/reftex-index.el (reftex-index-map)
12939         (reftex-index-phrases-map):
12940         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12941         * progmodes/meta-mode.el (meta-mode-map):
12942         * novice.el (disabled-command-hook):
12943         * loadhist.el (unload-hook-features-list):
12944         * frame.el (blink-cursor):
12945         * files.el (find-file-not-found-hooks, write-file-hooks)
12946         (write-contents-hooks):
12947         * emulation/tpu-edt.el (GOLD-map):
12948         * emacs-lock.el (emacs-lock-from-exiting):
12949         * emacs-lisp/generic.el (generic-font-lock-defaults):
12950         * emacs-lisp/chart.el (chart-map):
12951         * dos-fns.el (register-name-alist):
12952         * dired-x.el (dired-omit-files-p):
12953         * desktop.el (desktop-enable):
12954         * cus-edit.el (custom-mode-hook):
12955         * buff-menu.el (buffer-menu-mode-hook):
12956         * bookmark.el (bookmark-read-annotation-text-func)
12957         (bookmark-exit-hooks):
12958         * allout.el (allout-mode-deactivate-hook)
12959         (allout-exposure-change-hook, allout-structure-added-hook)
12960         (allout-structure-deleted-hook, allout-structure-shifted-hook):
12961         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12962         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12963         comes before the corresponding variable's definition.
12965 2012-05-12  Chong Yidong  <cyd@gnu.org>
12967         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12968         (Buffer-menu-mouse-select): Restore function (Bug#11459).
12969         (Buffer-menu-mode-map): Bind it.
12970         (Buffer-menu--pretty-name): Add a mouse-face property.
12972 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12974         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
12975         (prolog-upper-case-string, prolog-lower-case-string)
12976         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12977         (prolog-use-smie, prolog-smie-grammar): New vars.
12978         (prolog-smie-forward-token, prolog-smie-backward-token)
12979         (prolog-smie-rules): New funs.
12980         (prolog-comment-indent): Remove.
12981         (prolog-mode-variables): Use default comment indentation instead.
12982         Setup SMIE.
12983         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12984         (prolog-mode): Don't call them any more.
12985         (prolog-electric-colon, prolog-electric-dash)
12986         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12988         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12990         * minibuffer.el (completion--twq-all): Again, allow case differences.
12992         * term.el: Move keymap initialization code to be more idiomatic.
12993         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12994         (term-terminal-menu): Move initialization into declaration.
12995         (term-escape-char): Let the user set it in her .emacs.
12997         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12998         Provide SMIE-based indentation (not enabled by default yet).
12999         (sh-mode-map): Don't bind electric keys.
13000         Use electric-pair-mode instead of skeleton-pair.
13001         (sh-assignment-regexp): Fit within 80 columns.
13002         (sh-indent-supported): Specify actual shell name instead of boolean.
13003         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
13004         (sh-maybe-here-document): Use it.  Make obsolete.
13005         (sh-electric-here-document-mode) New minor mode.
13006         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
13007         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
13008         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
13009         (sh-smie-rc-grammar, sh-use-smie): New vars.
13010         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
13011         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
13012         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
13013         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
13014         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
13015         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
13016         (sh-set-shell): Use smie-setup if requested.
13018         * term.el (term-set-escape-char): Properly set term-escape-char.
13019         See http://stackoverflow.com/questions/10524656.
13021 2012-05-10  Chong Yidong  <cyd@gnu.org>
13023         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
13024         Use url-generic-parse-url, and handle host names and Windows
13025         filenames properly.
13026         (ffap-url-unwrap-remote): Use url-generic-parse-url.
13027         (ffap-url-unwrap-remote): Accept list values, specifying a list of
13028         URL schemes to work on.
13029         (ffap--toggle-read-only): New function.
13030         (ffap-read-only, ffap-read-only-other-window)
13031         (ffap-read-only-other-frame): Use it.
13032         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
13033         necessary for ffap-url-unwrap-remote.
13035 2012-05-10  Dave Abrahams  <dave@boostpro.com>
13037         * cus-start.el (create-lockfiles): Add it.
13039 2012-05-09  Chong Yidong  <cyd@gnu.org>
13041         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
13042         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
13044 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13046         * shell.el (shell-completion-vars): Fix last change (bug#11348).
13048 2012-05-09  Chong Yidong  <cyd@gnu.org>
13050         * ansi-color.el (ansi-color-process-output): Check for validity of
13051         comint-last-output-start before using it.  This avoids a bad
13052         interaction with gdb-mi's input/output buffer.
13054 2012-05-09  Glenn Morris  <rgm@gnu.org>
13056         * files.el (dir-locals-read-from-file):
13057         Mention dir-locals in any error message.
13059 2012-05-09  Chong Yidong  <cyd@gnu.org>
13061         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
13062         package (Bug#11410).
13064         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
13065         variables into description.
13067 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13069         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
13070         shell-delimiter-argument-list (bug#11348).
13071         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
13073 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
13075         * textmodes/rst.el: Silence byte-compiler warnings.
13076         (rst-re-alist, rst-reset-section-caches): Move around.
13077         (rst-re): Use `characterp', not `char-valid-p'.
13078         (font-lock-beg, font-lock-end): Declare.
13080         * progmodes/idlw-shell.el (specs): Remove reference to deleted
13081         variable `idlwave-shell-activate-alt-keybindings' and simplify.
13083         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
13085 2012-05-08  Glenn Morris  <rgm@gnu.org>
13087         * files.el (auto-mode-alist): Treat ".make" like ".mk".
13089 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13091         * vc/log-edit.el: Add GNU coding standards highlighting.
13092         (log-edit-font-lock-gnu-style)
13093         (log-edit-font-lock-gnu-keywords): New vars.
13094         (log-edit-font-lock-keywords): New fun.
13095         (log-edit-mode): Don't fold case in font-lock.
13096         (log-edit-font-lock-keywords): Do not assume case-folding.
13098         * imenu.el: Misc cleanup.  Make docstrings out of comments.
13099         Use lexical-binding.
13100         (imenu--index-alist, imenu--last-menubar-index-alist)
13101         (imenu-menubar-modified-tick): Use defvar-local.
13102         (imenu--split-menu): Remove unused var.
13103         (imenu--cleanup-seen): Declare as global.
13104         (imenu--cleanup): Use dolist.
13106         * subr.el (defvar-local): Add debug spec and doc-string position.
13108 2012-05-08  Glenn Morris  <rgm@gnu.org>
13110         * language/burmese.el, language/cham.el, language/czech.el:
13111         * language/english.el, language/georgian.el, language/greek.el:
13112         * language/japanese.el, language/khmer.el, language/korean.el:
13113         * language/lao.el, language/misc-lang.el, language/romanian.el:
13114         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
13115         * language/thai.el, language/utf-8-lang.el:
13116         Remove no-byte-compile setting.
13118         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
13120 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13122         * progmodes/make-mode.el (makefile-browse):
13123         Remove unnecessary interactive.  (Bug#11324)
13125 2012-05-07  Glenn Morris  <rgm@gnu.org>
13127         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
13129         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
13131 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13133         * loadup.el: Preload newcomment.el.
13134         * newcomment.el: Move autoload-only code to toplevel.
13136         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
13137         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13138         Handle new :right-align column property.
13139         (tabulated-list-print-col): Idem, plus use `display' text-property to
13140         try and preserve alignment for variable pitch fonts.
13142 2012-05-07  Chong Yidong  <cyd@gnu.org>
13144         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
13145         (tabulated-list-use-header-line): New var.
13146         (tabulated-list-init-header): Use it.
13147         (tabulated-list-print-fake-header): New function.
13148         (tabulated-list-print): Use it.
13149         (tabulated-list-sort-button-map): Add non-header-line commands.
13150         (tabulated-list-init-header): Add column name property to basic
13151         labels as well.
13152         (tabulated-list-col-sort): Handle non-header-line button case.
13153         (tabulated-list--sort-by-column-name): Fix a corner case.
13155         * buff-menu.el (list-buffers--refresh):
13156         Handle Buffer-menu-use-header-line.
13158 2012-05-06  Chong Yidong  <cyd@gnu.org>
13160         * buff-menu.el: Convert to Tabulated List mode.
13161         (Buffer-menu-buffer+size-width): Make obsolete.
13162         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
13163         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
13164         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
13165         documentation into docstring of buffer-menu.
13166         (Buffer-menu-toggle-files-only): Add an informative message.
13167         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
13168         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
13169         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
13170         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
13171         (Buffer-menu-execute, Buffer-menu-select)
13172         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
13173         (Buffer-menu-bury): Use Tabulated List machinery.
13174         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
13175         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
13176         Delete.
13177         (list-buffers--refresh): New function.
13178         (list-buffers-noselect): Use it.
13179         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
13180         (Buffer-menu--pretty-file-name): New helper functions.
13182         * loadup.el: Preload tabulated-list.
13184         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
13185         tabulated-list-sort-column.
13186         (tabulated-list-init-header): Add the initial aligning space even
13187         if tabulated-list-padding is zero.
13189 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
13191         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
13192         whose cdr is not a cons cell correctly (bug#11038).
13194 2012-05-06  Chong Yidong  <cyd@gnu.org>
13196         * emacs-lisp/tabulated-list.el (tabulated-list-format):
13197         Accept additional plist in column descriptors.
13198         (tabulated-list-init-header): Obey it.
13199         (tabulated-list-get-entry): New function.
13200         (tabulated-list-put-tag): Use it.  Use string-width instead of
13201         length.
13202         (tabulated-list--column-number): New function.
13203         (tabulated-list-print): Use it.
13204         (tabulated-list-print-col): New function.
13205         Set `tabulated-list-column-name' property on each column's text.
13206         (tabulated-list-print-entry): Use it.
13207         (tabulated-list-delete-entry, tabulated-list-set-col):
13208         New functions.
13209         (tabulated-list-sort-column): New command (Bug#11337).
13211         * buff-menu.el (list-buffers): Move C-x C-b binding from
13212         buff-menu.el to bindings.el.
13214         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
13215         :advertised-binding feature.
13217 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
13219         * progmodes/compile.el (compilation-internal-error-properties):
13220         Calculate start position correctly when end-col is set but
13221         end-line is not (Bug#11382).
13223 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
13225         * man.el (Man-unindent): Use text-property-default-nonsticky to
13226         prevent untabify from inheriting face properties (Bug#11408).
13228 2012-05-05  Stefan Merten  <smerten@oekonux.de>
13230         * textmodes/rst.el: Major merge with upstream development up to
13231         Docutils SVN r7399 / rst.el V1.2.1.
13233         Clarify maintainership and authors.
13235         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
13236         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
13237         (rst-official-version, rst-official-cvs-rev, rst-version)
13238         (rst-package-emacs-version-alist): New functions and variables
13239         for version information.
13241         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
13242         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
13243         (rst-mode-syntax-table, rst-mode): New and corrected functions
13244         and variables representing reStructuredText features.
13246         (rst-re): New function for reStructuredText regexes.  Use in
13247         many places.
13249         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
13250         (rst-mode-map): Rebind keys.
13252         (rst-mode-lazy, rst-font-lock-keywords)
13253         (rst-font-lock-extend-region)
13254         (rst-font-lock-extend-region-internal)
13255         (rst-font-lock-extend-region-extend)
13256         (rst-font-lock-find-unindented-line-limit)
13257         (rst-font-lock-find-unindented-line-match)
13258         (rst-adornment-level, rst-font-lock-adornment-level)
13259         (rst-font-lock-adornment-match)
13260         (rst-font-lock-handle-adornment-pre-match-form)
13261         (rst-font-lock-handle-adornment-matcher): Major revision of
13262         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
13264         (rst-preferred-adornments, rst-adjust-hook)
13265         (rst-new-adornment-down, rst-preferred-bullets)
13266         (rst-preferred-bullets, rst-indent, rst-indent-width)
13267         (rst-indent-field, rst-indent-literal-normal)
13268         (rst-indent-literal-minimized, rst-indent-comment): Change,
13269         extend and improve customization.
13271         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
13272         (rst-normalize-cursor-position, rst-get-decoration)
13273         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
13274         (rst-rstrip, rst-toc-insert-find-delete-contents)
13275         (rst-shift-fill-region, rst-compute-bullet-tabs)
13276         (rst-debug-print-tabs, rst-debug-mark-found)
13277         (rst-shift-region-guts, rst-shift-region-right)
13278         (rst-shift-region-left, rst-use-char-classes)
13279         (rst-font-lock-keywords-function)
13280         (rst-font-lock-indentation-point)
13281         (rst-font-lock-find-unindented-line-begin)
13282         (rst-font-lock-find-unindented-line-end)
13283         (rst-font-lock-find-unindented-line)
13284         (rst-font-lock-adornment-point, rst-font-lock-level)
13285         (rst-adornment-level-alist): Remove functions and variables.
13287         (rst-compare-adornments, rst-get-adornment-match)
13288         (rst-suggest-new-adornment, rst-get-adornments-around)
13289         (rst-adornment-complete-p, rst-get-next-adornment)
13290         (rst-adjust-adornment, rst-display-adornments-hierarchy)
13291         (rst-straighten-adornments): Standardize function names to
13292         use "adornment" instead of "decoration".  Correct callers.
13293         Similar standardizing in many places.
13295         (rst-update-section, rst-adjust, rst-promote-region)
13296         (rst-enumerate-region, rst-bullet-list-region)
13297         (rst-repeat-last-character): Correct use of `interactive'.
13299         (rst-classify-adornment, rst-find-all-adornments)
13300         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13301         (rst-find-leftmost-column, rst-repeat-last-character):
13302         Refactor functions.
13304         (rst-find-title-line, rst-reset-section-caches)
13305         (rst-get-adornments-around, rst-adjust-adornment-work)
13306         (rst-arabic-to-roman, rst-roman-to-arabic)
13307         (rst-insert-list-pos, rst-insert-list-new-item)
13308         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13309         New functions.
13311         (rst-all-sections, rst-section-hierarchy)
13312         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13313         New variables.
13315         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13316         configuration instead of only buffer.  Change where necessary.
13318         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13319         (rst-shift-region, rst-adaptive-fill): New functions for
13320         indentation and filling.
13322         (rst-comment-line-break, rst-comment-indent)
13323         (rst-comment-insert-comment, rst-comment-region)
13324         (rst-uncomment-region): New functions for handling comments.
13326         (rst-compile): Quote shell arguments.
13328         (rst-compile-pdf-preview, rst-compile-slides-preview):
13329         Delete temporary files after use.
13331 2012-05-05  Glenn Morris  <rgm@gnu.org>
13333         * calendar/cal-html.el: Optionally include holidays in the output.
13334         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13335         (cal-html-holidays): New option.
13336         (cal-html-css-default): Add holiday entry.
13337         (holiday-in-range): Autoload it.
13338         (cal-html-htmlify-entry): Add optional class argument.
13339         (cal-html-htmlify-list): Add optional holidays argument.
13340         (cal-html-insert-agenda-days): Include holidays in the output.
13341         (cal-html-one-month): Maybe include holidays.
13343         * calendar/holidays.el (holiday-in-range):
13344         Move here from cal-tex-list-holidays.
13345         * calendar/cal-tex.el (cal-tex-list-holidays):
13346         Make it an obsolete alias for holiday-in-range.  Update all callers.
13348 2012-05-05  Chong Yidong  <cyd@gnu.org>
13350         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
13351         Nextstep.
13353 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
13355         * files.el (file-auto-mode-skip): New var.
13356         (set-auto-mode-1): Use it.
13358 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13360         * repeat.el: Use lexical-binding.
13361         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13362         (repeat-undo-count): Remove.
13363         (repeat):
13364         * progmodes/octave-mod.el (octave-abbrev-start):
13365         * progmodes/f90.el (f90-abbrev-start):
13366         * face-remap.el (text-scale-adjust):
13367         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13369         * emacs-lisp/pcase.el (pcase--let*): New function.
13370         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13371         a bit more.
13372         (pcase--split-pred): Be more clever about ruling out overlap between
13373         a predicate and some constant pattern.
13374         (pcase--q1): Use `null' instead of (eq foo nil).
13376         * subr.el (setq-local, defvar-local): New macros.
13377         (kbd): Redefine as an alias.
13378         (with-selected-window): Leave unrelated frames alone.
13379         (set-temporary-overlay-map): New function.
13381 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13383         * subr.el (user-error): New function.
13384         * window.el (switch-to-buffer):
13385         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13386         (smerge-match-conflict):
13387         * simple.el (previous-matching-history-element)
13388         (next-matching-history-element, goto-history-element, undo-more)
13389         (undo-start):
13390         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13391         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13392         (next-file, tags-loop-scan, list-tags, complete-tag):
13393         * progmodes/compile.el (compilation-loop):
13394         * mouse.el (mouse-minibuffer-check):
13395         * man.el (Man-bgproc-sentinel, Man-goto-page):
13396         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13397         (Info-history-forward, Info-follow-reference, Info-menu)
13398         (Info-extract-menu-item, Info-extract-menu-counting)
13399         (Info-forward-node, Info-backward-node, Info-next-menu-item)
13400         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13401         (Info-next-reference, Info-prev-reference, Info-index)
13402         (Info-index-next, Info-follow-nearest-node)
13403         (Info-copy-current-node-name):
13404         * imenu.el (imenu--make-index-alist)
13405         (imenu-default-create-index-function, imenu-add-to-menubar):
13406         * files.el (basic-save-buffer, recover-file):
13407         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13408         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13409         (checkdoc-message-text, checkdoc-defun):
13410         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13411         * cus-edit.el (customize-changed-options, customize-rogue)
13412         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13413         (custom-variable-mark-to-reset-standard)
13414         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13415         (custom-file):
13416         * completion.el (check-completion-length):
13417         * comint.el (comint-search-arg)
13418         (comint-previous-matching-input-string-position)
13419         (comint-previous-matching-input)
13420         (comint-replace-by-expanded-history-before-point, comint-send-input)
13421         (comint-copy-old-input, comint-backward-matching-input)
13422         (comint-goto-process-mark, comint-set-process-mark):
13423         * calendar/calendar.el (calendar-cursor-to-date): Use it.
13424         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13426 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13428         * dabbrev.el (dabbrev--ignore-case-p): New function.
13429         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13430         Use it.
13432         * files.el (automount-dir-prefix): Mark as obsolete.
13434 2012-05-04  Glenn Morris  <rgm@gnu.org>
13436         * patcomp.el, play/bruce.el: Move to obsolete/.
13438 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
13440         Fix minor Y10k bugs.
13441         * arc-mode.el (archive-unixdate):
13442         * autoinsert.el (auto-insert-alist):
13443         * calc/calc-forms.el (math-this-year):
13444         * emacs-lisp/copyright.el (copyright-current-year)
13445         (copyright-update-year, copyright):
13446         * tar-mode.el (tar-clip-time-string):
13447         * time.el (display-time-update):
13448         Don't assume years have 4 digits.
13450 2012-05-04  Chong Yidong  <cyd@gnu.org>
13452         * dos-w32.el (file-name-buffer-file-type-alist)
13453         (direct-print-region-use-command-dot-com):
13454         * ffap.el (ffap-menu-regexp):
13455         * find-file.el (ff-special-constructs):
13456         * follow.el (follow-debug):
13457         * forms.el (forms--debug):
13458         * iswitchb.el (iswitchb-all-frames):
13459         * ido.el (ido-all-frames):
13460         * emacs-lisp/timer.el (timer-max-repeats):
13461         * mail/feedmail.el (feedmail-mail-send-hook)
13462         (feedmail-mail-send-hook-queued):
13463         * mail/footnote.el (footnote-signature-separator):
13464         * mail/mailabbrev.el (mail-alias-separator-string)
13465         (mail-abbrev-mode-regexp):
13466         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13467         * progmodes/idlwave.el (idlwave-libinfo-file)
13468         (idlwave-default-completion-case-is-down)
13469         (idlwave-library-routines): Convert defvars to defcustoms.
13471         * mail/rmail.el (rmail-decode-mime-charset):
13472         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13473         (idlwave-shell-fix-inserted-breaks)
13474         (idlwave-shell-activate-alt-keybindings)
13475         (idlwave-shell-use-breakpoint-glyph):
13476         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13478 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13480         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13482 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
13484         * progmodes/verilog-mode.el (font-lock-keywords):
13485         Fix mis-highligting auto.  Reported by Craig Barner.
13486         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13487         defines from global name space.  Reported by Dan Dever.
13488         (verilog-auto-reset, verilog-auto-reset-widths)
13489         (verilog-auto-tieoff): Support using unbased numbers for
13490         AUTORESET and AUTOTIEOFF.
13491         (verilog-submit-bug-report): Update variable list.
13492         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13493         parenthesis from not matching.  Reported by Michael Rytting.
13494         (verilog-auto-template-lint): Fix hash error when linting modules
13495         with no used templates.
13496         (verilog-warn, verilog-warn-error)
13497         (verilog-warn-fatal): When non-interactive report multiple
13498         warnings before exiting.  Suggested by Brad Dobbie.
13499         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13500         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13501         to report unused template errors.  Reported by Brad Dobbie.
13502         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13503         nets, bug438.  Reported by Vns Blore.
13504         (verilog-auto-inout-module, verilog-auto-reg)
13505         (verilog-read-decls, verilog-read-sub-decls-sig)
13506         (verilog-signals-edit-wire-reg, verilog-signals-with):
13507         Fix passing of Verilog data types in ANSI input/output ports
13508         such as "output logic" into the AUTOs.  Special case "wire" and
13509         "reg" for backwards compatibility presuming Verilog 2001.
13510         (verilog-auto-ascii-enum): Add "auto enum" as alias.
13511         (verilog-preprocess): Fix replication of preprocess output.
13512         Reported by Brad Dobbie.
13513         (verilog-auto-inst-interfaced-ports):
13514         Create verilog-auto-inst-interfaced-ports, bug429.
13515         Reported by Julian Gorfajn.
13516         (verilog-after-save-font-hook)
13517         (verilog-before-save-font-hook): New variable.
13518         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13519         (verilog-save-font-mods): Wrap disabling fontification, reported
13520         by David Rogoff.
13521         (verilog-do-indent, verilog-pretty-declarations-auto)
13522         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13523         Reported by Pierre-David Pfister.
13524         (verilog-set-auto-endcomments): Fix endtask auto comments outside
13525         of class declarations, bug292.  Reported by Kevin Heilman.
13526         (verilog-read-decls): Fix 'parameter type' not appearing in
13527         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
13528         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13529         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
13530         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13531         Reported by David Kravitz.
13533 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
13535         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13536         assignment with tests in ifs and for loops.
13537         (verilog-extended-complete-re, verilog-complete-reg): Change so
13538         that DPI inport functions don't look like fuction declarations.
13539         (verilog-pretty-expr): Don't line up assignment
13540         operations to the test and increment in if and for loops
13541         (verilog-extended-complete-re, verilog-complete-reg): Change so
13542         that DPI inport functions don't look like fuction declarations.
13544 2012-05-03  Kenichi Handa  <handa@m17n.org>
13546         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13547         decoding, and show a warning message without signaling an error
13548         (Bug#11282).
13550 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13552         * emacs-lisp/bytecomp.el
13553         (byte-compile-file-form-custom-declare-variable): Compile all elements,
13554         since cconv.el might have introduced :fun-body, internal-make-closure,
13555         and friends for bytecomp to handle (bug#11391).
13556         * custom.el (defcustom): Avoid ((λ ..) ..).
13558 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13560         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13562 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
13564         * notifications.el (dbus-debug):
13565         * term/linux.el (gpm-mouse-enable):
13566         * term/screen.el (xterm-register-default-colors): Declare.
13568 2012-05-02  Chong Yidong  <cyd@gnu.org>
13570         * cus-start.el (gc-cons-percentage, exec-suffixes)
13571         (dos-display-scancodes, dos-hyper-key, dos-super-key)
13572         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13573         (make-cursor-line-fully-visible, void-text-area-pointer)
13574         (font-list-limit): Add customization data.
13576         * allout.el (allout-exposure-change-functions)
13577         (allout-structure-added-functions)
13578         (allout-structure-deleted-functions)
13579         (allout-structure-shifted-functions): Rename abnormal hooks from
13580         *-hook, and convert to defcustoms.
13581         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13582         Convert to defcustoms.
13583         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13585         * allout-widgets.el: Hook callers changed.
13587 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
13589         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13590         the yanked message in preference to the default value of
13591         buffer-file-coding-system.
13593 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
13595         * window.el (display-buffer--action-function-custom-type):
13596         Fix entry.
13598 2012-05-02  Alan Mackenzie  <acm@muc.de>
13600         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13602 2012-05-01  Glenn Morris  <rgm@gnu.org>
13604         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13606         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
13608         * cus-edit.el (custom-variable-documentation): Simplify with format.
13610 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13611             Stefan Monnier  <monnier@iro.umontreal.ca>
13613         * simple.el (suggest-key-bindings, execute-extended-command):
13614         Move from keyboard.c.
13616 2012-05-01  Chong Yidong  <cyd@gnu.org>
13618         * follow.el: Eliminate advice.
13619         (set-process-filter, process-filter, sit-for): Advice deleted.
13620         (follow-mode-off-hook): Obsolete hook removed.
13621         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13622         Vars deleted.
13623         (follow-auto): Use a :set function.
13624         (follow-mode): Rewritten.  Don't advise process filters.
13625         (follow-switch-to-current-buffer-all, follow-scroll-up)
13626         (follow-scroll-down): Assume follow-mode is bound.
13627         (follow-comint-scroll-to-bottom)
13628         (follow-align-compilation-windows): New functions.
13629         (follow--window-sorter): New function.
13630         (follow-all-followers): Use it to explicitly sort windows by their
13631         positions; don't make assumptions about next-window order.
13632         (follow-windows-start-end, follow-delete-other-windows-and-split)
13633         (follow-calc-win-start): Doc fix.
13634         (follow-windows-aligned-p, follow-select-if-visible): Don't call
13635         vertical-motion unnecessarily.
13636         (follow-adjust-window): New function.
13637         (follow-post-command-hook): Use it.
13638         (follow-call-set-process-filter, follow-call-process-filter)
13639         (follow-intercept-process-output, follow-tidy-process-filter-alist)
13640         (follow-stop-intercept-process-output, follow-generic-filter):
13641         Functions deleted.
13642         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13643         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13644         New functions, replacing advice on scroll-bar-* commands.
13645         (follow-mwheel-scroll): New function (Bug#4112).
13647         * comint.el (comint-adjust-point): New function.
13648         (comint-postoutput-scroll-to-bottom): Use it.
13649         Call follow-comint-scroll-to-bottom for Follow mode buffers.
13651 2012-05-01  Glenn Morris  <rgm@gnu.org>
13653         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13654         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13655         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13656         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13657         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13658         Remove no-byte-compile setting.
13660 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13662         * minibuffer.el (completion-table-with-quoting): Fix compatibility
13663         all-completions code to not return a number in the last cdr.
13665 2012-04-30  Leo Liu  <sdl.web@gmail.com>
13667         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13668         read-only error.
13670 2012-04-29  Chong Yidong  <cyd@gnu.org>
13672         * follow.el (follow-calc-win-end): Rewrite to handle partial
13673         screen lines correctly (Bug#8390).
13674         (follow-avoid-tail-recenter): Minor cleanup.
13676 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13678         Avoid the obsolete `assoc' package.
13679         * speedbar.el (speedbar-refresh): Avoid adelete.
13680         (speedbar-file-lists): Simplify and avoid aput.
13681         * man.el (Man--sections, Man--refpages): New vars, replacing
13682         Man-sections-alist and Man-refpages-alist.
13683         (Man-build-section-alist, Man-build-references-alist):
13684         Use them; avoid aput.
13685         (Man--last-section, Man--last-refpage): New vars.
13686         (Man-follow-manual-reference): Use them.
13687         Use the `default' arg of completing-read.
13688         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
13690 2012-04-27  Chong Yidong  <cyd@gnu.org>
13692         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13694         * startup.el (x-apply-session-resources): New function.
13696         * term/ns-win.el (ns-initialize-window-system):
13697         * term/w32-win.el (w32-initialize-window-system):
13698         * term/x-win.el (x-initialize-window-system): Use it to properly
13699         set menu-bar-mode and other vars from X resources, even if the
13700         initial frame is not a window-system frame (Bug#2299).
13702         * subr.el (read-key): Avoid running filter function when setting
13703         up temporary tool bar entries (Bug#9922).
13705 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
13707         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13708         (Bug#11344)
13710 2012-04-27  Chong Yidong  <cyd@gnu.org>
13712         * select.el (xselect--encode-string): New function, split from
13713         xselect-convert-to-string.
13714         (xselect-convert-to-string): Use it.
13715         (xselect-convert-to-filename, xselect-convert-to-os)
13716         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13717         returned strings are properly encoded (Bug#11315).
13719 2012-04-27  Chong Yidong  <cyd@gnu.org>
13721         * simple.el (delete-active-region): Move to killing custom group.
13723 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
13725         * progmodes/which-func.el (which-func-current): Quote %
13726         characters for mode-line processing.
13728 2012-04-27  Chong Yidong  <cyd@gnu.org>
13730         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13731         reaching eob (Bug#11286).
13733 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
13735         * progmodes/gdb-mi.el (gdb-control-level): New variable.
13736         (gdb): Make it buffer-local and init to zero.
13737         (gdb-control-commands-regexp): New variable.
13738         (gdb-send): Don't wrap in "-interpreter-exec console" if
13739         gdb-control-level is positive.  Increment gdb-control-level
13740         whenever the command matches gdb-control-commands-regexp, and
13741         decrement it each time the command is "end".  (Bug#11279)
13743 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
13745         * window.el (adjust-window-trailing-edge, enlarge-window)
13746         (shrink-window, window-resize):
13747         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13748         windows (Bug#11276).
13750 2012-04-27  Chong Yidong  <cyd@gnu.org>
13752         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13753         fix "missing prefix" warning.  All callers changed.
13755 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13757         * emacs-lisp/assoc.el: Move to obsolete/.
13759 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13761         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13763         * term/ns-win.el (ns-define-service):
13764         * progmodes/pascal.el (pascal-goto-defun):
13765         * progmodes/js.el (js--read-tab):
13766         * progmodes/etags.el (tags-lazy-completion-table):
13767         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13768         * emacs-lisp/ewoc.el (ewoc--wrap):
13769         * emacs-lisp/assoc.el (aput, adelete, amake):
13770         * doc-view.el (doc-view-convert-current-doc):
13771         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13773 2012-04-26  Chong Yidong  <cyd@gnu.org>
13775         * image.el (image-type-from-buffer): Only return supported image
13776         type (Bug#9045).
13778         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13779         value, for symmetry with diff-end-of-hunk.
13780         (diff-split-hunk, diff-find-source-location)
13781         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13782         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13783         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13784         compute the relevant hunk or file properly (Bug#6005).
13785         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13787 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13789         * vc/vc-mtn.el:
13790         * vc/vc-hg.el:
13791         * vc/vc-git.el:
13792         * vc/vc-dir.el:
13793         * vc/vc-cvs.el:
13794         * vc/vc-bzr.el:
13795         * vc/vc-arch.el:
13796         * vc/vc.el: Replace lexical-let by lexical-binding.
13797         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13798         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13799         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13801 2012-04-26  Chong Yidong  <cyd@gnu.org>
13803         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13804         (diff-mode-shared-map): Bind it to / and [remap undo].
13806         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13807         (ediff-window-setup-function): Use it as the default, to set up
13808         windows based on whether the current frame is graphical (Bug#2138).
13809         (ediff-choose-window-setup-function-automatically): Make obsolete.
13811         * vc/ediff-init.el: Always define ediff-pixel-width/height.
13813 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13815         * ffap.el: Remove old code for obsolete package.
13816         (ffap-complete-as-file-p): Remove.
13818         Use completion-table-with-quoting for comint and pcomplete.
13819         * comint.el (comint--unquote&requote-argument)
13820         (comint--unquote-argument, comint--requote-argument): New functions.
13821         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13822         (comint-quote-filename): Use regexp-opt-charset.
13823         (comint--common-suffix, comint--common-quoted-suffix)
13824         (comint--table-subvert): Remove.
13825         (comint-unquote-function, comint-requote-function): New vars.
13826         (comint--complete-file-name-data): Use them with
13827         completion-table-with-quoting.
13828         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13829         * pcomplete.el (pcomplete-arg-quote-list)
13830         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13831         (pcomplete-unquote-argument-function): Default to non-nil.
13832         (pcomplete-unquote-argument): Simplify.
13833         (pcomplete--common-quoted-suffix): Remove.
13834         (pcomplete-requote-argument-function): New var.
13835         (pcomplete--common-suffix): New function.
13836         (pcomplete-completions-at-point): Use completion-table-with-quoting
13837         and completion-table-subvert.
13839         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13840         (minibuffer--double-dollars): Preserve properties.
13841         (completion--sifn-requote): New function.
13842         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13844         * minibuffer.el: Add support for completion of quoted/escaped data.
13845         (completion-table-with-quoting, completion-table-subvert): New funs.
13846         (completion--twq-try, completion--twq-all): New functions.
13847         (completion--nth-completion): New function.
13848         (completion-try-completion, completion-all-completions): Use it.
13850 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13852         * progmodes/python.el (python-pdbtrack-get-source-buffer):
13853         Use compilation-message if available to find real filename.
13855 2012-04-25  Chong Yidong  <cyd@gnu.org>
13857         * vc/diff-mode.el (diff-setup-whitespace): New function.
13858         (diff-mode): Use it.
13860         * vc/diff.el (diff-sentinel):
13861         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13862         Whitespace mode variables based on diff style (Bug#8612).
13864 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13866         * progmodes/python.el (python-send-region): Add suffix .py to the
13867         temp file.
13869         * files.el (auto-mode-alist): Use javascript-mode instead.
13871 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
13873         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
13875         * net/soap-client.el (soap-resolve-references-for-sequence-type)
13876         (soap-resolve-references-for-array-type): Hack to prevent self
13877         references, see Bug#9.
13878         (soap-parse-envelope): Report the contents of the 'detail' node
13879         when receiving a fault reply.
13880         (soap-parse-envelope): Report the contents of the entire 'detail' node.
13882         * net/soap-inspect.el (soap-sample-value-for-simple-type)
13883         (soap-inspect-simple-type): New function.
13885         * net/soap-client.el (soap-simple-type): New struct.
13886         (soap-default-xsd-types, soap-default-soapenc-types)
13887         (soap-decode-basic-type, soap-encode-basic-type):
13888         support unsignedInt and double basic types.
13889         (soap-resolve-references-for-simple-type)
13890         (soap-parse-simple-type, soap-encode-simple-type): New function.
13891         (soap-parse-schema): Parse xsd:simpleType declarations.
13893         * net/soap-client.el (soap-default-xsd-types)
13894         (soap-default-soapenc-types): Add integer, byte and anyURI types.
13895         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13896         the local name of "soapenc:Array".
13897         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13898         decoding integer, byte and anyURI xsd types.
13900 2012-04-25  Chong Yidong  <cyd@gnu.org>
13902         * cus-edit.el (custom-buffer-create-internal): Update header text.
13904 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
13906         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13907         settings on 'system-type', not on 'window-system'.  On MS-Windows,
13908         set interactive-mode on in GDB.
13910 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13912         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13913         (ruby-syntax-propertize-regexp): Remove.
13914         (ruby-syntax-propertize-function): Split regexp into chunks.
13915         Match following code directly.
13917 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
13919         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13920         (ruby-syntax-propertize-regexp): New function.
13921         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13922         by a special keyword.
13924         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13925         (ruby-syntax-general-delimiters-goto-beg)
13926         (ruby-syntax-propertize-general-delimiters): New functions.
13927         (ruby-syntax-propertize-function): Use them to handle GDL.
13928         (ruby-font-lock-keywords): Move old handling of GDL...
13929         (ruby-font-lock-syntactic-keywords): .. to here.
13930         (ruby-calculate-indent): Adjust indentation for GDL.
13932 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
13934         * notifications.el (top): Remove unneeded declarations.
13935         (notifications-specification-version): Change to "1.2".
13936         (notifications-interface, notifications-notify-method)
13937         (notifications-close-notification-method): Fix docstring.
13938         (notifications-get-capabilities-method): New defconst.
13939         (notifications-notify): Add :action-items, :resident and
13940         :transient hints.  Change "image_data" to "image-data" and
13941         "image_path" to "image-path".
13942         (notifications-get-capabilities): New defun.
13944 2012-04-24  Leo Liu  <sdl.web@gmail.com>
13946         * progmodes/python.el: Move hideshow setup to the end.
13948 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
13950         * window.el (handle-select-window): Clear echo area since this is
13951         no more done by read_char (Bug#11304).
13953 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13955         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13956         and `/ M' to filter-derived-mode.
13957         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13958         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13959         (ibuffer-mark-by-mode): Use default rather than initial-input.
13960         (ibuffer-filter-by-derived-mode): Autoload and require-match.
13962 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
13964         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13965         (ibuffer-filter-by-derived-mode): New filter.
13966         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13968 2012-04-23  Andreas Politz  <politza@fh-trier.de>
13970         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13972 2012-04-23  Chong Yidong  <cyd@gnu.org>
13974         * cus-edit.el (customize-apropos, customize-apropos-options):
13975         Disable matching of non-option variables (Bug#11176).
13976         (customize-option, customize-option-other-window)
13977         (customize-changed-options): Doc fix.
13978         (customize-apropos-options, customize-apropos-faces)
13979         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13981         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13982         Fix word list splitting (Bug#11132).
13983         (apropos-symbol, apropos-keybinding, apropos-label)
13984         (apropos-property, apropos-function-button)
13985         (apropos-variable-button, apropos-misc-button): New faces.
13986         (apropos-symbol-face, apropos-keybinding-face)
13987         (apropos-label-face, apropos-property-face, apropos-match-face):
13988         Variables removed (Bug#8396).
13989         (apropos-library-button, apropos-format-plist, apropos-print)
13990         (apropos-print-doc, apropos-describe-plist): Callers changed.
13992 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
13994         * net/xesam.el (xesam-mode-map): Use let-bound map in
13995         initialization.  (Bug#11292)
13997 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13999         Preserve ispell session localwords when switching back to
14000         original buffer.
14002         * textmodes/ispell.el (ispell-buffer-session-localwords):
14003         New buffer-local variable to hold buffer session localwords.
14004         (ispell-kill-ispell): Add option 'clear to delete session
14005         localwords.
14006         (ispell-command-loop, ispell-change-dictionary)
14007         (ispell-buffer-local-words): Preserve session localwords when
14008         needed.
14010         * textmodes/flyspell.el (flyspell-process-localwords)
14011         (flyspell-do-correct): Preserve session localwords when needed.
14013 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14015         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
14016         using obsolete `translation-table-for-input'.
14017         (ispell-word, ispell-process-line, ispell-complete-word):
14018         Use plain `insert' instead of removed `ispell-insert-word'.
14020 2012-04-22  Chong Yidong  <cyd@gnu.org>
14022         * cus-edit.el (custom-variable-menu)
14023         (custom-variable-reset-saved, custom-face-menu)
14024         (custom-face-reset-saved): If there is no saved value, make the
14025         "reset-saved" operation bring back the default (Bug#9509).
14026         (custom-face-state): Properly detect themed faces.
14028         * faces.el (face-spec-set): Stop supporting deprecated form of
14029         third arg.
14031 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
14033         Move functions from C to Lisp.  Make non-blocking method calls
14034         the default.  Implement further D-Bus standard interfaces.
14036         * net/dbus.el (dbus-message-internal): Declare function.
14037         Remove unneeded function declarations.
14038         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
14039         (dbus-message-type-method-return, dbus-message-type-error)
14040         (dbus-message-type-signal): Declare variables.  Remove local
14041         definitions.
14042         (dbus-interface-dbus, dbus-interface-peer)
14043         (dbus-interface-introspectable, dbus-interface-properties)
14044         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
14045         Adapt docstring.
14046         (dbus-interface-objectmanager): New defconst.
14047         (dbus-call-method, dbus-call-method-asynchronously)
14048         (dbus-send-signal, dbus-method-return-internal)
14049         (dbus-method-error-internal, dbus-register-service)
14050         (dbus-register-signal, dbus-register-method): New defuns, moved
14051         from dbusbind.c
14052         (dbus-call-method-handler, dbus-setenv)
14053         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
14054         New defuns.
14055         (dbus-call-method-non-blocking): Make it an obsolete function.
14056         (dbus-unregister-object, dbus-unregister-service)
14057         (dbus-handle-event, dbus-register-property)
14058         (dbus-property-handler): Obey the new structure of
14059         `bus-registered-objects'.
14060         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
14061         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14062         Use `dbus-call-method'.
14064 2012-04-22  Chong Yidong  <cyd@gnu.org>
14066         * cus-edit.el (custom-commands, custom-reset-menu)
14067         (Custom-reset-standard): Tweak labels.
14068         (custom-reset-button-menu): Change default to t.
14069         (custom-buffer-create-internal): For the custom-reset-button-menu
14070         case, put the revert button first.
14071         (custom-group-subtitle): New face.
14072         (custom-group-value-create): Align docstring to a specific column.
14074         * wid-edit.el (widget-documentation-link-add): Don't handle
14075         indentation in this function.
14076         (widget-documentation-string-indent-to): New function.
14077         (widget-documentation-string-value-create): Use it.
14079         * autorevert.el (auto-revert):
14080         * epg-config.el (epg):
14081         * ibuffer.el (ibuffer):
14082         * mpc.el (mpc):
14083         * ses.el (ses):
14084         * eshell/eshell.el (eshell):
14085         * net/ange-ftp.el (ange-ftp):
14086         * progmodes/ebnf2ps.el (postscript):
14087         * progmodes/flymake.el (flymake):
14088         * progmodes/prolog.el (prolog):
14089         * progmodes/verilog-mode.el (verilog-mode):
14090         * progmodes/which-func.el (which-func):
14091         * term/xterm.el (xterm):
14092         * textmodes/picture.el (picture):
14093         * textmodes/tildify.el (tildify):
14094         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
14095         customization buffers.
14097 2012-04-22  Alan Mackenzie  <acm@muc.de>
14099         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14100         Adding a ) can hide the resulting (..) from searches.  Fix it.
14101         Bound the backward search to the position of the existing (.
14103 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
14105         * progmodes/verilog-mode.el (verilog-mode): Check whether
14106         which-func-modes is t before adding verilog-mode.
14107         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
14109 2012-04-21  Leo Liu  <sdl.web@gmail.com>
14111         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
14113 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
14115         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
14116         filling of the last column of a table (Bug#5635).
14117         (woman-find-next-control-line): New arg, specifying an additional
14118         regexp component for the control line.
14119         (woman2-roff-buffer): Use it.
14120         (woman-break-table): New function.
14121         (woman2-TS): Use it.
14123 2012-04-21  Chong Yidong  <cyd@gnu.org>
14125         * woman.el (woman-set-buffer-display-table, woman-decode-region)
14126         (woman-horizontal-escapes, woman-negative-vertical-space)
14127         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
14128         (WoMan-warn-ignored): Use ?\s instead of ?\ .
14130 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14132         * minibuffer.el (completion-file-name-table): Complete user names.
14134 2012-04-20  Leo Liu  <sdl.web@gmail.com>
14136         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
14137         and pcase-let*.
14139 2012-04-20  Chong Yidong  <cyd@gnu.org>
14141         * server.el (server-execute): Respect initial-buffer-choice if it
14142         is a string and there are no files to open (Bug#2825).
14143         (server-create-window-system-frame, server-create-tty-frame):
14144         Don't switch buffers here.
14145         (server-process-filter): Only try to open a window system frame if
14146         compiled with graphical support (Bug#8314).
14148 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
14150         * battery.el (battery-echo-area-format): Display remaining time
14151         for sysfs backend too (Bug#11269).
14152         (battery-linux-sysfs): Fix conditional for the charge.
14154 2012-04-20  Chong Yidong  <cyd@gnu.org>
14156         * progmodes/gdb-mi.el (gdb): Revert previous change.
14157         (gdb-inferior-io--init-proc): New function.
14158         (gdb-init-1): Use it.
14159         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
14160         responsible for allocating a new pty and hooking it to gdb when
14161         the old pty gets an EIO due to process exit.
14162         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
14163         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
14164         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
14166 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
14168         * window.el (window-min-size, window-sizable, window-min-delta)
14169         (window-max-delta, window--resizable, window-resizable)
14170         (window-total-size, window-full-height-p, window-full-width-p)
14171         (window-in-direction, window--resize-mini-window, window-resize)
14172         (window--resize-child-windows-normal)
14173         (window--resize-child-windows, window--resize-siblings)
14174         (window--resize-this-window, adjust-window-trailing-edge)
14175         (enlarge-window, shrink-window): Doc fixes.
14177 2012-04-20  Chong Yidong  <cyd@gnu.org>
14179         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
14180         New function to call delete-process on the gdb-inferior buffer's pty.
14181         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
14182         pty process (Bug#11273).
14183         (gdb-update): New arg to suppress talking to the gdb process.
14184         (gdb-done-or-error): Use it.
14185         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
14186         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
14187         sentinel not being called.
14189         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
14191         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
14193 2012-04-20  Glenn Morris  <rgm@gnu.org>
14195         * net/network-stream.el (open-network-stream): Doc fix.
14197 2012-04-20  Chong Yidong  <cyd@gnu.org>
14199         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
14201 2012-04-20  Alan Mackenzie  <acm@muc.de>
14203         Ensure searching for keywords is case sensitive.
14205         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
14206         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
14207         (c-defun-name, c-mark-function, c-cpp-define-name)
14208         (c-comment-indent, c-scan-conditionals, c-indent-defun)
14209         (c-context-line-break): Bind case-fold-search to nil.
14211         * progmodes/cc-mode.el (c-font-lock-fontify-region):
14212         Bind case-fold-search to nil.
14214 2012-04-20  Chong Yidong  <cyd@gnu.org>
14216         * mail/sendmail.el (mail-bury): Call return action with the right
14217         Rmail buffer (Bug#11242).
14219         * server.el (server-process-filter): Handle corner case where both
14220         tty and nowait options are present (Bug#11102).
14222 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
14224         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
14225         (top level): Put into the executable the ident-style '$Id:' tag on
14226         windows-nt as well.
14228 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14230         * electric.el (electric-indent-post-self-insert-function): Check that
14231         electric-indent-mode is enabled in current buffer.
14233 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
14235         * imenu.el (imenu-progress-message): Restore; it is "used" in
14236         erc/erc-imenu.el and net/snmp-mode.el.
14238 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
14240         * avoid.el (mouse-avoidance-mode): Mark unused arg.
14241         (mouse-avoidance-nudge-mouse): Remove unused binding.
14243         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
14245         * descr-text.el (describe-char):
14246         * progmodes/python.el (python-describe-symbol):
14247         Don't call `toggle-read-only', set `buffer-read-only'.
14249         * imenu.el (imenu-default-goto-function): Mark unused args.
14250         (imenu-progress-message): Remove obsolete macro; all callers changed.
14252         * subr.el (keymap-canonicalize): Remove unused binding.
14253         (read-passwd): Mark unused arg.
14255         * tutorial.el (tutorial--display-changes): Remove unused binding.
14256         (tutorial--save-tutorial-to): Remove unused variable.
14258         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
14259         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
14260         (package-generate-autoloads, package-menu--generate)
14261         (package-menu--find-upgrades): Remove unused bindings.
14263         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
14264         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
14265         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
14266         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
14267         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
14268         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
14269         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
14270         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
14271         (cua-delete-char-rectangle): Mark unused args.
14272         (cua-align-rectangle): Remove unused binding.
14274         * mail/rmail.el (compilation--message->loc)
14275         (epa--find-coding-system-for-mime-charset): Declare.
14277         * net/dbus.el (dbus-register-service): Declare.
14278         (dbus-name-owner-changed-handler): Remove unused binding.
14280         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14281         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14282         (nxml-scan-backward-within): Mark unused arg.
14283         (nxml-dynamic-markup-word): Remove unused binding.
14285         * mouse.el (mouse-menu-major-mode-map):
14286         * emacs-lisp/authors.el (authors-scan-change-log)
14287         (authors-add-to-author-list):
14288         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14289         * emacs-lisp/smie.el (smie-auto-fill):
14290         * mail/sendmail.el (mail-bury):
14291         * mail/unrmail.el (unrmail):
14292         * net/tls.el (open-tls-stream):
14293         * textmodes/picture.el (picture-mouse-set-point):
14294         Remove unused bindings.
14296 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
14298         * net/tramp.el (tramp-action-password): Let-bind
14299         `enable-recursive-minibuffers' to t.
14301 2012-04-18  Sam Steingold  <sds@gnu.org>
14303         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14304         instead of 'string to accommodate values like [f11].
14305         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14306         * progmodes/gdb-mi.el: Likewise.
14308 2012-04-18  Leo Liu  <sdl.web@gmail.com>
14310         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14311         current buffer.
14312         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14313         LOCAL is nil.
14315 2012-04-18  Chong Yidong  <cyd@gnu.org>
14317         * simple.el (line-move): Use forward-line if in batch mode
14318         (Bug#11053).
14320 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
14322         * files.el (after-find-file): Do not try to add a final newline if
14323         the buffer is read-only (Bug#11156).
14325 2012-04-17  Richard Stallman  <rms@gnu.org>
14327         * mail/rmail.el (rmail-start-mail):
14328         Pass (rmail-mail-return...) for the return-action.
14329         Pass (rmail-yank-current-message...) for the yank-action.
14330         (rmail-yank-current-message): New function.
14331         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14332         (rmail-reply): Likewise.
14333         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14335         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
14336         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
14337         buffer, not newbuf.
14339 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
14341         * server.el (server-ensure-safe-dir): Simplify.
14343 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14345         * emacs-lisp/smie.el: Provide smarter auto-filling.
14346         (smie-auto-fill): New function.
14347         (smie-setup): Use it.
14349         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
14351 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
14353         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
14354         (comment-indent): Use it.
14356 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
14358         * ses.el: The overall change is to add cell renaming, that is
14359         setting fancy names for cell symbols other than name matching
14360         "\\`[A-Z]+[0-9]+\\'" regexp .
14361         (ses-localvars): Add ses--renamed-cell-symb-list.
14362         (ses-create-cell-variable): New defun.
14363         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14364         (ses-relocate-formula): Relocate formulas only for cells the
14365         symbols of which are not renamed, i.e. symbols whose names do not
14366         match regexp "\\`[A-Z]+[0-9]+\\'".
14367         (ses-relocate-all): Relocate values only for cells the symbols of
14368         which are not renamed.
14369         (ses-load): Create cells variables as the (ses-cell ...) are read,
14370         in order to check row col consistency with cell symbol name only
14371         for cells that are not renamed.
14372         (ses-replace-name-in-formula): New defun.
14373         (ses-rename-cell): New defun.
14375 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
14377         * progmodes/perl-mode.el (perl-indent-parens-as-block):
14378         New option (bug#11118).
14379         (perl-calculate-indent): Respect it.
14381 2012-04-17  Glenn Morris  <rgm@gnu.org>
14383         * dired-aux.el (dired-mark-read-string): Doc fix.
14385 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
14387         * dired-aux.el (dired-mark-read-string): Offer optional completion.
14388         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
14390 2012-04-17  Glenn Morris  <rgm@gnu.org>
14392         * mouse.el (mouse-drag-track):
14393         * speedbar.el (speedbar-frame-mode):
14394         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14396 2012-04-16  Leo Liu  <sdl.web@gmail.com>
14398         * progmodes/python.el: Trivial cleanup.
14400 2012-04-16  Glenn Morris  <rgm@gnu.org>
14402         * vc/vc.el (vc-string-prefix-p):
14403         * vc/pcvs-util.el (cvs-string-prefix-p):
14404         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14405         * mpc.el (mpc-string-prefix-p):
14406         Make all of these into obsolete aliases for string-prefix-p.
14407         Update callers.
14408         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14410         * textmodes/two-column.el: Move custom options to the start.
14411         (frame-width): Remove compat definition.
14412         (2C-associate-buffer, 2C-dissociate):
14413         Use with-current-buffer rather than save-excursion.
14414         (2C-dissociate): Force a mode-line update.
14415         (2C-autoscroll): Use ignore-errors.
14417         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14418         Autoload trivia.
14420         * emacs-lisp/cl-extra.el (*random-state*):
14421         Remove unnecessary declaration.
14423         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14425         * play/cookie1.el (cookie-snarf):
14426         Give an explicit error if input file cannot be read.
14428         * play/yow.el (yow-file): Use expand-file-name rather than concat.
14430         * progmodes/perl-mode.el (c-macro-expand):
14431         Remove unnecessary autoload (it is in loaddefs.el).
14433         * textmodes/picture.el (picture-desired-column)
14434         (picture-update-desired-column): Convert comments to doc-strings.
14435         (picture-substitute): Remove function.
14436         (picture-mode-map): Initialize in the defvar.
14438         * woman.el: Remove eval-after-load for tar-mode.
14439         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14440         (woman-tar-extract-file): Autoload it.
14442         * frame.el (automatic-hscrolling): Make this alias obsolete.
14444 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14446         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14447         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14448         (ispell-dictionary-base-alist): Revert to original XEmacs
14449         friendly version for default.  [:alpha:] will be added in
14450         `ispell-set-spellchecker-params' if needed.
14452 2012-04-16  Chong Yidong  <cyd@gnu.org>
14454         * image.el (imagemagick--file-regexp): New variable.
14455         (imagemagick-register-types): Use it.
14456         (imagemagick-types-inhibit): Add :set function.  Allow new value
14457         of t to inhibit all types.
14459         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14460         so we can preload it.
14462         * loadup.el (fboundp): Preload regexp-opt, needed by
14463         imagemagick-register-types.
14465 2012-04-15  Chong Yidong  <cyd@gnu.org>
14467         * frame.el (scrolling): Remove nearly unused customization group.
14469         * scroll-all.el (scroll-all-mode): Move to windows group.
14471 2012-04-15  Chong Yidong  <cyd@gnu.org>
14473         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14475 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14477         Avoid the use of ((lambda ...) ...) in lexical-binding code.
14478         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14480 2012-04-15  Glenn Morris  <rgm@gnu.org>
14482         * simple.el (process-file-side-effects): Doc fix.
14484 2012-04-15  Glenn Morris  <rgm@gnu.org>
14486         * international/mule-cmds.el (set-language-environment): Doc fix.
14488 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
14490         * server.el (server-auth-key, server-generate-key): Doc fixes.
14491         (server-get-auth-key): Doc fix.  Use `string-match-p'.
14492         (server-start): Reflow docstring.
14494 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
14496         * server.el (server-generate-key): `called-interactively-p'
14497         requires a parameter.
14499 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
14501         * server.el (server-auth-key): New variable.
14502         (server-generate-key, server-get-auth-key): New function.
14503         (server-start): Use the new variable and functions to allow
14504         setting a permanent server key (bug#9423).
14506 2012-04-14  Leo Liu  <sdl.web@gmail.com>
14508         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14510 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
14512         Spelling fixes.
14513         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14514         Emacs uses American spelling.
14516 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
14518         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14519         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
14520         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14521         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
14523 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14525         * progmodes/which-func.el (which-func-modes): Change default.
14527 2012-04-14  Kim F. Storm  <storm@cua.dk>
14529         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14530         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14532 2012-04-14  Chong Yidong  <cyd@gnu.org>
14534         * custom.el (custom-theme-set-variables): Doc fix.
14536 2012-04-14  Glenn Morris  <rgm@gnu.org>
14538         * international/mule.el (set-auto-coding-for-load): Doc fix.
14540 2012-04-14  Alan Mackenzie  <acm@muc.de>
14542         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14543         imenu work again for Objective C Mode.  Correct the *-index values,
14544         these having been disturbed by a previous change in 2011-08.
14546         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14547         Correct two search limits.
14549 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14551         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14553 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
14555         * international/characters.el: Fix sorting.
14557 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14559         * international/characters.el: Add more missing Latin case pairs.
14561 2012-04-14  Glenn Morris  <rgm@gnu.org>
14563         * files.el (dir-locals-set-class-variables): Doc fix.
14565 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14567         * international/characters.el: Add set-case-syntax-pair call for
14568         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14569         counterpart.  (Bug#11209)
14571         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
14573 2012-04-14  Glenn Morris  <rgm@gnu.org>
14575         * calendar/holidays.el (calendar-check-holidays): Doc fix.
14577 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14579         * textmodes/ispell.el (ispell-dictionary-base-alist):
14580         Add data for Hebrew.
14582 2012-04-14  Chong Yidong  <cyd@gnu.org>
14584         * net/rcirc.el (rcirc-cmd-quit):
14585         Revert 2012-03-18 change (Bug#11192).
14587 2012-04-14  Glenn Morris  <rgm@gnu.org>
14589         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14591 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14593         * minibuffer.el (completion-in-region-mode-map):
14594         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
14596 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
14598         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14600 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
14602         * minibuffer.el (minibuffer-local-filename-syntax): New variable
14603         to allow `C-M-f' and `C-M-b' to move to the nearest path
14604         separator (bug#9511).
14606 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
14608         * avoid.el: Require cl when compiling.  And also move the
14609         `provide' to the end.
14611 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14613         * avoid.el (mouse-avoidance-banish-position): New variable.
14614         (mouse-avoidance-banish-destination): Use it (bug#10165).
14616 2012-04-13  Leo Liu  <sdl.web@gmail.com>
14618         * progmodes/which-func.el (which-func-modes): Add objc-mode.
14620 2012-04-13  Ken Brown  <kbrown@cornell.edu>
14622         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14623         this is no longer needed now that cygstart understands file:// URLs.
14624         (browse-url-filename-alist): For the same reason, don't modify
14625         file:// URLs on Cygwin.
14627 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14629         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14630         the region on shift if the binding is already shifted (bug#11221).
14632 2012-04-12  Glenn Morris  <rgm@gnu.org>
14634         * mail/mailpost.el: Move to obsolete/.
14636 2012-04-12  Drew Adams  <drew.adams@oracle.com>
14638         * imenu.el (imenu--generic-function): Ignore invisible definitions
14639         (bug#10123).
14641 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
14643         * hexl.el (hexl-bits): New variable.
14644         (hexl-options): Mention the variable in the doc string.
14645         (hexl-rulerise, hexl-line-displen): New functions.
14646         (hexl-mode): Mention the new variable.
14647         (hexl-mode, hexl-current-address, hexl-current-address):
14648         Use the displen.
14649         (hexl-ascii-start-column): New function.
14650         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14651         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14653 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14655         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14656         '("-i" ENCODING), in 2 separate command-line arguments, to specify
14657         the encoding, as expected by hunspell.
14659 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14661         * battery.el (battery--linux-sysfs-regexp): New const.
14662         (battery-status-function): Use it.  Remove yeeloong special case.
14663         (battery-yeeloong-sysfs): Remove.
14664         (battery-echo-area-format): Remove yeeloong special case.
14666 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14668         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14669         Reported by Noah Friedman.
14671         * subr.el (read-passwd): Use read-string.
14673 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14675         * vcursor.el (vcursor-move): Increase the priority of the overlay
14676         (bug#9663).
14678 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
14680         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14681         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14683 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
14685         * textmodes/artist.el (artist-mode): Convert artist-mode to use
14686         define-minor-mode (bug#10760).
14688 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14690         * progmodes/grep.el (rgrep): Tweak the find command line so
14691         that directories matching `grep-find-ignored-files' won't be
14692         pruned (bug#10351).
14694 2012-04-11  Chong Yidong  <cyd@gnu.org>
14696         * startup.el (command-line): Remove support for long-obsolete
14697         variable font-lock-face-attributes.
14699 2012-04-11  Glenn Morris  <rgm@gnu.org>
14701         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14703 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14705         * window.el (window--state-get-1): Obey window-point-insertion-type.
14707 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
14709         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14710         to previous function when point is on the first character of a
14711         function.  Take care of that in `narrow-to-defun' (bug#6157).
14713 2012-04-11  Glenn Morris  <rgm@gnu.org>
14715         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14716         not just file-errors.
14718         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14719         (vc-bzr-sha1): Use internal sha1.
14721 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14723         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14725 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
14727         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14728         that start in the middle of the line (bug#10496).
14730 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
14732         * battery.el (battery-linux-proc-acpi): Only one battery is
14733         discharged at a time, but that seems to confuse battery.el when
14734         computing `rate-type' for the battery not being discharged
14735         (bug#10332).
14737 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14739         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14741         * international/quail.el: Use dolist and simplify.
14742         (quail-define-package, quail-update-keyboard-layout)
14743         (quail-define-rules): Use dolist.
14744         (quail-insert-kbd-layout, quail-get-translation): CSE.
14746         * tmm.el: Use dolist, remove left over hook.
14747         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14748         Use dolist.
14749         (calendar-load-hook): Don't mess with it.
14751         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14752         Use derived-mode-p.  Run the diff asynchronously.
14754 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14756         * obsolete/mouse-sel.el: Add an Obsolete-since header.
14758 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
14760         * misc.el: Display absolute path of loaded DLLs (bug#10424).
14761         (list-dynamic-libraries--loaded): New function.
14762         (list-dynamic-libraries--refresh): Use it.
14764 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
14766         * progmodes/python.el (python-fill-paragraph):
14767         Make python-fill-region in a multiline string work when font-lock is
14768         disabled (bug#7018).
14770 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
14772         * language/european.el (cp775): Add oem/legacy (en)coding on
14773         DOS/MS Windows for the Baltic languages.  There are still plenty
14774         of texts written in this encoding/codepage (bug#6519).
14776 2012-04-10  Glenn Morris  <rgm@gnu.org>
14778         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14779         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14781 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
14783         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14784         next-line "n" and previous-line "p" in order to make recentf more
14785         consistent with ibuffer, dired or org-mode (bug#9387).
14787 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14789         * image.el (put-image): Return the overlay created instead of the
14790         optional input string (bug#7834).  Note that this may break code
14791         that is (for some reason or other) depending on `put-image'
14792         returning the string.
14794         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14796         * simple.el (zap-to-char): Allow zapping using input methods
14797         (bug#1580).
14799         * textmodes/fill.el (fill-region): Leave point and mark where they
14800         were before filling (bug#5399).
14802 2012-04-09  Glenn Morris  <rgm@gnu.org>
14804         * version.el (emacs-bzr-get-version):
14805         Handle lightweight checkouts of local branches.
14807 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
14809         * international/characters.el: Recover lost case pairs.  (Bug#11209)
14811 2012-04-09  Chong Yidong  <cyd@gnu.org>
14813         * custom.el (custom-variable-p): Return nil for non-symbol
14814         arguments instead of signaling an error.
14815         (user-variable-p): Obsolete alias for custom-variable-p.
14817         * apropos.el (apropos-variable):
14818         * files-x.el (read-file-local-variable):
14819         * simple.el (set-variable):
14820         * woman.el (woman-mini-help):
14821         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14823 2012-04-09  Glenn Morris  <rgm@gnu.org>
14825         * startup.el (normal-top-level): Don't look for leim-list.el
14826         in places where it will not be found.  (Bug#910)
14828         * international/mule-cmds.el (set-default-coding-systems):
14829         * files.el (normal-mode):
14830         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
14831         This function was removed with ucs-tables.el in 2008.
14833 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
14835         * textmodes/ispell.el (ispell-check-version): For hunspell, set
14836         ispell-encoding8-command to "-i", without a trailing space.
14837         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14838         separate command-line arguments, to specify the encoding, since
14839         that's how hunspell expects it.
14841 2012-04-08  Glenn Morris  <rgm@gnu.org>
14843         * loadup.el: Load bindings before cus-start.
14844         This reduces somewhat the number of "rogue" settings in emacs -Q.
14846 2012-04-07  Glenn Morris  <rgm@gnu.org>
14848         * version.el (emacs-bzr-get-version): New function.
14849         (emacs-bzr-version): New variable.
14850         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
14851         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14853 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14855         * international/uni-bidi.el, international/uni-category.el:
14856         * international/uni-combining.el, international/uni-decimal.el:
14857         * international/uni-decomposition.el, international/uni-digit.el:
14858         * international/uni-lowercase.el, international/uni-mirrored.el:
14859         * international/uni-name.el, international/uni-numeric.el:
14860         * international/uni-titlecase.el, international/uni-uppercase.el:
14861         Update for Unicode 6.1.
14863 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14865         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14867 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14869         * window.el (shrink-window): Mention the `window-min-height'
14870         variable in the doc string.
14872 2012-04-05  Bastien Guerry  <bzg@altern.org>
14874         * color.el (color-lighten-name): Fix typo.
14876 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14878         * server.el (server--on-display-p): New function.
14879         (server--on-display-p): Use it.
14881 2012-04-04  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
14883         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14884         (bug#11145).
14886 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14888         * comint.el (comint--common-quoted-suffix): Check string boundary
14889         before comparing (bug#11158).
14890         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14892 2012-04-04  Chong Yidong  <cyd@gnu.org>
14894         * minibuffer.el (completion-extra-properties): Doc fix.
14896         * subr.el (delayed-warnings-hook): Doc fix.
14898 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
14900         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14901         selection (Bug#11159).
14902         (epa-insert-keys): Inform that the default public key will be
14903         exported if no key is selected.
14905 2012-04-04  Richard Stallman  <rms@gnu.org>
14907         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14909 2012-04-03  Chong Yidong  <cyd@gnu.org>
14911         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14912         mail-insert-file, not its obsolete alias mail-attach-file.
14914 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
14916         * notifications.el (notifications-notify): Fix docstring.
14918 2012-04-02  Glenn Morris  <rgm@gnu.org>
14920         * emacs-lisp/authors.el (authors-aliases): Another addition.
14922 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
14924         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14925         `tramp-compat-call-process' instead of `tramp-local-call-process'.
14926         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14928 2012-04-01  Chong Yidong  <cyd@gnu.org>
14930         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14931         Handle root directory properly.
14932         (copy-directory): Caller changed.
14934         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14935         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14937 2012-03-31  Glenn Morris  <rgm@gnu.org>
14939         * term/xterm.el (xterm-extra-capabilities): Doc fix.
14941         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
14943         * calendar/calendar.el (calendar-window-list)
14944         (calendar-hide-window): Restore.  (Bug#11140)
14945         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14947         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14949 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14951         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14952         Check if file is a symlink (Bug#10489).
14954         * files.el (copy-directory): Likewise.
14956 2012-03-30  Chong Yidong  <cyd@gnu.org>
14958         * image.el (imagemagick-types-inhibit)
14959         (imagemagick-register-types): Doc fix.
14961 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14963         * textmodes/ispell.el (ispell-get-extended-character-mode):
14964         Disable extended-char-mode for hunspell.  hunspell does not support it
14965         and treats ~word as ordinary words in pipe mode.
14967 2012-03-30  Glenn Morris  <rgm@gnu.org>
14969         * tutorial.el (help-with-tutorial): Ensure local variables don't
14970         happen to make the buffer read-only.  (Bug#11127)
14972 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14974         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14975         (perl-calculate-indent): Return `noindent' in strings.
14977 2012-03-28  Sam Steingold  <sds@gnu.org>
14979         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14980         instead of the broken adhockery which does not prevent calendar
14981         buffers from being displayed at random after exit.
14982         (calendar-window-list, calendar-hide-window): Remove the broken
14983         adhockery.
14985 2012-03-28  Glenn Morris  <rgm@gnu.org>
14987         * replace.el (query-replace-map): Doc fix.
14989 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
14991         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14992         contents.  (Bug#11109)
14994 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14996         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14997         (bug#11077).
14998         (avl-tree--check, avl-tree--check-node): New funs.
15000 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
15002         * window.el (switch-to-visible-buffer): New option.
15003         (switch-to-prev-buffer, switch-to-next-buffer):
15004         Observe switch-to-visible-buffer.  Make sure that checking for a window
15005         showing a buffer already is done on the same frame.
15007 2012-03-27  Glenn Morris  <rgm@gnu.org>
15009         * startup.el (mail-host-address): Doc fix.
15011 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15013         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
15014         than 197 variables.
15016 2012-03-26  Ami Fischman  <ami@fischman.org>
15018         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
15020 2012-03-26  Glenn Morris  <rgm@gnu.org>
15022         * files.el (save-buffers-kill-emacs): Doc fix.
15024         * startup.el (normal-top-level, command-line, command-line-1):
15025         Give them doc strings.
15027 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
15029         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
15030         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
15032 2012-03-25  Chong Yidong  <cyd@gnu.org>
15034         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
15035         theme if it was previously enabled before (Bug#11031).
15037         * cus-theme.el (custom-theme-write-faces): Retrieve current face
15038         spec with custom-face-get-current-spec if its :shown-value is not
15039         determined yet (Bug#9337).
15040         (customize-create-theme, custom-theme-revert): Doc fixes.
15042         * button.el (button-at): Minor addition to docstring.
15044 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
15046         * vc/vc.el (vc-merge): Fix a prompt.
15048 2012-03-24  Chong Yidong  <cyd@gnu.org>
15050         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
15051         point (Bug#9623).
15053         * button.el (button-at): Minor addition to docstring.
15055 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15057         * newcomment.el (comment-choose-indent): No space after BOL.
15059 2012-03-22  Sam Steingold  <sds@gnu.org>
15061         * window.el (switch-to-prev-buffer): Revert last patch because the
15062         bug turned out to be an advertised feature (Elisp manual 28.14).
15064 2012-03-22  Glenn Morris  <rgm@gnu.org>
15066         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
15067         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
15069 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15071         * net/network-stream.el (network-stream-open-starttls): Make error
15072         message under Windows be less misleading.
15074 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
15076         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
15077         understands (bug#9942).
15079 2012-03-22  Chong Yidong  <cyd@gnu.org>
15081         * simple.el (end-of-visible-line): Handle return value of
15082         next-single-property-change properly (Bug#9371).
15084 2012-03-22  Kenichi Handa  <handa@m17n.org>
15086         * international/quail.el (quail-insert-kbd-layout): Fix previous
15087         change.  To avoid unwanted bidi reordering, use
15088         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
15090 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
15092         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
15093         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
15094         (ruby-beginning-of-indent): Be more careful with the difference
15095         between word-boundary and symbol boundary.
15096         (ruby-mode-syntax-table): Make : a symbol constituent.
15098 2012-03-21  Andreas Politz  <politza@fh-trier.de>
15100         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
15102 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15104         * progmodes/etags.el (tags-completion-at-point-function):
15105         Improve last fix.
15107         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
15109 2012-03-21  Sam Steingold  <sds@gnu.org>
15111         * progmodes/etags.el (tags-completion-at-point-function):
15112         Avoid the error when point is inside the pattern.
15114 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
15116         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
15117         line (Bug#10855).
15119 2012-03-21  Drew Adams  <drew.adams@oracle.com>
15121         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
15123 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
15125         * ido.el (ido-set-current-directory, ido-read-internal)
15126         (ido-choose-completion-string, ido-completion-help): Handle nil
15127         value of ido-completion-buffer (Bug#11008).
15129 2012-03-21  Sam Steingold  <sds@gnu.org>
15131         * window.el (switch-to-prev-buffer): Do not switch to a visible
15132         window previous buffer, just like with the frame previous buffers.
15134 2012-03-21  Chong Yidong  <cyd@gnu.org>
15136         * faces.el (make-face, make-empty-face, copy-face):
15137         * face-remap.el (face-remap-add-relative, face-remap-set-base):
15138         Doc fixes.
15140 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15142         * wid-edit.el (widget-complete-field): Remove (bug#11051).
15143         (widget-complete): Remove broken use of it.
15145 2012-03-20  Chong Yidong  <cyd@gnu.org>
15147         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15148         Use string-width and truncate-string-width to handle arbitrary
15149         characters.
15151 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
15153         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
15154         to draw rectangles, not squares.  (Regression introduced by revno
15155         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
15157 2012-03-18  Chong Yidong  <cyd@gnu.org>
15159         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
15160         it is not yet defined (for temacs).
15162 2012-03-18  Leo Liu  <sdl.web@gmail.com>
15164         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
15165         prefix.
15167 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15169         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
15170         (ispell-choices-win-default-height, ispell-silently-savep)
15171         (ispell-dictionary-alist, ispell-encoding8-command)
15172         (ispell-check-version, ispell-aspell-find-dictionary)
15173         (ispell-valid-dictionary-list, ispell-words-keyword)
15174         (ispell-get-word, ispell-internal-change-dictionary)
15175         (ispell-region, ispell-skip-region-list)
15176         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
15177         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
15178         (ispell-message-text-end, ispell-message)
15179         (ispell-buffer-local-parsing): Doc fix.
15181 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
15183         * htmlfontify.el: Add support for code block fontification for ODT
15184         export (Bug #9914).
15185         (hfy-optimisations): Define new option
15186         `body-text-only'
15187         (hfy-fontify-buffer): Honor above setting.
15188         (hfy-begin-span, hfy-end-span): New routines factored out form
15189         `hfy-fontify-buffer'.
15190         (hfy-begin-span-handler, hfy-end-span-handler): New variables
15191         that permit insertion of custom tags.
15192         (hfy-fontify-buffer): Use above handlers.
15193         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
15194         (hfy-face-to-css): Re-defined to be a variable.
15195         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
15196         over multiple runs.  This is made possible by having the caller let
15197         bind a special variable `hfy-user-sheet-assoc'.
15198         (htmlfontify-string): New defun.
15199         (hfy-compile-face-map): Make sure that the last char in the
15200         buffer is correctly fontified.
15201         (hfy-face-resolve-face): Whitespace only change.
15203 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15205         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
15206         message more clear.
15208 2012-03-16  Leo Liu  <sdl.web@gmail.com>
15210         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
15212 2012-03-16  Alan Mackenzie  <acm@muc.de>
15214         Further optimize the handling of large macros.
15216         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
15217         limit to a call of `c-literal-limits'.
15218         (c-determine-+ve-limit): New function.
15219         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
15220         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
15221         In CASE 5B, restrict a search limit to 500.
15222         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
15224         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
15225         Restrict macro bounds to +-500 from after-change's BEG END.
15227 2012-03-16  Leo Liu  <sdl.web@gmail.com>
15229         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
15231 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
15233         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
15234         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
15236 2012-03-16  Glenn Morris  <rgm@gnu.org>
15238         * view.el (view-buffer, view-buffer-other-window)
15239         (view-buffer-other-frame): Doc fixes re special mode-class.
15241         * subr.el (eval-after-load): If named feature is provided not from
15242         a file, run after-load forms.  (Bug#10946)
15244         * calendar/calendar.el (calendar-insert-at-column):
15245         Handle non-unit-width characters a bit better.  (Bug#10978)
15247 2012-03-15  Chong Yidong  <cyd@gnu.org>
15249         * emacs-lisp/ring.el (ring-extend): New function.
15250         (ring-insert+extend): Extend the ring correctly (Bug#11019).
15252         * comint.el (comint-read-input-ring)
15253         (comint-add-to-input-history): Grow comint-input-ring lazily.
15255 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15257         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
15258         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
15260         * imenu.el: Fix multiple inheritance breakage (bug#9199).
15261         (imenu-add-to-menubar): Don't add a redundant index.
15262         (imenu-update-menubar): Handle a dynamically composed keymap.
15264 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15266         * mail/sendmail.el (mail-encode-header):
15267         Bind rfc2047-encode-encoded-words to nil.
15269 2012-03-13  Glenn Morris  <rgm@gnu.org>
15271         * calendar/calendar.el (calendar-string-spread):
15272         Handle non-unit-width characters a bit better.  (Bug#10978)
15274 2012-03-13  Leo Liu  <sdl.web@gmail.com>
15276         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15277         directory and file as argument (Bug#10822).
15279 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
15281         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15282         For dynamically generated code, follow $PC.
15283         (gdb-disassembly-handler-custom): Handle no function name case.
15285 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
15287         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15288         * emulation/ws-mode.el (ws-query-replace):
15289         * sort.el (sort-regexp-fields):
15290         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
15292 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15294         * dabbrev.el: Fix cycle completion order (bug#10963).
15295         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15296         (dabbrev-completion): Don't use an obarray; provide
15297         a cycle-sort-function.
15299 2012-03-12  Leo Liu  <sdl.web@gmail.com>
15301         * simple.el (kill-new): Use equal-including-properties for comparison.
15302         (kill-do-not-save-duplicates): Doc fix.
15304 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15306         * dabbrev.el: Fix cycle completion (bug#10963).
15307         Use lexical binding and wrap to 80 columns.
15308         (dabbrev-completion): Delay computing the list of completions.
15310 2012-03-12  Kenichi Handa  <handa@m17n.org>
15312         * international/quail.el (quail-insert-kbd-layout): Surround each
15313         row by LRO and PDF instead of inserting many LRMs.  Pad the left
15314         and right of each non-spacing marks.  Insert invisible space
15315         between lower and upper characters to prevent composition.
15317 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15319         * minibuffer.el (minibuffer-complete): Don't get confused when the
15320         function is run twice via different commands (bug#10958).
15321         (complete-with-action): Fix docstring.
15323 2012-03-12  Chong Yidong  <cyd@gnu.org>
15325         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15326         (nxml-completion-at-point-function): New function.
15327         (nxml-mode): Use it.
15328         (nxml-bind-meta-tab-to-complete-flag): Default to t.
15330         * emacs-lisp/package.el (package-unpack, package-unpack-single):
15331         Load generated autoloads file before byte compiling (Bug#10970).
15332         (package--make-autoloads-and-compile): New helper fun.
15334 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
15336         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15338 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
15340         * autorevert.el (auto-revert-handler): Ensure, that
15341         file-readable-p is applied only for local files or in
15342         auto-revert-tail-mode.
15344 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
15346         * server.el (server-eval-at): Handle non-tcp connections.
15347         Decode result string.
15349         * server.el (server-msg-size): New constant.
15350         (server-reply-print): New function.
15351         (server-eval-and-print): Use it.
15352         (server-eval-at): Use server-quote-arg and server-unquote-arg.
15353         Handle -print-nonl.
15355 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
15357         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15358         (Bug#10987).
15360 2012-03-11  Chong Yidong  <cyd@gnu.org>
15362         * simple.el (goto-line): Doc fix (Bug#9938).
15364         * subr.el (save-window-excursion): Doc fix (Bug#9979).
15366         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15367         when finished (Bug#10963).
15369 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
15371         * window.el (split-window-below): Fix bug in case where
15372         split-window-keep-point is nil (Bug#10971).
15374 2012-03-11  Juri Linkov  <juri@jurta.org>
15376         * replace.el (replace-highlight): Set isearch-word to nil
15377         unconditionally.  (Bug#10887)
15379 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
15381         * net/mairix.el (mairix-replace-invalid-chars): Rename from
15382         mairix-replace-illegal-chars; all callers changed.  Don't remove
15383         ^, ~, and = characters: they are meaningful in mairix search specs.
15384         (mairix-widget-create-query): Add usage information about mairix
15385         search forms: negating words, searching for substrings, etc.
15387 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
15389         * international/fontset.el (font-encoding-alist): Add an entry for
15390         ksx1001 (Bug#5667).
15392 2012-03-10  Richard Stallman  <rms@gnu.org>
15394         * mail/sendmail.el (mail-encode-header):
15395         Set rfc2047-encode-encoded-words.
15397         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15399         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15400         view buffer means not swapped.
15401         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15402         (rmail-write-region-annotate): Error if real text has disappeared.
15404         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15406 2012-03-10  Chong Yidong  <cyd@gnu.org>
15408         * emulation/cua-rect.el (cua--init-rectangles):
15409         * emulation/cua-base.el (cua--init-keymaps):
15410         Add delete-forward-char to remappings (Bug#9666).
15412 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
15414         * speedbar.el (speedbar-unhighlight-one-tag-line):
15415         Avoid unhighlighting due to frame switching (Bug#10275).
15417 2012-03-10  Chong Yidong  <cyd@gnu.org>
15419         * minibuffer.el (completion-in-region, completion-help-at-point):
15420         Give the completion field overlay a high priority (Bug#6830).
15422         * dired.el (dired-goto-file): Recognize absolute file name
15423         listings (Bug#7126).
15424         (dired-goto-file-1): New helper function.
15425         (dired-toggle-read-only): Inhibit warnings.
15427 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
15429         * net/dbus.el (dbus-property-handler): Return empty array if
15430         there are no properties.
15432 2012-03-09  Leo Liu  <sdl.web@gmail.com>
15434         * savehist.el (savehist-printable): Stricter check for string
15435         value (Bug#10937).
15437 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
15439         * mail/smtpmail.el (smtpmail-send-it):
15440         Bind coding-system-for-write to *-unix, so that FCC files are kept in
15441         valid mbox format.
15443 2012-03-09  Glenn Morris  <rgm@gnu.org>
15445         * files.el (dir-locals-find-file):
15446         Don't check result is regular, readable.
15447         (dir-locals-read-from-file): Demote errors.
15449 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
15451         * international/quail.el (quail-insert-kbd-layout):
15452         Insert invisible LRM characters before each character in a keyboard
15453         layout cell, to prevent their reordering by bidi display engine.
15454         For details, see the discussion in
15455         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15457 2012-03-08  Alan Mackenzie  <acm@muc.de>
15459         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15460         the starting position; make it extend the marked region when
15461         invoked repeatedly - all under appropriate circumstances.
15462         Fixes bugs #5525, #10906.
15464 2012-03-08  Glenn Morris  <rgm@gnu.org>
15466         * files.el (locate-dominating-file, dir-locals-find-file):
15467         Undo 2012-03-06 change.
15469 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
15471         * international/quail.el (quail-help):
15472         Force bidi-paragraph-direction be left-to-right.  See discussion in
15473         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15474         for the reason.
15476 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
15478         Avoid superfluous registering of signals.  (Bug#10807)
15480         * notifications.el (notifications-on-action-object)
15481         (notifications-on-close-object): New defvars.
15482         (notifications-on-action-signal, notifications-on-closed-signal):
15483         Unregister the signal if not needed any longer.
15484         (notifications-notify): Register `notifications-action-signal' or
15485         `notifications-closed-signal', if :on-action or :on-close has been
15486         passed as argument.
15488 2012-03-07  Chong Yidong  <cyd@gnu.org>
15490         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15491         non-X platforms.
15493 2012-03-06  Glenn Morris  <rgm@gnu.org>
15495         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15496         (x-disown-selection-internal, x-get-selection-internal):
15497         Doc fix (add arglist signatures).  (Bug#10783)
15499 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
15501         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15502         Handle breakpoints with no "type".
15504 2012-03-06  Glenn Morris  <rgm@gnu.org>
15506         * files.el (locate-dominating-file): Add optional predicate argument.
15507         (dir-locals-find-file): Make use of above change.
15509 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
15511         * info.el (Info-insert-dir): Also try "dir.gz".
15513 2012-03-06  Glenn Morris  <rgm@gnu.org>
15515         * files.el (dir-locals-find-file):
15516         Ignore non-readable or non-regular files.  (Bug#10928)
15518         * files.el (locate-dominating-file): Doc fix.
15520 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
15522         * calendar/calendar.el (calendar-set-mode-line):
15523         `getenv' returns a string.  (Bug#10951)
15525 2012-03-05  Leo Liu  <sdl.web@gmail.com>
15527         * simple.el (backward-delete-char-untabify): Constrain point to
15528         field (Bug#10939).
15530         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15532 2012-03-05  Chong Yidong  <cyd@gnu.org>
15534         * simple.el (count-words): If called from Lisp, return the word
15535         count, for symmetry with `count-lines'.  Arglist changed.
15536         (count-words--message): Args changed.  Consolidate counting code
15537         from count-words and count-words-region.
15538         (count-words-region): Caller changed.
15539         (count-lines-region): Make it an obsolete alias.
15541 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
15543         * saveplace.el (save-place-to-alist)
15544         (save-place-ignore-files-regexp): Allow value nil to disable this
15545         feature.
15547 2012-03-04  Chong Yidong  <cyd@gnu.org>
15549         * faces.el (face-spec-reset-face): For the default face, reset the
15550         attributes to default values (Bug#10748).
15552 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15554         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15555         previous patch: Check `message-send-mail-function', and not the
15556         default function (bug#10897).
15558 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
15560         * notifications.el (notifications-on-action-signal)
15561         (notifications-on-closed-signal): Check for unique service name of
15562         incoming event.  Fix error in removing entry.
15563         (top): Register for signals with wildcard service name.
15564         (notifications-notify): Use daemon unique service name for map entries.
15566 2012-03-04  Chong Yidong  <cyd@gnu.org>
15568         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15570 2012-03-04  Glenn Morris  <rgm@gnu.org>
15572         * abbrev.el (copy-abbrev-table, abbrev-table-p)
15573         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15574         (expand-abbrev, define-abbrev-table): Doc fixes.
15576 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15578         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15579         `message-default-send-mail-function' and not `send-mail-function'
15580         when doing the prompting for `sendmail-query-once' before sending
15581         in Message buffers (bug#10897).
15583         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15584         This is inconsistent with all the other stream functions, which leave
15585         the setting up to the higher levels (if so wanted) (bug#10931).
15587 2012-03-02  Alan Mackenzie  <acm@muc.de>
15589         Depessimize the handling of very large macros.
15591         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15592         (c-macro-cache-syntactic): New variables to implement a one
15593         element macro cache.
15594         (c-invalidate-macro-cache): New function.
15595         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15596         Adapt to use the new cache.
15597         (c-state-safe-place): Use better the cache of safe positions.
15598         (c-state-semi-nonlit-pos-cache)
15599         (c-state-semi-nonlit-pos-cache-limit):
15600         New variables for...
15601         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
15602         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15603         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15604         Use c-state-semi-safe-place.
15606         * progmodes/cc-langs.el (c-get-state-before-change-functions):
15607         Add c-invalidate-macro-cache to the C, C++, Obj entries.
15609 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
15611         * jka-compr.el (jka-compr-call-process):
15612         Apply `file-accessible-directory-p' only when the default directory is
15613         not remote.
15615 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
15617         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
15618         access of FILE2, if FILE1 does not exist.
15620         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15621         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15623         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15624         Add "PAGER=" to `process-environment'.
15626 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
15628         * progmodes/sql.el: Bug fix
15629         (sql-get-login-ext): Save login values in globals.
15630         (sql-get-login): Use new version of `sql-get-login-ext'.
15631         (sql-interactive-mode): Set global `sql-connection' to nil.
15632         (sql-connect): Set global values for connection.
15633         (sql-product-interactive): Save global values as buffer local.
15635 2012-02-29  Leo Liu  <sdl.web@gmail.com>
15637         * abbrev.el (define-abbrevs): Reset sys to nil.
15639 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15641         * files.el (file-equal-p): Rename from `files-equal-p'.
15642         Return nil when one or both files don't exist.
15643         (file-subdir-of-p): Now only top directory must exists,
15644         return nil if it doesn't.
15645         (copy-directory): No need to test with `file-subdir-of-p' after
15646         creating dir.
15647         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15648         to `file-equal-p'.
15650 2012-02-28  Glenn Morris  <rgm@gnu.org>
15652         * shell.el (shell-mode):
15653         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15654         * play/landmark.el (landmark-font-lock-face-O):
15655         * play/handwrite.el (handwrite):
15656         * play/gomoku.el (gomoku-O):
15657         * net/browse-url.el (browse-url-browser-display):
15658         * international/mule.el (define-charset):
15659         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15660         * filesets.el (filesets-find-file-delay):
15661         * eshell/em-xtra.el (eshell-xtra):
15662         * eshell/em-unix.el (eshell-grep):
15663         * emulation/viper.el (viper-mode):
15664         * emacs-lisp/regexp-opt.el (regexp-opt-group):
15665         * emacs-lisp/easymenu.el (easy-menu-define):
15666         * calendar/timeclock.el (timeclock-use-display-time):
15667         * bs.el (bs-mode):
15668         * bookmark.el (bookmark-save-flag):
15669         Doc fix (standardize possessive apostrophe usage).
15671 2012-02-27  Chong Yidong  <cyd@gnu.org>
15673         * emulation/viper-cmd.el (viper-intercept-ESC-key):
15674         Fix key-binding lookup for ESC key (Bug#9146).
15676         * font-lock.el (font-lock-specified-p): Rename from
15677         font-lock-spec-present.  Callers changed.
15679 2012-02-27  Daniel Hackney  <dan@haxney.org>
15681         * emacs-lisp/package.el (package-compute-transaction):
15682         Handle holding a package version to t in package-load-list.
15684 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
15686         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15687         (tramp-get-inode, tramp-get-device): Use cached values.
15689 2012-02-26  Alan Mackenzie  <acm@muc.de>
15691         Check there is a font-lock specification before doing initial
15692         fontification.
15694         * font-core.el (font-lock-mode): Move the conditional from
15695         :after-hook to font-lock-initial-fontify.
15696         (font-lock-default-function): Move the check for a specification
15697         to font-lock-spec-present.
15699         * font-lock.el (font-lock-initial-fontify): Call ...
15700         (font-lock-spec-present): New function.
15702 2012-02-26  Jim Blandy  <jimb@red-bean.com>
15704         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15705         (gdb-send): Apply it to the operand of the '-interpreter-exec
15706         console' command, so that we can pass arguments with (say) quotes
15707         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
15709 2012-02-26  Chong Yidong  <cyd@gnu.org>
15711         * help-fns.el (describe-function-1): Clarify description of
15712         remapping (Bug#10844).
15714         * files.el (files-equal-p): Doc fix.
15715         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
15716         and quit the loop once a mismatch is found.
15718 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
15720         * bs.el (bs--show-with-configuration): Don't throw an error
15721         if the window cannot be split; otherwise, subsequent calls to
15722         bs-show fail, restoring a stale window config.  (Bug#10882)
15724 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
15726         * term/ns-win.el (global-map): Bind ns-drag-file to
15727         ns-find-file (Bug#5855, Bug#10050).
15729 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
15731         * calendar/parse-time.el (parse-time-string): Allow extractor to
15732         return nil.
15734 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
15736         * net/tramp.el (tramp-file-name-for-operation):
15737         Add `files-equal-p' and `file-subdir-of-p'.
15739         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15740         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15741         Add COPY-CONTENTS argument.
15743 2012-02-25  Chong Yidong  <cyd@gnu.org>
15745         Add custom groups for VC backends, for consistency with vc-bzr.
15747         * vc/vc-arch.el (vc-arch):
15748         * vc/vc-cvs.el (vc-cvs):
15749         * vc/vc-git.el (vc-git):
15750         * vc/vc-hg.el (vc-hg):
15751         * vc/vc-mtn.el (vc-mtn):
15752         * vc/vc-rcs.el (vc-rcs):
15753         * vc/vc-sccs.el (vc-sccs):
15754         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15755         All relevant defcustoms reassigned.
15757 2012-02-25  Chong Yidong  <cyd@gnu.org>
15759         * newcomment.el (comment-styles): Add autoload (Bug#10868).
15761         * term/x-win.el (x-initialize-window-system): Reduce default for
15762         x-selection-timeout to 5 seconds (Bug#8869).
15764 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15766         * files.el (files-equal-p, file-subdir-of-p): New functions.
15767         (copy-directory): Error when trying to copy a directory on itself.
15768         Add missing copy-contents arg to tramp handler.
15769         * dired-aux.el (dired-copy-file-recursive): Same.
15770         (dired-create-files): Modify destination when source is equal to
15771         dest when copying files.
15772         Return also when dest is a subdir of source.  (Bug#10489)
15774 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
15776         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15777         (Bug#10874)
15779 2012-02-23  Alan Mackenzie  <acm@muc.de>
15781         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15782         parameter "after-hook:" to allow the expansion to run code after
15783         the execution of the mode hooks.
15785         * font-lock.el (font-lock-initial-fontify): New function extracted
15786         from font-lock-mode-internal.
15788         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15789         :after-hook.
15791 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15793         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15794         (completion--cache-all-sorted-completions): New function.
15795         (completion-all-sorted-completions): Use it.
15796         (completion--do-completion, minibuffer-force-complete):
15797         Use it to re-instate the flush hook.
15799         * icomplete.el (icomplete-completions): Replace last fix with a better
15800         one (bug#10850).
15802 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
15804         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15805         when it might call us back infinitely (bug#10797).
15807 2012-02-23  Glenn Morris  <rgm@gnu.org>
15809         * minibuffer.el (completion-category-overrides): Doc fix.
15811 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15813         * minibuffer.el (completion-table-with-context): Fix inf-loop.
15814         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15816 2012-02-23  Glenn Morris  <rgm@gnu.org>
15818         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15819         (authors-obsolete-files-regexps, authors-ignored-files)
15820         (authors-ambiguous-files, authors-renamed-files-alist):
15821         Add more entries.
15823 2012-02-23  Juri Linkov  <juri@jurta.org>
15825         * isearch.el (isearch-occur): Sync interactive spec with occur's
15826         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
15828         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15830 2012-02-22  Juri Linkov  <juri@jurta.org>
15832         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15833         (ucs-insert): Doc fix.  Check for hex digits in the string.
15834         Don't display `nil' in the error message.  (Bug#10857)
15836 2012-02-22  Alan Mackenzie  <acm@muc.de>
15838         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15840 2012-02-22  Glenn Morris  <rgm@gnu.org>
15842         * ffap.el (ffap-c-path):
15843         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
15845 2012-02-22  Chong Yidong  <cyd@gnu.org>
15847         * custom.el (load-theme): Doc fix.
15849 2012-02-22  Glenn Morris  <rgm@gnu.org>
15851         * dired-x.el (dired-guess-shell-alist-default):
15852         Remove escape sequences from nroff output.  (Bug#172)
15854 2012-02-21  Glenn Morris  <rgm@gnu.org>
15856         * vc/emerge.el (emerge-defvar-local):
15857         Set `permanent-local' property rather than unused `preserved'.
15859         * textmodes/picture.el (picture-delete-char): New alias.
15860         (picture-mode-map): Use it.  (Bug#10860)
15861         (picture-mode): Doc fix.
15863 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
15865         * newcomment.el (uncomment-region-default): Remove unused binding.
15867 2012-02-21  Glenn Morris  <rgm@gnu.org>
15869         * textmodes/picture.el (picture-motion, picture-motion-reverse)
15870         (picture-self-insert, picture-tab-chars): Doc fix.
15871         (picture-mode-map): Fix C-a, C-e.
15873 2012-02-20  Glenn Morris  <rgm@gnu.org>
15875         * emacs-lisp/authors.el (authors-aliases): Add another entry.
15877 2012-02-20  Leo Liu  <sdl.web@gmail.com>
15879         * icomplete.el (icomplete-completions): Check FROM arg before
15880         passing to substring (Bug#10850).
15882 2012-02-19  Chong Yidong  <cyd@gnu.org>
15884         * comint.el: Require ansi-color.
15885         (comint-output-filter-functions): Add ansi-color-process-output.
15887         * ansi-color.el: Don't set comint-output-filter-functions; it is
15888         now in the initial value defined in comint.el.
15889         (ansi-color-apply-face-function): New variable.
15890         (ansi-color-apply-on-region): Use it.
15891         (ansi-color-apply-overlay-face): New function.
15893         * shell.el (shell): No need to require ansi-color.
15894         (shell-mode): Use ansi-color-apply-face-function to highlight
15895         color escapes using font-lock-face property (Bug#10835).
15897 2012-02-19  Chong Yidong  <cyd@gnu.org>
15899         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15900         mode-line formats (Bug#10839).
15902 2012-02-18  Glenn Morris  <rgm@gnu.org>
15904         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15906         * mail/undigest.el (unforward-rmail-message): Doc fix.
15908         * saveplace.el (save-place-ignore-files-regexp): Add :version.
15910 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
15912         * international/characters.el (script-list): Sync with the latest
15913         Unicode Character Database.
15915 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
15917         * international/titdic-cnv.el: Remove duplicate coding tag.
15918         * language/cham.el: Likewise.
15919         * language/tai-viet.el: Likewise.
15921 2012-02-18  Glenn Morris  <rgm@gnu.org>
15923         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15924         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15925         (calendar-bahai-all-holidays-flag, calendar-other-dates):
15926         * calendar/diary-lib.el (diary-abbreviated-year-flag):
15927         * calendar/holidays.el (holiday-bahai-holidays)
15928         (calendar-holidays, list-holidays):
15929         Use utf-8 Bahá'í in doc-strings, menus, etc.
15931 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
15933         * saveplace.el (save-place-ignore-files-regexp): New variable
15934         allowing for excluding files from saving their location of point.
15935         The default value matches the temporary commit message editing
15936         files from Git, SVN, Bazaar, and Mercurial.
15937         (save-place-to-alist): Use it.
15939 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
15940             Stefan Monnier  <monnier@iro.umontreal.ca>
15942         * newcomment.el (uncomment-region-default): Don't leave extra space
15943         when an arg is provided (bug#8150).
15945 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
15947         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15949 2012-02-17  Glenn Morris  <rgm@gnu.org>
15951         * net/socks.el: Require network-stream.  (Bug#10599)
15953 2012-02-17  Kenichi Handa  <handa@m17n.org>
15955         * international/charprop.el:
15956         * international/uni-name.el:
15957         * international/uni-old-name.el:
15958         * international/uni-comment.el: Regenerate.
15960 2012-02-16  Glenn Morris  <rgm@gnu.org>
15962         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15963         Interactively in calendar buffer, give an error if not on a date.
15965 2012-02-15  Glenn Morris  <rgm@gnu.org>
15967         * shell.el (shell-delimiter-argument-list):
15968         Revert 2011-02-17 change.  (Bug#8027)
15970 2012-02-15  Chong Yidong  <cyd@gnu.org>
15972         * minibuffer.el (completion-at-point-functions): Doc fix.
15974         * custom.el (defcustom): Doc fix; note use of defvar.
15976 2012-02-15  Glenn Morris  <rgm@gnu.org>
15978         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15979         Doc fixes.
15981 2012-02-14  Glenn Morris  <rgm@gnu.org>
15983         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15985 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
15987         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15988         way the ports list is computed.
15989         (smtpmail-query-smtp-server): Prompt the user for a port number if
15990         we can't connect to any of the standard ports (bug#10810).
15992 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15994         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15996 2012-02-13  Glenn Morris  <rgm@gnu.org>
15998         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
16000 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
16002         * net/gnutls.el (gnutls-trustfiles): New variable.
16003         (gnutls-negotiate): Use it.
16005 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
16007         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
16008         does its stuff if Gnus is running.
16010 2012-02-13  Alan Mackenzie  <acm@muc.de>
16012         Fix a loop in c-set-fl-decl-start.
16014         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
16015         c-backward-syntactic-ws actually moves backwards.
16017 2012-02-13  Leo Liu  <sdl.web@gmail.com>
16019         * net/rcirc.el (rcirc-markup-attributes): Move point to the
16020         beginning so that all \C-o chars are removed.
16022 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
16024         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
16026 2012-02-12  Alan Mackenzie  <acm@muc.de>
16028         Fix infinite loop with long macros.
16029         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
16031 2012-02-12  Chong Yidong  <cyd@gnu.org>
16033         * window.el (display-buffer): Doc fix (Bug#10785).
16035 2012-02-12  Glenn Morris  <rgm@gnu.org>
16037         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16038         (x-disown-selection-internal, x-get-selection-internal):
16039         Sync docs with the xselect.c versions.
16041         * allout-widgets.el: Add missing license notice.
16043 2012-02-11  Glenn Morris  <rgm@gnu.org>
16045         * select.el (x-get-selection-internal, x-own-selection-internal)
16046         (x-disown-selection-internal):
16047         * x-dnd.el (x-get-selection-internal): Update declarations.
16049         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
16051         * window.el (window-sides-slots):
16052         * tool-bar.el (tool-bar-position):
16053         * term/xterm.el (xterm-extra-capabilities):
16054         * ses.el (ses-self-reference-early-detection):
16055         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
16056         (verilog-auto-wire-type)
16057         (verilog-auto-delete-trailing-whitespace)
16058         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
16059         (verilog-auto-tieoff-declaration):
16060         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
16061         (sql-oracle-statement-starters, sql-oracle-scan-on):
16062         * progmodes/prolog.el (prolog-align-comments-flag)
16063         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
16064         (prolog-left-indent-regexp, prolog-paren-indent-p)
16065         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
16066         (prolog-types, prolog-mode-specificators)
16067         (prolog-determinism-specificators, prolog-directives)
16068         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
16069         (prolog-electric-dot-flag)
16070         (prolog-electric-dot-full-predicate-template)
16071         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
16072         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
16073         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
16074         (prolog-program-switches, prolog-prompt-regexp)
16075         (prolog-debug-on-string, prolog-debug-off-string)
16076         (prolog-trace-on-string, prolog-trace-off-string)
16077         (prolog-zip-on-string, prolog-zip-off-string)
16078         (prolog-use-standard-consult-compile-method-flag)
16079         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
16080         (prolog-imenu-max-lines, prolog-info-predicate-index)
16081         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
16082         (prolog-char-quote-workaround):
16083         * progmodes/cc-vars.el (c-defun-tactic):
16084         * net/tramp.el (tramp-encoding-command-interactive)
16085         (tramp-local-end-of-line):
16086         * net/soap-client.el (soap-client):
16087         * net/netrc.el (netrc-file):
16088         * net/gnutls.el (gnutls):
16089         * minibuffer.el (completion-category-overrides)
16090         (completion-cycle-threshold)
16091         (completion-pcm-complete-word-inserts-delimiters):
16092         * man.el (Man-name-local-regexp):
16093         * mail/feedmail.el (feedmail-display-full-frame):
16094         * international/characters.el (glyphless-char-display-control):
16095         * eshell/em-ls.el (eshell-ls-date-format):
16096         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
16097         (lisp-lambda-list-keyword-parameter-indentation)
16098         (lisp-lambda-list-keyword-parameter-alignment):
16099         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
16100         * dired-x.el (dired-omit-verbose):
16101         * cus-theme.el (custom-theme-allow-multiple-selections):
16102         * calc/calc.el (calc-highlight-selections-with-faces)
16103         (calc-lu-field-reference, calc-lu-power-reference)
16104         (calc-note-threshold):
16105         * battery.el (battery-mode-line-limit):
16106         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
16107         (archive-7z-update):
16108         * allout.el (allout-prefixed-keybindings)
16109         (allout-unprefixed-keybindings)
16110         (allout-inhibit-auto-fill-on-headline)
16111         (allout-flattened-numbering-abbreviation):
16112         * allout-widgets.el (allout-widgets-auto-activation)
16113         (allout-widgets-icons-dark-subdir)
16114         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
16115         (allout-widgets-theme-dark-background)
16116         (allout-widgets-theme-light-background)
16117         (allout-widgets-item-image-properties-emacs)
16118         (allout-widgets-item-image-properties-xemacs)
16119         (allout-widgets-run-unit-tests-on-load)
16120         (allout-widgets-time-decoration-activity)
16121         (allout-widgets-hook-error-post-time)
16122         (allout-widgets-track-decoration):
16123         Add missing :version tags to new defcustoms and defgroups.
16125         * progmodes/sql.el (sql-ansi-statement-starters)
16126         (sql-oracle-statement-starters): Add custom type.
16128         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
16129         (prolog-system-version): Give it a type.
16131 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
16133         * term/pc-win.el (x-select-text, x-selection-owner-p)
16134         (x-own-selection-internal, x-disown-selection-internal)
16135         (x-get-selection-internal): Sync doc strings and argument lists
16136         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
16138 2012-02-11  Leo Liu  <sdl.web@gmail.com>
16140         * progmodes/python.el (python-end-of-statement): Fix infinite
16141         loop.  (Bug#10788)
16143 2012-02-10  Glenn Morris  <rgm@gnu.org>
16145         * international/mule-cmds.el (unify-8859-on-encoding-mode)
16146         (unify-8859-on-decoding-mode): Properly mark as obsolete.
16148 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
16150         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
16151         about SMTP before checking the From header.
16153         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
16154         into own function for reuse by emacsbug.el.
16156 2012-02-10  Leo Liu  <sdl.web@gmail.com>
16158         * subr.el (condition-case-unless-debug): Rename from
16159         condition-case-no-debug.  All callers changed.
16160         (with-demoted-errors): Fix caller.
16162         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
16163         * nxml/rng-valid.el (rng-do-some-validation):
16164         * emacs-lisp/package.el (package-refresh-contents)
16165         (package-menu-execute):
16166         * desktop.el (desktop-create-buffer):
16167         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
16169 2012-02-10  Glenn Morris  <rgm@gnu.org>
16171         * textmodes/bibtex.el:
16172         Add missing :version tags for new/changed defcustoms.
16174         * files.el (remote-file-name-inhibit-cache): Doc fixes.
16176 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
16178         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
16179         (smtpmail-via-smtp): Use it, or fall back on the From address.
16180         (smtpmail-send-it): Ditto.
16182 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16184         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
16185         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
16186         (byte-compile-tmp-var): New const.
16187         (byte-compile-defvar): Use it to minimize .elc size.
16188         Just use `defvar' rather than simulate it (bug#10761).
16190 2012-02-09  Glenn Morris  <rgm@gnu.org>
16192         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
16194         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
16195         Add :version tags.
16197         * progmodes/compile.el (compilation-error-screen-columns)
16198         (compilation-first-column, compilation-filter-start): Doc fixes.
16200         * vc/log-view.el (log-view-toggle-entry-display):
16201         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
16203         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
16204         (report-emacs-bug-can-use-xdg-email):
16205         (report-emacs-bug-insert-to-mailer): Doc fixes.
16206         (report-emacs-bug): Message fix.
16208         * net/browse-url.el (browse-url-can-use-xdg-open)
16209         (browse-url-xdg-open): Doc fixes.
16211         * electric.el (electric-indent-mode, electric-pair-mode)
16212         (electric-layout-rules, electric-layout-mode): Doc fixes.
16213         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
16215 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
16217         * server.el (server-unselect-display): Don't inadvertently kill
16218         the current buffer.  (Bug#10729)
16220 2012-02-08  Glenn Morris  <rgm@gnu.org>
16222         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
16223         (sql-list-table): Doc fixes.
16225         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
16226         Comment out (does nothing).
16228         * completion.el (dynamic-completion-mode):
16229         * dirtrack.el (dirtrack-debug-mode):
16230         * electric.el (electric-layout-mode):
16231         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
16232         * face-remap.el (text-scale-mode, buffer-face-mode):
16233         * iimage.el (iimage-mode):
16234         * image-mode.el (image-transform-mode):
16235         * minibuffer.el (completion-in-region-mode):
16236         * scroll-lock.el (scroll-lock-mode):
16237         * simple.el (next-error-follow-minor-mode):
16238         * tar-mode.el (tar-subfile-mode):
16239         * tooltip.el (tooltip-mode):
16240         * vcursor.el (vcursor-use-vcursor-map):
16241         * wid-browse.el (widget-minor-mode):
16242         * emulation/tpu-edt.el (tpu-edt-mode):
16243         * emulation/tpu-extras.el (tpu-cursor-free-mode):
16244         * international/iso-ascii.el (iso-ascii-mode):
16245         * language/thai-util.el (thai-word-mode):
16246         * mail/supercite.el (sc-minor-mode):
16247         * net/goto-addr.el (goto-address-mode):
16248         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
16249         * progmodes/cwarn.el (cwarn-mode):
16250         * progmodes/flymake.el (flymake-mode):
16251         * progmodes/glasses.el (glasses-mode):
16252         * progmodes/hideshow.el (hs-minor-mode):
16253         * progmodes/pascal.el (pascal-outline-mode):
16254         * textmodes/enriched.el (enriched-mode):
16255         * vc/smerge-mode.el (smerge-mode):
16256         Doc fixes (minor mode argument).
16258 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
16260         * ls-lisp.el (ls-lisp-sanitize): New function.
16261         (ls-lisp-insert-directory): Use it to fix or remove any elements
16262         in file-alist with missing attributes.  (Bug#4673)
16264 2012-02-07  Alan Mackenzie  <acm@muc.de>
16266         Fix spurious recognition of c-in-knr-argdecl.
16268         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
16269         putative K&R region.
16271 2012-02-07  Alan Mackenzie  <acm@muc.de>
16273         * progmodes/cc-engine.el (c-forward-objc-directive):
16274         Prevent looping in "#pragma mark @implementation".
16276 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
16278         * notifications.el (notifications-on-closed-signal): Make `reason'
16279         optional.  (Bug#10744)
16281 2012-02-07  Glenn Morris  <rgm@gnu.org>
16283         * emacs-lisp/easy-mmode.el (define-minor-mode):
16284         Doc fixes for the macro and the mode it defines.
16286         * image.el (imagemagick-types-inhibit): Doc fix.
16288         * cus-start.el (imagemagick-render-type): Add it.
16290 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
16292         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16293         Set the default at load time, too, so that `font-lock-fontify-buffer'
16294         can be called without setting up the entire mode first.  This fixes
16295         a bug in `mm-inline-text' with C MIME parts.
16297 2012-02-06  Chong Yidong  <cyd@gnu.org>
16299         * simple.el (list-processes--refresh): Delete exited processes
16300         (Bug#8094).
16302         * comint.el (comint-next-prompt): next-single-char-property-change
16303         and prev-single-char-property-change never return nil (Bug#8657).
16305         * custom.el (defcustom): Doc fix (Bug#9711).
16307 2012-02-05  Chong Yidong  <cyd@gnu.org>
16309         * cus-edit.el (custom-variable-reset-backup): Quote the value
16310         before storing it in the customized-value property (Bug#6712).
16311         (custom-display): Add a customization type tag.
16312         (custom-buffer-create-internal): Improve tooltip message.
16314         * wid-edit.el (widget-field-value-get): New optional arg to
16315         suppress trailing whitespace truncation.
16316         (character): Use it (Bug#2689).
16318 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
16320         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16321         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16323 2012-02-05  Chong Yidong  <cyd@gnu.org>
16325         * cus-edit.el (custom-variable-value-create): For mismatched
16326         types, show the current value (Bug#7600).
16328         * custom.el (defcustom): Doc fix.
16330 2012-02-05  Glenn Morris  <rgm@gnu.org>
16332         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16334 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
16336         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16337         (pp-buffer): Use `ignore-errors', `looking-at-p'.
16338         (pp-last-sexp): Use `looking-at-p'.
16340 2012-02-04  Glenn Morris  <rgm@gnu.org>
16342         * files.el (revert-buffer):
16343         Doc fix (mention revert-buffer-in-progress-p).
16345         * emacs-lisp/ert-x.el (ert-simulate-command):
16346         Check deferred-action-list (which is obsolete) is bound.
16348         * subr.el (with-wrapper-hook): Doc fixes.
16350         * simple.el (filter-buffer-substring-functions)
16351         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
16353 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
16355         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16356         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
16358 2012-02-04  Leo Liu  <sdl.web@gmail.com>
16360         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16362 2012-02-04  Glenn Morris  <rgm@gnu.org>
16364         * image.el (image-extension-data): Add obsolete alias.
16366         * isearch.el (isearch-update): Doc fix.
16368         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16370         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16372 2012-02-03  Glenn Morris  <rgm@gnu.org>
16374         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
16375         (image-animate-timeout): Doc fix.
16377         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16379 2012-02-02  Glenn Morris  <rgm@gnu.org>
16381         * server.el (server-auth-dir): Doc fix.
16382         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
16384         * subr.el (run-mode-hooks): Doc fix.
16386 2012-02-02  Juri Linkov  <juri@jurta.org>
16388         * image-mode.el (image-toggle-display-image): Remove tautological
16389         `major-mode' from the `derived-mode-p' test.
16391 2012-02-02  Kenichi Handa  <handa@m17n.org>
16393         * composite.el (compose-region): Cancel previous change.
16395 2012-02-02  Kenichi Handa  <handa@m17n.org>
16397         * composite.el (compose-region, compose-string): Signal error for
16398         a null string component (Bug#6988).
16400 2012-02-01  Chong Yidong  <cyd@gnu.org>
16402         * view.el (view-buffer-other-window, view-buffer-other-frame):
16403         Handle special modes like view-buffer (Bug#10650).
16404         (view-buffer): Simplify.
16406         * frame.el (set-frame-font): Tweak meaning of third argument.
16408         * dynamic-setting.el (font-setting-change-default-font):
16409         Use set-frame-font (Bug#9982).
16411 2012-02-01  Glenn Morris  <rgm@gnu.org>
16413         * progmodes/compile.el (compilation-internal-error-properties):
16414         Respect compilation-first-column in the "*compilation*" buffer.
16416         * emacs-lisp/easy-mmode.el (define-minor-mode):
16417         Relax :variable's test for a named function.
16419 2012-01-31  Alan Mackenzie  <acm@muc.de>
16421         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16422         off by one error.
16424 2012-01-31  Chong Yidong  <cyd@gnu.org>
16426         * frame.el (set-frame-font): New arg ALL-FRAMES.
16428         * menu-bar.el (menu-set-font): Use set-frame-font.
16430         * faces.el (face-spec-reset-face): Don't apply unspecified
16431         attribute values to the default face.
16433 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
16435         * progmodes/cwarn.el (cwarn): Remove dead link.
16436         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16437         Remove * from defcustom docstrings.
16438         (turn-on-cwarn-mode): Make obsolete.
16439         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16440         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16442 2012-01-31  Glenn Morris  <rgm@gnu.org>
16444         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16445         Fix :variable handling of mode a symbol not equal to modefun.
16446         Allow named functions to be used as the cdr of :variable.
16448 2012-01-30  Glenn Morris  <rgm@gnu.org>
16450         * emacs-lisp/authors.el (authors-fixed-entries):
16451         Remove reference to deleted file rnewspost.el.
16453 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
16455         * window.el (window-with-parameter): Remove unused variable `windows'.
16456         (window--side-check): Remove unused variable `code'.
16457         (window--resize-siblings): Remove unused variable `first'.
16458         (adjust-window-trailing-edge): Remove unused variable `failed'.
16459         (window-deletable-p, window--delete): Remove unused variable `buffer'.
16460         Use `let', not `let*'.
16461         (balance-windows-2): Remove unused variable `found'.
16462         (window--state-put-2): Remove unused variable `splits'.
16463         (window-state-put): Remove unused variable `selected'.
16464         (same-window-p): Use `string-match-p'.
16465         (display-buffer-assq-regexp): Remove unused variable `value'.
16466         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16467         Mark argument ALIST as ignored.
16468         (pop-to-buffer): Remove unused variable `old-window'.
16470 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
16472         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16473         and .lzma compressed files.
16475 2012-01-29  Chong Yidong  <cyd@gnu.org>
16477         * frame.el (window-system-default-frame-alist): Doc fix.
16479         * dynamic-setting.el (font-setting-change-default-font): Don't
16480         change the default face if SET-FONT argument is non-nil (Bug#9982).
16482 2012-01-29  Samuel Bronson  <naesten@gmail.com>
16484         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16486 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
16488         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16489         breakpoints in files outside current directory (Bug#6098).
16491 2012-01-29  Chong Yidong  <cyd@gnu.org>
16493         * progmodes/python.el: Require ansi-color at top-level.
16495         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16496         Define and use in Emacs Lisp mode (Bug#9360).
16497         (lisp-mode-abbrev-table): Add doc.
16498         (lisp-mode-variables): Don't set local-abbrev-table.
16499         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16501 2012-01-28  Roland Winkler  <winkler@gnu.org>
16503         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16505 2012-01-28  Roland Winkler  <winkler@gnu.org>
16507         * textmodes/bibtex.el (bibtex-entry-alist): New function.
16508         (bibtex-set-dialect): Use it.  Either set global values of
16509         dialect-dependent variables or bind these variables buffer-locally
16510         (Bug#10254).
16511         (bibtex-mode): Call bibtex-set-dialect via
16512         hack-local-variables-hook.
16513         (bibtex-dialect): Update docstring.
16514         Add safe-local-variable predicate.
16515         (bibtex-entry-alist, bibtex-field-alist): Initialize via
16516         bibtex-set-dialect.
16517         (bibtex-mode-map): Define menu for each dialect.
16518         (bibtex-entry): Fix docstring.
16520 2012-01-28  Chong Yidong  <cyd@gnu.org>
16522         * eshell/esh-arg.el (eshell-quote-argument): New function.
16524         * eshell/esh-ext.el (eshell-invoke-batch-file):
16525         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16526         first arg to eshell-parse-command (Bug#10523).
16528 2012-01-28  Drew Adams  <drew.adams@oracle.com>
16530         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16531         `default-directory' is non-nil.
16533 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
16535         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16536         line that displays system-configuration-options.  (Bug#9924)
16538 2012-01-28  Drew Adams  <drew.adams@oracle.com>
16540         * descr-text.el (describe-char): Show information about POS, in
16541         addition to information about the character at POS.  Improve and
16542         update the doc string.  Change "code point" to "code point in
16543         charset", to avoid confusion with the character's Unicode code
16544         point shown above that.  (Bug#10129)
16546 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
16548         * descr-text.el (describe-char): Show the raw character, not only
16549         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
16550         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16551         for the reasons.
16553 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
16555         * emacs-lisp/package.el (package-install):
16556         Run package-refresh-contents if there is no archive yet (Bug#9798).
16558 2012-01-28  Chong Yidong  <cyd@gnu.org>
16560         * emacs-lisp/package.el (package-maybe-load-descriptor):
16561         New function, split from package-maybe-load-descriptor.
16562         (package-maybe-load-descriptor): Use it.
16563         (package-download-transaction): Fully load required packages
16564         inside the loop, so that `require' calls work (Bug#10593).
16565         (package-install): No need to call package-initialize now.
16567 2012-01-28  Chong Yidong  <cyd@gnu.org>
16569         * simple.el (deactivate-mark): Doc fix (Bug#8614).
16571         * tooltip.el (tooltip-mode): Doc fix.
16572         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16574         * frame.el (set-cursor-color): Doc fix (Bug#352).
16576         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16577         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16579         * cus-edit.el (custom-buffer-create-internal): Fix search button
16580         action (Bug#10542).
16581         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16583 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
16585         * dired.el (dired-mark-files-regexp):
16586         Include any subdirectory components.  (Bug#10445)
16588 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
16590         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16591         Handle [host]:port syntax.  (Bug#10533)
16593 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
16595         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16597 2012-01-26  Glenn Morris  <rgm@gnu.org>
16599         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16600         * term.el (term-raw-escape-map): Use Control-X-prefix.
16601         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
16603 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
16605         * window.el (window-state-get, window--state-get-1): Don't deal
16606         with fixed-sizeness of windows.  Simplify code.
16608 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
16610         * window.el (window--state-get-1, window--state-put-2):
16611         Don't save and restore the mark.
16613 2012-01-25  Chong Yidong  <cyd@gnu.org>
16615         * custom.el (custom-variable-p): Doc fix.
16617 2012-01-25  Glenn Morris  <rgm@gnu.org>
16619         * dired.el (dired-goto-file): Handle some of the more common
16620         characters that `ls -b' escapes.  (Bug#10596)
16622         * progmodes/compile.el (compilation-next-error-function):
16623         Respect compilation-first-column in the "*compilation*" buffer.
16624         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
16626         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
16628 2012-01-24  Glenn Morris  <rgm@gnu.org>
16630         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
16632 2012-01-24  Julien Danjou  <julien@danjou.info>
16634         * color.el (color-rgb-to-hsl): Fix value computing.
16635         (color-hue-to-rgb): New function.
16636         (color-hsl-to-rgb): New function.
16637         (color-clamp, color-saturate-hsl, color-saturate-name)
16638         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16639         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16641 2012-01-24  Glenn Morris  <rgm@gnu.org>
16643         * vc/vc-rcs.el (vc-rcs-create-tag):
16644         * vc/vc-sccs.el (vc-sccs-create-tag):
16645         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
16647 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
16649         * eshell/esh-util.el (eshell-read-hosts-file):
16650         Skip comment lines.  (Bug#10549)
16652         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
16654 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
16656         * subr.el (display-delayed-warnings): Doc fix.
16657         (collapse-delayed-warnings): New function to collapse identical
16658         adjacent warnings.
16659         (delayed-warnings-hook): Add it.
16661 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
16663         * net/tramp.el (tramp-action-login): Set connection property "login-as".
16665         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16666         (tramp-default-user-alist): Don't add "pscp".
16667         (tramp-do-copy-or-rename-file-out-of-band): Use connection
16668         property "login-as", if set.  (Bug#10530)
16670 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
16672         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16673         "plink1" and "psftp".  (Bug#10530)
16675 2012-01-21  Kenichi Handa  <handa@m17n.org>
16677         * international/mule-cmds.el (prefer-coding-system): Show a
16678         warning message if the default value of file-name-coding-system
16679         was not changed.
16681 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
16683         * windmove.el (windmove-reference-loc):
16684         Fix windmove-reference-loc miscalculation.
16686 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
16688         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16689         default unit.
16691 2012-01-21  Glenn Morris  <rgm@gnu.org>
16693         * international/mule.el (auto-coding-alist): Add .tbz.
16695         * files.el (local-enable-local-variables): Doc fix.
16696         (inhibit-local-variables-regexps): Rename from
16697         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
16698         Doc fix.  Add some extensions from auto-coding-alist.
16699         (inhibit-local-variables-suffixes):
16700         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
16701         (inhibit-local-variables-p):
16702         New function, extracted from set-auto-mode-1.
16703         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
16704         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
16705         (hack-local-variables): Doc fix.  Make the mode-only case
16706         respect enable-local-variables and friends.
16707         Respect inhibit-local-variables-regexps for file-locals, but
16708         not for directory-locals.
16709         (set-visited-file-name):
16710         Take account of inhibit-local-variables-regexps.
16711         Whether it applies may change as the file name is changed.
16712         * jka-cmpr-hook.el (jka-compr-install):
16713         * jka-compr.el (jka-compr-uninstall):
16714         Update for inhibit-first-line-modes-suffixes name change.
16716 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
16718         * help-macro.el (make-help-screen): Temporarily restore original
16719         binding for minor-mode-map-alist (Bug#10454).
16721 2012-01-19  Julien Danjou  <julien@danjou.info>
16723         * color.el (color-name-to-rgb): Use the white color to find the max
16724         color component value and return correctly computed values.
16725         (color-name-to-rgb): Add missing float conversion for max value.
16727 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
16729         * window.el (window--state-get-1, window-state-get): Do not use
16730         special state value for window-persistent-parameters.
16731         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
16732         (window--state-put-2): Reset all window parameters to nil before
16733         assigning values of persistent parameters.
16735 2012-01-18  Alan Mackenzie  <acm@muc.de>
16737         Eliminate sluggishness and hangs in fontification of "semicolon
16738         deserts".
16740         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16741         Change value 10000 -> 3000.
16742         (c-state-safe-place): Reformulate so it doesn't stack up an
16743         infinite number of wrong entries in c-state-nonlit-pos-cache.
16744         (c-determine-limit-get-base, c-determine-limit): New functions to
16745         determine backward search limits disregarding literals.
16746         (c-find-decl-spots): Amend commenting.
16747         (c-cheap-inside-bracelist-p): New function which detects "={".
16749         * progmodes/cc-fonts.el
16750         (c-make-font-lock-BO-decl-search-function): Give a limit to a
16751         backward search.
16752         (c-font-lock-declarations): Fix an occurrence of point being
16753         undefined.  Check additionally for point being in a bracelist or
16754         near a macro invocation without a semicolon so as to avoid a
16755         fruitless time consuming search for a declarator.  Give a more
16756         precise search limit for declarators using the new
16757         c-determine-limit.
16759 2012-01-18  Glenn Morris  <rgm@gnu.org>
16761         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16762         (set-auto-mode): Doc fixes.
16764 2012-01-17  Glenn Morris  <rgm@gnu.org>
16766         * isearch.el (search-nonincremental-instead): Fix doc typo.
16768         * dired.el (dired-insert-directory): Handle newlines in directory name.
16769         (dired-build-subdir-alist): Unescape newlines in directory name.
16771 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
16773         * net/tramp.el (tramp-local-end-of-line): New defcustom.
16774         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16775         (tramp-action-terminal): Use it.  (Bug#10530)
16777 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16779         * minibuffer.el (completion--replace): Strip properties (bug#10062).
16781 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
16783         * window.el (window-state-ignored-parameters): Remove variable.
16784         (window--state-get-1): Rename argument MARKERS to IGNORE.
16785         Handle persistent window parameters.  Make copy of clone-of
16786         parameter only if requested.  (Bug#10348)
16787         (window--state-put-2): Install a window parameter only if it has
16788         a non-nil value or an existing parameter shall be overwritten.
16790 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
16792         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16794 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
16796         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16797         don't pass the (nil) value of `upnode' to string-match.
16799 2012-01-14  Chong Yidong  <cyd@gnu.org>
16801         * startup.el (command-line): Fix X resource class for cursorColor.
16802         Fix values recognized by the cursorBlink resource.
16804 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
16806         * epg.el (epg--make-temp-file): Avoid permission race condition
16807         when running on old Emacs versions (bug#10403).
16809 2012-01-14  Glenn Morris  <rgm@gnu.org>
16811         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16813 2012-01-13  Alan Mackenzie  <acm@muc.de>
16815         Fix filling for when filladapt mode is enabled.
16817         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16818         c-mask-paragraph, pass in `fill-paragraph' rather than
16819         `fill-region-as-paragraph'.  (This is a reversion of a previous
16820         change.)
16821         * progmodes/cc-mode.el (c-basic-common-init):
16822         Make fill-paragraph-handle-comment buffer local and set it to nil.
16824 2012-01-13  Glenn Morris  <rgm@gnu.org>
16826         * dired.el (dired-switches-escape-p): New function.
16827         (dired-insert-directory): Use dired-switches-escape-p.
16828         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
16830         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
16832 2012-01-12  Glenn Morris  <rgm@gnu.org>
16834         * mail/sendmail.el (mail-mode): Update paragraph-separate for
16835         changes in adaptive-fill-regexp.  (Bug#10276)
16837 2012-01-11  Alan Mackenzie  <acm@muc.de>
16839         Fix Emacs bug #10463 - put `widen's around the critical spots.
16841         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16842         widen around each invocation of c-state-pp-to-literal.  Remove an
16843         unused let variable.
16845 2012-01-11  Glenn Morris  <rgm@gnu.org>
16847         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
16848         Doc fix.
16850 2012-01-10  Chong Yidong  <cyd@gnu.org>
16852         * net/network-stream.el (network-stream-open-starttls):
16853         Avoid emitting a confusing error message when the server gives a bad
16854         response to the capability command.
16856 2012-01-10  Glenn Morris  <rgm@gnu.org>
16858         * mail/unrmail.el (unrmail): Tweak previous change.
16860 2012-01-09  Chong Yidong  <cyd@gnu.org>
16862         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16864 2012-01-08  Alan Mackenzie  <acm@muc.de>
16866         Optimize font locking in long enum definitions.
16868         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16869         arm to a cond form to handle enums.
16870         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16871         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16873 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
16875         * files.el (move-file-to-trash): Preserve default file modes on error.
16876         (Bug#10401)
16878 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16880         * faces.el (set-face-attribute): Clarify the meaning of the nil
16881         frame (bug#10294).
16883         * subr.el (with-selected-frame): Mention that the selected frame
16884         is restored (bug#9980).
16886         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16887         (bug#9759).
16889         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16890         (password-read): Don't autoload unused function.
16892 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
16894         * progmodes/which-func.el (which-func-mode): Turn into a
16895         non-interactive function and mark as obsolete (bug#10428).
16897 2012-01-06  Chong Yidong  <cyd@gnu.org>
16899         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16900         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16901         functions, along with 1 and -1.
16903 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
16905         * time.el (display-time-load-average)
16906         (display-time-default-load-average): Doc fixes.  See the thread
16907         starting at
16908         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16909         for the details.
16911 2012-01-06  Glenn Morris  <rgm@gnu.org>
16913         * mail/unrmail.el (unrmail): Give an explicit error if the input file
16914         has no messages.  (Bug#10377)
16916         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16917         than Info-edit.  (Bug#10385)
16919         * time.el (display-time-load-average, display-time-next-load-average):
16920         Doc fixes.
16922         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16923         local setting of buffer-read-only to the input buffer.  (Bug#10419)
16925         * calendar/calendar.el (calendar-mode):
16926         Locally set scroll-margin to 0.  (Bug#10379)
16928 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
16930         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
16932 2012-01-05  Glenn Morris  <rgm@gnu.org>
16934         * eshell/em-unix.el (diff-no-select): Autoload it.
16935         (eshell/diff): Use diff-no-select.  (Bug#10420)
16937 2012-01-05  Chong Yidong  <cyd@gnu.org>
16939         * shell.el (shell-dynamic-complete-functions): Revert last change.
16940         (shell-command-completion-function): New function.
16941         (shell-completion-vars): Use it to implement
16942         shell-completion-execonly (Bug#10417).
16944         * custom.el (enable-theme): Don't set custom-safe-themes.
16946         * cus-theme.el (custom-theme-merge-theme):
16947         Ignore custom-enabled-themes and custom-safe-themes.
16949 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
16951         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16952         first prompt in `sql-interacive-mode'.
16953         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16954         keywords.
16955         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16956         (sql-product-interactive): Bug fix: Set `sql-buffer' in
16957         context of original buffer.  Invoke `sql-login-hook'.
16959 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
16961         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16962         letters in cite-prefix.
16964 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16966         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16968 2012-01-03  Chong Yidong  <cyd@gnu.org>
16970         * shell.el (shell-dynamic-complete-functions):
16971         Put pcomplete-completions-at-point, so as to try
16972         comint-filename-completion first (Bug#10417).
16974 2012-01-02  Richard Stallman  <rms@gnu.org>
16976         * battery.el (battery-status-function):
16977         Detect when to use battery-yeeloong-sysfs.
16978         (battery-echo-area-format): Add string for Yeeloong.
16979         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16980         (battery-yeeloong-sysfs): New function.
16982 2012-01-02  Chong Yidong  <cyd@gnu.org>
16984         * dirtrack.el (dirtrack-list): Eliminate unused third element.
16985         (dirtrack): Merge code for handling relative filenames in prompt
16986         from shell-dir-cookie-watcher.
16987         (dirtrack-debug-message): New arg to avoid excess format calls.
16989         * shell.el (shell-dir-cookie-re): Variable deleted.
16990         (shell-dir-cookie-watcher): Function deleted.
16991         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16992         with dirtrack-mode.
16994 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
16996         * term/w32-win.el (dynamic-library-alist) <gnutls>:
16997         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16998         libgnutls-26.dll.
17000 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
17002         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
17004 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
17006         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
17007         headers of non-MIME messages, when rmail-enable-mime is non-nil.
17009 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
17011         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
17012         also for alternative shells.
17013         (tramp-open-connection-setup-interactive-shell): Check, whether
17014         the shell is a busybox.
17015         (tramp-send-command): Don't suppress multiple prompts for
17016         busyboxes, it hurts.
17018 2011-12-28  Chong Yidong  <cyd@gnu.org>
17020         * progmodes/gdb-mi.el (gdb-get-source-file-list)
17021         (gdb-get-source-file): Move mode line update to
17022         gdb-get-source-file (Bug#10087).
17024 2011-12-25  Chong Yidong  <cyd@gnu.org>
17026         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
17027         gud-gdb-marker-filter without taking it as an argument.
17028         (gud-gdb-run-command-fetch-lines): Caller changed.
17029         (gud-gdb-completion-function): New variable.
17030         (gud-gdb-completion-at-point): Use it.
17031         (gud-gdb-completions-1): Split from gud-gdb-completions.
17033         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
17034         function as separate arguments.
17035         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
17036         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
17037         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
17038         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
17039         (gdb-stopped, def-gdb-auto-update-trigger)
17040         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
17041         (gdb-get-changed-registers, gdb-get-main-selected-frame):
17042         Callers changed.
17043         (gud-gdbmi-completions): New function.
17044         (gdb): Use it for generating the completion table.
17046 2011-12-24  Alan Mackenzie  <acm@muc.de>
17048         Introduce a mechanism to widen the region used in context font
17049         locking.  Use this to protect declarations from losing their contexts.
17051         * progmodes/cc-langs.el (c-before-font-lock-functions):
17052         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
17053         (c-before-context-fontification-functions): New defvar, a list of
17054         functions to be run just before context (etc.) font locking.
17056         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
17057         New, functionality extracted from
17058         c-neutralize-syntax-in-and-mark-CPP.
17059         (c-in-after-change-fontification): New variable.
17060         (c-after-change): Set c-in-after-change-fontification.
17061         (c-set-fl-decl-start): Rejig its interface, so it can be called
17062         from both after-change and context fontifying.
17063         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
17064         New functions.
17065         (c-standard-font-lock-fontify-region-function): New variable.
17066         (c-font-lock-fontify-region): New function.
17068 2011-12-24  Juri Linkov  <juri@jurta.org>
17070         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
17071         (Bug#10348)
17073 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
17075         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
17076         existence of source file.  (Bug#10325)
17078 2011-12-23  Alan Mackenzie  <acm@muc.de>
17080         Fix unstable fontification inside templates.
17082         * progmodes/cc-langs.el (c-before-font-lock-functions):
17083         Newly created from the singular version.  The (c c++ objc) entry now
17084         additionally has c-set-fl-decl-start.  The other languages (apart
17085         from AWK) have that as a single entry.
17087         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17088         The functionality for "local" declarations has been extracted to
17089         c-set-fl-decl-start.
17091         * progmodes/cc-mode.el (c-common-init, c-after-change):
17092         Changes due to pluralisation of c-before-font-lock-functions.
17093         (c-set-fl-decl-start): New function, extracted from
17094         c-font-lock-enclosing-decls and enhanced.
17096 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
17098         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
17100 2011-12-22  Juri Linkov  <juri@jurta.org>
17102         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
17104 2011-12-22  Chong Yidong  <cyd@gnu.org>
17106         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
17108 2011-12-21  Drew Adams  <drew.adams@oracle.com>
17110         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
17112 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
17114         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
17116 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17118         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
17119         highlighting and support.  Fix up comments for capitalization.
17120         (cfengine-mode-debug): New var.
17121         (cfengine3-mode): Change the modeline indicator to "CFE3".
17122         (cfengine3-font-lock-keywords): Improve defun highlighting.
17123         (cfengine2-actions): Rename from `cfengine-actions'.
17124         (cfengine2-font-lock-keywords): Rename from
17125         `cfengine-font-lock-keywords'.
17126         (cfengine2-imenu-expression): Rename from
17127         `cfengine-imenu-expression'.
17128         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
17129         (cfengine2-beginning-of-defun): Rename from
17130         `cfengine-beginning-of-defun'.
17131         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
17132         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
17133         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
17134         modeline indicator to "CFE2".
17135         (cfengine-mode): Defalias to `cfengine-auto-mode'.
17136         (cfengine-mode-abbrevs): Mark obsolete.
17138 2011-12-21  Chong Yidong  <cyd@gnu.org>
17140         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
17141         filename argument.
17143 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
17145         * window.el (window-normalize-buffer-to-display): Remove.
17146         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
17148 2011-12-19  Chong Yidong  <cyd@gnu.org>
17150         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
17151         Don't signal an error in a predicate function; return non-nil.
17152         (vc-dir-mark-file): Move the error here.
17153         (vc-dir-mark-unmark): If acting on the region, keep going if one
17154         of the entries cannot be marked/unmarked.
17155         (vc-dir-mark-all-files): If current entry is a directory, mark
17156         only child files, as documented.
17158 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
17160         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
17161         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
17162         addition.
17164 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
17166         * term/ns-win.el (ns-get-selection-internal)
17167         (ns-store-selection-internal): Declare.
17168         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
17169         Declare as obsolete.
17170         (ns-get-pasteboard, ns-paste-secondary):
17171         Use ns-get-selection-internal.
17172         (ns-set-pasteboard, ns-copy-including-secondary):
17173         Use ns-store-selection-internal.
17175 2011-12-17  Chong Yidong  <cyd@gnu.org>
17177         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
17178         (vc-deduce-fileset): Doc fix.
17180 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
17182         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
17184 2011-12-13  Sam Steingold  <sds@gnu.org>
17186         * man.el (Man-getpage-in-background): When running under a
17187         window-system, ignore $MANWIDTH and $COLUMNS.
17189 2011-12-15  Kenichi Handa  <handa@m17n.org>
17191         * language/ethio-util.el: Change coding tag to utf-8-emacs.
17192         (setup-ethiopic-environment-internal): Comment out key-binding for
17193         ethio-toggle-punctuation.
17195 2011-12-13  Alan Mackenzie  <acm@muc.de>
17197         Add the switch statement to AWK Mode.
17199         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
17200         "default" to the keywords regexp.
17202         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
17203         expression as the rest.
17204         (c-nonlabel-token-key): Allow string literals for AWK.
17205         Refactor for the other modes.
17207         Large brace-block initialisation makes CC Mode slow: Fix.
17208         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
17209         routines.  Limit backward searching in c-font-lock-enclosing.decl.
17211         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
17212         pp-state and literal type in addition to the limits.
17213         (c-state-safe-place): New defun, extracted from c-state-literal-at.
17214         (c-state-literal-at): Use the above new defun.
17215         (c-slow-in-literal, c-fast-in-literal): Remove.
17216         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
17218         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
17219         being in a literal.  Add a limit for backward searching.
17221         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
17222         c-slow-in-literal.
17224 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17226         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
17228 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
17230         * window.el (delete-other-windows): Use correct frame in call to
17231         window-with-parameter.
17233 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
17235         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
17236         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
17237         (makefile-gmake-statements, makefile-makepp-statements):
17238         Use it and add new makepp keywords.
17239         (makefile-makepp-font-lock-keywords): Add new patterns.
17240         (makefile-match-function-end): Match new [...] and [[...]].
17242 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
17244         * ses.el (ses-call-printer-return, ses-cell-property-get)
17245         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
17246         (ses-create-cell-variable, ses-reset-header-string)
17247         (ses-cell-set-formula, ses-repair-cell-reference-all)
17248         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
17249         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
17250         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
17251         (ses-aset-with-undo, ses-load, ses-truncate-cell)
17252         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
17253         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
17254         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
17255         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
17256         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
17257         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
17258         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
17259         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
17261 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
17263         * ses.el: The overall change is to add cell renaming, that is
17264         setting fancy names for cell symbols other than name matching
17265         "\\`[A-Z]+[0-9]+\\'" regexp .
17266         (ses-create-cell-variable): New defun.
17267         (ses-relocate-formula): Relocate formulas only for cells the
17268         symbols of which are not renamed, i.e. symbols whose names do not
17269         match regexp "\\`[A-Z]+[0-9]+\\'".
17270         (ses-relocate-all): Relocate values only for cells the symbols of
17271         which are not renamed.
17272         (ses-load): Create cells variables as the (ses-cell ...) are read,
17273         in order to check row col consistency with cell symbol name only
17274         for cells that are not renamed.
17275         (ses-replace-name-in-formula): New defun.
17276         (ses-rename-cell): New defun.
17278 2011-12-11  Chong Yidong  <cyd@gnu.org>
17280         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17281         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17283 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
17285         * window.el (other-window): Fix docstring.
17287 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
17289         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17290         `from' or `to' address before taking its substring.
17291         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17292         encoded name is chopped in the middle of the encoded string, and
17293         thus displayed encoded.
17295 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
17297         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17299 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
17301         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
17302         to use texinfo-update-node and commands that call it if the
17303         Texinfo file uses @node lines without next/prev/up pointers.
17304         Correct outdated description about texinfo-master-menu.
17305         (texinfo-all-menus-update, texinfo-master-menu)
17306         (texinfo-update-node, texinfo-every-node-update)
17307         (texinfo-multiple-files-update): Doc fix.  Warn against updating
17308         all the @node lines.
17309         (texinfo-master-menu): Only call texinfo-update-node if the prefix
17310         argument is numeric.  Explain better in the doc string what the
17311         function really does.
17312         (texinfo-insert-master-menu-list): Improve the error message
17313         displayed if there's no menu in the Top node.
17314         (Bug#2975)  See also this thread:
17315         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17317 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
17319         * speedbar.el (speedbar-supported-extension-expressions):
17320         Add .adb and .ads, commonly used for Ada source code (bug#10256).
17322 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
17324         * printing.el (pr-mode-alist):
17325         * simple.el (filter-buffer-substring-functions)
17326         (completion-list-insert-choice-function):
17327         * window.el (window-with-parameter, window-atom-root)
17328         (window-sides-slots, window-size-fixed, window-min-delta)
17329         (window-max-delta, window--resize-mini-window)
17330         (window--resize-child-windows-normal, window-tree)
17331         (delete-other-windows, quit-window, split-window)
17332         (display-buffer-record-window, special-display-buffer-names)
17333         (special-display-regexps, special-display-popup-frame)
17334         (same-window-p, split-window-sensibly)
17335         (display-buffer-overriding-action, display-buffer-alist)
17336         (display-buffer-base-action, display-buffer, switch-to-buffer)
17337         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17338         (fit-window-to-buffer, recenter-positions)
17339         (mouse-autoselect-window-state, mouse-autoselect-window-select):
17340         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17341         and remove unneeded backslashes in docstrings.
17343 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17345         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
17347         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
17348         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
17349         end in ".mk".
17350         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
17351         when reading the makefile (bug#10116).
17353 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17355         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17356         (bug#10116).
17358 2011-12-06  Glenn Morris  <rgm@gnu.org>
17360         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17362 2011-12-06  Chong Yidong  <cyd@gnu.org>
17364         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17366 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
17368         * textmodes/table.el (table-shorten-cell): Fix typo.
17370 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
17372         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17374 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
17376         * descr-text.el (describe-char): Fix display of strong
17377         right-to-left characters and directional embeddings and overrides.
17379         * simple.el (what-cursor-position): Fix display of codepoints of
17380         strong right-to-left characters.
17382 2011-12-05  Chong Yidong  <cyd@gnu.org>
17384         * faces.el (read-color): Doc fix.
17386 2011-12-05  Glenn Morris  <rgm@gnu.org>
17388         * align.el (align--set-marker): Add doc-string.
17389         Don't try to move something that is not a marker.  (Bug#10216)
17391 2011-12-04  Glenn Morris  <rgm@gnu.org>
17393         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17394         overly zealous deletion of trailing whitespace.
17396 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
17398         * server.el (server-delete-client): On Windows, do not try to delete
17399         the only terminal.
17400         (server-process-filter): On Windows, treat requests for a tty frame as
17401         if they were for a GUI frame if the running server is in GUI mode.
17403 2011-12-03  Glenn Morris  <rgm@gnu.org>
17405         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
17407 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17409         * electric.el: Streamline electric-indent's hook.
17410         (electric-indent-chars): Revert to simple list.
17411         (electric-indent-functions): New var.
17412         (electric-indent-post-self-insert-function): Use it.
17414         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17415         there's no inferior buffer (bug#10196).
17416         (prolog-consult-compile): Don't use toggle-read-only.
17418 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
17420         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17421         interrupt.  (Bug#10187)
17423 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17425         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17426         (bug#9160).
17428         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17429         (bug#10191).
17431 2011-12-02  Juri Linkov  <juri@jurta.org>
17433         * info.el (Info-search): Display "end of manual" when Isearch
17434         reaches the end of single-file Info manual.  (Bug#9918)
17436 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
17438         * isearch.el (isearch-message-prefix): Run the input method part
17439         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
17441 2011-12-02  Juri Linkov  <juri@jurta.org>
17443         * isearch.el (isearch-occur): Use `word-search-regexp' for
17444         `isearch-word'.
17445         (isearch-search-and-update): Add condition for `isearch-word' and
17446         call `word-search-regexp'.  (Bug#10145)
17448 2011-12-01  Glenn Morris  <rgm@gnu.org>
17450         * eshell/em-hist.el (eshell-hist-initialize):
17451         Handle eshell-history-size nil and HISTSIZE set or unset.
17452         (eshell-history-file-name, eshell-history-size): Fix custom type.
17454 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17456         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17458 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
17460         * progmodes/verilog-mode.el (verilog-pretty-expr):
17461         Rework verilog-pretty-expr to handle new assignment operators in system
17462         verilog, such as += *= and the like.
17463         (verilog-assignment-operator-re): Regular expression to find the
17464         assigment operator in a verilog assignment.
17465         (verilog-assignment-operation-re): Regular expression to find an
17466         assignment statement for pretty-expr.
17467         (verilog-in-attribute-p): Query returns true if point is in an
17468         attribute context; used to skip these for expression line up from
17469         pretty-expr.
17470         (verilog-in-parameter-p): Query returns true if point is in an
17471         parameter definition context; used to skip these for expression
17472         line up from pretty-expr.
17473         (verilog-in-parenthesis-p): Query returns true if point is in a
17474         parenthetical expression, specifically ( ) but not [ ] or { };
17475         used by pretty-expr.
17476         (verilog-just-one-space): If there is no space, don't add one.
17477         (verilog-get-lineup-indent-2): Specifically skip just attribute
17478         contexts for expression lineup, rather than skipping all
17479         parenthetical expressions.
17480         (verilog-calculate-indent): Fix comment, and fix indent.
17481         (verilog-do-indent): Indent declarations in lists (suggested by
17482         Joachim Lechner).
17483         (verilog-mode-abbrev-table): Populate abbrev mode with the various
17484         skeleton items.
17485         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17486         by Alain Mellan).
17488 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
17490         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17491         parameters with embedded comments.  Reported by Ray Stevens.
17492         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17493         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17494         Reported by Tim Holt.
17495         (verilog-auto): Fix AUTOing a upper module then AUTOing module
17496         instantiated by upper module causing wrong expansion until AUTOed a
17497         second time.  Reported by K C Buckenmaier.
17498         (verilog-diff-auto): Fix showing .* as a difference when
17499         `verilog-auto-star-save' off.  Reported by Dan Dever.
17500         (verilog-auto-reset, verilog-read-always-signals)
17501         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17502         temporary signals in reset list if
17503         verilog-auto-reset-blocking-in-non is nil, and match assignment
17504         style to each signal's assignment type, bug381.
17505         Reported by Thomas Esposito.
17506         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17507         (verilog-uvm-statement-re): Support UVM indentation and
17508         highlighting, with old OVM keywords only.
17509         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17510         Support AUTOTIEOFF creating non-wire data types.
17511         Suggested by Jonathan Greenlaw.
17512         (verilog-auto-insert-lisp, verilog-delete-to-paren)
17513         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17514         (verilog-inject-sense, verilog-read-inst-pins)
17515         (verilog-read-sub-decls, verilog-read-sub-decls-line):
17516         Fix mismatching parenthesis inside commented out code when deleting
17517         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
17518         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17519         non-numeric vector width.  Reported by Alex Reed.
17520         (verilog-auto-ascii-enum): Add "onehot" option to work around not
17521         detecting signals with parameter widths.  Reported by Alex Reed.
17522         (verilog-auto-delete-trailing-whitespace):
17523         With `verilog-auto-delete-trailing-whitespace' remove trailing
17524         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
17525         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17526         Fix verilog-scan-cache corruption when running user AUTO expansion
17527         hooks that call indentation routines.
17528         (verilog-simplify-range-expression): Fix typo ignoring lower case
17529         identifiers.
17530         (verilog-delete-auto): Fix delete-autos to also remove user created
17531         automatics, as long as they start with AUTO.
17532         (verilog-batch-diff-auto, verilog-diff-auto)
17533         (verilog-diff-function): Add `verilog-diff-auto' and bind to
17534         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
17535         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17536         (verilog-in-paren-quick, verilog-re-search-backward-quick)
17537         (verilog-re-search-forward-quick, verilog-syntax-ppss):
17538         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17539         is disabled and its cache will get corrupt, causing AUTOS not to
17540         expand.  Instead use only -quick functions.
17541         (verilog-scan-region): Fix scanning over escaped quotes.
17542         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17543         (verilog-re-search-backward-quick)
17544         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17545         related functions now ignore strings, to fix misparsing of strings
17546         with magic comments embedded in them.
17547         (verilog-read-auto-template):
17548         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17549         Reported by Brad Dobbie.
17550         (verilog-read-auto-template):
17551         Fix 'verilog-auto-inst-template-numbers' with comments.
17552         Reported by Brad Dobbie.
17553         (verilog-auto-inst, verilog-auto-inst-param)
17554         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17555         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
17556         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17557         debugging templates without merge conflicts, bug357.
17558         Reported by Brad Dobbie.
17559         (verilog-read-auto-template):
17560         Fix verilog-auto-inst-template-numbers with multiple templates.
17561         Reported by Brad Dobbie.
17562         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17563         abbrevs so user won't be asked to save.
17564         (verilog-read-auto-lisp-present): Fix to start at beginning of
17565         buffer in case called outside of verilog-auto.
17566         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17567         to "X-2".  Reported by Matthew Myers.
17568         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17569         all inputs from module templates.  Reported by Leith Johnson.
17570         (verilog-module-inside-filename-p): Fix locating programs as with
17571         modules.
17572         (verilog-auto-inst-port): Fix vl-width expressions when using
17573         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
17574         (verilog-decls-get-regs, verilog-decls-get-signals,
17575         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17576         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17577         verilog-read-decls): Combine reg and wire structures into one var
17578         structure to represent SystemVerilog concepts.
17579         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17580         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17581         (verilog-auto-wire-type, verilog-insert-definition):
17582         Add verilog-auto-wire-type and AUTOLOGIC to support using
17583         SystemVerilog "logic" keyword instead of "wire"/"reg".
17584         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17585         to declares outputs that also have assignments (presumably in an
17586         ifdef or generate if so there's not a driver conflict).
17587         Reported by Matthew Myers.
17588         (verilog-auto-declare-nettype, verilog-insert-definition):
17589         Add verilog-auto-declare-nettype to fix declarations using
17590         `default_nettype none.  Reported by Julian Gorfajn.
17591         (verilog-read-always-signals-recurse, verilog-read-decls)
17592         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17593         malformed end statement, bug325.  Reported by Joshua Wise and
17594         Andrew Drake.
17595         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17596         (verilog-inst-comment-re): Fix not deleting Interfaced comment
17597         when expanding .* in interfaces, bug320.
17598         Reported by Pierre-David Pfister.
17599         (verilog-read-module-name): Fix import statements between module
17600         name and open parenthesis, bug317.
17601         Reported by Pierre-David Pfister.
17602         (verilog-simplify-range-expression): Fix simplification of
17603         multiplications inside AUTOWIRE connections, bug303.
17604         (verilog-auto-inst-port): Support parameter expansion in
17605         multidimensional arrays.
17606         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17607         after "assert property".  Reported by Julian Gorfajn.
17608         (verilog-simplify-range-expression): Fix "couldn't merge" errors
17609         with multiplication, bug303.
17610         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17611         Reported by Jan Frode Lonnum.
17613 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
17615         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17616         (hfy-shell-file-name, hfy-shell):
17617         * international/fontset.el (x-decompose-font-name): Fix typos.
17619 2011-11-29  Ken Brown  <kbrown@cornell.edu>
17621         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17622         (gdb-version): Remove defvar.
17623         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17624         (gdb-gud-context-command, gdb-non-stop-handler)
17625         (gdb-current-context-command, gdb-stopped): Use it.
17626         (gdb-init-1): Enable pretty printing here.
17627         (gdb-non-stop-handler): Don't enable pretty-printing here.
17628         Check to see if the target supports non-stop mode; if not, turn off
17629         non-stop mode.  Use the following.
17630         (gdb-check-target-async): New defun.
17631         (gud-watch, gdb-stopped): Fix whitespace.
17632         (gdb-get-source-file): Don't try to display the source file if
17633         `gdb-main-file' is nil.
17635 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17637         * align.el: Try to generate fewer markers (bug#10047).
17638         (align--set-marker): New macro.
17639         (align-region): Use it.
17641 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17643         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17645 2011-11-29  Chong Yidong  <cyd@gnu.org>
17647         * indent.el (indent-for-tab-command, indent-according-to-mode):
17648         Doc fix.
17649         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
17651 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
17653         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17654         aware of remote file names.  (Bug#10124)
17656 2011-11-29  Chong Yidong  <cyd@gnu.org>
17658         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17660 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17662         * files.el (find-file): Don't use force-same-window (bug#10144).
17663         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17664         use pop-to-buffer if the selected window can't be used.
17665         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17667 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
17669         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17670         special-mode-map.
17672 2011-11-28  Chong Yidong  <cyd@gnu.org>
17674         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17676 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
17678         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17679           gdb-get-source-file-list on gdb-create-source-file-list.
17681 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
17683         * whitespace.el (whitespace-newline): Use a different foreground
17684         color for 16-color light-background displays.
17686 2011-11-24  Chong Yidong  <cyd@gnu.org>
17688         * window.el (display-buffer--special-action): Doc fix.
17690 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
17692         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17693         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17694         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17695         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17696         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17697         (avl-tree-stack-first):
17698         * emacs-lisp/cconv.el (cconv--analyse-use):
17699         * net/gnutls.el (gnutls-negotiate): Fix typos.
17701 2011-11-24  Glenn Morris  <rgm@gnu.org>
17703         * lpr.el (lpr-windows-system, lpr-lp-system):
17704         * mail/binhex.el (binhex-begin-line):
17705         * progmodes/grep.el (grep-history, grep-find-history):
17706         * textmodes/flyspell.el:
17707         * vc/pcvs-defs.el (cvs-global-menu):
17708         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17709         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17710         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17712         * net/tls.el: Fix case of "GnuTLS".
17714         * paths.el (rmail-file-name): Format doc-string for make-docfile.
17716         * version.el (emacs-build-system): Give it a doc-string.
17718 2011-11-24  Juri Linkov  <juri@jurta.org>
17720         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17722 2011-11-24  Glenn Morris  <rgm@gnu.org>
17724         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17725         if called on a non-mime message just toggle the headers.  (Bug#8006)
17727 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
17729         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17730         (allout-lead-with-comment-string, allout-structure-deleted-hook)
17731         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17732         (allout-rebullet-heading, allout-open-sibtopic)
17733         (allout-toggle-current-subtree-encryption)
17734         (allout-toggle-subtree-encryption, allout-encrypt-string)
17735         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17736         (allout-distinctive-bullets-string, allout-auto-activation):
17737         * window.el (window-normalize-buffer-to-display):
17738         * progmodes/verilog-mode.el (verilog-batch-indent):
17739         * textmodes/bibtex.el (bibtex-field-braces-opt)
17740         (bibtex-field-strings-opt):
17741         * vc/cvs-status.el (cvs-tree-merge):
17742         Fix typos.
17744 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
17746         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17747         `non-essential' to t, in order to avoid remote connections.
17749 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
17751         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17752         On MS-DOS and MS-Windows, compare with loaddefs.el
17753         case-insensitively.
17755 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17757         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
17759 2011-11-23  Glenn Morris  <rgm@gnu.org>
17761         * paths.el (rmail-file-name): Reformat the doc-string so that it
17762         is picked up.
17764         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17765         (rmail-auto-file): Ignore case in the "special" field names,
17766         as mail-fetch-field does for all others.
17768         * mail/rmail.el (rmail-forward):
17769         * mail/rmailkwd.el (rmail-set-label):
17770         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17771         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
17773         * mail/rmail.el (rmail-current-message): Doc fix.
17775         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
17777 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17779         * server.el (server-eval-and-print): Allow C-g (bug#6585).
17781 2011-11-22  Glenn Morris  <rgm@gnu.org>
17783         * mail/rmailmm.el (test-rmail-mime-handler)
17784         (test-rmail-mime-bulk-handler)
17785         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17787 2011-11-21  Juri Linkov  <juri@jurta.org>
17789         * calc/calc.el (calc-read-key-sequence):
17790         Let-bind `input-method-function' to nil.  (Bug#10018)
17792 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17794         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17795         Tell the caller that the next line needs recomputation, even
17796         though it doesn't start a sexp (bug#10094).
17798 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17800         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17802 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17804         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17805         Use force-same-window.
17807 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17809         * descr-text.el (describe-char-unicode-data):
17810         * json.el (json-string-escape):
17811         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17812         (Footnote-unicode, Footnote-style-p):
17813         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17815 2011-11-20  Chong Yidong  <cyd@gnu.org>
17817         * window.el (replace-buffer-in-windows): Restore interactive spec.
17819 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17821         * electric.el (electric-indent-mode): Fix last change (too optimistic).
17823         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17824         (byte-compile-global-not-obsolete-vars): New var.
17825         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17826         Use it.
17827         (byte-compile-warn-obsolete): Align text with the one in *Help*.
17829 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17831         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17832         * progmodes/pascal.el (electric-pascal-equal):
17833         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17834         * xml.el (xml-substitute-special): Fix typos.
17836 2011-11-20  Glenn Morris  <rgm@gnu.org>
17838         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17839         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17840         Doc fixes.
17841         (rmail-decode-mime-charset): Mark as obsolete.
17843         * mail/rmailsum.el (rmail-message-regexp-p-1):
17844         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17845         Before using mime functions, check they are set.  (Bug#10077)
17847 2011-11-19  Juri Linkov  <juri@jurta.org>
17849         * info.el (Info-finder-find-node): Use `package--builtins' instead
17850         of `package-alist'.  Use node names formed by the pattern "Keyword "
17851         and the keyword name.
17853 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17855         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17857 2011-11-19  Juri Linkov  <juri@jurta.org>
17859         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17860         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
17861         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17862         `old-history', `old-history-forward'.  Add let-binding
17863         `window-selected'.  Remove calls to `kill-buffer',
17864         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
17865         before calling `Info-find-node', so `Info-find-node-2' will reread
17866         the Info file.  Restore window positions only when `window-selected'
17867         is non-nil.
17869 2011-11-19  Juri Linkov  <juri@jurta.org>
17871         * isearch.el (isearch-lazy-highlight-new-loop):
17872         Remove condition `(not isearch-error)'.  (Bug#9918)
17874         * misearch.el (multi-isearch-search-fun): Add condition
17875         `(not bound)' to ignore lazy-highlighting search.
17876         Add the search-failed message "end of multi" when the end of
17877         multi-sequence is reached.  Uncapitalize the search-failed
17878         message "Repeat for next buffer".
17880         * info.el (Info-search): Add the search-failed message
17881         "end of the manual" when the end of the manual is reached
17882         in Isearch mode.
17884 2011-11-19  Juri Linkov  <juri@jurta.org>
17886         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17887         Use non-destructive `remove' instead of `delete' because
17888         `Info-history-list' stored to `Info-isearch-initial-history-list' in
17889         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17891 2011-11-19  Juri Linkov  <juri@jurta.org>
17893         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17894         to nil instead of binding `search-ring' and `regexp-search-ring'.
17895         (Bug#9185)
17897 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17899         * simple.el (line-move): Force movement by logical lines for any
17900         hscrolled window, not only when auto-hscroll-mode is on.
17901         (line-move-visual): Update doc string to that effect.  (Bug#10076)
17903 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17905         * language/european.el (macintosh): Define as alias for mac-roman.
17907 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17909         * mail/rmailmm.el (rmail-mime-display-header)
17910         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17911         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17912         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17913         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17914         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17915         of a raw aref.
17916         (rmail-mime-entity-segment): To get past the tagline, move forward
17917         2 more lines, to account for the 2 empty lines that precede and
17918         follow the line with the buttons.
17919         (rmail-mime-update-tagline): Move one more line, to get past the
17920         empty line that follows the buttons in the tagline.  (Bug#9520)
17922 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
17924         * window.el (window-max-delta-1, window-min-delta-1)
17925         (window-min-size-1, window-state-get-1, window-state-put-1)
17926         (window-state-put-2): Use "window--" prefix.
17928 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17930         * emacs-lisp/smie.el: Improve warnings and conflict detection.
17931         (smie-warning-count): New var.
17932         (smie-set-prec2tab): Use it.
17933         (smie-bnf->prec2): Improve warnings.  Add docstring.
17934         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17935         (smie-bnf--set-class): New function.
17936         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
17937         corner case.
17939         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17940         (compilation-error-properties, compilation-move-to-column):
17941         Handle compilation-first-column while in the target buffer.
17943         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17944         Don't hardcode point-min==1.
17946         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17947         (eshell-rewrite-for-command): Remove workaround.
17948         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17949         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17950         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17952         * files-x.el (modify-file-local-variable): Obey commenting conventions.
17954 2011-11-17  Glenn Morris  <rgm@gnu.org>
17956         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17957         Ignore buffer-local generated-autoload-file if it is the same
17958         as the global value.  (Bug#10049)
17960 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
17962         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17963         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17964         (reftex-toc-previous-heading, reftex-toc-max-level)
17965         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17966         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17967         (reftex-toc-do-promote, reftex-toc-promote-prepare)
17968         (reftex-toc-promote-action, reftex-toc-extract-section-number)
17969         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17970         (reftex-toc-rename-label, reftex-toc-visit-location)
17971         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17972         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17973         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17974         leaving "*toc*" only for references to the buffer.
17976 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
17978         * window.el (window-resize, delete-window, split-window):
17979         Replace window-splits by window-combination-resize.
17980         * cus-start.el (window-splits): Replace by window-combination-resize.
17982 2011-11-17  Glenn Morris  <rgm@gnu.org>
17984         * progmodes/sh-script.el (sh-font-lock-keywords-var):
17985         Make bash entry derive from sh entry, not shell entry.
17987 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
17989         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17990         local file name.
17992 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17994         * menu-bar.el (menu-bar-file-menu):
17995         * printing.el (pr-ps-utility):
17996         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17997         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17998         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17999         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
18000         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
18001         (icalendar--convert-cyclic-to-ical)
18002         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
18003         (icalendar--convert-ical-to-diary)
18004         (icalendar--convert-recurring-to-diary)
18005         (icalendar--convert-non-recurring-all-day-to-diary)
18006         (icalendar-import-format-sample):
18007         * progmodes/idlw-shell.el (idlwave-shell-mode):
18008         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
18009         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
18010         (vhdl-ps-print-init): Fix typos.
18012 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
18014         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
18015         FSF and collapse date sequence, obscure author/maintainer email address
18016         better, remove extra version line, track relocation of author's webpage.
18018         * progmodes/python.el (python-pdbtrack-input-prompt)
18019         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
18020         regular python pdb prompts.  Adjustments shamelessly taken exactly as
18021         suggested in EmacsWiki page (tiny change):
18022         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
18024 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
18026         * expand.el (expand-pos, expand-index, expand-point):
18027         Remove redundant info from docstring.
18028         (expand-add-abbrevs): Doc fix.
18029         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
18030         (expand-sample-perl-mode-expand-list): Fix typos.
18032         * net/dbus.el (dbus-event-member-name):
18033         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
18034         * term/pc-win.el (msdos-create-frame-with-faces):
18035         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
18037 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
18039         * window.el (split-window, window-state-get-1)
18040         (window-state-put-1, window-state-put-2): Rename occurrences of
18041         window-nest to window-combination-limit.
18042         * cus-start.el (window-nest): Rename to window-combination-limit.
18044 2011-11-16  Chong Yidong  <cyd@gnu.org>
18046         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
18047         regexp (Bug#10033).
18049 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18051         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
18052         `completing-read' will remove *Completions* and will preserve
18053         current-buffer for us.
18054         (tmm-add-prompt): Users of *Completions* will always (re)set its
18055         major mode.
18056         (tmm-old-comp-map): Remove.
18058 2011-11-16  Glenn Morris  <rgm@gnu.org>
18060         * mail/rmailedit.el: Require rmailmm when compiling.
18061         (rmail-old-mime-state): New declaration.
18062         (rmail-edit-current-message): If editing a mime message,
18063         edit the "raw" message from the mbox buffer.
18064         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
18066 2011-11-15  Glenn Morris  <rgm@gnu.org>
18068         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
18069         which wasn't being used.  Add optional arg to force given state.
18070         (rmail-mime): Add optional arg to force given state.
18072 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
18074         * allout.el (allout-encryption-plaintext-sanitization-regexps):
18075         * frame.el (display-mm-dimensions-alist):
18076         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
18077         (outline-move-subtree-down):
18078         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
18079         (newsticker--treeview-do-get-node):
18080         * net/quickurl.el (quickurl-list-buffer-name):
18081         * progmodes/dcl-mode.el (dcl-mode):
18082         * progmodes/gdb-mi.el (gdb-mapcar*):
18083         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
18085 2011-11-15  Glenn Morris  <rgm@gnu.org>
18087         * mail/rmail.el (rmail-file-coding-system): It's only ever used
18088         in a boolean sense, so just make it a boolean, and fix the doc.
18089         (rmail-show-mime-function, rmail-mime-feature)
18090         (rmail-require-mime-maybe): Doc fixes.
18091         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
18093         * mail/rmailmm.el (rmail-show-mime): Doc fix.
18095 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
18097         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
18098         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
18099         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
18100         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
18102 2011-11-15  Glenn Morris  <rgm@gnu.org>
18104         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
18105         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
18106         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
18107         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
18108         (rmail-mime, rmail-show-mime): Doc fixes.
18110         * term/ns-win.el (mode-line-frame-identification):
18111         Leave it alone.  (Bug#10051)
18113         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
18115         * mail/rmailout.el (rmail-output-to-rmail-buffer):
18116         Handle empty buffers.  (Bug#9978)
18118 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
18120         * international/mule.el (define-charset):
18121         * mail/rmailmm.el (rmail-mime-find-header-encoding):
18122         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
18123         * progmodes/verilog-mode.el (verilog-backward-token):
18124         * textmodes/ispell.el (lookup-words):
18125         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
18127 2011-11-14  Glenn Morris  <rgm@gnu.org>
18129         * progmodes/executable.el
18130         (executable-make-buffer-file-executable-if-script-p):
18131         Handle file-modes returning nil.
18133         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
18134         message - not necessary, and causes problems.  (Bug#9831)
18136         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
18138         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
18140         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
18141         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
18142         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
18144 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
18146         * window.el (window-resize, delete-window): Use window-splits
18147         variable instead of function.
18148         (window-state-get-1, window-state-put-2, window-state-put):
18149         Don't deal with windows' splits status.
18151 2011-11-12  Glenn Morris  <rgm@gnu.org>
18153         * apropos.el (apropos-do-all, apropos-library, apropos-value)
18154         (apropos-documentation): Doc fixes.
18156 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
18158         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
18159         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
18161 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18163         * electric.el (electric-indent-post-self-insert-function): Make it
18164         possible for a char to only indent in some circumstances.
18165         (electric-indent-mode): Simplify.
18167 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
18169         * window.el (windows-with-parameter): Remove unused function.
18170         (windows-at-side): Rename to window-at-side-list.
18171         (window-check, window-atom-check, window-atom-check-1)
18172         (window-side-check, window-size-ignore, window-size-fixed-1)
18173         (window-in-direction-2): Prefix with "window--".
18174         (window-tree-1): Rename to window--subtree, fix doc-string.
18176 2011-11-11  Glenn Morris  <rgm@gnu.org>
18178         * subr.el (eval-after-load): If FILE is already loaded,
18179         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
18181 2011-11-10  Glenn Morris  <rgm@gnu.org>
18183         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
18184         Call svn via vc-svn-command rather than vc-do-command.
18185         (vc-svn-command): Add --non-interactive.  (Bug#9993)
18186         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
18188         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18189         Add toggle-read-only.  (Bug#7292)
18190         * files.el (toggle-read-only): Mention that it should only
18191         be used interactively.  (Bug#10006)
18193 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18195         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18196         Adjust regexp for OCaml warnings.
18198         * electric.el (electric-pair-post-self-insert-function): Let user
18199         turn it off buffer-locally (bug#9932).
18201         * progmodes/python.el (python-beginning-of-statement):
18202         Rewrite (bug#2703).
18204         * progmodes/compile.el: Better handle TABs (bug#9749).
18205         (compilation-internal-error-properties)
18206         (compilation-next-error-function): Obey the target buffer's
18207         compilation-error-screen-columns.
18209 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
18211         * progmodes/meta-mode.el: Remove obsolete comments.
18212         (meta-right-comment-regexp, meta-ignore-comment-regexp):
18213         Fix typos in docstrings.
18215 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
18217         * window.el (window-size-fixed-p): Rewrite doc-string.
18218         (window-resizable-p): Rename to window--resizable-p.  Update callers.
18219         (window--resizable): New function.  Make all callers of
18220         window-resizable call window--resizable instead.
18221         (window-resizable): Rewrite in terms of window--resizable.
18223 2011-11-08  Glenn Morris  <rgm@gnu.org>
18225         * progmodes/delphi.el (delphi-mode-syntax-table):
18226         Let define-derived-mode define a proper syntax table.  (Bug#9994)
18228 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18230         * window.el: Stay away from defsubst.
18231         (window-list-no-nils): Remove.
18232         (window-state-get-1, window-state-get): Use backquote instead.
18234 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18236         * emacs-lisp/find-func.el (find-function-read):
18237         Fix incorrect use of default argument in `completing-read'.
18239 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
18241         * window.el (display-buffer-function, special-display-function):
18242         Mention display-buffer-record-window but do not mention
18243         help-setup parameter in doc-strings.
18244         (window-min-delta): Fix doc-string typo.
18246 2011-11-08  Chong Yidong  <cyd@gnu.org>
18248         * window.el (window-total-height, window-total-width): Doc fix.
18249         (window-body-size): Move from C.
18250         (window-body-height, window-body-width): Move to C.
18252 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18254         * window.el: Make special-display like display-buffer-alist (bug#9532).
18255         (display-buffer--special-action): New function, morphed
18256         from display-buffer--special.
18257         (display-buffer): Use it to handle special-display-buffers at higher
18258         priority (just after display-buffer-alist).
18259         (display-buffer-fallback-action, display-buffer--other-frame-action)
18260         (pop-to-buffer-same-window): Remove display-buffer--special.
18262 2011-11-07  Glenn Morris  <rgm@gnu.org>
18264         * calendar/cal-menu.el (cal-menu-set-date-title):
18265         Do nothing if not in a calendar.  (Bug#9976)
18267 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18269         * files.el (find-file): Always use selected-window.
18271 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
18273         * window.el (window-combinations): Make WINDOW argument
18274         mandatory.  Rewrite doc-string.
18275         (walk-window-subtree, window-atom-check, window-min-delta)
18276         (window-max-delta, window--resize-this-window)
18277         (window--resize-root-window-vertically, window-tree)
18278         (balance-windows, window-state-put): Rewrite doc-strings as to
18279         not mention the term "subwindow".
18280         (window--resize-subwindows-skip-p): Rename to
18281         window--resize-child-windows-skip-p.
18282         (window--resize-subwindows-normal): Rename to
18283         window--resize-child-windows-normal.
18284         (window--resize-subwindows): Rename to
18285         window--resize-child-windows.
18286         (window-or-subwindow-p): Rename to window--in-subtree-p.
18288 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18290         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18291         Ensure that mbox format messages end in two newlines (Bug#9974).
18293 2011-11-06  Chong Yidong  <cyd@gnu.org>
18295         * window.el (window-combination-p): Function deleted; its
18296         side-effect is not used in any existing code.
18297         (window-combinations, window-combined-p): Call window-*-child
18298         directly.
18300 2011-11-05  Chong Yidong  <cyd@gnu.org>
18302         * window.el (window-valid-p): Rename from window-any-p.
18303         (window-size-ignore, window-state-get): Callers changed.
18304         (window-normalize-window): Rename from window-normalize-any-window.
18305         New arg LIVE-ONLY, replacing window-normalize-live-window.
18306         (window-normalize-live-window): Delete.
18307         (window-combination-p, window-combined-p, window-combinations)
18308         (walk-window-subtree, window-atom-root, window-min-size)
18309         (window-sizable, window-sizable-p, window-size-fixed-p)
18310         (window-min-delta, window-max-delta, window-resizable)
18311         (window-resizable-p, window-full-height-p, window-full-width-p)
18312         (window-current-scroll-bars, window-point-1, set-window-point-1)
18313         (window-at-side-p, window-in-direction, window-resize)
18314         (adjust-window-trailing-edge, maximize-window, minimize-window)
18315         (window-deletable-p, delete-window, delete-other-windows)
18316         (record-window-buffer, unrecord-window-buffer)
18317         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18318         (quit-window, split-window, window-state-put)
18319         (set-window-text-height, fit-window-to-buffer)
18320         (shrink-window-if-larger-than-buffer): Callers changed.
18322 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
18324         * mail/rmail.el (rmail-simplified-subject): Decode subject with
18325         rfc2047-decode-string.
18326         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18327         warnings.
18329         * window.el (window-body-height, window-body-width): Mention in
18330         the doc string that the return values are in frame's canonical
18331         units.  (Bug#9949)
18333 2011-11-03  Alan Mackenzie  <acm@muc.de>
18335         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18336         change in cc-engine.el.
18338 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18340         * window.el (switch-to-buffer): Use `force-same-window' interactively.
18342 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
18344         * window.el (quit-window): Call unrecord-window-buffer after
18345         showing another buffer in the window.  (Bug#9937)
18346         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
18348 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
18350         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
18351         Accept status with more than 9 shelves.  (Bug#9935)
18352         Reported by Colin D Bennett <colin@gibibit.com>.
18354 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
18356         * help.el (with-help-window): Don't reference
18357         temp-buffer-show-specifiers in doc-string.
18359 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
18361         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18362         menu-item.
18364 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18366         * whitespace.el: New version 13.2.2.
18367         (whitespace-newline-mode): Disable properly.  Reported by Sarah
18368         <EmacsWiki>.
18370 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
18372         * net/newst-treeview.el: Remove "Time-stamp".
18373         (newsticker--group-manage-orphan-feeds): Do not call
18374         newsticker--treeview-tree-update.
18375         (newsticker-treeview-update, newsticker-treeview):
18376         Call newsticker--treeview-tree-update if necessary.
18378 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
18380         * window.el (window-iso-combination-p, window-iso-combined-p)
18381         (window-iso-combinations): Remove "iso-" infix.
18382         Suggested by Chong Yidong.
18383         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18384         (window-max-delta-1, window-resize, window--resize-siblings)
18385         (window--resize-this-window, adjust-window-trailing-edge)
18386         (split-window, balance-windows-1)
18387         (shrink-window-if-larger-than-buffer):
18388         * calendar/calendar.el (calendar-generate-window):
18389         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18391 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18393         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18394         in place (bug#9907).
18395         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18396         (eshell-rewrite-if-command, eshell-rewrite-for-command)
18397         (eshell-structure-basic-command, eshell-rewrite-while-command)
18398         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18399         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18400         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18401         (eshell-do-pipelines-synchronously, eshell-eval-command):
18402         Use backquotes and prefer setq to set.
18403         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18404         (eshell-macrop): Use functionp.
18405         (eshell-do-eval): Handle multiple expressions in `while' body.
18407 2011-10-30  Chong Yidong  <cyd@gnu.org>
18409         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18410         instead of set-mark (Bug#9810).
18412 2011-10-30  Chong Yidong  <cyd@gnu.org>
18414         * window.el (split-window-below, split-window-right): Rename from
18415         split-window-above-each-other and split-window-side-by-side
18416         respectively.  All callers changed.
18417         (split-window-sensibly, split-window-sensibly): Use them.
18418         (split-window-keep-point): Doc fix.
18420         * isearch.el: Add isearch-scroll property to split-window-below
18421         and split-window-right.
18423         * follow.el (follow-mode):
18424         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18425         * progmodes/ada-xref.el (ada-gdb-application):
18426         * emulation/vip.el (vip-buffer-in-two-windows):
18427         * image-dired.el (image-dired-dired-with-window-configuration):
18428         * dired-x.el (dired-do-find-marked-files):
18429         * dired.el (dired-pop-to-buffer):
18430         * bs.el (bs--show-with-configuration):
18431         * vc/emerge.el (emerge-setup-windows):
18432         * textmodes/two-column.el (2C-two-columns):
18433         * textmodes/reftex-toc.el (reftex-toc):
18434         * progmodes/gdb-mi.el (gdb-setup-windows):
18435         * progmodes/fortran.el (fortran-window-create):
18436         * net/newst-treeview.el (newsticker--treeview-window-init):
18437         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18438         * emulation/tpu-edt.el (tpu-gold-map):
18439         * emulation/crisp.el (crisp-mode-map):
18440         * calendar/calendar.el (calendar-basic-setup): Callers changed.
18442 2011-10-29  Chong Yidong  <cyd@gnu.org>
18444         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18446         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18448         * textmodes/flyspell.el (flyspell-word): Fix char offset for
18449         forged Ispell output (Bug#7904).
18451         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18453 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18455         * doc-view.el: Avoid ugly errors about not finding nil.
18456         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18457         (doc-view-dvipdf-program, doc-view-unoconv-program)
18458         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18459         Avoid nil or absolute file name as default value.
18460         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18462 2011-10-28  Alan Mackenzie  <acm@muc.de>
18464         * progmodes/cc-defs.el (c-version): -> 5.32.2.
18466 2011-10-28  Alan Mackenzie  <acm@muc.de>
18468         Amend the handling of c-beginning/end-of-defun in nested declaration
18469         scopes.
18471         * progmodes/cc-vars.el (c-defun-tactic): Move here from
18472         cc-langs.el.  Change it to a defcustom.
18474         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18475         cc-vars.el.
18477         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18478         Prevent "class foo : bar" being spuriously recognized as a label.
18480         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18481         Add parameter `inclusive' (to include enclosing braces in the region).
18482         (c-widen-to-enclosing-decl-scope): New function.
18483         (c-while-widening-to-decl-block): New macro.
18484         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18485         outward for defun boundaries, and correspondingly change symbol
18486         `respect-enclosure' to `go-outward'.
18487         (c-declaration-limits): Change algorithm to report only the "innermost"
18488         defun's boundaries.
18490 2011-10-28  Deniz Dogan  <deniz@dogan.se>
18492         * net/rcirc.el (rcirc-mode): Use hard newlines.
18494 2011-10-28  Alan Mackenzie  <acm@muc.de>
18496         Amend to indent and fontify macros "which include their own semicolon"
18497         correctly, using the "virtual semicolon" mechanism.
18499         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18501         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18502         Recode to scan one line at a time rather than having \n and \r
18503         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18504         (c-forward-label): Amend for virtual semicolons.
18505         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18507         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18508         of the new C macros.
18510         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18511         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18512         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18513         (c-opt-cpp-macro-define): Make into a full language variable.
18514         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18515         AWK Mode (including \n, \r) removed, no longer needed.
18517         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18518         Invoke c-make-macro-with-semi-re.
18520         * progmodes/cc-vars.el (c-macro-with-semi-re):
18521         (c-macro-names-with-semicolon): New variables.
18522         (c-make-macro-with-semi-re): New function.
18524 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18526         * vc/log-edit.el: Fill empty field rather than adding new one.
18527         (log-edit-add-field): New function.
18528         (log-edit-insert-changelog): Use it.
18530 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18532         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18534 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18536         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18537         (gdb--check-interpreter): New function.
18538         (gdb): Use it.
18540 2011-10-27  Glenn Morris  <rgm@gnu.org>
18542         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18543         (least-positive-float, least-negative-float)
18544         (least-positive-normalized-float, least-negative-normalized-float)
18545         (float-epsilon, float-negative-epsilon):
18546         Remove unnecessary declarations.
18548         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18549         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18550         (least-positive-float, least-negative-float)
18551         (least-positive-normalized-float, least-negative-normalized-float)
18552         (float-epsilon, float-negative-epsilon): Add doc-strings,
18553         based on those in cl.texi.
18555         * files.el (set-visited-file-name): If the major-mode changed,
18556         reload the local variables.  (Bug#9796)
18558 2011-10-27  Chong Yidong  <cyd@gnu.org>
18560         * subr.el (change-major-mode-after-body-hook): New hook.
18561         (run-mode-hooks): Run it.
18563         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18564         Use change-major-mode-before-body-hook.
18566         * simple.el (fundamental-mode):
18567         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18568         change introducing fundamental-mode-hook.
18570 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
18572         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18574 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
18576         * ido.el (ido-file-name-all-completions-1): Do not require
18577         tramp.el explicitly.  (Bug#7583)
18579 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18581         * progmodes/octave-mod.el:
18582         * progmodes/octave-inf.el: Update maintainer.
18584 2011-10-26  Chong Yidong  <cyd@gnu.org>
18586         * subr.el (with-wrapper-hook): Rewrite doc.
18588 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
18590         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18591         filenames "/method:foo:".  (Bug#9793)
18593 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18595         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18596         (bug#9865).
18598 2011-10-24  Glenn Morris  <rgm@gnu.org>
18600         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
18602 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
18604         * notifications.el: Add the requirement of a running D-Bus session
18605         bus to the Commentary.
18607 2011-10-24  Juri Linkov  <juri@jurta.org>
18609         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18610         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18611         (Bug#9364)
18613 2011-10-24  Juri Linkov  <juri@jurta.org>
18615         * info.el (Info-following-node-name-re): Add newline to the list
18616         of allowed characters for leading space.  (Bug#9824)
18618 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18620         * progmodes/octave-inf.el (inferior-octave-mode-map):
18621         Fix C-c C-h binding.
18622         * progmodes/octave-mod.el (octave-help): Remove.
18624 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
18626         Sync with Tramp 2.2.3.
18628         * net/tramp-cache.el (top): Pacify byte-compiler using
18629         `init-file-user' and `site-run-file'.
18631         * net/trampver.el: Update release number.
18633 2011-10-23  Chong Yidong  <cyd@gnu.org>
18635         * files.el (toggle-read-only): Remove obsolete comment about
18636         version control.
18638         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18639         for toggle-read-only.  Note that this hasn't called vc-next-action
18640         since 2008-05-02, though it wasn't documented at the time.
18642         * vc/ediff-init.el (ediff-toggle-read-only-function):
18643         Use toggle-read-only.
18645 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
18647         Fix bug #9560, sporadic wrong indentation; improve instrumentation
18648         of c-parse-state.
18650         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18651         correct faulty logical expression.
18652         (c-parse-state-state, c-record-parse-state-state):
18653         (c-replay-parse-state-state): New defvar/defuns.
18654         (c-debug-parse-state): Use new functions.
18656 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
18658         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18659         last fix.  Use window-in-direction correctly.
18661 2011-10-21  Chong Yidong  <cyd@gnu.org>
18663         * progmodes/idlwave.el (idlwave-mode):
18664         * progmodes/vera-mode.el (vera-mode): No need to set
18665         require-final-newline; that's done in prog-mode.
18666         Suggested by Stefan Monnier.
18668 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
18670         * mouse.el (mouse-drag-window-above)
18671         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18672         (mouse-drag-mode-line-1, mouse-drag-header-line)
18673         (mouse-drag-vertical-line-rightward-window): Remove.
18674         (mouse-drag-line): New function.
18675         (mouse-drag-mode-line, mouse-drag-header-line)
18676         (mouse-drag-vertical-line): Call mouse-drag-line.
18677         * window.el (window-at-side-p, windows-at-side): New functions.
18679 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
18681         * tar-mode.el (tar-grind-file-mode):
18682         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
18684 2011-10-21  Chong Yidong  <cyd@gnu.org>
18686         * progmodes/idlwave.el (idlwave-mode):
18687         * progmodes/vera-mode.el (vera-mode):
18688         Use mode-require-final-newline.
18690 2011-10-20  Glenn Morris  <rgm@gnu.org>
18692         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
18694 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
18696         * emulation/cua-base.el (cua-set-mark): Fix case of string.
18698 2011-10-20  Chong Yidong  <cyd@gnu.org>
18700         * emulation/cua-base.el (cua-mode):
18701         * mail/footnote.el (footnote-mode):
18702         * mail/mailabbrev.el (mail-abbrevs-mode):
18703         * net/xesam.el (xesam-minor-mode):
18704         * progmodes/bug-reference.el (bug-reference-mode):
18705         * progmodes/cap-words.el (capitalized-words-mode):
18706         * progmodes/compile.el (compilation-minor-mode)
18707         (compilation-shell-minor-mode):
18708         * progmodes/gud.el (gud-tooltip-mode):
18709         * progmodes/hideif.el (hide-ifdef-mode):
18710         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18711         * progmodes/subword.el (subword-mode):
18712         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18713         * progmodes/which-func.el (which-function-mode):
18714         * term/tvi970.el (tvi970-set-keypad-mode):
18715         * term/vt100.el (vt100-wide-mode):
18716         * textmodes/flyspell.el (flyspell-mode):
18717         * textmodes/ispell.el (ispell-minor-mode):
18718         * textmodes/nroff-mode.el (nroff-electric-mode):
18719         * textmodes/paragraphs.el (use-hard-newlines):
18720         * textmodes/refill.el (refill-mode):
18721         * textmodes/reftex.el (reftex-mode):
18722         * textmodes/rst.el (rst-minor-mode):
18723         * textmodes/sgml-mode.el (html-autoview-mode)
18724         (sgml-electric-tag-pair-mode):
18725         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18726         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18727         * emulation/crisp.el (crisp-mode):
18728         * emacs-lisp/eldoc.el (eldoc-mode):
18729         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18730         minor mode behavior.
18732 2011-10-19  Juri Linkov  <juri@jurta.org>
18734         * descr-text.el (describe-char): Add #x2010 and #x2011 to
18735         the list of hard-coded chars with escape-glyph face.
18737 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18739         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18741 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
18743         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18744         running process.
18746 2011-10-19  Glenn Morris  <rgm@gnu.org>
18748         * vc/vc-bzr.el (vc-bzr-after-dir-status):
18749         Ignore ignored files.  (Bug#9726)
18751 2011-10-19  Chong Yidong  <cyd@gnu.org>
18753         Doc fix for minor modes, stating that an omitted argument enables
18754         the mode unconditionally when called from Lisp.
18756         * abbrev.el (abbrev-mode):
18757         * allout.el (allout-mode):
18758         * autoinsert.el (auto-insert-mode):
18759         * autoarg.el (autoarg-mode, autoarg-kp-mode):
18760         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18761         (global-auto-revert-mode):
18762         * battery.el (display-battery-mode):
18763         * composite.el (global-auto-composition-mode)
18764         (auto-composition-mode):
18765         * delsel.el (delete-selection-mode):
18766         * desktop.el (desktop-save-mode):
18767         * dired-x.el (dired-omit-mode):
18768         * dirtrack.el (dirtrack-mode):
18769         * doc-view.el (doc-view-minor-mode):
18770         * double.el (double-mode):
18771         * electric.el (electric-indent-mode, electric-pair-mode):
18772         * emacs-lock.el (emacs-lock-mode):
18773         * epa-hook.el (auto-encryption-mode):
18774         * follow.el (follow-mode):
18775         * font-core.el (font-lock-mode):
18776         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18777         * help.el (temp-buffer-resize-mode):
18778         * hilit-chg.el (highlight-changes-mode)
18779         (highlight-changes-visible-mode):
18780         * hi-lock.el (hi-lock-mode):
18781         * hl-line.el (hl-line-mode, global-hl-line-mode):
18782         * icomplete.el (icomplete-mode):
18783         * ido.el (ido-everywhere):
18784         * image-file.el (auto-image-file-mode):
18785         * image-mode.el (image-minor-mode):
18786         * iswitchb.el (iswitchb-mode):
18787         * jka-cmpr-hook.el (auto-compression-mode):
18788         * linum.el (linum-mode):
18789         * longlines.el (longlines-mode):
18790         * master.el (master-mode):
18791         * mb-depth.el (minibuffer-depth-indicate-mode):
18792         * menu-bar.el (menu-bar-mode):
18793         * minibuf-eldef.el (minibuffer-electric-default-mode):
18794         * mouse-sel.el (mouse-sel-mode):
18795         * msb.el (msb-mode):
18796         * mwheel.el (mouse-wheel-mode):
18797         * outline.el (outline-minor-mode):
18798         * paren.el (show-paren-mode):
18799         * recentf.el (recentf-mode):
18800         * reveal.el (reveal-mode, global-reveal-mode):
18801         * rfn-eshadow.el (file-name-shadow-mode):
18802         * ruler-mode.el (ruler-mode):
18803         * savehist.el (savehist-mode):
18804         * scroll-all.el (scroll-all-mode):
18805         * scroll-bar.el (scroll-bar-mode):
18806         * server.el (server-mode):
18807         * shell.el (shell-dirtrack-mode):
18808         * simple.el (auto-fill-mode, transient-mark-mode)
18809         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18810         (line-number-mode, column-number-mode, size-indication-mode)
18811         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18812         * strokes.el (strokes-mode):
18813         * time.el (display-time-mode):
18814         * t-mouse.el (gpm-mouse-mode):
18815         * tool-bar.el (tool-bar-mode):
18816         * tooltip.el (tooltip-mode):
18817         * type-break.el (type-break-mode-line-message-mode)
18818         (type-break-query-mode):
18819         * view.el (view-mode):
18820         * whitespace.el (whitespace-mode, whitespace-newline-mode)
18821         (global-whitespace-mode, global-whitespace-newline-mode):
18822         * xt-mouse.el (xterm-mouse-mode): Doc fix.
18824         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18825         Fix autogenerated docstring.
18827 2011-10-19  Juri Linkov  <juri@jurta.org>
18829         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18830         by checking environment variables "DESKTOP_SESSION" and
18831         "XDG_CURRENT_DESKTOP".  (Bug#9779)
18833 2011-10-19  Juri Linkov  <juri@jurta.org>
18835         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18836         (browse-url-chromium-program, browse-url-chromium-arguments):
18837         New defcustoms.
18838         (browse-url-default-browser): Check for `browse-url-chromium' and
18839         call `browse-url-chromium-program'.
18840         (browse-url-chromium): New command.  (Bug#9779)
18842 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
18844         * facemenu.el (list-colors-duplicates): On Windows, detect more
18845         duplicates by assuming that only colors matching "^System" are
18846         special "system colors".  (Bug#9722)
18848 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18850         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18851         to distinguish the author from the committer.
18853 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
18855         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18857 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
18859         * international/mule.el (sgml-html-meta-auto-coding-function):
18860         Add support for detecting encoding in HTML5 specified only as
18861         <meta charset="UTF-8">.  Implementation just makes http-equiv and
18862         content-type parts from HTML4 encoding string optional.  (Bug#9716)
18864 2011-10-18  Glenn Morris  <rgm@gnu.org>
18866         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
18868 2011-10-18  Chong Yidong  <cyd@gnu.org>
18870         * faces.el (cursor): Doc fix.
18872 2011-10-17  Chong Yidong  <cyd@gnu.org>
18874         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18876 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
18878         * dirtrack.el (dirtrack): Support shell buffers with path
18879         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
18881 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
18883         * json.el: Bump version to 1.3 and note change in History.
18884         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18886 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18888         * comint.el (comint-insert-input, comint-send-input)
18889         (comint-get-old-input-default, comint-backward-matching-input)
18890         (comint-next-prompt): Use nil instead of `input' for field property of
18891         past user input (bug#114).
18893         * minibuffer.el (completion--replace): Inherit surrounding properties
18894         (bug#114).
18895         (minibuffer-complete-and-exit): Use it.
18897         * comint.el (comint--table-subvert): Quote the all-completions output
18898         (bug#9160).
18900 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
18902         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18904         * menu-bar.el (menu-bar-file-menu): Add entry for making new
18905         window on right of selected.  (Bug#9350) Reword other window
18906         entries and separate them from frame entries.
18908 2011-10-15  Glenn Morris  <rgm@gnu.org>
18910         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18911         Doc fixes.
18913 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
18915         * net/network-stream.el (network-stream-open-starttls):
18916         Improve detection of failure due to lack of TLS support.
18918         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18919         putting the input text in front and in bold.
18921 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18923         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18925         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18926         empty buffer.
18928         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18929         unread-command-events rather than pushing yet-another event.
18931 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
18933         * mail/sendmail.el (sendmail-query-once): Improve the wording of
18934         the explanation of the possible choices.  Make the options passed
18935         to completing-read shorter.
18937 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
18939         * textmodes/flyspell.el (flyspell-large-region): Make sure
18940         extended character mode is used if defined (Bug#1339).
18942 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
18944         * simple.el (what-cursor-position): Fix the display of the
18945         character info for LRE, LRO, RLE, and RLO characters by appending
18946         an invisible PDF.
18948 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18950         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18951         even in case of error; add debug spec; simplify data flow.
18952         (with-timeout-handler): Remove.
18954 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
18956         Fix Bug#6019, Bug#9315.
18958         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18959         complete `buffer-file-name', the local file name part could look
18960         remotely (for example on VMS).
18962         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18963         `tramp-run-real-handler'.
18964         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18965         already quoted by '"'.
18967         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18968         Let `file-name-handler-alist' be nil, the local file name part
18969         could look remotely (for example on VMS).
18971 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18973         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18974         from here...
18975         (flyspell-post-command-hook): ...to here.
18977 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18979         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18980         if not needed.
18981         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
18982         using completion.  Protect against "slow" callers.
18983         Remove the "message hack".
18985 2011-10-11  Juri Linkov  <juri@jurta.org>
18987         * isearch.el (isearch-lazy-highlight-word): New variable.
18988         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18989         Use it.  (Bug#9727)
18991 2011-10-11  Glenn Morris  <rgm@gnu.org>
18993         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18994         like f90-previous-statement does.
18996 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18998         * eshell/eshell.el (eshell-command): History should be saved
18999         only in interactive use, to avoid error.
19001 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19003         * minibuffer.el (completion-file-name-table): Fix last change,
19004         i.e. ignore normal errors but not the other ones.
19006 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
19008         * window.el (special-display-buffer-names)
19009         (special-display-regexps): Remove some remnants of earlier
19010         changes from doc-strings.
19011         (quit-windows-on): New function.
19013         * vc/vc.el (vc-revert, vc-rollback):
19014         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
19015         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
19016         (Bug#6183) (Bug#7074) (Bug#7447)
19018 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
19020         * window.el (frame-auto-hide-function): Add version tag.
19021         (Bug#9699)
19023 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
19025         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
19026         condition.
19028 2011-10-09  Leo Liu  <sdl.web@gmail.com>
19030         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
19031         (Bug#9701)
19033 2011-10-08  Glenn Morris  <rgm@gnu.org>
19035         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
19036         before the first code statement zero indent.  (Bug#9690)
19038 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
19040         * simple.el (count-words-region): Always count in the region.
19041         Report the number of lines and characters too.
19042         (count-words): New command, which counts in the buffer if the
19043         region is inactive, as count-words-region used to.
19044         (count-words--message): New function.  Handle plurals.
19045         (count-lines-region): Make it an alias for count-words-region.
19047         * bindings.el (esc-map): Replace count-lines-region with
19048         count-words-region.
19050 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
19052         * window.el (window--delete): Delete dedicated frame
19053         unconditionally when argument KILL is non-nil.  (Bug#9699)
19054         (switch-to-buffer): Fix doc-string typo.
19056 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19058         * eshell/eshell.el (eshell-command): Avoid using hooks.
19060 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
19062         * bindings.el ([M-left],[M-right]): Bind to left-word and
19063         right-word respectively.
19065 2011-10-07  Glenn Morris  <rgm@gnu.org>
19067         * cus-start.el (debug-on-quit): Fix custom type.
19069 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19071         * subr.el (define-key-after): Clarify that the function is not
19072         useful for non-menu keymaps.
19074         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
19076 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19078         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
19079         in current minibuffer (Fix bug with recursive minibuffers).
19081 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
19083         * progmodes/gdb-mi.el (gdb): Doc fix.
19085 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
19087         * window.el (frame-auto-hide-function): New option replacing
19088         frame-auto-delete.  Suggested by Stefan Monnier.
19089         (window--delete): Call frame-auto-hide-function instead of
19090         investigating frame-auto-delete.
19091         (window-point-1, set-window-point-1): New functions.
19092         (window-in-direction, record-window-buffer, window-state-get-1)
19093         (display-buffer-record-window): Use window-point-1 instead of
19094         window-point.
19095         (set-window-buffer-start-and-point): Use set-window-point-1.
19097 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19099         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
19101 2011-10-05  Glenn Morris  <rgm@gnu.org>
19103         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
19104         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
19106 2011-10-05  Leo Liu  <sdl.web@gmail.com>
19108         * subr.el (read-char-choice): Fix argument to buffer-live-p which
19109         works with buffer object.
19111 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19113         * mpc.el (mpc-tool-bar-map): Add labels.
19115 2011-10-04  Glenn Morris  <rgm@gnu.org>
19117         * calendar/holidays.el (calendar-check-holidays): Doc fix.
19119 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
19121         * window.el (window--delete): New function.
19122         (frame-auto-delete): Resuscitate option.
19123         (bury-buffer, replace-buffer-in-windows)
19124         (quit-window): Rewrite using window--delete.
19125         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19126         Pass display-buffer-mark-dedicated to window--display-buffer-2
19127         (Bug#9639).
19129 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19131         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
19132         returns a list (bug#9554).  Add remote file name completion.
19133         * comint.el (comint--table-subvert): Curry and get quote&unquote
19134         functions as arguments.
19135         (comint--complete-file-name-data): Adjust call accordingly.
19136         * pcomplete.el (pcomplete--table-subvert): Remove.
19137         (pcomplete-completions-at-point): Use comint--table-subvert instead.
19139         * minibuffer.el (completion-table-case-fold): Use currying.
19140         (completion--styles-type, completion--cycling-threshold-type):
19141         New constants.
19142         (completion-styles, completion-category-overrides)
19143         (completion-cycle-threshold): Use them.
19144         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
19145         completion-table-case-fold.
19147 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
19149         * minibuffer.el (completion-category-overrides): Fix type of styles
19150         and add more user friendly tags (bug#9660).
19152 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19154         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
19155         (mule-input-method-string): New widget.
19156         (default-input-method, language-info-custom-alist): Use it.
19158 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19160         * pcomplete.el: Require comint.
19161         (pcomplete--common-suffix): Remove.
19162         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
19163         (pcomplete--table-subvert): Sync with comint--table-subvert.
19164         (pcomplete--entries): Use comint-completion-file-name-table.
19165         * comint.el (comint-unquote-filename): Simplify.
19166         (comint-completion-file-name-table): New function (bug#9616).
19167         (comint--complete-file-name-data): Use it.
19169         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
19170         (pcmpl-gnu-tar-buffer): Remove.
19171         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
19172         around.  Make sure pcomplete-suffix-list is only changed temporarily.
19173         Don't look inside the tar's file if it's too large.
19175 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
19177         * cus-edit.el (custom-mode-map):
19178         * epa.el (epa-key-list-mode-map):
19179         * man.el (Man-mode-map):
19180         * startup.el (splash-screen-keymap):
19181         * simple.el (special-mode-map): Use scroll-up-command and
19182         scroll-down-command.
19184         * progmodes/idlw-help.el (idlwave-help-mode-map):
19185         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
19186         * net/newst-plainview.el (newsticker-mode-map):
19187         * emulation/ws-mode.el (wordstar-mode-map):
19188         * emulation/vi.el (vi-com-map):
19189         * calc/calc-graph.el (calc-graph-show-dumb):
19190         * term/sun.el (terminal-init-sun):
19191         * term/ns-win.el (global-map):
19192         * progmodes/grep.el (grep-mode-map):
19193         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
19194         * mail/rmail.el (rmail-mode-map):
19195         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
19197         * custom.el (custom-safe-themes, load-theme): Treat value of t for
19198         custom-safe-themes as special.
19200 2011-10-01  Julien Danjou  <julien@danjou.info>
19202         * notifications.el (notifications-notify): Fix docstring.
19204 2011-10-01  Per Starbäck  <per@starback.se>
19206         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
19208 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
19210         * startup.el (command-line-1): Fix last fix by inserting
19211         initial-scratch-message into *scratch* before displaying it.
19212         (Bug#9605) and (Bug#9636)
19214 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
19216         * simple.el (line-move): If auto-hscroll-mode is disabled and the
19217         window is hscrolled, move by logical lines.  (Bug#9607)
19218         (line-move-visual): Update the doc string to the above effect.
19220 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
19222         * window.el (display-buffer-record-window): When WINDOW is the
19223         selected window use `point' instead of `window-point'.  (Bug#9626)
19225         * startup.el (command-line-1): Use insert-before-markers when
19226         inserting initial-scratch-message.  (Bug#9605)
19228         * help.el (help-window): Remove variable.
19230 2011-09-29  Glenn Morris  <rgm@gnu.org>
19232         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
19234 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
19236         * descr-text.el (describe-char-categories): Accept category
19237         descriptions more than one line long.
19239 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19241         * simple.el (delete-trailing-whitespace): Fix last change.
19243         * progmodes/perl-mode.el (perl-syntax-propertize-function):
19244         Don't confuse "y => 3" as the beginning of a `y' operation.
19246         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
19247         object has more than 4 slots (bug#9613).
19249 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
19251         * subr.el (with-output-to-temp-buffer):
19252         * net/quickurl.el (quickurl, quickurl-browse-url):
19253         Fix typos in docstrings.
19255 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
19257         * minibuffer.el (completion-styles)
19258         (completion-category-overrides): Cross reference each other in doc
19259         strings.
19261 2011-09-27  Glenn Morris  <rgm@gnu.org>
19263         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
19264         to split-string.  (Bug#9606)
19266 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19268         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
19269         (bug#9615).
19271 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
19273         * emacs-lisp/package.el (list-packages): Fix echo area message.
19275 2011-09-27  Leo Liu  <sdl.web@gmail.com>
19277         * ido.el (ido-read-internal): Accept cons cell HIST arg.
19279 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
19281         * net/dbus.el (dbus-unregister-object): Don't release services for
19282         registered signals.  (Bug#9581)
19284 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
19286         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19287         function that picks between cfengine 2 and 3 support
19288         automatically.  Update docs accordingly.
19290 2011-09-22  Kenichi Handa  <handa@m17n.org>
19292         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19293         ZERO.
19294         (indian-itrans-v5-table-for-tamil): New variable.
19295         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19297 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
19299         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19300         that's true if the current command involved collapsing of text.
19301         It's reset to false at the beginning of the next command.
19302         (allout-post-command-business): Move the cursor to the beginning
19303         of entry if the cursor is hidden and collapsing activity just
19304         happened.
19306 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
19308         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19309         tracking (Bug#9541).
19311 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
19313         * net/newst-reader.el (newsticker-html-renderer)
19314         (newsticker-show-news): Automatically load html rendering package
19315         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
19316         because w3m-fill-column is let-bound" and the error "Symbol's value
19317         as variable is void: w3m-fill-column".
19319 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
19321         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19322         Release services only if they are defined.  (Bug#9581)
19324 2011-09-23  Richard Stallman  <rms@gnu.org>
19326         * textmodes/paragraphs.el (forward-sentence): For backwards case,
19327         distinguish start of paragraph from start of its text.
19329         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19331         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19332         (rmail-generate-viewer-buffer): Put that hook on view buffer.
19333         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19335 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
19337         * international/mule-diag.el (mule-diag): Insert a newline after
19338         each fontset description.
19340 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19342         * simple.el (delete-trailing-whitespace):
19343         Document last change; simplify.
19345 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
19347         * simple.el (delete-trailing-whitespace): Also delete
19348         extra newlines at the end of the buffer.
19350         * textmodes/picture.el: Make motion commands obey shift-select-mode.
19351         (picture-newline): Use forward-line so as to ignore fields.
19353 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19355         * subr.el (with-wrapper-hook): Fix edebug spec.
19357 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19359         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19360         (bug#4538).
19362 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
19364         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19365         Fix nasty bug using wrong cached values.
19367 2011-09-23  Alan Mackenzie  <acm@muc.de>
19369         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19371 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
19373         * window.el (pop-to-buffer): Ensure right window is selected if we
19374         chose another frame.
19376 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
19378         * simple.el (what-cursor-position): Use get-char-property-change
19379         and next-single-char-property-change, to be able to show display
19380         properties that come from overlays as well as text properties.
19382 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
19384         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19386         * cmuscheme.el (run-scheme, switch-to-scheme):
19387         * cus-edit.el (customize-group, custom-buffer-create)
19388         (customize-browse):
19389         * info.el (info):
19390         * shell.el (shell):
19391         * mail/sendmail.el (mail):
19392         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19394 2011-09-22  Richard Stallman  <rms@gnu.org>
19396         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19397         move back only to line beg, don't move back over blank lines.
19399 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
19401         * files.el (copy-directory): Set directory attributes only in case
19402         they could be retrieved from the source directory.  (Bug#9565)
19404 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
19406         * progmodes/hideshow.el (hs-looking-at-block-start-p)
19407         (hs-find-block-beginning, hs-hide-level-recursive):
19408         Ignore strings as well as comments.  (Bug#9502)
19410 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
19412         * progmodes/sql.el (sql-comint-postgres):
19413         Convert port number to a string.  (Bug#9566)
19415 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
19417         * window.el (quit-window): Undedicate window when switching to
19418         previous buffer.  Reported by Thierry Volpiatto
19419         <thierry.volpiatto@gmail.com>.
19420         (special-display-popup-frame): When popping up a new frame reset
19421         its previous buffers to nil.  Simplify code.
19423 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
19425         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19426         and process filter, as done also in `shell-command'.
19428 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
19430         * window.el (set-window-buffer-start-and-point):
19431         Call set-window-start with NOFORCE argument t.
19432         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19433         (quit-window): Reword doc-string.  Handle new format of
19434         quit-restore parameter.  Don't delete window if it has a
19435         previous buffer we can show instead of the present one.
19436         (display-buffer-record-window): Rewrite using a new format for
19437         the quit-restore window parameter
19438         (special-display-popup-frame, display-buffer-same-window)
19439         (display-buffer-reuse-window, display-buffer-pop-up-frame)
19440         (display-buffer-pop-up-window, display-buffer-use-some-window):
19441         Adapt symbol passed to display-buffer-record-window.
19442         * help.el (help-window-setup): Handle new format of quit-restore
19443         parameter.
19445 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19447         * faces.el (face-list): Fix docstring (bug#9564).
19449         * window.el (display-buffer--action-function-custom-type):
19450         Don't include internal functions in the Custom interface.
19452 2011-09-20  Juri Linkov  <juri@jurta.org>
19454         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19455         (Info-forward-node, Info-backward-node, Info-next-preorder)
19456         (Info-last-preorder): Use it.  (Bug#9528)
19458 2011-09-20  Juri Linkov  <juri@jurta.org>
19460         * info.el (Info-last-preorder): Visit last menu item only when
19461         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19463 2011-09-20  Julien Danjou  <julien@danjou.info>
19465         * password-cache.el (password-cache-remove): Remove entries even if the
19466         value is nil, so that password with a nil value (negative caching) is
19467         possible to invalidate.
19469 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
19471         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19472         all whitespace around breakpoint.  (Bug#9553)
19473         (f90-find-breakpoint): Only break at whitespace inside a comment.
19475 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19477         * minibuffer.el (completion-file-name-table): Keep track of errors.
19478         (completion-table-with-predicate): Handle the case where pred1 is nil.
19479         * pcomplete.el (pcomplete-completions-at-point): Simplify.
19481 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19483         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19484         (debugger-return-value): Signal an error if the debugging context does
19485         not await any return value.
19487         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19488         * image-mode.el (image-toggle-display-text)
19489         (image-toggle-display-image): Stay away from evil `intangible'.
19491 2011-09-19  Leo Liu  <sdl.web@gmail.com>
19493         * replace.el (occur-revert-arguments): Make it permanent-local.
19494         (occur-mode): Don't call font-lock-defontify.
19496 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
19498         * net/ldap.el (ldap-search-internal): Don't push empty search
19499         result (Bug#9508).
19501 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19503         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19505 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
19507         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19508         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19510 2011-09-18  Juri Linkov  <juri@jurta.org>
19512         * buff-menu.el (Buffer-menu-mode-map):
19513         * dired.el (dired-mode-map):
19514         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19515         (lisp-interaction-mode-map):
19516         * emacs-lisp/package.el (package-menu-mode-map):
19517         * epa.el (epa-key-list-mode-map):
19518         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19519         (menu-bar-options-menu):
19520         * outline.el (outline-mode-menu-bar-map):
19521         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19522         * vc/vc-dir.el (vc-dir-menu-map):
19523         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19524         Capitalize non-function content words in menu item strings.
19526         * dired.el (dired-mode-map): Add menu item for
19527         `image-dired-dired-toggle-marked-thumbs'.
19529 2011-09-18  Juri Linkov  <juri@jurta.org>
19531         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19532         to `isearch-case-fold-search' and restore its original value
19533         after the `isearch-mode' call.
19535 2011-09-18  Juri Linkov  <juri@jurta.org>
19537         * progmodes/grep.el (grep-process-setup): Don't check code for 1
19538         because `zgrep' returns 1 for successful matches (bug#9226).
19540 2011-09-18  Juri Linkov  <juri@jurta.org>
19542         * info.el (Info-extract-menu-node-name): Check the second match
19543         for empty string (second test-case of bug#9528).
19544         (Info-last-preorder): Let-bind `Info-history' to nil to not add
19545         intermediate nodes to the history (first test-case of bug#9528).
19547 2011-09-18  Juri Linkov  <juri@jurta.org>
19549         * info.el (Info-mode-syntax-table): New variable.
19550         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19552 2011-09-18  Juri Linkov  <juri@jurta.org>
19554         * info.el (Info-file-supports-index-cookies):
19555         Increment line-beginning-position's arg from 3 to 4 because makeinfo
19556         outputs one more line for long file names (bug#4142).
19558 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
19560         * newcomment.el (comment-normalize-vars): If prompting for
19561         comment-start, set comment-start-skip too (Bug#8424).
19563 2011-09-18  Johan BockgÃ¥rd  <bojohan@gnu.org>
19565         * icomplete.el: Fix previous fix of Bug#5849.
19566         (icomplete-mode): Don't set completion-show-inline-help.
19567         (icomplete-minibuffer-setup): Set completion-show-inline-help
19568         locally during icompletion.
19570 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
19572         * woman.el (woman2-process-escapes): Don't delete unrecognized
19573         escapes (Bug#7843).
19575         * files.el (inhibit-first-line-modes-regexps): Add image files.
19576         (hack-local-variables-prop-line): Return nil for malformed
19577         prop-lines (Bug#9044).
19579 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
19581         * net/tramp.el (top): Don't require 'shell.
19582         (tramp-methods): Fix docstring.
19583         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19584         Return complete remote file name.  Handle "smb" case.
19585         Use `tramp-tmpdir', if defined for the respective method.
19586         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19588         * net/tramp-compat.el (top): Require 'shell.
19590         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19591         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19592         `tramp-current-host'.
19593         (tramp-get-remote-tmpdir): Remove.
19595         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19596         `tramp-tmpdir' entries.
19597         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19598         (tramp-smb-handle-file-attributes): Ignore errors.
19599         (tramp-smb-wait-for-output): Check also for process end.
19601 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19603         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19604         when sending QUIT (bug#9312).
19606 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
19608         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19609         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19610         occur-mode-display-occurrence.
19611         (occur-edit-mode): Add usage message.
19612         (occur-cease-edit): New command.
19613         (occur-after-change-function): Use text properties to find the
19614         position of the prefix text.
19615         (occur-engine): Set stickiness of prefix text properties.
19617 2011-09-17  Glenn Morris  <rgm@gnu.org>
19619         * progmodes/etags.el (complete-tag):
19620         Fix call to completion-in-region.  (Bug#9526)
19622 2011-09-17  Juri Linkov  <juri@jurta.org>
19624         * textmodes/ispell.el (ispell-word): Add to the error message
19625         the word, ispell program name and current dictionary (bug#9121).
19626         (ispell-tex-arg-end): Capitalize "error" in the error message.
19628 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
19630         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19631         check.  (Bug#4251)
19633 2011-09-17  Juri Linkov  <juri@jurta.org>
19635         * window.el (window-safe-min-height, window-safe-min-width):
19636         Fix typos (followup to bug#9522).
19638 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
19640         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19642 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
19644         * simple.el (line-move): If goal-column is set, move by logical
19645         lines, not by display lines.  (Bug#971)
19646         (next-line, previous-line, goal-column, line-move-visual): Doc fix
19647         to reflect the above change.
19649 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19651         * image.el (imagemagick-register-types): Use regexp-opt.
19653 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
19655         * window.el (display-buffer-base-action): Rename from
19656         display-buffer-default-action.  Make default value empty.
19657         (display-buffer-overriding-action): Convert to defvar.
19658         (display-buffer-fallback-action): New var.
19660 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
19662         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19663         declaration.
19664         (package--add-to-archive-contents): If there is a duplicate entry
19665         with an older version, remove it.
19666         (package-menu-mark-delete, package-menu-mark-install)
19667         (package-menu-mark-unmark): Make unused args optional.
19668         (package-menu-mark-obsolete-for-deletion):
19669         Use package-menu-get-status instead of a regexp search.
19670         (package-menu-get-status): Use tabulated-list-entry.
19671         (package-menu-mark-upgrades): New command.
19672         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
19673         (package-menu-execute): Do installation before deletion.
19674         (package-menu-refresh, package-menu-execute): Use derived-mode-p
19675         instead of checking major-mode.
19676         (package-menu--find-upgrades): New function.
19678 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19680         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19681         passwords in the log buffer.
19682         (smtpmail-process-filter): Update the process marker so that the
19683         "broken by peer" status message is inserted in the right place.
19685 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19687         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19688         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19689         bibtex-completion-at-point-function.
19690         (bibtex-completion-at-point-function): Use them.
19692         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19694         * mpc.el (mpc-constraints-tag-lookup): New function.
19695         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19696         also to browser "album|playlist".
19698 2011-09-14  Juri Linkov  <juri@jurta.org>
19700         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
19701         (isearch-edit-string): Use length of `isearch-string' when
19702         `isearch-fail-pos' returns nil.
19703         (isearch-message): Remove duplicate code and call
19704         `isearch-fail-pos' with arg `t'.
19706 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
19708         * replace.el (occur-mode-goto-occurrence): Don't force using other
19709         window (Bug#9499).
19711         * dired-aux.el (dired-do-chmod): Don't provide initial input.
19713 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
19715         * window.el (display-buffer-window): Remove.
19716         (display-buffer-record-window): Use help-setup window parameter
19717         instead of variable display-buffer-window.
19718         (display-buffer-function, special-display-buffer-names)
19719         (special-display-function): Mention help-setup parameter instead
19720         of display-buffer-window in doc-string.
19721         * help.el (help-window-setup): New argument help-window.
19722         Use help-window-setup parameter instead of display-buffer-window.
19723         Reword some messages.
19724         (with-help-window): Pass window used for displaying the buffer
19725         to help-window-setup.  Don't set display-buffer-window.
19727 2011-09-13  Glenn Morris  <rgm@gnu.org>
19729         * emacs-lisp/debug.el (debugger-make-xrefs):
19730         Preserve point.  (Bug#9462)
19732 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19734         * window.el (window-deletable-p): Use next-frame.
19736 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
19738         * window.el (window-auto-delete): Remove.
19739         (window-deletable-p): Remove argument FORCE.  Don't deal with
19740         dedication and previous buffers.
19741         (switch-to-prev-buffer): Don't delete window.
19742         (delete-windows-on): Delete a window's frame if and only if the
19743         window is dedicated.
19744         (replace-buffer-in-windows): Delete buffer's window or frame if
19745         and only if window is dedicated.
19746         (quit-window): Handle quit-restore as before last change.
19747         (bury-buffer): Delete window only if window-deletable-p returns t.
19749 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19751         * window.el (window-deletable-p): Never delete the last frame on a
19752         given terminal.
19754 2011-09-13  Glenn Morris  <rgm@gnu.org>
19756         * help.el (describe-key-briefly): Copy previous standard-output change.
19758 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
19760         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
19762 2011-09-13  Glenn Morris  <rgm@gnu.org>
19764         * emacs-lisp/lisp-mode.el (lisp-indent-function):
19765         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19767 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
19769         * dired-aux.el (dired-mark-read-string): Don't return default
19770         value on empty input (Bug#9361).
19771         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19772         Omit initial minibuffer contents.
19773         (dired-do-chmod): Signal an error on empty input.
19774         (dired-mark-read-string): Don't return default on empty input.
19776         * files.el (file-modes-symbolic-to-number): Doc fix.
19778 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19780         * international/mule-cmds.el (ucs-completions): Remove.
19781         (read-char-by-name): Use complete-with-action instead; add metadata.
19783 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19785         * window.el (display-buffer--action-function-custom-type)
19786         (display-buffer--action-custom-type): New vars.
19787         (display-buffer-alist, display-buffer-default-action)
19788         (display-buffer-overriding-action): Add defcustom types.
19790         * frame.el (delete-other-frames): Doc fix (Bug#276).
19792 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19794         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19796 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19798         Change modes that used same-window-* vars to use switch-to-buffer.
19800         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19801         Use switch-to-buffer.
19803         * cus-edit.el (customize-group, custom-buffer-create)
19804         (customize-browse, custom-buffer-create-other-window):
19805         Use switch-to-buffer or switch-to-buffer-other-window.
19807         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19808         (Info-prev, Info-up, Info-speedbar-goto-node)
19809         (info-display-manual): Use switch-to-buffer.
19810         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19812         * mail/sendmail.el (mail): Use switch-to-buffer.
19813         (mail-recover): Use switch-to-buffer-other-window.
19815         * cmuscheme.el (run-scheme, switch-to-scheme):
19816         * ielm.el (ielm):
19817         * shell.el (shell):
19818         * net/rlogin.el (rlogin):
19819         * net/telnet.el (telnet, rsh):
19820         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19822 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
19824         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19826 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19828         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19829         so don't mention it (bug#9301).
19830         (dired-sort-toggle-or-edit): Clarify string further.
19832         * faces.el (face-spec-set-match-display): Make `(type graphic)'
19833         match `x', `w32' and `ns', like the manual says (bug#9029).
19835         * subr.el (eval-after-load): Doc string clarification (bug#9125).
19836         (process-kill-buffer-query-function): Mention the buffer name in
19837         the query.
19839         * image-mode.el (image-next-line): The line parameter is mandatory
19840         (bug#9258).
19842         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19843         which can be useful (bug#9301).
19845         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19847         * subr.el (match-string): Mention that the current buffer should
19848         be the same as the search was done in (bug#9282).
19850         * facemenu.el: Disable the remove-* commands if the mark isn't
19851         active (bug#9162).
19853 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19855         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19856         of display-buffer.
19857         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19859         * replace.el (occur-mode-goto-occurrence)
19860         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19861         and display-buffer.
19863         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19864         display-buffer.
19866         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19867         special-display and same-window variables.
19868         (mail-other-window): Use switch-to-buffer-other-window.
19869         (mail-other-frame): USe switch-to-buffer-other-frame.
19871         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19872         Use display-buffer-other-frame.
19873         (gdb-display-gdb-buffer): Use pop-to-buffer.
19875         * progmodes/gud.el (gud-goto-info): Use info-other-window.
19877         * progmodes/python.el: Don't set same-window-buffer-names.
19879         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19881         * window.el (display-buffer-alist): Add *Python*.
19883 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19885         * window.el (display-buffer-alist): Add entry for buffers
19886         previously handled same-window-*.
19887         (display-buffer-alist, display-buffer-default-action)
19888         (display-buffer-overriding-action): Mark as risky.
19889         (display-buffer-alist): Document action function changes.
19890         (display-buffer--same-window-action)
19891         (display-buffer--other-frame-action): New variables.
19892         (switch-to-buffer, display-buffer-other-frame): Use them.
19893         (display-buffer): Rename reuse-frame entry to reusable-frames.
19894         (display-buffer-reuse-selected-window): Function deleted.
19895         (display-buffer-reuse-window): Handle reusable-frames alist entry.
19896         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19897         (display-buffer-special): New function.
19898         (display-buffer--maybe-pop-up-frame-or-window): Rename from
19899         display-buffer-reuse-or-pop-window.  Split off special-display
19900         part into display-buffer-special.
19901         (display-buffer-use-some-window): Don't perform any special
19902         pop-up-frames handling.
19903         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19904         (display-buffer--maybe-same-window): Rename from
19905         display-buffer-maybe-same-window.
19907         * info.el: Don't set same-window-regexps.
19908         (info-setup): New function.
19909         (info-other-window, info): Call it.
19911         * cus-edit.el: Don't set same-window-regexps.
19912         (customize-group): New argument.
19913         (customize-group-other-window): Use it.
19914         (customize-face, customize-face-other-window): Likewise.
19915         (custom-buffer-create-other-window): Use pop-to-buffer directly.
19917         * net/rlogin.el:
19918         * net/telnet.el:
19919         * progmodes/gud.el: Don't set same-window-regexps.
19921         * cmuscheme.el:
19922         * ielm.el:
19923         * shell.el:
19924         * mail/sendmail.el:
19925         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19927 2011-09-10  Juri Linkov  <juri@jurta.org>
19929         * isearch.el (isearch-edit-string): Remove obsolete mention of
19930         `C-w' (`isearch-yank-word-or-char') from docstring.
19931         (isearch-query-replace): Fix typo in docstring (bug#9466).
19933 2011-09-10  Juri Linkov  <juri@jurta.org>
19935         * paren.el (show-paren-function): Don't show escaped parens.
19936         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
19938 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
19940         * mail/sendmail.el (mml-to-mime, mml-attach-file)
19941         (mm-default-file-encoding): Remove autoload forms, they are
19942         replaced with autoload cookies in mml.el and mm-encode.el.
19943         (mail-add-attachment): New command.
19944         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19945         (mail-mode): Mention mail-insert-file and mail-add-attachment in
19946         the doc string.
19947         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19949 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
19951         * simple.el (count-words-region): Use buffer if there's no region
19952         (bug#9429).
19954 2011-09-09  Juri Linkov  <juri@jurta.org>
19956         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19957         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19958         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
19960 2011-09-09  Alan Mackenzie  <acm@muc.de>
19962         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19963         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
19965 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
19967         Fix for Savannah bug#9392.
19968         * simple.el (mail-encode-mml): New defvar.
19970         * mail/rmail.el (mail-encode-mml): Add a defvar.
19971         (rmail-enable-mime-composing): Default to t.
19972         (rmail-forward): Use MIME method of forwarding only if both
19973         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19974         Set mail-encode-mml non-nil if the MIME method was used.
19976         * mail/sendmail.el (mml-to-mime): Add autoload form.
19977         (mail-encode-mml): Add a defvar.
19978         (mail-mode): Make mail-encode-mml buffer-local and initialize it
19979         to nil.
19980         (mail-send): If mail-encode-mml is non-nil, run the outgoing
19981         message through mml-to-mime, and reset mail-encode-mml to nil.
19983 2011-09-09  Glenn Morris  <rgm@gnu.org>
19985         * woman.el (woman-if-body): When processing an .el block,
19986         do not delete the next .el block as well.  (Bug#9447)
19987         (woman-special-characters): Add oq, cq, and hy characters.
19989 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19991         * window.el (window-deletable-p): Make sure window is live before
19992         invoking window-prev-buffers.
19994 2011-09-08  Leo Liu  <sdl.web@gmail.com>
19996         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
19998 2011-09-08  Juri Linkov  <juri@jurta.org>
20000         * progmodes/compile.el (compilation-environment): Make it
20001         a defcustom (bug#8340).
20003 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
20005         * window.el (frame-auto-delete): Rename to window-auto-delete.
20006         Make it control auto-deletion of windows and/or frames.
20007         (window-deletable-p): New argument FORCE.  Rewrite conditions
20008         for deleting window/frame.  (Bug#9419)
20009         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
20010         Rewrite handling of case when window/frame can be deleted.
20011         (delete-windows-on): Call window-deletable-p with new FORCE
20012         argument t.  (Bug#9456)
20014 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
20016         * help-mode.el (help-mode): Restore autoload.
20018 2011-09-07  Juri Linkov  <juri@jurta.org>
20020         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
20021         `compilation-environment'.  Set buffer-local
20022         `compilation-environment' to `thisenv' later after (funcall mode).
20023         (Bug#8340)
20025         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
20026         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
20027         instead of replacing its value.  (Bug#8340)
20029 2011-09-07  Juri Linkov  <juri@jurta.org>
20031         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
20032         based on text properties put by `grep-filter' instead of matching
20033         escape sequences.
20034         (grep-mode): Set buffer-local `compilation-error-screen-columns'
20035         to the value of `grep-error-screen-columns' (bug#9438).
20037 2011-09-07  Juri Linkov  <juri@jurta.org>
20039         * simple.el (next-error-highlight, next-error-highlight-no-select):
20040         Doc fix (bug#9432).
20042 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
20044         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20045         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
20047 2011-09-07  Leo Liu  <sdl.web@gmail.com>
20049         * net/rcirc.el (rcirc-mode): Conditionally initialize
20050         rcirc-input-ring.
20052 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20054         * emacs-lisp/find-func.el (find-function-C-source): Only set
20055         find-function-C-source-directory after checking that we found a source
20056         file there (bug#9440).
20058 2011-09-06  Alan Mackenzie  <acm@muc.de>
20060         * isearch.el (isearch-other-meta-char): Wherever a key list is
20061         unread, "unread" the prefix arg, too.  This fixes bug #8901.
20063 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
20065         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
20067 2011-09-05  Juri Linkov  <juri@jurta.org>
20069         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
20071 2011-09-05  Juri Linkov  <juri@jurta.org>
20073         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
20074         keeping point where processing of grep matches begins, and
20075         continue to delete remaining escape sequences from the same point.
20076         (grep-filter): Make leading zero optional in "0?1;31m" because
20077         git-grep emits "\033[1;31m" escape sequences unlike expected
20078         "\033[01;31m" as GNU Grep does (bug#9408).
20079         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
20081 2011-09-05  Juri Linkov  <juri@jurta.org>
20083         * subr.el (y-or-n-p): Capitalize "yes".
20085 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
20087         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
20088         `tramp-cache-unload-hook' where appropriate.
20089         (tramp-methods): Rename `tramp-remote-sh' to
20090         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
20091         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
20093         * net/tramp-sh.el (top): Don't require 'shell.
20094         (tramp-methods): Add `tramp-remote-shell' and
20095         `tramp-remote-shell-args' entries.
20096         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
20097         (tramp-sh-handle-shell-command): Remove.
20098         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20099         Use `tramp-remote-shell'.
20101 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
20103         * mail/sendmail.el (sendmail-query-once-function): Delete.
20104         (sendmail-query-once): Save directly to send-mail-function.
20105         Update message-send-mail-function too.
20107         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
20109 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
20111         * progmodes/python.el (python-mode-map): Use correct function to
20112         start python interpreter from menu-bar (as reported by Geert
20113         Kloosterman).
20114         (inferior-python-mode-map): Fix typo.
20115         (python-shell-map): Remove.
20117 2011-09-03  Deniz Dogan  <deniz@dogan.se>
20119         * net/rcirc.el (rcirc-print): Simplify code for
20120         rcirc-scroll-show-maximum-output.  There is no need to walk
20121         through all windows to find the right one.
20123 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
20125         * help.el (help-return-method): Doc fix.
20127 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
20129         * window.el (window-deletable-p): Don't return a non-nil value
20130         when there's a buffer that was shown in the window before.
20131         (Bug#9419)
20132         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20133         Set window's previous buffers to nil.
20135 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
20137         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
20138         newline before and after the tag line, so it doesn't interfere
20139         with determining the paragraph direction of bidirectional text.
20141 2011-09-03  Leo Liu  <sdl.web@gmail.com>
20143         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
20145 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
20147         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
20148         (pop-to-buffer): Change interactive spec.  Pass second argument
20149         directly to display-buffer.
20150         (display-buffer): Fix interactive spec.  Use functionp to
20151         distinguish between a function and a list of functions.
20153         * abbrev.el (edit-abbrevs):
20154         * arc-mode.el (archive-extract):
20155         * autoinsert.el (auto-insert):
20156         * bookmark.el (bookmark-bmenu-list):
20157         * files.el (find-file):
20158         * view.el (view-buffer):
20159         * progmodes/compile.el (compilation-goto-locus):
20160         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
20162 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
20164         * window.el (display-buffer-alist): Doc fix.
20165         (display-buffer): Add docstring.  Don't treat
20166         display-buffer-default specially.
20167         (display-buffer-reuse-selected-window)
20168         (display-buffer-same-window, display-buffer-maybe-same-window)
20169         (display-buffer-reuse-window, display-buffer-pop-up-frame)
20170         (display-buffer-pop-up-window)
20171         (display-buffer-reuse-or-pop-window)
20172         (display-buffer-use-some-window): New functions.
20173         (display-buffer-default-action): Use them.
20174         (display-buffer-default): Delete.
20175         (pop-to-buffer-1): Fix choice of actions.
20177 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20179         * minibuffer.el (completion--insert-strings): Don't get confused by
20180         completion entries that end with an LF char.
20182 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
20184         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
20186 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
20188         * window.el (display-buffer): Restore interactive spec.
20189         (display-buffer-same-window, display-buffer-other-window):
20190         New functions.
20191         (pop-to-buffer-1): New function.  Use the above.
20192         (pop-to-buffer, pop-to-buffer-same-window): Use it.
20193         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
20195         * view.el (view-buffer-other-window, view-buffer-other-frame):
20196         Just use pop-to-buffer.
20198 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20200         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
20202 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
20204         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
20206 2011-08-31  Richard Stallman  <rms@gnu.org>
20208         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
20209         of the separation of rmail-view-buffer from rmail-buffer.
20210         If you say no to "replace original", the decrypt is in the
20211         view buffer.  If you say yes, the decrypt goes into the
20212         rmail buffer also.
20214 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
20216         * window.el (display-buffer-window): Rewrite doc-string.
20217         (display-buffer-record-window): New function.
20218         (display-buffer-macro-specifiers)
20219         (display-buffer-even-window-sizes, display-buffer-set-height)
20220         (display-buffer-set-width, display-buffer-in-window)
20221         (display-buffer-reuse-window, display-buffer-split-specifiers)
20222         (display-buffer-side-specifiers, display-buffer-split-window-1)
20223         (display-buffer-split-window, display-buffer-split-atom-window)
20224         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20225         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
20226         (display-buffer-other-window-means-other-frame)
20227         (display-buffer-normalize-special)
20228         (display-buffer-normalize-default)
20229         (display-buffer-normalize-argument)
20230         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
20231         (display-buffer-normalize-specifiers, display-buffer-frame)
20232         (display-buffer-same-window, display-buffer-same-frame)
20233         (display-buffer-other-window)
20234         (display-buffer-same-frame-other-window)
20235         (display-buffer-other-frame, pop-to-buffer-same-window)
20236         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
20237         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
20238         (switch-to-buffer-same-frame)
20239         (switch-to-buffer-other-window-same-frame)
20240         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
20241         (display-buffer-alist-set-1, display-buffer-alist-set-2)
20242         (display-buffer-alist-set): Remove.
20243         (display-buffer-function, special-display-buffer-names)
20244         (special-display-regexps, special-display-function):
20245         In doc-string refer to display-buffer-window and quit-restore
20246         parameter.
20247         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
20248         (special-display-frame-alist, special-display-popup-frame)
20249         (same-window-buffer-names, same-window-regexps, same-window-p)
20250         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20251         (split-window-preferred-function, split-height-threshold)
20252         (split-width-threshold, window-splittable-p)
20253         (split-window-sensibly, window--try-to-split-window)
20254         (window--frame-usable-p, even-window-heights)
20255         (window--even-window-heights, window--display-buffer-1)
20256         (window--display-buffer-2, display-buffer-other-frame):
20257         Restore old Emacs 23 code, order and doc-strings where applicable.
20258         (display-buffer-default, display-buffer-assq-regexp): New functions.
20259         (display-buffer-alist): Rewrite doc-string.
20260         (display-buffer-default-action)
20261         (display-buffer-overriding-action): New variables.
20262         (display-buffer, switch-to-buffer): Rewrite.
20263         (pop-to-buffer): Restore Emacs 23 behavior but use
20264         window-normalize-buffer-to-display.
20265         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
20266         Restore Emacs 23 behavior but use
20267         window-normalize-buffer-to-switch-to.
20268         (pop-to-buffer-same-window): Rewrite.
20269         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
20270         Rewrite using Emacs 23 options.
20272 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
20274         * net/tramp.el (tramp-root-regexp): Remove.
20275         (tramp-completion-file-name-regexp-unified)
20276         (tramp-completion-file-name-regexp-separate)
20277         (tramp-completion-file-name-regexp-url): Don't use leading volume
20278         letter on w32 systems.  (Bug#5303, Bug#9311)
20279         (tramp-drop-volume-letter): Simplify definition.
20280         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20282 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20284         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20285         (bug#9356).
20287 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
20289         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20291 2011-08-29  Juri Linkov  <juri@jurta.org>
20293         * isearch.el (isearch-done): Don't display message "Mark saved"
20294         when arg `edit' is non-nil to prevent its flicker in the echo area.
20296 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
20298         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20299         obsolete packages for deletion.
20301 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
20303         * help-mode.el (help-mode-map): Add special-mode-map to parent.
20304         (help-mode): Derive help-mode from special-mode.  Don't invoke
20305         view-mode from help-mode.
20306         (help-xref-override-view-map): Remove.
20307         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20308         view-mode is not used anymore.
20310 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
20312         * server.el (server-port): Doc fix.
20314         * cus-theme.el (custom-theme-choose-mode): Inherit from
20315         special-mode (Bug#9124).
20316         (custom-theme-choose-mode-map): Add special-mode to parent.
20318 2011-08-28  Alan Mackenzie  <acm@muc.de>
20320         * progmodes/cc-fonts.el
20321         (c-make-font-lock-BO-decl-search-function): New function.
20322         (c-basic-matchers-after - "Fontify the clauses after various
20323         keywords"): Extract the three keyword lists for the 3 erroneous
20324         constructs from the list of four, and use the new function above
20325         in place of an old one.
20327 2011-08-28  Deniz Dogan  <deniz@dogan.se>
20329         * net/rcirc.el (rcirc-insert-prev-input)
20330         (rcirc-insert-next-input): Remove unused argument.
20332 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20334         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20336 2011-08-27  Alan Mackenzie  <acm@muc.de>
20338         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20339         handle function pointer parameters properly.
20341 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
20343         * window.el (display-buffer-reuse-window): Fix case where
20344         selected window was reused with non-nil OTHER-WINDOW argument.
20345         (Bug#9381)
20347 2011-08-27  Deniz Dogan  <deniz@dogan.se>
20349         * net/rcirc.el (rcirc-check-auth-status): Adding support for
20350         oftc's NickServ messages.
20352 2011-08-27  Glenn Morris  <rgm@gnu.org>
20354         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
20356 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
20358         * emacs-lisp/package.el (package-install): Call package-initialize
20359         if called interactively.
20361 2011-08-26  Leo Liu  <sdl.web@gmail.com>
20363         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
20365 2011-08-25  Juri Linkov  <juri@jurta.org>
20367         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20368         `search-whitespace-regexp' (bug#9364).
20370 2011-08-25  Juri Linkov  <juri@jurta.org>
20372         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20373         `regexp-search-ring' to their global values to protect from
20374         updating by `read-from-minibuffer' (bug#9185).
20376 2011-08-25  Juri Linkov  <juri@jurta.org>
20378         * textmodes/ispell.el (ispell-command-loop): Add newline
20379         at the end of the "Use option `i'..." line.
20381 2011-08-25  Juri Linkov  <juri@jurta.org>
20383         * battery.el (display-battery-mode): If `battery-status-function'
20384         or `battery-mode-line-format' is nil, display the message and set
20385         `display-battery-mode' to nil (bug#9363).
20387 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
20389         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20390         bidi-string-mark-left-to-right; they are unnecessary now.
20392 2011-08-25  Deniz Dogan  <deniz@dogan.se>
20394         * net/quickurl.el: Documentation typo fixes.
20396 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
20398         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20400 2011-08-25  Glenn Morris  <rgm@gnu.org>
20402         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20404         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20405         (smtpmail-via-smtp): Handle nil response from smtp.
20407 2011-08-24  Juri Linkov  <juri@jurta.org>
20409         * proced.el (proced-marked): Inherit from `error' instead of
20410         `font-lock-warning-face'.
20412         * ibuffer.el (ibuffer-marked-face): Change default face from
20413         `font-lock-warning-face' to `warning'.
20414         (ibuffer-deletion-face): Change default face from
20415         `font-lock-type-face' to `error'.
20417         * battery.el (battery-update): Use the face `error' instead of
20418         `font-lock-warning-face' (bug#6117).
20420 2011-08-24  Juri Linkov  <juri@jurta.org>
20422         * faces.el (success): Change face color from "Green3" to
20423         "ForestGreen" on light background (bug#9353).
20425 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
20427         * window.el (quit-window): Rename from quit-restore-window.
20428         Use same arglist as old quit-window.
20429         (frame-auto-delete): Doc fix.
20431         * view.el (view-mode-exit): Use quit-window.
20433 2011-08-24  Juri Linkov  <juri@jurta.org>
20435         * isearch.el (isearch-ring-adjust1): Start visiting previous
20436         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20437         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20438         for empty search string (when the last search string is reused
20439         automatically) to adjust the isearch ring to the last element and
20440         prepare the correct index for further M-p commands (bug#9185).
20442 2011-08-24  Kenichi Handa  <handa@m17n.org>
20444         * international/ucs-normalize.el: If decomposition property of
20445         CHAR is the default one (i.e. a list of CHAR itself), treat it as
20446         nil.
20447         (nfd, nfkd): Likewise.
20449 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20451         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20452         from process filters aren't reliably transmitted to the surrounding
20453         accept-process-output.
20454         (mpc-proc-check): New function.
20455         (mpc-proc-sync): Use it (bug#8293)
20457 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20459         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20460         Add compatibility functions (bug#9313).
20462 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
20464         * cus-start.el (all): Add entry for bidi-paragraph-direction.
20466         * international/uni-bidi.el: Regenerate.
20468 2011-08-23  Kenichi Handa  <handa@m17n.org>
20470         * international/charprop.el:
20471         * international/uni-bidi.el:
20472         * international/uni-category.el:
20473         * international/uni-combining.el:
20474         * international/uni-comment.el:
20475         * international/uni-decimal.el:
20476         * international/uni-decomposition.el:
20477         * international/uni-digit.el:
20478         * international/uni-lowercase.el:
20479         * international/uni-mirrored.el:
20480         * international/uni-name.el:
20481         * international/uni-numeric.el:
20482         * international/uni-old-name.el:
20483         * international/uni-titlecase.el:
20484         * international/uni-uppercase.el: Regenerate.
20486 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
20488         * help.el (help-window-setup): Fix message displayed when other
20489         window is reused.  (Bug#9341)
20491 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20493         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20494         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20496         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20497         Mark obsolete.
20498         * shell.el (shell-parse-pcomplete-arguments): New function.
20499         (shell-completion-vars): Use it instead (bug#9160).
20501 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20503         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20504         strings and comments (bug#9333).
20506         * emacs-lisp/debug.el (debug-arglist): New function.
20507         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
20508         (debug-on-entry-1): Handle interpreted closures (bug#9120).
20510 2011-08-22  Juri Linkov  <juri@jurta.org>
20512         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20513         Revert regexp that highlights output switches to its old
20514         pre-2010-10-28 value and remove one `?' from it (bug#9319).
20516         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20517         to check for empty output (bug#9226).
20519 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
20521         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20522         symbol-constituent as the default, as that stops font-lock from
20523         working properly (Bug#8843).
20525 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20527         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20528         `coding-system-for-*' around the process open call to avoid
20529         auth-source side effects.
20530         (smtpmail-try-auth-methods): Expand the secret password.
20531         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20532         probe hangs.
20534 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
20536         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20538         * emacs-lisp/find-func.el (find-function-noselect): New arg
20539         lisp-only.
20541         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20542         signal an error for built-in functions (Bug#6664).
20544 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20546         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20547         (smtpmail-try-auth-methods): Use it.
20549 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
20551         * font-lock.el (font-lock-fontify-region)
20552         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20553         (font-lock-default-unfontify-buffer)
20554         (font-lock-default-fontify-region)
20555         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20557         * progmodes/compile.el (compilation-error-properties):
20558         Fix confusion between file struct and message struct (Bug#9319).
20559         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20560         `ant' regexp.
20562         * net/browse-url.el (browse-url-firefox): Don't call
20563         browse-url-firefox-sentinel unless using -remote (Bug#9328).
20565 2011-08-20  Glenn Morris  <rgm@gnu.org>
20567         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20569         * tutorial.el (tutorial--default-keys): Update some default bindings.
20571         * files.el (hack-local-variables): Fully ignore case for "mode:".
20573 2011-08-20  Alan Mackenzie  <acm@muc.de>
20575         Resolve invalid use of a regexp in regexp-opt.
20577         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20578         detection for a java annotation.
20580         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20581         detection for a java annotation.
20583         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20584         handling for java.
20585         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20587 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
20589         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20590         (Bug#9274).
20592 2011-08-20  Alan Mackenzie  <acm@muc.de>
20594         Fontify CPP expressions correctly when starting in the middle of
20595         such a construct.  Mainly for when jit-lock etc. starts a chunk
20596         here.
20598         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20599         variable.
20600         (c-make-font-lock-search-form): New function, extracted from
20601         c-make-font-lock-search-function.
20602         (c-make-font-lock-search-function): Use the above function.
20603         (c-make-font-lock-context-search-function): New function.
20604         (c-cpp-matchers): Enhance the preprocessor expression case with
20605         the above function
20606         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20607         which takes an expression.
20609         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20611 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
20613         * window.el (display-buffer-reuse-window)
20614         (display-buffer-pop-up-window): Don't reuse or split a side
20615         window.
20617 2011-08-19  Glenn Morris  <rgm@gnu.org>
20619         * files.el (hack-local-variables-prop-line, hack-local-variables):
20620         Downcase "Mode:".  (Bug#9331)
20622 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
20624         * international/characters.el: Add L and R categories.
20626         * subr.el (bidi-string-mark-left-to-right): Rename from
20627         string-mark-left-to-right.  Use category search.
20629         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20631 2011-08-18  Juri Linkov  <juri@jurta.org>
20633         * faces.el (error, warning, success): New faces with definitions
20634         copied from old default values of `font-lock-warning-face',
20635         `compilation-warning', `compilation-info' (bug#6117).
20637         * font-lock.el (font-lock-warning-face): Inherit from `error'.
20639         * progmodes/compile.el (compilation-error): Inherit from `error'.
20640         (compilation-warning): Inherit from `warning'.
20641         (compilation-info): Inherit from `success'.
20643         * dired.el (dired-marked): Inherit from `warning'.
20644         (dired-flagged): Inherit from `error'.
20646 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20648         * mail/smtpmail.el (auth-source): Require to avoid problems with
20649         binding variables (bug#9298).  Also clean up some unused
20650         autoloads.
20652         * net/network-stream.el (network-stream-open-starttls):
20653         Support using starttls.el without using gnutls-cli.
20655 2011-08-17  Juri Linkov  <juri@jurta.org>
20657         * progmodes/grep.el (rgrep): Handle the case when
20658         `grep-find-command' is a cons cell (bug#9278).
20660 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
20662         * window.el (display-buffer-pop-up-frame): Run frame creation
20663         function with BUFFER current (as special-display-popup-frame
20664         does).  Reported by Drew Adams.
20666 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
20668         * epa-mail.el: Simplify GnuPG group expansion using
20669         epg-expand-group.
20670         (epa-mail-group-alist, epa-mail-group-modtime)
20671         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20672         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20673         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20674         Remove.
20676 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
20678         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20680 2011-08-16  Alan Mackenzie  <acm@muc.de>
20682         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20683         Correct, to avoid the inside of macros.
20685 2011-08-16  Richard Stallman  <rms@gnu.org>
20687         * epa-mail.el: Handle GnuPG group definitions.
20688         (epa-mail-group-alist, epa-mail-group-modtime)
20689         (epa-mail-gnupg-conf-file): New variables.
20690         (epa-mail-parse-groups, epa-mail-sync-groups)
20691         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20692         (epa-mail-expand-recipients): New functions.
20693         (epa-mail-encrypt): Call epa-mail-expand-recipients.
20695         * mail/rmail.el (rmail-epa-decrypt): New command.
20697         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20698         Don't bind buffer-read-only, just inhibit-read-only.
20699         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20700         (epa-decrypt-armor-in-region): Make error message clearer.
20702 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20704         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20705         and "a2b" to "ab" for `prefix'.
20707 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
20709         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20710         filter groups.
20711         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
20712         Fourquet (Bug#8804).
20714 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
20716         * startup.el (argi): Declare as global variable (bug#9275).
20718 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
20720         * subr.el (string-mark-left-to-right): Search the entire string
20721         for RTL script, not just the terminating character.  Doc fix.
20723 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20725         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20726         New function.
20727         (js--regexp-literal, js-syntax-propertize-function): Remove.
20728         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20729         (js-mode-map): Don't rebind electric keys.
20730         (js-insert-and-indent): Remove.
20731         (js-mode): Setup electric-layout and electric-indent instead.
20733         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20735 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
20737         * epa.el (epa-progress-callback-function): Fix the logic of
20738         displaying progress.
20739         * epa-file.el (epa-file-insert-file-contents): Make progress
20740         display more user-friendly.
20741         (epa-file-write-region): Ditto.
20743 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
20745         * subr.el (string-mark-left-to-right): New function.
20747         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20748         Use string-mark-left-to-right.
20749         (list-buffers-noselect): Caller changed.
20751         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20752         Use string-mark-left-to-right.
20753         (tabulated-list-print): Recenter after moving point.
20755 2011-08-10  Juri Linkov  <juri@jurta.org>
20757         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20758         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20759         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20761 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
20763         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20764         (Bug#7554).
20766 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
20768         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20769         character.  (Bug#6594)
20771 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
20773         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20774         (image-dired--with-db-file): New macro.
20775         (image-dired-write-tags, image-dired-remove-tag)
20776         (image-dired-create-gallery-lists, image-dired-write-comments)
20777         (image-dired-get-comment, image-dired-mark-tagged-files)
20778         (image-dired-list-tags, image-dired-gallery-generate): Use it.
20779         (image-dired-gallery-generate): Use insert-file-contents.
20781         * time.el (display-time-world-list, display-time-world-display):
20782         * time-stamp.el (time-stamp-string):
20783         * vc/add-log.el (add-change-log-entry): Use setenv instead of
20784         set-time-zone-rule (Bug#7337).
20786 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
20788         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20789         (epg-error-to-string, epg-errors-to-string): New function.
20790         (epg-wait-for-completion): Reverse errors list.
20791         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20792         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20793         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20794         (epg-sign-keys, epg-generate-key-from-file)
20795         (epg-generate-key-from-string): Format errors by using
20796         epg-errors-to-string (bug#9255).
20797         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20799 2011-08-07  Juri Linkov  <juri@jurta.org>
20801         * faces.el (list-faces-display): Remove extra angle bracket
20802         from `help-mode-map'.
20804         * info.el (Info-history-toc-nodes): Doc fix.
20806         * longlines.el (longlines-mode): Doc fix.
20808 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20810         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20811         of statements and in a few more cases (bug#9183).
20813         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20814         New functions.
20815         (cl-transform-lambda): Use them (bug#9239).
20817 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
20819         * window.el (display-buffer-same-window)
20820         (display-buffer-same-frame, display-buffer-other-window)
20821         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20822         (pop-to-buffer-other-window)
20823         (pop-to-buffer-same-frame-other-window)
20824         (pop-to-buffer-other-frame): Make them defuns.
20825         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20827 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20829         * subr.el (make-composed-keymap): Move from C.  Change calling
20830         convention, and improve docstring to bring attention to a subtle point.
20831         * minibuffer.el (completing-read-default): Adjust accordingly.
20833 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
20835         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20836         (tramp-open-shell): Use `tramp-shell-quote-argument'.
20838         * net/trampver.el: Update release number.
20840 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20842         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20843         "in" (bug#9190).
20845 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20847         * mail/sendmail.el (sendmail-query-once): Restore the current
20848         buffer after querying (bug#9074).
20850         * dired.el (dired-flagged): Use different faces for marked and
20851         flagged files (bug#6117).
20853         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20854         (bug#4433).
20856         * ido.el (ido-mode): Switch off the message if called
20857         non-interactively.
20859         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20860         before 587, since it appears that that's more likely to work for
20861         more people.
20863         * cus-edit.el (custom-file): When running under emacs -q, always
20864         refuse to save the customizations, even if the .emacs file doesn't
20865         exist.
20867         * info.el: Remove the `Info-beginning-of-buffer' function
20868         (bug#8325).
20870         * net/network-stream.el (network-stream-open-starttls):
20871         Use `starttls-available-p' to see whether starttls.el can be used.
20873 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
20875         * window.el (display-buffer-in-window): Don't set dedicated status
20876         of window here (Bug#9215).
20877         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20878         (display-buffer-pop-up-side-window)
20879         (display-buffer-in-side-window): Set dedicated status of window here.
20881 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20883         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20884         before binding generated-autoload-file.
20886 2011-08-01  Deniz Dogan  <deniz@dogan.se>
20888         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20890 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
20892         Sync with Tramp 2.2.2.
20894         * net/trampver.el: Update release number.
20896 2011-07-30  Juri Linkov  <juri@jurta.org>
20898         * dired-aux.el (dired-touch-initial): Remove function.
20899         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20900         current time, and `default' to the last modification time of the
20901         current marked file (bug#6887).
20903 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
20905         * simple.el (goto-line): Use string-to-number to provide a
20906         numeric argument to read-number (bug#9163).
20908 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
20910         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20911         connection process, it could be nil.
20913 2011-07-27  Leo Liu  <sdl.web@gmail.com>
20915         Simplify url handling in rcirc-mode.
20917         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20918         (rcirc-browse-url-at-mouse): Remove.
20919         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20921 2011-07-26  Alan Mackenzie  <acm@muc.de>
20923         Fontify bitfield declarations properly.
20925         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20926         (c-symbol-chars): Now exported as a lang variable.
20927         (c-not-primitive-type-keywords): New lang variable.
20929         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20930         QT keyword "more" to prevent "more slots: ...." being spuriously
20931         parsed as a bitfield declaration.
20933         * progmodes/cc-engine.el (c-beginning-of-statement-1):
20934         Refactor and enhance to handle bitfield declarations.
20935         (c-punctuation-in): New function.
20936         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20937         declarations properly.
20939 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
20941         * calendar/icalendar.el (icalendar--all-events): Take care of
20942         multiple vcalendars in a single file.
20943         (icalendar--convert-float-to-ical): Checkdoc fixes.
20945 2011-07-25  Deniz Dogan  <deniz@dogan.se>
20947         * image.el (insert-image): Clarifying docstring.
20949 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
20951         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20952         `tramp-send-command-and-check' if there is no error.
20953         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20955 2011-07-22  Alan Mackenzie  <acm@muc.de>
20957         Prevent cc-langs.elc being loaded at run time.
20959         * progmodes/cc-mode.el: Remove two autoload forms which loaded
20960         cc-langs.
20962         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20963         "(require 'cc-langs)".  Quote a form so it will evaluate at
20964         (cc-mode's) compilation time.
20966 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
20968         * net/tramp.el (tramp-file-name-handler): Avoid recursive
20969         loading.  (Bug#9114)
20971 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
20973         * window.el (display-buffer-pop-up-window)
20974         (display-buffer-pop-up-side-window)
20975         (display-buffer-in-side-window): Call display-buffer-set-height
20976         and display-buffer-set-width after setting the new window's
20977         buffer so `fit-window-to-buffer' and friends work on the right buffer.
20979 2011-07-20  Sam Steingold  <sds@gnu.org>
20981         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20982         (etags-tags-included-tables): Call `convert-standard-filename' on
20983         the file names contained in TAGS so that windows Emacs can handle
20984         TAGS files created by cygwin ctags.
20986 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20988         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20989         which apparently didn't work.
20991 2011-07-19  Roland Winkler  <winkler@gnu.org>
20993         * proced.el (proced-send-signal): For *Marked Processes* buffer
20994         put point at beginning of buffer.
20996 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
20998         * proced.el (proced-format): Make header lines align with the text
20999         (bug#1779).
21001 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21003         * view.el (view-buffer): Allow running in `special' modes if we're
21004         visiting a file (bug#8615).
21006 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
21008         * window.el (display-buffer-alist-of-strings-p)
21009         (display-buffer-alist-set-1, display-buffer-alist-set-2):
21010         New functions.
21011         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
21012         more accurately.
21014 2011-07-18  Alan Mackenzie  <acm@muc.de>
21016         Fontify declarators properly when, e.g., a jit-lock chunk begins
21017         inside a declaration.
21019         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
21021         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21022         New function.
21023         (c-complex-decl-matchers): Insert reference to
21024         c-font-lock-enclosing-decls.
21026         * progmodes/cc-engine.el (c-backward-single-comment):
21027         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
21028         to nil around calls to (forward-comment -1).
21030 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21032         * image.el (put-image): Doc typo fix.
21034         * progmodes/etags.el (tags-search): Doc typo fix.
21036         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
21037         password if we get errors 550 to 554.
21039 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21041         * net/gnutls.el (gnutls-log-level): Remove.
21043         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
21044         indentation character (bug#6380).
21046         * files.el (buffer-offer-save): Made permanently local (bug#6241).
21048         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
21049         to clarify what the problem is (bug#4291).
21051         * simple.el (current-kill): Clarify what
21052         `interprogram-paste-function' does (bug#7500).
21053         (auto-fill-mode): Document `auto-fill-function' in relation to
21054         `auto-fill-mode' (bug#2470).
21056 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
21058         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
21059         method if slot is read-only (bug#9035).
21061 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
21063         * frame.el (select-frame-set-input-focus): New argument NORECORD.
21064         * window.el (pop-to-buffer): Select window used even if it was
21065         selected before, see discussion of (Bug#8615), (Bug#6954).
21066         Pass argument NORECORD on to select-frame-set-input-focus.
21068 2011-07-15  Glenn Morris  <rgm@gnu.org>
21070         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
21071         Respect help-form.
21073 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
21075         * net/gnutls.el (gnutls-min-prime-bits): New variable.
21076         (gnutls-negotiate): Use it.
21078 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21080         * net/gnutls.el (gnutls-negotiate):
21081         Upcase `gnutls-algorithm-priority'.
21083 2011-07-15  Glenn Morris  <rgm@gnu.org>
21085         * jka-compr.el (jka-compr-verbose): Move from here...
21086         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
21087         Add missing :version tag.
21088         * info.el: No need to require jka-compr when compiling.
21090 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21092         * net/gnutls.el (gnutls-algorithm-priority): New variable.
21093         (gnutls-negotiate): Use it.
21095         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
21097         * info.el (Info-beginning-of-buffer): New command.
21098         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
21099         announcing `b' as the key (bug#8325).
21100         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
21102         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
21104         * international/mule-cmds.el
21105         (describe-specified-language-support): Make the error message
21106         clearer (bug#8905).
21108         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
21110         * isearch.el (isearch-barrier): Add a doc string, since it's
21111         mentioned in a function doc string (bug#8678).
21113 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
21115         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
21116         buffer argument (Bug#9083) and self-identifying label argument.
21118 2011-07-15  Glenn Morris  <rgm@gnu.org>
21120         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
21122 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21124         * man.el (Man-fontify-manpage): Fix message when formatting the
21125         man page (bug#7929).
21127 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
21129         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
21130         argument LRM; if non-nil, append an invisible LRM character to the
21131         buffer name.
21132         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
21133         last argument non-nil, when formatting buffer names.
21134         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
21135         paragraph direction.
21137 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21139         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
21140         the man page name (bug#7929).
21142         * image.el (put-image): Mention the `put-image' overlay property
21143         (bug#7834).
21145         * scroll-bar.el (set-scroll-bar-mode): Mention that
21146         `scroll-bar-mode' lists the values (bug#7772).
21148         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
21149         command (bug#7729).
21151         * rect.el (apply-on-rectangle): Return the point after the last
21152         operation.
21153         (string-rectangle): Go to the point after the last operation
21154         (bug#7522).
21156         * printing.el (pr-toggle-region): Clarify the documentation
21157         slightly (bug#7493).
21159         * time.el (display-time-update):
21160         Allow `display-time-mail-function' to return nil (bug#7158).
21161         Fix suggested by Detlev Zundel.
21163         * vc/diff.el (diff): Clarify the order the file names are read
21164         (bug#7111).
21166         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
21167         the doc string (bug#7015).
21169         * font-lock.el (font-lock-maximum-decoration): Mention what
21170         numeric levels mean (bug#6935).
21172         * startup.el (initial-buffer-choice): Don't mention the `none'
21173         selection, which is against policy.
21175 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
21177         * window.el (display-buffer-normalize-special):
21178         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
21180 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
21182         * subr.el (version<, version<=, version=): Mention "-CVS" and
21183         "-12345" alpha version numbers.
21185 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21187         * bindings.el: Add advertised binding for set-mark-command
21188         (Bug#5772).
21190 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21192         * bindings.el (mode-line-other-buffer):
21193         * bookmark.el (bookmark-bmenu-2-window):
21194         * bs.el (bs-cycle-next, bs-cycle-previous):
21195         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
21196         switch-to-buffer.
21198         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21199         Delete.
21201 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
21203         * follow.el (follow-debug-message, follow-redisplay):
21204         * jka-cmpr-hook.el (with-auto-compression-mode):
21205         Fix typos in docstrings.
21207 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21209         * subr.el (with-silent-modifications): Clarify somewhat what the
21210         macro inhibits (bug#6525).
21212         * simple.el (eval-expression): Note what it does if called
21213         interactively (bug#6495).
21215 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
21217         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
21218         Use pop-to-buffer buffer-or-name if it is nil.
21220         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21221         Remove switch-to-buffer.
21223 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21225         * files.el (make-directory): Clarify that an error will be raised
21226         if there's an error (bug#6397).
21228         * startup.el (initial-buffer-choice): Add `none' as a choice
21229         (bug#6234).
21231         * subr.el (add-hook): Clarify section about buffer-local hooks
21232         (bug#6218).
21234         * dired.el (dired-flagged): Clarify doc string (bug#6117).
21236 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
21238         * tabify.el (untabify): Preserve the current column so that point
21239         doesn't move (bug#6032).
21241 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21243         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
21244         Rewrite to avoid awkward possessive "s" (bug#5986).
21246 2011-07-13  Glenn Morris  <rgm@gnu.org>
21248         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
21249         (dired-insert-directory): Give a message the first time
21250         if ls is found not to support --dired.
21252 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21254         * simple.el (toggle-truncate-lines): Clarify what is toggled
21255         (bug#5580).  Text by Drew Adams.
21257 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
21259         * simple.el (blink-matching-open): Make the error message from the
21260         last change less verbose.
21262 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
21264         * font-lock.el (font-lock-comment-face): Use the high contrast
21265         "yellow" color for font-lock-comment-face on low color terminals
21266         using a dark background color (bug#4221).
21268 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21270         * dired.el (dired-insert-set-properties): Make the doc string
21271         reflect what it does now (bug#5325).
21273         * simple.el (blink-matching-open): Say that we were unable to find
21274         the match within the limit, if we're limited (bug#5122).
21276         * international/mule-cmds.el (prefer-coding-system): Add an
21277         example (bug#4869).
21279         * progmodes/etags.el (tags-search): Document `file-list-form'
21280         (bug#4731).
21282 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
21284         * net/browse-url.el (browse-url-default-browser)
21285         (browse-url-browser-function): Make the default browser choice a
21286         bit more logical (bug#4300).  Also clean up the doc string.
21288 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
21290         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21291         binary endings (bug#4440).
21293 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21295         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21296         which can be pretty annoying (bug#8971).
21298         * jka-compr.el (jka-compr-verbose): New variable, and use
21299         throughout (bug#8971).
21301         * info.el (Info-find-file): Fall back on the installation
21302         directory if we can't find the info node anywhere else.
21304 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
21306         * vc/vc.el (vc-revert-file):
21307         Don't set file time-stamp in the past.  (Bug#5181)
21309 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21311         * files.el (after-find-file): Give a better error message when
21312         trying to find a symlink that points to a file that doesn't exist
21313         (bug#4398).
21315         * progmodes/cc-vars.el: Remove (probably) misleading comment
21316         (bug#4396).
21318 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
21320         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21322 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
21324         * mouse-sel.el: Hack restoring functionality, while keeping
21325         compatibility with 2010-07-03 changes to mouse selection.
21326         (mouse-sel-primary-overlay): New var.
21327         (mouse-sel-selection-alist): Use it.
21328         (mouse-sel-mode): Doc fix; remove points that are default features
21329         of mouse.el.
21331 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
21333         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21334         Fix previous fix (bug#2490).
21336 2011-07-12  Roland Winkler  <winkler@gnu.org>
21338         * textmodes/bibtex.el (bibtex-initialize):
21339         Use pop-to-buffer-same-window.
21340         (bibtex-search-entries): Fix interactive call.
21342 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21344         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21345         Fontise bytecomp Error lines more correctly (bug#2490).
21346         Fix suggested by Johan BockgÃ¥rd.
21348         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
21350         * dired-x.el (dired-guess-default): Use `delete-dups'.
21352 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
21354         * dired.el (dired-mark-prompt):
21355         * dired-aux.el (dired-read-shell-command): Doc fix.
21357 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21359         * mail/sendmail.el (sendmail-query-once):
21360         Use `customize-save-variable' unconditionally, now that it works under
21361         emacs -Q.
21363         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21365         * cus-edit.el (custom-file): Take an optional no-error variable.
21366         (customize-save-variable): Set the variable, and give a warning if
21367         running under "emacs -q".
21369 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
21371         * loadhist.el (unload-feature-special-hooks):
21372         Add `auto-coding-functions', `fill-nobreak-predicate' and
21373         `find-directory-functions' (bug#5327).
21375 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21377         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21379         * cus-edit.el (custom-guess-name-alist): -alist variables should
21380         use the `alist' type (bug#3120).  Suggested by Drew Adams.
21382         * printing.el: Add documentation to all the `pr-toggle-' commands.
21384 2011-07-11  Leo Liu  <sdl.web@gmail.com>
21386         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21387         backends where it makes sense (bug#2623).
21389 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21391         * dired-x.el (dired-guess-default): Remove duplicate shell command
21392         entries (bug#2028).
21393         (dired-guess-default): Fix grammar in doc string (bug#2028).
21394         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21396         * subr.el (remove-duplicates): New conveniency function.
21398 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21400         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21401         (bug#1526).
21403 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
21405         * window.el (display-buffer-normalize-default): Don't invert
21406         meaning of even-window-heights.  Reported by Eli Zaretskii
21407         <eliz@gnu.org>.
21409 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
21411         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21413 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
21415         * window.el (display-buffer): Fix arguments to
21416         display-buffer-reuse-window in last change.
21418         * faces.el (link): Use a less saturated blue on light backgrounds.
21420         * startup.el (fancy-startup-text, fancy-about-text)
21421         (fancy-startup-tail): Use font-lock faces, for background safety.
21423 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
21425         * emulation/viper-cmd.el (viper-change-state-to-vi):
21426         Limit triggering of abbrev expansion (Bug#9038).
21428 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
21430         * window.el (display-buffer-default-specifiers): Remove.
21431         (display-buffer-macro-specifiers): Remove default specifiers.
21432         (display-buffer-alist): Default to nil.
21433         (display-buffer-reuse-window): New optional argument other-window.
21434         (display-buffer-pop-up-window): Allow splitting internal
21435         windows.  Check whether a live window was created.
21436         (display-buffer-other-window-means-other-frame)
21437         (display-buffer-normalize-arguments): Rename to
21438         display-buffer-normalize-argument and rewrite.  Set the
21439         other-window specifier.
21440         (display-buffer-normalize-special): New function.
21441         (display-buffer-normalize-options): Rename to
21442         display-buffer-normalize-default and rewrite.
21443         (display-buffer-normalize-options-inhibit): Remove.
21444         (display-buffer-normalize-specifiers): Rewrite.
21445         (display-buffer): Process other-window specifier and call
21446         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
21447         more faithfully.
21448         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21449         (display-buffer-alist-set): Don't handle 'unset default values.
21450         (display-buffer-in-window, display-buffer-alist-set):
21451         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
21452         <tassilo@member.fsf.org>.
21454 2011-07-09  Leo Liu  <sdl.web@gmail.com>
21456         * register.el (insert-register): Restore accidental change on
21457         2011-06-26.  (Bug#9028)
21459 2011-07-09  Glenn Morris  <rgm@gnu.org>
21461         * subr.el (remq): Handle the empty list.  (Bug#9024)
21463 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
21465         * mail/sendmail.el (send-mail-function): No longer delay custom
21466         initialization.
21467         * custom.el (custom-initialize-delay): Doc fix.
21469 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21471         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21473 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
21475         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21476         human-friendly prompt.
21478 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21480         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21481         provided by a particular plugin.
21483 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21485         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21486         save customizations (with "emacs -Q"), just set the variable
21487         instead of erroring out.
21489         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21491 2011-07-08  Juri Linkov  <juri@jurta.org>
21493         * arc-mode.el (archive-zip-expunge, archive-zip-update)
21494         (archive-zip-update-case): Use 7z if found by `executable-find'.
21495         The order of searching the available programs is the same as in
21496         `archive-zip-extract' (bug#8968).
21498 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21500         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21501         (menu-bar-options-menu): Tweak descriptions.
21503 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21505         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21506         menu items into verb phrases (bug#1421).  Also refill to fit under
21507         80 columns.
21509 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21511         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21512         (Info-read-node-name): Doc fix (Bug#1084).
21514         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21515         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21516         (end-of-sexp, beginning-of-sexp)
21517         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21518         (forward-symbol, forward-same-syntax, word-at-point)
21519         (sentence-at-point): Doc fix (Bug#1144).
21521 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21523         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21524         should cover it (bug#1281).
21526         * cus-edit.el (custom-show): Mark as obsolete.
21528         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21529         negotiation fails, then possibly try again with a non-encrypted
21530         connection (bug#9017).
21532         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21533         be used.
21535 2011-07-07  Richard Stallman  <rms@gnu.org>
21537         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21538         property, and handle its changed format.
21539         Look for the correct line number.
21540         Use file's line contents (but not past first =) to find
21541         correct line in message.
21543 2011-07-07  Kenichi Handa  <handa@m17n.org>
21545         * international/characters.el (build-unicode-category-table):
21546         Delete it.
21547         (unicode-category-table): Set it by unicode-property-table-internal.
21549         * international/mule-cmds.el (char-code-property-alist): Move to
21550         to src/chartab.c.
21551         (get-char-code-property): Call unicode-property-table-internal to
21552         load a file.  Call get-unicode-property-internal where necessary.
21553         (put-char-code-property): Call unicode-property-table-internal to
21554         load a file.  Call put-unicode-property-internal where necessary.
21555         put-unicode-property-internal where necessary.
21556         (char-code-property-description):
21557         Call unicode-property-table-internal to load a file.
21559         * international/charprop.el:
21560         * international/uni-bidi.el:
21561         * international/uni-category.el:
21562         * international/uni-combining.el:
21563         * international/uni-comment.el:
21564         * international/uni-decimal.el:
21565         * international/uni-decomposition.el:
21566         * international/uni-digit.el:
21567         * international/uni-lowercase.el:
21568         * international/uni-mirrored.el:
21569         * international/uni-name.el:
21570         * international/uni-numeric.el:
21571         * international/uni-old-name.el:
21572         * international/uni-titlecase.el:
21573         * international/uni-uppercase.el: Regenerate.
21575         * loadup.el: Load international/charprop.el before
21576         international/characters.
21578 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21580         * window.el (next-buffer, previous-buffer): Signal an error if
21581         called from a minibuffer window.
21583         * bindings.el: Revert 2011-07-04 change.
21585 2011-07-06  Richard Stallman  <rms@gnu.org>
21587         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21588         (rmail-mime-insert-bulk, rmail-mime-insert-text):
21589         Treat markers like ints.
21590         (rmail-mime-entity): Doc fix.
21592 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21594         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21595         defcustom again for backwards compatibility.
21597         * simple.el (shell-command-on-region): Fill.
21599         * dired-aux.el (dired-kill-line): Add a doc string.
21601         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21602         to "\\sw\\|\\s_" (bug#358).
21604         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21605         (dired-unmark-backward): Ditto.
21606         (dired-flag-backup-files): Ditto.
21608         * dired-x.el (dired-mark-sexp): Ditto.
21610 2011-07-06  Richard Stallman  <rms@gnu.org>
21612         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21613         (rmail-mime-entity): New arg TRUNCATED.
21614         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21615         New functions.
21616         (rmail-mime-save): Warn if entity is truncated.
21617         (rmail-mime-toggle-hidden): Likewise, for showing.
21618         (rmail-mime-process-multipart): Record when an entity is truncated.
21620         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21621         if ENTITY is a string.
21623 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21625         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21626         of faces when `M-C-x'-ing their definitions (bug#8378).
21627         Also clean up the code slightly.
21629         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21630         because that makes the colors go away.
21632         * mail/sendmail.el (send-mail-function): Change the default to
21633         `sendmail-query-once'.
21634         (sendmail-query-once): Add an autoload cookie.
21636         * net/network-stream.el (network-stream-open-starttls): Try using
21637         a plain connection even if the server offered STARTTLS, and we
21638         kinda wanted to use it, if Emacs doesn't have any STARTTLS
21639         capability.  This should make smtpmail.el work in slightly more
21640         configurations.
21642 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
21644         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21645         New defun.
21646         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21648 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
21650         * progmodes/sql.el: Version 3.0
21651         (sql-product-alist): Add product :completion-object,
21652         :completion-column, and :statement attributes.
21653         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21654         (sql-mode-syntax-table): Mark all punctuation.
21655         (sql-font-lock-keywords-builder): Temporarily remove fallback on
21656         ansi keywords.
21657         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21658         (sql-mode-oracle-font-lock-keywords): Improve.
21659         (sql-oracle-show-reserved-words): New function for development.
21660         (sql-product-font-lock): Simplify for source code buffers.
21661         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21662         New functions.
21663         (sql-highlight-product): Set product specific syntax table.
21664         (sql-mode-map): Add statement movement functions.
21665         (sql-ansi-statement-starters, sql-oracle-statement-starters):
21666         New variable.
21667         (sql-statement-regexp, sql-beginning-of-statement)
21668         (sql-end-of-statement, sql-signum): New functions.
21669         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21670         (sql-show-sqli-buffer): Bug fix.
21671         (sql-interactive-mode): Store connection data as buffer local.
21672         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
21673         with sql-interactive-mode.
21674         (sql-save-connection): Save buffer local settings.
21675         (sql-connection-menu-filter): Change menu entry name.
21676         (sql-product-interactive): Bug fix.
21677         (sql-preoutput-hold): New variable.
21678         (sql-interactive-remove-continuation-prompt): Bug fixes.
21679         (sql-debug-redirect): New variable.
21680         (sql-str-literal): New function.
21681         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21682         Redesign.
21683         (sql-oracle-save-settings, sql-oracle-restore-settings)
21684         (sql-oracle-list-all, sql-oracle-list-table): New functions.
21685         (sql-completion-object, sql-completion-column)
21686         (sql-completion-sqlbuf): New variables.
21687         (sql-build-completions-1, sql-build-completions)
21688         (sql-try-completion): New functions.
21689         (sql-read-table-name): Use them.
21690         (sql-contains-names): New buffer local variable.
21691         (sql-list-all, sql-list-table): Use it.
21692         (sql-oracle-completion-types): New variable.
21693         (sql-oracle-completion-object, sql-sqlite-completion-object)
21694         (sql-postgres-completion-object): New functions.
21696 2011-07-06  Glenn Morris  <rgm@gnu.org>
21698         * window.el (pop-to-buffer): Doc fix.
21700 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
21702         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21704 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
21706         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21708         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21710 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
21712         * button.el (button): Inherit from link face.  Suggested by Dan
21713         Nicolaescu.
21715 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21717         * progmodes/gdb-mi.el: Fit in 80 columns.
21718         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21719         switch-to-buffer.
21721         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21722         if imenu is simply not configured (bug#8941).
21724 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
21726         * allout.el (allout-post-undo-hook): New allout outline-change
21727         event hook to signal undo activity.
21728         (allout-post-command-business): Run allout-post-undo-hook if an
21729         undo just occurred.
21730         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21731         * allout-widgets.el (allout-widgets-after-undo-function):
21732         Ensure the integrity of the current item's decoration after it has been
21733         in the vicinity of an undo.
21734         (allout-widgets-mode): Include allout-widgets-after-undo-function
21735         on the new allout-post-undo-hook.
21737 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21739         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21740         Let define-derived-mode define it.
21741         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21742         cycles of abbrev-table inheritance (bug#8998).
21744 2011-07-05  Roland Winkler  <winkler@gnu.org>
21746         * textmodes/bibtex.el: Add support for biblatex.
21747         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21748         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21749         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21750         (bibtex-entry-alist, bibtex-field-alist): New variables.
21751         (bibtex-entry-field-alist): Obsolete alias for
21752         bibtex-BibTeX-entry-alist.
21753         (bibtex-entry-alist, bibtex-field-alist): New widgets.
21754         (bibtex-set-dialect): New command.
21755         (bibtex-entry-type, bibtex-entry-head)
21756         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21757         Bind via bibtex-set-dialect.
21758         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21759         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21760         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21761         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21762         Define via bibtex-set-dialect.
21763         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21764         Obey bibtex-no-opt-remove-re.
21765         (bibtex-vec-push, bibtex-vec-incr): New functions.
21766         (bibtex-format-entry, bibtex-field-list)
21767         (bibtex-print-help-message, bibtex-validate)
21768         (bibtex-search-entries): Use new format of bibtex-entry-alist.
21770 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21772         * progmodes/compile.el (compilation-goto-locus):
21773         * net/tramp-cmds.el (tramp-append-tramp-buffers):
21774         * bs.el (bs-cycle-next, bs-cycle-previous):
21775         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21776         * bindings.el (mode-line-other-buffer):
21777         * autoinsert.el (auto-insert):
21778         * arc-mode.el (archive-extract):
21779         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21781 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21783         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21784         Fix check of `emacs-lock-unlockable-modes'.
21785         Coerce true values of `emacs-lock--try-unlocking' to t.
21787 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21789         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21790         * emacs-lock.el: New file.
21792 2011-07-05  Julien Danjou  <julien@danjou.info>
21794         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21795         than `boundp' to check if face is set.
21797 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21799         * register.el (registerv-make):
21800         * window.el (window-min-height): Fix typos in docstrings.
21802 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
21804         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21805         Update doc string.
21807 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21809         * server.el (server-execute): Catch quit and call
21810         `server-return-error' to pass the error back to emacsclient and
21811         close the connection (bug#8942).
21813 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
21815         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21816         insecure exception for current topic.  Also note that auto-saves
21817         are handled differently.
21819         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21820         State variables for tracking auto-save inhibition situation.
21822         (allout-write-contents-hook-handler): Rename from
21823         'allout-write-file-hook-handler', and describe how it depends on
21824         write-contents-functions sensitivity to non-nil value to prevent
21825         file write.
21827         (allout-auto-save-hook-handler): Remove.  auto-save does not check
21828         this in individual buffers, only in the starting buffer, so this
21829         is not the right way for us to inhibit auto-save in a buffer
21830         according to its condition.
21832         (allout-mode): Use new allout-write-contents-hook-handler, and
21833         only with write-contents-functions.  Remove auto-save provisions -
21834         they're implemented elsewhere.
21836         (allout-before-change-handler): If undo is in progress, note that
21837         for attention of allout-post-command-business.
21839         (allout-post-command-business): If the command we're following was
21840         an undo, check for change in the status of encrypted items and
21841         adjust auto-save inhibitions accordingly.
21843         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21844         according to whether there are or aren't any plain-text topics
21845         pending encryption.
21847         (allout-inhibit-auto-save-info-for-decryption):
21848         Adjust buffer-saved-size and some allout state to inhibit auto-saves
21849         if there are plain-text topics pending encryption.
21851         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21852         buffer-saved-size and some allout state to not inhibit auto-saves
21853         if there are no longer any plain-text topics pending encryption.
21855         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21856         No longer provide for exemption of the current topic.
21858 2011-07-04  Juri Linkov  <juri@jurta.org>
21860         Add 7z operations to delete and save changed members (bug#8968).
21861         * arc-mode.el (archive-7z-expunge, archive-7z-update):
21862         New defcustoms.
21863         (archive-7z-write-file-member): New function.
21864         (archive-7z-summarize): Fix the number of dashes in the
21865         listing output.
21867 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21869         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21870         (bug#8958).
21872 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
21874         * bindings.el: Ignore next-buffer and previous-buffer in
21875         minibuffer-local-map.
21877         * font-lock.el (font-lock-builtin-face): Change light background
21878         color to dark slate blue (Bug#6693).
21880 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
21882         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21884 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21886         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21887         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21888         Add switch-to-buffer.
21890 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21892         * isearch.el (isearch-search-fun-function): Clarify further the
21893         meaning of the function returned.
21895 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
21897         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21899         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21900         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21901         Use it.
21902         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
21903         `tramp-default-remote-path' does not exist.
21904         (tramp-send-command-and-read): New optional argument NOERROR.
21905         (tramp-open-connection-setup-interactive-shell)
21906         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21907         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21908         (tramp-process-sentinel): Flush also process' connection property.
21909         (tramp-sh-handle-start-file-process): Do not set process
21910         sentinel.  It is done now ...
21911         (tramp-maybe-open-connection): ... here.  (Bug#8929)
21913 2011-07-04  MON KEY  <monkey@sandpframing.com>
21915         * play/animate.el (animate-string): Doc fixes and allow changing
21916         the buffer name (bug#5417).
21918 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21920         * play/animate.el (animation-buffer-name): Rename from *animate*.
21922 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
21924         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21925         This is simpler and helps future-proof the code.
21926         (timer-until): Use time-subtract and float-time.
21927         (timer--time-less-p): Use time-less-p.
21929 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21931         * type-break.el (timep): Use the value of `float-time' to avoid a
21932         byte-compiler warning.
21934         * server.el (server-eval-and-print): Return any result, even nil.
21936 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21938         * type-break.el: Accept time formats that the builtins accept.
21939         (timep, type-break-time-difference): Accept any format that
21940         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21941         This is simpler and helps future-proof the code.
21942         (type-break-time-difference): Round rather than ignoring
21943         subseconds components.
21945 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21947         * info.el (Info-apropos-matches): Make non-interactive, since it
21948         doesn't seem to do anything useful as a command (bug#8829).
21950 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
21952         * frame.el (frame-background-mode, frame-set-background-mode):
21953         Move from faces.el.
21954         (frame-default-terminal-background): New function.
21956         * custom.el (custom-push-theme): Don't record faces in `changed'
21957         theme; this doesn't work correctly for per-frame face settings.
21958         (disable-theme): Use face-set-after-frame-default to reset faces.
21959         (custom--frame-color-default): New function.
21961 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21963         * dired.el (dired-flagging-regexp): Remove unused variable
21964         (bug#8769).
21966 2011-03-29  Kevin Ryde  <user42@zip.com.au>
21968         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21969         `perl-Test2' extend to match possible "fail #N" rep count
21970         (bug#8377).
21972 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21974         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21975         `smtpmail-via-smtp' now returns the error instead of nil.
21977         * isearch.el (isearch-search-fun-function): Clarify the doc string
21978         (bug#8101).
21980 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
21982         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21983         unnecessary spaces (bug#8987).
21985 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21987         * net/network-stream.el (open-network-stream): Use the
21988         :end-of-capability command thoughout.
21990 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
21992         * net/network-stream.el (open-network-stream): Add the
21993         :end-of-capability command parameter, used by pop3.el.
21995 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21997         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21999         * fringe.el (fringe-query-style): Remove redundant text " (type ?
22000         for list)" (bug#6475).
22002         * files.el (file-expand-wildcards): Ignore non-readable
22003         sub-directories while trying to find matches instead of signaling
22004         an error (bug#6297).
22006         * man.el (Man-reference-regexp): Allow matching possible
22007         word-wrapped references (bug#6289).
22009         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
22010         for consistency with the other vc buffers (bug#6197).
22011         (vc-checkin): Ditto.
22013         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
22015         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
22017 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22019         * custom.el (defcustom): Clarify that :set is only used in the
22020         Customize user interface (bug#6089).
22022         * progmodes/flymake.el (flymake-mode): If the buffer isn't
22023         associated with a file, refuse to run instead of erroring out
22024         (bug#6084).
22026         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
22027         the doc string, since it appears that using `fill-column' always
22028         controls the width (bug#7845).
22030         * simple.el (shell-command-on-region): Say where the error output
22031         went if `shell-command-default-error-buffer' is set (bug#6857).
22033 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
22035         * allout.el (allout-yank-processing): Adjust cursor position for
22036         backwards-deleted space.
22038         (allout-rebullet-heading): Register changes with
22039         allout-exposure-changed-hook, so the modified topic is properly
22040         decorated.
22042 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22044         * minibuffer.el (completion-in-region): Document PREDICATE
22045         (bug#7136).
22047         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
22048         of keyword/argument pairs (bug#6904).
22050         * replace.el (multi-occur):
22051         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
22053 2011-07-02  Drew Adams  <drew.adams@oracle.com>
22055         * dired.el (dired-mark-if): Make the message about whether it's
22056         marking or unmarking clearer (bug#8523).
22058 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22060         * disp-table.el (display-table-print-array): New function.
22061         (describe-display-table): Use it to print the vectors more pretty
22062         (Bug#8859).
22064 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
22066         * window.el (window-state-get-1): Don't assign clone numbers.
22067         Add clone-of item to list of window parameters.
22068         (window-state-put-2): Don't process clone numbers.
22069         (display-buffer-alist): Fix doc-string.
22071 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22073         * subr.el (remq): Don't allocate if it's not needed.
22074         (keymap--menu-item-binding, keymap--menu-item-with-binding)
22075         (keymap--merge-bindings): New functions.
22076         (keymap-canonicalize): Use them to refine the canonicalization.
22077         * minibuffer.el (minibuffer-local-completion-map)
22078         (minibuffer-local-must-match-map): Move initialization from C.
22079         (minibuffer-local-filename-completion-map): Move initialization from C;
22080         don't inherit from anything here.
22081         (minibuffer-local-filename-must-match-map): Make obsolete.
22082         (completing-read-default): Use make-composed-keymap to combine
22083         minibuffer-local-filename-completion-map with either
22084         minibuffer-local-must-match-map or
22085         minibuffer-local-filename-completion-map.
22087 2011-07-01  Glenn Morris  <rgm@gnu.org>
22089         * type-break.el (type-break-time-sum): Use dolist.
22091         * textmodes/flyspell.el (flyspell-word-search-backward):
22092         Replace CL function.
22094 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22096         * mouse.el (mouse--strip-first-event): New function.
22097         (function-key-map): Use it to map fringe clicks to normal clicks
22098         by default.
22100         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
22101         (vc-bzr-revision-completion-table): Add support for annotate and date.
22103         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
22104         inherit from parent.
22106 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22108         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
22109         (dired-show-file-type): Doc fixup (bug#8818).
22111         * dired.el (dired-mode): Fix up the doc string as suggested by
22112         Drew Adams (bug#8817).
22114         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
22115         cookie, since the manual says that it should be possible to add
22116         this function to `find-file-hook' (bug#8709).
22118 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
22120         * progmodes/cfengine.el: Moved all cfengine3.el functionality
22121         here.  Noted Ted Zlatanov as the maintainer.
22122         (cfengine-common-settings, cfengine-common-syntax): New functions
22123         to set up common things between `cfengine-mode' and
22124         `cfengine3-mode'.
22125         (cfengine3-mode): New mode.
22126         (cfengine3-defuns cfengine3-defuns-regex
22127         (cfengine3-class-selector-regex cfengine3-category-regex)
22128         (cfengine3-vartypes cfengine3-font-lock-keywords)
22129         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
22130         (cfengine3-indent-line): Add from cfengine3.el.
22132 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
22134         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
22136         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
22138 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
22140         * window.el (same-window-buffer-names, same-window-regexps)
22141         (same-window-p, special-display-frame-alist)
22142         (special-display-popup-frame, special-display-function)
22143         (special-display-buffer-names, special-display-regexps)
22144         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
22145         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22146         (split-window-preferred-function, split-height-threshold)
22147         (split-width-threshold, even-window-heights)
22148         (display-buffer-mark-dedicated, window-splittable-p)
22149         (split-window-sensibly, window-safely-shrinkable-p):
22150         Un-obsolete.
22151         (display-buffer): Don't spread args with function specifier
22152         because special-display-popup-frame won't like it.
22154 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22156         Time-stamp simplifications and fixes.
22157         These improve accuracy slightly, and future-proof the code
22158         against some potential changes to current-time format.
22160         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
22161         by using time-since and float-time.
22163         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
22164         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
22165         + NNN microseconds".
22167         * type-break.el (type-break-time-sum): Rewrite using time-add.
22169         * play/hanoi.el (hanoi-current-time-float): Remove.
22170         All uses replaced by float-time.
22172         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
22173         This yields a more-accurate answer.
22174         (rng-time-to-float): Remove; no longer needed.
22176         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
22178         * calendar/timeclock.el (timeclock-seconds-to-time):
22179         Defalias to seconds-to-time, since they're the same thing.
22181         * emacs-lisp/elp.el (elp-elapsed-time):
22182         * emacs-lisp/benchmark.el (benchmark-elapse):
22183         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
22185 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22187         * window.el (bury-buffer): Don't iconify the only frame.
22188         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
22189         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
22191 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
22193         * eshell/em-smart.el (eshell-smart-display-navigate-list):
22194         Add mouse-yank-primary.
22196 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
22198         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
22200 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22202         * emacs-lisp/find-func.el (find-library--load-name): New fun.
22203         (find-library-name): Use it to find relative load names when provided
22204         absolute file name (bug#8803).
22206 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22208         * textmodes/flyspell.el (flyspell-word): Consider words that
22209         differ only in case as potential doublons (bug#5687).
22211         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
22212         Remove two rather uninteresting debugging-like messages to make
22213         debbugs.el more silent.
22215         * comint.el (comint-password-prompt-regexp): Accept "Response" as
22216         a password-like phrase.
22218 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
22220         * progmodes/cc-guess.el: New file.
22222         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
22224         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
22225         derived from `c-basic-common-init'.
22227         * progmodes/cc-mode.el (top-level): Require cc-guess.
22228         (c-basic-common-init): Use `cc-choose-style-for-mode'.
22230 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
22232         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
22234 2011-06-30  Alan Mackenzie  <acm@muc.de>
22236         * progmodes/cc-engine.el (c-guess-continued-construct):
22237         Correct the handling of template-args-cont, particularly for when font
22238         lock is disabled.  Name this case as "CASE G".
22240 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
22242         * allout.el (allout-yank-processing): Fix injection of extra space
22243         between bullet and non-whitespace character in first topic when
22244         pasting, ensuring that the actual spacing in the pasted topic
22245         following the bullet char is preserved.  This extra space was
22246         causing pasted encrypted topics to get a decrypted status even
22247         when the content was actually still encrypted.  Now the decryption
22248         status from before the paste is preserved.
22250         (allout-flag-region): Set all allout overlays so they evaporate
22251         when reduced to zero length (evanescent), to prevent overlay
22252         leakage.
22254 2011-06-30  Glenn Morris  <rgm@gnu.org>
22256         * w32-fns.el (w32-charset-info-alist): Declare.
22258         * find-dired.el (find-grep-options): Simplify.
22260         * term/ns-win.el (ns-set-resource): Declare.
22262         * ses.el (row, col): Declare dynamic variables honestly.
22264         * textmodes/reftex-parse.el (index-tags): Declare.
22266 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
22268         * cus-edit.el (customize-push-and-save): New function.
22270         * files.el (hack-local-variables-confirm): Use it.
22272         * custom.el (load-theme): New arg NO-CONFIRM.
22273         Use customize-push-and-save (Bug#8720).
22274         (custom-enabled-themes): Doc fix.
22276         * cus-theme.el (customize-create-theme)
22277         (custom-theme-merge-theme): Callers to load-theme changed.
22279 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22281         * thingatpt.el (thing-at-point-short-url-regexp): Require that
22282         short URLs have at least one dot in them (bug #7614).
22284         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22285         nil, because using a pty is apparently too slow (bug #895).
22287 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22289         * mail/sendmail.el (sendmail-query-once): New function.
22290         (sendmail-query-once-function): New variable.
22292 2011-06-29  Glenn Morris  <rgm@gnu.org>
22294         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22296         * ses.el (top-level): Require cl when compiling.
22297         (ses-set-localvars): Fix error statement.
22298         Call it at compile time to silence a storm of warnings.
22300 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
22302         * window.el (normalize-live-buffer): Rename to
22303         window-normalize-buffer.
22304         (normalize-live-frame): Rename to window-normalize-frame.
22305         (normalize-any-window): Rename to window-normalize-any-window.
22306         (normalize-live-window): Rename to window-normalize-live-window.
22307         (make-window-atom): Rename to window-make-atom.
22308         (window-resize-reset): Rename to window--resize-reset.
22309         (window-resize-reset-1): Rename to window--resize-reset-1.
22310         (resize-mini-window): Rename to window--resize-mini-window.
22311         (resize-subwindows-skip-p): Rename to
22312         window--resize-subwindows-skip-p.
22313         (resize-subwindows-normal): Rename to
22314         window--resize-subwindows-normal.
22315         (resize-subwindows): Rename to window--resize-subwindows.
22316         (resize-other-windows): Rename to window--resize-siblings.
22317         (resize-this-window): Rename to window--resize-this-window.
22318         (resize-root-window): Rename to window--resize-root-window.
22319         (resize-root-window-vertically): Rename to
22320         window--resize-root-window-vertically.
22321         (normalize-buffer-to-display): Rename to
22322         window-normalize-buffer-to-display.
22323         (normalize-buffer-to-switch-to): Rename to
22324         window-normalize-buffer-to-switch-to.
22325         Correspondingly update all callers of the functions listed
22326         above.
22327         (display-buffer-alist, display-buffer-normalize-arguments)
22328         (display-buffer-normalize-options, display-buffer)
22329         (display-buffer-alist-set): Use "function" instead of
22330         "fun-with-args".
22332 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
22334         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22335         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
22336         debbugs.gnu.org.  Mention acknowledgment email.
22338 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22340         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22341         buffer multibyteness, since it shouldn't matter.
22343 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
22345         * window.el (display-buffer-in-side-window): Handle dedicated
22346         windows as in display-buffer-reuse-window.
22347         (display-buffer-normalize-alist): Use value of override
22348         specifier.
22349         (display-buffer-normalize-specifiers): Use value of
22350         other-window-means-other-frame specifier.
22351         (display-buffer-alist): Rewrite some texts in widgets.
22352         (display-buffer): Spread arguments when calling function
22353         specified by fun-with-args.
22355 2011-06-28  Deniz Dogan  <deniz@dogan.se>
22357         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22358         Unnest `let'.
22360         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22361         selectors (Bug#5732).
22362         (css-proprietary-nmstart-re): Use `regexp-opt'.
22364 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
22366         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22367         (eshell-ls-date-format): New defcustom.
22368         (eshell-ls-file): Use it.
22370 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22372         * help-fns.el (describe-variable): Fix message for terminal-local vars.
22374 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22376         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22377         (ange-ftp-make-tmp-name): New arg.
22378         (ange-ftp-file-local-copy): Use it.
22380 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
22382         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22383         no-conversion (Bug#8870).
22385 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
22387         * window.el (window-right, window-left, window-child)
22388         (window-child-count, window-last-child)
22389         (window-iso-combination-p, walk-window-tree-1)
22390         (window-atom-check-1, window-tree-1, delete-window)
22391         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22392         new naming conventions - window-vchild, window-hchild,
22393         window-next and window-prev are now called window-top-child,
22394         window-left-child, window-next-sibling and window-prev-sibling
22395         respectively.
22396         (resize-window-reset): Rename to window-resize-reset.
22397         (resize-window-reset-1): Rename to window-resize-reset-1.
22398         (resize-window): Rename to window-resize.
22399         (window-min-height, window-min-width)
22400         (resize-mini-window, resize-this-window, resize-root-window)
22401         (resize-root-window-vertically, adjust-window-trailing-edge)
22402         (enlarge-window, shrink-window, maximize-window)
22403         (minimize-window, delete-window, quit-restore-window)
22404         (split-window, balance-windows, balance-windows-area-adjust)
22405         (balance-windows-area, window-state-put-2)
22406         (display-buffer-even-window-sizes, display-buffer-set-height)
22407         (display-buffer-set-width, set-window-text-height)
22408         (fit-window-to-buffer): Rename all "resize-window" prefixed
22409         calls to use the "window-resize" prefix convention.
22410         (display-buffer-alist): Fix symbol for label specifier.
22411         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22412         corresponding specifier.
22413         Reported by Juanma Barranquero <lekktu@gmail.com>.
22415 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
22417         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22418         convention.
22419         (ses-call-printer): Does not pass an empty string to formatter when the
22420         cell is empty to keep from barking printer Calc math-format-value.
22422 2011-06-27  Richard Stallman  <rms@gnu.org>
22424         * battery.el (battery-mode-line-limit): New variable.
22425         (battery-update): Handle it.
22427         * mail/rmailmm.el (rmail-mime-process-multipart):
22428         Handle truncated messages.
22430 2011-06-27  Glenn Morris  <rgm@gnu.org>
22432         * progmodes/flymake.el (flymake-err-line-patterns):
22433         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
22435 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
22437         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22438         (ses--clean-!, ses--clean-_): New functions.
22439         (ses-range): Add configurability of readout order, and conversion
22440         to Calc vector.
22442         * ses.el (ses-repair-cell-reference-all): New function.
22443         (ses-cell-symbol): Set macro as safe, so that it can be used in
22444         formulas.
22446         * ses.el: Update cycle detection algorithm.
22447         (ses-localvars): Add ses--Dijkstra-attempt-nb and
22448         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22449         (ses-set-localvars): New function.
22450         (ses-make-cell): Add property-list as a cell element.
22451         (ses-cell-property-get-fun, ses-cell-property-get)
22452         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22453         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22454         New functions.
22455         (ses-cell-property-set, ses-cell-property-pop)
22456         (ses-cell-property-get-handle): New macro.
22457         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22458         New aliases, used for code readability.
22459         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22460         cycle detection.
22461         (ses-self-reference-early-detection): New defcustom.
22462         (ses-formula-references): Robustify against self-referring cells.
22463         (ses-mode): Use ses-set-localvars.
22464         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22465         before lauching the update processing.
22466         (ses-initialize-Dijkstra-attempt): New function.
22467         (ses-recalculate-cell): Update for cycle detection based on
22468         Dijkstra algorithm.
22470         * ses.el: Fix commenting and indenting convention.
22472 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22474         * bs.el (bs-cycle-next): Complete last change.
22476 2011-06-27  Drew Adams  <drew.adams@oracle.com>
22478         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22480 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22482         * net/network-stream.el (network-stream-open-starttls):
22483         Don't re-get capabilities unless we've reestablished connection.
22484         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22486         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22487         to binary to possibly avoid line encoding issues on Windows (among
22488         other things).
22490 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22492         * net/network-stream.el (open-network-stream): Return an :error
22493         saying what the problem was, if possible.
22495         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22496         server.
22498         * net/network-stream.el (network-stream-open-starttls): If we
22499         wanted to use STARTTLS, and the server offered it, but we weren't
22500         able to because we had no STARTTLS support, then close the connection.
22501         (open-network-stream): Return an :error element, if present.
22503 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
22505         * hl-line.el (hl-line-sticky-flag): Doc fix.
22506         (global-hl-line-sticky-flag): New option (Bug#8323).
22507         (global-hl-line-highlight): Obey it.
22509         * vc/vc.el (vc-revert-show-diff): Default to t.
22511 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
22513         * allout-widgets.el (allout-widgets-post-command-business):
22514         Stop decorating intermediate isearch matches.  They're not being
22515         undecorated when an isearch is continued past, and isearch
22516         automatically collapses them.  This leads to "widget leaks", where
22517         decorated items accumulate in collapsed areas.  Lines with lots of
22518         hidden widgets can slow down cursor travel, substantially.
22519         Too much complicated machinery would be needed to ensure undecoration,
22520         so we're doing without this nicety.
22522         (allout-widgets-tally-string): Don't try to do a hash-table-count
22523         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
22524         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22525         *Messages* when allout-widgets-maintain-tally is t.
22527 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
22529         * window.el (display-buffer-normalize-argument): Rename to
22530         display-buffer-normalize-arguments.  Handle special meaning of
22531         LABEL argument.  Respect special-display-function when popping up
22532         a new frame.  Fix code searching for a window showing the buffer
22533         on another frame.
22534         (display-buffer-normalize-specifiers):
22535         Call display-buffer-normalize-arguments.
22536         (display-buffer-in-window): Don't undedicate the window if its
22537         buffer remains the same.
22538         Reported by Drew Adams <drew.adams@oracle.com>.
22539         (display-buffer-alist): Add choice for same-window macro
22540         specfier.
22541         (display-buffer): Mention special meaning of LABEL argument in
22542         doc-string.  Fix quoting.  Don't pop up a new frame even as
22543         fallback.
22545 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
22547         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22548         avoid deleting the current window in some cases (bug#8911).
22550 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
22552         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22553         (Bug#8934)
22555 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22557         * net/network-stream.el (network-stream-open-starttls):
22558         Use built-in TLS support if `gnutls-available-p' is true.
22559         (network-stream-open-tls): Ditto.
22561 2011-06-26  Leo Liu  <sdl.web@gmail.com>
22563         * register.el (registerv): New struct.
22564         (registerv-make): New function.
22565         (jump-to-register, describe-register-1, insert-register):
22566         Support the jump-func, print-func and insert-func slot of a registerv
22567         struct.  (Bug#8415)
22569 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
22571         * vc/vc.el (vc-revert-show-diff): New defcustom.
22572         (vc-diff-internal): New arg specifying diff buffer.
22573         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
22574         reuse an existing *vc-diff* buffer (Bug#8927).
22576         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22578 2011-06-26  Glenn Morris  <rgm@gnu.org>
22580         * progmodes/f90.el (f90-critical-indent): New option.
22581         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22582         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22583         (f90-mode): Doc fix.
22584         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22585         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22586         (f90-beginning-of-block, f90-next-block, f90-indent-region)
22587         (f90-match-end): Handle block, critical.
22589 2011-06-25  Glenn Morris  <rgm@gnu.org>
22591         * calendar/diary-lib.el (diary-included-files): Doc fix.
22592         (diary-include-files): New function, extracted from
22593         diary-include-other-diary-files and diary-mark-included-diary-files.
22594         (diary-include-other-diary-files, diary-mark-included-diary-files):
22595         Just call diary-include-files.
22596         (diary-mark-entries): Reset diary-included-files on first call.
22598         * calendar/diary-lib.el (diary-mark-entries)
22599         (diary-mark-included-diary-files):
22600         Visit included diary-files in temp buffers.
22602         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22603         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22604         (f90-start-block-re, f90-imenu-generic-expression)
22605         (f90-looking-at-program-block-start, f90-no-block-limit):
22606         Add support for submodules.
22608         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22609         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22611 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
22613         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22614         buffer-file-type before setting its value, to avoid disastrous
22615         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
22617 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
22619         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22621         * ses.el (ses-unload-function):
22622         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22624         * proced.el (proced-unload-function):
22625         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22627 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
22629         * server.el (server-create-window-system-frame): Add parameters arg.
22630         (server-process-filter): Doc fix.  Handle frame-parameters.
22632 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
22634         Fix bug#8730, bug#8781.
22636         * loadhist.el (unload--set-major-mode): New function.
22637         (unload-feature): Use it.
22639         * progmodes/python.el (python-after-info-look): Add autoload cookie.
22640         (python-unload-function): New function.
22642 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22644         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22646 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
22648         * net/browse-url.el (browse-url-firefox-program): Add icecat to
22649         the candidates list.
22651 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
22653         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22655 2011-06-23  Richard Stallman  <rms@gnu.org>
22657         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22658         (rmail-variables): Set next-error-move-function.
22659         (rmail-what-message): Take argument POS.
22660         (rmail-next-error-move): New function.
22662 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22664         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22665         messages for adjacent non-terminals.
22667 2011-06-23  Richard Stallman  <rms@gnu.org>
22669         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22670         (rmail-show-message-1): Preserve buffer modified flag.
22671         (rmail-start-mail): Don't specify use of rmail-mail-return;
22672         that's done by mail-bury now.
22673         (rmail-mail-return): Handle arg NEWBUF.
22675 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
22677         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22678         SIZE is a number.
22680 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
22682         * window.el (get-lru-window, get-mru-window)
22683         (get-largest-window): Never return a minibuffer window.
22684         (display-buffer-pop-up-window): Fix a bug that could lead to
22685         reusing the minibuffer window.
22686         (display-buffer): Pass original specifier argument to
22687         display-buffer-function instead of the normalized one.
22688         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22690 2011-06-22  Leo Liu  <sdl.web@gmail.com>
22692         * minibuffer.el (completing-read-function)
22693         (completing-read-default): Move from minibuf.c.
22695 2011-06-22  Richard Stallman  <rms@gnu.org>
22697         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22698         to Rmail even if not started by a special Rmail command.
22700         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22701         Copy the buffer currently showing just one message.
22703 2011-06-22  Roland Winkler  <winkler@gnu.org>
22705         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22706         (bibtex-clean-entry): First delete the old key so that a
22707         customized algorithm for generating the new key does not get
22708         confused by the old key.
22709         (bibtex-url): Obey regexp of first step.
22710         (bibtex-search-entries): Do not use add-to-list with local
22711         list-var.
22713 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22715         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22716         stored a user name, then query for the password first, instead of
22717         waiting for SMTP to give an error message and the trying again.
22719 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
22721         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22722         BUFFER in call-process.
22724 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22726         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22727         QUIT twice.
22728         (smtpmail-try-auth-methods): Require user name and password from
22729         auth-source.
22731 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
22733         * window.el (display-buffer-default-specifiers)
22734         (display-buffer-alist): Remove entries for pop-up-frame-alist.
22735         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22736         (split-window): Normalize SIDE argument (Bug#8916).
22738         * frame.el (pop-up-frame-alist, pop-up-frame-function)
22739         (special-display-frame-alist, special-display-popup-frame):
22740         Remove duplicate declarations.  These are now in window.el.
22742 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22744         * mail/smtpmail.el (smtpmail-via-smtp):
22745         Set :use-starttls-if-possible so that we always use STARTTLS if the
22746         server supports it.  SMTP servers that support STARTTLS commonly
22747         require it.
22749         * net/network-stream.el (network-stream-open-starttls): Support
22750         upgrading to STARTTLS always, even if we don't have built-in support.
22751         (open-network-stream): Add the :always-query-capabilities keyword.
22753         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22754         upgrades with `open-network-stream', and rely solely on
22755         auth-source for all credentials.  Big changes throughout the file,
22756         but in particular:
22757         (smtpmail-auth-credentials): Remove.
22758         (smtpmail-starttls-credentials): Remove.
22759         (smtpmail-via-smtp): Check for servers saying they want AUTH after
22760         MAIL FROM, too.
22762         * net/network-stream.el (network-stream-open-starttls):
22763         Provide support for client certificates both for external and built-in
22764         STARTTLS.
22765         (auth-source): Require.
22766         (open-network-stream): Document the :client-certificate keyword.
22767         (network-stream-certificate): Change cert-cert to cert and
22768         cert-key to key.
22770 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
22772         * net/tramp-cache.el (top): Don't load the persistency file when
22773         "emacs -Q" has been called.
22775 2011-06-21  Tim Harper  <timcharper@gmail.com>
22777         * term/ns-win.el (ns-initialize-window-system):
22778         Set application-specific `ApplePressAndHoldEnabled' system
22779         resource to NO as it is not yet supported by the NS port.
22781 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
22783         * misc.el (list-dynamic-libraries--refresh): Compute header here...
22784         (list-dynamic-libraries): ...not here.
22786 2011-06-21  Leo Liu  <sdl.web@gmail.com>
22788         * subr.el (sha1): Implement sha1 using secure-hash.
22790 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
22792         * window.el (display-buffer-alist): In default value do not
22793         enforce searching a window on any but the selected frame.
22794         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22795         (display-buffer-select-window): Remove function.
22796         (display-buffer-in-window): When a window on another frame gets
22797         reused, do not select it any more but just raise its frame if
22798         necessary (Bug#8851) and (Bug#8856).
22799         (display-buffer-normalize-options): Handle pop-up-frames related
22800         options more faithfully.
22801         (pop-to-buffer): Don't rely on `display-buffer' selecting the
22802         window if it is on another frame.
22803         (display-buffer-alist, display-buffer-default-specifiers):
22804         Don't make new frame unsplittable by default.
22805         (display-buffer-normalize-argument): Fix doc-string typo and use
22806         'same-frame-other-window instead of 'other-window when associating
22807         with display-buffer-macro-specifiers.
22809 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
22811         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22812         New functions.
22813         (5x5-mode-map, 5x5-mode-menu): Bind them.
22814         (5x5-draw-grid): Tweak the solver's rendering.
22816 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22818         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22819         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22821 2011-06-21  Drew Adams  <drew.adams@oracle.com>
22823         * menu-bar.el: Use function variable instead of switch-to-buffer.
22824         (menu-bar-select-buffer-function): New variable.
22825         (menu-bar-update-buffers): Use it (bug#8876).
22827 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22829         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22830         variable's status.
22832 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
22834         * x-dnd.el (x-dnd-version-from-flags)
22835         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22836         and long as number (Bug#8899).
22837         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22839 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22841         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22842         (completion-try-completion, completion-all-completions): Compute the
22843         metadata argument if it's missing; make it optional (bug#8795).
22845         * wid-edit.el: Use lex-bind and move towards completion-at-point.
22846         (widget-complete): Use new :completion-function property.
22847         (widget-completions-at-point): New function.
22848         (default): Use :completion-function instead of :complete.
22849         (widget-default-completions): Rename from widget-default-complete;
22850         Rewrite.
22851         (widget-string-complete, widget-file-complete, widget-color-complete):
22852         Remove functions.
22853         (file, symbol, function, variable, coding-system, color):
22854         * international/mule-cmds.el (default-input-method, charset)
22855         (language-info-custom-alist):
22856         * cus-edit.el (face): Use new property :completions.
22858         * progmodes/pascal.el (pascal-completions-at-point): New function.
22859         (pascal-mode): Use it.
22860         (pascal-mode-map): Use completion-at-point.
22861         (pascal-toggle-completions): Make obsolete.
22862         (pascal-complete-word, pascal-show-completions):
22863         * progmodes/octave-mod.el (octave-complete-symbol):
22864         Redefine as obsolete alias.
22865         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22866         Signal absence of completion info for old Octave,
22867         (inferior-octave-complete): Redefine as obsolete alias.
22868         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22869         (meta-completions-at-point): Rename from meta-complete-symbol and
22870         adapt it for use on completion-at-point-functions.
22871         (meta-common-mode): Use it.
22872         (meta-looking-at-backward, meta-match-buffer): Remove.
22873         (meta-complete-symbol): Redefine as obsolete alias.
22874         (meta-common-mode-map): Use completion-at-point.
22875         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22876         (makefile-mode-map): Use completion-at-point.
22877         (makefile-completions-at-point): Rename from makefile-complete and
22878         adapt it for use on completion-at-point-functions.
22879         (makefile-mode): Use it.
22880         (makefile-complete): Redefine as obsolete alias.
22882 2011-06-20  Deniz Dogan  <deniz@dogan.se>
22884         * net/rcirc.el: Delete trailing whitespaces once and for all.
22886 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
22888         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22890 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
22892         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22894         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22896 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
22898         * window.el (display-buffer-other-window-means-other-frame):
22899         Call display-buffer-normalize-alist.
22900         (display-buffer-normalize-specifiers-1): Rename to
22901         display-buffer-normalize-argument.  New argument other-frame.
22902         Rewrite.
22903         (display-buffer-normalize-specifiers-2): Rename to
22904         display-buffer-normalize-options.
22905         (display-buffer-normalize-alist-1): New function.
22906         (display-buffer-normalize-specifiers-3): Rename to
22907         display-buffer-normalize-alist.
22908         Call display-buffer-normalize-alist-1.
22909         (display-buffer-normalize-options-inhibit): New variable.
22910         (display-buffer-normalize-specifiers): Rewrite calling
22911         display-buffer-normalize-alist,
22912         display-buffer-normalize-argument, and
22913         display-buffer-normalize-options.  Don't call the latter if
22914         display-buffer-normalize-options-inhibit is non-nil.
22915         (frame-auto-delete): New option.
22916         (window-deletable-p): Use frame-auto-delete.
22917         (window-list-no-nils, window-state-ignored-parameters)
22918         (window-state-get-1, window-state-get, window-state-put-list)
22919         (window-state-put-1, window-state-put-2, window-state-put):
22920         New functions.
22921         (display-buffer-normalize-options): Move special-display-p group
22922         after pop-up-frame group (Bug#8851) and (Bug#8856).
22924 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
22926         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22927         groups (Bug#8776).
22928         (rx-submatch-n): New function.
22929         (rx): Document it.
22931         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22932         (Bug#8768).
22934         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22936         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22938         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22939         anytime existing face settings are present (Bug#8889).
22941         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22942         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22943         Remove unused argument.
22945 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
22947         * window.el (display-buffer-default-specifiers):
22948         Remove pop-up-frame.  Add pop-up-window-min-height,
22949         pop-up-window-min-width, and another reuse-window specifier
22950         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
22951         (display-buffer-normalize-specifiers-2):
22952         Handle split-height-threshold and split-width-threshold also when
22953         pop-up-windows is unset.  Add a reuse-window specifier for the
22954         case popping up a new window fails.
22955         (special-display-popup-frame): Remove double quoting.
22956         (display-buffer-normalize-specifiers-1): Fix thinko.
22958 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22960         * shell.el (shell-completion-vars): Set pcomplete-termination-string
22961         according to comint-completion-addsuffix.
22963         * pcomplete.el: Convert to lexical binding and fix bug#8819.
22964         (pcomplete-suffix-list): Mark as obsolete.
22965         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22966         pcomplete-seen in the closure.
22967         (pcomplete-comint-setup): Setup completion-at-point as well.
22968         (pcomplete--entries): New function.
22969         (pcomplete--env-regexp): New var.
22970         (pcomplete-entries): Rewrite to work with partial-completion and
22971         without relying on pcomplete-suffix-list.
22972         (pcomplete-pare-list): Remove, unused.
22974 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22976         * window.el (display-buffer-alist): Set pop-up-window-min-height
22977         and pop-up-window-min-width in default value.  Reported by
22978         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
22979         other-window-means-other-frame.
22980         (display-buffer-macro-specifiers): Comment out entry for
22981         other-window specifier.
22982         (display-buffer-other-window-means-other-frame): New function.
22983         (display-buffer-normalize-specifiers-1): New arguments
22984         buffer-name and label.  Treat other-window case specially.
22985         (display-buffer-normalize-specifiers-2): Treat other-window case
22986         specially.
22987         (display-buffer-normalize-specifiers-3): New function.
22988         (display-buffer-normalize-specifiers):
22989         Call display-buffer-normalize-specifiers-3.
22991 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22993         * window.el (same-window-p): Fix two typos introduced when
22994         adding with-no-warnings.
22995         (display-buffer-normalize-specifiers-1): Don't check
22996         pop-up-frames for 'unset initialization.
22997         (display-buffer-normalize-specifiers-2): Major rewrite using
22998         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22999         (pop-up-frames, display-buffer-reuse-frames)
23000         (display-buffer-mark-dedicated): Don't initialize to 'unset.
23001         Suggested by David Engster <deng@randomsample.de>.
23002         (even-window-heights): Initialize to 'unset.
23003         (display-buffer-alist-set): Handle new 'unset initializations.
23004         (display-buffer-macro-specifiers): Don't pop up a new frame in the
23005         other window case.
23007 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
23009         * window.el (display-buffer-normalize-specifiers-1):
23010         Respect current value of pop-up-frames for most reasonable values of
23011         second argument of display-buffer (Bug#8865).
23012         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
23013         (switch-to-buffer-other-window-same-frame)
23014         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
23015         Adams (Bug#8875).
23016         (display-buffer): Don't check noninteractive when calling
23017         display-buffer-pop-up-frame.
23018         (display-buffer-pop-up-frame): Never pop up a frame in
23019         noninteractive mode (Bug#8857).
23020         (enlarge-window, shrink-window): Don't report an error when the
23021         window can't be resized as requested (Bug#8862).
23023 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23025         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
23027         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
23029         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
23031 2011-06-15  Alan Mackenzie  <acm@muc.de>
23033         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
23034         for declarators, disable knr checking to speed up for normal files.
23035         2: Refactor, replacing a sequence of nested if forms by a cond form.
23037 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23039         * net/network-stream.el (open-network-stream): Add the keyword
23040         :always-query-capabilities for the case where you want to force a
23041         `plain' network connection, but the protocol still requires the
23042         capabilitiy command (i.e., SMTP and EHLO).
23044         * subr.el (process-live-p): Rename from `process-alive-p' for
23045         consistency with other `-live-p' functions.
23047 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23049         * window.el (same-window-buffer-names, same-window-regexps)
23050         (special-display-frame-alist, special-display-popup-frame)
23051         (special-display-function, special-display-buffer-names)
23052         (special-display-regexps, pop-up-frame-alist)
23053         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
23054         (pop-up-windows, split-window-preferred-function)
23055         (split-height-threshold, split-width-threshold, even-window-heights)
23056         (display-buffer-mark-dedicated): Don't encourage the use of
23057         display-buffer-alist from Elisp code.
23059 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
23061         * progmodes/python.el (python-mode): Derive from prog-mode.
23062         * progmodes/ps-mode.el (ps-mode):
23063         * progmodes/mixal-mode.el (mixal-mode):
23064         * progmodes/cfengine.el (cfengine-mode):
23065         * progmodes/ld-script.el (ld-script-mode): Likewise.
23067 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
23069         * window.el (display-buffer-alist): Trim default value to avoid
23070         popping up a new frame (Bug#8857) or reusing an arbitrary window
23071         on another frame.
23072         (display-buffer): Do not fall back on popping up a new frame in
23073         batch mode (Bug#8857).
23075 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
23077         * cus-theme.el (describe-theme-1): Use custom-theme-p.
23078         (custom-theme-summary): New function.
23079         (customize-themes): Use it.
23081 2011-06-13  Glenn Morris  <rgm@gnu.org>
23083         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
23085 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
23087         * help.el (help-window): Remove variable.
23088         (help-window-point-marker, temp-buffer-max-height)
23089         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
23090         (help-print-return-message): Don't set help-window.
23091         (resize-temp-buffer-window): Rewrite cod eand doc-string.
23092         (help-window-setup-finish): Remove.
23093         (help-window-display-message, help-window-setup)
23094         (with-help-window): Major rewrite based on new
23095         display-buffer-window variable.
23097         * help-mode.el (help-mode-finish): Remove help-window related
23098         code.
23100         * view.el (view-exits-all-viewing-windows): Remove reference to
23101         view-return-to-alist in doc-string.
23102         (view-return-to-alist): Make obsolete.
23103         (view-buffer): Call pop-to-buffer-same-window and remove
23104         undo-window code.
23105         (view-buffer-other-window): Call pop-to-buffer-other-window and
23106         simplify code.  Ignore second argument.
23107         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
23108         simplify code.  Ignore second argument.
23109         (view-return-to-alist-update): Make obsolete.
23110         (view-mode-enter): Rename second argument to QUIT-RESTORE.
23111         Rewrite using quit-restore window parameters.
23112         (view-mode-exit): Rename second argument to EXIT-ONLY.
23113         Rewrite using quit-restore-window.
23114         (View-exit, View-exit-and-edit, View-leave, View-quit)
23115         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
23116         appropriate arguments.
23117         (view-end-message): Use quit-restore window parameter.
23119         * window.el (display-buffer-function): Rewrite doc-string.
23120         (display-buffer-window, display-buffer-alist): New variables.
23121         (display-buffer-split-specifiers)
23122         (display-buffer-side-specifiers)
23123         (display-buffer-macro-specifiers): New constants.
23124         (display-buffer-even-window-sizes, display-buffer-set-height)
23125         (display-buffer-set-width, display-buffer-select-window)
23126         (display-buffer-in-window, display-buffer-reuse-window)
23127         (display-buffer-split-window-1, display-buffer-split-window)
23128         (display-buffer-split-atom-window, display-buffer-pop-up-window)
23129         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
23130         (display-buffer-in-side-window, normalize-buffer-to-display)
23131         (display-buffer-normalize-specifiers-1)
23132         (display-buffer-normalize-specifiers-2)
23133         (display-buffer-normalize-specifiers, display-buffer-frame):
23134         New functions.
23135         (display-buffer): Major rewrite.
23136         (display-buffer-other-window, display-buffer-other-frame)
23137         (pop-to-buffer, switch-to-buffer-other-window)
23138         (switch-to-buffer-other-frame): Rewrite.
23139         (display-buffer-same-window, display-buffer-same-frame)
23140         (display-buffer-same-frame-other-window)
23141         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
23142         (pop-to-buffer-other-window)
23143         (pop-to-buffer-same-frame-other-window)
23144         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
23145         (switch-to-buffer-other-window-same-frame): New functions.
23146         (same-window-p, special-display-p): Rewrite disabling warnings.
23147         Make obsolete.
23148         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23149         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
23150         Make obsolete
23151         (same-window-buffer-names, same-window-regexps)
23152         (special-display-frame-alist, special-display-popup-frame)
23153         (special-display-function, special-display-buffer-names)
23154         (special-display-regexps, pop-up-frame-alist)
23155         (pop-up-frame-function, split-window-preferred-function)
23156         (split-height-threshold, split-width-threshold)
23157         (even-window-heights): Make obsolete.
23159 2011-06-12  Glenn Morris  <rgm@gnu.org>
23161         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
23162         Misc simplifications.
23164 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
23166         * window.el (window-safely-shrinkable-p): Restore function which
23167         was inadvertently removed in change from 2011-06-11.  Declare as
23168         obsolete.
23170         * calendar/calendar.el (calendar-generate-window):
23171         Use window-iso-combined-p instead of combination of one-window-p and
23172         window-safely-shrinkable-p.
23174 2011-06-12  Glenn Morris  <rgm@gnu.org>
23176         * progmodes/fortran.el (fortran-mode-syntax-table):
23177         * progmodes/f90.el (f90-mode-syntax-table):
23178         Set % to punctuation.  (Bug#8820)
23179         (f90-find-tag-default): Remove, no longer needed.
23181 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
23183         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
23185 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
23187         * image.el (image-animated-p): Return animation delay in seconds.
23188         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
23189         (image-animate-timeout): Remove DELAY argument.  Don't assume
23190         every subimage has the same delay; get it from image-animated-p.
23191         (image-animate): Caller changed.
23193 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
23195         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
23196         to ignored backtrace functions.
23198 2011-06-11  Glenn Morris  <rgm@gnu.org>
23200         * calendar/appt.el (appt-disp-window-function): Doc fix.
23201         (appt-check): Handle overlapping appointments.  (Bug#8337)
23203 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
23205         * window.el (window-tree-1, window-tree): New functions, moving
23206         the latter to window.el.
23207         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
23208         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
23209         (bw-refresh-edges): Remove.
23210         (balance-windows-1, balance-windows-2): New functions.
23211         (balance-windows): Rewrite in terms of window tree functions,
23212         balance-windows-1 and balance-windows-2.
23213         (bw-adjust-window): Remove.
23214         (balance-windows-area-adjust): New function with functionality of
23215         bw-adjust-window but using resize-window.
23216         (set-window-text-height): Rewrite doc-string.
23217         Use normalize-live-window and resize-window.
23218         (enlarge-window-horizontally, shrink-window-horizontally):
23219         Rename argument to DELTA.
23220         (window-buffer-height): New function.
23221         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
23222         Rewrite using new window resize routines.
23223         (kill-buffer-and-window, mouse-autoselect-window-select):
23224         Use ignore-errors instead of condition-case.
23225         (quit-window): Call delete-frame instead of delete-windows-on
23226         for the only buffer on frame.
23228 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
23230         * loadup.el (top-level): Load window before files for the sake
23231         of replace-buffer-in-windows.
23233         * files.el (read-buffer-to-switch)
23234         (switch-to-buffer-other-window)
23235         (switch-to-buffer-other-frame, display-buffer-other-frame):
23236         Move to window.el.
23238         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
23239         (previous-buffer): Move to window.el.
23241         * bindings.el (unbury-buffer): Move to window.el.
23243         * window.el (delete-other-windows-vertically): Move after
23244         definition of delete-other-windows.
23245         (other-window, delete-windows-on, replace-buffer-in-windows):
23246         Move here from window.c.
23247         (record-window-buffer, unrecord-window-buffer)
23248         (set-window-buffer-start-and-point, switch-to-prev-buffer)
23249         (switch-to-next-buffer): New functions.
23250         (get-next-valid-buffer, last-buffer, next-buffer): Move here
23251         from simple.el.  Call switch-to-next-buffer.
23252         (previous-buffer): Move here from simple.el.
23253         Call switch-to-prev-buffer.
23254         (bury-buffer): Move here from buffer.c.  Switch to previous
23255         buffer when window cannot be deleted.
23256         (unbury-buffer): Move here from bindings.el.
23257         (ctl-x-map): Move binding for other-window from window.c to
23258         here.
23259         (read-buffer-to-switch, switch-to-buffer-other-window)
23260         (switch-to-buffer-other-frame): Move here from files.el.
23261         (normalize-buffer-to-switch-to): New functions.
23262         (switch-to-buffer): Move here from buffer.c.
23263         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
23265 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
23267         * window.el (window-min-height, window-min-width): Move here
23268         from window.c.  Add defcustoms and rewrite doc-strings.
23269         (resize-mini-window, resize-window): New functions.
23270         (adjust-window-trailing-edge, enlarge-window, shrink-window):
23271         Move here from window.c.
23272         (maximize-window, minimize-window): New functions.
23273         (delete-window, delete-other-windows, split-window): Move here
23274         from window.c.
23275         (window-split-min-size): New function.
23276         (split-window-keep-point): Mention split-window-above-each-other
23277         instead of split-window-vertically.
23278         (split-window-above-each-other, split-window-vertically):
23279         Rename split-window-vertically to split-window-above-each-other
23280         and provide defalias for old definition.
23281         (split-window-side-by-side, split-window-horizontally):
23282         Rename split-window-horizontally to split-window-side-by-side
23283         and provide defalias for the old definition.
23284         (ctl-x-map): Move bindings for delete-window,
23285         delete-other-windows and enlarge-window here from window.c.
23286         Replace bindings for split-window-vertically and
23287         split-window-horizontally by bindings for
23288         split-window-above-each-other and split-window-side-by-side.
23290         * cus-start.el (all): Remove entries for window-min-height and
23291         window-min-width.  Add entries for window-splits and
23292         window-nest.
23294 2011-06-09  Glenn Morris  <rgm@gnu.org>
23296         * calendar/appt.el (appt-mode-line): New function.
23297         (appt-check, appt-disp-window): Use it.
23299         * files.el (hack-one-local-variable-eval-safep):
23300         Allow minor-modes with explicit +/-1 arguments.
23302 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
23304         * term/xterm.el (xterm): Add defgroup.
23305         (xterm-extra-capabilities): Add defcustom to supply known xterm
23306         capabilities, skip querying them, or query them (default).
23307         (terminal-init-xterm): Use it.
23308         (terminal-init-xterm-modify-other-keys): New function to set up
23309         modifyOtherKeys support to simplify `terminal-init-xterm'.
23311 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
23313         * window.el (resize-window-reset, resize-window-reset-1)
23314         (resize-subwindows-skip-p, resize-subwindows-normal)
23315         (resize-subwindows, resize-other-windows, resize-this-window)
23316         (resize-root-window, resize-root-window-vertically)
23317         (window-deletable-p, window-or-subwindow-p)
23318         (frame-root-window-p): New functions.
23320 2011-06-09  Glenn Morris  <rgm@gnu.org>
23322         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23323         (ange-ftp-get-files): Use it.
23325 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
23327         * mail/sendmail.el (mail-recover-1, mail-recover):
23328         * files.el (recover-file, recover-session):
23329         Handle dired-listing-switches not being just a single short option.
23331 2011-06-09  Glenn Morris  <rgm@gnu.org>
23333         * calendar/appt.el (appt-display-message, appt-disp-window):
23334         Handle lists of appointments.
23336 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
23338         * window.el (one-window-p): Move down in code.
23339         Rewrite doc-string.
23340         (window-current-scroll-bars): Rewrite doc-string.
23341         Normalize live window argument.
23342         (walk-windows, get-window-with-predicate, count-windows):
23343         Rewrite doc-string.  Use window-list-1.
23344         (window-in-direction-2, window-in-direction, get-mru-window):
23345         New functions.
23347 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
23349         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
23350         Doc fix (Bug#8713).
23352 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
23354         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23356 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
23358         * loadhist.el (unload-feature-special-hooks):
23359         Add `comint-output-filter-functions'.
23361 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
23363         * calendar/appt.el (appt-check): Move some initializations into the let.
23365 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
23367         * window.el (window-height): Defalias to window-total-height.
23368         (window-width): Defalias to window-body-width.
23370 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
23372         * image-mode.el (image-toggle-animation): New command.
23373         (image-mode-map): Bind it to RET.
23374         (image-mode): Update message.
23375         (image-toggle-display-image): Avoid a spurious cache flush.
23376         (image-transform-rotation): Doc fix.
23377         (image-transform-properties): Return quickly in the normal case.
23378         (image-animate-loop): Rename from image-animate-max-time.
23380         * image.el (image-animate-max-time): Move to image-mode.el.
23381         (create-animated-image): Remove unnecessary function.
23382         (image-animate): Rename from image-animate-start.  New arg.
23383         (image-animate-stop): Remove; just use image-animate-timer.
23384         (image-animate-timer): Use car-safe.
23385         (image-animate-timeout): Rename argument.
23387 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
23389         * window.el (get-lru-window, get-largest-window): Move here from
23390         window.c.  Rename first argument to ALL-FRAMES.
23391         Rephrase doc-strings.
23392         (get-buffer-window-list): Rewrite using window-list-1.
23393         Rephrase doc-string.
23394         (window-safe-min-height, window-safe-min-width): New constants.
23395         (window-size-ignore, window-min-size, window-min-size-1)
23396         (window-sizable, window-sizable-p, window-size-fixed-1)
23397         (window-size-fixed-p, window-min-delta-1, window-min-delta)
23398         (window-max-delta-1, window-max-delta, window-resizable)
23399         (window-resizable-p, window-total-height, window-total-width)
23400         (window-body-width): New functions.
23401         (window-full-height-p, window-full-width-p): Rewrite using
23402         window-total-size.
23403         (window-body-height): Rewrite using window-body-size.
23405 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
23407         * window.el (window-right, window-left, window-child)
23408         (window-child-count, window-last-child, window-any-p)
23409         (normalize-live-buffer, normalize-live-frame)
23410         (normalize-any-window, normalize-live-window)
23411         (window-iso-combination-p, window-iso-combined-p)
23412         (window-iso-combinations)
23413         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23414         (windows-with-parameter, window-with-parameter)
23415         (window-atom-root, make-window-atom, window-atom-check-1)
23416         (window-atom-check, window-side-check, window-check):
23417         New functions.
23418         (ignore-window-parameters, window-sides, window-sides-vertical)
23419         (window-sides-slots): New variables.
23420         (window-size-fixed): Move down in code.  Minor doc-string fix.
23422 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
23424         * comint.el (comint-dynamic-complete-as-filename)
23425         (comint-dynamic-complete-filename): Correctly call
23426         completion-in-region.
23428 2011-06-05  Deniz Dogan  <deniz@dogan.se>
23430         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23431         in last change.
23433 2011-06-05  Deniz Dogan  <deniz@dogan.se>
23435         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23436         (rcirc): Use it to prompt for encryption.
23438 2011-06-05  Roland Winkler  <winkler@gnu.org>
23440         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23441         (bibtex-search-entries): New command bound to C-c C-a.
23442         (bibtex-display-entries): New function.
23444 2011-06-05  Roland Winkler  <winkler@gnu.org>
23446         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23447         (bibtex-insert-kill): After yanking insert newline if necessary.
23448         (bibtex-initialize): Call bibtex-string-files-init only once.
23449         (bibtex-mode): Do not call easy-menu-add.
23450         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23451         (bibtex-yank): Set arg properly if nil.
23453 2011-06-05  Roland Winkler  <winkler@gnu.org>
23455         * textmodes/bibtex.el (bibtex-search-entry-globally):
23456         New variable.
23457         (bibtex-search-entry): Use it.
23459 2011-06-05  Roland Winkler  <winkler@gnu.org>
23461         * textmodes/bibtex.el (bibtex-entry-format): New option
23462         sort-fields.
23463         (bibtex-format-entry, bibtex-reformat): Honor this option.
23464         (bibtex-parse-entry): Return fields in proper order.
23466 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
23468         * doc-view.el (doc-view-remove-if): Move computation of result out
23469         of `dolist' to silence misleading lexical-binding warning.
23471 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
23473         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23474         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23476 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
23478         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23479         "SunOS 5.10".
23481 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
23483         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23484         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23485         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23486         (tramp-parse-putty):
23487         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23488         (tramp-completion-function-alist-ssh)
23489         (tramp-completion-function-alist-telnet)
23490         (tramp-completion-function-alist-su)
23491         (tramp-completion-function-alist-putty): Set `tramp-autoload'
23492         cookie.
23494         * net/tramp-ftp.el:
23495         * net/tramp-sh.el:
23496         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23497         load "tramp.el" `tramp-set-completion-function'.
23499 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23501         * shell.el: Require and use pcomplete.
23502         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23503         (shell-completion-vars): Set pcomplete-default-completion-function.
23505 2011-06-04  Deniz Dogan  <deniz@dogan.se>
23507         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23508         `memq' (Bug#8799).
23510 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23512         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23514 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
23516         * bs.el (bs--mark-unmark, bs--nth-wrapper):
23517         * mpc.el (mpc-select-extend, mpc-songpointer-context):
23518         * vc/log-view.el (log-view-beginning-of-defun):
23519         * vc/smerge-mode.el (smerge-apply-resolution-patch)
23520         (smerge-refine-forward, smerge-refine-chopup-region):
23521         Silence warning for unused `dotimes' counter variables.
23523 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23525         * net/tramp.el (tramp-with-progress-reporter): Rename from
23526         with-progress-reporter.  Use `declare'.
23527         * net/tramp-smb.el:
23528         * net/tramp-sh.el:
23529         * net/tramp-gvfs.el: Update all uses.
23531 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
23533         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23534         buffer isn't killed before making it current.
23536 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23538         Silence various byte-compiler warnings.
23539         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23540         `access-type' and new obsolescence format.
23541         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23542         new format.
23543         (byte-compile-check-variable): New `access-type' argument.
23544         Only warn if the access-type is obsolete.
23545         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23546         (byte-compile-variable-set): Adjust callers.
23547         * help-fns.el (describe-variable): Adjust to new obsolescence format.
23548         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23549         setting it as obsolete.
23550         * simple.el (minibuffer-completing-symbol):
23551         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23552         access as obsolete.
23553         * minibuffer.el (minibuffer-completing-file-name): Don't make it
23554         obsolete yet.
23555         * international/quail.el (quail-mouse-choose-completion): Remove unused
23556         code referring to obsolete var.
23557         (quail-choose-completion-string): Remove.
23558         * server.el (server-clients-with, server-kill-buffer-query-function)
23559         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23560         * proced.el (proced-send-signal):
23561         * emacs-lisp/lisp.el (lisp-complete-symbol):
23562         Replace completion-annotate-function with completion-extra-properties.
23564 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23566         * simple.el (goto-line): Use read-number.
23567         (overriding-map-is-bound): Remove.
23568         (saved-overriding-map): Change default.
23569         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23570         Take the map as argument.
23571         (universal-argument, negative-argument, digit-argument): Use it.
23572         (restore-overriding-map): Adjust.
23573         (do-auto-fill): Use fill-forward-paragraph.
23574         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23576         * minibuffer.el (minibuffer-inactive-mode-map): New var.
23577         (minibuffer-inactive-mode): New major mode.
23578         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23579         the *Messages* buffer" hack.
23580         (mouse-popup-menubar): Don't burp if the event is a normal key.
23582         Miscellaneous tweaks.
23583         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23584         lexical scoping as in subr.el's dolist and dotimes.
23585         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23586         Silence compiler warning.
23587         * thingatpt.el (forward-whitespace): Trivial coding style fix.
23588         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23589         * international/ccl.el (ccl-compile): Trivial simplification.
23590         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23591         * emacs-lisp/testcover.el (testcover-end): Remove spurious
23592         `printflag' argument.
23593         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23594         Purecopy the whole obsolescence data.
23596 2011-06-01  Leo Liu  <sdl.web@gmail.com>
23598         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23599         improve doc-string as suggested by Marco Pessotto
23600         <melmothx@gmail.com>.
23601         (rcirc-print): Fix last change.
23603 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23605         * minibuffer.el (complete-with-action): Return nil for the metadata and
23606         boundaries of non-functional tables.
23607         (completion-table-dynamic): Return nil for the metadata.
23608         (completion-table-with-terminator): Add default case, using
23609         complete-with-action.
23610         (completion--metadata): New function.
23611         (completion-all-sorted-completions, minibuffer-completion-help): Use it
23612         to try and avoid pathological performance problems.
23613         (completion--embedded-envvar-table): Return `category' metadata.
23615 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23617         * subr.el (process-alive-p): New tiny convenience function.
23619 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23621         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23622         content but also its previous major mode.
23624 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
23626         * emacs-lisp/debug.el (debug): Restore the previous content of the
23627         *Backtrace* buffer when we exit with C-M-c.
23629 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23631         * minibuffer.el: Add metadata method to completion tables.
23632         (completion-category-overrides): New defcustom.
23633         (completion-metadata, completion--field-metadata)
23634         (completion-metadata-get, completion--styles)
23635         (completion--cycle-threshold): New functions.
23636         (completion-try-completion, completion-all-completions):
23637         Add `metadata' argument to choose completion-styles.
23638         (completion--do-completion): Use metadata to choose cycling.
23639         (completion-all-sorted-completions): Use metadata for sorting.
23640         Remove :completion-cycle-penalty which is not needed any more.
23641         (completion--try-word-completion): Add `metadata' argument.
23642         (minibuffer-completion-help): Check metadata for annotation function
23643         and sorting.
23644         (completion-file-name-table): Return `category' metadata.
23645         (minibuffer-completing-file-name): Make obsolete.
23646         * simple.el (minibuffer-completing-symbol): Make obsolete.
23647         * icomplete.el (icomplete-completions): Pass new `metadata' param to
23648         completion-try-completion.
23650 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23652         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23654 2011-05-30  Leo Liu  <sdl.web@gmail.com>
23656         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23657         (rcirc-print): Decode all incoming messages (bug#8744).
23658         (rcirc-decode-coding-system): Allow value nil for automatic coding
23659         system detection.
23661 2011-06-01  Glenn Morris  <rgm@gnu.org>
23663         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23665 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23667         * image.el (image-animate-max-time): Allow nil and t values.
23668         Default to nil.
23669         (create-animated-image): Doc fix.
23670         (image-animate-start): Remove second arg; just use
23671         image-animate-max-time.
23672         (image-animate-timeout): Doc fix.  Args changed.
23674         * image-mode.el (image-toggle-display-image): Ensure that the
23675         image spec passed to the animate timer is the same object as in
23676         the buffer's display property (Bug#6981).
23677         (image-transform-properties): Doc fix.
23679         * image.el (image-animate-max-time): Default to nil.
23681 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
23683         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23684         entire buffer list (Bug#8184).
23686 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23688         * image.el (imagemagick-types-inhibit)
23689         (imagemagick-register-types): Doc fix.
23691 2011-05-29  Deniz Dogan  <deniz@dogan.se>
23693         * net/rcirc.el (rcirc): Use the user's stored encryption method by
23694         default.
23696 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23698         * select.el: Don't perform clipboard-manager saving in hooks;
23699         leave the hooks empty.
23701 2011-05-28  Leo Liu  <sdl.web@gmail.com>
23703         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23704         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
23705         (occur-edit-mode): New major mode (Bug#8463).
23706         (occur-after-change-function): New function.
23707         (occur-engine): Give Occur tags a read-only property.
23709 2011-05-28  Kevin Ryde  <user42@zip.com.au>
23711         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23713 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23715         * bindings.el (help-echo): Make the initial non-indicator dash
23716         empty on graphical terminals (Bug#7295).
23718         * files.el (auto-mode-alist): Move config rule after the
23719         in-stripping one (Bug#8547).
23721         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23723         * startup.el (normal-splash-screen): Remove gratuitous mode-line
23724         setting (Bug#8740).
23726 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
23728         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23729         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23730         (Bug#8539).
23732 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23734         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23736 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
23738         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23739         (hs-hide-block-at-point, hs-find-block-beginning)
23740         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23741         (Bug#8279).
23743 2011-05-28  Glenn Morris  <rgm@gnu.org>
23745         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
23747 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23749         * help-fns.el (describe-function-1): If the function is a derived
23750         major mode, print the parent mode.
23752         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23753         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23755 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23757         * minibuffer.el (completion--capf-wrapper): Check applicability before
23758         returning non-nil for non-exclusive completion data.
23759         * progmodes/etags.el (tags-completion-at-point-function):
23760         * info-look.el (info-lookup-completions-at-point): Mark as
23761         non-exclusive.
23762         (info-complete): Adjust accordingly.
23764         * info-look.el: Convert to lexical-binding and completion-at-point.
23765         (info-lookup-completions-at-point): New function.
23766         (info-complete): Use it and completion-in-region.
23768 2011-05-28  Drew Adams  <drew.adams@oracle.com>
23770         * isearch.el: Let M-e start with point at the first mismatched char.
23771         (isearch-fail-pos): New function.
23772         (isearch-edit-string): Use it.
23774 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23776         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23778 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
23780         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
23781         traversal functions for avl-trees.
23782         (avl-tree--stack): New struct.
23783         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23784         (avl-tree-enter): Add optional `updatefun' arg.
23785         (avl-tree--do-enter): Add optional `updatefun' arg.
23786         Change return value.
23787         (avl-tree-delete): Add optional `test' and `nilflag' args.
23788         (avl-tree--do-delete): Add `test' and `nilflag' args.
23789         Change return value.
23790         (avl-tree-member): Add optional `nilflag'
23791         (avl-tree-member-p): New function.
23792         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23793         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23794         (avl-tree-stack-empty-p): New functions.
23796         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23797         avl-tree--del-balance1 and make it work both ways.
23798         (avl-tree--del-balance2): Remove.
23799         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23800         make it work both ways.
23801         (avl-tree--enter-balance2): Remove.
23802         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23803         New macros.
23804         (avl-tree--mapc, avl-tree-map): Add direction argument.
23806 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
23808         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23810 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
23812         * select.el: Support clipboard managers with built-in function
23813         x-clipboard-manager-save, via delete-frame-functions and
23814         kill-emacs-hook.
23815         (xselect-convert-to-targets): Add MULTIPLE target to list.
23816         (xselect-convert-to-save-targets): New function.
23818 2011-05-27  Kenichi Handa  <handa@m17n.org>
23820         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23821         let-binding rfc2047-encode-encoded-words to nil.
23823 2011-05-27  Glenn Morris  <rgm@gnu.org>
23825         * mail/emacsbug.el: Don't require url-util.
23827         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
23829         * files.el (set-auto-mode):
23830         Also respect mode: entries at the end of the file.  (Bug#8586)
23832 2011-05-26  Glenn Morris  <rgm@gnu.org>
23834         * files.el (hack-local-variables-prop-line, hack-local-variables):
23835         Downcase mode names, as seems to be traditional.
23836         (hack-local-variables, hack-local-variables-apply): Doc fixes.
23838         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23839         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
23841 2011-05-25  Julien Danjou  <julien@danjou.info>
23843         * textmodes/rst.el (rst-define-level-faces): Do not define face
23844         symbol if it is already defined.
23846 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
23848         * play/5x5.el (5x5-new-game, 5x5-randomize):
23849         Reset 5x5-solver-output to nil when a new grid is cast.
23850         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23851         these debugging traces, as defmacro breaks the compiled code.
23853 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23855         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23857 2011-05-24  Leo Liu  <sdl.web@gmail.com>
23859         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23860         (vc-bzr-sha1): Adapt.
23862         * sha1.el: Remove.  Function `sha1' is now builtin.
23864         * bindings.el: Provide sha1 feature.
23866 2011-05-24  Kenichi Handa  <handa@m17n.org>
23868         * mail/sendmail.el: Require `rfc2047'.
23869         (mail-insert-from-field): Do not perform RFC2047 encoding.
23870         (mail-encode-header): New function.
23871         (sendmail-send-it): Set buffer-file-coding-system of the work
23872         buffer to the return value of select-message-coding-system.
23873         Call mail-encode-header.
23875         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23877 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
23879         * mail/supercite.el (sc-default-cite-frame):
23880         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23882 2011-05-24  Glenn Morris  <rgm@gnu.org>
23884         * progmodes/python.el (brm-menu): Declare.
23886         * emulation/viper.el (viper-set-hooks): Declare.
23888         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23889         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23890         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23891         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23892         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23893         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23895 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23897         Add an :exit-function for completion-at-point.
23899         * minibuffer.el (completion--done): New fun.
23900         (completion--do-completion): Use it.  New arg `expect-exact'.
23901         (minibuffer-complete, minibuffer-complete-word): Don't output message,
23902         since completion--do-completion does it for us now.
23903         (minibuffer-force-complete): Use completion--done and
23904         completion--replace.  Handle sole-completion case with more care.
23905         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23906         (completion-extra-properties): New var.
23907         (completion-annotate-function): Make obsolete.
23908         (minibuffer-completion-help): Adjust accordingly.
23909         Use completion-list-insert-choice-function.
23910         (completion-at-point, completion-help-at-point):
23911         Bind completion-extra-properties.
23912         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23913         * simple.el (completion-list-insert-choice-function): New var.
23914         (completion-setup-function): Preserve it.
23915         (choose-completion): Pay attention to it, shuffle the code a bit.
23916         (choose-completion-string): New arg `insert-function'.
23918         * textmodes/bibtex.el: Convert to lexical binding.
23919         (bibtex-mode-map): Use completion-at-point.
23920         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23921         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23922         (bibtex-complete): Define as obsolete alias.
23923         (bibtex-complete-internal): Remove.
23924         (bibtex-format-entry): Remove unused sub-group in regexp.
23925         * shell.el (shell--command-completion-data)
23926         (shell-environment-variable-completion):
23927         * pcomplete.el (pcomplete-completions-at-point):
23928         * comint.el (comint--complete-file-name-data): Use :exit-function
23929         instead of completion-table-with-terminator so it also works for
23930         choose-completion.
23932 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23934         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23936         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23937         (bug#8710).
23939         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23941 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
23943         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23944         customization variable and implement: If non-nil, auto-fill will
23945         be inhibited while on topic's header line.
23947 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
23949         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23950         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
23951         always have a solution in grid size = 5 cases.
23952         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23953         (5x5-solver-output, 5x5-log-buffer): New vars.
23954         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23955         Make these variables buffer local to achieve 5x5 multi-session-ness.
23956         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23957         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23958         (5x5-solve-suggest): New funs.
23959         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23960         randomize a grid so that we ensure that there is always a solution.
23961         (5x5-make-random-grid): Allow other movement than flipping.
23963 2011-05-23  Kevin Ryde  <user42@zip.com.au>
23965         * emacs-lisp/advice.el (ad-read-advised-function):
23966         Use `function-called-at-point' as the default, if it has
23967         advice and passes PREDICATE.
23969 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23971         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23972         byte-compile-lambda if it's actually a lambda.
23974         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23975         Fix function quoting.  Use backquote better.
23977 2011-05-22  Yuanle Song  <sylecn@gmail.com>
23979         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23980         matching (Bug#8516).
23982 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
23984         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23985         different face (Bug#8178).
23987 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
23989         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23990         defface (Bug#8144).
23992 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23994         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23995         funcall as well (bug#8712).  Warn when performing those conversions.
23996         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23998         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
24000 2011-05-22  Glenn Morris  <rgm@gnu.org>
24002         * files.el (hack-local-variables-prop-line): Small simplifications.
24003         (hack-local-variables, hack-local-variables-prop-line):
24004         If MODE-ONLY, return the mode, rather than just `t'.
24006 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24008         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
24010 2011-05-21  Glenn Morris  <rgm@gnu.org>
24012         * files.el (hack-local-variables-prop-line, hack-local-variables):
24013         If only interested in the mode, don't bother doing the other stuff.
24015         * image-mode.el (image-after-revert-hook):
24016         Redraw all frames on which the image is visible.  (Bug#8567)
24018         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
24020         * wid-edit.el (widget-checklist-match-inline):
24021         Fix 2011-04-19 change.  (Bug#8649)
24023 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24025         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
24026         Also allow singlespace after single-letter capitals followed by a dot.
24028         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
24029         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
24031 2011-05-20  Nix  <nix@esperi.org.uk>
24033         * files.el (basic-save-buffer-2):
24034         Fix handling of break-hardlink-on-save with non-existent files.
24036 2011-05-19  Deniz Dogan  <deniz@dogan.se>
24038         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
24039         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
24041 2011-05-19  Glenn Morris  <rgm@gnu.org>
24043         * progmodes/f90.el (f90-type-def-re):
24044         Handle "type, bind(c)".  (Bug#8691)
24046         * emacs-lisp/autoload.el (batch-update-autoloads):
24047         Set autoload-excludes by parsing loadup.el rather than Makefiles.
24049 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
24051         * net/tramp.el (tramp-process-actions): Set "first-password-request"
24052         property for the correct connection in case of multihops.
24054 2011-05-18  Glenn Morris  <rgm@gnu.org>
24056         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
24057         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
24059         Rationalize calendar handling of day and month abbrev-arrays.
24060         * calendar/calendar.el (calendar-customized-p): New function.
24061         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
24062         (calendar-day-name-array, calendar-month-name-array): Doc fix.
24063         Add :set function.
24064         (calendar-abbrev-length, calendar-day-abbrev-array)
24065         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
24066         (calendar-day-abbrev-array, calendar-month-abbrev-array):
24067         Elements may no longer be nil.
24068         (calendar-day-name, calendar-month-name):
24069         Update for changed nature of abbrev arrays.
24070         * calendar/diary-lib.el (diary-name-pattern):
24071         Update for changed nature of abbrev arrays.
24072         (diary-mark-entries-1): Update calendar-make-alist calls.
24073         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
24074         * calendar/cal-html.el (cal-html-day-abbrev-array):
24075         Simply inherit from calendar-day-abbrev-array.
24077 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
24079         * progmodes/grep.el (grep-mode): Disable default
24080         compilation-directory-matcher setting (bug#8684).
24082 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
24084         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
24085         instead of "head" and "tail".  There were problems with SunOS 5.9,
24086         and it performs better.
24088 2011-05-17  Glenn Morris  <rgm@gnu.org>
24090         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
24092         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
24093         Replace obsolete function.
24095         * shell.el (pcomplete-parse-arguments-function): Declare.
24097         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
24098         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
24099         (appt-check): Doc fixes.
24100         (appt-disp-window-function, appt-delete-window-function):
24101         Remove needless special case in custom :type.
24102         (appt-display-count): Default to 0, not nil.
24103         (appt-check): Reset appt-display-count to 0, not nil.
24105 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
24107         * progmodes/python.el (python-font-lock-keywords):
24108         Add the Python 3.X keyword "nonlocal" (bug#8639).
24110 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24112         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
24114 2011-05-16  Kevin Ryde  <user42@zip.com.au>
24116         * info-look.el (makefile-automake-mode): New setups, looking in
24117         automake manual, then makefile-mode.
24118         (makefile-mode): Remove automake manual, have it just in
24119         makefile-automake-mode since there's various things different or
24120         not relevant to plain make.
24121         (makefile-mode): Remove "other-modes" non-existent automake-mode,
24122         believe a hypothetical automake-mode would go to makefile-mode,
24123         not the other way around.
24125 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
24127         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
24128         hunk-end tags (Bug#8672).
24130         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
24131         vc-annotate-show-diff-revision-at-line (Bug#8671).
24133 2011-05-14  Glenn Morris  <rgm@gnu.org>
24135         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
24136         in the middle of an existing one with multiple authors.  (Bug#8645)
24137         (change-log-font-lock-keywords): Also handle multiple author lines
24138         with leading tabs.  (Bug#8644)
24140         * calendar/appt.el (appt-check): Rename some local variables.
24141         Some simplification/reordering.
24143         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
24144         (feedmail-sendmail-f-doesnt-sell-me-out)
24145         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24146         (feedmail-debug-sit-for, feedmail-queue-express-hook)
24147         (feedmail-queue-runner-message-sender): Set :version.
24148         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
24149         (bbdb-dwim-net-address, vm-mail): Declare.
24150         (feedmail-binmail-gnulinuxish-template):
24151         Rename from feedmail-binmail-linuxish-template.
24152         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
24153         Use insert-buffer-substring.
24155 2011-05-14  Bill Carpenter  <bill@carpenter.org>
24157         * mail/feedmail.el (feedmail-patch-level): Increase.
24158         (feedmail-debug): New custom group.
24159         (feedmail-confirm-outgoing-timeout)
24160         (feedmail-sendmail-f-doesnt-sell-me-out)
24161         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24162         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
24163         (feedmail-sender-line, feedmail-from-line)
24164         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
24165         (feedmail-spray-this-address)
24166         (feedmail-spray-address-fiddle-plex-list)
24167         (feedmail-queue-use-send-time-for-date)
24168         (feedmail-queue-use-send-time-for-message-id)
24169         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
24170         (feedmail-buffer-eating-function):
24171         Doc fixes.
24172         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
24173         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
24174         (feedmail-message-action-scroll-down): New functions.
24175         (feedmail-queue-directory, feedmail-queue-draft-directory):
24176         Use expand-file-name.
24177         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
24178         Remove C-v help entry.
24179         (feedmail-queue-buffer-file-name): New variable.
24180         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
24181         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
24182         (feedmail-message-action-send-strong, feedmail-message-action-edit)
24183         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
24184         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
24185         (feedmail-message-action-toggle-spray)
24186         (feedmail-run-the-queue-no-prompts)
24187         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
24188         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
24189         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
24190         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
24191         (feedmail-envelope-deducer, feedmail-fiddle-from)
24192         (feedmail-fiddle-sender, feedmail-default-date-generator)
24193         (feedmail-fiddle-date, feedmail-fiddle-message-id)
24194         (feedmail-fiddle-spray-address)
24195         (feedmail-fiddle-list-of-spray-fiddle-plexes)
24196         (feedmail-fiddle-list-of-fiddle-plexes)
24197         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
24198         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
24199         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
24200         Change default.  Doc fix.
24201         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
24202         (feedmail-binmail-linuxish-template): New constant.
24203         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
24204         Respect feedmail-sendmail-f-doesnt-sell-me-out.
24205         (feedmail-send-it): Add debug call.
24206         Use feedmail-queue-buffer-file-name, and
24207         feedmail-send-it-immediately-wrapper.
24208         (feedmail-message-action-send): Add debug call.
24209         Use feedmail-send-it-immediately-wrapper.
24210         (feedmail-queue-express-to-queue): Add debug call.
24211         Run feedmail-queue-express-hook.
24212         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
24213         (feedmail-message-action-help-blat):
24214         Rename from feedmail-queue-send-edit-prompt-help-first.
24215         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
24216         Check line-endings.  Handle errors better.
24217         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
24218         Doc fix.  Add debug call.
24219         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
24220         Use feedmail-queue-send-edit-prompt-inner.
24221         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
24222         (feedmail-queue-send-edit-prompt-inner): New function, extracted
24223         from feedmail-queue-send-edit-prompt.
24224         (feedmail-queue-send-edit-prompt-help)
24225         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
24226         (feedmail-tidy-up-slug): Add debug call.
24227         Respect feedmail-queue-slug-suspect-regexp.
24228         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
24229         (feedmail-dump-message-to-queue): Add debug call.
24230         Expand queue-directory.
24231         (feedmail-dump-message-to-queue): Change message slightly.
24232         Use feedmail-say-chatter.
24233         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
24234         (feedmail-send-it-immediately-wrapper): New function.
24235         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
24236         Insert empty string rather than newline.  Handle full-frame case.
24237         Use catch/throw.  Use feedmail-say-chatter.
24238         (feedmail-fiddle-from): Try mail-host-address.
24239         (feedmail-default-message-id-generator): Doc fix.
24240         Bind system-time-locale.  Handle missing end.
24241         (feedmail-fiddle-x-mailer): Add debug call.
24242         Handle feedmail-x-mailer-line being nil.
24243         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
24244         Add debug call.  Use buffer-substring-no-properties.
24245         (feedmail-say-debug, feedmail-say-chatter): New functions.
24246         (feedmail-find-eoh): Give an explicit error.
24248 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
24250         * net/newst-treeview.el (newsticker-treeview-face): Change default
24251         family from helvetica to sans.
24252         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
24253         etc/images/newsticker.
24255         * net/newst-reader.el (newsticker-feed-face): Change default
24256         family from helvetica to sans.
24258         * net/newst-plainview.el (newsticker-new-item-face)
24259         (newsticker-old-item-face, newsticker-immortal-item-face)
24260         (newsticker-obsolete-item-face, newsticker-date-face)
24261         (newsticker-statistics-face): Change default family from
24262         helvetica to sans.
24263         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
24264         etc/images/newsticker.
24266         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
24267         (newsticker--process-auto-mark-filter-match): Tell user about
24268         auto-marking.
24270 2011-05-13  Didier Verna  <didier@xemacs.org>
24272         Common Lisp indentation improvements on defmethod and lambda-lists.
24273         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
24274         TODO entries.
24275         (lisp-lambda-list-keyword-parameter-indentation)
24276         (lisp-lambda-list-keyword-parameter-alignment)
24277         (lisp-lambda-list-keyword-alignment): New customizable user options.
24278         (lisp-indent-defun-method): Improve docstring.
24279         (extended-loop-p): Fix comment.
24280         (lisp-indent-lambda-list-keywords-regexp): New variable.
24281         (lisp-indent-lambda-list): New function.
24282         (lisp-indent-259): Use it.
24283         (lisp-indent-defmethod): Support for more than one
24284         method qualifier and properly indent methods lambda-lists.
24285         (defgeneric): Provide a missing common-lisp-indent-function property.
24287 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24289         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24290         bounds for the empty string (bug#8667).
24292 2011-05-13  Glenn Morris  <rgm@gnu.org>
24294         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24296         * mail/sendmail.el (sendmail-program): Try executable-find first.
24297         (sendmail-send-it): `sendmail-program' cannot be unbound.
24299         * calendar/appt.el (appt-make-list): Simplify.
24300         (appt-time-msg-list): Doc fix.
24301         (appt-check): Change mode-line message at the time of the appointment.
24303 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
24305         * progmodes/ld-script.el (ld-script-keywords)
24306         (ld-script-builtins): Update keywords list.
24308 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24310         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24312         * shell.el (shell-completion-vars): New function.
24313         (shell-mode):
24314         * simple.el (read-shell-command): Use it.
24315         (blink-matching-open): No need for " [...]" in minibuffer-message.
24317 2011-05-12  Glenn Morris  <rgm@gnu.org>
24319         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24320         (appt-check): Simplify.
24322 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
24324         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
24325         literal "/dev/null".
24327 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24329         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24330         Fix typo.
24332 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
24334         * progmodes/which-func.el (which-function):
24335         Use add-log-current-defun instead of add-log-current-defun-function,
24336         which might not be defined (Bug#8260).
24338 2011-05-12  Glenn Morris  <rgm@gnu.org>
24340         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24341         Let byte-compile-initial-macro-environment always take precedence.
24343 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24345         * net/rcirc.el: Add support for SSL/TLS connections.
24346         (rcirc-server-alist): New field `encryption'.
24347         (rcirc): Check `encryption' settings.
24348         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
24349         Merge make-local-variable into `set'.
24350         (rcirc--connection-open-p): New function.
24351         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
24352         the process is not a network process (e.g. running gnutls-cli).
24353         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
24354         Make rcirc-(en|de)code-coding-system local here.
24355         (rcirc-mode): Merge make-local-variable into `set'.
24356         (rcirc-parent-buffer): Make permanent buffer-local.
24357         (rcirc-multiline-minor-mode): Don't do it here.
24358         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24359         there's no server buffer.
24361 2011-05-11  Glenn Morris  <rgm@gnu.org>
24363         * newcomment.el (comment-kill): Prefix "unused" local.
24365         * term/w32console.el (get-screen-color): Declare.
24367         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24368         Handle symbol elements of byte-compile-initial-macro-environment.
24370 2011-05-10  Leo Liu  <sdl.web@gmail.com>
24372         * bookmark.el (bookmark-bmenu-mode-map):
24373         Bind bookmark-bmenu-search to `/'.
24375         * mail/footnote.el: Convert to utf-8 encoding.
24376         (footnote-unicode-string, footnote-unicode-regexp): New variable.
24377         (Footnote-unicode): New function.
24378         (footnote-style-alist): Add unicode style to the list.
24379         (footnote-style): Doc fix.
24381 2011-05-10  Jim Meyering  <meyering@redhat.com>
24383         Fix doubled-word typos.
24384         * international/quail.el (quail-insert-kbd-layout): and and -> and
24385         * kermit.el: and and -> and
24386         * net/ldap.el (ldap-search-internal): to to -> to
24387         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24388         * progmodes/js.el (js-mode): and and -> and
24389         * textmodes/artist.el (artist-move-to-xy): at at -> at
24390         (artist-draw-region-trim-line-endings): if if -> if
24391         And Safetyc -> Safety.
24392         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24394 2011-05-10  Glenn Morris  <rgm@gnu.org>
24395             Stefan Monnier  <monnier@iro.umontreal.ca>
24397         * files.el (hack-one-local-variable-eval-safep):
24398         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
24400 2011-05-10  Glenn Morris  <rgm@gnu.org>
24402         * calendar/diary-lib.el (diary-list-entries-hook)
24403         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24404         (diary-nongregorian-marking-hook, diary-list-entries)
24405         (diary-include-other-diary-files, diary-mark-entries)
24406         (diary-mark-included-diary-files): Doc fixes.
24408 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
24410         * misc.el: Require tabulated-list.el during compilation.
24412 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
24414         * progmodes/compile.el (compilation-start):
24415         Run compilation-filter-hook for the async case too.
24416         (compilation-filter-hook): Doc fix.
24418 2011-05-09  Deniz Dogan  <deniz@dogan.se>
24420         * wdired.el: Remove outdated installation comment.  Fix usage
24421         comment.
24423 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
24425         * misc.el: Implement new command `list-dynamic-libraries'.
24426         (list-dynamic-libraries--loaded-only-p): New variable.
24427         (list-dynamic-libraries--refresh): New function.
24428         (list-dynamic-libraries): New command.
24430 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
24432         * progmodes/compile.el (compilation-error-regexp-alist-alist):
24433         Fix the ant regexp to handle end-line and end-column info from jikes.
24434         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
24435         higher priority to avoid clobbering by gnu.
24437 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
24439         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24440         if the face has existing theme settings (Bug#8454).
24442 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
24444         * progmodes/perl-mode.el (perl-imenu-generic-expression):
24445         Only match variables declared via `my' or `our' (Bug#8261).
24447         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24448         special file names `.' and `..' (Bug#8259).
24450 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
24452         * progmodes/grep.el (grep-mode-font-lock-keywords):
24453         Remove buffer-changing entries.
24454         (grep-filter): New function.
24455         (grep-mode): Add it to compilation-filter-hook.
24457         * progmodes/compile.el (compilation-filter-hook)
24458         (compilation-filter-start): New defvars.
24459         (compilation-filter): Call compilation-filter-hook prior to
24460         updating the process mark.
24462 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24464         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24466 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
24468         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24469         mailclient-send-it even if window-system is nil.  (Bug#8595)
24471         * term/w32console.el (terminal-init-w32console):
24472         Call get-screen-color and use its output to set the frame
24473         background-mode.  (Bug#8597)
24475 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24477         Make bytecomp.el understand that defmethod defines funs (bug#8631).
24478         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24479         New functions.
24480         (defgeneric, eieio--defmethod): Use them.
24481         (eieio-defgeneric): Remove.
24482         (defmethod): Call defgeneric in a way visible to the byte-compiler.
24484 2011-05-07  Glenn Morris  <rgm@gnu.org>
24486         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24487         Use let rather than let*.
24488         (timeclock-find-discrep): Remove unused local.
24490         * calendar/diary-lib.el (diary-comment-start): Doc fix.
24492         * calendar/appt.el (appt-time-msg-list): Doc fix.
24494 2011-05-06  Noah Friedman  <friedman@splode.com>
24496         * apropos.el (apropos-print-doc): Only use
24497         emacs-lisp-docstring-fill-column when it is bound to an integer,
24498         per that variable's documentation.
24500 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24502         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24503         and warnings are not silently discarded (e.g. use -d instead of -P).
24505 2011-05-06  Glenn Morris  <rgm@gnu.org>
24507         * calendar/appt.el (appt-message-warning-time): Doc fix.
24508         (appt-warning-time-regexp): New option.
24509         (appt-make-list): Respect appt-message-warning-time.
24511         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24512         New options.
24513         (diary-add-to-list): Strip comments from the displayed string.
24514         (diary-mode): Set comment-start and comment-end.
24516         * vc/diff-mode.el (smerge-refine-subst): Declare.
24517         (diff-refine-hunk): Don't require smerge-mode when compiling.
24519 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
24521         * simple.el (list-processes): Return nil as the docstring says.
24523 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
24525         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24526         to "".
24527         (ange-ftp-write-region, ange-ftp-insert-file-contents)
24528         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24529         determining of binary transfer.  (Bug#7383)
24531 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
24533         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24534         Fix port computation bug.  (Bug#8618)
24536 2011-05-05  Glenn Morris  <rgm@gnu.org>
24538         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24540         * simple.el (shell-dynamic-complete-functions)
24541         (comint-dynamic-complete-functions): Declare.
24543         * net/network-stream.el (gnutls-negotiate):
24544         * simple.el (tabulated-list-print): Fix declarations.
24546         * progmodes/gud.el (syntax-symbol, syntax-point):
24547         Remove unnecessary and incorrect declarations.
24549         * emacs-lisp/check-declare.el (check-declare-scan):
24550         Handle byte-compile-initial-macro-environment in bytecomp.el.
24552 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24554         Fix earlier half-done eieio-defmethod change (bug#8338).
24555         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24556         Streamline and change calling convention.
24557         (defmethod): Adjust accordingly and simplify.
24558         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24559         new eieio--defmethod.
24560         (slot-boundp): Minor CSE simplification.
24562 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
24564         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24565         (glasses-make-readable): Use glasses-separate-capital-groups.
24567 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
24569         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24570         (warning-series): Doc fix.
24571         (display-warning): Don't try to create the buffer if we just found it.
24573 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
24575         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24576         (autoload-find-generated-file): New function.
24577         (generate-file-autoloads): Bind generated-autoload-file to
24578         buffer-file-name.
24579         (update-file-autoloads, update-directory-autoloads):
24580         Use autoload-find-generated-file.  If called interactively, prompt for
24581         output file (Bug#7989).
24582         (batch-update-autoloads): Doc fix.
24584 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
24586         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24588 2011-05-04  Glenn Morris  <rgm@gnu.org>
24590         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24591         function, so it follows changes in calendar-date-style.
24592         (diary-fancy-date-matcher): New function.
24593         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24594         (diary-fancy-font-lock-fontify-region-function):
24595         Use diary-fancy-date-pattern as a function.
24597         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24598         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
24600 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
24602         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24603         instead of positional arguments.  Allow :keylist and :crlfiles
24604         arguments.
24605         (open-gnutls-stream): Call it.
24607         * net/network-stream.el (network-stream-open-starttls): Adjust to
24608         call `gnutls-negotiate' with :process and :hostname arguments.
24610 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24612         * minibuffer.el (completion--message): New function.
24613         (completion--do-completion, minibuffer-complete)
24614         (minibuffer-force-complete, minibuffer-complete-word): Use it.
24615         (completion--do-completion): Don't ignore completion-auto-help when in
24616         icomplete-mode.
24618         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24619         internal encoding (e.g. tibetan zero is not whitespace).
24620         (global-whitespace-mode): Prefer save-current-buffer.
24621         (whitespace-trailing-regexp): Remove useless save-match-data.
24622         (whitespace-empty-at-bob-regexp): Minor simplification.
24624 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
24626         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24628 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
24630         * textmodes/ispell.el (ispell-add-per-file-word-list):
24631         Use `concat' to create string for insertion.
24633 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24635         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24636         Avoid open-line which runs post-self-insert-hook.
24637         (bibtex-fill-entry): Remove unused `end' var.
24639 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
24641         * textmodes/ispell.el (ispell-add-per-file-word-list):
24642         Protect against `nil' value of `comment-start' (Bug#8579).
24644 2011-05-03  Leo Liu  <sdl.web@gmail.com>
24646         * isearch.el (isearch-yank-pop): New command.
24647         (isearch-mode-map): Bind it to `M-y'.
24648         (isearch-forward): Mention it.
24650 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24652         * simple.el (minibuffer-complete-shell-command): Remove.
24653         (minibuffer-local-shell-command-map): Use completion-at-point.
24654         (read-shell-command): Setup completion vars here instead.
24655         (read-expression-map): Bind TAB to symbol completion.
24657         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24658         error directly rather via storing it into `results'.
24660 2011-05-02  Leo Liu  <sdl.web@gmail.com>
24662         * vc/diff.el: Fix description.
24664 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24666         * server.el (server-eval-at): New function.
24668 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24670         * net/network-stream.el (open-network-stream): Take a :nowait
24671         parameter and pass it on to `make-network-process'.
24672         (network-stream-open-plain): Ditto.
24674 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
24676         * faces.el (face-spec-set-match-display): Don't match toolkit
24677         options on terminal frames.
24679 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24681         * progmodes/pascal.el: Use lexical binding.
24682         (pascal-mode-map): Remove author preferences.
24684         * pcomplete.el (pcomplete-std-complete): Don't abuse
24685         completion-at-point.
24687 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
24689         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24690         removing code that has been dead since 1991 or so.
24692         * startup.el (command-line): When warning about "_emacs", use a
24693         delayed warning to allow the user to filter it out.
24695 2011-04-28  Deniz Dogan  <deniz@dogan.se>
24697         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24698         user has not joined.
24700 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24702         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24703         aren't any completions at point.
24705 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
24707         * subr.el (display-delayed-warnings): New function.
24708         (delayed-warnings-hook): New variable.
24710 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24712         * minibuffer.el (completion-at-point, completion-help-at-point):
24713         Don't presume that a given completion-at-point-function will always
24714         use the same calling convention.
24716         * pcomplete.el (pcomplete-completions-at-point):
24717         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
24718         pcomplete-seen is non-nil.
24719         (pcomplete-comint-setup): Also recognize the new comint/shell
24720         completion functions.
24721         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24722         pcomplete-seen is non-nil.
24724 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
24726         * calendar/icalendar.el (diary-lib): Add require statement.
24727         (icalendar--create-uid): Read out a uid from a text-property on
24728         the first character in the entry.  This allows for code to add its
24729         own uid to the entry.
24730         (icalendar--convert-float-to-ical): Add export of
24731         `diary-float'-entries save for those with the optional DAY
24732         argument.
24734 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
24736         * subr.el (shell-quote-argument): Use alternate escaping strategy
24737         when we spot a variable reference in a string.
24739 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24741         * cus-start.el (all): Define customization for debug-on-event.
24743 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24745         * subr.el (shell-quote-argument): Escape correctly under Windows.
24747 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24749         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24751 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
24753         * net/tramp.el (tramp-process-actions): Add POS argument.
24754         Delete region between POS and (pos).
24756         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24757         Use `nil' position in `tramp-process-actions' call.
24758         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24760         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24761         position in `tramp-process-actions' call.
24763         * net/trampver.el: Update release number.
24765 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24767         * custom.el (defcustom): Obey lexical-binding.
24769         Fix octave-inf completion problems reported by Alexander Klimov.
24770         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24771         Inherit from octave-mode-syntax-table.
24772         (inferior-octave-mode): Set info-lookup-mode.
24773         (inferior-octave-completion-at-point): New function.
24774         (inferior-octave-complete): Use it and completion-in-region.
24775         (inferior-octave-dynamic-complete-functions): Use it as well, and use
24776         comint-filename-completion.
24777         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24778         symbol elements which shouldn't be word elements.
24779         (octave-font-lock-keywords, octave-beginning-of-defun)
24780         (octave-function-header-regexp): Adjust regexps accordingly.
24781         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24783 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
24785         * net/gnutls.el (gnutls-errorp): Declare before first use.
24787 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
24789         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24790         verify-error, and verify-hostname-error parameters.  Check whether
24791         default trustfile exists before going to use it.  Add missing
24792         argument to gnutls-message-maybe call.  Return value.
24793         Reported by Claudio Bley <claudio.bley@gmail.com>.
24794         (open-gnutls-stream): Add usage example.
24796         * net/network-stream.el (network-stream-open-starttls): Give host
24797         parameter to `gnutls-negotiate'.
24798         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24799         * subr.el (shell-quote-argument): Escape correctly under Windows.
24801 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
24803         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24804         Use correct match group (bug#8438).
24806 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24808         * emacs-lisp/package.el (package-built-in-p): Fix typo.
24809         (package-menu--generate): New arg specifying packages to show.
24810         (package-menu-refresh, package-menu-execute, list-packages):
24811         Callers changed.
24812         (package-show-package-list): New function, replacing deleted
24813         package--list-packages (renamed because it is non-internal).
24815         * finder.el (finder-list-matches): Use package-show-package-list
24816         instead of deleted package--list-packages.
24818         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24819         Based on a previous implementation by Juanma Barranquero (Bug#8366).
24820         (vc-annotate-mode-map): Bind it to RET.
24822 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
24824         * progmodes/etags.el (next-file): Don't use set-buffer to change
24825         buffers (Bug#8478).
24827 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24829         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24831         * apropos.el (apropos-label-face): Avoid variable-pitch face.
24832         (apropos-accumulator): Doc fix.
24833         (apropos-function, apropos-macro, apropos-command)
24834         (apropos-variable, apropos-face, apropos-group, apropos-widget)
24835         (apropos-plist): Add face property.
24836         (apropos-symbols-internal): Fix indentation.
24837         (apropos-print): Simplify help, and recognize apropos-multi-type.
24838         (apropos-print-doc): Use button-type-get to extract the button's
24839         face property.  Fill docstring (Bug#8352).
24841 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
24843         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24845         * play/mpuz.el (mpuz-silent): Doc fix.
24846         (mpuz-mode-map): Use mapc.
24847         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24848         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24849         Fix typos in docstrings.
24851         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24852         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24854         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24856 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
24858         * minibuffer.el (completion--do-completion): Avoid the "Next char
24859         not unique" prompt if icomplete-mode is enabled (Bug#5849).
24861         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24862         mouse-2 into unread-command-events, it is interpreted correctly.
24864         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24865         (image-toggle-display): Doc fix.
24867 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
24869         * textmodes/page.el (what-page): Use line-number-at-pos to
24870         calculate line number (Bug#6825).
24872 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24874         * eshell/esh-mode.el (find-tag-interactive): Declare function.
24875         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24876         Pass argument NO-DEFAULT to `find-tag-interactive'.
24878 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24880         Lexical-binding cleanup.
24882         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24883         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24884         * progmodes/ada-prj.el (ada-prj-initialize-values)
24885         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24886         (ada-prj-show-value):
24887         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24888         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24889         (antlr-invalidate-context-cache, antlr-options-menu-filter)
24890         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24891         * progmodes/bug-reference.el (bug-reference-push-button):
24892         * progmodes/fortran.el (fortran-line-length):
24893         * progmodes/glasses.el (glasses-change):
24894         * progmodes/octave-mod.el (octave-fill-paragraph):
24895         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24896         (python-pdbtrack-grub-for-buffer, python-sentinel):
24897         * progmodes/sql.el (sql-save-connection):
24898         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24899         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24900         Mark unused parameters.
24902         * progmodes/compile.el (compilation--flush-directory-cache)
24903         (compilation--flush-parse, compile-internal): Mark unused parameters.
24904         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24905         (compilation-next-error-function): Remove unused variable `timestamp'.
24907         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24908         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24910         * progmodes/dcl-mode.el (dcl-end-of-command):
24911         Remove unused variable `start'.
24912         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24913         (dcl-option-value-basic, dcl-option-value-offset)
24914         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24915         Mark unused parameters.
24916         (dcl-save-local-variable): Remove unused variable `val'.
24917         (mode): Declare.
24919         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24920         Mark unused parameters.
24921         (delphi-ignore-changes): Move before first use.
24922         (delphi-charset-token-at): Remove unused variable `start'.
24923         (delphi-else-start): Remove unused variable `if-count'.
24924         (delphi-comment-block-start, delphi-comment-block-end):
24925         Remove unused variable `kind'.
24926         (delphi-indent-line): Remove unused variable `new-point'.
24928         * progmodes/ebrowse.el (ebrowse-files-list)
24929         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24930         Mark unused parameters.  Don't quote `lambda'.
24931         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24932         Don't quote `lambda'.
24933         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24934         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24935         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24936         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24937         Use `ignore-errors'.
24938         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24939         (ebrowse-view/find-file-and-search-pattern)
24940         (ebrowse-view/find-member-declaration/definition):
24941         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24942         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24943         Rename parameter PREFIX-ARG to PREFIX.
24944         (ebrowse-tags-read-name): Remove unused variables `start' and
24945         `member-info'.
24946         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24947         to `tags-file'.
24949         * progmodes/etags.el (local-find-tag-hook): Declare.
24950         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24951         Mark unused parameters.
24953         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24954         (executable-interpret): Mark unused parameter.
24956         * progmodes/flymake.el (flymake-process-sentinel)
24957         (flymake-after-change-function)
24958         (flymake-create-temp-with-folder-structure)
24959         (flymake-get-include-dirs-dot): Mark unused parameters.
24960         (flymake-safe-delete-directory): Remove unused variable `err'.
24962         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24963         (speedbar-timer-fn, speedbar-line-text)
24964         (speedbar-change-expand-button-char, speedbar-delete-subblock)
24965         (speedbar-center-buffer-smartly): Declare functions.
24966         (gdb-find-watch-expression): Remove unused variable `array'.
24967         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24968         (gdb-starting): Mark unused parameters.
24969         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24970         (gdb-table-string): Remove unused variable `res'.
24971         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24972         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24973         (gdb-display-buffer): Remove unused variable `cur-size'.
24975         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24976         allow lexical-binding compilation.
24977         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24978         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24979         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24980         Mark unused parameters.
24981         (gud-gdb-marker-filter): Remove unused variable `match'.
24982         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24983         lambda expressions and funcall them, instead of using `fset'.
24985         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24986         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24988         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24989         variable `header-beg'; use `let'.
24991         * progmodes/icon.el (indent-icon-exp): Remove unused variables
24992         `restart', `last-sexp' and `at-do'.
24994         * progmodes/js.el (js--debug): Mark unused parameter.
24995         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24996         (js--splice-into-items): Remove unused variable `item'.
24997         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24999         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
25000         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
25001         (makefile-complete): Remove unused variable `try'.
25002         (makefile-fill-paragraph, makefile-match-function-end):
25003         Mark unused parameters.
25005         * progmodes/octave-inf.el (inferior-octave-complete):
25006         Remove unused variable `proc'.
25007         (inferior-octave-output-digest): Mark unused parameter.
25009         * progmodes/perl-mode.el (perl-calculate-indent):
25010         Remove unused variable `err'.
25012         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
25013         (prolog-indent-line): Mark unused parameters.
25014         (prolog-indent-line): Remove unused variable `beg'.
25016         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
25017         (reporter-dont-compact-list): Declare.
25019         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
25020         Remove unused variable `char'.
25021         (sh-debug): Mark unused parameter.
25022         (sh-get-indent-info): Remove unused variable `start'.
25023         (sh-calculate-indent): Remove unused variable `var'.
25025         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
25026         (simula-electric-keyword): Remove unused variable `null'.
25027         (simula-search-backward, simula-search-forward): Remove unused
25028         variables `begin' and `end'.
25030         * progmodes/vera-mode.el (vera-guess-basic-syntax):
25031         Remove unused variable `pos'.
25032         (vera-electric-tab, vera-comment-uncomment-region):
25033         Mark unused parameters.
25034         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
25036 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
25038         * emacs-lisp/package.el (package--builtins, package-alist)
25039         (package-load-descriptor, package-built-in-p, package-activate)
25040         (define-package, package-installed-p)
25041         (package-compute-transaction, package-buffer-info)
25042         (package--push): Doc fix.  Distinguish more clearly between
25043         version strings and version lists.
25045 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
25047         Lexical-binding cleanup.
25049         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
25050         (5x5-make-mutate-best):
25051         * play/fortune.el (fortune-in-buffer):
25052         * play/gomoku.el (gomoku-init-display):
25053         * play/solitaire.el (solitaire, solitaire-do-check):
25054         * play/tetris.el (tetris-default-update-speed-function):
25055         Mark unused parameters.
25057         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
25058         (bubbles--shift): Remove unused variable `char-org'.
25059         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
25060         (bubbles--show-images): Remove unused variable `char'.
25062         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
25063         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
25064         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
25065         (decipher-analyze-buffer): Use ?\s.
25066         (decipher-make-checkpoint): Remove unused variable `mapping'.
25068         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
25070         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
25071         Remove unused variable `result'; use `let'.
25073         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
25074         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
25075         (gametree-children-shown-p, gametree-compute-reduced-score):
25076         Use `ignore-errors'.
25078         * play/handwrite.el (ps-lpr-switches): Declare.
25079         (handwrite): Remove unused variables `pmin' and `lastp'.
25081         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
25083         * play/landmark.el (landmark-init-display)
25084         (landmark-update-naught-weights): Mark unused parameters.
25085         (landmark-y): Remove unused variable `noise'.  Simplify.
25086         (landmark-human-plays): Remove unused variable `score'.
25088         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
25089         (mpuz-try-proposal): Remove unused variable `game'.
25091         * play/zone.el (life-patterns): Declare.
25093 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
25095         * vc/vc.el (ediff-vc-internal): Declare function.
25097 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25099         * shell.el: Use lexical-binding and std completion UI.
25100         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
25101         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
25102         comint-preoutput-filter-functions rather than on
25103         comint-output-filter-functions.
25104         (shell-command-completion, shell--command-completion-data)
25105         (shell-filename-completion, shell-environment-variable-completion)
25106         (shell-c-a-p-replace-by-expanded-directory): New functions.
25107         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
25108         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
25109         (shell-dynamic-complete-environment-variable): Use them.
25110         (shell-dynamic-complete-as-environment-variable)
25111         (shell-dynamic-complete-as-command): Remove.
25112         (shell-match-partial-variable): Match past point.
25113         * comint.el: Clean up use of completion-at-point-functions.
25114         (comint-completion-at-point): New function.
25115         (comint-mode): Use it completion-at-point-functions.
25116         (comint-dynamic-complete): Make it obsolete.
25117         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
25118         (comint-c-a-p-replace-by-expanded-history): New function.
25119         (comint-dynamic-complete-functions)
25120         (comint-replace-by-expanded-history): Use it.
25121         * minibuffer.el (completion-table-with-terminator): Allow dynamic
25122         termination strings.  Try harder to avoid second try-completion.
25123         (completion-in-region-mode-map): Disable bindings that don't work yet.
25125         * comint.el: Use lexical-binding.  Require CL.
25126         (comint-dynamic-complete-functions): Use comint-filename-completion.
25127         (comint-completion-addsuffix): Tweak custom type.
25128         (comint-filename-completion, comint--common-suffix)
25129         (comint--common-quoted-suffix, comint--table-subvert)
25130         (comint--complete-file-name-data): New functions.
25131         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
25132         (comint-dynamic-list-filename-completions): Use them.
25133         (comint-dynamic-simple-complete): Make obsolete.
25135         * minibuffer.el (completion-in-region-mode):
25136         Keep completion-in-region-mode--predicate global.
25137         (completion-in-region--postch):
25138         Assume completion-in-region-mode--predicate is not null.
25140         * progmodes/flymake.el (flymake-start-syntax-check-process):
25141         Obey `dir'.  Simplify.
25143         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
25144         we're in VC after all.
25146 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
25148         * vc/vc.el (vc-diff-build-argument-list-internal)
25149         (vc-version-ediff, vc-ediff): New commands.
25150         (vc-version-diff): Use vc-diff-build-argument-list-internal.
25152 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25154         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
25155         add sanity check.
25157         * obsolete/erc-hecomplete.el: Make obsolete.
25158         * obsolete/: Standardize obsolescence info in the header.
25160 2011-04-20  Glenn Morris  <rgm@gnu.org>
25162         * calendar/solar.el (solar-horizontal-coordinates):
25163         Use the longitude argument rather than `calendar-longitude'.
25164         (solar-date-next-longitude): Remove unused locals.
25166 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25168         * whitespace.el: New version 13.2.1.
25170 2011-04-20  felix  <EmacsWiki>  (tiny change)
25172         * whitespace.el (global-whitespace-mode): Keep highlight when
25173         switching between major modes on a file.
25175 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25177         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
25178         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
25179         multi-line comments as well.
25181 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
25183         Lexical-binding cleanup.
25185         * arc-mode.el (archive-mode-revert):
25186         * cmuscheme.el (scheme-interactively-start-process):
25187         * custom.el (custom-initialize-delay):
25188         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
25189         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
25190         * emacs-lock.el (emacs-lock-clear-sentinel):
25191         * ezimage.el (defezimage):
25192         * follow.el (follow-avoid-tail-recenter):
25193         * fringe.el (set-fringe-mode-1):
25194         * generic-x.el (bat-generic-mode-compile):
25195         * help-mode.el (help-info-variable, help-do-xref)
25196         (help-mode-revert-buffer):
25197         * help.el (view-emacs-todo):
25198         * iswitchb.el (iswitchb-completion-help):
25199         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
25200         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
25201         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
25202         * locate.el (locate-update):
25203         * longlines.el (longlines-encode-region)
25204         (longlines-after-change-function):
25205         * outline.el (outline-isearch-open-invisible):
25206         * ps-def.el (declare-function, charset-dimension, char-width)
25207         (encode-char):
25208         * ps-mule.el (ps-mule-plot-string):
25209         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
25210         (recentf-edit-list-select, recentf-edit-list-validate)
25211         (recentf-open-files-action):
25212         * rect.el (delete-whitespace-rectangle-line)
25213         (rectangle-number-line-callback):
25214         * register.el (window-configuration-to-register)
25215         (frame-configuration-to-register):
25216         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
25217         * select.el (xselect-convert-to-string, xselect-convert-to-length)
25218         (xselect-convert-to-targets, xselect-convert-to-delete)
25219         (xselect-convert-to-filename, xselect-convert-to-charpos)
25220         (xselect-convert-to-lineno, xselect-convert-to-colno)
25221         (xselect-convert-to-os, xselect-convert-to-host)
25222         (xselect-convert-to-user, xselect-convert-to-class)
25223         (xselect-convert-to-name, xselect-convert-to-integer)
25224         (xselect-convert-to-atom, xselect-convert-to-identity):
25225         * subr.el (declare, ignore, process-kill-without-query)
25226         (text-clone-maintain):
25227         * terminal.el (te-get-char, te-tic-sentinel):
25228         * tool-bar.el (tool-bar-make-keymap):
25229         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
25230         * type-break.el (type-break-mode, type-break-noninteractive-query):
25231         * view.el (View-back-to-mark):
25232         * wid-browse.el (widget-browse-action, widget-browse-widget)
25233         (widget-browse-widgets, widget-browse-sexp):
25234         * widget.el (define-widget-keywords):
25235         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
25236         Mark unused parameters.
25238         * align.el (align-adjust-col-for-rule): Mark unused parameter.
25239         (align-areas): Remove unused variable `look'.
25240         (align-region): Remove unused variables `real-end' and `pos-list'.
25242         * apropos.el (apropos-score-doc): Remove unused variable `i'.
25244         * bindings.el (mode-line-modified, mode-line-remote):
25245         Mark unused parameters.
25246         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
25248         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
25249         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
25251         * comint.el (comint-history-isearch-pop-state)
25252         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
25253         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
25254         (comint-substitute-in-file-name): Doc fix.
25256         * completion.el (cmpl-statistics-block): Mark unused parameter.
25257         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
25258         (save-completions-to-file, load-completions-from-file):
25259         Remove unused local variable `e'.
25261         * composite.el (compose-chars): Remove unused variable `len'.
25262         (lgstring-insert-glyph): Remove unused variable `g'.
25263         (compose-glyph-string): Remove unused variables `ascent',
25264         `descent', `lbearing' and `rbearing'.
25265         (compose-glyph-string-relative): Remove unused variables
25266         `lbearing', `rbearing' and `wadjust'.
25267         (compose-gstring-for-graphic): Remove unused variables `header',
25268         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
25269         (compose-gstring-for-terminal): Remove unused variables `header'
25270         and `nchars'.  Use `let', not `let*'.
25272         * cus-edit.el (Custom-set, Custom-save, custom-reset)
25273         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
25274         (Custom-buffer-done, custom-buffer-create-internal)
25275         (custom-browse-visibility-action, custom-browse-group-tag-action)
25276         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25277         (widget-magic-mouse-down-action, custom-toggle-parent)
25278         (custom-add-parent-links, custom-toggle-hide-variable)
25279         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25280         (custom-toggle-hide-face, face, hook, custom-group-link-action)
25281         (custom-face-menu-create, custom-variable-menu-create, get)
25282         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25283         (custom-reset-standard-save-and-update): Remove unused variable `value'.
25284         (customize-apropos): Remove unused variable `tests'.
25285         (custom-group-value-create): Remove unused variable `hidden-p'.
25286         (sort-fold-case): Declare.
25288         * cus-theme.el (custom-reset-standard-faces-list)
25289         (custom-reset-standard-variables-list): Declare.
25290         (customize-create-theme, custom-theme-revert, custom-theme-write)
25291         (custom-theme-choose-mode, customize-themes, custom-theme-save):
25292         Mark unused parameters.
25294         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25296         * delim-col.el (delimit-columns-max): Move defvar before first use.
25298         * descr-text.el (describe-char-categories): Don't quote `lambda'.
25299         (describe-char): Don't quote `lambda'.  Mark unused parameter.
25301         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25302         (auto-insert): Declare.
25303         (desktop-restore-file-buffer): Rename desktop-* parameters;
25304         mark unused ones.
25305         (desktop-create-buffer): Rename desktop-* parameters and bind them.
25306         (desktop-buffer): Rename desktop-* parameters.
25308         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25309         (dframe-reposition-frame-xemacs, dframe-help-echo)
25310         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25311         Mark unused parameters.
25313         * dired-aux.el (backup-extract-version-start, overwrite-query)
25314         (overwrite-backup-query, rename-regexp-query)
25315         (rename-non-directory-query): Declare.
25316         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25317         (dired-add-entry): Remove unused variable `orig-file-name'.
25318         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25319         Use parameter PRESERVE-TIME instead of accessing dynamic variable
25320         `dired-copy-preserve-time' directly.
25321         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25322         (dired-insert-subdir-newpos): Rename unused variable `pos'.
25324         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25325         (dired-virtual-revert, dired-make-relative-symlink):
25326         Mark unused parameters.
25327         (manual-program): Declare.
25328         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25329         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25330         wrapped in `with-no-warnings' to avoid replacing one warning by another.
25332         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25334         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25336         * echistory.el (electric-history-in-progress, Helper-return-blurb):
25337         Declare.
25339         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25341         * electric.el (Electric-command-loop): Rename parameter
25342         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25344         * expand.el (expand-in-literal): Remove unused variable `here'.
25346         * facemenu.el (facemenu-add-new-color):
25347         Remove unused variable `docstring'.
25349         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
25350         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
25351         (face-attr-construct): Mark unused parameter.  Doc fix.
25352         (read-color): Remove unused variable `hex-string'.
25354         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
25355         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25356         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25357         (display-buffer-other-frame): Remove unused variable `old-window'.
25358         (kill-buffer-hook): Declare.
25359         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25360         Mark unused parameters.
25361         (after-find-file): Pass 1 to `auto-save-mode', not t.
25363         * files-x.el (auto-insert): Declare.
25364         (modify-file-local-variable-prop-line): Remove unused variable `val'.
25366         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25367         variable `buf'.  Mark unused parameter.
25368         (find-lisp-insert-directory): Mark unused parameter.
25370         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25371         (format-encode-region): Remove unused variables `cur-buf' and `result'.
25372         (format-common-tail): Remove, unused.
25373         (format-deannotate-region): Remove unused variable `loc'.
25374         (format-annotate-region): Remove unused variable `p'.
25375         (format-annotate-single-property-change): Remove unused variables
25376         `default' and `tail'.
25378         * forms.el (read-file-filter): Declare.
25379         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25381         * frame.el (frame-creation-function-alist): Mark unused parameter.
25382         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25384         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25385         Remove unused parameters.
25386         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25387         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25389         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25390         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25391         (hfy-prepare-tag-map): Mark unused parameters.
25392         (htmlfontify-buffer): Use `called-interactively-p'.
25394         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25395         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25396         (ibuffer-do-occur): Mark unused parameters.
25397         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25398         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25400         * ibuffer.el: Don't quote `lambda'.
25401         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25402         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25403         Mark unused parameters.
25405         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25406         (ido-completing-read): Mark unused parameters.
25407         (ido-copy-current-word): Mark unused parameters;
25408         remove unused variable `name'.
25409         (ido-sort-merged-list): Remove unused parameter `dirs'.
25411         * ielm.el (ielm-input-sender): Mark unused parameter.
25412         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25413         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25414         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25415         `ielm-string' as a dynamic variable accessible from the IELM prompt.
25416         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
25418         * image-dired.el (image-dired-display-thumbs): Remove unused
25419         variables `curr-file' and `count'.
25420         (image-dired-remove-tag): Remove unused variable `start'.
25421         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25422         variable `curr-file'
25423         (image-dired-rotate-original): Remove unused variable `temp-file'.
25424         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25425         Remove unused variable `file'.
25426         (image-dired-gallery-generate): Remove unused variable `curr'.
25427         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25429         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25431         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25433         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25435         * isearch.el (minibuffer-history-symbol): Declare.
25436         (isearch-edit-string): Remove unused variable `err'.
25437         (isearch-message-prefix, isearch-message-suffix):
25438         Mark unused parameters.
25440         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25442         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25444         * makesum.el (double-column): Remove unused variable `cnt'.
25446         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25447         (ido-ignore-item-temp-list): Declare.
25449         * mouse-drag.el (mouse-drag-throw): Remove unused variables
25450         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25451         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25452         (mouse-drag-drag): Remove unused variables `mouse-delta' and
25453         `mouse-col-delta'.
25455         * mouse-sel.el (mouse-extend-internal):
25456         Remove unused variable `orig-window-frame'.
25458         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25459         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25460         Move declarations before first use.
25461         (pcomplete-opt): Mark unused parameters; doc fix.
25463         * proced.el (proced-revert): Mark unused parameter.
25464         (proced-send-signal): Remove unused variable `err'.
25466         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25467         Rename parameter PREFIX-ARG to ARG.
25468         (ps-basic-plot-string, ps-basic-plot-whitespace):
25469         Mark unused parameters.
25471         * replace.el (replace-count): Define.
25472         (occur-revert-function): Mark unused parameters.
25473         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25474         (isearch-case-fold-search, isearch-string): Declare.
25475         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25476         bind `case-fold-search'.  Remove unused variables `beg' and `end',
25477         and simplify.
25478         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25479         COUNT and bind `replace-count'.
25480         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25481         to COUNT.
25483         * savehist.el (print-readably, print-string-length): Declare.
25485         * shadowfile.el (shadow-expand-cluster-in-file-name):
25486         Remove unused variable `cluster'.
25487         (shadow-copy-file): Remove unused variable `i'.
25488         (shadow-noquery, shadow-clusters, shadow-site-cluster)
25489         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25490         (shadow-define-literal-group, shadow-define-regexp-group)
25491         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25493         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25494         (shell): Use `called-interactively-p'.
25495         (shell-directory-tracker): Remove unused variable `chdir-failure'.
25497         * simple.el (compilation-context-lines, comint-file-name-quote-list)
25498         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25499         (delete-backward-char): Remove unused variable `ocol'.
25500         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25501         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25502         (event-apply-hyper-modifier, event-apply-shift-modifier)
25503         (event-apply-control-modifier, event-apply-meta-modifier):
25504         Mark unused parameters.
25505         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25506         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25508         * speedbar.el (speedbar-ignored-directory-expressions)
25509         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25510         (speedbar-find-file, speedbar-dir-follow)
25511         (speedbar-directory-buttons-follow, speedbar-tag-find)
25512         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25513         (speedbar-buffers-line-directory, speedbar-buffer-click):
25514         Mark unused parameters.
25515         (speedbar-tag-file): Remove unused variable `mode'.
25516         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25518         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25520         * talk.el (talk): Remove unused variable `display'.
25522         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25523         (tar-write-region-annotate): Mark unused parameter.
25525         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25526         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25527         Declare them, wrapped in `with-no-warnings' to avoid replacing one
25528         warning by another.
25530         * time-stamp.el (time-stamp-string-preprocess):
25531         Remove unused variable `require-padding'.
25533         * tree-widget.el (widget-glyph-enable): Declare.
25534         (tree-widget-action): Mark unused parameter.
25536         * w32-fns.el (x-get-selection): Mark unused parameter.
25537         (autoload-make-program, generated-autoload-file): Declare.
25539         * wdired.el (wdired-revert): Mark unused parameters.
25540         (wdired-xcase-word): Remove unused variable `err'.
25542         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25543         (whitespace-help-scroll): Remove unused variable `data-help'.
25545         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25546         (widget-image-insert, widget-after-change, default)
25547         (widget-default-format-handler, widget-default-notify)
25548         (widget-default-prompt-value, widget-info-link-action)
25549         (widget-url-link-action, widget-function-link-action)
25550         (widget-variable-link-action, widget-file-link-action)
25551         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25552         (widget-field-prompt-internal, widget-field-action, widget-field-match)
25553         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25554         (widget-insert-button-action, widget-delete-button-action, visibility)
25555         (widget-documentation-link-action, widget-documentation-string-action)
25556         (widget-const-prompt-value, widget-regexp-match, symbol)
25557         (widget-coding-system-prompt-value)
25558         (widget-key-sequence-value-to-external, sexp)
25559         (widget-sexp-value-to-internal, character, vector, cons)
25560         (widget-choice-prompt-value, widget-boolean-prompt-value)
25561         (widget-color--choose-action): Mark unused parameters.
25562         (widget-item-match-inline, widget-choice-match-inline)
25563         (widget-checklist-match, widget-checklist-match-inline)
25564         (widget-group-match): Rename parameter VALUES to VALS.
25565         (widget-field-value-set): Remove unused variable `size'.
25566         (widget-color-action): Remove unused variables `value' and `start'.
25568         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25569         variable `dir'.  Doc fix.
25570         (windmove-find-other-window): Don't pass it.
25572         * window.el (count-windows): Mark unused parameter.
25573         (bw-adjust-window): Remove unused variable `err'.
25575         * woman.el (woman-file-name): Remove unused variable `default'.
25576         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25577         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25578         (global-font-lock-mode): Declare.
25579         (woman-decode-region): Mark unused parameter.
25580         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25582         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25583         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25584         (x-dnd-handle-moz-url): Remove unused variable `title'.
25585         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25587         * xml.el (xml-parse-tag, xml-parse-attlist):
25588         Remove unused variable `pos'.
25590 2011-04-19  Glenn Morris  <rgm@gnu.org>
25592         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25593         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25594         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25595         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25596         * calendar/cal-html.el (cal-html-insert-minical):
25597         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25598         (calendar-mark-date-pattern):
25599         Prefix "unused" locals.
25601         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25602         optional argument `style'.
25604         * calendar/appt.el (appt-make-list):
25605         * calendar/cal-china.el (calendar-chinese-date-string):
25606         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25607         (diary-hebrew-yahrzeit):
25608         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25609         * calendar/calendar.el (calendar-generate-window):
25610         * calendar/time-date.el (time-to-days):
25611         Remove unused local variables.
25613 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
25615         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25616         glyphless-char-display table.
25617         (tabulated-list-glyphless-char-display): New var.
25619 2011-04-18  Sam Steingold  <sds@gnu.org>
25621         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25622         to acknowledgments.
25624 2011-04-17  Glenn Morris  <rgm@gnu.org>
25626         * calendar/diary-lib.el (diary-sexp-entry):
25627         * calendar/holidays.el (holiday-sexp):
25628         Set debug-on-error rather than the removed stack-trace-on-error.
25630 2011-04-16  Glenn Morris  <rgm@gnu.org>
25632         * progmodes/f90.el: Use lexical-binding.
25633         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25635 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25637         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25638         (mail-mode): Setup mailalias completion here instead.
25639         * mail/mailalias.el: Use lexical-binding.
25640         (pattern, mailalias-done): Declare dynamic.
25641         (mail-completion-at-point-function): New function, from mail-complete.
25642         (mail-complete): Use it.
25643         (mail-completion-expand): New function.
25644         (mail-get-names): Use it.
25645         (mail-directory, mail-directory-process, mail-directory-stream):
25646         Don't use `pattern' for lexically bound arg.
25648         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25650         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25651         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25652         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25654         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25655         (byte-save-window-excursion, byte-temp-output-buffer-setup)
25656         (byte-interactive-p): Define them again, for use when inlining
25657         old code.
25659 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
25661         * loadup.el: Use `string-to-number', not `string-to-int'.
25663 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25665         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25666         gud-gdb-complete-command.
25667         (gud-gdb-completions): New function, from gud-gdb-complete-command.
25668         (gud-gdb-completion-at-point): New function.
25669         (gud-gdb-completions): Remove.
25671 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
25673         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25674         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
25675         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25676         whether `executable-find' is bound.
25678         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25680 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25682         * minibuffer.el (completion-in-region-mode-predicate)
25683         (completion-in-region-mode--predicate): New vars.
25684         (completion-in-region, completion-in-region--postch)
25685         (completion-in-region-mode): Use them.
25686         (completion--capf-wrapper): Also return the hook function.
25687         (completion-at-point, completion-help-at-point):
25688         Adjust and provide a predicate.
25690         Preserve arg names for advice of subr and lexical functions (bug#8457).
25691         * help-fns.el (help-function-arglist): Consolidate the subr and
25692         new-byte-code cases.  Add argument `preserve-names' to extract names
25693         from the docstring when needed.
25694         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25695         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25696         (ad-arglist): Use help-function-arglist's new arg.
25697         (ad-definition-type): Use cond.
25699 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
25701         * autorevert.el (auto-revert-handler):
25702         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25703         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25704         Don't quote lambda.
25706         * image-mode.el (image-transform-set-scale):
25707         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25709 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25711         * net/network-stream.el (network-stream-open-starttls): Only do
25712         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25713         Upgrades via gnutls-cli are too slow to be done opportunistically.
25715 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
25717         * dframe.el (dframe-current-frame): Remove spurious quote.
25719 2011-04-12  Glenn Morris  <rgm@gnu.org>
25721         * calendar/cal-tex.el (cal-tex-end-document):
25722         Try to automatically use latin1 input if needed.
25724         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25725         Don't try to cons a mark onto an empty element.
25727 2011-04-11  Leo Liu  <sdl.web@gmail.com>
25729         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25730         buffers.
25731         (ido-kill-buffer-at-head): Support killing virtual buffers.
25733 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
25735         * minibuffer.el (completion-show-inline-help): New var.
25736         (completion--do-completion, minibuffer-complete)
25737         (minibuffer-force-complete, minibuffer-complete-word):
25738         Inhibit minibuffer messages if completion-show-inline-help is nil.
25740         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25741         to avoid interference from inline help (Bug#5849).
25743 2011-04-10  Leo Liu  <sdl.web@gmail.com>
25745         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25746         Fix typo.
25748 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
25750         * image-mode.el (image-toggle-display-image): Signal an error if
25751         not in Image mode.
25752         (image-transform-mode, image-transform-resize)
25753         (image-transform-set-rotation): Doc fix.
25754         (image-transform-set-resize): Delete.
25755         (image-transform-set-scale, image-transform-fit-to-height)
25756         (image-transform-fit-to-width): Handle image-toggle-display-image
25757         and image-transform-resize directly.
25759 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
25761         * doc-view.el (doc-view-fit-width-to-window)
25762         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25763         New functions for fitting the shown image to the Emacs window size.
25764         (doc-view-mode-map): Add bindings for the new functions.
25766 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
25768         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25769         Fix typo in docstring.
25771 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25773         * files.el (file-size-human-readable): Produce one digit after
25774         decimal, like "ls -lh" does.
25776         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25777         the file size representation.
25779         * simple.el (list-processes): If async subprocesses are not
25780         available, error out with a clear error message.
25782 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
25784         * help.el (help-form-show): New function, to be called from C.
25785         Put help-form output in a buffer named differently than *Help*.
25787 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25789         * files.el (file-size-human-readable): New function.
25791         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25792         computing the representation inline.  Don't require `cl'.
25794 2011-04-08  Glenn Morris  <rgm@gnu.org>
25796         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25798         * net/browse-url.el (browse-url-firefox):
25799         Test system-type, not system-configuration.
25801         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25802         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25803         Use log-edit-empty-buffer-p.  (Bug#7598)
25805         * net/rlogin.el (rlogin-process-connection-type): Simplify.
25806         (rlogin-mode-map): Initialize in the defvar.
25807         (rlogin): Use ignore-errors.
25809         * replace.el (occur-mode-map): Some fixes for menu items.
25811 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
25813         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
25815 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25817         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25818         issuing unused warnings.
25820         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25821         macro directly.
25823         * simple.el: Lisp reimplement of list-processes.  Based on an
25824         earlier reimplementation by Leo Liu, but using tabulated-list.el.
25825         (process-menu-mode): New major mode.
25826         (list-processes--refresh, list-processes):
25827         (process-menu-visit-buffer): New functions.
25829         * files.el (save-buffers-kill-emacs): Don't assume any return
25830         value of list-processes, which is undocumented anyway.
25832 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25834         * emacs-lisp/tabulated-list.el: New file.
25836         * emacs-lisp/package.el: Use Tabulated List mode.
25837         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25838         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
25839         table format using Tabulated List mode variables.
25840         (package--push): New macro, replacing package-list-maybe-add.
25841         (package-menu--generate): Use package--push.  Renamed from
25842         package--generate-package-list.
25843         (package-menu-refresh, list-packages): Use it.
25844         (package-menu--print-info): Rename from package-print-package.
25845         Return insertion data instead of inserting it directly.
25846         (package-menu-describe-package, package-menu-execute):
25847         Use tabulated-list-get-id.
25848         (package-menu-mark-delete, package-menu-mark-install)
25849         (package-menu-mark-unmark, package-menu-backup-unmark)
25850         (package-menu-mark-obsolete-for-deletion):
25851         Use tabulated-list-put-tag.
25852         (package--list-packages, package-menu-revert)
25853         (package-menu-get-package, package-menu-get-version)
25854         (package-menu-sort-by-column): Functions deleted.
25855         (package-menu-package-list, package-menu-sort-key): Vars deleted.
25856         (package-menu--status-predicate, package-menu--version-predicate)
25857         (package-menu--name-predicate)
25858         (package-menu--description-predicate): Handle arguments in the
25859         Tabulated List format.
25860         (package-list-packages-no-fetch): Call list-packages.
25862 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
25864         * files.el (after-find-file-from-revert-buffer): Remove variable.
25865         (after-find-file): Don't bind it.
25866         (revert-buffer-in-progress-p): New variable.
25867         (revert-buffer): Bind it.
25868         Pass nil for `after-find-file-from-revert-buffer'.
25870         * saveplace.el (save-place-find-file-hook): Use new variable
25871         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25873 2011-04-06  Glenn Morris  <rgm@gnu.org>
25875         * Makefile.in (AUTOGEN_VCS): New variable.
25876         (autoloads): Use $AUTOGEN_VCS.
25878         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25879         * calendar/calendar.el (calendar-mode-map):
25880         Check for toolkit scroll bars.  (Bug#8305)
25882 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25884         * minibuffer.el (completion-in-region--postch)
25885         (completion-in-region-mode): Remove unnecessary messages.
25887 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
25889         * font-lock.el (font-lock-refresh-defaults):
25890         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25891         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25893         * info.el (Info-directory-list, Info-read-node-name-2)
25894         (Info-split-parameter-string): Doc fixes.
25895         (Info-virtual-nodes): Reflow docstring.
25896         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25897         (Info-apropos-toc-nodes, info-finder, Info-get-token)
25898         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25899         Fix typos in docstrings.
25900         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25901         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25902         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25903         (Info-restore-desktop-buffer): Mark unused parameters.
25904         (Info-directory-find-file, Info-directory-find-node)
25905         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25906         (Info-virtual-index-find-node, Info-apropos-find-file)
25907         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25908         Mark unused parameters; fix typos in docstrings.
25909         (Info-virtual-index): Remove unused local variable `nodename'.
25911 2011-04-05  Deniz Dogan  <deniz@dogan.se>
25913         * net/rcirc.el: Update my e-mail address.
25914         (rcirc-mode-map): Remove M-o binding.
25916 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25918         * startup.el (command-line): Save the cursor's theme-face
25919         directly, instead of using face-override-spec.
25921         * custom.el (load-theme): Minor optimization in assigning faces.
25923 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25925         * help-fns.el (describe-variable): Complete all variables having
25926         documentation, including keywords.
25927         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25929 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25931         Convert to lexical-binding.
25933         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25934         (bs--get-marked-string, bs--get-modified-string)
25935         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25936         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25937         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25939         * ehelp.el (electric-help-execute-extended)
25940         (electric-help-ctrl-x-prefix):
25941         * hexl.el (hexl-revert-buffer-function):
25942         * linum.el (linum-after-change, linum-after-scroll):
25943         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25945         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25947 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
25949         * epa-dired.el:
25950         * epa-mail.el:
25951         * epa-hook.el:
25952         * epa-file.el:
25953         * epa.el:
25954         * epg.el: Use lexical binding.
25956 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
25958         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25960         * textmodes/flyspell.el (flyspell-word): Recognize default
25961         dictionary case for flyspell-mark-duplications-exceptions.
25962         Use regexp matching for languages.
25963         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25964         default dictionary (Bug#7926).
25966 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
25968         * emacs-lisp/package.el (package--with-work-buffer):
25969         Recognize https URLs.
25971         * net/network-stream.el: Move from gnus/proto-stream.el.
25972         Change prefix to network-stream throughout.
25973         (open-protocol-stream): Merge into open-network-stream, leaving
25974         open-protocol-stream as an alias.  Handle nil BUFFER args.
25976         * subr.el (open-network-stream): Move to net/network-stream.el.
25978 2011-04-02  Glenn Morris  <rgm@gnu.org>
25980         * find-dired.el (find-exec-terminator): New option.
25981         (find-ls-option): Test for -ls support.
25982         (find-ls-subdir-switches): Test for -b in find-ls-option.
25983         (find-dired, find-grep-dired): Doc fixes.
25984         (find-dired): Use find-exec-terminator.
25986         * find-dired.el (find-ls-option, find-ls-subdir-switches)
25987         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25988         (find-name-arg): Remove purecopy.
25990         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25991         (grep-compute-defaults): Check for `-exec COMMAND +' support.
25992         Set grep-find-use-xargs, grep-find-command, and grep-find-template
25993         accordingly.  Don't add the null-device if not needed.
25995         * files.el (save-some-buffers): Doc fix.
25997 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
25999         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
26001 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
26003         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
26004         Use `dolist' rather than `mapcar'.
26006 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26008         Add lexical binding.
26010         * subr.el (apply-partially): Use new closures rather than CL.
26011         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
26012         (dolist, dotimes): Use slightly different expansion for lexical code.
26013         (functionp): Move to C.
26014         (letrec): New macro.
26015         (with-wrapper-hook): Use it and apply-partially instead of CL.
26016         (eval-after-load): Preserve lexical-binding.
26017         (save-window-excursion, with-output-to-temp-buffer): Turn them
26018         into macros.
26020         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
26022         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
26023         than the arglist.
26024         (help-add-fundoc-usage): Don't add `Not documented'.
26025         (help-function-arglist): Handle closures, subroutines, and new
26026         byte-code-functions.
26027         (help-make-usage): Remove leading underscores.
26028         (describe-function-1): Handle closures.
26029         (describe-variable): Use special-variable-p for completion.
26031         * files.el (lexical-binding): Declare safe.
26033         * emacs-lisp/pcase.el: Don't use destructuring-bind.
26034         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
26035         (pcase): Add `let' pattern.
26036         Change memoization so it actually works.
26037         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
26038         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
26039         <let>: New case.
26041         * emacs-lisp/macroexp.el: Use lexical binding.
26042         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
26043         Don't convert ' to #' without checking that it's indeed quoting
26044         a lambda.
26046         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
26047         Use eval-sexp-add-defvars.
26048         (eval-sexp-add-defvars): New fun.
26050         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
26052         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
26053         Don't autoload.
26054         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
26055         than the internal `byte-compile-lambda'.
26056         (defmethod): Don't hide code under quotes.
26057         (eieio-defmethod): New `code' argument.
26059         * emacs-lisp/eieio-comp.el: Remove.
26061         * emacs-lisp/edebug.el (edebug-eval-defun)
26062         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
26063         (edebug-toggle): Avoid `eval'.
26065         * emacs-lisp/disass.el (disassemble-internal): Handle new
26066         `closure' objects.
26067         (disassemble-1): Handle new byte codes.
26069         * emacs-lisp/cl.el (pushnew): Silence warning.
26071         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
26072         (cl-byte-compile-throw): Remove.
26073         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
26075         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
26076         closures.
26078         * emacs-lisp/cconv.el: New file.
26080         * emacs-lisp/bytecomp.el: Use lexical binding instead of
26081         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
26082         (byte-compile-initial-macro-environment):
26083         Handle declare-function here.
26084         (byte-compile--lexical-environment): New var.
26085         (byte-stack-ref, byte-stack-set, byte-discardN)
26086         (byte-discardN-preserve-tos): New lap codes.
26087         (byte-interactive-p): Don't use any more.
26088         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
26089         New macros.
26090         (byte-compile-lapcode): Use them and handle new lap codes.
26091         (byte-compile-obsolete): Remove.
26092         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
26093         (byte-compile-arglist-warn): Check late def of inlinable funs.
26094         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
26095         since they should have been expanded by now.
26096         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
26097         (byte-compile-from-buffer): Remove unused second arg.
26098         (byte-compile-preprocess): New function.
26099         (byte-compile-toplevel-file-form): New function to distinguish
26100         file-form calls from outside from file-form calls from hunk-handlers.
26101         (byte-compile-file-form): Simplify.
26102         (byte-compile-file-form-defsubst): Remove.
26103         (byte-compile-file-form-defmumble): Simplify now that
26104         byte-compile-lambda always returns a byte-code-function.
26105         (byte-compile): Preprocess.
26106         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
26107         Remove, not used any more.
26108         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
26109         (byte-compile-make-args-desc): New funs.
26110         (byte-compile-lambda): Handle lexical functions.  Always return
26111         a byte-code-function.
26112         (byte-compile-reserved-constants): New var, to make up room for
26113         closed-over variables.
26114         (byte-compile-constants-vector): Obey it.
26115         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
26116         (byte-compile-macroexpand-declare-function): New function.
26117         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
26118         byte-code-functions.
26119         (byte-compile-form): Check obsolescence here.
26120         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
26121         (byte-compile-variable-ref): Remove.
26122         (byte-compile-dynamic-variable-op): New fun.
26123         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
26124         (byte-compile-variable-set): New funs.
26125         (byte-compile-discard): Add 2 args.
26126         (byte-compile-stack-ref, byte-compile-stack-set)
26127         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
26128         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
26129         macroexpand-all instead.
26130         (byte-compile-quote-form): Remove.
26131         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
26132         (byte-compile-bind, byte-compile-unbind): New funs.
26133         (byte-compile-let): Handle let* and lexical binding.
26134         (byte-compile-let*): Remove.
26135         (byte-compile-catch, byte-compile-unwind-protect)
26136         (byte-compile-track-mouse, byte-compile-condition-case):
26137         Handle a new :fun-body form, used for lexical scoping.
26138         (byte-compile-save-window-excursion)
26139         (byte-compile-with-output-to-temp-buffer): Remove.
26140         (byte-compile-defun): Simplify.
26141         (byte-compile-stack-adjustment): New fun.
26142         (byte-compile-out): Use it.
26143         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
26145         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
26146         handler any more.
26148         * emacs-lisp/byte-opt.el: Use lexical binding.
26149         (byte-inline-lapcode): Remove (to bytecomp).
26150         (byte-compile-inline-expand): Pay attention to inlining to/from
26151         lexically bound code.
26152         (byte-compile-unfold-lambda): Don't handle byte-code-functions
26153         any more.
26154         (byte-optimize-form-code-walker): Don't handle save-window-excursion
26155         any more and don't call compiler-macros.
26156         (byte-compile-splice-in-already-compiled-code): Remove.
26157         (byte-code): Don't inline any more.
26158         (disassemble-offset): Receive `bytes' as argument rather than via
26159         dynamic scoping.
26160         (byte-compile-tag-number): Declare before first use.
26161         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
26162         `return' even if make-spliceable.
26163         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
26164         obsolete interactive-p.
26165         (byte-optimize-lapcode): Optimize new lap-codes.
26166         Don't trip up on new form of `byte-constant' lap code.
26168         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
26170         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
26172         * custom.el (custom-initialize-default, custom-declare-variable):
26173         Use `defvar'.
26175         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
26176         New variables.
26177         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
26178         (COMPILE_FIRST): Add macroexp and cconv.
26179         * makefile.w32-in: Mirror changes in Makefile.in.
26181         * vc/cvs-status.el:
26182         * vc/diff-mode.el:
26183         * vc/log-edit.el:
26184         * vc/log-view.el:
26185         * vc/smerge-mode.el:
26186         * textmodes/bibtex-style.el:
26187         * textmodes/css-mode.el:
26188         * startup.el:
26189         * uniquify.el:
26190         * minibuffer.el:
26191         * newcomment.el:
26192         * reveal.el:
26193         * server.el:
26194         * mpc.el:
26195         * emacs-lisp/smie.el:
26196         * doc-view.el:
26197         * dired.el:
26198         * abbrev.el: Use lexical binding.
26200 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
26202         * info.el (info-display-manual): New function.
26204 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26206         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
26208 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
26210         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
26211         an entry for that server in rcirc-authinfo.  (Bug#8385)
26213 2011-03-31  Glenn Morris  <rgm@gnu.org>
26215         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
26217         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
26219 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
26221         * progmodes/python.el (python-default-interpreter)
26222         (python-python-command-args, python-jython-command-args)
26223         (python-which-shell, python-which-args, python-which-bufname)
26224         (python-file-queue, python-comint-output-filter-function)
26225         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
26226         variables and functions.
26228 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26230         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
26231         (completion-in-region-mode): New minor mode.
26232         (completion-in-region): Use it.
26233         (completion-in-region--data, completion-in-region-mode-map): New vars.
26234         (completion-in-region--postch): New function.
26235         (completion--capf-misbehave-funs, completion--capf-safe-funs):
26236         New vars.
26237         (completion--capf-wrapper): New function.
26238         (completion-at-point): Use it to track well-behavedness of
26239         hook functions.
26240         (completion-help-at-point): New command.
26242 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
26244         * vc/add-log.el (add-change-log-entry): Don't use whitespace
26245         syntax class to search for whitespace on a single line
26246         (Message-ID: <4D938140.4030905@redhat.com>).
26248 2011-03-30  Leo Liu  <sdl.web@gmail.com>
26250         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
26251         New commands.
26252         (edit-abbrevs-map): Bind them here.
26253         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
26255 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
26257         * allout.el (allout-hide-by-annotation, allout-flag-region):
26258         Reduce possibility of overlay leakage by making them volatile.
26260         * allout-widgets.el (allout-widgets-tally): Define as nil so the
26261         hash is not shared between buffers.  Mode initialization is
26262         responsible for giving it a useful starting value.
26263         (allout-item-span): Reduce possibility of overlay leakage by
26264         making them volatile.
26265         (allout-widgets-count-buttons-in-region): Add diagnostic function
26266         for tracking down button overlay leaks.
26268 2011-03-29  Leo Liu  <sdl.web@gmail.com>
26270         * ido.el (ido-read-internal): Use the default history var
26271         minibuffer-history if no HISTORY is specified.
26273 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
26275         * net/imap.el (imap-shell-open, imap-process-connection-type):
26276         Use imap-process-connection-type for 'shell' streams as well as
26277         Kerberos, SSL, other subprocesses.
26279 2011-03-28  Leo Liu  <sdl.web@gmail.com>
26281         * abbrev.el (abbrev-table-empty-p): New function.
26282         (prepare-abbrev-list-buffer): Place empty abbrev tables after
26283         nonempty ones.  (Bug#5937)
26285 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
26287         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26289 2011-03-27  Leo Liu  <sdl.web@gmail.com>
26291         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26292         for foreground and background colors.
26293         (ansi-color-make-color-map): Adapt.
26295 2011-03-25  Leo Liu  <sdl.web@gmail.com>
26297         * midnight.el (midnight-time-float): Remove.  Note it calculates
26298         the microsecond component incorrectly and seconds-to-time does the
26299         same job.
26300         Remove redundant (require 'timer).
26302         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26303         (ido-completions): Remove unused arguments.  (Bug#8329)
26305 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26307         * minibuffer.el (completion--flush-all-sorted-completions):
26308         Remove itself from hook.
26309         (completion-at-point): Let the functions perform the completion
26310         immediately and return nil or t.
26311         * comint.el (comint-dynamic-complete-functions): Now identical to
26312         completion-at-point-functions.
26313         (comint-dynamic-list-input-ring): Remove unused var `index'.
26314         (comint--match-partial-filename, comint--unquote&expand-filename):
26315         New funs, split from comint-match-partial-filename.
26316         (comint-dynamic-complete): Use completion-at-point.
26317         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26319 2011-03-24  Drew Adams  <drew.adams@oracle.com>
26321         * thingatpt.el: Support `defun'.
26323 2011-03-23  Leo Liu  <sdl.web@gmail.com>
26325         * abbrevlist.el: Move to obsolete/abbrevlist.el.
26327         * help-mode.el (help-mode-finish): Tweak regexp.
26329 2011-03-23  Glenn Morris  <rgm@gnu.org>
26331         * eshell/esh-opt.el (eshell-eval-using-options):
26332         Do not bind unused local variable `eshell-option-stub'.
26334         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26336 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
26338         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26339         keymap variable in `with-no-warnings' to avoid a warning when the
26340         keymap has been already `defconst'ed.
26342 2011-03-22  Leo Liu  <sdl.web@gmail.com>
26344         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
26345         encode all chars in abbrevs; otherwise use emacs-mule or
26346         utf-8-emacs.  (Bug#8308)
26348 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
26350         * simple.el (backward-delete-char-untabify):
26351         Avoid warning about using `delete-backward-char'.
26353         * image.el (image-type-file-name-regexps): Make it variable.
26354         `imagemagick-register-types' modifies it, and the user may want
26355         to add new extensions for known image types.
26356         (imagemagick-register-types): Throw error if not using ImageMagick.
26358 2011-03-22  Leo Liu  <sdl.web@gmail.com>
26360         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26361         located before rcirc-prompt-end-marker.
26362         (rcirc-complete): Error if point is not after rcirc prompt.
26363         Handle the case when table is nil.
26364         (rcirc-user-authenticated): Define to fix compiler warning.
26366 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
26368         * custom.el (custom--inhibit-theme-enable): Make it affect only
26369         custom-theme-set-variables and custom-theme-set-faces.
26370         (provide-theme): Ignore custom--inhibit-theme-enable.
26371         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26372         (custom-enabling-themes): Delete variable.
26373         (enable-theme): Accept only loaded themes as arguments.
26374         Ignore the special custom-enabled-themes variable.
26375         (custom-enabled-themes): Forbid themes from setting this.
26376         Eliminate use of custom-enabling-themes.
26377         (custom-push-theme): Quote "changed" custom var entry.
26379 2011-03-21  Leo Liu  <sdl.web@gmail.com>
26381         * ido.el (ido-read-internal): Add ido-selected to history instead
26382         of user input.
26384 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
26386         * subr.el (deferred-action-list, deferred-action-function):
26387         Mark obsolete.
26389 2011-03-21  Leo Liu  <sdl.web@gmail.com>
26391         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26392         change on 2011-02-13 (bug#8309).
26394         * minibuffer.el (read-file-name-function): Change default value.
26395         (read-file-name--defaults): Rename from read-file-name-defaults.
26396         (read-file-name-default): Rename from read-file-name.
26397         (read-file-name): Call read-file-name-function.
26399 2011-03-21  Glenn Morris  <rgm@gnu.org>
26401         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26402         Doc fixes.
26404 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
26406         * cus-theme.el: Add missing provide statement.
26407         (customize-create-theme): Extract theme value correctly.
26408         (custom-theme-visit-theme): Autoload.
26409         (customize-create-theme): Prompt before inserting default faces.
26411 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
26413         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26414         units and musical notes.
26416 2011-03-20  Leo Liu  <sdl.web@gmail.com>
26418         * ido.el (ido-read-internal): Use completing-read-default.
26419         (ido-completing-read): Fix compatibility with completing-read.
26421 2011-03-20  Christian Ohler  <ohler@gnu.org>
26423         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26424         (ert-delete-all-tests): Use `called-interactively-p' rather than
26425         `interactive-p'.
26426         (ert--make-xrefs-region): Respect END.
26428 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
26430         * dired-aux.el (dired-create-directory): Signal an error if the
26431         directory already exists (Bug#8246).
26433         * facemenu.el (list-colors-display): Call list-faces-display
26434         inside with-help-window.
26435         (list-colors-print): Use display property to align the final
26436         column, instead of checking window-width.
26438 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
26440         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26441         windows-nt systems.
26442         (emerge-protect-metachars): Quote correctly for ms-dos and
26443         windows-nt systems.
26445 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
26447         * info.el (info-initialize): Replace all uses of `:' with
26448         path-separator for compatibility with non-Unix systems.
26449         Cache quoting of path-separator.  (Bug#8258)
26451 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
26453         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26454         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26455         (mouse-avoidance-mode): Fix typos in docstrings.
26457 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
26459         * startup.el (package-subdirectory-regexp): Move from package.el.
26460         Omit \\` and \\', and let callers add them.
26462         * emacs-lisp/package.el (package-strip-version)
26463         (package-load-all-descriptors): Add \\` and \\' to
26464         package-subdirectory-regexp before using it.
26465         (package-untar-buffer): New arg DIR; ensure that file untars only
26466         into this expected directory.  Remove superfluous delete-region.
26467         (package-unpack): Caller changed.
26468         (package-tar-file-info): Use package-subdirectory-regexp.
26470 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26472         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26473         diff-mode-shared-map (bug#8284).
26474         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26476 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26478         * calendar/time-date.el (format-seconds): Use assoc instead of
26479         assoc-string, since assoc-string doesn't exist in XEmacs.
26481 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
26483         * custom.el (custom-known-themes): Reflow docstring.
26484         (custom-theme-load-path): Fix typo in docstring.
26485         (load-theme): Fix typo in error message.
26486         (custom-available-themes, custom-variable-theme-value):
26487         Use `let', not `let*'.
26489 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
26491         * calc/README: Mention inclusion of musical notes.
26493         * calc/calc-units.el (calc-lu-quant): Rename from
26494         `calc-logunits-quantity'.
26495         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26496         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26497         (calc-db): Rename from `calc-dblevel'.
26498         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26499         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26500         (calc-np): Rename from `calc-nplevel'.
26501         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26502         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26503         (calc-lu-plus): Rename from `calc-logunits-add'.
26504         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26505         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26506         (calc-lu-minus): Rename from `calc-logunits-sub'.
26507         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26508         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26509         (calc-lu-times): Rename from `calc-logunits-mul'.
26510         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26511         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26512         (calc-lu-divide): Rename from `calc-logunits-div'.
26513         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26514         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26516         * calc/calc-ext.el (calc-init-extensions): Update the names of the
26517         functions being autoloaded.
26519         * calc/calc.el (calc-lu-power-reference): Rename from
26520         `calc-logunits-power-reference'.
26521         (calc-lu-field-reference): Rename from
26522         `calc-logunits-field-reference'.
26524         * calc/calc-help.el (calc-l-prefix-help):
26525         Mention musical note functions.
26527 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
26529         * minibuffer.el (completion-all-sorted-completions):
26530         Use :completion-cycle-penalty text property if present.
26532 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
26534         * allout.el (allout-yank-processing): Adjust for new rebulleting
26535         regime so bullet being yanked is used without prompting the user
26536         for a choice.
26538 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
26540         * startup.el (command-line): Warn the user that _emacs is deprecated.
26542 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
26544         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26545         (delphi-verbose, delphi-comment-face, delphi-string-face)
26546         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26547         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26548         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26549         (delphi-new-comment-line, delphi-font-lock-defaults)
26550         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26551         Fix typos in docstrings.
26553 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
26555         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26556         Invert the roles of character and string values for INSTEAD, so a
26557         string is used for the more common case of a defaulting prompt.
26559 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26561         * progmodes/ruby-mode.el (ruby-backward-sexp):
26562         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26563         * play/gamegrid.el (gamegrid-make-face):
26564         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26565         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26566         * notifications.el (notifications-notify):
26567         * net/xesam.el (xesam-search-engines):
26568         * net/quickurl.el (quickurl-list-insert):
26569         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26571 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
26573         * startup.el (command-line): Update package subdirectory regexp.
26575 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26577         * allout.el (allout-abbreviate-flattened-numbering)
26578         (allout-mode-deactivate-hook): Fix up obsolescence "date".
26580         * subr.el (read-char-choice): Only show the cursor after the prompt,
26581         not after the answer.
26583 2011-03-15  Kevin Ryde  <user42@zip.com.au>
26585         * help-fns.el (variable-at-point): Skip leading quotes, if any
26586         (bug#8253).
26588 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26590         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26591         warning message.
26593 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
26595         * shell.el (shell): When called interactively, offer to change the
26596         shell file name on remote hosts.
26598 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
26600         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26601         integration for LDAP parameters.  The host, base, user or binddn,
26602         and secret tokens can be specified in a netrc file, for instance.
26603         This is optional because an `auth-source' parameter must be
26604         specified in the search attributes.
26606 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
26608         * help.el (describe-mode): Link to the mode's definition (bug#8185).
26610 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26612         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26613         into declaration.  Remove redundant and harmful binding.
26615 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
26617         * files.el (file-ownership-preserved-p): Pass `integer' as an
26618         explicit 2nd argument to `file-attributes'.  If the file's owner
26619         is the Administrators group on Windows, and the current user is
26620         Administrator, consider that a match.
26622         * server.el (server-ensure-safe-dir): Consider server directory
26623         safe on MS-Windows if its owner is the Administrators group while
26624         the current Emacs user is Administrator.  Use `=' to compare
26625         numerical UIDs, since they could be integers or floats.
26627 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
26629         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26631 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
26633         Sync with Tramp 2.2.1.
26635         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26637         * net/trampver.el: Update release number.
26639 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26641         * progmodes/compile.el (compilation--previous-directory): Fix up
26642         various nil/dead-marker mismatches (bug#8014).
26643         (compilation-directory-properties, compilation-error-properties):
26644         Don't call it at a position past the one we're about to change.
26646         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26647         Disable obsolescence warnings in the file that declares it.
26649 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
26651         * allout-widgets.el (allout-widgets-tally):
26652         Initialize allout-widgets-tally as a hash table rather than nil to
26653         prevent mode-line redisplay warnings.  Also, clarify the module
26654         description and fix a comment typo.
26656 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
26658         * help-fns.el (describe-variable): Don't complete keywords.
26659         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26661 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
26663         * emacs-lisp/package.el (package-version-join): Impose a standard
26664         string representation for pre/alpha/beta version lists.
26665         (package-unpack-single): Standardize the directory name by passing
26666         it through package-version-join.
26667         (package-strip-rcs-id): Accept any version string that does not
26668         signal an error in version-to-list.
26670 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
26672         * simple.el (delete-trailing-whitespace): Return nil for the
26673         benefit of `write-file-functions'.
26675 2011-03-10  Glenn Morris  <rgm@gnu.org>
26677         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26679         * vc/vc-git.el (vc-git-program): New option.
26680         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26681         (vc-git--call): Use it.
26683         * eshell/esh-util.el (eshell-condition-case): Doc fix.
26685         * cus-edit.el (Custom-newline): If no button at point, look
26686         for a subgroup button at start-of-line.  (Bug#2298)
26688         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26690 2011-03-10  Julien Danjou  <julien@danjou.info>
26692         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26693         `cursor-type' is nil.
26695 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
26697         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26699 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
26701         * allout.el: Change so yank of distinctive-bullet items
26702         preserves the existing header prefix, rebulleting it if necessary,
26703         rather than replacing it.  This is necessary for proper operation
26704         of cooperative addons like allout-widgets.
26705         (allout-make-topic-prefix, allout-rebullet-heading):
26706         Change SOLICIT arg to INSTEAD, and interpret additionally a string
26707         value as alternate bullet to be used, instead of prompting the user
26708         for a bullet character.
26710 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
26712         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26713         Do not use `tramp-file-name-port', because this returns also
26714         `tramp-default-port'.
26716 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
26718         * net/rcirc.el (rcirc-handler-001): Remove useless
26719         with-rcirc-process-buffer.
26720         (rcirc-check-auth-status): Swap arguments to string-match.
26722 2011-03-09  Glenn Morris  <rgm@gnu.org>
26724         * shell.el (shell-mode):
26725         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
26727         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26728         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
26730 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26732         * emacs-lisp/package.el (package-refresh-contents)
26733         (package-menu-execute): Use condition-case-no-debug.
26735 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
26737         * simple.el (shell-command-to-string): Use `process-file'.
26739         * emacs-lisp/package.el (package-tar-file-info): Handle also
26740         remote files.
26742         * emacs-lisp/package-x.el (package-upload-buffer-internal):
26743         Use `equal' for upload base check.
26745 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
26747         * textmodes/texinfo.el (texinfo-environments):
26748         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
26750 2011-03-08  Glenn Morris  <rgm@gnu.org>
26752         * cus-start.el (cursor-in-non-selected-windows):
26753         Fix :set quoting oddness.  (Bug#8192)
26755         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26756         in some setf expressions.  (Bug#2159)
26758 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26760         * custom.el (custom-available-themes): Return themes in
26761         alphabetical order.
26763 See ChangeLog.15 for earlier changes.
26765 ;; Local Variables:
26766 ;; coding: utf-8
26767 ;; End:
26769   Copyright (C) 2011-2013 Free Software Foundation, Inc.
26771   This file is part of GNU Emacs.
26773   GNU Emacs is free software: you can redistribute it and/or modify
26774   it under the terms of the GNU General Public License as published by
26775   the Free Software Foundation, either version 3 of the License, or
26776   (at your option) any later version.
26778   GNU Emacs is distributed in the hope that it will be useful,
26779   but WITHOUT ANY WARRANTY; without even the implied warranty of
26780   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26781   GNU General Public License for more details.
26783   You should have received a copy of the GNU General Public License
26784   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.