* lisp/vc/diff-mode.el (diff-hunk): Don't make useless timers.
[emacs.git] / lisp / ChangeLog
blobdf0b8bd422f7e8c7551bce55a77a1db6dcb3dadf
1 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
5         * files.el (load-file): Require match in minibuffer selection, as was
6         the case in Emacs-20 before we changed the spec to allow .elc files
7         (bug#12935).
9         * json.el: Don't require cl since we don't use it.
10         * color.el: Don't require cl.
11         (color-complement): `caddr' -> `nth 2'.
13         * calendar/time-date.el (time-to-seconds): De-obsolete.
15 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
17         * calc/calc-forms.el (math-leap-year-p):  Fix formula for negative
18         year numbers.
19         (math-date-to-julian-dt): Adjust the initial approximation for the
20         year to deal with the new definition of the DATE.
22 2012-11-19  Daniel Colascione  <dancol@dancol.org>
24         * term/w32-win.el (cygwin-convert-path-from-windows):
25         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
27 2012-11-18  Chong Yidong  <cyd@gnu.org>
29         * filecache.el (file-cache--read-list): New function.
30         (file-cache-add-directory-list, file-cache-add-file-list)
31         (file-cache-delete-file-list, file-cache-delete-directory-list):
32         Use it to read a list of files or directories (Bug#12846).
33         (file-cache-add-file, file-cache-add-directory)
34         (file-cache-delete-file-list, file-cache-delete-file-regexp)
35         (file-cache-delete-directory): Print an message.
37 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
39         * calc/calc-forms.el (math-date-to-dt): Use integer date when
40         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
42 2012-11-18  Glenn Morris  <rgm@gnu.org>
44         * image.el (insert-image, insert-sliced-image): Doc fix.
46 2012-11-18  Chong Yidong  <cyd@gnu.org>
48         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
49         (Bug#12810).
51 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
53         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
54         response when the target file is in a subdirectory (Bug#12757).
56 2012-11-18  Chong Yidong  <cyd@gnu.org>
58         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
60 2012-11-18  Glenn Morris  <rgm@gnu.org>
62         * emacs-lisp/cl-lib.el (face-underline-p):
63         Use set-face-underline rather than the alias set-face-underline-p.
65         * window.el (with-temp-buffer-window): Doc fix.
66         * subr.el (with-output-to-temp-buffer):
67         Add doc xref to with-temp-buffer-window.
69 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
71         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
72         * calc/calc.el (math-format-date-cache): Declare.
74 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
76         * calc/calc-forms.el (math-julian-date-beginning)
77         (math-julian-date-beginning-int): Implement [new date numbering].
79 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
81         * descr-text.el (quail-find-key):
82         * dired.el (desktop-file-name):
83         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
84         * generic-x.el (comint-mode, comint-exec):
85         * image-dired.el (widget-forward):
86         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
87         (speedbar-change-expand-button-char)
88         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
89         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
90         * printing.el (easy-menu-add-item, easy-menu-remove-item)
91         (widget-field-action, widget-value-set):
92         * speedbar.el (imenu--make-index-alist):
93         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
94         (ring-length, ring-insert):
95         * vcursor.el (compare-windows-skip-whitespace):
96         * woman.el (dired-get-filename):
97         Declare functions.
99         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
101 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
103         * calc/calc.el (calc-gregorian-switch): New variable.
105         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
106         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
107         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
108         (math-leap-year-p): Add option to distinguish between Julian
109         and Gregorian calendars.
110         (math-day-number): Use `math-day-in-year' to do the computations.
111         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
112         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
113         to do the computations.
114         (math-date-to-dt): Use `math-date-to-julian-dt' and
115         `math-date-to-gregorian-dt' to do the computations.
116         (calcFunc-weekday, math-format-date-part): Use the new version of
117         the DATE to determine the weekday.
118         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
119         when necessary.
121 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
123         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
124         Cygwin; otherwise use 'file:'.  (Bug#12914)
125         (cygwin-convert-path-from-windows): Declare, to avoid
126         byte-compiler warnings.
128 2012-11-17  Andreas Politz  <politza@fh-trier.de>
130         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
131         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
132         prefix and negative numeric prefix args (Bug#12795).
134 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
136         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
137         Don't signal an error with a score that is too low to add to the
138         list of top scores. (Bug#12779)
140 2012-11-17  Chong Yidong  <cyd@gnu.org>
142         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
144         * filecache.el (file-cache-add-file): Handle relative file name in
145         the argument (Bug#12694).
147 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
149         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
151 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
155         * emacs-lisp/cl-lib.el: Set more meaningful version number.
157 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
159         * window.el (enlarge-window, shrink-window): Don't mention return
160         value in doc-string (Bug#12896).
161         (window--display-buffer): Don't resize frames - it won't work
162         with all window managers and defeat pop-up-frame-alist.
163         (display-buffer-alist): In doc-string explain that CONDITION can
164         be a function and which arguments are passed to it (Bug#12854).
165         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
166         expressions (Bug#12854).
167         (display-buffer): Pass ACTION argument to
168         display-buffer-assq-regexp.
170 2012-11-16  Glenn Morris  <rgm@gnu.org>
172         * window.el (fit-frame-to-buffer-bottom-margin)
173         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
175         * faces.el (face-underline-p): Use face-attribute-specified-or.
177 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
179         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
181 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
183         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
185 2012-11-16  Glenn Morris  <rgm@gnu.org>
187         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
188         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
190         * faces.el (face-underline-p): Doc fix.  Handle :underline being
191         things other than `t' (a string, a list).
192         (face-inverse-video-p): Doc fix.
193         (set-face-underline): Rename it back from set-face-underline-p.
194         Doc fix.  Allow interactive input of values other than t.
195         (read-face-attribute): Apply formatting to :underline,
196         since like :box and :stipple it can take list values.
198         * term.el (ansi-term): Don't let C-x escape-char binding
199         clobber the more standard C-c binding.  (Bug#12842)
201         * subr.el (set-temporary-overlay-map): Doc fix.
203 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
205         * window.el (record-window-buffer)
206         (display-buffer-record-window): When copying the markers to
207         window-point preserve window-point-insertion-type. (Bug#12588)
209 2012-11-16  Glenn Morris  <rgm@gnu.org>
211         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
212         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
213         Use new names for hooks rather than obsolete aliases.
215 2012-11-15  Daniel Colascione  <dancol@dancol.org>
217         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
218         prefix instead of "file:" so that when FILE-NAME begins with "//",
219         as it does when the target file is on a network share, url-handler
220         isn't confused.
222 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
224         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
225         a preactivated advice from an old advice.el; they're not compatible!
227 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
229         * emacs-lisp/nadvice.el (advice--make-interactive-form):
230         Fix string-spec case.
232         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
234 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
237         (advice--buffer-local-function-sample): New var.
238         (advice--set-buffer-local, advice--buffer-local): New functions.
239         (add-function, remove-function): Use them.
241 2012-11-15  Drew Adams  <drew.adams@oracle.com>
243         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
245 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
247         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
248         potential binding of print-gensym to t, and prettify (back)quotes in
249         case they appear in args's default values (bug#12884).
251 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
253         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
254         (advice-eval-interactive-spec): New function.
255         (advice--make-interactive-form): Support around advice (bug#12844).
257 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
259         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
260         more strict.  Add docstring.
261         (ruby-expression-expansion-re): Extract from
262         `ruby-match-expression-expansion'.
263         (ruby-syntax-propertize-function): After everything else, search
264         for expansions in string literals, mark their insides as
265         whitespace syntax and save match data for font-lock.
266         (ruby-font-lock-keywords): Use the 2nd group from expression
267         expansion matches.
268         (ruby-match-expression-expansion): Use the match data saved to the
269         text property in ruby-syntax-propertize-function.
271 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
273         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
274         (bug#12879).
276 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
278         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
279         start/end keyword a bit harder.  Works with different values of N.
280         Add more comments.
281         (ruby-end-of-block): Update accordingly.
283 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
285         * woman.el (woman-file-name): Don't mess with unread-command-events
286         (bug#12861).
288         * emacs-lisp/advice.el: Layer on top of nadvice.el.
289         Remove out of date self-require hack.
290         (ad-do-advised-functions): Use simple `dolist'.
291         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
292         (ad-advice-definition): Redefine as functions.
293         (ad-advice-classes): Move before first use.
294         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
295         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
296         (ad--defalias-fset): Remove functions.
297         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
298         (ad-get-orig-definition): Rewrite.
299         (ad-make-advised-definition-docstring): Change base docstring.
300         (ad-real-orig-definition): Rewrite.
301         (ad-map-arglists): Change name of called function.
302         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
303         (ad-make-advised-definition): Simplify.
304         (ad-assemble-advised-definition): Tweak for new calling context.
305         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
306         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
307         function and call ad-activate if needed.
308         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
309         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
310         (ad-compile-function): Compile ad-Advice-*.
311         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
312         (ad-start-advice, ad-stop-advice): Remove.
314 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
316         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
317         period before class method names, not after.  Remove handling of
318         one impossible case.  Add comments.
320 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
322         * emacs-lisp/advice.el: Remove support for freezing.
323         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
324         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
325         Remove support for `freeze'.
327         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
328         override the default.
329         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
330         cl--dotimes/dolist.
331         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
332         `cl' is loaded.
334         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
335         from add-advice.
336         (advice--strip-macro): New function.
337         (advice--defalias-fset): Use them to handle macros.
338         (advice-add): Use them.
339         (advice-member-p): Correctly handle macros.
341 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
343         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
344         Never font-lock the beginning of singleton class as heredoc.
346 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
348         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
350 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
352         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
353         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
354         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
356 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
358         Fix end-of-defun misbehavior.
359         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
360         python-beginning-of-defun-function.  Handle nested defuns
361         correctly.
362         (python-nav-end-of-defun): Rename from
363         python-end-of-defun-function.  Ensure forward movement.
364         (python-info-current-defun): Reimplement to work as intended
365         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
366         parent defuns as soon as possible.
368 2012-11-13  Glenn Morris  <rgm@gnu.org>
370         * progmodes/flymake.el (flymake-error-bitmap)
371         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
372         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
374 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
376         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
377         backward, always stop at indentation.  Reverts the change from
378         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
380 2012-11-13  Glenn Morris  <rgm@gnu.org>
382         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
383         Add ibuffer-filter-by-derived-mode.
385         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
386         the same name shadowing each other.
388         * window.el (with-temp-buffer-window): Doc tweak.
390         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
392         * help.el (temp-buffer-max-height):
393         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
394         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
396 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
398         * emacs-lisp/nadvice.el: New package.
399         * subr.el (special-form-p): New function.
400         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
401         (elp-all-instrumented-list): Remove var.
402         (elp-not-profilable): Remove elp-wrapper.
403         (elp-profilable-p): Use autoloadp and special-form-p.
404         (elp--advice-name): New const.
405         (elp-instrument-function): Use advice-add.
406         (elp--instrumented-p): New predicate.
407         (elp-restore-function): Use advice-remove.
408         (elp-restore-all, elp-reset-all): Use mapatoms.
409         (elp-set-master): Use elp--instrumented-p.
410         (elp--make-wrapper): Rename from elp-wrapper, return a function
411         suitable for advice-add.  Use cl-inf.
412         (elp-results): Use mapatoms+elp--instrumented-p.
413         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
414         (debug-function-list): Remove var.
415         (debug): Rename arg, and then let-bind it explicitly inside.
416         (debugger-setup-buffer): Rename arg.
417         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
418         (debugger-frame-number): Adjust to new debug-on-entry setup.
419         (debug--implement-debug-on-entry): Rename from
420         implement-debug-on-entry, add argument.
421         (debugger-special-form-p): Remove, use special-form-p instead.
422         (debug-on-entry): Use advice-add.
423         (debug--function-list): New function.
424         (cancel-debug-on-entry): Use it, along with advice-remove.
425         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
426         (debugger-list-functions): Use debug--function-list instead of
427         debug-function-list.
428         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
429         (ad-special-form-p): Remove, use special-form-p instead.
430         (ad-set-advice-info): Use add-function and remove-function.
431         (ad--defalias-fset): Adjust accordingly.
433 2012-11-10  Glenn Morris  <rgm@gnu.org>
435         * mail/emacsbug.el (report-emacs-bug-tracker-url)
436         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
437         (report-emacs-bug-create-existing-bugs-buffer)
438         (report-emacs-bug-parse-query-results)
439         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
441         * term.el (term-default-fg-color, term-default-bg-color):
442         Make obsolete, rather than just saying "deprecated" in the doc.
444         * term.el (term): Rename from `term-face'.
445         (term-current-face, ansi-term-color-vector)
446         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
447         Update all users.
449 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
451         * server.el (server-create-window-system-frame): Handle Nextstep
452         specially (Bug#12780).
454 2012-11-10  Glenn Morris  <rgm@gnu.org>
456         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
457         Unautoload, and make obsolete.  (Bug#7449)
459 2012-11-10  Chong Yidong  <cyd@gnu.org>
461         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
462         rename from diff-remove-trailing-whitespace (Bug#12831).
464 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
466         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
467         miscompilation of trace.el.
469 2012-11-10  Glenn Morris  <rgm@gnu.org>
471         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
473 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
475         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
476         (bug#12812).
478 2012-11-10  Chong Yidong  <cyd@gnu.org>
480         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
481         a defcustom with an appropriate :set function.
482         (minibuffer-default--in-prompt-regexps): New function.
484 2012-11-10  Glenn Morris  <rgm@gnu.org>
486         * emacs-lisp/cl.el (define-setf-expander, defsetf)
487         (define-modify-macro): Doc fixes.
489         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
490         (gv-define-simple-setter): Update doc of `fix-return'.
492 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
494         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
495         twice when `fix-return' is set (bug#12813).
497         * emacs-lisp/cl.el (defsetf): Pass the third arg to
498         gv-define-simple-setter (bug#12812).
500         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
501         (bug#12756).
503 2012-11-10  Glenn Morris  <rgm@gnu.org>
505         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
507         * emacs-lisp/cl-extra.el (cl-prettyexpand):
508         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
509         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
510         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
512         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
514 2012-11-10  Leo Liu  <sdl.web@gmail.com>
516         * ido.el (ido-set-matches-1): Improve flex matching performance by
517         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
519 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
521         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
522         (ad--defalias-fset): New function.
523         (ad-safe-fset): Remove.
524         (ad-make-freeze-definition): Use cl-letf*.
526 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
528         * subr.el (dolist): Don't bind VAR in RESULT.
530         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
531         (fset, documentation): Don't save real def since we don't advise.
532         (ad-do-advised-functions): Remove problematic `result-form'.
533         (ad-safe-fset): `ad-real-fset' => `fset'.
534         (ad-read-advised-function): Don't assume that ad-do-advised-functions
535         uses CL's dolist internally.
536         (ad-arglist): Remove unused arg `name'.
537         (ad-docstring, ad-make-advised-docstring):
538         `ad-real-documentation' => `documentation'.
539         (warning-suppress-types): Declare.
540         (ad-set-arguments): Simple CSE.
541         (ad-recover-normality): Sanity check.
543         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
544         (funcall '(lambda ..) ..) into ((lambda ..) ..).
546 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
548         * ses.el: symbol to coordinate mapping is made by symbol property
549         `ses-cell'.  This means that the same mapping is done for all SES
550         sheets.  That is good enough for cells with standard A1 names, but
551         not for named cell.  So a hash map is added for the latter.
552         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
553         (ses-sym-rowcol): Use hashmap for named cell.
554         (ses-is-cell-sym-p): New defun.
555         (ses-decode-cell-symbol): New defun.
556         (ses-create-cell-variable): Add cell to hashmap when name is not
557         A1-like.
558         (ses-rename-cell): Check that cell new name is not already in
559         spreadsheet with the use of ses-is-cell-sym-p
560         (ses-rename-cell): Use hash map for named cells, but accept also
561         renaming back to A1-like.
563 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
565         * emacs-lisp/advice.el: Use new dynamic docstrings.
566         (ad-make-advised-definition-docstring, ad-advised-definition-p):
567         Use dynamic-docstring-function instead of ad-advice-info.
568         (ad--make-advised-docstring): New function extracted from
569         ad-make-advised-docstring.
570         (ad-make-advised-docstring): Use it.
571         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
572         from sql-help.
573         (sql-help): Use it with dynamic-docstring-function.
575         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
577 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
579         * files.el (hack-one-local-variable--obsolete): New function.
580         (hack-one-local-variable): Use it for obsolete settings.
582         * subr.el (locate-user-emacs-file): If both old and new name exist, use
583         the new name.
585         * progmodes/js.el (js--filling-paragraph): New var.
586         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
587         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
588         less sneaky.
590 2012-11-08  Julien Danjou  <julien@danjou.info>
592         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
593         `auto-mode-alist' (Bug#12835).
595 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
597         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
598         (perl--prettify-symbols-alist): New const.
599         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
600         New functions.
601         (perl-font-lock-keywords-2): Use them.
602         (perl-electric-noindent-p): New function.
603         (perl-mode): Use it to set up electric-indent-mode.
604         (perl-electric-terminator, perl-indent-command): Mark obsolete.
605         (perl-mode-map): Remove bindings for them.
606         (perl-imenu-generic-expression, perl-outline-level):
607         Match functions&packages in column>0.
609         * env.el (env--substitute-vars-regexp): New const.
610         (substitute-env-vars): Use it.  Add `only-defined' arg.
611         * net/tramp.el (tramp-replace-environment-variables): Use it.
613         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
614         Byte-compile *before* eval in eval-and-compile.
615         (byte-compile-log-warning): Remove redundant inhibit-read-only.
616         (byte-compile-file-form-autoload): Don't hide actual definition.
617         (byte-compile-maybe-guarded): Accept `functionp' as well.
619         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
621 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
623         * notifications.el (notifications-get-server-information-method):
624         New defconst.
625         (notifications-get-capabilities): Fix docstring.
626         (notifications-get-server-information): New defun.
628 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
630         * textmodes/ispell.el (ispell-region): Standard re-indent for better
631         readability.
633         * textmodes/ispell.el: Experimental support for support debugging.
634         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
635         buffer for ispell.
636         (ispell-print-if-debug): New function to print stuff to
637         `ispell-debug-buffer' if debugging is enabled.
638         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
639         show some debugging info.
640         (ispell-buffer-with-debug): New function that creates a debugging
641         buffer and calls `ispell-buffer' with debugging enabled.
643         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
644         comment in autoconf mode. (Bug#12768)
646 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
648         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
649         frame-first-window, frame-root-window, frame-selected-window,
650         minibuffer-selected-window, minibuffer-window,
651         window-absolute-pixel-edges, window-at, window-body-height,
652         window-body-width, window-display-table, window-combination-limit,
653         window-frame, window-fringes, window-inside-absolute-pixel-edges,
654         window-inside-edges, window-inside-pixel-edges, window-left-child,
655         window-left-column, window-margins, window-next-buffers,
656         window-next-sibling, window-new-normal, window-new-total,
657         window-normal-size, window-parameter, window-parameters, window-parent,
658         window-pixel-edges, window-point, window-prev-buffers,
659         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
660         window-start, window-text-height, window-top-child, window-top-line,
661         window-total-height, window-total-width and window-use-time to the list
662         of functions without side-effects.
663         (toplevel): Add window-valid-p to the list of error-free functions
664         without side-effects.
666 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
668         * textmodes/ispell.el (ispell-program-name):
669         Update spellchecker parameters when customized.
671 2012-11-04  Glenn Morris  <rgm@gnu.org>
673         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
675 2012-11-04  Chong Yidong  <cyd@gnu.org>
677         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
678         same-window-* variables.
680 2012-11-04  Juri Linkov  <juri@jurta.org>
682         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
683         (isearch-describe-key, isearch-describe-mode): Use a display
684         action instead of binding same-window-* variables (Bug#10040).
686 2012-11-03  Glenn Morris  <rgm@gnu.org>
688         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
689         Rename handler properties back from cl-- to cl-.  (Bug#12788)
691         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
693 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
695         * term/pc-win.el: Don't load term/internal from here.
697         * loadup.el: Load term/internal from here.
699 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
701         * progmodes/python.el (inferior-python-mode): Fix hang in
702         jit-lock (Bug#12645).
704 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
706         * window.el (switch-to-visible-buffer)
707         (switch-to-buffer-preserve-window-point): Fix doc-strings.
709 2012-11-03  Glenn Morris  <rgm@gnu.org>
711         * emacs-lisp/cl-lib.el (cl--random-time):
712         Rename from cl-random-time.  (Bug#12773)
713         (cl--gensym-counter, cl--random-state): Update callers.
714         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
716 2012-11-03  Chong Yidong  <cyd@gnu.org>
718         * cus-start.el: Make cursor-type customizable (Bug#11633).
720 2012-11-02  Glenn Morris  <rgm@gnu.org>
722         * filecache.el: No need to load find-lisp when compiling.
723         (find-lisp-find-files): Autoload it.
724         (file-cache-add-directory-recursively): Don't require find-lisp.
726         * image.el (image-type-from-file-name): Trivial simplification.
728         * emacs-lisp/bytecomp.el (byte-compile-eval):
729         Decouple "noruntime" and "cl-functions" warnings.
731 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
733         * play/gomoku.el (gomoku-display-statistics): Update mode line
734         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
736 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
738         * window.el (quit-restore-window): If the window has been
739         created on an existing frame and ended up as the sole window on
740         that frame, do not delete it (Bug#12764).
742 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
744         * progmodes/sh-script.el (sh--inside-noncommand-expression):
745         Rename from sh--inside-arithmetic-expression, handle more cases
746         (bug#11263).
748         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
749         (sh-font-lock-open-heredoc): Use it (bug#12770).
751 2012-10-30  Glenn Morris  <rgm@gnu.org>
753         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
755         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
757 2012-10-29  Chong Yidong  <cyd@gnu.org>
759         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
760         function key is stored in a keyboard macro (Bug#4894).
762         * thingatpt.el (number-at-point): Apply a thing-at-point property.
764 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
766         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
767         header comments".
768         (diff-unified->context, diff-context->unified)
769         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
771         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
773         * files.el (find-alternate-file): Only ask one question (bug#12487).
775 2012-10-29  Chong Yidong  <cyd@gnu.org>
777         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
778         Suggested by Dan Nicolaescu (Bug#6326).
780         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
782         * startup.el (fancy-about-screen): Don't message (Bug#12680).
784         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
786         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
788         * face-remap.el (face-remap-add-relative): Handle the case where a
789         face-remapping-alist entry is a cons cell (Bug#12762).
791 2012-10-29  Kevin Ryde  <user42@zip.com.au>
793         * woman.el (woman-parse-numeric-value): Handle picas correctly
794         (Bug#12639).
796 2012-10-29  Glenn Morris  <rgm@gnu.org>
798         * emacs-lisp/cl.el (defsetf): Doc fix.
800 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
802         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
803         syntax to the matching opener, if any (bug#12547).
804         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
805         matching open as a "case-(".
806         (sh-smie-rc-grammar): Add a corresponding rule for it.
808 2012-10-28  Daniel Hackney  <dan@haxney.org>
810         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
811         "PKGNAME-autoloads.el" in case we created it.
813 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
815         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
816         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
817         (completion--twq-all): Disable too-strict assertions.
819         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
821 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
823         * profiler.el (profiler-report-make-entry-part): Fix help-echo
824         text to match the real keybindings.
826 2012-10-27  Juri Linkov  <juri@jurta.org>
828         * wdired.el (wdired-keep-marker-rename): New defcustom.
829         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
830         (Bug#11795)
832         * dired.el (dired-keep-marker-rename): Add reference to
833         `wdired-keep-marker-rename' in the docstring.
834         Add default character value ?R to display initially in
835         Customization UI instead of ?@.
837 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
839         * window.el (display-buffer): In doc-string describe
840         window-height and window-width alist entries.
842         * time.el (display-time-world): Restore fit-window-to-buffer
843         behavior.
845 2012-10-27  Chong Yidong  <cyd@gnu.org>
847         * subr.el (insert-buffer-substring-as-yank): Doc fix.
849 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
851         * minibuffer.el (completion-category-overrides): New completion
852         category `bookmark' (bug#11131).
854 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
856         * emacs-lisp/advice.el (ad-assemble-advised-definition):
857         Silence bogus compiler warnings for ad-do-it.
859         * bookmark.el (bookmark-completing-read): Set the completion category
860         to `bookmark' (bug#11131).
862 2012-10-26  Bastien  <bzg@altern.org>
863             Stefan Monnier  <monnier@iro.umontreal.ca>
865         * face-remap.el: Use lexical-binding.
866         (text-scale-adjust): Improve docstring.  Use itself for the temporary
867         overlay-map bindings, so as to repeat the "Use..." message each time.
869 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
871         * emacs-lisp/macroexp.el (macroexp--expand-all):
872         Obey byte-compile-warning-enabled-p (bug#12486).
874         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
875         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
877 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
879         * mouse.el (mouse-drag-line): Move last form into preceding when
880         clause (Bug#12731).
882         * help.el (resize-temp-buffer-window): Fix doc-string.
884 2012-10-25  David Engster  <deng@randomsample.de>
886         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
887         Remove.  This feature is already integrated in imenu.
889         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
890         always loaded.  Require `speedbar' unconditionally.
892 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
894         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
896         * minibuffer.el (minibuffer-force-complete): Fix thinko.
898         * net/ldap.el (ldap-search-internal): The official ldif format starts
899         with a "version: 1" header (bug#12724).
901         * emacs-lisp/package.el (package-installed-p): Warn if not ready
902         (bug#12721).
904 2012-10-25  Glenn Morris  <rgm@gnu.org>
906         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
908 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
910         * minibuffer.el (minibuffer-force-complete): Use one more marker
911         for the temporary-overlay-map command (bug#12619).
913 2012-10-24  Chong Yidong  <cyd@gnu.org>
915         * time.el (display-time-world-mode): Derive from special-mode.
916         (display-time-world): Use display-buffer (Bug#12708).
917         (display-time-world-mode-map): Variable deleted.
918         (display-time-world-display): Wrap the final delete-char inside
919         inhibit-read-only.
921 2012-10-24  Chong Yidong  <cyd@gnu.org>
923         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
924         Doc fix.
926         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
928 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
930         * minibuffer.el (completion--all-sorted-completions-location): New var.
931         (completion--cache-all-sorted-completions)
932         (completion--flush-all-sorted-completions): Use it.
933         (completion-in-region, completion-in-region--postch)
934         (completion-at-point, completion-help-at-point): Use markers in
935         completion-in-region--data (bug#12619).
937 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
939         * progmodes/compile.el (compilation-start): Try to handle common
940         quoting of `cd' argument (bug#12640).
942         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
943         (bug#12671).
945 2012-10-23  Glenn Morris  <rgm@gnu.org>
947         * progmodes/gud.el (gud-menu-map):
948         Check gdb-active-process is bound.  (Bug#12358)
950 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
952         * repeat.el (repeat): Set real-this-command (bug#12232).
954         * htmlfontify.el (hfy-post-html-hook):
955         * filesets.el (filesets-cache-fill-content-hook):
956         * arc-mode.el (archive-extract-hook):
957         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
958         * net/rcirc.el (rcirc-sentinel-functions)
959         (rcirc-receive-message-functions, rcirc-activity-functions)
960         (rcirc-print-functions):
961         * net/dbus.el (dbus-event-error-functions):
962         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
963         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
964         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
965         * term/sun.el (sun-raw-prefix-hooks):
966         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
968 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
970         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
971         Set `tramp-chunksize' to 1.  This improves the performance.
972         (tramp-smb-wait-for-output): Add timeout to
973         `tramp-accept-process-output' calls.
975 2012-10-23  Chong Yidong  <cyd@gnu.org>
977         * faces.el (font-list-limit): Define as an obsolete variable.
979         * startup.el (command-line):
980         * cus-start.el: Don't refer to font-list-limit.
982         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
984 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
986         * subr.el (internal-temp-output-buffer-show): Rename from
987         temp-output-buffer-show, since previously compiled files expect this name.
989 2012-10-23  Glenn Morris  <rgm@gnu.org>
991         * image.el (image-type-from-file-name): If multiple types match,
992         return the first one that is supported.  (Bug#9045)
994 2012-10-22  Glenn Morris  <rgm@gnu.org>
996         * image.el (imagemagick-enabled-types): Doc fix.
998 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
1000         * progmodes/which-func.el (which-func-current): The hash-table may have
1001         an explicit nil (bug#12338).
1003 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * electric.el (electric-pair-delete-selection-self-insert-function):
1006         Rename to electric-pair-will-use-region, return a boolean.
1007         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
1009         * delsel.el (delete-selection-helper): Use a function instead of a hook.
1010         (delete-selection-pre-hook): Use use-region-p.
1011         (delete-selection-self-insert-function): Remove.
1012         (self-insert-command): Obey self-insert-uses-region-functions.
1013         (self-insert-iso): Revert to previous setting, since we don't actually
1014         know what that command does.
1015         (delete-selection-self-insert-hooks): Remove.
1017 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
1019         * delsel.el (delete-selection-helper): New function, extracted from
1020         delete-selection-pre-hook.
1021         (delete-selection-pre-hook): Use it.
1022         (delete-selection-self-insert-function): New function.
1023         (delete-selection-self-insert-hooks): New hook.
1024         (self-insert-command, self-insert-iso): Use it.
1025         * electric.el (electric-pair-syntax): New function, extracted from
1026         electric-pair-post-self-insert-function.
1027         (electric-pair-post-self-insert-function): Use it.
1028         (electric-pair-delete-selection-self-insert-function): New function.
1029         (electric-pair-mode): Require delsel and setup
1030         delete-selection-self-insert-hooks (bug#11520).
1032 2012-10-20  Chong Yidong  <cyd@gnu.org>
1034         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1035         no changes to show (Bug#12586).
1037         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1038         list explicitly (Bug#12571).
1040 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
1042         * progmodes/flymake.el (flymake-create-temp-inplace):
1043         Use file-truename.
1045 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
1047         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
1049 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
1051         * calc/calc-units.el (math-extract-units): Properly extract powers
1052         of units.
1054 2012-10-20  Daniel Colascione  <dancol@dancol.org>
1056         * frame.el (make-frame): Set x-display-name as we used to in order
1057         to unbreak creating an X11 frame from an Emacs daemon started
1058         without a display.
1060 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1062         * minibuffer.el (minibuffer-force-complete): Make the next completion use
1063         the same completion-field (bug#12221).
1065 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
1067         * emacs-lisp/debug.el (debug): Record height of debugger window
1068         also when debugger will be back (Bug#8789).
1070 2012-10-18  Chong Yidong  <cyd@gnu.org>
1072         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1073         Convert to defcustom.
1074         (gdb-get-source-file): Don't bind pop-up-windows.
1076         * progmodes/gud.el (gud-display-line): Don't specially re-use
1077         other frames for the gdb-mi case (Bug#12648).
1079 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1081         * emacs-lisp/advice.el: Clean up commentary a bit.
1082         (ad-do-advised-functions, ad-with-originals): Use `declare'.
1083         (byte-code-function-p): Never redefine.
1085         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1087 2012-10-18  Glenn Morris  <rgm@gnu.org>
1089         * dired.el (dired-sort-toggle): Some ls implementations only allow
1090         a single option string.  (Bug#12666)
1092         * minibuffer.el (completion-cycle-threshold): Doc fix.
1094 2012-10-17  Kenichi Handa  <handa@gnu.org>
1096         * international/mule.el (set-keyboard-coding-system):
1097         Recover input meta mode when the new coding system doesn not use 8-bit.
1098         Supply TERMINAL arg to set-input-meta-mode.
1100 2012-10-17  Michael Heerdegen <michael_heerdegen@web.de>
1102         * wdired.el (wdired-old-marks): New variable.
1103         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1104         (wdired-do-renames): Move point with renamed file and don't lose
1105         mark status (Bug#11795).
1107 2012-10-16  Juri Linkov  <juri@jurta.org>
1109         * replace.el (query-replace-help): Mention multi-buffer replacement
1110         keys in the Help message.  (Bug#12655)
1112 2012-10-15  Chong Yidong  <cyd@gnu.org>
1114         * emacs-lisp/byte-run.el (defsubst): Doc fix.
1116 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1118         * window.el (display-buffer): Doc fix.
1120         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1121         Adjust the msft regexp to the output of Studio 2010, and move msft
1122         before edg-1.  See the discussion on emacs-devel,
1123         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1124         for the details.
1126 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1128         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1129         (oset): Move uses of object-class-fast macro after its definition.
1131         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1133 2012-10-13  Chong Yidong  <cyd@gnu.org>
1135         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1136         enabled, re-enable it (Bug#11963).
1138 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
1140         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1141         non-nil, restore window configuration (Bug#12623).
1143 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1145         * help-fns.el (describe-variable, describe-function-1):
1146         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1148         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1150 2012-10-12  Glenn Morris  <rgm@gnu.org>
1152         * mail/rmailsum.el (rmail-header-summary):
1153         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
1155 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
1157         * progmodes/python.el (python-mode-map):
1158         Replace subtitute-key-definition with proper command remapping.
1159         (python-nav--up-list): Fix behavior for blocks on the same level.
1161 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1163         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1165         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1166         changes to the format of load-history.
1168         * international/mule-cmds.el (read-char-by-name): Move let-binding of
1169         completion-ignore-case in case that var is buffer-local (bug#12615).
1171 2012-10-11  Kenichi Handa  <handa@gnu.org>
1173         * international/eucjp-ms.el: Re-generated.
1175 2012-10-10  Kenichi Handa  <handa@gnu.org>
1177         * select.el (xselect--encode-string): If a coding is specified for
1178         selection, and that is compatible with COMPOUND_TEXT, use it.
1180 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
1182         * window.el (switch-to-buffer-preserve-window-point): New option.
1183         (switch-to-buffer):
1184         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
1186 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1189         Don't document nil as a useful value (bug#12583).
1191 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
1193         * net/tramp.el (tramp-debug-message):
1194         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1195         (with-tramp-progress-reporter): Rename from
1196         `tramp-with-progress-reporter'.
1197         (with-tramp-file-property, with-tramp-connection-property):
1198         Move from tramp-cache.el, rename from `with-file-property' and
1199         `with-connection-property', respectively.
1201         * net/tramp-cache.el: Remove `with-file-property' and
1202         `with-connection-property'.
1204         * net/tramp.el:
1205         * net/tramp-gvfs.el:
1206         * net/tramp-sh.el:
1207         * net/tramp-smb.el: Adapt callees.
1209         * net/trampver.el: Update release number.
1211 2012-10-09  Glenn Morris  <rgm@gnu.org>
1213         * w32-fns.el (set-message-beep):
1214         * term/w32-win.el (set-message-beep): Update declarations.
1216 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1218         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1219         (mode-line-widen, mode-line-input-method-map)
1220         (mode-line-coding-system-map, mode-line-remote)
1221         (mode-line-unbury-buffer, mode-line-bury-buffer)
1222         (mode-line-next-buffer, mode-line-previous-buffer):
1223         Replace save-selected-window+select-window => with-selected-window.
1225         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1226         * progmodes/cc-vars.el (bq-process): Remove, unused.
1228         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1230 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
1232         Implemented `backward-up-list'-like navigation.
1233         * progmodes/python.el (python-nav-up-list)
1234         (python-nav-backward-up-list): New functions.
1235         (python-mode-map): Define substitute key for backward-up-list to
1236         python-nav-backward-up-list.
1238 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
1240         * progmodes/python.el (python-fill-paragraph): Rename from
1241         python-fill-paragraph-function.  Fixed fill-paragraph for
1242         decorators (Bug#12605).
1244 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
1246         * progmodes/python.el (python-shell-output-filter): Handle extra
1247         carriage return in OSX (Bug#12409).
1249 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
1251         Fix shell handling of unbalanced quotes and parens in output.
1252         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1253         (python-syntax-propertize-function): Use it.
1254         (python-shell-output-syntax-table): New var.
1255         (inferior-python-mode): Prevent unbalanced parens/quotes from
1256         previous output mess with current input context.
1258 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
1260         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1261         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1263 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
1265         * ffap.el (ffap-replace-file-component): Support Tramp file name
1266         syntax, not only ange-ftp's one.
1268 2012-10-08  Glenn Morris  <rgm@gnu.org>
1270         * cus-start.el (message-log-max): Set :version.
1272         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1274 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
1276         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1277         the minibuffer window (Bug#10851).
1279 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
1281         Enhancements on forward-sexp movement.
1282         * progmodes/python.el (python-nav-beginning-of-statement)
1283         (python-nav-end-of-statement): Return point-marker.
1284         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1285         (python-info-current-symbol)
1286         (python-info-statement-starts-block-p): Rename from
1287         python-info-beginning-of-block-p.
1288         (python-info-statement-ends-block-p): Rename from
1289         python-info-end-of-block-p.
1290         (python-info-beginning-of-statement-p)
1291         (python-info-end-of-statement-p)
1292         (python-info-beginning-of-block-p, python-info-end-of-block-p):
1293         New functions.
1295 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1297         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1298         frame-selected-windows.
1300 2012-10-08  Daniel Colascione  <dancol@dancol.org>
1302         * battery.el (battery-status-function): Check for
1303         w32-battery-status itself, not system-time windows-nt.
1305         * frame.el: Require cl-lib.
1306         (display-format-alist): New variable mapping frame types to
1307         functions that initialize them.
1308         (window-system-for-display): New function: interprets
1309         display-format-alist.
1310         (make-frame-on-display): Remove existing display-selection logic
1311         and just forward to make-frame, which will now DTRT.
1312         (make-frame): Restructure to use window-system-for-display to
1313         figure out how to create a frame on a given display.
1314         (display-mouse-p): Look for frame-type w32, not a particular
1315         system-type.
1317         * loadup.el: Load w32 lisp code when we have the w32 feature.
1319         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1320         system-type windows-nt.
1322         * server.el (server-create-window-system-frame): Look for window
1323         type.
1324         (server-proces-filter): Only force a window system when windows-nt
1325         _and_ w32.  Explain why.
1327         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1328         of window systems we configure for the mode.
1330         * startup.el (command-line): Mark window system is initialized
1331         after we've done it.
1333         * common-win.el (x-select-text): Look for w32, not windows-nt.
1335         * ns-win.el: Require cl-lib.  Add ourselves to
1336         display-format-alist.
1337         (ns-initialize-window-system): Assert we're not initialized twice.
1339         * w32-win.el: Enable lexical binding; require cl-lib; add
1340         ourselves to display-format-alist.
1341         (w32-handle-dropped-file): Convert incoming dropped files from
1342         Windows paths to Cygwin ones before passing them on to the rest of
1343         Emacs.
1344         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
1345         (w32-initialize-window-system): Assert we're not initialized twice.
1347         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1348         (x-initialize-window-system): Assert we're not initialized twice.
1350         * w32-common-fns.el: New File.
1351         (w32-version, w32-using-nt, w32-get-clipboard-data)
1352         (w32-set-clipboard-data, x-set-selection, x-get-selection)
1353         (w32-charset-info-alist, x-last-selected, text)
1354         (x-get-selection-value, x-selection-value): Move here.
1356         * w32-fns.el: Require w32-common-fns.
1357         (w32-version, w32-using-nt, w32-get-clipboard-data)
1358         (w32-set-clipboard-data, x-set-selection, x-get-selection)
1359         (w32-charset-info-alist, x-last-selected, text)
1360         (x-get-selection-value, x-selection-value): Move to
1361         w32-common-fns.
1363         * w32-vars.el:
1364         (w32-allow-system-shell, w32-system-shells): Define only in
1365         non-cygwin case.
1367 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1369         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1370         (read-passwd): Remove a few more potential sources of leaks.
1372 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
1374         * progmodes/python.el (inferior-python-mode)
1375         (python-shell-make-comint): Fix initialization of local
1376         variables copied from parent buffer.
1378 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
1380         * term/ns-win.el (ns-read-file-name): Update declaration to match
1381         nsfns.m.
1382         (ns-respond-to-change-font): Change fontsize separatly so we are sure
1383         it is set when font is acted upon.
1385 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
1387         Enhancements to indentation.
1388         * progmodes/python.el (python-indent-context): Give priority to
1389         inside-string context.  Make comments indentation markers.
1390         (python-indent-region): Do not mess with strings, unless it's the
1391         enclosing set of quotes.
1393 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1395         * window.el (internal--before-save-selected-window)
1396         (internal--after-save-selected-window): New functions extracted from
1397         save-selected-window.  Make sure we return the `alist' we construct.
1398         (save-selected-window): Use them.
1400         * textmodes/tex-mode.el (tex-recenter-output-buffer):
1401         Use with-selected-window.
1403         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1404         forms that define macros (bug#12593).
1406 2012-10-07  Kenichi Handa  <handa@gnu.org>
1408         * international/mule-conf.el (compound-text-with-extensions):
1409         Add :mime-charset property as x-ctext.
1411 2012-10-07  Stefan Merten  <smerten@oekonux.de>
1413         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1414         (rst-indent-literal-normal, rst-indent-literal-minimized)
1415         (rst-indent-comment): Correct :version tag.
1416         (rst-official-cvs-rev): Correct version string.
1418 2012-10-07  Glenn Morris  <rgm@gnu.org>
1420         * mail/rmailmm.el (rmail-mime-process-multipart):
1421         Do not confuse a multipart message with an epilogue
1422         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
1424 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
1426         Fix shell output retrieval and comint-prompt-regexp init.
1427         * progmodes/python.el (inferior-python-mode):
1428         (python-shell-make-comint): Fix initialization of
1429         comint-prompt-regexp from copied file local variables.
1430         (python-shell-fetched-lines): Remove var.
1431         (python-shell-output-filter-in-progress): Rename from
1432         python-shell-fetch-lines-in-progress.
1433         (python-shell-output-filter-buffer): Rename from
1434         python-shell-fetch-lines-string.
1435         (python-shell-fetch-lines-filter): Delete function.
1436         (python-shell-output-filter): New function.
1437         (python-shell-send-string-no-output): Use them.
1439 2012-10-07  Glenn Morris  <rgm@gnu.org>
1441         * hi-lock.el (hi-lock-process-phrase):
1442         Try to make it less fragile.  (Bug#7161)
1444         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1446 2012-10-06  Glenn Morris  <rgm@gnu.org>
1448         * ehelp.el (electric-help-mode): Use help-mode rather than
1449         non-existent mode `help'.
1450         (electric-help-map): Use button-buffer-map.  (Bug#10917)
1452         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1453         (reftex-create-bibtex-footer): Fix custom types.
1455         * progmodes/sh-script.el (sh-indent-after-continuation):
1456         Add explicit :group.
1458         * textmodes/rst.el (rst-preferred-decorations)
1459         (rst-shift-basic-offset): Clarify obsolescence versions.
1461         * profiler.el (profiler): Add missing group :version tag.
1462         * avoid.el (mouse-avoidance-banish-position):
1463         * proced.el (proced-renice-command):
1464         * calc/calc.el (calc-ensure-consistent-units):
1465         * calendar/icalendar.el (icalendar-import-format-uid):
1466         * net/tramp.el (tramp-save-ad-hoc-proxies):
1467         * progmodes/bug-reference.el (bug-reference-bug-regexp):
1468         * progmodes/flymake.el (flymake-error-bitmap)
1469         (flymake-warning-bitmap, flymake-fringe-indicator-position):
1470         * progmodes/sh-script.el (sh-indent-after-continuation):
1471         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1472         (verilog-before-save-font-hook, verilog-after-save-font-hook):
1473         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1474         (vhdl-array-index-record-field-in-sensitivity-list)
1475         (vhdl-indent-comment-like-next-code-line):
1476         * textmodes/reftex-vars.el (reftex-ref-style-alist)
1477         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1478         (reftex-cite-key-separator, reftex-create-bibtex-header)
1479         (reftex-create-bibtex-footer):
1480         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1481         (rst-indent-literal-normal, rst-indent-literal-minimized)
1482         (rst-indent-comment): Add missing custom :version tags.
1484         * calendar/timeclock.el (timeclock-modeline-display):
1485         Add missing obsolete alias for renamed user option.
1487         * strokes.el (strokes-modeline-string):
1488         * emulation/crisp.el (crisp-mode-modeline-string):
1489         * eshell/esh-mode.el (eshell-status-in-modeline):
1490         Aliases to defcustoms must come before the defcustom.
1492         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1493         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1494         (cal-tex-cursor-week-monday): Doc fixes.
1495         (cal-tex-cursor-week2-summary): Doc fix.
1496         Rename from cal-tex-cursor-week-at-a-glance.
1498         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1499         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
1501         * calendar/calendar.el (calendar-mode-map):
1502         Add cal-tex-cursor-week2-summary.
1504 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1506         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1508         * subr.el (read-passwd-map): New var.
1509         (read-passwd): Use `read-string' again.
1510         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1512 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
1514         * register.el (append-to-register, prepend-to-register):
1515         Deactivate mark, as does `copy-to-register' (bug#12389).
1517 2012-10-06  Chong Yidong  <cyd@gnu.org>
1519         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1521 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
1523         * international/characters.el: Fix simple mistake ((car chars) ->
1524         elt), delete duplicated code.
1526 2012-10-06  Glenn Morris  <rgm@gnu.org>
1528         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
1530 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1532         * color.el (color-hsl-to-rgb): Fix incorrect results for
1533         small and large hue values.  (Bug#12559)
1535 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
1537         Enhancements to docstring formatting when filling paragraphs.
1538         * progmodes/python.el (python-fill-docstring-style): Rename from
1539         python-fill-string-style.  Added new style.
1540         (python-fill-string): Use new style.  Better checks for
1541         docstrings.
1543 2012-10-05  Glenn Morris  <rgm@gnu.org>
1545         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1547         * color.el (color-name-to-rgb, color-rgb-to-hex)
1548         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1549         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1550         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1551         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1553         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
1555 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
1557         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1558         to get the correct size across symlinks.
1560         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1562 2012-10-04  Juri Linkov  <juri@jurta.org>
1564         * replace.el (query-replace-interactive): Declare obsolete.
1565         (query-replace-read-from): Add the last incremental search string
1566         to the list of default values accessible via M-n.
1567         (map-query-replace-regexp): Use `read-regexp'.
1568         (query-replace, query-replace-regexp, query-replace-regexp-eval)
1569         (map-query-replace-regexp, replace-string, replace-regexp):
1570         Fix docstrings to replace mentions of `query-replace-interactive'
1571         with alternatives.  (Bug#12526)
1573 2012-10-04  Juri Linkov  <juri@jurta.org>
1575         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
1576         (dired-pop-to-buffer): Declare obsolete.
1577         (dired-mark-pop-up): Doc fix.
1579 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
1581         Allow user to set docstring style for fill-paragraph.
1582         * progmodes/python.el
1583         (python-fill-comment-function, python-fill-string-function)
1584         (python-fill-decorator-function, python-fill-paren-function):
1585         Remove :safe for defcustoms.
1586         (python-fill-string-style): New defcustom
1587         (python-fill-paragraph-function): Enhance context detection.
1588         (python-fill-string): Honor python-fill-string-style settings.
1590 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
1592         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1593         after setting its buffer (Bug#10805).
1595 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
1597         Fix cornercase for string syntax.
1598         * progmodes/python.el (python-syntax-propertize-function):
1599         Simplify and enhance the regexp for unescaped quotes.  Now it also
1600         matches quotes in weird situations like the single quote in
1601         "something\"'".
1602         (python-syntax-stringify): Simplify num-quotes detecting code.
1604 2012-10-03  Glenn Morris  <rgm@gnu.org>
1606         * help-macro.el (three-step-help):
1607         Revert 2012-09-29 change.  (Bug#12567)
1609 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
1611         * menu-bar.el (kill-this-buffer): Don't do anything when
1612         `menu-frame' is not alive or visible (Bug#8184).
1614         * emacs-lisp/debug.el (debug): When quitting the debugger window
1615         restore current buffer (Bug#12502).
1617 2012-10-02  Chong Yidong  <cyd@gnu.org>
1619         * progmodes/hideif.el (hif-lookup, hif-defined):
1620         Handle semantic-c-takeover-hideif.
1622 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
1624         Change sampling interval units from ms to ns.
1625         * profiler.el (profiler-sampling-interval): Change units
1626         from ms to ns, multiplying the default by 1000000 so that
1627         it remains 1 ms.
1628         (profiler-report-cpu-line-format): Give enough room for
1629         the maximum counters on 64-bit hosts.
1630         (profiler-report-render-calltree-1): Call them "CPU samples",
1631         not "Time (ms)", since they are not milliseconds now (and
1632         never really were).
1634 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
1636         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1637         Fix querying BBDB for entries without a last name (Bug#11580).
1639 2012-10-02  Chong Yidong  <cyd@gnu.org>
1641         * emacs-lisp/eieio.el: Restore Version header.
1643 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1645         * vc/diff-mode.el (diff--auto-refine-data): New var.
1646         (diff-hunk): Use it to delay refinement.
1647         (diff-mode): Remove overlays when we turn off font-lock.
1649         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1650         (table-initialize-table-fixed-width-mode)
1651         (table-set-table-fixed-width-mode): Remove functions.
1652         (table-command-list): Move initialization into declaration.
1653         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1654         (table-with-cache-buffer): Use `declare'.
1655         (table-span-cell): Simplify via CSE.
1656         (table-fixed-width-mode): Use define-minor-mode.
1657         (table-call-interactively, table-funcall, table-apply): Remove.
1658         (table-function): New function, to replace them.
1660         * bookmark.el (bookmark-search-pattern): Remove var.
1661         (bookmark-read-search-input): Remove function.
1662         (bookmark-bmenu-search): Reimplement using a minibuffer.
1664         * faces.el (modeline): Remove obsolete face name.
1666         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1667         and give a non-nil default value.
1668         (add-change-log-entry): Simplify accordingly.
1670 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1672         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1673         (vc-git-log-edit-toggle-amend): New function.
1674         (vc-git-log-edit-toggle-signoff): New function.
1675         (vc-git-log-edit-mode): New major mode.
1676         (vc-git-log-edit-mode-map): Keymap for it.
1677         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1679         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1680         header names.
1681         (log-edit-toggle-header): New function.
1682         (log-edit-extract-headers): Accept function values in HEADERS alist.
1684 2012-10-01  David Engster  <deng@randomsample.de>
1686         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1687         from symbol property and change message to be more consistent with
1688         Emacs proper.
1689         (eieio-describe-generic): Add filename for each implementation.
1690         Fix indices for generic and normal methods.
1691         (eieio-method-def, eieio-class-def): New buttons.
1692         (eieio-help-find-method-definition)
1693         (eieio-help-find-class-definition): New functions.
1694         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1695         class, constructor and method definitions.
1697         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1698         information in symbol property.
1699         (scoped-class): Remove.
1700         (eieio-slot-name-index, call-next-method): Check if it is bound.
1702 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
1704         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1705         (eieio-custom-mode): New major mode.
1706         (eieio-customize-object): Use it.
1708 2012-10-01  Eric Ludlam  <zappo@gnu.org>
1710         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1711         specifying the expected class, and whether subclassing is allowed.
1712         (eieio-persistent-convert-list-to-object):
1713         (eieio-persistent-validate/fix-slot-value)
1714         (eieio-persistent-slot-type-is-class-p): New functions.
1715         (eieio-named::slot-missing): Doc fix.
1717         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1718         Stop using unused publd variable.
1720         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1721         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1722         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1723         (eieio-speedbar-handle-click): Do not specify a class for the
1724         method.  Fixes method invocation order problems with EDE.
1726 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1728         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1729         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1731 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
1733         * bookmark.el (bookmark-version-control): Give tags in the
1734         :type choices (Bug#12309), and improve doc string.
1735         (bookmark-write-file): Bind `print-circle' to `t' to allow
1736         circular custom bookmark types.  (Bug#12503)
1738 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
1740         Revert the FOLLOW-SYMLINKS change for file-attributes.
1741         * files.el (remote-file-name-inhibit-cache, after-find-file):
1742         * time.el (display-time-file-nonempty-p): Undo last change.
1744         * profiler.el (profiler-sampling-interval): Change default back to 1.
1745         See Stefan Monnier in
1746         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1748 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
1750         Shell output catching a la gud-gdb.
1751         * progmodes/python.el (python-shell-fetch-lines-in-progress)
1752         (python-shell-fetch-lines-string, python-shell-fetched-lines):
1753         New Vars.
1754         (python-shell-fetch-lines-filter): New function.
1755         (python-shell-send-string-no-output): Use them.
1757 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
1759         * profiler.el (profiler-sampling-interval): Rename from
1760         profiler-sample-interval.
1761         (profiler-sampling-interval): Default to 10.
1762         (profiler-find-profile): New command (was profiler-find-log).
1763         (profiler-find-profile-other-window): New command.
1764         (profiler-find-profile-other-frame): New command.
1765         (profiler-profile): Introduce API-level data structure.
1767 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
1769         file-attributes has a new optional arg FOLLOW-SYMLINKS.
1770         * files.el (remote-file-name-inhibit-cache):
1771         * time.el (display-time-file-nonempty-p): Use it.
1772         * files.el (after-find-file): Don't chase links before calling
1773         file-exists-p, as file-exists-p already does the right thing.
1775 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
1777         Merge from standalone RefTeX repository.
1779         The following ChangeLog entries are shortened versions of the
1780         original ones with file paths adapted.  A not so strongly edited
1781         version of the original ChangeLog can be found in the commit log.
1783         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1784         (reftex-arg-cite): Use `reftex-cite-key-separator'.
1785         Correctly handle new value type returned by `reftex-citation'.
1787         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1788         that entries with whitespace at various places are found.
1789         Doc fix. Include entries that are cross-referenced from cited entries.
1790         Include @String definitions in the resulting bib file.  Add header
1791         and footer defined in `reftex-create-bibtex-header' and
1792         `reftex-create-bibtex-footer'.
1793         (reftex-do-citation): Make it possible again to insert
1794         non-existent entries.  Save match data when asking for optional
1795         arguments. Return all keys, not just the first one.
1796         (reftex-all-used-citation-keys): Fix regexp to correctly extract
1797         all citations in the same line.
1798         (reftex-parse-bibtex-entry): Accept additional optional argument
1799         `raw' and keep quotes or braces if it is non-nil.  Match fields
1800         containing hyphens besides word constituents.
1801         (reftex-get-string-refs): New function.
1802         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1803         and ask if it should be reread in case it did.
1804         (reftex-pop-to-bibtex-entry)
1805         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1806         entries with spaces or tabs in front of arguments.
1807         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1808         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1809         Match entries containing numbers and symbol constituents.
1810         (reftex-do-citation, reftex-figure-out-cite-format):
1811         Use `reftex-cite-key-separator'.
1813         * textmodes/reftex-dcr.el: Move provide statement to end of file.
1814         (reftex-mouse-view-crossref): Explain why point is set.
1816         * textmodes/reftex-global.el: Whitespace changes.
1818         * textmodes/reftex-index.el: Move provide statement to end of
1819         file.
1820         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1821         (reftex-index-visit-phrases-buffer): Set marker when visiting
1822         buffer.  This allows for returning from the phrases file to the
1823         file one was just editing instead of the file where the last
1824         phrases was added from.
1825         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
1826         punctuation syntax as it usually is not used as string quote in
1827         TeX-related modes and may occur unmatched.  The change also
1828         prevents fontification of quoted content.
1829         (reftex-index-phrases-mode): Use it.
1831         * textmodes/reftex-parse.el (reftex-parse-from-file):
1832         Move backward one char if a `\' was matched after a section macro.
1833         (reftex-parse-from-file): Use beginning of match instead of end as
1834         bound.
1836         * textmodes/reftex-ref.el: Adapt creation of
1837         `reftex-<package>-<macro>' functions to new structure of
1838         `reftex-ref-style-alist'.
1839         (reftex-reference): Use `reftex-ref-style-list' function.
1840         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
1841         reference macro if `reftex-ref-macro-prompt' is non-nil.
1842         (reftex-reference): Pass refstyle to `reftex-format-special'.
1843         Determine reference macro by looking at
1844         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1845         Use only one special format function.
1846         (reftex-varioref-vref, reftex-fancyref-fref)
1847         (reftex-fancyref-Fref): Remove definitions.  The functions are now
1848         generated from `reftex-ref-style-alist'.
1849         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1850         Remove.
1851         (reftex-format-special): New function.
1853         * textmodes/reftex-sel.el
1854         (reftex-select-cycle-ref-style-internal): Adapt to new structure
1855         of `reftex-ref-style-alist'. Remove code for testing macro type.
1856         (reftex-select-toggle-varioref)
1857         (reftex-select-toggle-fancyref): Remove.
1858         (reftex-select-cycle-ref-style-internal)
1859         (reftex-select-cycle-ref-style-forward)
1860         (reftex-select-cycle-ref-style-backward): New functions.
1861         (reftex-select-label-map): Use `v' and `V' for general cycling
1862         through reference styles.  Add `p' for switching between number
1863         and page reference types.
1865         * textmodes/reftex-toc.el (reftex-re-enlarge):
1866         Call `enlarge-window' only if there is something to do because in Emacs
1867         the horizontal version throws an error even if the parameter is 0.
1869         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1870         (reftex-plug-into-AUCTeX): Doc fix.
1871         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1872         string.  Adapt to new name.
1873         (reftex-ref-style-alist): Change structure so that it is not
1874         possible to use multiple different package names within a style.
1875         Remove the symbols for symbols for macro type distinction.
1876         Add characters for macro selection.
1877         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1878         (reftex-create-bibtex-footer): New variables.
1879         (reftex-format-ref-function): Mention third argument of special
1880         format function.
1881         (reftex-ref-style-alist, reftex-ref-style-default-list):
1882         New variables.
1883         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1884         to new implementation.  Mark as obsolete.  Add compatibility code
1885         for honoring the variable values in case they are set.
1886         (reftex-cite-format-builtin, reftex-bibliography-commands):
1887         Add support for ConTeXt.
1888         (reftex-format-ref-function, reftex-format-cite-function):
1889         Fix custom type.
1890         (reftex-cite-key-separator): New variable.
1892         * textmodes/reftex.el (reftex-syntax-table-for-bib)
1893         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1894         `reftex-syntax-table' because parens have to retain their paren
1895         syntax in order for parsing of BibTeX entries like @book(...) to
1896         work.
1897         (reftex-in-comment): Do not error out if `comment-start-skip' is
1898         not set.  Deal correctly with escaped comment characters.
1899         (reftex-tie-multifile-symbols): Add doc string.
1900         Initialize `reftex-ref-style-list'.
1901         (reftex-untie-multifile-symbols): Add doc string.
1902         (reftex-add-index-macros): Doc fix.
1903         (reftex-ref-style-activate, reftex-ref-style-toggle)
1904         (reftex-ref-style-list): New functions.
1905         (reftex-mode-menu): Use them.  Adapt to new structure of
1906         `reftex-ref-style-alist'.
1907         (reftex-select-with-char): Kill the RefTeX Select buffer when
1908         done.
1909         (reftex-remove-if): New function.
1910         (reftex-erase-all-selection-and-index-buffers)
1911         (reftex-mode-menu): Reference styles are now computed from
1912         `reftex-ref-style-alist'.  Fix typo.
1913         (reftex-report-bug): New function.
1914         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1915         algorithms with O(n log n).  Introduce optional argument SORT (not
1916         yet used).
1918 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
1920         Enhancements for triple-quote string syntax.
1921         * progmodes/python.el (python-syntax-propertize-function):
1922         Match both quote cases in one regexp.
1923         (python-syntax-stringify): Handle matches properly.
1925 2012-09-30  Juri Linkov  <juri@jurta.org>
1927         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
1928         to nil around the call to `insert' to prevent
1929         directory time modification by lock_file.  (Bug#2295)
1930         * tar-mode.el (tar-summarize-buffer): Idem.
1932 2012-09-30  Juri Linkov  <juri@jurta.org>
1934         * facemenu.el (list-colors-sort): Add option "Luminance".
1935         (list-colors-sort-key): Implement it.
1937         * vc/diff-mode.el (diff-refine-removed):
1938         * vc/ediff-init.el (ediff-fine-diff-A):
1939         * vc/smerge-mode.el (smerge-refined-removed):
1940         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
1942 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
1944         * term/ns-win.el (x-file-dialog): New function.
1946 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
1948         * ido.el (ido-max-directory-size): Default to nil; the current
1949         default is small for POSIX systems, and impractical on Windows 7
1950         now that lstat returns directory sizes for NTFS.
1952 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
1954         In buffer display functions handle window-height/window-width
1955         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
1956         * window.el (window--display-buffer): New argument ALIST.
1957         Obey window-height and window-width alist entries.
1958         (window--try-to-split-window): New argument ALIST.
1959         Bind window-combination-limit to t when the window's size shall be
1960         changed and window-combination-limit equals `window-size'.
1961         (display-buffer-in-atom-window)
1962         (display-buffer-in-major-side-window)
1963         (display-buffer-in-side-window, display-buffer-same-window)
1964         (display-buffer-reuse-window, display-buffer-pop-up-frame)
1965         (display-buffer-pop-up-window, display-buffer-below-selected)
1966         (display-buffer-at-bottom, display-buffer-in-previous-window)
1967         (display-buffer-use-some-window): Adjust all callers of
1968         window--display-buffer and window--try-to-split-window.
1969         (fit-frame-to-buffer): New option.
1970         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1971         is non-nil.
1972         (display-buffer-in-major-side-window): Evaluate window-height /
1973         window-width alist entries.
1975         * help.el (temp-buffer-resize-frames)
1976         (temp-buffer-resize-regexps): Remove options.
1977         (temp-buffer-resize-mode): Adjust doc-string.
1978         (resize-temp-buffer-window): Don't consult
1979         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
1980         temp-buffer-resize-frames.
1982         * dired.el (dired-mark-pop-up):
1983         Call display-buffer-below-selected with a fit-window-to-buffer alist
1984         entry.
1986 2012-09-30  Chong Yidong  <cyd@gnu.org>
1988         * server.el (server-host): Document the security implications.
1989         (server-auth-key): Doc fix.
1991         * startup.el (initial-buffer-choice): Doc fix.
1993         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1995         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1996         restriction change.
1998         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
2000         * help-fns.el (help-fns--obsolete): Fix last change.
2002 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2004         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
2005         (minor-mode-map-alist): Remove redundant code.
2007         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
2008         visited in a buffer.
2009         (cvs-insert-visited-file): New function.
2010         (find-file-hook): Use it.
2012         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
2014         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
2015         chose face.
2016         (log-edit-empty-buffer-p): Don't require a space after a header.
2018         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
2020         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2022         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2023         a proper minor-mode.
2025         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2027 2012-09-29  Glenn Morris  <rgm@gnu.org>
2029         * winner.el (winner-mode): Remove variable (let define-minor-mode
2030         handle it).
2031         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2032         Doc fixes.
2033         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2034         (winner-mode): Use define-minor-mode.
2036         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2037         the full definition in loaddefs, rather than duplicating it.
2039         * help-macro.el (three-step-help): No need to autoload defcustom.
2041         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2042         (inferior-lisp-program, inferior-lisp-load-command)
2043         (inferior-lisp-prompt, inferior-lisp-mode-hook):
2044         No need to autoload defcustoms.
2046         * hippie-exp.el (hippie-expand-try-functions-list)
2047         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2048         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2049         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2050         (hippie-expand-only-buffers): No need to autoload defcustoms.
2051         * progmodes/vhdl-mode.el (vhdl-line-expand):
2052         Explicitly load hippie-exp, so it does not get autoloaded
2053         while hippie-expand-try-functions-list is let-bound.
2055 2012-09-28  Glenn Morris  <rgm@gnu.org>
2057         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2059         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2060         Only "cl.el" counts as cl these days.
2062 2012-09-28  Juri Linkov  <juri@jurta.org>
2064         Display archive errors in the echo area instead of inserting
2065         to the file buffer.
2067         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2068         to STDERR-TEST that can be a regexp matching a successful output.
2069         Create a temporary file and redirect stderr to it.  Search for
2070         STDERR-TEST in the stderr output and display it in the echo area
2071         if no match is found.
2072         (archive-extract-by-file): New function like
2073         `archive-extract-by-stdout' but extracting archives to files
2074         and looking for successful matches in stdout.  Function body is
2075         mostly copied from `archive-rar-extract'.
2076         (archive-rar-extract): Use `archive-extract-by-file'.
2077         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
2079 2012-09-28  Leo Liu  <sdl.web@gmail.com>
2081         * pcomplete.el (pcomplete-show-completions):
2082         Use minibuffer-message to make pcomplete usable in minibuffer.
2084         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2086 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2088         * type-break.el: Use lexical-binding.
2089         (type-break-mode): Use define-minor-mode.
2091         * emacs-lisp/pcase.el (pcase--mark-used): New.
2092         (pcase--u1): Use it (bug#12512).
2094         * custom.el (load-theme): Set buffer-file-name so the load is recorded
2095         in load-history with the right file name.
2097 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
2099         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2100         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2101         (doc-view-get-bounding-box): Make bounding box slicing work for
2102         ODF and DVI documents.
2104 2012-09-28  Glenn Morris  <rgm@gnu.org>
2106         * type-break.el (type-break-mode, type-break-interval)
2107         (type-break-good-rest-interval, type-break-keystroke-threshold):
2108         No need to autoload.
2109         (type-break-good-rest-interval, type-break-keystroke-threshold):
2110         Add :set-after.
2112 2012-09-28  Chong Yidong  <cyd@gnu.org>
2114         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2115         Add :version tag.
2117 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
2121 2012-09-27  Glenn Morris  <rgm@gnu.org>
2123         * faces.el (x-display-name): Declare (for without-x builds).
2125         * linum.el (linum-format): Don't autoload it.  Improve :type.
2127         * progmodes/tcl.el: Don't require outline when compiling.
2128         (outline-regexp, outline-level): Declare.
2129         * textmodes/sgml-mode.el: Don't require outline when compiling.
2130         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2132         * term.el (term-ansi-reset):
2133         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
2135         * vc/vc.el (vc-next-action): Only gripe about committing read-only
2136         files for RCS and SCCS.  (Bug#9781)
2138 2012-09-27  Chong Yidong  <cyd@gnu.org>
2140         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2141         change; value should be t.
2143 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2145         * image-mode.el: Use lexical-binding.
2146         (image-mode-winprops): Use t to stand for the window of
2147         a buffer that's not displayed.
2148         * doc-view.el (doc-view-new-window-function): Handle the new
2149         t in winprops.
2150         (doc-view-enlarge): Make it a real nop if the size is not changed.
2151         (doc-view-display): Handle the case where the buffer is not (yet?)
2152         displayed in any window.
2153         (doc-view-saved-settings): New var.
2154         (doc-view-mode): Use it.
2155         (doc-view-fallback-mode): Set it.
2157         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2158         Set lexical-binding.
2159         (minibuffer-eldef-shorten-default): New var.
2160         (minibuffer-default-in-prompt-regexps): Use it for new default.
2161         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2163 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
2165         * international/uni-bidi.el:
2166         * international/uni-category.el:
2167         * international/uni-name.el:
2168         * international/uni-numeric.el: Regenerate.
2170 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
2171             Stefan Monnier  <monnier@iro.umontreal.ca>
2173         * profiler.el: New file.
2175 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2177         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2178         (testcover-reinstrument): Simplify with CSE.
2180 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
2182         * window.el (temp-buffer-window-setup): Fix typo in docstring.
2184 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
2186         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2187         (verilog-auto-input, verilog-auto-insert-lisp)
2188         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2189         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2190         (verilog-auto-unused, verilog-auto-wire)
2191         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2192         newline.  Reported by Andrew Jones.
2193         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2194         Reported by Brad Dobbie.
2195         (verilog-batch-delete-trailing-whitespace):
2196         Create verilog-batch-delete-trailing-whitespace.
2197         Reported by Brad Dobbie.
2198         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2199         parameters from another module.  Reported by Dan Katz.
2200         (verilog-auto, verilog-auto-assign-modport)
2201         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2202         AUTOINOUTMODPORT for UVM interface module shell generation.
2203         Reported by Brad Dobbie.
2204         (verilog-auto-inst-interfaced-ports): Make default nil, as more
2205         standard behavior.
2206         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2207         Reported by Matt Martin.
2209 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
2211         * window.el (window--resize-child-windows): When resizing child
2212         windows proportionally, process them in reverse order to
2213         preserve the "when splitting a window the new one gets the odd
2214         line" behavior.
2215         (window--resize-root-window-vertically): When resizing the
2216         minibuffer window try to affect only windows at the bottom of the
2217         frame.  (Bug#12419)
2219 2012-09-25  Chong Yidong  <cyd@gnu.org>
2221         * subr.el (declare): Doc fix.
2223         * help-fns.el (help-fns--obsolete): Handle macros properly.
2225 2012-09-25  Chong Yidong  <cyd@gnu.org>
2227         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2228         this function obsolete.
2230         * calendar/cal-x.el (calendar-two-frame-setup)
2231         (calendar-only-one-frame-setup, calendar-one-frame-setup):
2232         * calendar/calendar.el (american-calendar, european-calendar)
2233         (calendar-for-loop):
2234         * comint.el (comint-dynamic-simple-complete)
2235         (comint-dynamic-complete-as-filename, comint-unquote-filename):
2236         * desktop.el (desktop-load-default):
2237         * dired-x.el (dired-omit-here-always)
2238         (dired-hack-local-variables, dired-default-directory):
2239         * emacs-lisp/derived.el (derived-mode-class):
2240         * emacs-lisp/timer.el (timer-set-time-with-usecs):
2241         * emacs-lock.el (toggle-emacs-lock):
2242         * epa.el (epa-display-verify-result):
2243         * epg.el (epg-sign-keys, epg-start-sign-keys)
2244         (epg-passphrase-callback-function):
2245         * eshell/esh-util.el (eshell-for):
2246         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2247         (eshell-add-to-window-buffer-names):
2248         * files.el (locate-file-completion):
2249         * imenu.el (imenu-example--create-c-index)
2250         (imenu-example--create-lisp-index)
2251         (imenu-example--lisp-extract-index-name)
2252         (imenu-example--name-and-position):
2253         * international/mule-cmds.el (princ-list):
2254         * international/mule-diag.el (decode-codepage-char):
2255         * international/mule-util.el (detect-coding-with-priority):
2256         * iswitchb.el (iswitchb-read-buffer):
2257         * mail/mailalias.el (mail-complete):
2258         * mail/sendmail.el (mail-sent-via):
2259         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2260         (mouse-major-mode-menu):
2261         * password-cache.el (password-read-and-add):
2262         * pcomplete.el (pcomplete-parse-comint-arguments):
2263         * progmodes/sh-script.el (sh-maybe-here-document):
2264         * replace.el (query-replace-regexp-eval):
2265         * savehist.el (savehist-load):
2266         * simple.el (choose-completion-delete-max-match):
2267         * term.el (term-dynamic-simple-complete):
2268         * vc/ediff-init.el (ediff-check-version):
2269         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2270         * vc/vc.el (vc-diff-switches-list):
2271         * view.el (view-return-to-alist-update): Likewise.
2273         * subr.el (eval-next-after-load, makehash, insert-string)
2274         (assoc-ignore-representation, assoc-ignore-case): Use declare to
2275         mark obsolete.
2276         (mode-line-inverse-video): Variable deleted.
2278         * international/mule-util.el (string-to-sequence): Remove.
2280         * calendar/calendar.el (calendar-version):
2281         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2282         (icalendar-convert-diary-to-ical):
2283         * cus-edit.el (custom-mode):
2284         * ansi-color.el (ansi-color-unfontify-region):
2285         * international/latin1-disp.el (latin1-char-displayable-p):
2286         * progmodes/cwarn.el (turn-on-cwarn-mode):
2287         * progmodes/which-func.el (which-func-update-1):
2288         Use define-obsolete-function-alias.
2290         * net/newst-backend.el (newsticker-cache-filename):
2291         * net/newst-treeview.el (newsticker-groups-filename):
2292         Fix incorrect obsolescence declaration.
2294         * allout.el (allout-passphrase-hint-string): Likewise.
2295         (allout-init): Use a declare form to mark obsolete.
2297         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2298         this applies to functions.
2300         * iswitchb.el (iswitchb-read-buffer): Move code of
2301         iswitchb-define-mode-map here, and delete that obsolete function.
2303         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2304         font-lock-reference-face.
2306 2012-09-25  Glenn Morris  <rgm@gnu.org>
2308         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2309         Doc fixes.
2311         * eshell/em-term.el (eshell-term-name):
2312         Default to term-term-name.  (Bug#12485)
2314 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
2316         * progmodes/python.el (python-shell-send-buffer): Better handling
2317         of "if __name__ == '__main__':" conditionals when sending the buffer.
2319 2012-09-24  Glenn Morris  <rgm@gnu.org>
2321         * eshell/esh-cmd.el (eshell-find-alias-function):
2322         Tighten up file-name regexp.  (Bug#12499)
2324 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
2326         Enhancements for triple-quote string syntax.
2327         * progmodes/python.el (python-quote-syntax): Remove.
2328         (python-syntax-propertize-function): New value.
2329         (python-syntax-count-quotes, python-syntax-stringify):
2330         New functions.
2332 2012-09-24  Chong Yidong  <cyd@gnu.org>
2334         * mail/supercite.el (sc-version): Remove obsolete function.
2335         (sc-describe): Don't mark as obsolete, since it is bound.
2336         (sc-submit-bug-report): Remove.
2338         * vc/log-edit.el (cvs-changelog-full-paragraphs)
2339         (cvs-commit-buffer-require-final-newline): Remove.
2340         (log-edit-require-final-newline)
2341         (log-edit-changelog-full-paragraphs): Default to t.
2343         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2344         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2345         * vc/vc.el (vc-checkout-carefully): Likewise.
2347         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2348         (emerge-version): Remove.
2350         * progmodes/compile.el (compile-internal): Remove.
2351         (compilation-parse-errors-function): Fix typo.
2353         * international/mule.el (set-char-table-default): Remove.
2354         (set-coding-priority, make-coding-system, generic-char-p)
2355         (charset-list, charset-bytes, charset-id): Use declare to mark
2356         functions as obsolete.
2358         * vc/pcvs-defs.el (cvs-buffer-name-alist)
2359         (cvs-invert-ignore-marks): Remove references to obsolete vars.
2360         * vc/vc-hooks.el (vc-default-registered): Don't use
2361         vc-master-templates.
2363         * font-lock.el (font-lock-reference-face):
2364         Use define-obsolete-variable-alias.
2366         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2367         * calendar/calendar.el (calendar-font-lock-keywords):
2368         * calendar/diary-lib.el (diary-font-lock-keywords)
2369         (diary-fancy-font-lock-keywords):
2370         * textmodes/reftex-sel.el (reftex-insert-docstruct):
2371         * textmodes/reftex-index.el (reftex-insert-index):
2372         * textmodes/reftex-cite.el (reftex-format-bib-entry):
2373         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2374         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2375         * progmodes/prolog.el (prolog-font-lock-keywords):
2376         * progmodes/idlwave.el (idlwave-idl-keywords):
2377         * progmodes/ada-mode.el (ada-font-lock-keywords):
2378         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2380 2012-09-24  Glenn Morris  <rgm@gnu.org>
2382         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2384 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
2386         * progmodes/python.el (python-indent-line): More consistent cursor
2387         movement behavior.
2389 2012-09-23  Stefan Merten  <smerten@oekonux.de>
2391         * textmodes/rst.el: Fix compiler warning.
2393 2012-09-23  Roland Winkler  <winkler@gnu.org>
2395         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2396         Transcribe also LaTeX hyphenation.
2397         (bibtex-reformat): Bug fix. Do not quote twice the elements of
2398         bibtex-reformat-previous-options.
2400 2012-09-23  Roland Winkler  <winkler@gnu.org>
2402         * proced.el (proced-renice-command): New variable.
2403         (proced-marked-processes): New function.
2404         (proced-with-processes-buffer): New macro.
2405         (proced-send-signal): Use them.
2406         (proced-renice): New command bound to r.
2408 2012-09-23  Roland Winkler  <winkler@gnu.org>
2410         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2411         ibuffer-saved-filter-groups has one element, shortcut the call of
2412         completing-read.  (Bug#12331)
2414 2012-09-23  Chong Yidong  <cyd@gnu.org>
2416         * bindings.el (mode-line-toggle-read-only):
2417         * bs.el (bs-toggle-readonly):
2418         * buff-menu.el (Buffer-menu-toggle-read-only):
2419         * dired.el (dired-toggle-read-only):
2420         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2422 2012-09-23  Chong Yidong  <cyd@gnu.org>
2424         * image.el (image-type-available-p): Adapt to init-image-library
2425         argument changes.
2427 2012-09-22  Juri Linkov  <juri@jurta.org>
2429         * dired.el (dired-mode-map): Add [remap read-only-mode] for
2430         `dired-toggle-read-only'.  (Bug#12462)
2432 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
2434         * subr.el (temp-output-buffer-show): New function.
2435         (with-output-to-temp-buffer): Call temp-output-buffer-show
2436         instead of internal-temp-output-buffer-show.
2438 2012-09-22  Chong Yidong  <cyd@gnu.org>
2440         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2441         (Bug#12462).
2443         * repeat.el (repeat): Doc fix (Bug#12348).
2445         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2446         (Bug#10909).
2448         * simple.el (shell-command-on-region): Doc fix.
2449         (read-only-mode): Doc fix.
2451 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
2453         * emacs-lisp/timer.el (run-with-idle-timer)
2454         (timer-activate-when-idle): Warn against reinvoking an idle timer
2455         from within its own timer action.  (Bug#12447)
2457 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
2459         * cus-start.el (window-combination-limit): Add new optional
2460         values.
2461         * window.el (temp-buffer-window-show)
2462         (window--try-to-split-window): Handle new values of
2463         window-combination-limit (Bug#1806).
2464         (split-window): Test window-combination-limit for t instead of
2465         non-nil.
2466         (display-buffer-at-bottom): New buffer display action function.
2467         * help.el (temp-buffer-resize-regexps): New option.
2468         (temp-buffer-resize-mode): Rewrite doc-string.
2469         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2470         Don't resize reused window.  Suggested by Glenn Morris.
2472 2012-09-22  Stefan Merten  <smerten@oekonux.de>
2474         * textmodes/rst.el: Revamp section title faces.
2475         (rst-official-version)
2476         (rst-package-emacs-version-alist): Sync with official version
2477         V1.4.0.
2478         (rst-faces-defaults, rst-set-level-default)
2479         (rst-level-face-max, rst-level-face-base-color)
2480         (rst-level-face-base-light, rst-level-face-format-light)
2481         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2482         (rst-adornment-faces-alist): Match new setup.
2483         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2484         (rst-level-5, rst-level-6): New faces.
2486 2012-09-22  Chong Yidong  <cyd@gnu.org>
2488         * simple.el (undo): Handle indirect buffers (Bug#8207).
2490 2012-09-21  Leo Liu  <sdl.web@gmail.com>
2492         IDO: Disable match re-ordering for buffer switching.
2493         * ido.el (ido-buffer-disable-smart-matches): New variable.
2494         (ido-set-matches-1): Use it.  (Bug#2042)
2496 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
2498         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2499         Fix 2011-05-17 change.  (Bug#12418)
2501 2012-09-21  Leo Liu  <sdl.web@gmail.com>
2503         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2505 2012-09-21  Glenn Morris  <rgm@gnu.org>
2507         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2508         Be more robust about locating simple.el.
2510 2012-09-21  Glenn Morris  <rgm@gnu.org>
2512         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2514 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
2516         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
2518 2012-09-20  Juri Linkov  <juri@jurta.org>
2520         * replace.el (query-replace-read-from): Use `read-regexp' instead
2521         of `read-from-minibuffer' when `regexp-flag' is non-nil.
2522         (occur-read-primary-args): Use `read-regexp' instead of
2523         `read-string'.
2524         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2525         `read-from-minibuffer'.
2526         * isearch.el (isearch-occur): Use `read-regexp' instead of
2527         `read-string'.
2528         * dired.el (dired-read-regexp): Use `read-regexp' instead of
2529         `read-from-minibuffer'.
2530         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2531         of `read-string'.  (Bug#7567)
2533         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2534         and allow accepting a list of strings prepended to a list of
2535         standard default values.  Doc fix.  (Bug#12321)
2537         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
2539         * replace.el (read-regexp): Don't add ": " when PROMPT already
2540         ends with a colon and space.  (Bug#12321)
2542 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
2544         * doc-view.el (doc-view-display): Better fix for the cl-assertion
2545         error.
2547 2012-09-20  Stefan Merten  <smerten@oekonux.de>
2549         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2550         Fixes feature request bug#11711.
2551         (rst-mode): Create `imenu-create-index-function'.
2552         (rst-get-stripped-line): Delete after refactoring.
2553         (rst-section-tree, rst-section-tree-rec)
2554         (rst-section-tree-point): Refactor and document properly.
2555         (rst-imenu-find-adornments-for-position)
2556         (rst-imenu-convert-cell, rst-imenu-create-index):
2557         New function.
2559 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2561         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2562         (macroexp--expand-all): Use it.
2563         (macroexp--funcall-and-return): Remove by folding it into its sole
2564         caller (macroexp--warn-and-return).
2565         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2566         Use macroexp--obsolete-warning.
2568         * calc/calc.el: Fix last change by removing the whole chunk, since it
2569         was only needed back when Calc was not bundled.
2571 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
2573         * emacs-lisp/debug.el (debug): Restore assignment to
2574         debugger-old-buffer removed on 2012-09-08.
2576 2012-09-20  Juri Linkov  <juri@jurta.org>
2578         * dired-aux.el (dired-diff): Remove (require 'diff) since
2579         `diff-latest-backup-file' is now autoloaded.
2581 2012-09-20  Chong Yidong  <cyd@gnu.org>
2583         * vc/diff.el (diff-latest-backup-file): Autoload.
2585 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2587         * calc/calc.el: Remove redundant autoload shape check.
2588         (sel-mode): Don't defvar.
2589         (calc-get-stack-element): Add `sel-mode' arg instead.
2590         (calc-top, calc-top-list): Pass it this additional argument.
2591         * calc/calc-store.el (calc-store-map):
2592         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2593         (calc-map-equation, calc-outer-product, calc-inner-product):
2594         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2596         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2598 2012-09-19  Juri Linkov  <juri@jurta.org>
2600         * dired-aux.el (dired-diff): Add (require 'diff) because
2601         `diff-latest-backup-file' is not autoloaded.
2602         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2603         of `dired-get-filename' to t to not report error when there is
2604         no default file on the current line.
2606 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2608         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2609         macroexp--eval-if-compile.
2610         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2611         (macroexp--expand-all): Use them (bug#12371).
2613         * doc-view.el (doc-view-guess-paper-size)
2614         (doc-view-scale-bounding-box): Fix unbound `caddr'.
2616 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
2618         New feature: set optimal slice from BoundingBox information.
2619         * doc-view.el (doc-view-mode-map): Add keybinding.
2620         (doc-view-menu): Add menu entry.
2621         (doc-view-set-slice): Adapt docstring.
2622         (doc-view-get-bounding-box, doc-view-guess-paper-size)
2623         (doc-view-scale-bounding-box)
2624         (doc-view-set-slice-from-bounding-box): New functions.
2625         (doc-view-paper-sizes): New defvar.
2627 2012-09-19  Glenn Morris  <rgm@gnu.org>
2629         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2630         (byte-compile-log-warning): Autoload.  (Bug#12371)
2632         * calendar/calendar.el (calendar-american-month-header)
2633         (calendar-european-month-header, calendar-iso-month-header)
2634         (calendar-month-header): New options.
2635         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
2636         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
2638 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
2640         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2642 2012-09-18  Juri Linkov  <juri@jurta.org>
2644         * dired-aux.el (dired-diff): Restore original functionality of
2645         getting the default value, but keep new feature of using the
2646         latest existing backup file (`diff-latest-backup-file').
2648 2012-09-18  Juri Linkov  <juri@jurta.org>
2650         * dired.el (dired-mark): If the region is active in Transient Mark
2651         mode, mark all files in the active region.  Doc fix.
2652         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2653         Doc fix.  (Bug#10624)
2655 2012-09-18  Juri Linkov  <juri@jurta.org>
2657         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2658         attributes for M-n are pulled from the file at point.
2659         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2660         Suggested by Drew Adams.  (Bug#10624)
2662 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
2664         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2665         whitespace after "end".
2666         (ruby-do-end-to-brace): Collapse block to one line if it fits
2667         within fill-column.
2669 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
2671         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2672         value.
2673         (debug): Don't remove debugger window when debugger is expected
2674         to be back.
2676 2012-09-18  Chong Yidong  <cyd@gnu.org>
2678         * custom.el (defface): Doc fix.
2680         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2682 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
2684         * progmodes/compile.el (compilation-start): Use compilation-always-kill
2685         to initialize query-on-exit; then test that instead (bug#12288).
2687 2012-09-17  Stefan Merten  <smerten@oekonux.de>
2689         * textmodes/rst.el: Add support for `testcover'.
2690         (rst-defcustom-testcover, rst-testcover-add-compose)
2691         (rst-testcover-add-1value): New functions.
2692         (rst-portable-mark-active-p): Replace by `use-region-p'.
2693         (rst-update-section, rst-classify-adornment)
2694         (rst-find-title-line): Mark `1value' forms.
2695         (rst-classify-adornment): Remove superfluous form.
2696         (rst-update-section, rst-get-adornments-around)
2697         (rst-adornment-complete-p, rst-get-next-adornment)
2698         (rst-adjust, rst-promote-region)
2699         (rst-display-adornments-hierarchy, rst-straighten-adornments)
2700         (rst-find-pfx-in-region, rst-section-tree-rec)
2701         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2702         (rst-toc-node, rst-toc, rst-forward-section)
2703         (rst-iterate-leftmost-paragraphs)
2704         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2705         (rst-bullet-list-region)
2706         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2707         (rst-compile-find-conf, rst-compile)
2708         (rst-repeat-last-character): Fix style.
2710 2012-09-17  Chong Yidong  <cyd@gnu.org>
2712         * comint.el (comint--complete-file-name-data): Don't add a space
2713         if the status is `sole'; that adds a gratuitous space in the
2714         completion-cycling case (Bug#12092).
2716         * pcomplete.el (pcomplete-completions-at-point): Likewise.
2718 2012-09-17  Richard Stallman  <rms@gnu.org>
2720         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2721         only in the mime-shown mode, not in raw mode.
2722         (rmail-mime): Toggle off mime by displaying the message without
2723         mime processing.  (Bug#12305)
2725         * mail/rmail.el (rmail-retry-failure):
2726         Turn off mime processing first.  (Bug#12037)
2728         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2730 2012-09-17  Chong Yidong  <cyd@gnu.org>
2732         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2733         (shell-dynamic-complete-functions): Convert to defcustom.
2734         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2736         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2737         * comint.el (comint-prompt-read-only):
2738         * custom.el (defcustom):
2739         * hi-lock.el (hi-lock-mode):
2740         * ibuffer.el (ibuffer-formats):
2741         * ielm.el (ielm-prompt-read-only):
2742         * novice.el (disable-command):
2743         * saveplace.el (toggle-save-place):
2744         * speedbar.el (speedbar-supported-extension-expressions):
2745         * startup.el (auto-save-list-file-prefix, init-file-user)
2746         (after-init-hook, inhibit-startup-echo-area-message):
2747         * strokes.el (strokes-help):
2748         * time-stamp.el (time-stamp):
2749         * calendar/calendar.el (calendar, diary-file):
2750         * calendar/diary-lib.el (diary-mail-entries, diary)
2751         (diary-list-entries-hook):
2752         * calendar/holidays.el (holidays, calendar-holidays):
2753         * calendar/lunar.el (lunar-phases):
2754         * calendar/solar.el (sunrise-sunset):
2755         * emulation/edt.el (edt-load-keys):
2756         * emulation/viper.el (viper-mode):
2757         * eshell/em-alias.el (eshell-command-aliases-list):
2758         * eshell/esh-util.el (eshell-convert-numeric-arguments):
2759         * international/ogonek.el (ogonek-information):
2760         * net/tramp-cmds.el (tramp-bug):
2761         * net/quickurl.el (quickurl-reread-hook-postfix):
2762         * play/decipher.el (decipher-font-lock-keywords):
2763         * progmodes/cc-styles.el (c-set-style):
2764         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2765         * progmodes/inf-lisp.el (inferior-lisp-prompt):
2766         * progmodes/octave-mod.el (octave-mode):
2767         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2768         * progmodes/verilog-mode.el (verilog-read-defines):
2769         * textmodes/two-column.el (2C-mode): Likewise.
2771 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2773         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2774         that holds many addresses.
2776 2012-09-16  Chong Yidong  <cyd@gnu.org>
2778         * align.el (align-areas): Call the indication function with
2779         positions instead of markers for arguments (Bug#12343).
2781         * files.el (parse-colon-path): Use split-string (Bug#12351).
2783         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2784         (display-buffer-function): Mark as obsolete.
2786         * progmodes/compile.el (compilation-parse-errors): Accept list
2787         values similar to font-lock-keywords (Bug#12136).
2788         Suggested by Oleksandr Manzyuk.
2789         (compilation-error-regexp-alist): Doc fix.
2791 2012-09-15  Glenn Morris  <rgm@gnu.org>
2793         * version.el (emacs-bzr-version-bzr): New function.
2794         (emacs-bzr-get-version): Add optional EXTERNAL argument.
2796         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2797         checkouts, check the parent dirstate matches the branch.
2798         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
2799         empty string.
2801         * version.el (emacs-bzr-version): Doc fix.
2802         (emacs-bzr-version-dirstate): New function.
2803         (emacs-bzr-get-version): For lightweight checkouts, if the parent
2804         is local try and check that it matches the branch.  If not, just
2805         use dirstate information.  (Bug#12441)
2807 2012-09-14  Juri Linkov  <juri@jurta.org>
2809         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2810         (Bug#12399)
2812 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2814         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2816         * emacs-lisp/edebug.el: Miscellaneous cleanup.
2817         Remove obsolete byte-compiler hack that tried to silence some warnings.
2818         (edebug-submit-bug-report): Remove.
2819         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2820         Remove aliases, use the un-prefixed name instead.
2821         (edebug-pop-to-buffer): Consider other frames.
2822         (edebug-original-read):: Make it more obvious that it's always defined.
2823         (edebug--make-form-data-entry, edebug--form-data-name)
2824         (edebug--form-data-begin, edebug--form-data-end): Rename from the
2825         single-dashed name, and implement with cl-defstruct.
2826         (edebug-set-form-data-entry): Use the standard accessors.
2827         (edebug-make-top-form-data-entry): Use push.
2828         (edebug-no-match): Drop useless `funcall'.
2829         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2830         to functions.
2831         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2832         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2833         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2834         (easy-menu-define, with-custom-print): Remove redundant specs.
2835         (edebug-outside-overriding-local-map)
2836         (edebug-outside-overriding-terminal-local-map): Remove, unused.
2837         (edebug--display): Bind unread-command-events directly to nil rather
2838         than binding it to unread-command-events and later setting it to nil.
2839         (edebug--display): Kill edebug-eval-buffer here...
2840         (edebug--recursive-edit): ...rather than here.
2841         Bind standard-output and standard-input.
2842         (edebug-eval): Check cl-macroexpand-all is fboundp.
2843         (edebug-temp-display-freq-count): Fix last change.
2845         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2846         * subr.el (noreturn, 1value): Add `debug' spec.
2847         * emacs-lisp/advice.el: Require cl-lib.
2848         (ad-copy-tree): Remove, use copy-tree instead.
2849         (ad-dolist): Remove use dolist or cl-dolist instead.
2850         (ad-do-return): Remove, use cl-return instead.
2851         (defadvice): Add `debug' spec.
2853 2012-09-13  Juri Linkov  <juri@jurta.org>
2855         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2856         (Bug#12399)
2858 2012-09-13  Glenn Morris  <rgm@gnu.org>
2860         * calc/calc.el (math-compose-expr):
2861         * calc/calc-ext.el (math-compose-expr):
2862         * progmodes/cc-defs.el (cl-macroexpand-all):
2863         * progmodes/cc-langs.el (delete-duplicates, mapcan)
2864         (cl-macroexpand-all): Update declarations.
2866         * vc/vc.el: No need to require ediff.
2867         (ediff-load-version-control): Declare.
2868         (ediff-vc-internal): Fix declaration.
2869         (vc-version-ediff): Require ediff.
2871 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2873         Use a more backwards-compatible timer format (Bug#12430).
2874         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2875         being right after USECS, as that better supports old code that
2876         inadvisedly looked directly at the timer vector.
2878 2012-09-13  Kenichi Handa  <handa@gnu.org>
2880         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2881         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2882         `coding-priority' property of these language environment.
2884 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2886         Fix glitches caused by addition of psec to timers (Bug#12430).
2887         * image.el (image-animate-timer):
2888         * time.el (display-time-world-timer):
2889         Use timer--function and timer--args rather than raw access to
2890         timer vector.
2892 2012-09-13  Glenn Morris  <rgm@gnu.org>
2894         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2895         If not compiling a file, try using load-file-name.
2897 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2899         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2900         Fix last change.
2901         (edebug-update-eval-list): Use `push'.
2903         * emacs-lisp/edebug.el: Use lexical-binding.
2904         Remove the "edebug-" prefix from non-dynamically-scoped variables.
2905         Mark unused args with underscore.
2906         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2907         (edebug-form-data): Use defvar-local.
2908         (edebug-make-before-and-after-form, edebug-make-after-form):
2909         Use backquote.
2910         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2911         Not dynamically scoped any more.
2912         (edebug--enter-trace): Add arguments `function' and `args'.
2913         Rename from edebug-enter-trace.
2914         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
2915         (edebug--update-coverage): Add `after-index' and `value' args.
2916         Rename from edebug-update-coverage.
2917         (edebug-slow-after): Call it accordingly.
2918         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
2919         edebug-recursive-edit.
2920         (edebug--display): Call it accordingly.  Add args `value',
2921         `offset-index', and `arg-mode'.  Rename from edebug-display.
2922         (edebug-debugger, edebug): Call it accordingly.
2923         (edebug-eval-display-list): Use dolist.
2925 2012-09-12  Juri Linkov  <juri@jurta.org>
2927         * info.el (Info-search): Don't check for isearch-mode and
2928         isearch-regexp before let-binding search-spaces-regexp to
2929         Info-search-whitespace-regexp.
2930         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2931         search-whitespace-regexp if isearch-lax-whitespace or
2932         isearch-regexp-lax-whitespace is non-nil.
2933         (Info-mode): Don't set local variable search-whitespace-regexp.
2934         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2936 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2938         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2939         (debugger-env-macro): Remove support for unread-command-char.
2941         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2942         the temporary map re-appearing on emulation-mode-map-alists.
2944         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2945         since 22.1.
2947         * ehelp.el (with-electric-help): Accept functions in
2948         electric-help-form-to-execute.
2949         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2950         And replace unread-command-char -> unread-command-events.
2952 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
2954         Sync with Tramp 2.2.6.
2956         * net/tramp.el (tramp-accept-process-output): Don't use
2957         JUST-THIS-ONE in the XEmacs case.
2959         * net/trampver.el: Update release number.
2961 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
2963         * emacs-lisp/debug.el (debugger-previous-window-height):
2964         New variable.
2965         (debug): When debugger-jumping-flag is non-nil try to restore
2966         height of debugger window.  (Bug#8789)
2968 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2970         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2971         overriding-local-map and pre/post-command-hook here.
2972         (edebug-recursive-edit): Do it here instead (bug#12345).
2973         (edebug-outside-unread-command-char): Remove all uses of
2974         unread-command-char.
2976         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2977         inhibit-debugger is bound instead.
2979 2012-09-11  Bastien Guerry  <bzg@gnu.org>
2981         * subr.el (set-temporary-overlay-map): Add a docstring.
2982         (Bug#12346)
2984 2012-09-11  Bastien Guerry  <bzg@gnu.org>
2986         * minibuffer.el (completion-table-subvert): Fix docstring.
2987         (Bug#12347)
2989 2012-09-11  Bastien Guerry  <bzg@gnu.org>
2991         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
2993 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
2995         * progmodes/sql.el: Version 3.1
2996         (sql-db2-escape-newlines): New variable.
2997         (sql-escape-newlines-filter): Use it.
2999 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
3001         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
3003 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
3005         * vc/diff-mode.el (diff-mode-menu):
3006         Bind diff-remove-trailing-whitespace.
3008 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3010         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
3011         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
3012         (emacs-lisp-byte-code-mode): New functions.
3013         (eval-sexp-add-defvars): Don't skip defvars in column >0.
3014         (eval-defun-2): Remove bogus interactive spec.
3015         (lisp-indent-line): Remove redundant whole-exp code, now done in
3016         indent-according-to-mode.
3017         (save-match-data): Remove redundant indent data.
3019         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
3020         Use `declare'.
3022 2012-09-09  Juri Linkov  <juri@jurta.org>
3024         * replace.el (replace-regexp-lax-whitespace): New defcustom.
3025         (replace-lax-whitespace, query-replace-regexp)
3026         (query-replace-regexp-eval, replace-regexp): Doc fix.
3027         (perform-replace, replace-highlight): Let-bind
3028         isearch-lax-whitespace to replace-lax-whitespace and
3029         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3031         * isearch.el (isearch-query-replace): Let-bind
3032         replace-lax-whitespace to isearch-lax-whitespace and
3033         replace-regexp-lax-whitespace to
3034         isearch-regexp-lax-whitespace.  (Bug#10885)
3036 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3038         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3040 2012-09-09  Alan Mackenzie  <acm@muc.de>
3042         * progmodes/cc-engine.el (c-state-cache-init):
3043         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3044         (c-record-parse-state-state):
3045         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
3047 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
3049         * register.el (register-separator): Rename from
3050         separator-register.  All uses changed.  Doc fix.
3051         (register): Fix version.
3053 2012-09-09  Chong Yidong  <cyd@gnu.org>
3055         * replace.el (query-replace-map): Bind four new symbols for
3056         requesting window scrolling.
3058         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3059         query-replace-map (Bug#8948).
3061         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3063         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3064         since they are now in query-replace-map.
3066         * window.el (scroll-other-window-down): Make the arg optional.
3068 2012-09-09  Chong Yidong  <cyd@gnu.org>
3070         * files.el (hack-local-variables-confirm): Use quit-window to kill
3071         the *Local Variables* buffer.
3073 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
3075         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3076         not just expect to be at its beginning.  Adjust callees.
3077         Succeed when do-end block has no space before the pipe character.
3078         (ruby-brace-to-do-end): When the original block is one-liner,
3079         convert to multiline.  Reindent the result.
3081 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
3083         * register.el (register): New group.
3084         (separator-register): New user option.
3085         (increment-register): Route it to `append-to-register', if
3086         register contains text.  Implication is that `C-x r +' can now be
3087         used for appending to a text register (bug#12217).
3088         (append-to-register, prepend-to-register): Add separator based on
3089         `separator-register'.
3091 2012-09-08  Alan Mackenzie  <acm@muc.de>
3093         AWK Mode: make auto-newline work when there's "==" in the pattern.
3094         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3095         correctly.
3096         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3097         Test more rigorously for "=" token.
3099 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
3101         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3102         Only fail when reached LIMIT.
3104 2012-09-08  Chong Yidong  <cyd@gnu.org>
3106         * dired.el (dired-mode-map): Don't bind M-=.
3108         * dired-aux.el (dired-diff): Use backup file as default.
3110 2012-09-08  Drew Adams  <drew.adams@oracle.com>
3112         * subr.el (add-to-history): Fix delete usage (Bug#12314).
3114 2012-09-08  Chong Yidong  <cyd@gnu.org>
3116         * subr.el (syntax-after, syntax-class): Doc fix.
3118 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
3120         * window.el (display-buffer-in-previous-window): New buffer
3121         display action function.
3123         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3124         (debugger-previous-window): New variable.
3125         (debug): Rewrite using display-buffer-in-previous-window,
3126         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
3128 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3130         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
3132 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
3134         * progmodes/python.el (python-shell-send-string):
3135         When default-directory is remote, create temp file on remote
3136         filesystem.
3137         (python-shell-send-file): When file is remote, pass local view of
3138         file paths to remote Python interpreter.  (Bug#12340)
3140 2012-09-07  Chong Yidong  <cyd@gnu.org>
3142         * window.el (switch-to-buffer): Doc fix (Bug#12181).
3144         * files.el (after-find-file): Don't fail on a read-only buffer if
3145         require-final-newline is `visit' or `visit-save' (Bug#11156).
3147         * subr.el (read-char-choice): Allow quitting via ESC ESC.
3149         * userlock.el (ask-user-about-supersession-threat):
3150         Use read-char-choice (Bug#12093).
3152 2012-09-07  Chong Yidong  <cyd@gnu.org>
3154         * subr.el (buffer-narrowed-p): New function.
3156         * ses.el (ses-widen):
3157         * simple.el (count-words--buffer-message):
3158         * net/browse-url.el (browse-url-of-buffer): Use it.
3160         * simple.el (count-words-region): Don't signal an error if there
3161         is a non-nil prefix arg and the mark is not set.
3163         * help.el (describe-key-briefly): Allow the message to be seen
3164         when invoked from the minibuffer (Bug#7014).
3166 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
3168         * progmodes/ruby-mode.el (ruby-end-of-defun)
3169         (ruby-beginning-of-defun): Simplify, allow indentation before
3170         block beginning and end keywords.
3171         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3172         (ruby-end-of-defun): Expect that the point is at the beginning of
3173         the defun.
3175 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3177         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3178         (bug#12367).
3179         (cl--make-usage-args): Strip _ from argument names.
3181 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3183         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3184         obsolete alias speedbar-key-map.
3185         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3186         (vhdl-index-menu-init): Don't use obsolete variable
3187         font-lock-maximum-size.
3189 2012-09-06  Chong Yidong  <cyd@gnu.org>
3191         * frame.el (window-system-version): Mark as obsolete.
3193         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3194         of obsolete variable speedbar-key-map.
3196 2012-09-06  Juri Linkov  <juri@jurta.org>
3198         * replace.el (replace-lax-whitespace): New defcustom.
3199         (query-replace, query-replace-regexp, query-replace-regexp-eval)
3200         (replace-string, replace-regexp): Mention it in docstrings.
3201         (perform-replace, replace-highlight): Let-bind
3202         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3203         to the values of replace-lax-whitespace and regexp-flag.
3204         Don't let-bind search-whitespace-regexp.  (Bug#10885)
3206         * isearch.el (isearch-query-replace): Let-bind
3207         replace-lax-whitespace instead of let-binding
3208         replace-search-function and replace-re-search-function.
3209         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3210         and isearch-regexp-lax-whitespace to lazy-highlight variables.
3211         (isearch-toggle-symbol): Set isearch-regexp to nil
3212         in isearch-word mode (like in isearch-toggle-word).
3214 2012-09-06  Juri Linkov  <juri@jurta.org>
3216         * replace.el (replace-search-function)
3217         (replace-re-search-function): Set default values to nil.
3218         (perform-replace): Let-bind isearch-related variables based on
3219         replace-related values, call `isearch-search-fun' and let-bind
3220         the result to `search-function'.  Remove code that sets
3221         `search-function' and `search-string' separately for
3222         `delimited-flag'.
3223         (replace-highlight): Add new argument `delimited-flag' and
3224         rename other arguments to the names used in `perform-replace'.
3225         Let-bind `isearch-word' to the argument `delimited-flag'.
3226         (Bug#10885, bug#10887)
3228 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
3230         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3231         ruby-beginning-of-indent, simplify, allow all keywords to have
3232         indentation before them.
3233         (ruby-beginning-of-indent): Adjust for above.  Search until the
3234         found point is not inside a string or comment.
3235         (ruby-font-lock-keywords): Allow symbols to start with "@"
3236         character, give them higher priority than variables.
3237         (ruby-syntax-propertize-function)
3238         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3239         matchers.  Expression expansions are not comments when inside a
3240         string, and there comment syntax status is irrelevant.
3241         (ruby-match-expression-expansion): New function.  Check that
3242         expression expansion is inside a string, and it's not escaped.
3243         (ruby-font-lock-keywords): Use it.
3245 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
3247         * help.el (temp-buffer-max-height): New default value.
3248         (temp-buffer-resize-frames): New option.
3249         (resize-temp-buffer-window): Optionally resize frame.
3251         * window.el (fit-frame-to-buffer-bottom-margin): New option.
3252         (fit-frame-to-buffer): New function.
3254 2012-09-05  Glenn Morris  <rgm@gnu.org>
3256         * emulation/cua-rect.el (cua--init-rectangles):
3257         * textmodes/picture.el (picture-mode-map):
3258         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3259         like forward-char and backward-char.  (Bug#12317)
3261 2012-09-05  Leo Liu  <sdl.web@gmail.com>
3263         * progmodes/flymake.el (flymake-warning-re): New variable.
3264         (flymake-parse-line): Use it.
3266 2012-09-05  Glenn Morris  <rgm@gnu.org>
3268         * calendar/holidays.el (holiday-christian-holidays):
3269         Rename an entry.  (Bug#12289)
3271 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3273         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3274         (bug#12222).
3276 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3278         * loadup.el: Load macroexp.  Remove hack.
3279         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3280         (macroexp--expand-all): Use it to get better warnings.
3281         (macroexp--backtrace, macroexp--trim-backtrace-frame)
3282         (internal-macroexpand-for-load): New functions.
3283         (macroexp--pending-eager-loads): New var.
3284         (emacs-startup-hook): New hack to replace one in loadup.el.
3285         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3286         (cl--compiler-macro-cXXr): Move to top, before they can be used.
3287         (cl-psetf): Simplify.
3288         (cl-defstruct): Add indent rule.
3290 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
3292         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3293         over `user-mail-address' for the SMTP MAIL FROM envelope.
3294         (smtpmail-via-smtp): Ditto.
3296 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
3298         * progmodes/ruby-mode.el: Clean up keybindings.
3299         (ruby-mode-map): Don't bind ruby-electric-brace,
3300         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3301         backward-kill-word, reindent-then-newline-and-indent.
3302         (ruby-mark-defun): Remove.
3303         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
3304         (ruby-mode): Set local beginning-of-defun-function and
3305         end-of-defun-function values.
3307 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
3309         * window.el (temp-buffer-window-setup-hook)
3310         (temp-buffer-window-show-hook): New hooks.
3311         (temp-buffer-window-setup, temp-buffer-window-show)
3312         (with-temp-buffer-window): New functions.
3313         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3314         (special-display-popup-frame): Make sure the window used shows BUFFER.
3316         * help.el (temp-buffer-resize-mode): Fix doc-string.
3317         (resize-temp-buffer-window): New optional argument WINDOW.
3319         * files.el (recover-file, save-buffers-kill-emacs):
3320         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3322 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
3324         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3325         remote definition of `default-directory', ensure we can connect.
3327 2012-09-02  Juri Linkov  <juri@jurta.org>
3329         Toggle whitespace matching mode with M-s SPC.
3330         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3332         * isearch.el (search-whitespace-regexp): Doc fix.
3333         Remove cons cell customization.
3334         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3335         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3336         New variables.
3337         (isearch-forward, isearch-forward-regexp): Doc fix.
3338         (isearch-toggle-lax-whitespace): New command.
3339         (search-forward-lax-whitespace, search-backward-lax-whitespace)
3340         (re-search-forward-lax-whitespace)
3341         (re-search-backward-lax-whitespace): New functions.
3342         (isearch-whitespace-regexp): Remove function.
3343         (isearch-query-replace): Let-bind replace-search-function and
3344         replace-re-search-function.
3345         (isearch-occur): Let-bind search-spaces-regexp according to the
3346         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3347         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3348         condition for C-q SPC.
3349         (isearch-search-fun-default): Use new functions mentioned above.
3350         (isearch-search-forward, isearch-search-backward): Remove functions.
3351         (isearch-search): Don't let-bind search-spaces-regexp.
3352         (isearch-lazy-highlight-space-regexp): Remove variable.
3353         (isearch-lazy-highlight-lax-whitespace)
3354         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3355         (isearch-lazy-highlight-new-loop): Use them.
3356         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3358 2012-09-02  Chong Yidong  <cyd@gnu.org>
3360         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3362 2012-09-02  Glenn Morris  <rgm@gnu.org>
3364         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
3366 2012-09-01  Glenn Morris  <rgm@gnu.org>
3368         * term.el: Tidy up menu definitions.
3369         (term-mode-map): Use easymenu for In/Out, Complete menus.
3370         (term-pager-break-map): Initialize in the defvar.
3371         (term-terminal-menu, term-signals-menu): Define with easymenu.
3372         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
3373         (term-pager-menu): New, extracted from term-process-pager.
3374         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3375         (term-update-mode-line): Propertize line/char and page items.
3376         (term-process-pager): Move keymap initialization elsewhere.
3378 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
3380         * window.el (switch-to-prev-buffer): Handle additional values of
3381         BURY-OR-KILL argument.  Don't switch in minibuffer window.
3382         (switch-to-next-buffer): Don't switch in minibuffer window.
3383         (quit-restore-window): New function based on quit-window.
3384         Handle additional values of former KILL argument.
3385         (quit-window): Call quit-restore-window with appropriate
3386         interpretation of KILL argument.
3387         (display-buffer-below-selected): New buffer display action
3388         function.
3390 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3392         * minibuffer.el (completion-at-point-functions): Complete docstring
3393         (bug#12254).
3395 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3397         Better seed support for (random).
3398         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3399         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3400         * play/mpuz.el, play/tetris.el, play/zone.el:
3401         * calc/calc-comb.el (math-init-random-base):
3402         * play/blackbox.el (bb-init-board):
3403         * play/life.el (life):
3404         * server.el (server-use-tcp):
3405         * type-break.el (type-break):
3406         Remove unnecessary call to (random t).
3407         * net/sasl.el (sasl-unique-id-function):
3408         Change (random t) to (random), now that the latter is more random.
3409         * play/life.el (life-initialized): Remove no-longer-needed var.
3411 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
3413         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3414         Consider frame's buffer predicate when choosing the buffer.
3415         (Bug#12081)
3417 2012-08-30  Richard Stallman  <rms@gnu.org>
3419         * simple.el (special-mode-map): Delete binding for `z'.
3421 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
3423         * progmodes/compile.el (compilation-always-kill): Doc fix.
3425 2012-08-30  Chong Yidong  <cyd@gnu.org>
3427         * window.el (display-buffer-reuse-frames): Make the obsolescence
3428         message more informative.
3430 2012-08-30  Glenn Morris  <rgm@gnu.org>
3432         * paren.el (show-paren-delay):
3433         Add a :set function.  Doc fix.  (Bug#12297)
3435 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
3437         * progmodes/compile.el (compilation-always-kill): New var.
3438         (compilation-start): Use it.
3440 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3442         * simple.el (read-only-mode): Move from files.el for bootstrapping.
3443         * files.el (read-only-mode): Move to simple.el.
3445         * files.el (read-only-mode): New minor mode.
3446         (toggle-read-only): Use it and mark obsolete.
3447         (find-file--read-only):
3448         * vc/vc.el (vc-next-action, vc-checkout):
3449         * vc/vc-cvs.el (vc-cvs-checkout):
3450         * obsolete/vc-mcvs.el (vc-mcvs-update):
3451         * ffap.el (ffap--toggle-read-only): Update callers.
3453 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
3455         * eshell/esh-ext.el (eshell-external-command): Do not examine
3456         remote shell scripts.
3457         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3459         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3460         "/usr/local/sbin".
3462 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3464         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3466 2012-08-28  Leo Liu  <sdl.web@gmail.com>
3468         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3469         completion-at-point.  (Bug#12220)
3471         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3473         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3475 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3477         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3478         be buffer-local; add delete-trailing-whitespace (bug#12259).
3480 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
3482         * progmodes/hideif.el (hif-compress-define-list):
3483         Fix typo.  (Bug#11951)
3485 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
3487         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3488         buffer local setting.
3490         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3491         rcirc-encode-coding-system.
3493 2012-08-28  Leo Liu  <sdl.web@gmail.com>
3495         * net/rcirc.el (rcirc-split-message): New function.
3496         (rcirc-send-message): Use it.  (Bug#12051)
3498 2012-08-28  Juri Linkov  <juri@jurta.org>
3500         * info.el (Info-fontify-node): Hide empty lines at the end of
3501         the node.  (Bug#12272)
3503 2012-08-27  Drew Adams  <drew.adams@oracle.com>
3505         * dired.el (dired-pop-to-buffer): Make window start at beginning
3506         of buffer (Bug#12281).
3508 2012-08-26  Chong Yidong  <cyd@gnu.org>
3510         * window.el (special-display-regexps, special-display-frame-alist)
3511         (special-display-buffer-names, special-display-function)
3512         (display-buffer-reuse-frames): Mark as obsolete.
3514         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3516         * help.el (help-print-return-message): Don't treat
3517         display-buffer-reuse-frames specially.
3519 2012-08-26  Chong Yidong  <cyd@gnu.org>
3521         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3522         New variable, replacing gdb-frame-parameters.
3523         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3524         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3525         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3526         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3527         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
3528         the functions directly with gdb-display-buffer-other-frame-action.
3529         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3530         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3531         (gdb-display-stack-buffer, gdb-display-locals-buffer)
3532         (gdb-display-registers-buffer): Define directly.
3533         (def-gdb-display-buffer): Macro deleted.
3534         (gdb-display-buffer): Remove second and third args, callers don't
3535         use them.  Defer to the default display-buffer behavior, apart
3536         from making windows dedicated.
3537         (gdb-setup-windows): Don't call display-buffer unnecessarily.
3539         * progmodes/gud.el (gud-display-line): Just use display-buffer.
3541         * window.el (display-buffer-pop-up-frame): Handle a
3542         pop-up-frame-parameters alist entry.
3543         (display-buffer): Document it.
3545 2012-08-26  Chong Yidong  <cyd@gnu.org>
3547         * isearch.el (search-whitespace-regexp): Make string and nil
3548         values apply to both ordinary and regexp search.  Allow a cons
3549         cell value to distinguish between the two.
3550         (isearch-whitespace-regexp, isearch-search-forward)
3551         (isearch-search-backward): New functions.
3552         (isearch-occur, isearch-search-fun-default, isearch-search)
3553         (isearch-lazy-highlight-new-loop): Use them.
3554         (isearch-forward, isearch-forward-regexp): Doc fix.
3556 2012-08-26  Chong Yidong  <cyd@gnu.org>
3558         * faces.el (help-argument-name): Always inherit from italic
3559         (Bug#12213).
3561 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
3563         * window.el (window--even-window-heights): Even heights when
3564         WINDOW and the selected window form a vertical combination.
3565         (display-buffer-use-some-window): Provide that window used gets
3566         sized back by quit-window.  (Bug#11880) and (Bug#12091)
3568 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3570         Fix file time stamp problem with bzr and CVS (Bug#12001).
3571         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3572         in the file's time stamp, since the version control system loses
3573         that information.
3575 2012-08-22  Juri Linkov  <juri@jurta.org>
3577         * info.el (Info-fontify-node): Hide the suffix of the
3578         Info file name in the header line.  (Bug#12187)
3580 2012-08-22  Glenn Morris  <rgm@gnu.org>
3582         * calendar/cal-tex.el (cal-tex-weekly-common):
3583         Restore leading blank page.
3585 2012-08-22  Le Wang  <l26wang@gmail.com>  (tiny change)
3587         * misc.el (forward-to-word, backward-to-word): Activate or extend
3588         the region under `shift-select-mode'.  (Bug#12231)
3590 2012-08-22  Bastien Guerry  <bzg@gnu.org>
3592         * progmodes/executable.el (executable-prefix): Set to "#!" instead
3593         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
3594         gives details on why the space is never needed.
3596 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
3598         * window.el (walk-window-tree, window-with-parameter):
3599         New optional argument MINIBUF to control whether these functions
3600         should run on the minibuffer window.
3601         (window-at-side-list): Don't operate on minibuffer window.
3602         (window-in-direction): Simplify and rewrite doc-string.
3603         (window--size-ignore): Rename to window--size-ignore-p.
3604         Update callers.
3605         (display-buffer-in-atom-window, window--major-non-side-window)
3606         (window--major-side-window, display-buffer-in-major-side-window)
3607         (delete-side-window, display-buffer-in-side-window):
3608         New functions.
3609         (window--side-check, window-deletable-p, delete-window)
3610         (delete-other-windows, split-window): Handle side windows and
3611         atomic windows appropriately.
3612         (window--display-buffer): Call display-buffer-record-window also
3613         when the window buffer did not change.
3615 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
3617         * help-fns.el (help-fns--key-bindings):
3618         Abbreviate non-symbol remap targets.  (Bug#12174)
3620 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
3622         * dired.el (dired-mark-remembered): Don't clobber point.
3623         (Bug#11795)
3625 2012-08-22  Glenn Morris  <rgm@gnu.org>
3627         * progmodes/bug-reference.el (bug-reference): New custom group.
3628         (bug-reference-bug-regexp): Make it a defcustom.
3630 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
3632         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3633         (js-paren-indent-offset, js-square-indent-offset)
3634         (js-curly-indent-offset): Add :safe (Bug#12257).
3636 2012-08-22  Edward O'Connor  <hober0@gmail.com>
3638         * json.el (json-key-format): Add error properties.
3639         (json-encode-key): New function.
3640         (json-encode-hash-table, json-encode-alist, json-encode-plist):
3641         Use json-encode-key.
3643 2012-08-22  Glenn Morris  <rgm@gnu.org>
3645         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3646         (cal-tex-leftday, cal-tex-rightday): Remove functions.
3647         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3648         Update for above change.
3650 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
3652         * cus-face.el (custom-face-attributes): Fix customize type for the
3653         :underline attribute.  (Bug#11805)
3655 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
3657         * window.el (window-point-1, set-window-point-1): Remove.
3658         (window-in-direction, record-window-buffer)
3659         (set-window-buffer-start-and-point, split-window-below)
3660         (window--state-get-1, display-buffer-record-window):
3661         Replace calls to window-point-1 and set-window-point-1 by calls to
3662         window-point and set-window-point respectively.
3664 2012-08-21  Glenn Morris  <rgm@gnu.org>
3666         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3667         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3668         Use it.
3670         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3671         (cal-tex-shortday): New function.
3672         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3673         (cal-tex-cursor-filofax-daily): Use the above.
3675         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3676         New functions.
3677         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3678         (cal-tex-cursor-filofax-week): Use them.
3680         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3681         New constants.
3682         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3683         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3685         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3686         (cal-tex-end-document): Don't rely on buffer name.
3688         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3689         Use cal-tex-vspace.
3690         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3691         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3692         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3693         Use cal-tex-arg.
3695         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3696         (cal-tex-cursor-week, cal-tex-cursor-week2)
3697         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3698         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3699         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3700         (cal-tex-insert-preamble, cal-tex-b-document)
3701         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3702         Improve cal-tex-cmd usage.
3704         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3705         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3706         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3707         (cal-tex-weekly-paper): New function.
3708         (cal-tex-cursor-week, cal-tex-cursor-week2)
3709         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3710         (cal-tex-cursor-day): Use it.
3712         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3713         (cal-tex-cursor-filofax-week): Remove leading blank page.
3715         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3716         Add autoload cookie.  For now at least, don't use color, since
3717         no other cal-tex function does.
3719         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3720         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3721         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3723 2012-08-21  Juri Linkov  <juri@jurta.org>
3725         * info.el (Info-file-attributes): New variable.
3726         (info-insert-file-contents): Add file attributes to
3727         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
3728         `Info-toc-nodes' when previous modtime of the Info file is less
3729         than new modtime.
3730         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3731         of info.el.  (Bug#12230)
3733 2012-08-20  Glenn Morris  <rgm@gnu.org>
3735         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3736         * calendar/holidays.el (calendar-holiday-list):
3737         Report errors with display-warning rather than beep'n'sleep.
3739 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
3741         * net/tramp.el (tramp-accept-process-output): Accept only output
3742         from PROC.  Otherwise, process filters and sentinels might be
3743         confused.  (Bug#12145)
3745 2012-08-20  Chong Yidong  <cyd@gnu.org>
3747         * descr-text.el (describe-text-properties-1): Use overlays-in to
3748         report on empty overlays (Bug#3322).
3750 2012-08-20  Glenn Morris  <rgm@gnu.org>
3752         * mail/rmailout.el (rmail-output-read-file-name):
3753         Trap and report errors in rmail-output-file-alist elements.
3755         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3756         since most non-font-lock faces are not also variables).
3758 2012-08-20  Edward Reingold  <reingold@iit.edu>
3760         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3761         New function.  (Bug12160)
3763 2012-08-19  Glenn Morris  <rgm@gnu.org>
3765         * mail/rmailout.el (rmail-output-read-file-name):
3766         Fix previous change (when the alist is nil or does not match).
3768 2012-08-19  Chong Yidong  <cyd@gnu.org>
3770         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3771         (Bug#12228).
3773 2012-08-18  Chong Yidong  <cyd@gnu.org>
3775         * simple.el (yank-handled-properties): New defcustom.
3776         (yank-excluded-properties): Add font-lock-face and category.
3777         (yank): Doc fix.
3779         * subr.el (remove-yank-excluded-properties):
3780         Obey yank-handled-properties.  The special handling of font-lock-face
3781         and category is now done this way, instead of being hard-coded.
3782         (insert-for-yank-1): Remove font-lock-face handling.
3783         (yank-handle-font-lock-face-property)
3784         (yank-handle-category-property): New function.
3786 2012-08-17  Glenn Morris  <rgm@gnu.org>
3788         * mail/rmailout.el (rmail-output-read-file-name):
3789         Check rmail-output-file-alist against the full message body
3790         in the correct rmail buffer.  (Bug#12214)
3792 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
3794         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3795         Eliminate superfluous prompt.  (Bug#12203)
3797 2012-08-17  Chong Yidong  <cyd@gnu.org>
3799         * mouse.el (mouse-appearance-menu): If x-select-font returns a
3800         font spec, set the font directly (Bug#3228).
3802 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
3804         * window.el (delete-window): Fix last fix.
3806 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
3808         * window.el (window-valid-p): Move to window.c.
3809         (window-child, window-child-count, window-last-child)
3810         (window-normalize-window, window-combined-p)
3811         (window-combinations, window-atom-root, window-min-size)
3812         (window-sizable, window-sizable-p, window-size-fixed-p)
3813         (window-min-delta, window-max-delta, window--resizable)
3814         (window--resizable-p, window-resizable, window-total-size)
3815         (window-full-height-p, window-full-width-p, window-body-size)
3816         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3817         (minimize-window, window-deletable-p, delete-window)
3818         (delete-other-windows, set-window-buffer-start-and-point)
3819         (next-buffer, previous-buffer, split-window, balance-windows-2)
3820         (set-window-text-height, window-buffer-height)
3821         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3822         (truncated-partial-width-window-p): Minor code adjustments.
3823         In doc-strings state whether the argument window has to denote a
3824         live, valid or any window.
3826 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
3828         * progmodes/subword.el (subword-forward-function)
3829         (subword-backward-function, subword-forward-regexp)
3830         (subword-backward-regexp): New variables.
3831         (subword-forward, subword-forward-internal, subword-backward-internal):
3832         Use new variables, eg so that different "word" definitions
3833         can be easily used.  (Bug#11411)
3835 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3837         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3838         for composite selectors.
3839         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3840         operation just because we can't find a previous revision.
3842 2012-08-15  Chong Yidong  <cyd@gnu.org>
3844         * frame.el (set-frame-font): Accept font objects.
3846 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3848         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3850 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
3852         * man.el (Man-overstrike-face, Man-underline-face)
3853         (Man-reverse-face): Remove variables.
3854         (Man-overstrike, Man-underline, Man-reverse): New faces.
3855         (Man-fontify-manpage): Use them instead of the variables.
3856         (Man-cleanup-manpage): Comment change.
3857         (Man-ansi-color-map): New variable.
3858         (Man-fontify-manpage): Use it.
3859         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3861         Implement ANSI SGR parameters 22-27 (bug#12146).
3862         * ansi-color.el (ansi-colors): Doc fix.
3863         (ansi-color-context, ansi-color-context-region): Doc fix.
3864         (ansi-color--find-face): New function.
3865         (ansi-color-apply, ansi-color-apply-on-region): Use it.
3866         Rename the local variable `face' to `codes' since it is now a list of
3867         ansi codes.  Doc fix.
3868         (ansi-color-get-face): Remove.
3869         (ansi-color-parse-sequence): New function, derived from
3870         ansi-color-get-face.
3871         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
3872         codes 22-27.
3874 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3876         * subr.el (read-passwd): Allow use from a minibuffer.
3878 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
3880         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3881         inside comments and strings as identifiers.
3883         * progmodes/gud.el (gud-tooltip-print-command): Quote the
3884         expression to evaluate.  This allows to evaluate expressions with
3885         embedded whitespace.
3886         (gud-tooltip-tips): Add a blank before the newline in the
3887         message-box text, for the benefit of message-box emulation on
3888         MS-Windows.
3890         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3891         messages from GDB, pop them up in a tooltip to give feedback to
3892         user.
3893         (gdb-tooltip-print-1): Quote the expression to evaluate.
3894         This allows to evaluate expressions with embedded whitespace.
3895         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3896         if the TTY name is nil or empty (which happens when communicating
3897         with the inferior via pipes, e.g. on MS-Windows).
3898         (gdb-internals): If GDB sends a "&\n" empty debugging message,
3899         don't send that to the GUD buffer.
3901 2012-08-14  Glenn Morris  <rgm@gnu.org>
3903         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3904         Optimize away setq-default with no args, as for setq.  (Bug#12195)
3906 2012-08-14  Chong Yidong  <cyd@gnu.org>
3908         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3910         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3911         (Bug#12085).
3913 2012-08-14  Glenn Morris  <rgm@gnu.org>
3915         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3917 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
3919         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3920         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3921         Use cached shell name.
3923 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
3925         * progmodes/python.el (python-shell-send-string):
3926         (python-shell-send-setup-code): Do not use `format' with `message'.
3928 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
3930         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3931         (ruby-percent-literal-beg-re): New constant.
3932         (ruby-syntax-general-delimiters-goto-beg): Rename to
3933         `ruby-syntax-enclosing-percent-literal', improve literal type check.
3934         (ruby-syntax-propertize-general-delimiters): Rename to
3935         `ruby-syntax-propertize-percent-literal', it's a shorter and more
3936         popular term.  Adjust comments everywhere.
3937         (ruby-syntax-propertize-percent-literal): Only propertize when not
3938         inside a simple string or comment.  When the literal is unclosed,
3939         leave the text after it unpropertized.
3940         (ruby-syntax-methods-before-regexp): New constant.
3941         (ruby-syntax-propertize-function): Use it to recognize regexps.
3942         Don't look at the text after regexp, just use the whitelist.
3944 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
3946         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3947         non-nil always load the compiled file if it exists.  (Bug#12197)
3949 2012-08-14  Chong Yidong  <cyd@gnu.org>
3951         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3952         (hi-lock-set-pattern): When deciding whether to use font lock or
3953         overlays, look at font-lock-mode instead of font-lock-fontified
3954         (Bug#12168).
3955         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3956         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3958 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
3960         * subr.el (internal--after-with-selected-window): Fix typo
3961         (Bug#12193).
3963 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
3965         Use `completion-table-dynamic' for completion functions.
3966         * progmodes/python.el
3967         (python-shell-completion--do-completion-at-point)
3968         (python-shell-completion--get-completions):
3969         Remove functions.
3970         (python-shell-completion-complete-at-point): New function.
3971         (python-completion-complete-at-point): Use it.
3973 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
3975         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3976         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3978 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3980         * subr.el (function-get): Refine `autoload' arg so it can also
3981         autoload functions for gv.el (bug#12191).
3982         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3983         autoloads macros.
3985         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3986         Prefer pcase-let over destructuring-bind.
3987         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3988         Also, remove whitespace as we go, rather than after accumulating the
3989         various places.
3991         * subr.el (internal--before-with-selected-window)
3992         (internal--after-with-selected-window): Fix typo seleted->selected.
3993         (with-selected-window): Adjust callers.
3994         Reported by Dmitry Gutov <dgutov@yandex.ru>.
3996 2012-08-13  Bastien Guerry  <bzg@gnu.org>
3998         * window.el (special-display-popup-frame): Minor docstring
3999         enhancement.  (Bug#12172)
4001 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4003         * tar-mode.el (tar-header-data-end): Only ignore size for files of
4004         type 1-6.
4005         (tar-header-block-summarize, tar-get-descriptor): Handle pax
4006         extended headers.
4008         * files.el (hack-local-variables-filter): Remove useless eval.
4010 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
4012         * subr.el (with-selected-window): Fix last change.
4014 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4016         * subr.el (internal--before-with-seleted-window)
4017         (internal--after-with-seleted-window): New functions.
4018         (with-selected-window): Use them, to replace dependency on
4019         tty-top-frame.
4021 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
4023         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4024         binding for `newline'.
4025         (ruby-move-to-block): When moving backward, stop at block opening,
4026         not indentation.
4027         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4028         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4029         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4030         `ruby-toggle-block'.
4032 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4034         * ibuffer.el (ibuffer-do-toggle-read-only):
4035         * dired.el (dired-toggle-read-only):
4036         * buff-menu.el (Buffer-menu-toggle-read-only):
4037         * bindings.el (mode-line-toggle-read-only):
4038         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4040 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
4042         * descr-text.el (describe-char): Put the overlays over the
4043         "displayed as" character.
4045 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
4047         * calc/calc-units.el (math-default-units-table): Give an
4048         initial value.
4049         (math-put-default-units): Add options to put composite units and
4050         unit systems in the default units table.
4051         (calc-convert-units): Send composite units to
4052         `math-put-default-units' when appropriate.
4054 2012-08-11  Glenn Morris  <rgm@gnu.org>
4056         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4058         * tutorial.el (help-with-tutorial):
4059         * emacs-lisp/copyright.el (copyright-update-directory):
4060         * emacs-lisp/autoload.el (autoload-find-generated-file)
4061         (autoload-find-file): Disable local eval: (for insurance).
4063         * files.el (hack-local-variables-filter): If an eval: form is not
4064         known to be safe, and enable-local-variables is :safe, then ignore
4065         the form totally, as is done for non-eval forms.  (Bug#12155)
4066         This is CVE-2012-3479.
4068 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4070         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4071         (rx-form): Simplify.
4073 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
4075         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4076         ?, _, and : are symbol constituents, ! is not (but kinda should be).
4077         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4078         (ruby-syntax-propertize-function): Adjust for changes in
4079         `ruby-syntax-propertize-heredoc'.
4081 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
4083         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4084         binding (use `M-;' instead).
4085         (ruby-singleton-class-p): New function.
4086         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
4088 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4090         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4092 2012-08-10  Chong Yidong  <cyd@gnu.org>
4094         * progmodes/python.el (python-shell-get-process-name): Don't mess
4095         with same-window-buffer-names.
4097         * eshell/eshell.el (eshell-add-to-window-buffer-names)
4098         (eshell-remove-from-window-buffer-names): Make obsolete.
4099         (eshell-buffer-name, eshell-unload-hook): Don't use them.
4100         (eshell): Just use pop-to-buffer-same-window instead.
4102 2012-08-10  Chong Yidong  <cyd@gnu.org>
4104         * bindings.el: Bind M-= back to count-words-region.
4106         * simple.el (count-words-region): Accept a prefix arg for acting
4107         on the entire buffer.
4108         (count-words--buffer-message): New helper function.
4110 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4112         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4113         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4114         (event-start, event-end): Use posn-at-point to return a more
4115         informative posn.
4116         (posnp): New function.
4117         * mouse.el (popup-menu-normalize-position): Use it.
4119 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
4121         * mouse.el (popup-menu-normalize-position): New function.
4122         (popup-menu): Use `popup-menu-normalize-position' to normalize
4123         the form for POSITION argument.
4125         * term/x-win.el (x-menu-bar-open):
4126         Use the value returend from (posn-at-point) as position
4127         passed to `popup-menu'.
4129 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
4131         * calc/calccomp.el (math-compose-expr): Add extra argument
4132         indicating that parentheses should be put around products in
4133         denominators.  Give multiplication precedence over division during
4134         composition.
4136 2012-08-09  Chong Yidong  <cyd@gnu.org>
4138         * man.el (Man-switches, Man-sed-command, Man-awk-command)
4139         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4140         (Man-untabify-command, manual-program): Convert to defcustom
4141         (Bug#10429).
4143         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4145         * descr-text.el (describe-char): Don't insert extra newlines
4146         (Bug#10127).
4148         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4149         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4151         * align.el (align-region): Delete temporary markers (Bug#10047).
4152         Plus some code cleanups.
4154 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
4156         * progmodes/python.el (python-pdbtrack-tracked-buffer)
4157         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4158         (python-shell-internal-last-output): Use make-local-variable
4159         instead of make-variable-buffer-local.
4161 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
4163         * progmodes/python.el: Enhancements to forward-sexp.
4164         (python-nav-forward-sexp): Rename from
4165         python-nav-forward-sexp-function.
4166         (python-nav--forward-sexp, python-nav--backward-sexp):
4167         New functions.
4169 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
4171         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4172         modes and simplification modes.
4174 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4176         * delsel.el (delete-selection-pre-hook): Don't propagate the
4177         file-supersession signals (bug#12161).
4179 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4181         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4182         (cl-map-extents): Add compatibility aliases (bug#12135).
4184 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
4186         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4187         tests by `ignore-error'.
4188         (tramp-find-shell): Open also a new shell, when cache is already
4189         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
4191 2012-08-08  Juri Linkov  <juri@jurta.org>
4193         * bookmark.el: Add `defaults' property to the bookmark record.
4194         (bookmark-current-buffer): Doc fix.
4195         (bookmark-make-record): Add `defaults' property with default values
4196         to the bookmark record.
4197         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4198         with `bookmark-insert-current-bookmark'.
4199         (bookmark-set): Get `defaults' property from the bookmark record
4200         and use it in `read-from-minibuffer'.
4201         (bookmark-insert-current-bookmark): Remove function.
4203         * info.el (Info-bookmark-make-record): Add `defaults' property
4204         with values of canonical Info node name, the current Info file
4205         name and the current Info node name.  (Bug#12107)
4207 2012-08-08  Juri Linkov  <juri@jurta.org>
4209         * files.el (basic-save-buffer): Use `buffer-name' as the default
4210         of `read-file-name' when buffer is not visiting a file (bug#12128).
4212 2012-08-08  Juri Linkov  <juri@jurta.org>
4214         * info.el (Info-isearch-search): Doc fix.
4215         (Info-search): Change search-failed message from "initial node" to
4216         "end of node" (bug#12078).
4217         (Info-isearch-search): Change `isearch-string-state' to
4218         `isearch--state-string'.
4220 2012-08-08  Glenn Morris  <rgm@gnu.org>
4222         * language/persian.el: Remove file.
4223         * language/misc-lang.el: Move unique part of persian.el here.
4224         * loadup.el: Remove language/persian.
4226 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
4228         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4230 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
4232         * progmodes/python.el Fixed defsubst warning.
4233         (python-syntax-context) Rename from python-info-ppss-context.
4234         (python-syntax-context-type): Rename from
4235         python-info-ppss-context-type.
4236         (python-syntax-comment-or-string-p): Rename from
4237         python-info-ppss-comment-or-string-p.
4239 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
4241         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4243 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
4245         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4246         a defcustom that is quoted with backquote.
4248         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4249         Fix handling of interactive spec when the body uses return.
4250         (math-do-arg-check, math-define-function-body): Use backquote forms.
4251         * calc/calc-ext.el (math-defcache): Likewise.
4252         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4253         * allout.el (allout-new-exposure): Likewise.
4254         * calc/calcalg2.el (math-tracing-integral): Likewise.
4255         * info.el (Info-last-menu-item): Likewise.
4256         * emulation/vip.el (vip-loop): Likewise.
4257         * textmodes/artist.el (artist-funcall): Likewise.
4258         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4259         Construct menu-item directly.
4261         * progmodes/autoconf.el (font-lock-syntactic-keywords):
4262         Don't declare.
4264 2012-08-07  Chong Yidong  <cyd@gnu.org>
4266         * simple.el (deactivate-mark): Preserve text properties when
4267         saving the primary selection (Bug#8384).
4269 2012-08-07  Kevin Ryde  <user42@zip.com.au>
4271         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4272         (woman-parse-numeric-value): On a bad .IP line, issue a warning
4273         and continue processing (Bug#12110).
4275 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4277         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4278         syntax-propertize-function (bug#10095).
4280 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4282         * help-fns.el (help-fns--key-bindings, help-fns--signature)
4283         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4284         describe-function-1.
4285         (describe-function-1): Use them.  Move compiler macro after sig.
4286         (help-fns--compiler-macro): Use function-get.  Assume we're already in
4287         standard-output.  Adjust layout to new call order.
4289         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4290         re-binding a symbol that has a symbol-macro (bug#12119).
4292 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
4294         * language/persian.el: New file.  (Bug#11812)
4295         * loadup.el: Add language/persian.el.
4297 2012-08-06  Chong Yidong  <cyd@gnu.org>
4299         * window.el (window--maybe-raise-frame): New function.
4300         (window--display-buffer): Split off from here.
4301         (display-buffer-reuse-window, display-buffer-pop-up-frame)
4302         (display-buffer-pop-up-window, display-buffer-use-some-window):
4303         Obey an inhibit-switch-frame action alist entry.
4304         (display-buffer): Update doc.
4306         * replace.el (occur-after-change-function): Avoid losing focus by
4307         using the inhibit-switch-frame display parameter (Bug#12139).
4309 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
4311         Make internal shell process buffer names start with space.
4312         * progmodes/python.el (python-shell-make-comint): Add optional
4313         argument INTERNAL.
4314         (run-python-internal): Use it.
4315         (python-shell-internal-get-or-create-process): Check for new
4316         internal buffer names.
4318 2012-08-06  Glenn Morris  <rgm@gnu.org>
4320         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4321         Do less getting and setting of environment variables.
4323 2012-08-05  Chong Yidong  <cyd@gnu.org>
4325         * proced.el (proced): Add substitution string to docstring to
4326         trigger autoloading of the proced library on C-h f (Bug#1768).
4328         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4329         Don't show defvars which have no second argument (Bug#8638).
4331         * imenu.el (imenu-generic-expression): Move documentation here
4332         from imenu--generic-function.
4333         (imenu--generic-function): Refer to imenu-generic-expression.
4335 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
4337         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4338         indentation declaration.
4339         (viper-loop): Add indentation declaration (Bug#7025).
4341 2012-08-05  Chong Yidong  <cyd@gnu.org>
4343         * help-fns.el (describe-variable): Add hyperlink for
4344         directory-local variables files.  Improve buffer-local and
4345         permanent-local reporting; suggested by MON KEY (Bug#6644).
4347         * help-mode.el (help-dir-local-var-def): New button type.
4349         * files.el (kill-buffer-hook): Provide a defvar.
4351 2012-08-05  Glenn Morris  <rgm@gnu.org>
4353         * eshell/esh-ext.el (eshell/addpath):
4354         Also update eshell-path-env.  (Bug#12013)
4356 2012-08-05  Chong Yidong  <cyd@gnu.org>
4358         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4360         * fringe.el (fringe-styles): Add docstring.
4361         (fringe--check-mode): New function.
4362         (set-fringe-mode, set-fringe-style): Use it.
4363         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4365         * files.el (set-auto-mode): Fix invalid setq call.
4367 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4369         * isearch.el: Misc simplification; use defstruct.
4370         (isearch-mode-map): Dense maps now work like sparse ones.
4371         (isearch--state): New defstruct.
4372         (isearch-string-state, isearch-message-state, isearch-point-state)
4373         (isearch-success-state, isearch-forward-state)
4374         (isearch-other-end-state, isearch-word-state, isearch-error-state)
4375         (isearch-wrapped-state, isearch-barrier-state)
4376         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4377         replaced by defstruct's accessors.
4378         (isearch--set-state): Rename from isearch-top-state and change
4379         calling convention.
4380         (isearch-push-state): Use new isearch--get-state.
4381         (isearch-toggle-word): Disable regexp when enabling word.
4382         (isearch-message-prefix): Remove unused arg _c-q-hack.
4383         (isearch-message-suffix): Remove unused arg _ellipsis.
4385 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
4387         * simple.el (list-processes--refresh): For a server use :host or
4388         :local as the address.
4389         (list-processes): Doc fix.
4391 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
4393         * lisp/mpc.el: Support password in host argument.
4394         (mpc--proc-connect): Parse and use new password element.
4395         Set mpc-proc variable instead of returning process.
4396         (mpc-proc): Adjust accordingly.
4398 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
4400         * whitespace.el (whitespace-display-mappings): Use Unicode
4401         codepoints, instead of emacs-mule codepoints.  See
4402         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4403         for the details.
4405         * files.el (file-truename): Don't skip symlink-chasing part on
4406         windows-nt.  Incorporate the resolution of 8+3 short aliases on
4407         Windows into the loop that recursively chases symlinks.
4408         Compare directory and its parent case-insensitively on MS-Windows and
4409         MS-DOS.
4411 2012-08-03  Chong Yidong  <cyd@gnu.org>
4413         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4415         * sort.el (sort-regexp-fields): Doc fix.
4417 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
4419         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4420         labels regex position point at the expected place.
4422 2012-08-03  MON KEY  <monkey@sandpframing.com>
4424         * net/imap.el (imap-interactive-login, imap-authenticate)
4425         (imap-mailbox-lsub, imap-mailbox-list)
4426         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4427         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4428         (imap-parse-response): Doc fix.
4430 2012-08-03  João Távora  <joaotavora@gmail.com>
4432         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4433         if sexp scanning does not move point (Bug#5734).
4435 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
4437         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4438         Add listings, minted, and ctable packages.
4439         (reftex-label-alist-builtin): Move listings, minted, and ctable
4440         entries before LaTeX.
4441         (reftex-label-alist): Docfix.
4443 2012-08-02  Bastien Guerry  <bzg@gnu.org>
4445         * replace.el (occur): Fix docstring (bug#12122).
4447 2012-08-02  Glenn Morris  <rgm@gnu.org>
4449         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4451 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
4453         Obsolete alias inactivate-current-input-method-function (Bug#10150).
4454         * international/mule-cmds.el: Create
4455         inactivate-current-input-method-function as an obsolete alias for
4456         deactivate-current-input-method-function.  See Katsumi Yamaoka in
4457         <http://bugs.gnu.org/10150#46>.
4459 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
4461         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4462         of nested `if's.
4464 2012-08-01  Glenn Morris  <rgm@gnu.org>
4466         * progmodes/autoconf.el (autoconf-definition-regexp):
4467         Add AH_TEMPLATE, adjust submatch numbering.
4468         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4469         (autoconf-current-defun-function): Update for above change.
4470         (autoconf-current-defun-function): First skip to end of current word.
4472 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
4474         * calendar/cal-html.el (cal-html-insert-agenda-days):
4475         Fix typo.  (Bug#12018)
4477 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
4479         Shell processes: enhancements to startup and CEDET compatibility.
4480         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4481         (python-shell-make-comint): accept-process-output at startup.
4482         (run-python-internal): Set inferior-python-mode-hook to nil.
4483         (python-shell-internal-get-or-create-process): call sit-for.
4484         (python-preoutput-result): Add obsolete alias.
4485         (python-shell-internal-send-string): Use it.
4486         (python-shell-send-setup-code): Remove call to
4487         accept-process-output.
4489 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
4491         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4492         (Bug#12108)
4494 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
4496         * calc-mode.el (calc-basic-simplification-mode): Rename from
4497         `calc-limited-simplification-mode'.
4498         (calc-alg-simplification-mode): New function.
4499         (calc-set-simplify-mode): Adjust message.
4501         * calc.el (calc-set-mode-line): Adjust mode line display for
4502         basic simplification mode.
4504         * calc-help.el (calc-m-prefix-help): Update help message.
4506         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4507         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4509 2012-07-31  Bastien Guerry  <bzg@gnu.org>
4511         * man.el (man): Fix comment.  (bug#12101)
4513 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
4515         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4516         Don't return a non-nil value when no suitable buffer was found.
4518 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
4520         * progmodes/python.el (run-python-internal): Disable font lock for
4521         internal shells.
4523 2012-07-30  Stefan Merten  <smerten@oekonux.de>
4525         * textmodes/rst.el: Silence `checkdoc-ispell'.
4526         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4527         (rst-official-version, rst-official-cvs-rev)
4528         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4529         (rst-mode-map): New key binding.
4531 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
4533         Update .PHONY listings in makefiles.
4534         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4535         autoloads, update-subdirs, updates, bzr-update, update-authors,
4536         compile-onefile, compile-calc, backup-compiled-files,
4537         compile-after-backup, compile-one-process, mh-autoloads,
4538         bootstrap-clean, distclean, maintainer-clean.
4540 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
4542         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4543         (calc-set-mode-line): Don't display "AlgSimp ".
4545         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4546         (calc-lim-simplify-mode): New function.
4547         (calc-set-simplify-mode): Default to 'alg.
4548         (calc-default-simplify-mode): Make algebraic simplifications
4549         the default.
4551         * calc/calc-ext.el (calc-init-extensions): Remove binding for
4552         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
4554         * calc/calc-help.el (calc-m-prefix-help): Change messages to
4555         indicate new simplification modes.
4557         * calc/README: Mention new default simplification mode.
4559         * calc/calc.el (math-normalize-error): New variable.
4560         (math-normalize): Set `math-normalize-error' to t
4561         when there's an error.
4563         * calc/calc-alg.el (math-simplify): Don't simplify when
4564         `math-normalize' returns an error.
4566 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
4568         * international/mule-cmds.el (set-locale-environment): Revert last
4569         change, since display-graphic-p returns nil when this function is
4570         called during startup.  Instead...
4572         * term/w32console.el (terminal-init-w32console): ...setup the
4573         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
4575 2012-07-29  Juri Linkov  <juri@jurta.org>
4577         * simple.el (goto-line): Don't display default line number in the
4578         prompt because it should be displayed by `read-number' (bug#9952).
4579         Add the current line number to the defaults of `goto-line' to
4580         allow its easier modification by users with `M-n' (bug#9201).
4582         * subr.el (read-number): Support multiple default values like in
4583         other minibuffer reading functions.  Replace `read' with
4584         `string-to-number' for consistency with `number-to-string'.
4586 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
4588         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4589         * emulation/viper-init.el (viper-deactivate-input-method-action):
4590         Rename from viper-inactivate-input-method-action.
4591         (viper-deactivate-input-method):
4592         Rename from viper-inactivate-input-method.
4593         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4594         * international/mule-cmds.el (deactivate-input-method):
4595         Rename from inactivate-input-method.
4596         Also run input-method-deactivate-hook.
4597         (deactivate-current-input-method-function):
4598         Rename from inactivate-current-input-method-function.
4599         (input-method-deactivate-hook): New hook.
4600         (input-method-inactivate-hook): Mark obsolete.
4601         (inactivate-input-method): Mark obsolete.
4603         * international/quail.el (quail-activate):
4604         Also run quail-deactivate-hook.
4605         (quail-deactivate): Rename from quail-inactivate.
4606         * international/robin.el (robin-activate):
4607         Also run robin-deactivate-hook.
4608         (robin-deactivate): Rename from robin-inactivate.
4610 2012-07-29  Chong Yidong  <cyd@gnu.org>
4612         * simple.el (indicate-copied-region): New function.
4613         (kill-ring-save): Split off from here.
4615         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4616         (kill-rectangle): Set deactivate-mark to t on read-only error.
4618         * register.el (copy-to-register, copy-rectangle-to-register):
4619         Deactivate the mark, and use indicate-copied-region (Bug#10056).
4620         (append-to-register, prepend-to-register): Call indicate-copied-region.
4622 2012-07-29  Juri Linkov  <juri@jurta.org>
4624         * simple.el (async-shell-command-buffer): New defcustom.
4625         (shell-command): Use it.  (Bug#4719)
4627 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
4629         * international/mule-cmds.el (set-locale-environment): In a
4630         console session on MS-Windows, set up keyboard and terminal
4631         encoding from the OEM codepage, not the ANSI codepage.
4632         (Bug#12055)
4634 2012-07-28  Chong Yidong  <cyd@gnu.org>
4636         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4637         gdb-get-location.
4639 2012-07-28  Leo Liu  <sdl.web@gmail.com>
4641         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4642         the alist (bug#12029).
4644 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
4646         * makefile.w32-in (custom-deps, finder-data, updates, compile)
4647         (compile-always, compile-first)
4648         ($(lisp)/calendar/cal-loaddefs.el)
4649         ($(lisp)/calendar/diary-loaddefs.el)
4650         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4651         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4652         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4653         instead of on update-subdirs.
4654         (bootstrap-clean): Delete $(lisp)/subdirs.el.
4656 2012-07-28  Chong Yidong  <cyd@gnu.org>
4658         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4659         directory if vc-deduce-backend returns nil (Bug#7350).
4661         * simple.el (delete-trailing-lines): New option.
4662         (delete-trailing-whitespace): Obey it (Bug#11879).
4664 2012-07-28  David Engster  <deng@randomsample.de>
4666         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4667         Explanation of new 'symbol-qnames feature in doc-strings.
4668         (xml-maybe-do-ns): Return expanded names as plain symbols if
4669         'symbol-qnames was provided in XML-NS argument (Bug#11916).
4670         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4672 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
4674         Consistent completion in inferior python with emacs -nw.
4675         * progmodes/python.el (inferior-python-mode): replace "<tab>"
4676         binding in inferior-python-mode-map with "\t".
4677         (python-shell-completion-complete-at-point)
4678         (python-completion-complete-at-point): Remove interactive spec.
4680 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
4682         * calc/calccomp.el (math-compose-expr): Undo previous change.
4684 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
4686         * progmodes/python.el (python-mode-map): Add keybinding for
4687         run-python.
4688         (python-shell-make-comint): Fix pop-to-buffer call.
4689         (run-python): Autoload.  New arg SHOW.
4690         (python-shell-get-or-create-process): Do not pop python process
4691         buffer.
4693 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
4695         * notifications.el (notifications-on-action-signal)
4696         (notifications-on-closed-signal): Use also the bus address for the map.
4697         (notifications-notify, notifications-close-notification)
4698         (notifications-get-capabilities): Add optional argument BUS.
4700 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
4702         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4703         Add support for the lstlisting and minted environments, and for the
4704         ctable macro.
4705         * textmodes/reftex.el (reftex-compile-variables): Also recognize
4706         labels written in keyvals syntax.
4708 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
4710         * calc/calccomp.el (math-compose-expr): Use parentheses when
4711         there is a product in the denominator of a fraction.
4713 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
4715         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4716         ($(lisp)/calendar/diary-loaddefs.el)
4717         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4718         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4719         Fixes failures in parallel bootstrap because subdirs.el is being
4720         rewritten while the autoload files are built at the same time,
4721         which needs to load subdirs.el.
4723 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
4725         * mouse.el (popup-menu): Fix doc-string and re-indent code.
4726         (mouse-drag-line): Don't exit tracking when a switch-frame or
4727         switch-window event occurs (Bug#12006).
4729 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4731         * mouse.el (popup-menu): Fix last change.
4733 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4735         Autoload from Lisp with more care.  Follow aliases when looking for
4736         function properties.
4737         * subr.el (autoloadp): New function.
4738         (symbol-file): Use it.
4739         (function-get): New function.
4740         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4741         autoload-do-load.
4742         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4743         (lisp-indent-function):
4744         * emacs-lisp/gv.el (gv-get):
4745         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4746         * emacs-lisp/byte-opt.el (byte-optimize-form):
4747         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4748         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4749         Use function-get.
4750         * emacs-lisp/cl.el: Don't propagate function properties any more.
4752         * speedbar.el (speedbar-add-localized-speedbar-support):
4753         * emacs-lisp/disass.el (disassemble-internal):
4754         * desktop.el (desktop-load-file):
4755         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4756         (describe-function-1):
4757         * emacs-lisp/find-func.el (find-function-noselect):
4758         * emacs-lisp/elp.el (elp-instrument-function):
4759         * emacs-lisp/advice.el (ad-has-proper-definition):
4760         * apropos.el (apropos-safe-documentation, apropos-macrop):
4761         * emacs-lisp/debug.el (debug-on-entry):
4762         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4763         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4764         * calc/calc.el (name): Use autoloadp & autoload-do-load.
4766 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
4768         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4769         function, not an obsolete variable (Bug#12046).
4771 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
4773         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
4775 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
4777         * emacs-lisp/pp.el (pp-display-expression): Select old selected
4778         window only if it is still live (Bug#12034).
4780 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
4782         * subr.el (redirect-frame-focus): Add advertised calling
4783         convention (Bug#12030).
4785 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
4787         Prefer typical American spelling for "acknowledgment".
4788         * vc/add-log.el (change-log-acknowledgment): Rename from
4789         change-log-acknowledgement, with an alias for the old name.
4791 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
4793         * calc-alg.el (math-simplify-divide): Don't cross multiply
4794         in an equation when the lhs is a variable.
4796 2012-07-24  Julien Danjou  <julien@danjou.info>
4798         * net/netrc.el (netrc-find-service-number, netrc-store-data):
4799         Remove, unused.
4801 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
4803         * startup.el (command-line): Don't display an empty user name in
4804         the error message about non-existent home directory, when
4805         init-file-user was set to an empty string.  See
4806         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4807         for the details and context.
4809 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4811         * ses.el (ses-cell-formula-aset): New macro.
4812         (ses-cell-references-aset): New macro.
4813         (ses-cell-p): New function.
4814         (ses-rename-cell): Do no longer rely on complex operations like
4815         ses-cell-set-formula or ses-set-cell to change the cell and handle
4816         the undo at the same time, but rather use lower level new macros
4817         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4818         the undo directly.  Refresh the mode line.
4820 2012-07-21  Leo Liu  <sdl.web@gmail.com>
4822         * progmodes/cc-cmds.el (c-defun-name):
4823         Use match-string-no-properties instead for consistency.
4825 2012-07-20  Leo Liu  <sdl.web@gmail.com>
4827         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4828         (Bug#7879)
4830         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4832 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4834         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4835         * progmodes/bug-reference.el, misearch.el: Provide themselves
4836         (bug#11915).
4838         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4839         of narrowed buffer (bug#11966).
4841 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4843         * ses.el (ses-rename-cell): Set new name also in reference list of
4844         cells of which the renamed cell depends.
4846 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
4848         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4849         to check whether menu-bar is shown or not.  If not shown,
4850         show the menu-bar as a popup menu instead of using tmm.
4851         * mouse.el (popup-menu): Accept `point' as `position' argument.
4853 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
4855         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4856         up inside string symbol literal (bug#11923).
4858 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
4860         * startup.el (fancy-startup-text): Read the whole tutorial, not
4861         just its first 256 bytes.  Prevents gibberish in display of the
4862         tutorial title.
4864 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
4866         Drop idle buffer compaction due to an absence of the
4867         proved efficiency.
4868         * compact.el: Remove.
4870 2012-07-19  Sam Steingold  <sds@gnu.org>
4872         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4873         vc-bzr-pull & vc-bzr-merge-branch.
4874         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4875         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4876         for consistency with compilation-error-regexp-alist.
4877         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4878         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4879         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4880         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4882 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4884         * emacs-lisp/chart.el: Use lexical-binding.
4885         (chart-emacs-storage): Don't hardcode the list of entries.
4887 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
4889         Next round of tweaks caused by Fgarbage_collect changes.
4890         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4892 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
4894         Compact buffers when idle.
4895         * compact.el: New file.
4897 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4899         * subr.el (eventp): Presume that if it looks vaguely like an event,
4900         it's an event (bug#10190).
4902 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
4904         Enhancements to ppss related code (thanks Stefan).
4905         * progmodes/python.el (python-indent-context)
4906         (python-indent-calculate-indentation, python-indent-dedent-line)
4907         (python-indent-electric-colon, python-nav-forward-block)
4908         (python-mode-abbrev-table)
4909         (python-info-assignment-continuation-line-p): Simplify checks
4910         for ppss context.
4911         (python-info-continuation-line-p): Cleanup.
4912         (python-info-ppss-context): Do not catch 'quote.
4913         (python-info-ppss-context-type)
4914         (python-info-ppss-comment-or-string-p): Simplify.
4916 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
4918         * progmodes/python.el: Enhancements to eldoc support.
4919         (python-info-current-symbol): New function.
4920         (python-eldoc-at-point): Use python-info-current-symbol.
4921         (python-info-current-defun): Fix cornercase on first defun scan.
4922         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4923         and signal error when no inferior python process is available.
4925 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
4927         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4928         assume it's always t.
4929         (vc-git-registered): Remove caching, the function is only called
4930         once.
4931         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4933 2012-07-18  Chong Yidong  <cyd@gnu.org>
4935         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4937         * simple.el (count-words): Report on narrowing (Bug#9959).
4939         * bindings.el: Bind M-= to count-words.
4941         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4943 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
4945         * progmodes/sh-script.el (sh-imenu-generic-expression):
4946         Capture a function with `function' keyword and without parentheses
4947         like "function FOO" (bug#11856).
4949 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
4951         * window.el (split-window-sensibly): Make WINDOW argument
4952         optional.
4954 2012-07-18  Chong Yidong  <cyd@gnu.org>
4956         * subr.el (keyboard-translate): Doc fix (Bug#7261).
4958         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4959         and make C-x 8 RET exit isearch (Bug#11439).
4961         * international/iso-transl.el: Move isearch-mode-map key
4962         definitions to isearch.el.
4964 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4966         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4967         (eieio-defclass): Use gv-define-setter when possible.
4969 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
4971         Reflect recent changes in Fgarbage_collect.
4972         * emacs-lisp/chart.el (chart-emacs-storage): Change to
4973         reflect new format of data returned by Fgarbage_collect.
4975 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
4977         New utility functions + python-info-ppss-context fix (Bug#11910).
4978         * progmodes/python.el (python-info-beginning-of-block-statement-p)
4979         (python-info-ppss-comment-or-string-p): New functions.
4980         (python-info-ppss-context): Small fix for string check.
4982 2012-07-17  Juri Linkov  <juri@jurta.org>
4984         * dired-aux.el (dired-do-async-shell-command): Doc fix.
4985         (dired-do-async-shell-command): Don't add `*' at the end of the
4986         command (Bug#11815).
4987         (dired-do-shell-command): Doc fix.
4988         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4989         Join the individual commands using either "&" or ";" as the
4990         separator depending on the values of these trailing characters.
4991         At the end re-add the trailing "&".  (Bug#10598)
4993         * simple.el (async-shell-command): Sync the interactive spec with
4994         `shell-command'.  Doc fix.
4995         (shell-command): Doc fix.
4997 2012-07-17  Juri Linkov  <juri@jurta.org>
4999         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
5001 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
5003         Final renames and doc fixes for movement commands (bug#11899).
5004         * progmodes/python.el (python-nav-beginning-of-statement):
5005         Rename from python-nav-statement-start.
5006         (python-nav-end-of-statement): Rename from
5007         python-nav-statement-end.
5008         (python-nav-beginning-of-block): Rename from
5009         python-nav-block-start.
5010         (python-nav-end-of-block): Rename from python-nav-block-end.
5012 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
5014         * progmodes/python.el (python-shell-send-string-no-output):
5015         Allow accept-process-output to quit, keeping shell process ready for
5016         future interactions (Bug#11868).
5018 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5020         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5022         * emacs-lisp/elint.el (elint-find-args-in-code):
5023         Use help-function-arglist, so as to handle lexical byte-code.
5025         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5026         change (bug#11826).
5028 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5030         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5031         Avoid spuriously marking the buffer as modified because of c-is-sws.
5033         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5034         as not-a-comment (bug#11946).
5036         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5037         for uninterned vars.
5039         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5040         Use read-event since we don't really want to read chars but bytes.
5042         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5043         $$..$$ but also $..$ using regexps (bug#11953).
5044         Use tex-verbatim for \url and \path.
5045         (tex-font-lock-keywords): Define as defconst like the others.
5046         (tex-common-initialization): Don't use font-lock-syntax-table any more.
5048 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
5050         * international/mule-cmds.el (ucs-insert): Make it an obsolete
5051         alias for insert-char.
5053 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
5055         * progmodes/python.el: Simplified imenu implementation.
5056         (python-nav-jump-to-defun): Remove command.
5057         (python-mode-map): Use `imenu' instead.
5058         (python-nav-list-defun-positions-cache)
5059         (python-imenu-include-defun-type, python-imenu-make-tree)
5060         (python-imenu-subtree-root-label, python-imenu-index-alist):
5061         Remove vars.
5062         (python-nav-list-defun-positions, python-nav-read-defun)
5063         (python-imenu-tree-assoc, python-imenu-make-element-tree)
5064         (python-imenu-make-tree, python-imenu-create-index):
5065         Remove functions.
5066         (python-mode): Update to interact with imenu by setting
5067         `imenu-extract-index-name-function' only.
5069 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
5071         * progmodes/python.el: Enhancements to navigation commands.
5072         (python-nav-backward-sentence)
5073         (python-nav-forward-sentence): Remove.
5074         (python-nav-backward-statement, python-nav-forward-statement)
5075         (python-nav-statement-start, python-nav-statement-end)
5076         (python-nav-backward-block, python-nav-forward-block)
5077         (python-nav-block-start, python-nav-block-end)
5078         (python-nav-forward-sexp-function)
5079         (python-info-current-line-comment-p)
5080         (python-info-current-line-empty-p): New functions.
5081         (python-indent-context): Use `python-nav-statement-start'.
5083 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
5085         * eshell/em-ls.el (eshell/ls): Use `apply'.
5087         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5088         multi-hops, instead of Tramp internals.
5090         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5092         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5093         when F1 and F2 are located on different hosts.
5095 2012-07-14  Chong Yidong  <cyd@gnu.org>
5097         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5098         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5099         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5100         (xterm-mouse--read-event-sequence-1000)
5101         (xterm-mouse--read-event-sequence-1006): New functions.  For old
5102         mouse protocol, handle M-mouse-X events correctly.
5103         (xterm-mouse-event): New arg specifying mouse protocol.
5104         (turn-on-xterm-mouse-tracking-on-terminal)
5105         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
5106         sequence to toggle extended coordinates on newer XTerms.
5107         This appears to be harmless on terminals which do not support this.
5109 2012-07-14  Leo Liu  <sdl.web@gmail.com>
5111         Add fringe bitmap indicators for flymake.  (Bug#11253)
5112         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5113         (flymake-make-overlay): New arg BITMAP.
5114         (flymake-error-bitmap, flymake-warning-bitmap)
5115         (flymake-fringe-indicator-position): New user variables.
5117         * fringe.el: New bitmap exclamation-mark.
5119 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
5121         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5122         also (Bug#7879).
5124 2012-07-14  Chong Yidong  <cyd@gnu.org>
5126         * electric.el (electric-pair-post-self-insert-function): Fix pair
5127         insertion in empty-region case (Bug#11520).
5129 2012-07-14  Chong Yidong  <cyd@gnu.org>
5131         * bindings.el: Consolidate ctl-x-r-map bindings.
5132         Bind copy-rectangle-as-kill to C-x r w.
5134         * rect.el, register.el: Move bindings to bindings.el.
5136 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
5138         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5140 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5142         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
5144 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
5146         * bindings.el (top): Use `mapc' instead of `mapcar'.
5148         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5150 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
5152         * progmodes/sql.el (sql-comint): Suppress the check for program on
5153         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
5154         (Bug#11908)
5156 2012-07-13  Chong Yidong  <cyd@gnu.org>
5158         * bindings.el: Assign a non-nil permanent-local property to
5159         per-buffer variables which lack a default value (Bug#11930).
5161         * help-fns.el (describe-variable): In the "automatically becomes
5162         local" notice, take note of permanent-local variables.
5164 2012-07-13  Chong Yidong  <cyd@gnu.org>
5166         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
5167         to allow printing the message when called from Lisp.
5169         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5170         Remove toggle-read-only.
5172         * bs.el (bs-toggle-readonly):
5173         * buff-menu.el (Buffer-menu-toggle-read-only):
5174         Remove with-no-warnings around toggle-read-only.
5176         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5177         Remove with-no-warnings around toggle-read-only.
5178         (ffap-read-only, ffap-read-only-other-window)
5179         (ffap-read-only-other-frame): Callers changed.
5181         * help-mode.el: Don't require view package.
5182         (help-mode-finish): Set buffer-read-only instead of calling
5183         toggle-read-only.
5185         * bindings.el (mode-line-toggle-read-only):
5186         * dired.el (dired-toggle-read-only):
5187         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5188         with non-nil second arg.
5190         * emacs-lisp/eieio-custom.el (eieio-customize-object):
5191         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5192         directly.
5194 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
5196         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5197         not incf.
5199 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5201         More CL cleanups and reduction of use of cl.el.
5202         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5203         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5204         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5205         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5206         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5207         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5208         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5209         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5210         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5211         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5212         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5213         * eshell/em-cmpl.el, eshell/em-banner.el:
5214         * calendar/parse-time.el: Use cl-lib.
5215         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5216         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5217         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5218         * term/ns-win.el, term.el, shell.el, ps-samp.el:
5219         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5220         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5221         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5222         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5223         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5224         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5225         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5226         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5227         `lambda' rather than with `quote'.
5228         (eshell-do-opt): Adjust accordingly.
5229         (eshell-process-option): Simplify.
5230         * eshell/esh-var.el:
5231         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5232         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5233         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5234         to `pcase--dontcare'.
5235         * emacs-lisp/cl.el (labels): Mark obsolete.
5236         (cl--letf, letf): Move to cl-lib.
5237         (cl--letf*, letf*): Remove.
5238         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5239         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5240         (cl-progv): Rewrite.
5241         (cl--letf, cl-letf): Move from cl.el.
5242         (cl-letf*): New macro.
5243         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5245 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
5247         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5249 2012-07-11  Chong Yidong  <cyd@gnu.org>
5251         * vc/log-edit.el (log-edit-vc-backend): New variable.
5252         (log-edit): Doc fix.
5254         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
5255         argument of log-edit to set up all local variables.
5256         (vc-start-logentry): New optional arg specifying VC backend.
5258         * vc/vc.el (vc-checkin): Use it.
5259         (vc-deduce-fileset): Handle Log Edit buffers.
5260         (vc-diff): Make first argument optional too.
5262         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5264 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
5266         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5267         command, just in case.  The function is not needed anymore.
5268         (eshell-external-command): Do not call `eshell-remote-command'.
5270 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5272         Reduce use of (require 'cl).
5273         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5274         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5275         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5276         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5277         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5278         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5279         * battery.el, avoid.el, abbrev.el: Use cl-lib.
5280         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5281         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5282         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5283         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5284         * calculator.el, autorevert.el, apropos.el: Don't require CL.
5285         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5286         (byte-compile-unfold-bcf, byte-compile-check-variable):
5287         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5288         (byte-compile-nilconstp):
5289         * emacs-lisp/autoload.el (make-autoload): Use pcase.
5290         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5292         * emacs-lisp/gv.el (cond): Make it a valid place.
5293         (if): Simplify slightly.
5295         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5296         (pcase--self-quoting-p): New function.
5297         (pcase--u1): Use it.
5299 2012-07-10  Glenn Morris  <rgm@gnu.org>
5301         * emacs-lisp/authors.el (authors-fixed-entries):
5302         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5304 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5306         Rename configure.in to configure.ac (Bug#11603).
5307         * emacs-lisp/authors.el (authors-canonical-file-name):
5308         * progmodes/autoconf.el (autoconf-mode):
5309         Prefer configure.ac to configure.in.
5311 2012-07-08  Chong Yidong  <cyd@gnu.org>
5313         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5314         Implement the mouse-1-click-follows-link handling properly.
5316         * info.el (Info-link-keymap): Use follow-link mechanism for
5317         header-line links (Bug#374).
5319         * simple.el (deactivate-mark): Do not set the primary selection
5320         if another program has acquired it (Bug#11772).
5322 2012-07-07  Kevin Ryde  <user42@zip.com.au>
5324         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5325         (woman-decode-region): Replace escaped-escapes without destroying
5326         bold or underline (Bug#11552).
5327         (woman2-process-escapes): Handle nofill regions (Bug#11591).
5329 2012-07-07  Chong Yidong  <cyd@gnu.org>
5331         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5332         (interprogram-cut-function, interprogram-paste-function):
5333         Mention that we typically mean the clipboard.
5335 2012-07-06  Glenn Morris  <rgm@gnu.org>
5337         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
5339         * files.el (toggle-read-only): Restrict message to interactive use.
5341 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
5343         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5345         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5347 2012-07-06  Glenn Morris  <rgm@gnu.org>
5349         * Makefile.in (compile-one-process): Rename from "recompile".
5351         * Makefile.in (bzr-update): "compile" is the same as "recompile
5352         autoloads", but parallelizable, so use that instead.
5354 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
5356         * window.el (quit-window): Always restore window height when
5357         it's saved in quit-restore parameter (Bug#11810).
5359 2012-07-06  Glenn Morris  <rgm@gnu.org>
5361         * simple.el (kill-whole-line): Doc tweak.
5363 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
5365         * files.el (file-relative-name): Compare file names
5366         case-insensitively if on MS-Windows or MS-DOS, or if
5367         read-file-name-completion-ignore-case is non-nil.  Don't use
5368         case-fold-search for this purpose.  (Bug#11827)
5370 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
5372         * calendar/cal-dst.el (calendar-current-time-zone):
5373         Return calendar-current-time-zone-cache if non-nil.
5375 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
5376 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
5378         * calendar/cal-dst.el (calendar-current-time-zone):
5379         Return calendar-current-time-zone-cache if non-nil.
5381 2012-07-06  Glenn Morris  <rgm@gnu.org>
5383         * Makefile.in (cvs-update): Remove old alias.
5385 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
5387         Sync with Tramp 2.2.6-pre.
5389         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5390         compatible declaration.
5392         * net/tramp-cmds.el (tramp-append-tramp-buffers):
5393         Protect `list-load-path-shadows' call.
5395         * net/tramp-compat.el (top): Require packages, which aren't
5396         autoloaded anymore for XEmacs.  Protect call of
5397         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5398         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
5399         it hurts at least for SXEmacs.
5400         (tramp-compat-temporary-file-directory): In XEmacs, there is no
5401         standard-value for `temporary-file-directory'.
5403         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5404         Redirect stderr to /dev/null.
5405         (tramp-sh-handle-write-region): uid and gid can be floats.
5406         Reported by Russell Sim <russell.sim@gmail.com>.
5407         (tramp-sh-handle-vc-registered): Hide errors.
5408         (tramp-vc-file-name-handler): Use dummy results for `process-file'
5409         and `start-file-process'.
5410         (tramp-maybe-open-connection): Check also whether `non-essential'
5411         is bound.
5413 2012-07-04  Chong Yidong  <cyd@gnu.org>
5415         * xml.el (xml--parse-buffer): Use xml-syntax-table.
5416         (xml-parse-tag): Likewise, and avoid changing entity tables.
5417         (xml-syntax-table): Define from scratch, making sure not to give
5418         x2000 and other Unicode spaces whitespace syntax, since those are
5419         not spaces in XML.
5420         (xml-parse-fragment): Delete unused function.
5421         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5422         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5423         (xml-entity-ref, xml-pe-reference-re)
5424         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5425         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5426         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5427         (xml-entity-value-re): Use syntax references in regexps where
5428         possible; no need to define inside a let-binding.
5429         (xml-parse-dtd): Use xml-pe-reference-re.
5430         (xml-entity-or-char-ref-re): New defconst.
5431         (xml-parse-string, xml-substitute-special): Use it.
5433 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5435         * files.el (locate-dominating-file): Allow `name' to be a predicate.
5436         (find-file--read-only): New function.
5437         (find-file-read-only, find-file-read-only-other-window)
5438         (find-file-read-only-other-frame): Use it.
5439         (insert-file-contents-literally): Don't `fset'.
5440         (get-free-disk-space): Use locate-dominating-file.
5442         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5443         function is already compiled.
5445         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
5447 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
5449         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5450         files on the same host.
5452 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
5454         * help-fns.el (describe-function-1): Only call
5455         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
5457 2012-07-03  Chong Yidong  <cyd@gnu.org>
5459         * xml.el: Protect parser against XML bombs.
5460         (xml-entity-expansion-limit): New variable.
5461         (xml-parse-string, xml-substitute-special): Use it.
5462         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5464 2012-07-03  Glenn Morris  <rgm@gnu.org>
5466         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5467         Allow linking to specific messages in debbugs reports (eg 123#5).
5469 2012-07-02  Chong Yidong  <cyd@gnu.org>
5471         * xml.el: Fix entity and character reference expansion, allowing
5472         them to expand into markup as per XML spec.
5473         (xml-default-ns): New variable.
5474         (xml-entity-alist): Use XML spec definitions for lt and amp.
5475         (xml-parse-region): Make first two arguments optional.
5476         Discard text properties.
5477         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5478         All callers changed.
5479         (xml-parse-tag): Call xml-parse-tag-1.  For backward
5480         compatibility, this function should not modify buffer contents.
5481         (xml-parse-tag-1): Fix opening-tag regexp.
5482         (xml-parse-string): Rewrite, handling entity and character
5483         references properly.
5484         (xml--entity-replacement-text): Signal an error if a parameter
5485         entity is undefined.
5487 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5489         * comint.el (comint-output-filter): Filter out repeated prompts.
5491         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5492         and file-name-absolute-p.
5493         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5494         internal calls.
5496 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5498         Spelling fixes.
5499         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5500         Rename from byte-compile--refiy-function.  All uses changed.
5502 2012-07-01  Chong Yidong  <cyd@gnu.org>
5504         * xml.el (xml--parse-buffer): New function.  Move most of
5505         xml-parse-region here.
5506         (xml-parse-region): Copy region into a temporary buffer, since
5507         parameter entity substitution requires changing buffer contents.
5508         Use xml--parse-buffer.
5509         (xml-parse-file): Use xml--parse-buffer.
5510         (xml-parse-dtd): Make parameter entity substitution work right.
5511         Use proper regexps for ELEMENT declarations (Bug#7172).
5513 2012-06-30  Glenn Morris  <rgm@gnu.org>
5515         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5517         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5518         Remove outdated and unnecessary dbus declarations.
5520 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
5522         * emacs-lisp/timer.el (timer-until): Subtract results of
5523         float-time, instead of taking float-time of the result of
5524         time-subtract, since float-time signals an error for negative time
5525         arguments.
5527 2012-06-30  Chong Yidong  <cyd@gnu.org>
5529         * xml.el (xml-*-re): Convert defvars into defconsts, and
5530         eval-and-compile them so eval-and-compile works on derivatives.
5531         (xml--entity-replacement-text): Use eval-and-comple.
5533 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
5535         * vc/vc-git.el (vc-git-registered): Use cache property
5536         `git-registered'.
5537         (vc-git-mode-line-string): Call `vc-working-revision' instead of
5538         `vc-git-working-revision' in order to benefit from the cache.
5539         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
5541 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
5543         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5544         removed (likely outside Emacs).  (Bug#11757)
5546 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5548         * emacs-lisp/cl-lib.el: Require macroexp.
5550 2012-06-30  Chong Yidong  <cyd@gnu.org>
5552         * xml.el: Implement XML parameter entities.
5553         (xml-parameter-entity-alist): New variable.
5554         (xml-parse-region, xml-parse-fragment): Preserve previous values
5555         of xml-entity-alist and xml-parameter-entity-alist, so that
5556         repeated calls on different documents do not change them.
5557         (xml-parse-tag): Fix doctype regexp.
5558         (xml--entity-replacement-text): New function.
5559         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
5560         properly requires url retrieval which is unimplemented.
5561         (xml-escape-string): Doc fix.
5563 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5565         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5567 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
5569         * fringe.el (fringe-mode): Doc fix.
5571 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
5573         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5574         is non-nil.
5575         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5576         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
5578 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
5580         * calendar/cal-dst.el (calendar-current-time-zone):
5581         Return calendar-current-time-zone-cache if non-nil.
5583 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
5585         * progmodes/which-func.el (which-func-format):
5586         Add mouse-face.  (Bug#11698)
5588 2012-06-29  Leo Liu  <sdl.web@gmail.com>
5590         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5592 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5594         * minibuffer.el (minibuffer-confirm-exit-commands):
5595         Add completion-at-point (bug#11725).
5597 2012-06-29  Glenn Morris  <rgm@gnu.org>
5599         * progmodes/f90.el (f90-font-lock-keywords-2):
5600         Add some preprocessor elements.  (Bug#10499)
5602 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5604         * progmodes/cperl-mode.el (cperl-update-syntaxification):
5605         Use syntax-propertize (bug#11739).
5607 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
5609         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5611 2012-06-28  Julien Danjou  <julien@danjou.info>
5613         * term.el (term-handle-colors-array): Use a set of new faces to
5614         color the terminal.  Also uses :inverse-video property.
5615         (term-default-fg-color): Set to nil by default, deprecate in favor
5616         of `term-face'.
5617         (term-default-bg-color): Set to nil by default, deprecate in favor
5618         of `term-face'.
5619         (term-current-face): Use `term-face' by default.
5620         (term-bold-attribute): Variable deleted.
5622 2012-06-28  Glenn Morris  <rgm@gnu.org>
5624         * simple.el (completion-list-mode-finish):
5625         Don't use toggle-read-only.  (Since completion-list-mode has
5626         a special mode-class, it wasn't doing anything extra anyway.)
5628 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5630         Make inlining of other-mode interpreted functions work (bug#11799).
5631         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5632         (byte-compile): Use it to fix compilation of lexical-binding closures.
5633         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5634         function, if needed.
5636 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5638         * help-mode.el (help-make-xrefs): Don't just withstand
5639         cyclic-variable-indirection but any error in documentation-property.
5641         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5642         memory use.
5643         * bindings.el (bindings--define-key): New function.
5644         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5645         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5646         * bindings.el: Use it to purecopy define-key bindings.
5648         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5650         * emacs-lisp/cl.el (flet): Mark obsolete.
5651         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5652         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5653         * progmodes/js.el (js-c-fill-paragraph):
5654         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5655         (ebrowse-switch-member-buffer-to-derived-class):
5656         * play/5x5.el (5x5-solver): Use cl-flet.
5658         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
5659         (cl--symbol-function): New macro.
5660         (cl--letf, cl--letf*): Use it.
5662         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5663         Strip "toggle-" if any.
5665 2012-06-27  Glenn Morris  <rgm@gnu.org>
5667         * info.el (Info-default-directory-list): Move here from paths.el.
5668         * paths.el: Remove file, which is now empty.
5669         * loadup.el: No longer load "paths".
5671         * custom.el (custom-initialize-delay): Doc fix.
5673         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5674         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5675         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5676         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5677         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5678         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5679         * eshell/eshell.el (eshell-defgroup): Remove alias.
5681 2012-06-27  Chong Yidong  <cyd@gnu.org>
5683         * help.el (help-enable-auto-load): New variable.
5685         * help-fns.el (help-fns--autoloaded-p): New function.
5686         (describe-function-1): Refer to a function as "autoloaded" if it
5687         was autoloaded at any time in the past.  Perform autoloading if
5688         help-enable-auto-load is non-nil.
5690 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
5692         * makefile.w32-in (compile, compile-always): Depend on
5693         update-subdirs, not on subdirs.el.  Otherwise, several different
5694         sub-targets of 'bootstrap' running in parallel could
5695         simultaneously write to subdirs.el, producing a garbled file.
5697 2012-06-26  Sam Steingold  <sds@gnu.org>
5699         * files.el (file-name-base): New convenience function.
5700         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5701         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5702         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5703         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5704         * textmodes/ispell.el, textmodes/reftex-ref.el:
5705         * textmodes/tex-mode.el: Use it.
5706         Did not touch cedet and org because they are maintained elsewhere.
5708 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
5710         * calendar/calendar.el (calendar-exit): Don't try to delete or
5711         iconify last frame.  See:
5712         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5714 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
5716         * server.el (server-process-filter): Remember dir in the
5717         process's `server-client-directory' properties.
5719 2012-06-24  Chong Yidong  <cyd@gnu.org>
5721         * xml.el (xml-parse-tag): Correctly handle comment embedded in
5722         non-tag text.
5724 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
5726         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5728 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5730         * help-fns.el (describe-variable): Don't croak when doc is not found.
5731         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5732         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5733         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5734         * emacs-lisp/smie.el (smie-next-sexp): CSE.
5735         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5736         ((lambda ..) ..).
5737         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5739 2012-06-23  Chong Yidong  <cyd@gnu.org>
5741         * info.el (Info-mouse-follow-link): Accept symbol values of
5742         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
5743         (Info-fontify-node): Use Info-link-keymap for all navigation
5744         buttons, with link-args property to perform the desired action.
5745         (Info-link-keymap): Doc fix.
5746         (Info-next-link-keymap, Info-prev-link-keymap)
5747         (Info-up-link-keymap): Delete now-unused keymaps.
5749 2012-06-23  Chong Yidong  <cyd@gnu.org>
5751         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5753         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5754         system abbrevs.
5756         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5758 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5760         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5761         (bug#11719).
5763         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5764         the requote function doesn't work properly (bug#11714).
5766 2012-06-23  Glenn Morris  <rgm@gnu.org>
5768         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5770 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5772         Further GV/CL cleanups.
5773         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5774         gv-expander.
5775         (gv--defun-declaration): New function.
5776         (defun-declarations-alist): Use it.
5777         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5778         (gv-place): Autoload.
5779         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5780         original definition of dotimes and dolist.
5781         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5782         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5783         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5784         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5785         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5786         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5787         to the function's definition.
5788         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5789         * window.el:
5790         * files.el:
5791         * faces.el:
5792         * env.el: Don't use CL.
5794 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
5796         Support higher-resolution time stamps (Bug#9000).
5798         * calendar/time-date.el (with-decoded-time-value): New arg
5799         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
5800         (encode-time-value): New optional arg PICO.  New type 3.
5801         (time-to-seconds) [!float-time]: Support the new picoseconds
5802         component if it's used.
5803         (seconds-to-time, time-subtract, time-add):
5804         Support ps-resolution time stamps as well.
5806         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
5807         (timerp): Timer vectors now have length 9, not 8.
5808         (timer--time): Support new-style (4-part) time stamps.
5809         (timer-next-integral-multiple-of-time): Time stamps now have
5810         picosecond resolution, so take a bit more care about rounding.
5811         (timer-relative-time, timer-inc-time): New optional arg psecs.
5812         (timer-set-time-with-usecs): Set psecs to 0.
5813         (timer--activate): Check psecs component, too.
5815         * proced.el (proced-time-lessp): Support ps-resolution stamps.
5817 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5819         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5820         Move the non-essential binding to the post/pre-command-hook where it is
5821         more obviously correct.
5823         * subr.el (read-passwd): Don't use a history at all.
5824         * savehist.el (savehist-save): Remove password saved accidentally
5825         because of the above bug.
5827 2012-06-22  Bastien Guerry  <bzg@gnu.org>
5829         * files.el (toggle-read-only): Display a message telling whether
5830         the buffer is read-only or not (bug#11726).
5832 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5834         * emacs-lisp/gv.el: New file.
5835         * subr.el (push, pop): Extend to generalized variables.
5836         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5837         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5838         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
5839         gv-define-simple-setter, and gv-define-expander.
5840         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
5841         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5842         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5843         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5844         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5845         gv-letplace.
5846         (cl-defstruct): Don't define setf-method any more.
5847         * emacs-lisp/cl.el (flet): Don't autoload.
5848         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5849         (define-setf-expander, defsetf, define-modify-macro)
5850         (cl-struct-setf-expander): Move from cl-lib.el.
5851         * emacs-lisp/syntax.el:
5852         * emacs-lisp/ewoc.el:
5853         * emacs-lisp/smie.el:
5854         * emacs-lisp/cconv.el:
5855         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5856         (timer--time): Use gv-define-simple-setter.
5857         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5858         to avoid coding-system problems in subr.el.  Adjust all users.
5859         (macroexp--maxsize, macroexp-small-p): New functions.
5860         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5861         * scroll-bar.el (scroll-bar-mode):
5862         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5863         (normal-erase-is-backspace-mode): Don't use the `eq' place.
5864         * winner.el (winner-configuration, winner-make-point-alist)
5865         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5866         * files.el (locate-file-completion-table): Avoid list*.
5868 2012-06-22  Chong Yidong  <cyd@gnu.org>
5870         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5871         (dired-create-files): Doc fix (Bug#11329).
5872         (dired-do-copy): Doc fix (Bug#11334).
5873         (dired-mark-read-string): Doc fix (Bug#11553).
5875         * dired.el (dired-recursive-copies, dired-recursive-deletes):
5876         Doc fix (Bug#11326).
5877         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
5878         (dired-dwim-target): Doc fix.
5880         * wdired.el (wdired-mode): Doc fix.
5882 2012-06-22  Glenn Morris  <rgm@gnu.org>
5884         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5885         (pcmpl-rpm-cache-stamp-file): New constant.
5886         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5887         (pcmpl-rpm-packages): Optionally cache list of packages.
5889         * pcmpl-rpm.el (pcmpl-rpm): New group.
5890         (pcmpl-rpm-query-options): New option.
5891         (pcmpl-rpm-packages): No need to inline it.
5892         Use pcmpl-rpm-query-options.
5894         * calendar/calendar.el (calendar-in-read-only-buffer):
5895         Avoid some needless mode changes.
5897 2012-06-21  Chong Yidong  <cyd@gnu.org>
5899         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5900         (desktop-path): Remove . from the default value (Bug#10977).
5901         (desktop-read): Use user-emacs-directory if desktop-path is nil.
5903 2012-06-20  Chong Yidong  <cyd@gnu.org>
5905         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5907 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
5909         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5910         (bug#11201).
5912 2012-06-20  Chong Yidong  <cyd@gnu.org>
5914         * term.el (term-window-width): Handle the case of a missing right
5915         fringe (Bug#8837).
5916         (term-check-size): Use window-text-height (Bug#5445).
5917         (term-mode): Use define-derived-mode.  Minor cleanups.
5918         Set font-lock-defaults (Bug#7692).
5919         (term-move-columns, term-insert-char, term-emulate-terminal)
5920         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
5922 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
5924         * net/ange-ftp.el (ange-ftp-get-passwd):
5925         Bind `enable-recursive-minibuffers'.
5926         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5928 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
5930         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5932 2012-06-19  Glenn Morris  <rgm@gnu.org>
5934         * progmodes/python.el (python-mode): Derive from prog-mode.
5936 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
5938         * emulation/edt.el (edt-default-menu-bar-update-buffers)
5939         (edt-user-menu-bar-update-buffers): New functions.
5940         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5942 2012-06-19  Chong Yidong  <cyd@gnu.org>
5944         * subr.el (with-selected-window): Preserve the selected window's
5945         terminal's top-frame (Bug#4702).
5947         * window.el (save-selected-window): Likewise.
5949 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5951         * progmodes/python.el (python-rx-constituents): Move backquote.
5952         (python-skeleton-define, python-define-auxiliary-skeleton):
5953         Use `declare'.
5955 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
5957         * minibuffer.el (read-file-name-default): Revert the patch from
5958         2012-06-17.
5960 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5962         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5963         (pcase--u1, pcase--q1): Don't use apply-partially.
5965 2012-06-18  Glenn Morris  <rgm@gnu.org>
5967         * progmodes/python.el (python-proc, python-buffer)
5968         (python-send-receive, python-send-string): Fix obsolete versions.
5970 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
5972         * window.el (special-display-p): Completely remove stringp
5973         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5975 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
5977         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5979         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5981         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5982         * net/tramp-sh.el (tramp-maybe-open-connection):
5983         Throw if `non-essential' is non-nil.
5985 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
5987         * window.el (special-display-p): Signal an error if BUFFER-NAME
5988         is not a string (Bug#11713).
5990 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
5992         * progmodes/python.el (python-info-beginning-of-backslash):
5993         Rename from python-info-beginning-of-backlash, as a spelling fix.
5995 2012-06-17  Chong Yidong  <cyd@gnu.org>
5997         * term.el (term-emulate-terminal): If term-check-size is called,
5998         move point to the process mark without resetting point (Bug#4635).
6000 2012-06-17  Glenn Morris  <rgm@gnu.org>
6002         * international/mule-cmds.el (mule-menu-keymap)
6003         (set-language-environment, set-locale-environment): Doc tweaks.
6005 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
6007         * cus-face.el (custom-face-attributes): Add wave-style underline
6008         attribute.
6009         * faces.el (set-face-attribute): Update docstring to describe
6010         wave-style underline attribute.
6012 2012-06-16  Chong Yidong  <cyd@gnu.org>
6014         * term/xterm.el (terminal-init-xterm): Discard input before
6015         querying background mode (Bug#10959).
6017 2012-06-16  Stefan Merten  <smerten@oekonux.de>
6019         * textmodes/rst.el: Added and corrected some comments.
6020         (rst-re-alist-def): Improve symbol syntax.
6021         (rst-mode-syntax-table): Correct syntax entries.
6022         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6023         (rst-official-version, rst-official-cvs-rev): Update version
6024         information.
6026 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
6028         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6029         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
6031 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
6033         * progmodes/python.el: New python.el merge.
6034         (python-guess-indent): Obsolete var.
6035         (python-indent-guess-indent-offset): New defcustom.
6036         (python-indent): Obsolete var.
6037         (python-indent-offset): New defcustom.
6038         (python-python-command, python-jython-command): Delete var.
6039         (python-shell-interpreter): New defcustom.
6040         (python-pdbtrack-do-tracking-p): Delete var.
6041         (python-pdbtrack-activate): New defcustom.
6042         (python-use-skeletons): Obsolete var.
6043         (python-skeleton-autoinsert): New defcustom.
6044         (inferior-python-filter-regexp, python-continuation-offset)
6045         (python-honour-comment-indentation, python-indent-string-contents)
6046         (python-jython-packages, python-mode-hook)
6047         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6048         (python-shell-prompt-alist)
6049         (python-source-modes): Delete defcustoms.
6050         (python-check-buffer-name, python-eldoc-setup-code)
6051         (python-eldoc-string-code, python-ffap-setup-code)
6052         (python-ffap-string-code, python-fill-comment-function)
6053         (python-fill-decorator-function, python-fill-paren-function)
6054         (python-fill-string-function, python-imenu-include-defun-type)
6055         (python-imenu-make-tree, python-imenu-subtree-root-label)
6056         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6057         (python-shell-compilation-regexp-alist)
6058         (python-shell-completion-module-string-code)
6059         (python-shell-completion-pdb-string-code)
6060         (python-shell-completion-setup-code)
6061         (python-shell-completion-string-code)
6062         (python-shell-enable-font-lock, python-shell-exec-path)
6063         (python-shell-extra-pythonpaths)
6064         (python-shell-internal-buffer-name, python-shell-interpreter-args)
6065         (python-shell-process-environment)
6066         (python-shell-prompt-block-regexp)
6067         (python-shell-prompt-output-regexp)
6068         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6069         (python-shell-send-setup-max-wait, python-shell-setup-codes)
6070         (python-shell-virtualenv-path): New defcustoms.
6071         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6072         (inferior-python-mode-syntax-table, python--prompt-regexp)
6073         (python-buffer, python-command python-python-command)
6074         (python-default-template, python-imports, python-indent-index)
6075         (python-indent-list, python-indent-list-length)
6076         (python-mode-running, python-pdbtrack-is-tracking-p)
6077         (python-preoutput-continuation, python-preoutput-leftover)
6078         (python-preoutput-result, python-preoutput-skip-next-prompt)
6079         (python-prev-dir/file, python-recursing)
6080         (python-saved-check-command, python-version-checked)
6081         (python-which-func-length-limit)
6082         (view-return-to-alist): Delete vars.
6083         (python-check-custom-command, python-dotty-syntax-table)
6084         (python-imenu-index-alist, python-indent-current-level)
6085         (python-indent-dedenters, python-indent-levels)
6086         (python-nav-beginning-of-defun-regexp)
6087         (python-nav-list-defun-positions-cache)
6088         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6089         (python-shell-internal-buffer)
6090         (python-skeleton-available): New vars.
6091         (def-python-skeleton): Delete macro.
6092         (python-skeleton-define): New macro.
6093         (python-define-auxiliary-skeleton, python-rx): New macros.
6094         (python-insert-class): Delete command.
6095         (python-skeleton-class): New command.
6096         (python-insert-def): Delete command.
6097         (python-skeleton-def): New command.
6098         (python-insert-for): Delete command.
6099         (python-skeleton-for): New command.
6100         (python-insert-if): Delete command.
6101         (python-skeleton-if): New command.
6102         (python-insert-try/except, python-insert-try/finally): Delete commands.
6103         (python-skeleton-try): New command.
6104         (python-insert-while): Delete command.
6105         (python-skeleton-while): New command.
6106         (python-backspace): Delete command.
6107         (python-indent-dedent-line-backspace): New command.
6108         (python-electric-colon): Delete command.
6109         (python-indent-electric-colon): New command.
6110         (python-guess-indent): Delete command.
6111         (python-indent-guess-indent-offset): New command.
6112         (python-shift-left): Delete command.
6113         (python-indent-shift-left): New command.
6114         (python-shift-right): Delete command.
6115         (python-indent-shift-right): New command.
6116         (python-find-function): Delete command.
6117         (python-nav-jump-to-defun): New command.
6118         (python-next-statement): Delete command.
6119         (python-nav-forward-sentence): New command.
6120         (python-previous-statement): Delete command.
6121         (python-nav-backward-sentence): New command.
6122         (python-fill-paragraph): Delete command.
6123         (python-fill-paragraph-function): New command.
6124         (python-send-buffer): Delete command.
6125         (python-shell-send-buffer): New command.
6126         (python-send-defun): Delete command.
6127         (python-shell-send-defun): New command.
6128         (python-send-region, python-send-region-and-go): Delete commands.
6129         (python-shell-send-region)
6130         (python-shell-switch-to-shell): New commands.
6131         (python-send-string): Delete command.
6132         (python-shell-send-string): New command.
6133         (python-switch-to-python): Delete command.
6134         (python-shell-switch-to-shell): New command.
6135         (python-describe-symbol): Delete command.
6136         (python-eldoc-at-point): New command.
6137         (python--set-prompt-regexp, python-args-to-list)
6138         (python-after-info-look, python-check-version)
6139         (python-check-comint-prompt, python-find-imports)
6140         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6141         (python-unload-function, python-expand-template)
6142         (python-maybe-jython, python-preoutput-filter)
6143         (python-pdbtrack-get-source-buffer)
6144         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6145         (python-pdbtrack-toggle-stack-tracking)
6146         (python-pdbtrack-track-stack-file, python-initial-text)
6147         (python-first-word, python-comment-line-p, python-send-command)
6148         (python-setup-brm, python-sentinel, python-set-proc)
6149         (python-skip-out, python-input-filter, python-outdent-p)
6150         (python-outline-level, python-backslash-continuation-line-p)
6151         (python-end-of-block, python-end-of-statement, python-mark-block)
6152         (python-beginning-of-block, python-beginning-of-statement)
6153         (python-blank-line-p, python-beginning-of-string)
6154         (python-open-block-statement-p): Delete functions.
6155         (python-indent-line, python-indent-line-1): Delete functions.
6156         (python-indent-line): New function.
6157         (python-indentation-levels): Delete function.
6158         (python-indent-calculate-levels): New function.
6159         (python-proc): Delete function.
6160         (python-shell-get-process): New function.
6161         (python-send-receive): Delete function.
6162         (python-shell-send-string-no-output): New function.
6163         (python-module-path): Delete function.
6164         (python-ffap-module-path): New function.
6165         (python-completion-at-point)
6166         (python-symbol-completions): Delete functions.
6167         (python-completion-complete-at-point): New function.
6168         (python-load-file): Delete function.
6169         (python-shell-send-file): New function.
6170         (python-calculate-indentation): Delete function.
6171         (python-indent-calculate-indentation): New function.
6172         (python-skip-comments/blanks): Delete function.
6173         (python-util-forward-comment): New function.
6174         (python-continuation-line-p): Delete function.
6175         (python-info-continuation-line-p): New function.
6176         (python-which-func, python-current-defun): Delete function.
6177         (python-info-current-defun): New function.
6178         (python-beginning-of-defun): Delete function.
6179         (python-nav-beginning-of-defun): New function.
6180         (python-close-block-statement-p)
6181         (python-block-end-p): Delete function.
6182         (python-info-closing-block): New function.
6183         (python-comint-output-filter-function)
6184         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6185         (python-fill-comment, python-fill-decorator, python-fill-paren)
6186         (python-fill-string, python-imenu-make-element-tree)
6187         (python-imenu-make-tree, python-imenu-tree-assoc)
6188         (python-indent-context, python-indent-dedent-line)
6189         (python-indent-line-function)
6190         (python-indent-post-self-insert-function)
6191         (python-indent-toggle-levels)
6192         (python-info-assignment-continuation-line-p)
6193         (python-info-beginning-of-backlash)
6194         (python-info-block-continuation-line-p)
6195         (python-info-closing-block-message)
6196         (python-info-line-ends-backslash-p)
6197         (python-info-looking-at-beginning-of-defun)
6198         (python-info-ppss-context, python-info-ppss-context-type)
6199         (python-nav-list-defun-positions, python-nav-read-defun)
6200         (python-nav-sentence-end, python-nav-sentence-start)
6201         (python-pdbtrack-comint-output-filter-function)
6202         (python-pdbtrack-set-tracked-buffer)
6203         (python-shell-calculate-exec-path)
6204         (python-shell-calculate-process-environment)
6205         (python-shell-completion--do-completion-at-point)
6206         (python-shell-completion--get-completions)
6207         (python-shell-completion-complete-at-point)
6208         (python-shell-completion-complete-or-indent)
6209         (python-shell-get-or-create-process)
6210         (python-shell-get-process-name)
6211         (python-shell-internal-get-or-create-process)
6212         (python-shell-internal-get-process-name)
6213         (python-shell-internal-send-string, python-shell-make-comint)
6214         (python-shell-parse-command, python-shell-send-setup-code)
6215         (python-skeleton-add-menu-items)
6216         (python-util-clone-local-variables, python-util-position)
6217         (run-python-internal, python-indentation-levels)
6218         (python-nav-beginning-of-defun)
6219         (python-completion-complete-at-point): New functions.
6220         (run-python): Change arguments.  New API requirements.
6222 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6224         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6225         (bug#11649).
6227         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6228         (macroexp--expand-all): Use it.
6230         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6231         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6232         Use `cl-function' instead.
6234 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
6236         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6237         Suggested by Stefan Monnier while discussing bug#11657.
6239 2012-06-14  Sam Steingold  <sds@gnu.org>
6241         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6243 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
6245         * play/doctor.el (doctor-doc): Remove parameter and use
6246         doctor-sent instead of sent.
6247         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
6249 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6251         * files.el: Require cl-lib.
6252         (file-name-non-special): Replace case -> cl-case.
6254         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6256         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6257         mapping from #' to function*.
6259 2012-06-13  Chong Yidong  <cyd@gnu.org>
6261         * mouse.el (mouse-drag-track): Do not set the mark if the user
6262         releases the mouse without selecting anything (Bug#11588).
6264 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6266         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6267         as well (bug#11646).
6269         * loadup.el: Count byte-code functions as well.
6271         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6272         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6274         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6275         (bug#11649).  Add cl-defun and cl-defmacro.
6277 2012-06-13  Drew Adams  <drew.adams@oracle.com>
6279         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6280         Fix last change.
6282 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
6284         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6285         Otherwise, it blocks in batch mode.
6287 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
6289         * help-mode.el (bookmark-make-record-default): Declare.
6291 2012-06-13  Chong Yidong  <cyd@gnu.org>
6293         * emacs-lisp/package.el (list-packages): Compute a list of
6294         packages that are newly-available since the last list-packages
6295         invocation.
6296         (package-menu--new-package-list): New var.
6297         (package-menu--generate, package-menu--print-info)
6298         (package-menu--status-predicate, package-menu-mark-install):
6299         Handle new status label "new".
6301 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6303         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6304         conversion to backquotes.
6306 2012-06-12  Chong Yidong  <cyd@gnu.org>
6308         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6309         Rename from gud-inhibit-global-bindings.
6311         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6313         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6314         hook from nxml-glyph-set-hook.
6316         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6317         declaration.
6319         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6321         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6322         Convert to defcustom.
6324 2012-06-12  Drew Adams  <drew.adams@oracle.com>
6326         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6327         New functions.
6328         (help-mode): Use them.
6330 2012-06-11  Glenn Morris  <rgm@gnu.org>
6332         * progmodes/fortran.el (fortran-font-lock-keywords-3):
6333         Use preprocessor face for directives.
6334         (fortran-directive-re): Doc fix.
6336 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6338         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6339         conversion to backquotes (bug#11652).
6341         Fix compiler-expansion of CL's cXXr functions (bug#11673).
6342         * emacs-lisp/cl-lib.el (cl--defalias): New function.
6343         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6344         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6345         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6346         (cl-ninth, cl-tenth): Mark them as inlinable.
6347         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6348         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6349         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6350         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6351         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6352         (cl-list*, cl-adjoin): Don't put an autoload manually.
6353         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6354         (cl--compiler-macro-list*): Add autoload cookie.
6355         (cl--compiler-macro-cXXr): New function.
6357         * help-fns.el (help-fns--compiler-macro): New function extracted from
6358         describe-function-1; follow aliases and use `compiler-macro' property.
6359         (describe-function-1): Use it.
6361 2012-06-11  Chong Yidong  <cyd@gnu.org>
6363         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6364         is uninstalled, if imagemagick is installed.
6366 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6368         * emacs-lisp/cl-lib.el: Use lexical-binding.
6369         (cl-map-extents, cl-maclisp-member): Remove.
6370         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6371         (cl--set-substring, cl--block-wrapper, cl--block-throw)
6372         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6373         * emacs-lisp/cl-extra.el: Use lexical-binding.
6374         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6375         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6376         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6377         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6378         * emacs-lisp/cl-seq.el: Use lexical-binding.
6379         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6380         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6381         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6382         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6383         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6384         CL's internals.
6386 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
6388         Sync with Tramp 2.2.6-pre.
6390         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6391         `print-length' and `print-level' to nil, in order to avoid
6392         truncation.  Reported by Christopher Schmidt
6393         <christopher@ristopher.com>.
6395         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6397         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6398         New defmacro.
6399         (tramp-compat-copy-directory): Add optional argument
6400         COPY-CONTENTS.  It is not handled yet.
6402         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6403         (tramp-ftp-file-name-p): Simplify.
6405         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6406         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6407         connection vector.
6409         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6410         (tramp-methods): Do not use `tramp-password-end-of-line'.
6411         (tramp-completion-function-alist-putty): Handle UNIX case.
6412         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6413         (tramp-do-file-attributes-with-stat)
6414         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6415         gid as real numbers.  They could run out of integer range on cygwin.
6416         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6417         (tramp-sh-handle-expand-file-name): Handle hops.
6418         (tramp-open-connection-setup-interactive-shell):
6419         Use `tramp-cleanup'.  Move check for busyboxes ...
6420         (tramp-find-shell): ... here.  Simplify implementation.
6421         Set "remote-shell" property also for alternative shells.
6422         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6423         If failing, a regular file would be written otherwise.
6424         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6425         (tramp-find-inline-encoding): Cache the coding commands in the
6426         process cache.  Apply test command on the remote side, if defined.
6427         (tramp-find-inline-compress): Cache the compress commands in the
6428         process cache.
6429         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6430         when requested.  Handle hops.
6431         (tramp-current-connection): New defvar.
6432         (tramp-maybe-open-connection): Use `tramp-cleanup'.
6433         Throw `suppress', if there was a failed connection shortly before.
6434         Handle user interrupt.  (Bug#10187)
6435         (tramp-get-inline-compress, tramp-get-inline-coding):
6436         Read connection properties from the process cache.
6438         * net/tramp-smb.el (tramp-smb-server-version)
6439         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6440         New defconsts.
6441         (tramp-smb-prompt): Extend for powershell prompt.
6442         (tramp-smb-file-name-handler-alist): Add handlers for
6443         `process-file', `shell-command' and `start-file-process'.
6444         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6445         (tramp-smb-winexe-shell-command-switch): New defcustoms.
6446         (tramp-smb-file-name-p): Simplify.
6447         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6448         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6449         (tramp-smb-shell-quote-argument): New defuns.
6450         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6451         Implement using "tar".  By this, time-stamps are preserved.
6452         (tramp-smb-handle-copy-file): Handle also the case of directories.
6453         (tramp-smb-do-file-attributes-with-stat)
6454         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6455         Use `tramp-get-connection-buffer').
6456         (tramp-smb-handle-rename-file): Use "rename", when source and
6457         target are on the same share.
6458         (tramp-smb-maybe-open-connection): Handle wrong passwords.
6459         Use `tramp-smb-server-version'.
6460         (tramp-smb-wait-for-output): Remove prompt.
6462         * net/tramp.el (top): Require 'cl.
6463         (tramp-methods, tramp-rsh-end-of-line):
6464         Remove `tramp-password-end-of-line' from docstring.
6465         (tramp-save-ad-hoc-proxies): New defcustom.
6466         (tramp-completion-function-alist): Adapt docstring.
6467         (tramp-default-password-end-of-line): Remove defcustom.
6468         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
6469         (tramp-user-regexp, tramp-file-name-regexp-unified)
6470         (tramp-file-name-regexp-url): Extend regexp by hop separator.
6471         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6472         (tramp-remote-file-name-spec-regexp): New defconst.
6473         (tramp-file-name-structure): Extend structure for hops.
6474         (tramp-get-method-parameter): Move up.
6475         (tramp-file-name-p, tramp-dissect-file-name)
6476         (with-parsed-tramp-file-name): Handle hops.
6477         (tramp-file-name-hop): New defun.
6478         (tramp-make-tramp-file-name): New optional arg HOP.
6479         (tramp-message-show-progress-reporter-message): New defvar.
6480         (tramp-with-progress-reporter): Use it.  We cannot use
6481         `tramp-message-show-message' here, because this suppresses also
6482         error buffers.
6483         (tramp-error-with-buffer): Suppress buffer view, if
6484         `tramp-message-show-message' is nil.
6485         Use `tramp-get-connection-buffer'.
6486         (tramp-cleanup): New defun.
6487         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6488         (tramp-file-name-handler): If `debug-on-error' is set, propagate
6489         an error unchanged.
6490         (tramp-completion-handle-file-name-all-completions): Handle hops.
6491         Fix an error when called from ido.
6492         (tramp-completion-dissect-file-name): Use better local variable
6493         name.  Add hop to the vector.
6494         (tramp-handle-insert-file-contents): Use progress-reporter for the
6495         whole scenario.
6496         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6497         to `t'.
6498         (tramp-check-for-regexp): Simplify search.
6499         (tramp-enter-password): Remove it.  Move implementation ...
6500         (tramp-action-password): ... here.
6501         (tramp-mode-string-to-int, tramp-local-host-p)
6502         (tramp-make-tramp-temp-file, tramp-read-passwd)
6503         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6504         Set tramp-autoload cookie.
6506         * net/trampver.el: Update release number.
6508 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6509             Michael Albinus  <michael.albinus@gmx.de>
6511         * net/tramp.el (tramp-set-completion-function): Fix docstring.
6512         (tramp-parse-group, tramp-parse-file)
6513         (tramp-parse-shostkeys-sknownhosts): New defuns.
6514         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6515         (tramp-parse-shosts-group, tramp-parse-sconfig)
6516         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6517         (tramp-parse-sknownhosts, tramp-parse-hosts)
6518         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6519         Use them.
6520         (tramp-parse-passwd-group, tramp-parse-netrc-group)
6521         (tramp-parse-putty-group): Don't narrow.
6522         (tramp-parse-putty): Make a loop.
6523         (tramp-file-name-handler): Catch the `suppress' signal.
6525 2012-06-11  Chong Yidong  <cyd@gnu.org>
6527         * image.el (imagemagick-register-types): Put the ImageMagick entry
6528         at the end of image-type-file-name-regexps.
6530 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
6532         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6533         (pcase, pcase-let*, pcase-dolist): Use them.
6535 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6537         * emacs-lisp/pcase.el (pcase--let*): New function.
6538         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
6539         (pcase--expand): Use macroexp-let².
6541 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6543         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6544         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6545         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6546         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6547         * emacs-lisp/derived.el: Use pcase instead of `cl'.
6548         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6550 2012-06-10  Glenn Morris  <rgm@gnu.org>
6552         * mail/rmail.el (rmail-yank-current-message): Leave point at
6553         correct position.  (Bug#11660)
6555 2012-06-10  Chong Yidong  <cyd@gnu.org>
6557         * allout-widgets.el: Fix code header.
6559 2012-06-10  Chong Yidong  <cyd@gnu.org>
6561         * cus-edit.el (customize-changed-options-previous-release):
6562         Bump to 24.1.
6564 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
6566         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6568 2012-06-09  Chong Yidong  <cyd@gnu.org>
6570         * ebuff-menu.el (electric-buffer-list): Preserve header line.
6572 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
6574         * window.el (special-display-popup-frame): Don't use
6575         window--display-buffer (Bug#11651).
6577 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
6579         Fix parallel builds: make sure loaddefs.el is not being written
6580         while Lisp files are compiled.
6581         (compile): Don't depend on 'mh-autoloads'.
6582         (compile-CMD, compile-SH): Depend on 'autoloads'.
6583         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6585         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
6587 2012-06-09  Chong Yidong  <cyd@gnu.org>
6589         * face-remap.el (face-remap-add-relative, face-remap-set-base)
6590         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6591         Doc fixes (Bug#11225).
6593 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6595         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6596         a function if there's a clear indication that it has a compiler-macro.
6597         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6598         (macro-declarations-alist): Add arglist to declaration functions.
6599         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6600         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6601         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6602         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6603         Also add autoload to find the compiler macro.
6604         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6605         (cl--compiler-macro-member, cl--compiler-macro-assoc)
6606         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6607         (cl--compiler-macro-get): New functions, replacing calls to
6608         cl-define-compiler-macro.
6609         (cl-typep) [compiler-macro]: Use macroexp-let².
6611 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
6613         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6614         string properly, fixes Bug#11473.
6616 2012-06-08  Chong Yidong  <cyd@gnu.org>
6618         * faces.el (set-face-attribute): Doc fix.
6619         (modify-face): Don't use :bold and :italic.
6620         (error, warning, success): Tweak definitions.
6622         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6623         (custom-modified, custom-set, custom-changed, custom-themed)
6624         (custom-saved, custom-button, custom-button-mouse)
6625         (custom-button-pressed, custom-state, custom-comment-tag)
6626         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6627         (custom-group-subtitle): Use new-style face specs.
6628         (custom-invalid-face, custom-rogue-face, custom-modified-face)
6629         (custom-set-face, custom-changed-face, custom-saved-face)
6630         (custom-button-face, custom-button-pressed-face)
6631         (custom-documentation-face, custom-state-face)
6632         (custom-comment-face, custom-comment-tag-face)
6633         (custom-variable-tag-face, custom-variable-button-face)
6634         (custom-face-tag-face, custom-group-tag-face-1)
6635         (custom-group-tag-face): Remove obsolete face alias.
6637         * epa.el (epa-validity-high, epa-validity-medium)
6638         (epa-validity-low, epa-mark, epa-field-name, epa-string)
6639         (epa-field-name, epa-field-body):
6640         * font-lock.el (font-lock-comment-face, font-lock-string-face)
6641         (font-lock-keyword-face, font-lock-builtin-face)
6642         (font-lock-function-name-face, font-lock-variable-name-face)
6643         (font-lock-type-face, font-lock-constant-face):
6644         * ido.el (ido-first-match, ido-only-match, ido-subdir)
6645         (ido-virtual, ido-indicator, ido-incomplete-regexp):
6646         * speedbar.el (speedbar-button-face, speedbar-file-face)
6647         (speedbar-directory-face, speedbar-tag-face)
6648         (speedbar-selected-face, speedbar-highlight-face)
6649         (speedbar-separator-face):
6650         * whitespace.el (whitespace-newline, whitespace-space)
6651         (whitespace-hspace, whitespace-tab, whitespace-trailing)
6652         (whitespace-line, whitespace-space-before-tab)
6653         (whitespace-space-after-tab, whitespace-indentation)
6654         (whitespace-empty):
6655         * emulation/cua-base.el (cua-global-mark):
6656         * eshell/em-prompt.el (eshell-prompt):
6657         * net/newst-plainview.el (newsticker-new-item-face)
6658         (newsticker-old-item-face, newsticker-immortal-item-face)
6659         (newsticker-obsolete-item-face, newsticker-date-face)
6660         (newsticker-statistics-face, newsticker-default-face):
6661         * net/newst-reader.el (newsticker-feed-face)
6662         (newsticker-extra-face, newsticker-enclosure-face):
6663         * net/newst-treeview.el (newsticker-treeview-face)
6664         (newsticker-treeview-new-face, newsticker-treeview-old-face)
6665         (newsticker-treeview-immortal-face)
6666         (newsticker-treeview-obsolete-face)
6667         (newsticker-treeview-selection-face):
6668         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6669         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6670         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6671         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6672         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6673         (nxml-outline-active-indicator, nxml-outline-ellipsis):
6674         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6675         (mpuz-text):
6676         * progmodes/vera-mode.el (vera-font-lock-number)
6677         (vera-font-lock-function, vera-font-lock-interface):
6678         * textmodes/table.el (table-cell): Use new-style face specs, and
6679         don't use the old :bold and :italic attributes.
6681         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6682         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6683         (ebrowse-member-class, ebrowse-progress): Likewise.
6684         (ebrowse-tree-mark-face, ebrowse-root-class-face)
6685         (ebrowse-file-name-face, ebrowse-default-face)
6686         (ebrowse-member-attribute-face, ebrowse-member-class-face)
6687         (ebrowse-progress-face): Remove obsolete faces.
6689         * progmodes/flymake.el (flymake-errline, flymake-warnline):
6690         Inherit from error and warning faces respectively.
6692         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6693         Likewise.
6694         (flyspell-incorrect-face, flyspell-duplicate-face):
6695         Remove obsolete aliases.
6697 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
6699         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6700         Avoid infloop.
6702 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6704         * startup.el (argv, argi): Make lexically scoped.
6705         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6706         * emacs-lisp/cl-macs.el: Use lexical-binding.
6707         Rename cl-bind-* to cl--bind-*.
6708         * files.el: Don't require `cl' since it doesn't use it.
6709         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6711 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
6713         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6714         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6715         instead of calling external sort utility.
6716         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6718 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
6720         * descr-text.el (describe-char): Mention how to insert the
6721         character, if the current input method doesn't support it.
6722         See the discussion in this thread for the details:
6723         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6725 2012-06-08  Sam Steingold  <sds@gnu.org>
6727         * bindings.el (global-map): Bind XF86Forward to next-buffer and
6728         XF86Back to previous-buffer.
6729         (minibuffer-local-map): Bind them to next-history-element and
6730         previous-history-element respectively.
6731         * help-mode.el (help-mode-map): Bind them to help-go-forward and
6732         help-go-back respectively.
6733         * info.el (Info-mode-map): Bind them to Info-history-forward and
6734         Info-history-back respectively.
6735         These are the keys next to Up on the ThinkPad keyboard.
6737 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6739         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6740         * emacs-lisp/cl-macs.el: Provide itself.
6741         (cl--labels-convert-cache): New var.
6742         (cl--labels-convert): New function.
6743         (cl-flet, cl-labels): New implementation with new semantics, relying on
6744         lexical-binding.
6745         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6746         (cl-closure-vars, cl--function-convert-cache)
6747         (cl--function-convert): Move from cl-macs.el.
6748         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6749         rename by removing the "cl-" prefix.
6750         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6752 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6754         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6755         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6756         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6757         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6758         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6759         (cl-hash-table-count): Add old compatibility aliases.
6761         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6762         Use macroexpand-all-environment instead.
6763         (cl--old-macroexpand): New var.
6764         (cl--sm-macroexpand): New function.
6765         (cl-symbol-macrolet): Use it during macro expansion.
6766         (cl--function-convert-cache): New var.
6767         (cl--function-convert): New function, extracted from
6768         cl-macroexpand-all.
6769         (cl-lexical-let): Use it.
6771         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6772         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6773         (cl-member): Remove old alias.
6775         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6776         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6777         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6778         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6779         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6780         (cl-macroexpand-cmacs): Remove var.
6781         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6782         Use macroexpand-all instead.
6784 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6786         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6787         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6788         (macroexp-copyable-p): New functions and macros.
6789         * emacs-lisp/edebug.el (edebug-unwrap):
6790         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6791         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6792         (pcase--let*): Remove.
6793         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6794         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
6795         macroexp-const-p instead.
6796         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6798         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6799         instead of "cl-" for internal definitions.  Use macroexp-const-p.
6800         (cl-old-bc-file-form): Remove var.
6801         (cl-const-exprs-p): Remove fun.
6802         (cl-labels, cl-macrolet): Use backquote.
6803         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
6804         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6805         (cl-define-setf-expander): Rename from cl-define-setf-method.
6806         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6808         * international/mule-cmds.el: Don't require CL.
6809         (view-hello-file): Don't use `letf'.
6811 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6813         * tmm.el (tmm-prompt): Use string-prefix-p.
6814         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6815         (tmm-add-prompt): Use minibuffer-completion-help.
6816         (tmm-delete-map): Remove.
6818         * subr.el (kbd): Make it its own function.
6820 2012-06-07  Stefan Merten  <smerten@oekonux.de>
6822         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6823         Silence compiler warnings.  Fix versions.
6824         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6825         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6826         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6827         (rst-package-emacs-version-alist): Correct Emacs version to
6828         represent major merge with upstream.
6829         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6831 2012-06-06  Glenn Morris  <rgm@gnu.org>
6833         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6834         Only print environment variables if set.
6836 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6838         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6839         (macroexp--cons): Rename from maybe-cons.
6840         (macroexp--accumulate): Rename from macroexp-accumulate.
6841         (macroexp--all-forms): Rename from macroexpand-all-forms.
6842         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6843         (macroexp--expand-all): Rename from macroexpand-all-1.
6845 2012-06-06  Sam Steingold  <sds@gnu.org>
6847         * calendar/calendar.el (calendar-in-read-only-buffer):
6848         Call `special-mode' to enable the standard read-only keybindings.
6850 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6852         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6853         with "loading" messages (bug#11635).
6855 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
6857         * files.el (enable-remote-dir-locals): New option.
6858         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
6860         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6861         Ensure, that the temp directory is local.
6863         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6864         `temporary-file-directory'.
6866         * progmodes/python.el (python-send-region): Ensure, that the
6867         temporary file is created also in the remote case.
6869 2012-06-06  Glenn Morris  <rgm@gnu.org>
6871         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6872         (vc-rcs-update-changelog): Use it.
6874         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6876         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6877         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6878         (vc-sccs-diff): Replace use of the external vcdiff script.
6880 2012-06-05  Glenn Morris  <rgm@gnu.org>
6882         * ledit.el: Move to obsolete/.
6884 2012-06-05  Sam Steingold  <sds@gnu.org>
6886         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6887         patch (Bug#11140).
6889 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6891         * emacs-lisp/cust-print.el: Move to obsolete.
6893         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6894         compiler-macro expansion.
6896         Add native compiler-macro support.
6897         * emacs-lisp/macroexp.el (macroexpand-all-1):
6898         Support compiler-macros directly.  Properly follow aliases and apply
6899         the compiler macros more thoroughly.
6900         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6901         macroexpand now properly follows aliases.
6902         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6903         (cl-compiler-macroexpand): Use new prop.
6904         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6906         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6908 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
6910         * window.el (get-lru-window, get-mru-window, get-largest-window):
6911         New argument NOT-SELECTED to avoid picking the selected window.
6912         (window--display-buffer-1, window--display-buffer-2): Replace by
6913         new function window--display-buffer
6914         (display-buffer-same-window, display-buffer-reuse-window)
6915         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6916         Use window--display-buffer.
6917         (display-buffer-use-some-window): Remove temporary dedication
6918         hack by calling get-lru-window and get-largest-window with
6919         NOT-SELECTED argument non-nil.  Call window--display-buffer.
6921 2012-06-05  Glenn Morris  <rgm@gnu.org>
6923         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6924         Replace external vcdiff script.
6926 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6928         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6930 2012-06-04  Chong Yidong  <cyd@gnu.org>
6932         * image.el (imagemagick-types-inhibit): Revert last change.
6933         Add INFO and M.
6934         (imagemagick-enabled-types): Remove CIN and EPS*.
6936 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6938         * emacs-lisp/cl-lib.el: Rename from cl.el.
6939         * emacs-lisp/cl.el: New compatibility file.
6940         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6941         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6942         to obey the "cl-" prefix.
6943         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6945 2012-06-03  Glenn Morris  <rgm@gnu.org>
6947         * emacs-lisp/authors.el (authors-aliases): Addition.
6949         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6950         Fix :version.
6952 2012-06-03  Stefan Merten  <smerten@oekonux.de>
6954         * textmodes/rst.el: Add comments.
6955         (rst-transition, rst-adornment): New faces.
6956         (rst-adornment-faces-alist): Make default safe to reevaluate.
6957         Fixes
6958         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6959         Improve customization tags.
6960         (rst-define-level-faces): Clarify meaning.
6962 2012-06-03  Chong Yidong  <cyd@gnu.org>
6964         * progmodes/compile.el (compilation-mode-line-fail)
6965         (compilation-mode-line-run, compilation-mode-line-exit):
6966         New faces.
6967         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6969 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
6971         * progmodes/which-func.el (which-func-update-ediff-windows):
6972         New function.  Use it in ediff-select-hook (Bug#11478).
6974 2012-06-03  Chong Yidong  <cyd@gnu.org>
6976         * bindings.el: Remove explicit help text from format-mode-line.
6977         It is now supplied by mode-line-default-help-echo.
6978         (mode-line-front-space, mode-line-end-spaces)
6979         (mode-line-misc-info): New variables.
6980         (mode-line-modes, mode-line-position): Move the default value to
6981         the variable definition.
6982         (mode-line-default-help-echo): New defcustom.
6983         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6984         (mode-line-modified-help-echo): New functions.
6985         (mode-line-mule-info, mode-line-modified): Use them.
6986         (mode-line-eol-desc, propertized-buffer-identification):
6987         Consistency fixes for help text.
6988         (mode-line-coding-system-map): Allow using mouse-3 to invoke
6989         set-buffer-file-coding-system (Bug#289).
6990         (mode-line-mule-info-help-echo): Update help text.
6992 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6994         * simple.el (execute-extended-command): Set real-this-command
6995         (bug#11506).
6997 2012-06-02  Chong Yidong  <cyd@gnu.org>
6999         Remove incorrect uses of "modeline" in comments, docstrings, and
7000         function/variable names (Bug#10329).
7002         * cus-edit.el (mode-line):
7003         * dframe.el (dframe-mouse-hscroll):
7004         * emacs-lisp/re-builder.el:
7005         * emacs-lisp/easy-mmode.el (define-minor-mode):
7006         * frame.el (set-frame-name):
7007         * help.el (lookup-minor-mode-from-indicator):
7008         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
7009         * progmodes/cc-cmds.el (c-toggle-auto-newline)
7010         (c-toggle-hungry-state):
7011         * progmodes/antlr-mode.el (antlr-language-alist):
7012         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
7013         * progmodes/vhdl-mode.el (vhdl-mode):
7014         * progmodes/which-func.el (which-func, which-func-cleanup-function):
7015         * term/ns-win.el (ns-face-at-pos):
7016         * term/sup-mouse.el (sup-mouse-report):
7017         * textmodes/flyspell.el (flyspell-mode-line-string):
7018         * textmodes/ispell.el (ispell-highlight-face):
7019         * textmodes/reftex-global.el:
7020         * vc/vc-arch.el (vc-arch-mode-line-string):
7021         * vc/vc-cvs.el (vc-cvs-mode-line-string):
7022         * vc/vc-git.el (vc-git-mode-line-string):
7023         * vc/vc-hooks.el (vc-display-status)
7024         (vc-default-mode-line-string):
7025         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7027         * ansi-color.el (ansi-color-faces-vector): Change default faces.
7029         * dired.el (dired-sort-set-mode-line): Rename from
7030         dired-sort-set-modeline.  All callers changed.
7032         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7033         eshell-status-in-modeline.
7035         * foldout.el (foldout-mode-line-string): Rename from
7036         foldout-modeline-string.  All callers changed.
7037         (foldout-update-mode-line): Rename from foldout-update-modeline.
7039         * subr.el (redraw-modeline): Make into obsolete alias.
7041         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7042         timeclock-modeline-display.  Make old name an alias.
7043         (timeclock-update-mode-line): Likewise.  All callers changed.
7044         (timeclock-mode-line-display): No need to check before using
7045         add-hook.
7046         (timeclock-relative, timeclock-day-over-hook)
7047         (timeclock-use-elapsed, timeclock-mode-string)
7048         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7050         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7051         crisp-mode-modeline-string.
7053         * play/solitaire.el (solitaire-build-mode-line): Rename from
7054         solitaire-build-modeline.  All callers changed.
7056         * play/zone.el (zone-hiding-mode-line): Rename from
7057         zone-hiding-modeline.  All callers changed.
7058         (zone): Remove unusued `modeline-hidden-level' property.
7060         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7061         xscheme-modeline-initialize.  All callers changed.
7063         * strokes.el (strokes-lighter): Rename from
7064         strokes-modeline-string.
7066         * textmodes/sgml-mode.el (html-face-tag-alist)
7067         (html-tag-face-alist): Use mode-line face instead of obsolete
7068         alias modeline.
7070 2012-06-02  Stefan Merten  <smerten@oekonux.de>
7072         * textmodes/rst.el: Always require `cl'.
7073         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
7075 2012-06-02  Chong Yidong  <cyd@gnu.org>
7077         * image.el (imagemagick-enabled-types): Rename from
7078         imagemagick-types-enable.  Add many more types.
7079         (imagemagick-types-inhibit): Change default to nil.
7080         (imagemagick-filter-types): Caller changed.
7082 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7084         * emacs-lisp/cl-macs.el: Use backquotes.
7085         (cl-transform-function-property): Use eval-and-compile rather than
7086         abusing `require'.
7087         (defstruct): Use declare-function instead of with-no-warnings.
7089         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7090         (byte-compile-output-docform): Re-add the print-circle bindings.
7091         (byte-compile-fix-header): Use #$ just because it's shorter.
7092         (byte-compile-output-file-form): Remove defun/defmacro.
7094 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
7096         * simple.el (choose-completion): Remove now obsolete binding for
7097         owindow.
7099 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
7101         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7102         in order to avoid "Stack overflow in regexp matcher".
7104 2012-05-31  Glenn Morris  <rgm@gnu.org>
7106         * image.el: For clarity, call imagemagick-register-types at
7107         top-level, rather than relying on a custom :initialize.
7108         (imagemagick-types-enable): New option.  (Bug#11557)
7109         (imagemagick-filter-types): New function.  (Bug#7406)
7110         (imagemagick-register-types): Use imagemagick-filter-types.
7111         If disabling support, remove elements altogether rather
7112         than using an impossible regexp.
7113         (imagemagick-types-inhibit): Give it the default init function.
7115 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7117         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7118         Handle arbitrary file name lengths (Bug#11585).
7120 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
7122         * desktop.el (desktop-read): Clear previous and next buffers for
7123         all windows and bury *Messages* buffer (bug#11556).
7125 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7127         Add `declare' for `defun'.  Align `defmacro's with it.
7128         * emacs-lisp/easy-mmode.el (define-minor-mode)
7129         (define-globalized-minor-mode): Don't autoload the var definitions.
7130         * emacs-lisp/byte-run.el: Use lexical-binding.
7131         (defun-declarations-alist, macro-declarations-alist): New vars.
7132         (defmacro, defun): Use them.
7133         (make-obsolete, define-obsolete-function-alias)
7134         (make-obsolete-variable, define-obsolete-variable-alias):
7135         Use `declare'.
7136         (macro-declaration-function): Mark obsolete.
7137         * emacs-lisp/autoload.el: Use lexical-binding.
7138         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
7140 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7142         * textmodes/ispell.el (ispell-with-no-warnings):
7143         Define as a macro.
7144         (ispell-kill-ispell, ispell-change-dictionary):
7145         Use `called-interactively-p' for Emacs instead of obsolete
7146         `interactive-p'.
7148 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7150         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7151         (macro-declaration-function): Move var from C code.
7152         (macro-declaration-function): Define function with defalias.
7153         * emacs-lisp/macroexp.el (macroexpand-all-1):
7154         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7155         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7156         defun/defmacro any more.
7157         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7158         Provide fallback for unknown arglist.
7159         (byte-compile-arglist-warn): Change calling convention.
7160         (byte-compile-output-file-form): Move print-vars binding.
7161         (byte-compile-output-docform): Simplify accordingly.
7162         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7163         (byte-compile-defmacro-declaration): Remove.
7164         (byte-compile-file-form-defmumble): Generalize to defalias.
7165         (byte-compile-output-as-comment): Return byte-positions.
7166         Simplify callers accordingly.
7167         (byte-compile-lambda): Use `assert'.
7168         (byte-compile-defun, byte-compile-defmacro): Remove.
7169         (byte-compile-file-form-defalias):
7170         Use byte-compile-file-form-defmumble.
7171         (byte-compile-defalias-warn): Remove.
7173 2012-05-29  Stefan Merten  <smerten@oekonux.de>
7175         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
7176         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
7178         (rst-mode-abbrev-table): Merge definition.
7179         (rst-mode): Make sure `font-lock-defaults' is buffer local.
7180         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7182 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
7184         * calendar/icalendar.el
7185         (icalendar-export-region): Export UID properly.
7187 2012-05-29  Leo Liu  <sdl.web@gmail.com>
7188         * calendar/icalendar.el (icalendar-import-format):
7189         Add `icalendar-import-format-uid' (Bug#11525).
7190         (icalendar-import-format-uid): New.
7191         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7192         Export UID.
7194 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7196         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7197         different alternative patterns.
7198         (pcase-codegen): Be more careful to preserve identity.
7199         (pcase--u1): Don't forget to mark vars as used.
7201         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7202         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7203         (byte-compile-from-buffer): ...rather than here.
7205         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7206         functions from byte-compile-function-environment.
7208 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
7210         * window.el (window-deletable-p): Avoid deleting the root window
7211         of a frame with an active minibuffer.
7213 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
7215         * simple.el (choose-completion): Use quit-window (Bug#11567).
7217 2012-05-29  Chong Yidong  <cyd@gnu.org>
7219         * whitespace.el (whitespace-cleanup): Fix usage of
7220         whitespace-empty-at-bob-regexp (Bug#11492).
7222 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7224         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7225         revert (Bug#11488).
7227 2012-05-29  Juri Linkov  <juri@jurta.org>
7229         * isearch.el (isearch-mode-map): Bind `M-s _' to
7230         `isearch-toggle-symbol'.  Bind `M-s c' to
7231         `isearch-toggle-case-fold'.
7232         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7233         (isearch-forward): Add `M-s _' to the docstring.
7234         (isearch-forward-symbol, isearch-toggle-case-fold)
7235         (isearch-symbol-regexp): New functions.  (Bug#11381)
7237 2012-05-29  Juri Linkov  <juri@jurta.org>
7239         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
7240         (isearch-occur, isearch-search-and-update): If `isearch-word' is
7241         a function, call it to get the regexp.
7242         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7243         property `isearch-message-prefix' instead of the string "word ".
7244         (isearch-search-fun-default): For the case of `isearch-word',
7245         return a lambda that calls re-search-forward/re-search-backward
7246         with a regexp returned by `word-search-regexp' or by the function
7247         in `isearch-word'.
7249 2012-05-29  Juri Linkov  <juri@jurta.org>
7251         * isearch.el (isearch-search-fun-default): New function.
7252         (isearch-search-fun): Move default part to the new function
7253         `isearch-search-fun-default'.
7254         (isearch-search-fun-function): Set the default value to
7255         `isearch-search-fun-default'.  (Bug#11381)
7257         * comint.el (comint-history-isearch-end):
7258         Use `isearch-search-fun-default'.
7259         (comint-history-isearch-search): Use `isearch-search-fun-default'
7260         and remove spacial case for `isearch-word'.
7261         (comint-history-isearch-wrap): Remove spacial case for
7262         `isearch-word'.
7264         * hexl.el (hexl-isearch-search-function):
7265         Use `isearch-search-fun-default'.
7267         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7268         Use `word-search-regexp' for `isearch-word'.
7270         * misearch.el (multi-isearch-search-fun):
7271         Use `isearch-search-fun-default'.
7273         * simple.el (minibuffer-history-isearch-search):
7274         Use `isearch-search-fun-default' and remove spacial case for
7275         `isearch-word'.
7276         (minibuffer-history-isearch-wrap): Remove spacial case for
7277         `isearch-word'.
7279         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7280         Remove spacial case for `isearch-word'.
7281         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7283 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7285         Decrease XEmacs incompatibilities.
7286         * textmodes/flyspell.el (flyspell-check-pre-word-p):
7287         Use `string-match'.
7288         (flyspell-delete-region-overlays): Use alternative definition for
7289         XEmacs.
7290         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7291         (flyspell-word): Use `process-kill-without-query' if XEmacs.
7292         (flyspell-mode-on): Use `interactive-p' if XEmacs.
7293         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7294         `define-obsolete-face-alias' under XEmacs, but old method.
7296         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7297         `with-no-warnings' definition or Emacs alias.
7298         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7299         (ispell-word): Do not use `region-p' if XEmacs.
7301 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7303         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7304         Check for `ispell-dictionary-base-alist' instead of full
7305         `ispell-dictionary-alist'.
7306         (ispell-init-process): Show spellchecker when starting new Ispell
7307         process.
7309 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7311         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7312         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7314 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
7316         * version.el (motif-version-string, gtk-version-string)
7317         (ns-version-string): Declare.
7319 2012-05-27  Juri Linkov  <juri@jurta.org>
7321         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7322         after the `eval-defun-1' specialcaseing
7323         like in `edebug-eval-defun' (bug#10181).
7325         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7326         like in `eval-defun-1'.
7328 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
7330         * mail/sendmail.el (mail-yank-region):
7331         Recognize rmail-yank-current-message in addition to insert-buffer.
7332         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7333         a *mail* buffer created through rmail-start-mail with sendmail as
7334         mail-user-agent.
7336 2012-05-27  Chong Yidong  <cyd@gnu.org>
7338         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7339         Default to 256 (Bug#11267).
7341         * help.el (describe-mode): Doc fix.
7343 2012-05-26  Glenn Morris  <rgm@gnu.org>
7345         * w32-fns.el (w32-init-info): Remove.
7346         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7348         * info.el (info-initialize): For self-contained NS builds, put the
7349         included info/ directory at the front.  (Bug#2791)
7351         * paths.el (Info-default-directory-list): Make it a defcustom,
7352         mainly so that we can use custom-initialize-delay.
7354 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7356         * subr.el (buffer-has-markers-at): Mark obsolete.
7358         * subr.el (lambda): Use declare.
7360         * emacs-lisp/lisp-mode.el (lambda):
7361         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7363 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7365         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
7367 2012-05-26  Glenn Morris  <rgm@gnu.org>
7369         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7371 2012-05-25  Glenn Morris  <rgm@gnu.org>
7373         * paths.el: Remove no-byte-compile.
7374         * loadup.el: No need to load paths.el uncompiled.
7376         * image.el (imagemagick-types-inhibit): Doc fix.
7378         * version.el: Remove no-byte-compile and associated formatting.
7379         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
7380         is ancient code from when there was an "inc-vers.el".
7382 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7384         * progmodes/gdb-mi.el: Minor style changes.
7385         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7386         Turn into minor modes.
7387         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7388         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7389         (gdb-shell): Remove unneeded let-binding.
7390         (gdb-get-many-fields): Eliminate O(n²) behavior.
7392 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
7394         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7395         platforms that don't link in fontset.c.
7397 2012-05-25  Juri Linkov  <juri@jurta.org>
7399         Use the same diff color scheme as in modern VCSes (bug#10181).
7401         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7402         to avoid confusion with `diff-added' that now uses green colors.
7403         (diff-removed): Use shades of red.
7404         (diff-added): Use shades of green.
7405         (diff-changed): Leave just the yellow color.
7406         (diff-use-changed-face): New variable.
7407         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7408         how to highlight context diff changes.
7409         (diff-refine-change): Use shades of yellow.
7410         (diff-refine-removed): New face that uses shades of red.
7411         (diff-refine-added): New face that uses shades of green.
7412         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7413         `diff-refine-removed' in the call to `smerge-refine-subst'
7414         depending on the value of `diff-use-changed-face'.
7416         * vc/smerge-mode.el (smerge-mine): Use shades of red.
7417         (smerge-other): Use shades of green.
7418         (smerge-base): Use shades of yellow.
7419         (smerge-refined-change): Empty face.
7420         (smerge-refined-removed): New face that uses shades of red.
7421         (smerge-refined-added): New face that uses shades of green.
7422         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
7423         args `props-r' and `props-a', and use them.  Doc fix.
7424         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7425         on its value use different faces `smerge-refined-change',
7426         `smerge-refined-removed', `smerge-refined-added' in the call to
7427         `smerge-refine-subst'.
7429         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7430         Add face condition `min-colors 88' with shades of red.
7431         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7432         `min-colors 88' with shades of green.
7433         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7434         `min-colors 88' with shades of yellow.
7436 2012-05-24  Glenn Morris  <rgm@gnu.org>
7438         * paths.el (prune-directory-list, remote-shell-program): Move to...
7439         * files.el (prune-directory-list, remote-shell-program): ...here.
7440         For the latter, delay initialization, prefer ssh, just search PATH.
7442         * paths.el (term-file-prefix): Move to faces.el (the only user).
7443         * faces.el (term-file-prefix): Move here, make it a defcustom.
7445         * paths.el (news-directory, news-path, news-inews-program):
7446         Move to gnus/nnspool.el.
7448         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7450         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7451         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7452         Make the latter a defcustom, with a delayed initialization.
7454         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7455         These were deleted from Gnus itself late 2010.
7457 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
7459         * progmodes/which-func.el (which-func-ff-hook):
7460         Check against user-error, not error.
7462         * emacs-lisp/edebug.el (top): Do not load or set up loading of
7463         cl-specs.el, which no longer exists.
7465 2012-05-22  Glenn Morris  <rgm@gnu.org>
7467         * info.el (info-emacs-bug): New command.
7468         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7469         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7471 2012-05-21  Glenn Morris  <rgm@gnu.org>
7473         * makefile.w32-in (update-subdirs-SH):
7474         * Makefile.in (update-subdirs): Update for moved update-subdirs.
7476 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7478         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7480         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7481         Simplify Maven regexp, and make sure the file can't start with a space
7482         (bug#11517).
7484 2012-05-21  Glenn Morris  <rgm@gnu.org>
7486         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7487         Scrap superfluous subshells.
7489 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7491         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7492         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7494 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
7496         * calc/calc.el (calc-ensure-consistent-units): New variable.
7498         * calc/calc-units.el (math-consistent-units-p)
7499         (math-check-unit-consistency): New functions.
7500         (calc-quick-units, calc-convert-units):
7501         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7502         is non-nil.
7503         (calc-extract-units): Fix typo.
7505 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7507         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7509         * textmodes/flyspell.el: Commenting style, plus code simplifications.
7510         (flyspell-default-deplacement-commands): Don't spell check after
7511         repeated window/frame switches (e.g. triggered by mouse-movement).
7512         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7513         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7514         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7515         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7516         Remove unused vars.
7517         (flyspell-get-casechars, flyspell-get-not-casechars):
7518         Simplify; Don't bother removing a ] just to add it back.
7519         * textmodes/ispell.el (ispell-program-name): Use executable-find.
7521 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7523         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7524         New functions.
7525         (math-function-table): Add support for more C functions.
7527 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7529         * textmodes/flyspell.el (flyspell-check-pre-word-p)
7530         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7531         Protect delay handling for otherchars against empty otherchars.
7533 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7535         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7536         their respective macro declarations.
7537         * skeleton.el (define-skeleton):
7538         * progmodes/compile.el (define-compilation-mode):
7539         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7540         (define-ibuffer-filter):
7541         * emacs-lisp/generic.el (define-generic-mode):
7542         * emacs-lisp/easy-mmode.el (define-minor-mode)
7543         (define-globalized-minor-mode):
7544         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7545         * emacs-lisp/byte-run.el (defsubst):
7546         * custom.el (deftheme): Add doc-string metadata.
7548 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7550         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7552 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7554         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7556         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7557         * emacs-lisp/cl-macs.el: Idem.
7558         * emacs-lisp/cl-specs.el: Remove.
7560 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7562         Minor renaming of internal CL functions and variables.
7563         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7564         (cl--position): Rename from cl-position.
7565         (cl--delete-duplicates): Rename from cl-delete-duplicates.
7566         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7567         (cl--random-state): Rename from *random-state*.
7569 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7571         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7572         parens around the arg list (bug#11499).
7574 2012-05-17  Juri Linkov  <juri@jurta.org>
7576         * isearch.el (word-search-regexp, word-search-backward)
7577         (word-search-forward, word-search-backward-lax)
7578         (word-search-forward-lax): Move functions from search.c
7579         (bug#10145, bug#11381).
7581 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7583         * textmodes/flyspell.el (flyspell-check-pre-word-p)
7584         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7585         Delay for otherchars as for normal word components.
7587 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7589         * minibuffer.el (completion--sifn-requote): Fix last change.
7590         (minibuffer-local-must-match-filename-map):
7591         Move define-obsolete-variable-alias before its var.
7593 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7595         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7597         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7598         behavior.
7599         (completion--string-equal-p): New function.
7600         (completion--twq-all): Use it to get better assertion failure data.
7602         Only handle ".." and '..' quoting in shell-mode (bug#11466).
7603         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7604         (shell--requote-argument): New functions.
7605         (shell-completion-vars): Use them.
7606         (shell--parse-pcomplete-arguments): Rename from
7607         shell-parse-pcomplete-arguments.
7608         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
7609         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7610         Obey comint-file-name-quote-list.
7612         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7613         (smie-indent-keyword): Use it.
7615 2012-05-14  Stefan Merten  <smerten@oekonux.de>
7617         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7619 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7621         * net/rlogin.el (rlogin-mode-map): Fix last change.
7623 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
7625         * mail/smtpmail.el (smtpmail-send-command): Send the command and
7626         the following \r\n using a single `process-send-string', since the
7627         Lotus SMTP server refuses to accept any commands if they are sent
7628         with two `process-send-string's (Bug#11444).
7630 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7632         * shell.el (shell-parse-pcomplete-arguments):
7633         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7635 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
7637         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7638         (image-transform-scale, image-transform-right-angle-fudge): New vars.
7639         (image-transform-width, image-transform-fit-width): New functions.
7640         (image-transform-properties): Use them.
7641         (image-transform-check-size): New function.
7642         (image-toggle-display-image): Use it (for testing).
7643         (image-transform-set-rotation): Reduce angle mod 360.
7644         Delete obsolete comment.
7646 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
7648         * image-mode.el: Fix scaling (bug#11399).
7649         (image-transform-resize): Doc fix.
7650         (image-transform-properties): Default scale is 1 and height should
7651         be an integer.
7653 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
7655         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7656         than hard-coding `car', to fix misbehavior when moving forward.
7658 2012-05-13  Chong Yidong  <cyd@gnu.org>
7660         * emacs-lisp/tabulated-list.el (tabulated-list-format)
7661         (tabulated-list-entries, tabulated-list-padding)
7662         (tabulated-list-sort-key): Make permanent-local.
7664         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7665         (electric-buffer-list): Put electric buffer menu
7666         command descriptions in this docstring, instead of the docstring
7667         of electric-buffer-menu-mode.  Code cleanups.
7668         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
7669         Electric-buffer-menu-mode.
7670         (electric-buffer-update-highlight): Minor code cleanup.
7672 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
7674         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7675         (Bug#11447)
7677 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7679         Move define-obsolete-variable-alias before the var's definition.
7680         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7681         * tooltip.el (tooltip-hook):
7682         * textmodes/reftex-toc.el (reftex-toc-map):
7683         * textmodes/reftex-sel.el (reftex-select-label-map)
7684         (reftex-select-bib-map):
7685         * textmodes/reftex-index.el (reftex-index-map)
7686         (reftex-index-phrases-map):
7687         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7688         * progmodes/meta-mode.el (meta-mode-map):
7689         * novice.el (disabled-command-hook):
7690         * loadhist.el (unload-hook-features-list):
7691         * frame.el (blink-cursor):
7692         * files.el (find-file-not-found-hooks, write-file-hooks)
7693         (write-contents-hooks):
7694         * emulation/tpu-edt.el (GOLD-map):
7695         * emacs-lock.el (emacs-lock-from-exiting):
7696         * emacs-lisp/generic.el (generic-font-lock-defaults):
7697         * emacs-lisp/chart.el (chart-map):
7698         * dos-fns.el (register-name-alist):
7699         * dired-x.el (dired-omit-files-p):
7700         * desktop.el (desktop-enable):
7701         * cus-edit.el (custom-mode-hook):
7702         * buff-menu.el (buffer-menu-mode-hook):
7703         * bookmark.el (bookmark-read-annotation-text-func)
7704         (bookmark-exit-hooks):
7705         * allout.el (allout-mode-deactivate-hook)
7706         (allout-exposure-change-hook, allout-structure-added-hook)
7707         (allout-structure-deleted-hook, allout-structure-shifted-hook):
7708         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7709         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7710         comes before the corresponding variable's definition.
7712 2012-05-12  Chong Yidong  <cyd@gnu.org>
7714         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7715         (Buffer-menu-mouse-select): Restore function (Bug#11459).
7716         (Buffer-menu-mode-map): Bind it.
7717         (Buffer-menu--pretty-name): Add a mouse-face property.
7719 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7721         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
7722         (prolog-upper-case-string, prolog-lower-case-string)
7723         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7724         (prolog-use-smie, prolog-smie-grammar): New vars.
7725         (prolog-smie-forward-token, prolog-smie-backward-token)
7726         (prolog-smie-rules): New funs.
7727         (prolog-comment-indent): Remove.
7728         (prolog-mode-variables): Use default comment indentation instead.
7729         Setup SMIE.
7730         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7731         (prolog-mode): Don't call them any more.
7732         (prolog-electric-colon, prolog-electric-dash)
7733         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7735         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7737         * minibuffer.el (completion--twq-all): Again, allow case differences.
7739         * term.el: Move keymap initialization code to be more idiomatic.
7740         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7741         (term-terminal-menu): Move initialization into declaration.
7742         (term-escape-char): Let the user set it in her .emacs.
7744         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7745         Provide SMIE-based indentation (not enabled by default yet).
7746         (sh-mode-map): Don't bind electric keys.
7747         Use electric-pair-mode instead of skeleton-pair.
7748         (sh-assignment-regexp): Fit within 80 columns.
7749         (sh-indent-supported): Specify actual shell name instead of boolean.
7750         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7751         (sh-maybe-here-document): Use it.  Make obsolete.
7752         (sh-electric-here-document-mode) New minor mode.
7753         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
7754         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7755         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7756         (sh-smie-rc-grammar, sh-use-smie): New vars.
7757         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7758         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7759         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7760         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7761         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7762         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7763         (sh-set-shell): Use smie-setup if requested.
7765         * term.el (term-set-escape-char): Properly set term-escape-char.
7766         See http://stackoverflow.com/questions/10524656.
7768 2012-05-10  Chong Yidong  <cyd@gnu.org>
7770         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7771         Use url-generic-parse-url, and handle host names and Windows
7772         filenames properly.
7773         (ffap-url-unwrap-remote): Use url-generic-parse-url.
7774         (ffap-url-unwrap-remote): Accept list values, specifying a list of
7775         URL schemes to work on.
7776         (ffap--toggle-read-only): New function.
7777         (ffap-read-only, ffap-read-only-other-window)
7778         (ffap-read-only-other-frame): Use it.
7779         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7780         necessary for ffap-url-unwrap-remote.
7782 2012-05-10  Dave Abrahams  <dave@boostpro.com>
7784         * cus-start.el (create-lockfiles): Add it.
7786 2012-05-09  Chong Yidong  <cyd@gnu.org>
7788         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7789         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7791 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7793         * shell.el (shell-completion-vars): Fix last change (bug#11348).
7795 2012-05-09  Chong Yidong  <cyd@gnu.org>
7797         * ansi-color.el (ansi-color-process-output): Check for validity of
7798         comint-last-output-start before using it.  This avoids a bad
7799         interaction with gdb-mi's input/output buffer.
7801 2012-05-09  Glenn Morris  <rgm@gnu.org>
7803         * files.el (dir-locals-read-from-file):
7804         Mention dir-locals in any error message.
7806 2012-05-09  Chong Yidong  <cyd@gnu.org>
7808         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7809         package (Bug#11410).
7811         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7812         variables into description.
7814 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7816         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7817         shell-delimiter-argument-list (bug#11348).
7818         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7820 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
7822         * textmodes/rst.el: Silence byte-compiler warnings.
7823         (rst-re-alist, rst-reset-section-caches): Move around.
7824         (rst-re): Use `characterp', not `char-valid-p'.
7825         (font-lock-beg, font-lock-end): Declare.
7827         * progmodes/idlw-shell.el (specs): Remove reference to deleted
7828         variable `idlwave-shell-activate-alt-keybindings' and simplify.
7830         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7832 2012-05-08  Glenn Morris  <rgm@gnu.org>
7834         * files.el (auto-mode-alist): Treat ".make" like ".mk".
7836 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7838         * vc/log-edit.el: Add GNU coding standards highlighting.
7839         (log-edit-font-lock-gnu-style)
7840         (log-edit-font-lock-gnu-keywords): New vars.
7841         (log-edit-font-lock-keywords): New fun.
7842         (log-edit-mode): Don't fold case in font-lock.
7843         (log-edit-font-lock-keywords): Do not assume case-folding.
7845         * imenu.el: Misc cleanup.  Make docstrings out of comments.
7846         Use lexical-binding.
7847         (imenu--index-alist, imenu--last-menubar-index-alist)
7848         (imenu-menubar-modified-tick): Use defvar-local.
7849         (imenu--split-menu): Remove unused var.
7850         (imenu--cleanup-seen): Declare as global.
7851         (imenu--cleanup): Use dolist.
7853         * subr.el (defvar-local): Add debug spec and doc-string position.
7855 2012-05-08  Glenn Morris  <rgm@gnu.org>
7857         * language/burmese.el, language/cham.el, language/czech.el:
7858         * language/english.el, language/georgian.el, language/greek.el:
7859         * language/japanese.el, language/khmer.el, language/korean.el:
7860         * language/lao.el, language/misc-lang.el, language/romanian.el:
7861         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7862         * language/thai.el, language/utf-8-lang.el:
7863         Remove no-byte-compile setting.
7865         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
7867 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7869         * progmodes/make-mode.el (makefile-browse):
7870         Remove unnecessary interactive.  (Bug#11324)
7872 2012-05-07  Glenn Morris  <rgm@gnu.org>
7874         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7876         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7878 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7880         * loadup.el: Preload newcomment.el.
7881         * newcomment.el: Move autoload-only code to toplevel.
7883         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7884         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7885         Handle new :right-align column property.
7886         (tabulated-list-print-col): Idem, plus use `display' text-property to
7887         try and preserve alignment for variable pitch fonts.
7889 2012-05-07  Chong Yidong  <cyd@gnu.org>
7891         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7892         (tabulated-list-use-header-line): New var.
7893         (tabulated-list-init-header): Use it.
7894         (tabulated-list-print-fake-header): New function.
7895         (tabulated-list-print): Use it.
7896         (tabulated-list-sort-button-map): Add non-header-line commands.
7897         (tabulated-list-init-header): Add column name property to basic
7898         labels as well.
7899         (tabulated-list-col-sort): Handle non-header-line button case.
7900         (tabulated-list--sort-by-column-name): Fix a corner case.
7902         * buff-menu.el (list-buffers--refresh):
7903         Handle Buffer-menu-use-header-line.
7905 2012-05-06  Chong Yidong  <cyd@gnu.org>
7907         * buff-menu.el: Convert to Tabulated List mode.
7908         (Buffer-menu-buffer+size-width): Make obsolete.
7909         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7910         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7911         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
7912         documentation into docstring of buffer-menu.
7913         (Buffer-menu-toggle-files-only): Add an informative message.
7914         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7915         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7916         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7917         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7918         (Buffer-menu-execute, Buffer-menu-select)
7919         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7920         (Buffer-menu-bury): Use Tabulated List machinery.
7921         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7922         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
7923         Delete.
7924         (list-buffers--refresh): New function.
7925         (list-buffers-noselect): Use it.
7926         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7927         (Buffer-menu--pretty-file-name): New helper functions.
7929         * loadup.el: Preload tabulated-list.
7931         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7932         tabulated-list-sort-column.
7933         (tabulated-list-init-header): Add the initial aligning space even
7934         if tabulated-list-padding is zero.
7936 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
7938         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7939         whose cdr is not a cons cell correctly (bug#11038).
7941 2012-05-06  Chong Yidong  <cyd@gnu.org>
7943         * emacs-lisp/tabulated-list.el (tabulated-list-format):
7944         Accept additional plist in column descriptors.
7945         (tabulated-list-init-header): Obey it.
7946         (tabulated-list-get-entry): New function.
7947         (tabulated-list-put-tag): Use it.  Use string-width instead of
7948         length.
7949         (tabulated-list--column-number): New function.
7950         (tabulated-list-print): Use it.
7951         (tabulated-list-print-col): New function.
7952         Set `tabulated-list-column-name' property on each column's text.
7953         (tabulated-list-print-entry): Use it.
7954         (tabulated-list-delete-entry, tabulated-list-set-col):
7955         New functions.
7956         (tabulated-list-sort-column): New command (Bug#11337).
7958         * buff-menu.el (list-buffers): Move C-x C-b binding from
7959         buff-menu.el to bindings.el.
7961         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7962         :advertised-binding feature.
7964 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
7966         * progmodes/compile.el (compilation-internal-error-properties):
7967         Calculate start position correctly when end-col is set but
7968         end-line is not (Bug#11382).
7970 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
7972         * man.el (Man-unindent): Use text-property-default-nonsticky to
7973         prevent untabify from inheriting face properties (Bug#11408).
7975 2012-05-05  Stefan Merten  <smerten@oekonux.de>
7977         * textmodes/rst.el: Major merge with upstream development up to
7978         Docutils SVN r7399 / rst.el V1.2.1.
7980         Clarify maintainership and authors.
7982         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7983         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7984         (rst-official-version, rst-official-cvs-rev, rst-version)
7985         (rst-package-emacs-version-alist): New functions and variables
7986         for version information.
7988         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7989         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7990         (rst-mode-syntax-table, rst-mode): New and corrected functions
7991         and variables representing reStructuredText features.
7993         (rst-re): New function for reStructuredText regexes.  Use in
7994         many places.
7996         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7997         (rst-mode-map): Rebind keys.
7999         (rst-mode-lazy, rst-font-lock-keywords)
8000         (rst-font-lock-extend-region)
8001         (rst-font-lock-extend-region-internal)
8002         (rst-font-lock-extend-region-extend)
8003         (rst-font-lock-find-unindented-line-limit)
8004         (rst-font-lock-find-unindented-line-match)
8005         (rst-adornment-level, rst-font-lock-adornment-level)
8006         (rst-font-lock-adornment-match)
8007         (rst-font-lock-handle-adornment-pre-match-form)
8008         (rst-font-lock-handle-adornment-matcher): Major revision of
8009         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
8011         (rst-preferred-adornments, rst-adjust-hook)
8012         (rst-new-adornment-down, rst-preferred-bullets)
8013         (rst-preferred-bullets, rst-indent, rst-indent-width)
8014         (rst-indent-field, rst-indent-literal-normal)
8015         (rst-indent-literal-minimized, rst-indent-comment): Change,
8016         extend and improve customization.
8018         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
8019         (rst-normalize-cursor-position, rst-get-decoration)
8020         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8021         (rst-rstrip, rst-toc-insert-find-delete-contents)
8022         (rst-shift-fill-region, rst-compute-bullet-tabs)
8023         (rst-debug-print-tabs, rst-debug-mark-found)
8024         (rst-shift-region-guts, rst-shift-region-right)
8025         (rst-shift-region-left, rst-use-char-classes)
8026         (rst-font-lock-keywords-function)
8027         (rst-font-lock-indentation-point)
8028         (rst-font-lock-find-unindented-line-begin)
8029         (rst-font-lock-find-unindented-line-end)
8030         (rst-font-lock-find-unindented-line)
8031         (rst-font-lock-adornment-point, rst-font-lock-level)
8032         (rst-adornment-level-alist): Remove functions and variables.
8034         (rst-compare-adornments, rst-get-adornment-match)
8035         (rst-suggest-new-adornment, rst-get-adornments-around)
8036         (rst-adornment-complete-p, rst-get-next-adornment)
8037         (rst-adjust-adornment, rst-display-adornments-hierarchy)
8038         (rst-straighten-adornments): Standardize function names to
8039         use "adornment" instead of "decoration".  Correct callers.
8040         Similar standardizing in many places.
8042         (rst-update-section, rst-adjust, rst-promote-region)
8043         (rst-enumerate-region, rst-bullet-list-region)
8044         (rst-repeat-last-character): Correct use of `interactive'.
8046         (rst-classify-adornment, rst-find-all-adornments)
8047         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8048         (rst-find-leftmost-column, rst-repeat-last-character):
8049         Refactor functions.
8051         (rst-find-title-line, rst-reset-section-caches)
8052         (rst-get-adornments-around, rst-adjust-adornment-work)
8053         (rst-arabic-to-roman, rst-roman-to-arabic)
8054         (rst-insert-list-pos, rst-insert-list-new-item)
8055         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8056         New functions.
8058         (rst-all-sections, rst-section-hierarchy)
8059         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8060         New variables.
8062         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8063         configuration instead of only buffer.  Change where necessary.
8065         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8066         (rst-shift-region, rst-adaptive-fill): New functions for
8067         indentation and filling.
8069         (rst-comment-line-break, rst-comment-indent)
8070         (rst-comment-insert-comment, rst-comment-region)
8071         (rst-uncomment-region): New functions for handling comments.
8073         (rst-compile): Quote shell arguments.
8075         (rst-compile-pdf-preview, rst-compile-slides-preview):
8076         Delete temporary files after use.
8078 2012-05-05  Glenn Morris  <rgm@gnu.org>
8080         * calendar/cal-html.el: Optionally include holidays in the output.
8081         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8082         (cal-html-holidays): New option.
8083         (cal-html-css-default): Add holiday entry.
8084         (holiday-in-range): Autoload it.
8085         (cal-html-htmlify-entry): Add optional class argument.
8086         (cal-html-htmlify-list): Add optional holidays argument.
8087         (cal-html-insert-agenda-days): Include holidays in the output.
8088         (cal-html-one-month): Maybe include holidays.
8090         * calendar/holidays.el (holiday-in-range):
8091         Move here from cal-tex-list-holidays.
8092         * calendar/cal-tex.el (cal-tex-list-holidays):
8093         Make it an obsolete alias for holiday-in-range.  Update all callers.
8095 2012-05-05  Chong Yidong  <cyd@gnu.org>
8097         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8098         Nextstep.
8100 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
8102         * files.el (file-auto-mode-skip): New var.
8103         (set-auto-mode-1): Use it.
8105 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8107         * repeat.el: Use lexical-binding.
8108         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8109         (repeat-undo-count): Remove.
8110         (repeat):
8111         * progmodes/octave-mod.el (octave-abbrev-start):
8112         * progmodes/f90.el (f90-abbrev-start):
8113         * face-remap.el (text-scale-adjust):
8114         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8116         * emacs-lisp/pcase.el (pcase--let*): New function.
8117         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8118         a bit more.
8119         (pcase--split-pred): Be more clever about ruling out overlap between
8120         a predicate and some constant pattern.
8121         (pcase--q1): Use `null' instead of (eq foo nil).
8123         * subr.el (setq-local, defvar-local): New macros.
8124         (kbd): Redefine as an alias.
8125         (with-selected-window): Leave unrelated frames alone.
8126         (set-temporary-overlay-map): New function.
8128 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8130         * subr.el (user-error): New function.
8131         * window.el (switch-to-buffer):
8132         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8133         (smerge-match-conflict):
8134         * simple.el (previous-matching-history-element)
8135         (next-matching-history-element, goto-history-element, undo-more)
8136         (undo-start):
8137         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8138         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8139         (next-file, tags-loop-scan, list-tags, complete-tag):
8140         * progmodes/compile.el (compilation-loop):
8141         * mouse.el (mouse-minibuffer-check):
8142         * man.el (Man-bgproc-sentinel, Man-goto-page):
8143         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8144         (Info-history-forward, Info-follow-reference, Info-menu)
8145         (Info-extract-menu-item, Info-extract-menu-counting)
8146         (Info-forward-node, Info-backward-node, Info-next-menu-item)
8147         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8148         (Info-next-reference, Info-prev-reference, Info-index)
8149         (Info-index-next, Info-follow-nearest-node)
8150         (Info-copy-current-node-name):
8151         * imenu.el (imenu--make-index-alist)
8152         (imenu-default-create-index-function, imenu-add-to-menubar):
8153         * files.el (basic-save-buffer, recover-file):
8154         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8155         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8156         (checkdoc-message-text, checkdoc-defun):
8157         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8158         * cus-edit.el (customize-changed-options, customize-rogue)
8159         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8160         (custom-variable-mark-to-reset-standard)
8161         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8162         (custom-file):
8163         * completion.el (check-completion-length):
8164         * comint.el (comint-search-arg)
8165         (comint-previous-matching-input-string-position)
8166         (comint-previous-matching-input)
8167         (comint-replace-by-expanded-history-before-point, comint-send-input)
8168         (comint-copy-old-input, comint-backward-matching-input)
8169         (comint-goto-process-mark, comint-set-process-mark):
8170         * calendar/calendar.el (calendar-cursor-to-date): Use it.
8171         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8173 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8175         * dabbrev.el (dabbrev--ignore-case-p): New function.
8176         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8177         Use it.
8179         * files.el (automount-dir-prefix): Mark as obsolete.
8181 2012-05-04  Glenn Morris  <rgm@gnu.org>
8183         * patcomp.el, play/bruce.el: Move to obsolete/.
8185 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
8187         Fix minor Y10k bugs.
8188         * arc-mode.el (archive-unixdate):
8189         * autoinsert.el (auto-insert-alist):
8190         * calc/calc-forms.el (math-this-year):
8191         * emacs-lisp/copyright.el (copyright-current-year)
8192         (copyright-update-year, copyright):
8193         * tar-mode.el (tar-clip-time-string):
8194         * time.el (display-time-update):
8195         Don't assume years have 4 digits.
8197 2012-05-04  Chong Yidong  <cyd@gnu.org>
8199         * dos-w32.el (file-name-buffer-file-type-alist)
8200         (direct-print-region-use-command-dot-com):
8201         * ffap.el (ffap-menu-regexp):
8202         * find-file.el (ff-special-constructs):
8203         * follow.el (follow-debug):
8204         * forms.el (forms--debug):
8205         * iswitchb.el (iswitchb-all-frames):
8206         * ido.el (ido-all-frames):
8207         * emacs-lisp/timer.el (timer-max-repeats):
8208         * mail/feedmail.el (feedmail-mail-send-hook)
8209         (feedmail-mail-send-hook-queued):
8210         * mail/footnote.el (footnote-signature-separator):
8211         * mail/mailabbrev.el (mail-alias-separator-string)
8212         (mail-abbrev-mode-regexp):
8213         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8214         * progmodes/idlwave.el (idlwave-libinfo-file)
8215         (idlwave-default-completion-case-is-down)
8216         (idlwave-library-routines): Convert defvars to defcustoms.
8218         * mail/rmail.el (rmail-decode-mime-charset):
8219         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8220         (idlwave-shell-fix-inserted-breaks)
8221         (idlwave-shell-activate-alt-keybindings)
8222         (idlwave-shell-use-breakpoint-glyph):
8223         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8225 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8227         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8229 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
8231         * progmodes/verilog-mode.el (font-lock-keywords):
8232         Fix mis-highligting auto.  Reported by Craig Barner.
8233         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
8234         defines from global name space.  Reported by Dan Dever.
8235         (verilog-auto-reset, verilog-auto-reset-widths)
8236         (verilog-auto-tieoff): Support using unbased numbers for
8237         AUTORESET and AUTOTIEOFF.
8238         (verilog-submit-bug-report): Update variable list.
8239         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
8240         parenthesis from not matching.  Reported by Michael Rytting.
8241         (verilog-auto-template-lint): Fix hash error when linting modules
8242         with no used templates.
8243         (verilog-warn, verilog-warn-error)
8244         (verilog-warn-fatal): When non-interactive report multiple
8245         warnings before exiting.  Suggested by Brad Dobbie.
8246         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8247         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8248         to report unused template errors.  Reported by Brad Dobbie.
8249         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8250         nets, bug438.  Reported by Vns Blore.
8251         (verilog-auto-inout-module, verilog-auto-reg)
8252         (verilog-read-decls, verilog-read-sub-decls-sig)
8253         (verilog-signals-edit-wire-reg, verilog-signals-with):
8254         Fix passing of Verilog data types in ANSI input/output ports
8255         such as "output logic" into the AUTOs.  Special case "wire" and
8256         "reg" for backwards compatibility presuming Verilog 2001.
8257         (verilog-auto-ascii-enum): Add "auto enum" as alias.
8258         (verilog-preprocess): Fix replication of preprocess output.
8259         Reported by Brad Dobbie.
8260         (verilog-auto-inst-interfaced-ports):
8261         Create verilog-auto-inst-interfaced-ports, bug429.
8262         Reported by Julian Gorfajn.
8263         (verilog-after-save-font-hook)
8264         (verilog-before-save-font-hook): New variable.
8265         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8266         (verilog-save-font-mods): Wrap disabling fontification, reported
8267         by David Rogoff.
8268         (verilog-do-indent, verilog-pretty-declarations-auto)
8269         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8270         Reported by Pierre-David Pfister.
8271         (verilog-set-auto-endcomments): Fix endtask auto comments outside
8272         of class declarations, bug292.  Reported by Kevin Heilman.
8273         (verilog-read-decls): Fix 'parameter type' not appearing in
8274         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
8275         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8276         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
8277         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8278         Reported by David Kravitz.
8280 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
8282         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8283         assignment with tests in ifs and for loops.
8284         (verilog-extended-complete-re, verilog-complete-reg): Change so
8285         that DPI inport functions don't look like fuction declarations.
8286         (verilog-pretty-expr): Don't line up assignment
8287         operations to the test and increment in if and for loops
8288         (verilog-extended-complete-re, verilog-complete-reg): Change so
8289         that DPI inport functions don't look like fuction declarations.
8291 2012-05-03  Kenichi Handa  <handa@m17n.org>
8293         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8294         decoding, and show a warning message without signaling an error
8295         (Bug#11282).
8297 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8299         * emacs-lisp/bytecomp.el
8300         (byte-compile-file-form-custom-declare-variable): Compile all elements,
8301         since cconv.el might have introduced :fun-body, internal-make-closure,
8302         and friends for bytecomp to handle (bug#11391).
8303         * custom.el (defcustom): Avoid ((λ ..) ..).
8305 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8307         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8309 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
8311         * notifications.el (dbus-debug):
8312         * term/linux.el (gpm-mouse-enable):
8313         * term/screen.el (xterm-register-default-colors): Declare.
8315 2012-05-02  Chong Yidong  <cyd@gnu.org>
8317         * cus-start.el (gc-cons-percentage, exec-suffixes)
8318         (dos-display-scancodes, dos-hyper-key, dos-super-key)
8319         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8320         (make-cursor-line-fully-visible, void-text-area-pointer)
8321         (font-list-limit): Add customization data.
8323         * allout.el (allout-exposure-change-functions)
8324         (allout-structure-added-functions)
8325         (allout-structure-deleted-functions)
8326         (allout-structure-shifted-functions): Rename abnormal hooks from
8327         *-hook, and convert to defcustoms.
8328         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8329         Convert to defcustoms.
8330         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8332         * allout-widgets.el: Hook callers changed.
8334 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
8336         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8337         the yanked message in preference to the default value of
8338         buffer-file-coding-system.
8340 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
8342         * window.el (display-buffer--action-function-custom-type):
8343         Fix entry.
8345 2012-05-02  Alan Mackenzie  <acm@muc.de>
8347         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8349 2012-05-01  Glenn Morris  <rgm@gnu.org>
8351         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8353         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
8355         * cus-edit.el (custom-variable-documentation): Simplify with format.
8357 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8358             Stefan Monnier  <monnier@iro.umontreal.ca>
8360         * simple.el (suggest-key-bindings, execute-extended-command):
8361         Move from keyboard.c.
8363 2012-05-01  Chong Yidong  <cyd@gnu.org>
8365         * follow.el: Eliminate advice.
8366         (set-process-filter, process-filter, sit-for): Advice deleted.
8367         (follow-mode-off-hook): Obsolete hook removed.
8368         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8369         Vars deleted.
8370         (follow-auto): Use a :set function.
8371         (follow-mode): Rewritten.  Don't advise process filters.
8372         (follow-switch-to-current-buffer-all, follow-scroll-up)
8373         (follow-scroll-down): Assume follow-mode is bound.
8374         (follow-comint-scroll-to-bottom)
8375         (follow-align-compilation-windows): New functions.
8376         (follow--window-sorter): New function.
8377         (follow-all-followers): Use it to explicitly sort windows by their
8378         positions; don't make assumptions about next-window order.
8379         (follow-windows-start-end, follow-delete-other-windows-and-split)
8380         (follow-calc-win-start): Doc fix.
8381         (follow-windows-aligned-p, follow-select-if-visible): Don't call
8382         vertical-motion unnecessarily.
8383         (follow-adjust-window): New function.
8384         (follow-post-command-hook): Use it.
8385         (follow-call-set-process-filter, follow-call-process-filter)
8386         (follow-intercept-process-output, follow-tidy-process-filter-alist)
8387         (follow-stop-intercept-process-output, follow-generic-filter):
8388         Functions deleted.
8389         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8390         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8391         New functions, replacing advice on scroll-bar-* commands.
8392         (follow-mwheel-scroll): New function (Bug#4112).
8394         * comint.el (comint-adjust-point): New function.
8395         (comint-postoutput-scroll-to-bottom): Use it.
8396         Call follow-comint-scroll-to-bottom for Follow mode buffers.
8398 2012-05-01  Glenn Morris  <rgm@gnu.org>
8400         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8401         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8402         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8403         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8404         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8405         Remove no-byte-compile setting.
8407 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8409         * minibuffer.el (completion-table-with-quoting): Fix compatibility
8410         all-completions code to not return a number in the last cdr.
8412 2012-04-30  Leo Liu  <sdl.web@gmail.com>
8414         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8415         read-only error.
8417 2012-04-29  Chong Yidong  <cyd@gnu.org>
8419         * follow.el (follow-calc-win-end): Rewrite to handle partial
8420         screen lines correctly (Bug#8390).
8421         (follow-avoid-tail-recenter): Minor cleanup.
8423 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8425         Avoid the obsolete `assoc' package.
8426         * speedbar.el (speedbar-refresh): Avoid adelete.
8427         (speedbar-file-lists): Simplify and avoid aput.
8428         * man.el (Man--sections, Man--refpages): New vars, replacing
8429         Man-sections-alist and Man-refpages-alist.
8430         (Man-build-section-alist, Man-build-references-alist):
8431         Use them; avoid aput.
8432         (Man--last-section, Man--last-refpage): New vars.
8433         (Man-follow-manual-reference): Use them.
8434         Use the `default' arg of completing-read.
8435         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
8437 2012-04-27  Chong Yidong  <cyd@gnu.org>
8439         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8441         * startup.el (x-apply-session-resources): New function.
8443         * term/ns-win.el (ns-initialize-window-system):
8444         * term/w32-win.el (w32-initialize-window-system):
8445         * term/x-win.el (x-initialize-window-system): Use it to properly
8446         set menu-bar-mode and other vars from X resources, even if the
8447         initial frame is not a window-system frame (Bug#2299).
8449         * subr.el (read-key): Avoid running filter function when setting
8450         up temporary tool bar entries (Bug#9922).
8452 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
8454         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8455         (Bug#11344)
8457 2012-04-27  Chong Yidong  <cyd@gnu.org>
8459         * select.el (xselect--encode-string): New function, split from
8460         xselect-convert-to-string.
8461         (xselect-convert-to-string): Use it.
8462         (xselect-convert-to-filename, xselect-convert-to-os)
8463         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8464         returned strings are properly encoded (Bug#11315).
8466 2012-04-27  Chong Yidong  <cyd@gnu.org>
8468         * simple.el (delete-active-region): Move to killing custom group.
8470 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
8472         * progmodes/which-func.el (which-func-current): Quote %
8473         characters for mode-line processing.
8475 2012-04-27  Chong Yidong  <cyd@gnu.org>
8477         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8478         reaching eob (Bug#11286).
8480 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
8482         * progmodes/gdb-mi.el (gdb-control-level): New variable.
8483         (gdb): Make it buffer-local and init to zero.
8484         (gdb-control-commands-regexp): New variable.
8485         (gdb-send): Don't wrap in "-interpreter-exec console" if
8486         gdb-control-level is positive.  Increment gdb-control-level
8487         whenever the command matches gdb-control-commands-regexp, and
8488         decrement it each time the command is "end".  (Bug#11279)
8490 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
8492         * window.el (adjust-window-trailing-edge, enlarge-window)
8493         (shrink-window, window-resize):
8494         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8495         windows (Bug#11276).
8497 2012-04-27  Chong Yidong  <cyd@gnu.org>
8499         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8500         fix "missing prefix" warning.  All callers changed.
8502 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8504         * emacs-lisp/assoc.el: Move to obsolete/.
8506 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8508         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8510         * term/ns-win.el (ns-define-service):
8511         * progmodes/pascal.el (pascal-goto-defun):
8512         * progmodes/js.el (js--read-tab):
8513         * progmodes/etags.el (tags-lazy-completion-table):
8514         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8515         * emacs-lisp/ewoc.el (ewoc--wrap):
8516         * emacs-lisp/assoc.el (aput, adelete, amake):
8517         * doc-view.el (doc-view-convert-current-doc):
8518         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8520 2012-04-26  Chong Yidong  <cyd@gnu.org>
8522         * image.el (image-type-from-buffer): Only return supported image
8523         type (Bug#9045).
8525         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8526         value, for symmetry with diff-end-of-hunk.
8527         (diff-split-hunk, diff-find-source-location)
8528         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8529         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8530         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8531         compute the relevant hunk or file properly (Bug#6005).
8532         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8534 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8536         * vc/vc-mtn.el:
8537         * vc/vc-hg.el:
8538         * vc/vc-git.el:
8539         * vc/vc-dir.el:
8540         * vc/vc-cvs.el:
8541         * vc/vc-bzr.el:
8542         * vc/vc-arch.el:
8543         * vc/vc.el: Replace lexical-let by lexical-binding.
8544         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8545         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8546         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8548 2012-04-26  Chong Yidong  <cyd@gnu.org>
8550         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8551         (diff-mode-shared-map): Bind it to / and [remap undo].
8553         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8554         (ediff-window-setup-function): Use it as the default, to set up
8555         windows based on whether the current frame is graphical (Bug#2138).
8556         (ediff-choose-window-setup-function-automatically): Make obsolete.
8558         * vc/ediff-init.el: Always define ediff-pixel-width/height.
8560 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8562         * ffap.el: Remove old code for obsolete package.
8563         (ffap-complete-as-file-p): Remove.
8565         Use completion-table-with-quoting for comint and pcomplete.
8566         * comint.el (comint--unquote&requote-argument)
8567         (comint--unquote-argument, comint--requote-argument): New functions.
8568         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8569         (comint-quote-filename): Use regexp-opt-charset.
8570         (comint--common-suffix, comint--common-quoted-suffix)
8571         (comint--table-subvert): Remove.
8572         (comint-unquote-function, comint-requote-function): New vars.
8573         (comint--complete-file-name-data): Use them with
8574         completion-table-with-quoting.
8575         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8576         * pcomplete.el (pcomplete-arg-quote-list)
8577         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8578         (pcomplete-unquote-argument-function): Default to non-nil.
8579         (pcomplete-unquote-argument): Simplify.
8580         (pcomplete--common-quoted-suffix): Remove.
8581         (pcomplete-requote-argument-function): New var.
8582         (pcomplete--common-suffix): New function.
8583         (pcomplete-completions-at-point): Use completion-table-with-quoting
8584         and completion-table-subvert.
8586         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8587         (minibuffer--double-dollars): Preserve properties.
8588         (completion--sifn-requote): New function.
8589         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8591         * minibuffer.el: Add support for completion of quoted/escaped data.
8592         (completion-table-with-quoting, completion-table-subvert): New funs.
8593         (completion--twq-try, completion--twq-all): New functions.
8594         (completion--nth-completion): New function.
8595         (completion-try-completion, completion-all-completions): Use it.
8597 2012-04-25  Leo Liu  <sdl.web@gmail.com>
8599         * progmodes/python.el (python-pdbtrack-get-source-buffer):
8600         Use compilation-message if available to find real filename.
8602 2012-04-25  Chong Yidong  <cyd@gnu.org>
8604         * vc/diff-mode.el (diff-setup-whitespace): New function.
8605         (diff-mode): Use it.
8607         * vc/diff.el (diff-sentinel):
8608         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8609         Whitespace mode variables based on diff style (Bug#8612).
8611 2012-04-25  Leo Liu  <sdl.web@gmail.com>
8613         * progmodes/python.el (python-send-region): Add suffix .py to the
8614         temp file.
8616         * files.el (auto-mode-alist): Use javascript-mode instead.
8618 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
8620         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
8622         * net/soap-client.el (soap-resolve-references-for-sequence-type)
8623         (soap-resolve-references-for-array-type): Hack to prevent self
8624         references, see Bug#9.
8625         (soap-parse-envelope): Report the contents of the 'detail' node
8626         when receiving a fault reply.
8627         (soap-parse-envelope): Report the contents of the entire 'detail' node.
8629         * net/soap-inspect.el (soap-sample-value-for-simple-type)
8630         (soap-inspect-simple-type): New function.
8632         * net/soap-client.el (soap-simple-type): New struct.
8633         (soap-default-xsd-types, soap-default-soapenc-types)
8634         (soap-decode-basic-type, soap-encode-basic-type):
8635         support unsignedInt and double basic types.
8636         (soap-resolve-references-for-simple-type)
8637         (soap-parse-simple-type, soap-encode-simple-type): New function.
8638         (soap-parse-schema): Parse xsd:simpleType declarations.
8640         * net/soap-client.el (soap-default-xsd-types)
8641         (soap-default-soapenc-types): Add integer, byte and anyURI types.
8642         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8643         the local name of "soapenc:Array".
8644         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8645         decoding integer, byte and anyURI xsd types.
8647 2012-04-25  Chong Yidong  <cyd@gnu.org>
8649         * cus-edit.el (custom-buffer-create-internal): Update header text.
8651 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
8653         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8654         settings on 'system-type', not on 'window-system'.  On MS-Windows,
8655         set interactive-mode on in GDB.
8657 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8659         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8660         (ruby-syntax-propertize-regexp): Remove.
8661         (ruby-syntax-propertize-function): Split regexp into chunks.
8662         Match following code directly.
8664 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
8666         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8667         (ruby-syntax-propertize-regexp): New function.
8668         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8669         by a special keyword.
8671         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8672         (ruby-syntax-general-delimiters-goto-beg)
8673         (ruby-syntax-propertize-general-delimiters): New functions.
8674         (ruby-syntax-propertize-function): Use them to handle GDL.
8675         (ruby-font-lock-keywords): Move old handling of GDL...
8676         (ruby-font-lock-syntactic-keywords): .. to here.
8677         (ruby-calculate-indent): Adjust indentation for GDL.
8679 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
8681         * notifications.el (top): Remove unneeded declarations.
8682         (notifications-specification-version): Change to "1.2".
8683         (notifications-interface, notifications-notify-method)
8684         (notifications-close-notification-method): Fix docstring.
8685         (notifications-get-capabilities-method): New defconst.
8686         (notifications-notify): Add :action-items, :resident and
8687         :transient hints.  Change "image_data" to "image-data" and
8688         "image_path" to "image-path".
8689         (notifications-get-capabilities): New defun.
8691 2012-04-24  Leo Liu  <sdl.web@gmail.com>
8693         * progmodes/python.el: Move hideshow setup to the end.
8695 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
8697         * window.el (handle-select-window): Clear echo area since this is
8698         no more done by read_char (Bug#11304).
8700 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8702         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8703         and `/ M' to filter-derived-mode.
8704         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8705         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8706         (ibuffer-mark-by-mode): Use default rather than initial-input.
8707         (ibuffer-filter-by-derived-mode): Autoload and require-match.
8709 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
8711         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8712         (ibuffer-filter-by-derived-mode): New filter.
8713         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8715 2012-04-23  Andreas Politz  <politza@fh-trier.de>
8717         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8719 2012-04-23  Chong Yidong  <cyd@gnu.org>
8721         * cus-edit.el (customize-apropos, customize-apropos-options):
8722         Disable matching of non-option variables (Bug#11176).
8723         (customize-option, customize-option-other-window)
8724         (customize-changed-options): Doc fix.
8725         (customize-apropos-options, customize-apropos-faces)
8726         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8728         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8729         Fix word list splitting (Bug#11132).
8730         (apropos-symbol, apropos-keybinding, apropos-label)
8731         (apropos-property, apropos-function-button)
8732         (apropos-variable-button, apropos-misc-button): New faces.
8733         (apropos-symbol-face, apropos-keybinding-face)
8734         (apropos-label-face, apropos-property-face, apropos-match-face):
8735         Variables removed (Bug#8396).
8736         (apropos-library-button, apropos-format-plist, apropos-print)
8737         (apropos-print-doc, apropos-describe-plist): Callers changed.
8739 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
8741         * net/xesam.el (xesam-mode-map): Use let-bound map in
8742         initialization.  (Bug#11292)
8744 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8746         Preserve ispell session localwords when switching back to
8747         original buffer.
8749         * textmodes/ispell.el (ispell-buffer-session-localwords):
8750         New buffer-local variable to hold buffer session localwords.
8751         (ispell-kill-ispell): Add option 'clear to delete session
8752         localwords.
8753         (ispell-command-loop, ispell-change-dictionary)
8754         (ispell-buffer-local-words): Preserve session localwords when
8755         needed.
8757         * textmodes/flyspell.el (flyspell-process-localwords)
8758         (flyspell-do-correct): Preserve session localwords when needed.
8760 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8762         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8763         using obsolete `translation-table-for-input'.
8764         (ispell-word, ispell-process-line, ispell-complete-word):
8765         Use plain `insert' instead of removed `ispell-insert-word'.
8767 2012-04-22  Chong Yidong  <cyd@gnu.org>
8769         * cus-edit.el (custom-variable-menu)
8770         (custom-variable-reset-saved, custom-face-menu)
8771         (custom-face-reset-saved): If there is no saved value, make the
8772         "reset-saved" operation bring back the default (Bug#9509).
8773         (custom-face-state): Properly detect themed faces.
8775         * faces.el (face-spec-set): Stop supporting deprecated form of
8776         third arg.
8778 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
8780         Move functions from C to Lisp.  Make non-blocking method calls
8781         the default.  Implement further D-Bus standard interfaces.
8783         * net/dbus.el (dbus-message-internal): Declare function.
8784         Remove unneeded function declarations.
8785         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8786         (dbus-message-type-method-return, dbus-message-type-error)
8787         (dbus-message-type-signal): Declare variables.  Remove local
8788         definitions.
8789         (dbus-interface-dbus, dbus-interface-peer)
8790         (dbus-interface-introspectable, dbus-interface-properties)
8791         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8792         Adapt docstring.
8793         (dbus-interface-objectmanager): New defconst.
8794         (dbus-call-method, dbus-call-method-asynchronously)
8795         (dbus-send-signal, dbus-method-return-internal)
8796         (dbus-method-error-internal, dbus-register-service)
8797         (dbus-register-signal, dbus-register-method): New defuns, moved
8798         from dbusbind.c
8799         (dbus-call-method-handler, dbus-setenv)
8800         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8801         New defuns.
8802         (dbus-call-method-non-blocking): Make it an obsolete function.
8803         (dbus-unregister-object, dbus-unregister-service)
8804         (dbus-handle-event, dbus-register-property)
8805         (dbus-property-handler): Obey the new structure of
8806         `bus-registered-objects'.
8807         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
8808         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8809         Use `dbus-call-method'.
8811 2012-04-22  Chong Yidong  <cyd@gnu.org>
8813         * cus-edit.el (custom-commands, custom-reset-menu)
8814         (Custom-reset-standard): Tweak labels.
8815         (custom-reset-button-menu): Change default to t.
8816         (custom-buffer-create-internal): For the custom-reset-button-menu
8817         case, put the revert button first.
8818         (custom-group-subtitle): New face.
8819         (custom-group-value-create): Align docstring to a specific column.
8821         * wid-edit.el (widget-documentation-link-add): Don't handle
8822         indentation in this function.
8823         (widget-documentation-string-indent-to): New function.
8824         (widget-documentation-string-value-create): Use it.
8826         * autorevert.el (auto-revert):
8827         * epg-config.el (epg):
8828         * ibuffer.el (ibuffer):
8829         * mpc.el (mpc):
8830         * ses.el (ses):
8831         * eshell/eshell.el (eshell):
8832         * net/ange-ftp.el (ange-ftp):
8833         * progmodes/ebnf2ps.el (postscript):
8834         * progmodes/flymake.el (flymake):
8835         * progmodes/prolog.el (prolog):
8836         * progmodes/verilog-mode.el (verilog-mode):
8837         * progmodes/which-func.el (which-func):
8838         * term/xterm.el (xterm):
8839         * textmodes/picture.el (picture):
8840         * textmodes/tildify.el (tildify):
8841         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8842         customization buffers.
8844 2012-04-22  Alan Mackenzie  <acm@muc.de>
8846         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8847         Adding a ) can hide the resulting (..) from searches.  Fix it.
8848         Bound the backward search to the position of the existing (.
8850 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
8852         * progmodes/verilog-mode.el (verilog-mode): Check whether
8853         which-func-modes is t before adding verilog-mode.
8854         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8856 2012-04-21  Leo Liu  <sdl.web@gmail.com>
8858         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8860 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
8862         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8863         filling of the last column of a table (Bug#5635).
8864         (woman-find-next-control-line): New arg, specifying an additional
8865         regexp component for the control line.
8866         (woman2-roff-buffer): Use it.
8867         (woman-break-table): New function.
8868         (woman2-TS): Use it.
8870 2012-04-21  Chong Yidong  <cyd@gnu.org>
8872         * woman.el (woman-set-buffer-display-table, woman-decode-region)
8873         (woman-horizontal-escapes, woman-negative-vertical-space)
8874         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8875         (WoMan-warn-ignored): Use ?\s instead of ?\ .
8877 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8879         * minibuffer.el (completion-file-name-table): Complete user names.
8881 2012-04-20  Leo Liu  <sdl.web@gmail.com>
8883         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8884         and pcase-let*.
8886 2012-04-20  Chong Yidong  <cyd@gnu.org>
8888         * server.el (server-execute): Respect initial-buffer-choice if it
8889         is a string and there are no files to open (Bug#2825).
8890         (server-create-window-system-frame, server-create-tty-frame):
8891         Don't switch buffers here.
8892         (server-process-filter): Only try to open a window system frame if
8893         compiled with graphical support (Bug#8314).
8895 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
8897         * battery.el (battery-echo-area-format): Display remaining time
8898         for sysfs backend too (Bug#11269).
8899         (battery-linux-sysfs): Fix conditional for the charge.
8901 2012-04-20  Chong Yidong  <cyd@gnu.org>
8903         * progmodes/gdb-mi.el (gdb): Revert previous change.
8904         (gdb-inferior-io--init-proc): New function.
8905         (gdb-init-1): Use it.
8906         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8907         responsible for allocating a new pty and hooking it to gdb when
8908         the old pty gets an EIO due to process exit.
8909         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
8910         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8911         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8913 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
8915         * window.el (window-min-size, window-sizable, window-min-delta)
8916         (window-max-delta, window--resizable, window-resizable)
8917         (window-total-size, window-full-height-p, window-full-width-p)
8918         (window-in-direction, window--resize-mini-window, window-resize)
8919         (window--resize-child-windows-normal)
8920         (window--resize-child-windows, window--resize-siblings)
8921         (window--resize-this-window, adjust-window-trailing-edge)
8922         (enlarge-window, shrink-window): Doc fixes.
8924 2012-04-20  Chong Yidong  <cyd@gnu.org>
8926         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8927         New function to call delete-process on the gdb-inferior buffer's pty.
8928         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8929         pty process (Bug#11273).
8930         (gdb-update): New arg to suppress talking to the gdb process.
8931         (gdb-done-or-error): Use it.
8932         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8933         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8934         sentinel not being called.
8936         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8938         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8940 2012-04-20  Glenn Morris  <rgm@gnu.org>
8942         * net/network-stream.el (open-network-stream): Doc fix.
8944 2012-04-20  Chong Yidong  <cyd@gnu.org>
8946         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8948 2012-04-20  Alan Mackenzie  <acm@muc.de>
8950         Ensure searching for keywords is case sensitive.
8952         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8953         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8954         (c-defun-name, c-mark-function, c-cpp-define-name)
8955         (c-comment-indent, c-scan-conditionals, c-indent-defun)
8956         (c-context-line-break): Bind case-fold-search to nil.
8958         * progmodes/cc-mode.el (c-font-lock-fontify-region):
8959         Bind case-fold-search to nil.
8961 2012-04-20  Chong Yidong  <cyd@gnu.org>
8963         * mail/sendmail.el (mail-bury): Call return action with the right
8964         Rmail buffer (Bug#11242).
8966         * server.el (server-process-filter): Handle corner case where both
8967         tty and nowait options are present (Bug#11102).
8969 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
8971         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
8972         (top level): Put into the executable the ident-style '$Id:' tag on
8973         windows-nt as well.
8975 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8977         * electric.el (electric-indent-post-self-insert-function): Check that
8978         electric-indent-mode is enabled in current buffer.
8980 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
8982         * imenu.el (imenu-progress-message): Restore; it is "used" in
8983         erc/erc-imenu.el and net/snmp-mode.el.
8985 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
8987         * avoid.el (mouse-avoidance-mode): Mark unused arg.
8988         (mouse-avoidance-nudge-mouse): Remove unused binding.
8990         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8992         * descr-text.el (describe-char):
8993         * progmodes/python.el (python-describe-symbol):
8994         Don't call `toggle-read-only', set `buffer-read-only'.
8996         * imenu.el (imenu-default-goto-function): Mark unused args.
8997         (imenu-progress-message): Remove obsolete macro; all callers changed.
8999         * subr.el (keymap-canonicalize): Remove unused binding.
9000         (read-passwd): Mark unused arg.
9002         * tutorial.el (tutorial--display-changes): Remove unused binding.
9003         (tutorial--save-tutorial-to): Remove unused variable.
9005         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
9006         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
9007         (package-generate-autoloads, package-menu--generate)
9008         (package-menu--find-upgrades): Remove unused bindings.
9010         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
9011         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
9012         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
9013         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
9014         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
9015         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
9016         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
9017         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
9018         (cua-delete-char-rectangle): Mark unused args.
9019         (cua-align-rectangle): Remove unused binding.
9021         * mail/rmail.el (compilation--message->loc)
9022         (epa--find-coding-system-for-mime-charset): Declare.
9024         * net/dbus.el (dbus-register-service): Declare.
9025         (dbus-name-owner-changed-handler): Remove unused binding.
9027         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9028         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9029         (nxml-scan-backward-within): Mark unused arg.
9030         (nxml-dynamic-markup-word): Remove unused binding.
9032         * mouse.el (mouse-menu-major-mode-map):
9033         * emacs-lisp/authors.el (authors-scan-change-log)
9034         (authors-add-to-author-list):
9035         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9036         * emacs-lisp/smie.el (smie-auto-fill):
9037         * mail/sendmail.el (mail-bury):
9038         * mail/unrmail.el (unrmail):
9039         * net/tls.el (open-tls-stream):
9040         * textmodes/picture.el (picture-mouse-set-point):
9041         Remove unused bindings.
9043 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
9045         * net/tramp.el (tramp-action-password): Let-bind
9046         `enable-recursive-minibuffers' to t.
9048 2012-04-18  Sam Steingold  <sds@gnu.org>
9050         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9051         instead of 'string to accommodate values like [f11].
9052         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9053         * progmodes/gdb-mi.el: Likewise.
9055 2012-04-18  Leo Liu  <sdl.web@gmail.com>
9057         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9058         current buffer.
9059         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9060         LOCAL is nil.
9062 2012-04-18  Chong Yidong  <cyd@gnu.org>
9064         * simple.el (line-move): Use forward-line if in batch mode
9065         (Bug#11053).
9067 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
9069         * files.el (after-find-file): Do not try to add a final newline if
9070         the buffer is read-only (Bug#11156).
9072 2012-04-17  Richard Stallman  <rms@gnu.org>
9074         * mail/rmail.el (rmail-start-mail):
9075         Pass (rmail-mail-return...) for the return-action.
9076         Pass (rmail-yank-current-message...) for the yank-action.
9077         (rmail-yank-current-message): New function.
9078         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9079         (rmail-reply): Likewise.
9080         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9082         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
9083         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
9084         buffer, not newbuf.
9086 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
9088         * server.el (server-ensure-safe-dir): Simplify.
9090 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9092         * emacs-lisp/smie.el: Provide smarter auto-filling.
9093         (smie-auto-fill): New function.
9094         (smie-setup): Use it.
9096         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9098 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
9100         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9101         (comment-indent): Use it.
9103 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9105         * ses.el: The overall change is to add cell renaming, that is
9106         setting fancy names for cell symbols other than name matching
9107         "\\`[A-Z]+[0-9]+\\'" regexp .
9108         (ses-localvars): Add ses--renamed-cell-symb-list.
9109         (ses-create-cell-variable): New defun.
9110         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
9111         (ses-relocate-formula): Relocate formulas only for cells the
9112         symbols of which are not renamed, i.e. symbols whose names do not
9113         match regexp "\\`[A-Z]+[0-9]+\\'".
9114         (ses-relocate-all): Relocate values only for cells the symbols of
9115         which are not renamed.
9116         (ses-load): Create cells variables as the (ses-cell ...) are read,
9117         in order to check row col consistency with cell symbol name only
9118         for cells that are not renamed.
9119         (ses-replace-name-in-formula): New defun.
9120         (ses-rename-cell): New defun.
9122 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
9124         * progmodes/perl-mode.el (perl-indent-parens-as-block):
9125         New option (bug#11118).
9126         (perl-calculate-indent): Respect it.
9128 2012-04-17  Glenn Morris  <rgm@gnu.org>
9130         * dired-aux.el (dired-mark-read-string): Doc fix.
9132 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
9134         * dired-aux.el (dired-mark-read-string): Offer optional completion.
9135         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
9137 2012-04-17  Glenn Morris  <rgm@gnu.org>
9139         * mouse.el (mouse-drag-track):
9140         * speedbar.el (speedbar-frame-mode):
9141         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9143 2012-04-16  Leo Liu  <sdl.web@gmail.com>
9145         * progmodes/python.el: Trivial cleanup.
9147 2012-04-16  Glenn Morris  <rgm@gnu.org>
9149         * vc/vc.el (vc-string-prefix-p):
9150         * vc/pcvs-util.el (cvs-string-prefix-p):
9151         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9152         * mpc.el (mpc-string-prefix-p):
9153         Make all of these into obsolete aliases for string-prefix-p.
9154         Update callers.
9155         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9157         * textmodes/two-column.el: Move custom options to the start.
9158         (frame-width): Remove compat definition.
9159         (2C-associate-buffer, 2C-dissociate):
9160         Use with-current-buffer rather than save-excursion.
9161         (2C-dissociate): Force a mode-line update.
9162         (2C-autoscroll): Use ignore-errors.
9164         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9165         Autoload trivia.
9167         * emacs-lisp/cl-extra.el (*random-state*):
9168         Remove unnecessary declaration.
9170         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9172         * play/cookie1.el (cookie-snarf):
9173         Give an explicit error if input file cannot be read.
9175         * play/yow.el (yow-file): Use expand-file-name rather than concat.
9177         * progmodes/perl-mode.el (c-macro-expand):
9178         Remove unnecessary autoload (it is in loaddefs.el).
9180         * textmodes/picture.el (picture-desired-column)
9181         (picture-update-desired-column): Convert comments to doc-strings.
9182         (picture-substitute): Remove function.
9183         (picture-mode-map): Initialize in the defvar.
9185         * woman.el: Remove eval-after-load for tar-mode.
9186         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9187         (woman-tar-extract-file): Autoload it.
9189         * frame.el (automatic-hscrolling): Make this alias obsolete.
9191 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9193         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
9194         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
9195         (ispell-dictionary-base-alist): Revert to original XEmacs
9196         friendly version for default.  [:alpha:] will be added in
9197         `ispell-set-spellchecker-params' if needed.
9199 2012-04-16  Chong Yidong  <cyd@gnu.org>
9201         * image.el (imagemagick--file-regexp): New variable.
9202         (imagemagick-register-types): Use it.
9203         (imagemagick-types-inhibit): Add :set function.  Allow new value
9204         of t to inhibit all types.
9206         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9207         so we can preload it.
9209         * loadup.el (fboundp): Preload regexp-opt, needed by
9210         imagemagick-register-types.
9212 2012-04-15  Chong Yidong  <cyd@gnu.org>
9214         * frame.el (scrolling): Remove nearly unused customization group.
9216         * scroll-all.el (scroll-all-mode): Move to windows group.
9218 2012-04-15  Chong Yidong  <cyd@gnu.org>
9220         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9222 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9224         Avoid the use of ((lambda ...) ...) in lexical-binding code.
9225         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
9227 2012-04-15  Glenn Morris  <rgm@gnu.org>
9229         * simple.el (process-file-side-effects): Doc fix.
9231 2012-04-15  Glenn Morris  <rgm@gnu.org>
9233         * international/mule-cmds.el (set-language-environment): Doc fix.
9235 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
9237         * server.el (server-auth-key, server-generate-key): Doc fixes.
9238         (server-get-auth-key): Doc fix.  Use `string-match-p'.
9239         (server-start): Reflow docstring.
9241 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
9243         * server.el (server-generate-key): `called-interactively-p'
9244         requires a parameter.
9246 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
9248         * server.el (server-auth-key): New variable.
9249         (server-generate-key, server-get-auth-key): New function.
9250         (server-start): Use the new variable and functions to allow
9251         setting a permanent server key (bug#9423).
9253 2012-04-14  Leo Liu  <sdl.web@gmail.com>
9255         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9257 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
9259         Spelling fixes.
9260         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9261         Emacs uses American spelling.
9263 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
9265         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9266         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
9267         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9268         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
9270 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9272         * progmodes/which-func.el (which-func-modes): Change default.
9274 2012-04-14  Kim F. Storm  <storm@cua.dk>
9276         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9277         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9279 2012-04-14  Chong Yidong  <cyd@gnu.org>
9281         * custom.el (custom-theme-set-variables): Doc fix.
9283 2012-04-14  Glenn Morris  <rgm@gnu.org>
9285         * international/mule.el (set-auto-coding-for-load): Doc fix.
9287 2012-04-14  Alan Mackenzie  <acm@muc.de>
9289         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9290         imenu work again for Objective C Mode.  Correct the *-index values,
9291         these having been disturbed by a previous change in 2011-08.
9293         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9294         Correct two search limits.
9296 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9298         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9300 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
9302         * international/characters.el: Fix sorting.
9304 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
9306         * international/characters.el: Add more missing Latin case pairs.
9308 2012-04-14  Glenn Morris  <rgm@gnu.org>
9310         * files.el (dir-locals-set-class-variables): Doc fix.
9312 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
9314         * international/characters.el: Add set-case-syntax-pair call for
9315         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9316         counterpart.  (Bug#11209)
9318         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
9320 2012-04-14  Glenn Morris  <rgm@gnu.org>
9322         * calendar/holidays.el (calendar-check-holidays): Doc fix.
9324 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
9326         * textmodes/ispell.el (ispell-dictionary-base-alist):
9327         Add data for Hebrew.
9329 2012-04-14  Chong Yidong  <cyd@gnu.org>
9331         * net/rcirc.el (rcirc-cmd-quit):
9332         Revert 2012-03-18 change (Bug#11192).
9334 2012-04-14  Glenn Morris  <rgm@gnu.org>
9336         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9338 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
9340         * minibuffer.el (completion-in-region-mode-map):
9341         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
9343 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
9345         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9347 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
9349         * minibuffer.el (minibuffer-local-filename-syntax): New variable
9350         to allow `C-M-f' and `C-M-b' to move to the nearest path
9351         separator (bug#9511).
9353 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
9355         * avoid.el: Require cl when compiling.  And also move the
9356         `provide' to the end.
9358 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9360         * avoid.el (mouse-avoidance-banish-position): New variable.
9361         (mouse-avoidance-banish-destination): Use it (bug#10165).
9363 2012-04-13  Leo Liu  <sdl.web@gmail.com>
9365         * progmodes/which-func.el (which-func-modes): Add objc-mode.
9367 2012-04-13  Ken Brown  <kbrown@cornell.edu>
9369         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9370         this is no longer needed now that cygstart understands file:// URLs.
9371         (browse-url-filename-alist): For the same reason, don't modify
9372         file:// URLs on Cygwin.
9374 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9376         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9377         the region on shift if the binding is already shifted (bug#11221).
9379 2012-04-12  Glenn Morris  <rgm@gnu.org>
9381         * mail/mailpost.el: Move to obsolete/.
9383 2012-04-12  Drew Adams  <drew.adams@oracle.com>
9385         * imenu.el (imenu--generic-function): Ignore invisible definitions
9386         (bug#10123).
9388 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
9390         * hexl.el (hexl-bits): New variable.
9391         (hexl-options): Mention the variable in the doc string.
9392         (hexl-rulerise, hexl-line-displen): New functions.
9393         (hexl-mode): Mention the new variable.
9394         (hexl-mode, hexl-current-address, hexl-current-address):
9395         Use the displen.
9396         (hexl-ascii-start-column): New function.
9397         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9398         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9400 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9402         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9403         '("-i" ENCODING), in 2 separate command-line arguments, to specify
9404         the encoding, as expected by hunspell.
9406 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9408         * battery.el (battery--linux-sysfs-regexp): New const.
9409         (battery-status-function): Use it.  Remove yeeloong special case.
9410         (battery-yeeloong-sysfs): Remove.
9411         (battery-echo-area-format): Remove yeeloong special case.
9413 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9415         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9416         Reported by Noah Friedman.
9418         * subr.el (read-passwd): Use read-string.
9420 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9422         * vcursor.el (vcursor-move): Increase the priority of the overlay
9423         (bug#9663).
9425 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
9427         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9428         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9430 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
9432         * textmodes/artist.el (artist-mode): Convert artist-mode to use
9433         define-minor-mode (bug#10760).
9435 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9437         * progmodes/grep.el (rgrep): Tweak the find command line so
9438         that directories matching `grep-find-ignored-files' won't be
9439         pruned (bug#10351).
9441 2012-04-11  Chong Yidong  <cyd@gnu.org>
9443         * startup.el (command-line): Remove support for long-obsolete
9444         variable font-lock-face-attributes.
9446 2012-04-11  Glenn Morris  <rgm@gnu.org>
9448         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9450 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9452         * window.el (window--state-get-1): Obey window-point-insertion-type.
9454 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
9456         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9457         to previous function when point is on the first character of a
9458         function.  Take care of that in `narrow-to-defun' (bug#6157).
9460 2012-04-11  Glenn Morris  <rgm@gnu.org>
9462         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9463         not just file-errors.
9465         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9466         (vc-bzr-sha1): Use internal sha1.
9468 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9470         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9472 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
9474         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9475         that start in the middle of the line (bug#10496).
9477 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
9479         * battery.el (battery-linux-proc-acpi): Only one battery is
9480         discharged at a time, but that seems to confuse battery.el when
9481         computing `rate-type' for the battery not being discharged
9482         (bug#10332).
9484 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9486         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9488         * international/quail.el: Use dolist and simplify.
9489         (quail-define-package, quail-update-keyboard-layout)
9490         (quail-define-rules): Use dolist.
9491         (quail-insert-kbd-layout, quail-get-translation): CSE.
9493         * tmm.el: Use dolist, remove left over hook.
9494         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9495         Use dolist.
9496         (calendar-load-hook): Don't mess with it.
9498         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9499         Use derived-mode-p.  Run the diff asynchronously.
9501 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9503         * obsolete/mouse-sel.el: Add an Obsolete-since header.
9505 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
9507         * misc.el: Display absolute path of loaded DLLs (bug#10424).
9508         (list-dynamic-libraries--loaded): New function.
9509         (list-dynamic-libraries--refresh): Use it.
9511 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
9513         * progmodes/python.el (python-fill-paragraph):
9514         Make python-fill-region in a multiline string work when font-lock is
9515         disabled (bug#7018).
9517 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
9519         * language/european.el (cp775): Add oem/legacy (en)coding on
9520         DOS/MS Windows for the Baltic languages.  There are still plenty
9521         of texts written in this encoding/codepage (bug#6519).
9523 2012-04-10  Glenn Morris  <rgm@gnu.org>
9525         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9526         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9528 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
9530         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9531         next-line "n" and previous-line "p" in order to make recentf more
9532         consistent with ibuffer, dired or org-mode (bug#9387).
9534 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9536         * image.el (put-image): Return the overlay created instead of the
9537         optional input string (bug#7834).  Note that this may break code
9538         that is (for some reason or other) depending on `put-image'
9539         returning the string.
9541         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9543         * simple.el (zap-to-char): Allow zapping using input methods
9544         (bug#1580).
9546         * textmodes/fill.el (fill-region): Leave point and mark where they
9547         were before filling (bug#5399).
9549 2012-04-09  Glenn Morris  <rgm@gnu.org>
9551         * version.el (emacs-bzr-get-version):
9552         Handle lightweight checkouts of local branches.
9554 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
9556         * international/characters.el: Recover lost case pairs.  (Bug#11209)
9558 2012-04-09  Chong Yidong  <cyd@gnu.org>
9560         * custom.el (custom-variable-p): Return nil for non-symbol
9561         arguments instead of signaling an error.
9562         (user-variable-p): Obsolete alias for custom-variable-p.
9564         * apropos.el (apropos-variable):
9565         * files-x.el (read-file-local-variable):
9566         * simple.el (set-variable):
9567         * woman.el (woman-mini-help):
9568         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9570 2012-04-09  Glenn Morris  <rgm@gnu.org>
9572         * startup.el (normal-top-level): Don't look for leim-list.el
9573         in places where it will not be found.  (Bug#910)
9575         * international/mule-cmds.el (set-default-coding-systems):
9576         * files.el (normal-mode):
9577         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
9578         This function was removed with ucs-tables.el in 2008.
9580 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
9582         * textmodes/ispell.el (ispell-check-version): For hunspell, set
9583         ispell-encoding8-command to "-i", without a trailing space.
9584         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9585         separate command-line arguments, to specify the encoding, since
9586         that's how hunspell expects it.
9588 2012-04-08  Glenn Morris  <rgm@gnu.org>
9590         * loadup.el: Load bindings before cus-start.
9591         This reduces somewhat the number of "rogue" settings in emacs -Q.
9593 2012-04-07  Glenn Morris  <rgm@gnu.org>
9595         * version.el (emacs-bzr-get-version): New function.
9596         (emacs-bzr-version): New variable.
9597         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
9598         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9600 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
9602         * international/uni-bidi.el, international/uni-category.el:
9603         * international/uni-combining.el, international/uni-decimal.el:
9604         * international/uni-decomposition.el, international/uni-digit.el:
9605         * international/uni-lowercase.el, international/uni-mirrored.el:
9606         * international/uni-name.el, international/uni-numeric.el:
9607         * international/uni-titlecase.el, international/uni-uppercase.el:
9608         Update for Unicode 6.1.
9610 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
9612         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9614 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9616         * window.el (shrink-window): Mention the `window-min-height'
9617         variable in the doc string.
9619 2012-04-05  Bastien Guerry  <bzg@altern.org>
9621         * color.el (color-lighten-name): Fix typo.
9623 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9625         * server.el (server--on-display-p): New function.
9626         (server--on-display-p): Use it.
9628 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
9630         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9631         (bug#11145).
9633 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9635         * comint.el (comint--common-quoted-suffix): Check string boundary
9636         before comparing (bug#11158).
9637         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9639 2012-04-04  Chong Yidong  <cyd@gnu.org>
9641         * minibuffer.el (completion-extra-properties): Doc fix.
9643         * subr.el (delayed-warnings-hook): Doc fix.
9645 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
9647         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9648         selection (Bug#11159).
9649         (epa-insert-keys): Inform that the default public key will be
9650         exported if no key is selected.
9652 2012-04-04  Richard Stallman  <rms@gnu.org>
9654         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9656 2012-04-03  Chong Yidong  <cyd@gnu.org>
9658         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9659         mail-insert-file, not its obsolete alias mail-attach-file.
9661 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
9663         * notifications.el (notifications-notify): Fix docstring.
9665 2012-04-02  Glenn Morris  <rgm@gnu.org>
9667         * emacs-lisp/authors.el (authors-aliases): Another addition.
9669 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
9671         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9672         `tramp-compat-call-process' instead of `tramp-local-call-process'.
9673         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9675 2012-04-01  Chong Yidong  <cyd@gnu.org>
9677         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9678         Handle root directory properly.
9679         (copy-directory): Caller changed.
9681         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9682         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9684 2012-03-31  Glenn Morris  <rgm@gnu.org>
9686         * term/xterm.el (xterm-extra-capabilities): Doc fix.
9688         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
9690         * calendar/calendar.el (calendar-window-list)
9691         (calendar-hide-window): Restore.  (Bug#11140)
9692         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9694         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9696 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9698         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9699         Check if file is a symlink (Bug#10489).
9701         * files.el (copy-directory): Likewise.
9703 2012-03-30  Chong Yidong  <cyd@gnu.org>
9705         * image.el (imagemagick-types-inhibit)
9706         (imagemagick-register-types): Doc fix.
9708 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9710         * textmodes/ispell.el (ispell-get-extended-character-mode):
9711         Disable extended-char-mode for hunspell.  hunspell does not support it
9712         and treats ~word as ordinary words in pipe mode.
9714 2012-03-30  Glenn Morris  <rgm@gnu.org>
9716         * tutorial.el (help-with-tutorial): Ensure local variables don't
9717         happen to make the buffer read-only.  (Bug#11127)
9719 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9721         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9722         (perl-calculate-indent): Return `noindent' in strings.
9724 2012-03-28  Sam Steingold  <sds@gnu.org>
9726         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9727         instead of the broken adhockery which does not prevent calendar
9728         buffers from being displayed at random after exit.
9729         (calendar-window-list, calendar-hide-window): Remove the broken
9730         adhockery.
9732 2012-03-28  Glenn Morris  <rgm@gnu.org>
9734         * replace.el (query-replace-map): Doc fix.
9736 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
9738         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9739         contents.  (Bug#11109)
9741 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9743         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9744         (bug#11077).
9745         (avl-tree--check, avl-tree--check-node): New funs.
9747 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
9749         * window.el (switch-to-visible-buffer): New option.
9750         (switch-to-prev-buffer, switch-to-next-buffer):
9751         Observe switch-to-visible-buffer.  Make sure that checking for a window
9752         showing a buffer already is done on the same frame.
9754 2012-03-27  Glenn Morris  <rgm@gnu.org>
9756         * startup.el (mail-host-address): Doc fix.
9758 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9760         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9761         than 197 variables.
9763 2012-03-26  Ami Fischman  <ami@fischman.org>
9765         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9767 2012-03-26  Glenn Morris  <rgm@gnu.org>
9769         * files.el (save-buffers-kill-emacs): Doc fix.
9771         * startup.el (normal-top-level, command-line, command-line-1):
9772         Give them doc strings.
9774 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
9776         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9777         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9779 2012-03-25  Chong Yidong  <cyd@gnu.org>
9781         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9782         theme if it was previously enabled before (Bug#11031).
9784         * cus-theme.el (custom-theme-write-faces): Retrieve current face
9785         spec with custom-face-get-current-spec if its :shown-value is not
9786         determined yet (Bug#9337).
9787         (customize-create-theme, custom-theme-revert): Doc fixes.
9789         * button.el (button-at): Minor addition to docstring.
9791 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
9793         * vc/vc.el (vc-merge): Fix a prompt.
9795 2012-03-24  Chong Yidong  <cyd@gnu.org>
9797         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9798         point (Bug#9623).
9800         * button.el (button-at): Minor addition to docstring.
9802 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9804         * newcomment.el (comment-choose-indent): No space after BOL.
9806 2012-03-22  Sam Steingold  <sds@gnu.org>
9808         * window.el (switch-to-prev-buffer): Revert last patch because the
9809         bug turned out to be an advertised feature (Elisp manual 28.14).
9811 2012-03-22  Glenn Morris  <rgm@gnu.org>
9813         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
9814         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9816 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9818         * net/network-stream.el (network-stream-open-starttls): Make error
9819         message under Windows be less misleading.
9821 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
9823         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9824         understands (bug#9942).
9826 2012-03-22  Chong Yidong  <cyd@gnu.org>
9828         * simple.el (end-of-visible-line): Handle return value of
9829         next-single-property-change properly (Bug#9371).
9831 2012-03-22  Kenichi Handa  <handa@m17n.org>
9833         * international/quail.el (quail-insert-kbd-layout): Fix previous
9834         change.  To avoid unwanted bidi reordering, use
9835         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9837 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
9839         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9840         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9841         (ruby-beginning-of-indent): Be more careful with the difference
9842         between word-boundary and symbol boundary.
9843         (ruby-mode-syntax-table): Make : a symbol constituent.
9845 2012-03-21  Andreas Politz  <politza@fh-trier.de>
9847         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9849 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9851         * progmodes/etags.el (tags-completion-at-point-function):
9852         Improve last fix.
9854         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9856 2012-03-21  Sam Steingold  <sds@gnu.org>
9858         * progmodes/etags.el (tags-completion-at-point-function):
9859         Avoid the error when point is inside the pattern.
9861 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
9863         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9864         line (Bug#10855).
9866 2012-03-21  Drew Adams  <drew.adams@oracle.com>
9868         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9870 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
9872         * ido.el (ido-set-current-directory, ido-read-internal)
9873         (ido-choose-completion-string, ido-completion-help): Handle nil
9874         value of ido-completion-buffer (Bug#11008).
9876 2012-03-21  Sam Steingold  <sds@gnu.org>
9878         * window.el (switch-to-prev-buffer): Do not switch to a visible
9879         window previous buffer, just like with the frame previous buffers.
9881 2012-03-21  Chong Yidong  <cyd@gnu.org>
9883         * faces.el (make-face, make-empty-face, copy-face):
9884         * face-remap.el (face-remap-add-relative, face-remap-set-base):
9885         Doc fixes.
9887 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9889         * wid-edit.el (widget-complete-field): Remove (bug#11051).
9890         (widget-complete): Remove broken use of it.
9892 2012-03-20  Chong Yidong  <cyd@gnu.org>
9894         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9895         Use string-width and truncate-string-width to handle arbitrary
9896         characters.
9898 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
9900         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9901         to draw rectangles, not squares.  (Regression introduced by revno
9902         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9904 2012-03-18  Chong Yidong  <cyd@gnu.org>
9906         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9907         it is not yet defined (for temacs).
9909 2012-03-18  Leo Liu  <sdl.web@gmail.com>
9911         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9912         prefix.
9914 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
9916         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9917         (ispell-choices-win-default-height, ispell-silently-savep)
9918         (ispell-dictionary-alist, ispell-encoding8-command)
9919         (ispell-check-version, ispell-aspell-find-dictionary)
9920         (ispell-valid-dictionary-list, ispell-words-keyword)
9921         (ispell-get-word, ispell-internal-change-dictionary)
9922         (ispell-region, ispell-skip-region-list)
9923         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9924         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9925         (ispell-message-text-end, ispell-message)
9926         (ispell-buffer-local-parsing): Doc fix.
9928 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
9930         * htmlfontify.el: Add support for code block fontification for ODT
9931         export (Bug #9914).
9932         (hfy-optimisations): Define new option
9933         `body-text-only'
9934         (hfy-fontify-buffer): Honor above setting.
9935         (hfy-begin-span, hfy-end-span): New routines factored out form
9936         `hfy-fontify-buffer'.
9937         (hfy-begin-span-handler, hfy-end-span-handler): New variables
9938         that permit insertion of custom tags.
9939         (hfy-fontify-buffer): Use above handlers.
9940         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9941         (hfy-face-to-css): Re-defined to be a variable.
9942         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
9943         over multiple runs.  This is made possible by having the caller let
9944         bind a special variable `hfy-user-sheet-assoc'.
9945         (htmlfontify-string): New defun.
9946         (hfy-compile-face-map): Make sure that the last char in the
9947         buffer is correctly fontified.
9948         (hfy-face-resolve-face): Whitespace only change.
9950 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
9952         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9953         message more clear.
9955 2012-03-16  Leo Liu  <sdl.web@gmail.com>
9957         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9959 2012-03-16  Alan Mackenzie  <acm@muc.de>
9961         Further optimise the handling of large macros.
9963         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9964         limit to a call of `c-literal-limits'.
9965         (c-determine-+ve-limit): New function.
9966         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9967         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
9968         In CASE 5B, restrict a search limit to 500.
9969         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9971         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9972         Restrict macro bounds to +-500 from after-change's BEG END.
9974 2012-03-16  Leo Liu  <sdl.web@gmail.com>
9976         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9978 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
9980         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
9981         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
9983 2012-03-16  Glenn Morris  <rgm@gnu.org>
9985         * view.el (view-buffer, view-buffer-other-window)
9986         (view-buffer-other-frame): Doc fixes re special mode-class.
9988         * subr.el (eval-after-load): If named feature is provided not from
9989         a file, run after-load forms.  (Bug#10946)
9991         * calendar/calendar.el (calendar-insert-at-column):
9992         Handle non-unit-width characters a bit better.  (Bug#10978)
9994 2012-03-15  Chong Yidong  <cyd@gnu.org>
9996         * emacs-lisp/ring.el (ring-extend): New function.
9997         (ring-insert+extend): Extend the ring correctly (Bug#11019).
9999         * comint.el (comint-read-input-ring)
10000         (comint-add-to-input-history): Grow comint-input-ring lazily.
10002 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10004         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
10005         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
10007         * imenu.el: Fix multiple inheritance breakage (bug#9199).
10008         (imenu-add-to-menubar): Don't add a redundant index.
10009         (imenu-update-menubar): Handle a dynamically composed keymap.
10011 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10013         * mail/sendmail.el (mail-encode-header):
10014         Bind rfc2047-encode-encoded-words to nil.
10016 2012-03-13  Glenn Morris  <rgm@gnu.org>
10018         * calendar/calendar.el (calendar-string-spread):
10019         Handle non-unit-width characters a bit better.  (Bug#10978)
10021 2012-03-13  Leo Liu  <sdl.web@gmail.com>
10023         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10024         directory and file as argument (Bug#10822).
10026 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
10028         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10029         For dynamically generated code, follow $PC.
10030         (gdb-disassembly-handler-custom): Handle no function name case.
10032 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
10034         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10035         * emulation/ws-mode.el (ws-query-replace):
10036         * sort.el (sort-regexp-fields):
10037         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
10039 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10041         * dabbrev.el: Fix cycle completion order (bug#10963).
10042         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10043         (dabbrev-completion): Don't use an obarray; provide
10044         a cycle-sort-function.
10046 2012-03-12  Leo Liu  <sdl.web@gmail.com>
10048         * simple.el (kill-new): Use equal-including-properties for comparison.
10049         (kill-do-not-save-duplicates): Doc fix.
10051 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10053         * dabbrev.el: Fix cycle completion (bug#10963).
10054         Use lexical binding and wrap to 80 columns.
10055         (dabbrev-completion): Delay computing the list of completions.
10057 2012-03-12  Kenichi Handa  <handa@m17n.org>
10059         * international/quail.el (quail-insert-kbd-layout): Surround each
10060         row by LRO and PDF instead of inserting many LRMs.  Pad the left
10061         and right of each non-spacing marks.  Insert invisible space
10062         between lower and upper characters to prevent composition.
10064 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10066         * minibuffer.el (minibuffer-complete): Don't get confused when the
10067         function is run twice via different commands (bug#10958).
10068         (complete-with-action): Fix docstring.
10070 2012-03-12  Chong Yidong  <cyd@gnu.org>
10072         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10073         (nxml-completion-at-point-function): New function.
10074         (nxml-mode): Use it.
10075         (nxml-bind-meta-tab-to-complete-flag): Default to t.
10077         * emacs-lisp/package.el (package-unpack, package-unpack-single):
10078         Load generated autoloads file before byte compiling (Bug#10970).
10079         (package--make-autoloads-and-compile): New helper fun.
10081 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
10083         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10085 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
10087         * autorevert.el (auto-revert-handler): Ensure, that
10088         file-readable-p is applied only for local files or in
10089         auto-revert-tail-mode.
10091 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
10093         * server.el (server-eval-at): Handle non-tcp connections.
10094         Decode result string.
10096         * server.el (server-msg-size): New constant.
10097         (server-reply-print): New function.
10098         (server-eval-and-print): Use it.
10099         (server-eval-at): Use server-quote-arg and server-unquote-arg.
10100         Handle -print-nonl.
10102 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
10104         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10105         (Bug#10987).
10107 2012-03-11  Chong Yidong  <cyd@gnu.org>
10109         * simple.el (goto-line): Doc fix (Bug#9938).
10111         * subr.el (save-window-excursion): Doc fix (Bug#9979).
10113         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10114         when finished (Bug#10963).
10116 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
10118         * window.el (split-window-below): Fix bug in case where
10119         split-window-keep-point is nil (Bug#10971).
10121 2012-03-11  Juri Linkov  <juri@jurta.org>
10123         * replace.el (replace-highlight): Set isearch-word to nil
10124         unconditionally.  (Bug#10887)
10126 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
10128         * net/mairix.el (mairix-replace-invalid-chars): Rename from
10129         mairix-replace-illegal-chars; all callers changed.  Don't remove
10130         ^, ~, and = characters: they are meaningful in mairix search specs.
10131         (mairix-widget-create-query): Add usage information about mairix
10132         search forms: negating words, searching for substrings, etc.
10134 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
10136         * international/fontset.el (font-encoding-alist): Add an entry for
10137         ksx1001 (Bug#5667).
10139 2012-03-10  Richard Stallman  <rms@gnu.org>
10141         * mail/sendmail.el (mail-encode-header):
10142         Set rfc2047-encode-encoded-words.
10144         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10146         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10147         view buffer means not swapped.
10148         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10149         (rmail-write-region-annotate): Error if real text has disappeared.
10151         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10153 2012-03-10  Chong Yidong  <cyd@gnu.org>
10155         * emulation/cua-rect.el (cua--init-rectangles):
10156         * emulation/cua-base.el (cua--init-keymaps):
10157         Add delete-forward-char to remappings (Bug#9666).
10159 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
10161         * speedbar.el (speedbar-unhighlight-one-tag-line):
10162         Avoid unhighlighting due to frame switching (Bug#10275).
10164 2012-03-10  Chong Yidong  <cyd@gnu.org>
10166         * minibuffer.el (completion-in-region, completion-help-at-point):
10167         Give the completion field overlay a high priority (Bug#6830).
10169         * dired.el (dired-goto-file): Recognize absolute file name
10170         listings (Bug#7126).
10171         (dired-goto-file-1): New helper function.
10172         (dired-toggle-read-only): Inhibit warnings.
10174 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
10176         * net/dbus.el (dbus-property-handler): Return empty array if
10177         there are no properties.
10179 2012-03-09  Leo Liu  <sdl.web@gmail.com>
10181         * savehist.el (savehist-printable): Stricter check for string
10182         value (Bug#10937).
10184 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
10186         * mail/smtpmail.el (smtpmail-send-it):
10187         Bind coding-system-for-write to *-unix, so that FCC files are kept in
10188         valid mbox format.
10190 2012-03-09  Glenn Morris  <rgm@gnu.org>
10192         * files.el (dir-locals-find-file):
10193         Don't check result is regular, readable.
10194         (dir-locals-read-from-file): Demote errors.
10196 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
10198         * international/quail.el (quail-insert-kbd-layout):
10199         Insert invisible LRM characters before each character in a keyboard
10200         layout cell, to prevent their reordering by bidi display engine.
10201         For details, see the discussion in
10202         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10204 2012-03-08  Alan Mackenzie  <acm@muc.de>
10206         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10207         the starting position; make it extend the marked region when
10208         invoked repeatedly - all under appropriate circumstances.
10209         Fixes bugs #5525, #10906.
10211 2012-03-08  Glenn Morris  <rgm@gnu.org>
10213         * files.el (locate-dominating-file, dir-locals-find-file):
10214         Undo 2012-03-06 change.
10216 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
10218         * international/quail.el (quail-help):
10219         Force bidi-paragraph-direction be left-to-right.  See discussion in
10220         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10221         for the reason.
10223 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
10225         Avoid superfluous registering of signals.  (Bug#10807)
10227         * notifications.el (notifications-on-action-object)
10228         (notifications-on-close-object): New defvars.
10229         (notifications-on-action-signal, notifications-on-closed-signal):
10230         Unregister the signal if not needed any longer.
10231         (notifications-notify): Register `notifications-action-signal' or
10232         `notifications-closed-signal', if :on-action or :on-close has been
10233         passed as argument.
10235 2012-03-07  Chong Yidong  <cyd@gnu.org>
10237         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10238         non-X platforms.
10240 2012-03-06  Glenn Morris  <rgm@gnu.org>
10242         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10243         (x-disown-selection-internal, x-get-selection-internal):
10244         Doc fix (add arglist signatures).  (Bug#10783)
10246 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
10248         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10249         Handle breakpoints with no "type".
10251 2012-03-06  Glenn Morris  <rgm@gnu.org>
10253         * files.el (locate-dominating-file): Add optional predicate argument.
10254         (dir-locals-find-file): Make use of above change.
10256 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
10258         * info.el (Info-insert-dir): Also try "dir.gz".
10260 2012-03-06  Glenn Morris  <rgm@gnu.org>
10262         * files.el (dir-locals-find-file):
10263         Ignore non-readable or non-regular files.  (Bug#10928)
10265         * files.el (locate-dominating-file): Doc fix.
10267 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
10269         * calendar/calendar.el (calendar-set-mode-line):
10270         `getenv' returns a string.  (Bug#10951)
10272 2012-03-05  Leo Liu  <sdl.web@gmail.com>
10274         * simple.el (backward-delete-char-untabify): Constrain point to
10275         field (Bug#10939).
10277         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10279 2012-03-05  Chong Yidong  <cyd@gnu.org>
10281         * simple.el (count-words): If called from Lisp, return the word
10282         count, for symmetry with `count-lines'.  Arglist changed.
10283         (count-words--message): Args changed.  Consolidate counting code
10284         from count-words and count-words-region.
10285         (count-words-region): Caller changed.
10286         (count-lines-region): Make it an obsolete alias.
10288 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
10290         * saveplace.el (save-place-to-alist)
10291         (save-place-ignore-files-regexp): Allow value nil to disable this
10292         feature.
10294 2012-03-04  Chong Yidong  <cyd@gnu.org>
10296         * faces.el (face-spec-reset-face): For the default face, reset the
10297         attributes to default values (Bug#10748).
10299 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10301         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10302         previous patch: Check `message-send-mail-function', and not the
10303         default function (bug#10897).
10305 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
10307         * notifications.el (notifications-on-action-signal)
10308         (notifications-on-closed-signal): Check for unique service name of
10309         incoming event.  Fix error in removing entry.
10310         (top): Register for signals with wildcard service name.
10311         (notifications-notify): Use daemon unique service name for map entries.
10313 2012-03-04  Chong Yidong  <cyd@gnu.org>
10315         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10317 2012-03-04  Glenn Morris  <rgm@gnu.org>
10319         * abbrev.el (copy-abbrev-table, abbrev-table-p)
10320         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10321         (expand-abbrev, define-abbrev-table): Doc fixes.
10323 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10325         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10326         `message-default-send-mail-function' and not `send-mail-function'
10327         when doing the prompting for `sendmail-query-once' before sending
10328         in Message buffers (bug#10897).
10330         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10331         This is inconsistent with all the other stream functions, which leave
10332         the setting up to the higher levels (if so wanted) (bug#10931).
10334 2012-03-02  Alan Mackenzie  <acm@muc.de>
10336         Depessimize the handling of very large macros.
10338         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10339         (c-macro-cache-syntactic): New variables to implement a one
10340         element macro cache.
10341         (c-invalidate-macro-cache): New function.
10342         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10343         Adapt to use the new cache.
10344         (c-state-safe-place): Use better the cache of safe positions.
10345         (c-state-semi-nonlit-pos-cache)
10346         (c-state-semi-nonlit-pos-cache-limit):
10347         New variables for...
10348         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
10349         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10350         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10351         Use c-state-semi-safe-place.
10353         * progmodes/cc-langs.el (c-get-state-before-change-functions):
10354         Add c-invalidate-macro-cache to the C, C++, Obj entries.
10356 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
10358         * jka-compr.el (jka-compr-call-process):
10359         Apply `file-accessible-directory-p' only when the default directory is
10360         not remote.
10362 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
10364         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
10365         access of FILE2, if FILE1 does not exist.
10367         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10368         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10370         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10371         Add "PAGER=" to `process-environment'.
10373 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
10375         * progmodes/sql.el: Bug fix
10376         (sql-get-login-ext): Save login values in globals.
10377         (sql-get-login): Use new version of `sql-get-login-ext'.
10378         (sql-interactive-mode): Set global `sql-connection' to nil.
10379         (sql-connect): Set global values for connection.
10380         (sql-product-interactive): Save global values as buffer local.
10382 2012-02-29  Leo Liu  <sdl.web@gmail.com>
10384         * abbrev.el (define-abbrevs): Reset sys to nil.
10386 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10388         * files.el (file-equal-p): Rename from `files-equal-p'.
10389         Return nil when one or both files don't exist.
10390         (file-subdir-of-p): Now only top directory must exists,
10391         return nil if it doesn't.
10392         (copy-directory): No need to test with `file-subdir-of-p' after
10393         creating dir.
10394         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10395         to `file-equal-p'.
10397 2012-02-28  Glenn Morris  <rgm@gnu.org>
10399         * shell.el (shell-mode):
10400         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10401         * play/landmark.el (landmark-font-lock-face-O):
10402         * play/handwrite.el (handwrite):
10403         * play/gomoku.el (gomoku-O):
10404         * net/browse-url.el (browse-url-browser-display):
10405         * international/mule.el (define-charset):
10406         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10407         * filesets.el (filesets-find-file-delay):
10408         * eshell/em-xtra.el (eshell-xtra):
10409         * eshell/em-unix.el (eshell-grep):
10410         * emulation/viper.el (viper-mode):
10411         * emacs-lisp/regexp-opt.el (regexp-opt-group):
10412         * emacs-lisp/easymenu.el (easy-menu-define):
10413         * calendar/timeclock.el (timeclock-use-display-time):
10414         * bs.el (bs-mode):
10415         * bookmark.el (bookmark-save-flag):
10416         Doc fix (standardize possessive apostrophe usage).
10418 2012-02-27  Chong Yidong  <cyd@gnu.org>
10420         * emulation/viper-cmd.el (viper-intercept-ESC-key):
10421         Fix key-binding lookup for ESC key (Bug#9146).
10423         * font-lock.el (font-lock-specified-p): Rename from
10424         font-lock-spec-present.  Callers changed.
10426 2012-02-27  Daniel Hackney  <dan@haxney.org>
10428         * emacs-lisp/package.el (package-compute-transaction):
10429         Handle holding a package version to t in package-load-list.
10431 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
10433         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10434         (tramp-get-inode, tramp-get-device): Use cached values.
10436 2012-02-26  Alan Mackenzie  <acm@muc.de>
10438         Check there is a font-lock specification before doing initial
10439         fontification.
10441         * font-core.el (font-lock-mode): Move the conditional from
10442         :after-hook to font-lock-initial-fontify.
10443         (font-lock-default-function): Move the check for a specification
10444         to font-lock-spec-present.
10446         * font-lock.el (font-lock-initial-fontify): Call ...
10447         (font-lock-spec-present): New function.
10449 2012-02-26  Jim Blandy  <jimb@red-bean.com>
10451         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10452         (gdb-send): Apply it to the operand of the '-interpreter-exec
10453         console' command, so that we can pass arguments with (say) quotes
10454         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
10456 2012-02-26  Chong Yidong  <cyd@gnu.org>
10458         * help-fns.el (describe-function-1): Clarify description of
10459         remapping (Bug#10844).
10461         * files.el (files-equal-p): Doc fix.
10462         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
10463         and quit the loop once a mismatch is found.
10465 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
10467         * bs.el (bs--show-with-configuration): Don't throw an error
10468         if the window cannot be split; otherwise, subsequent calls to
10469         bs-show fail, restoring a stale window config.  (Bug#10882)
10471 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
10473         * term/ns-win.el (global-map): Bind ns-drag-file to
10474         ns-find-file (Bug#5855, Bug#10050).
10476 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
10478         * calendar/parse-time.el (parse-time-string): Allow extractor to
10479         return nil.
10481 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
10483         * net/tramp.el (tramp-file-name-for-operation):
10484         Add `files-equal-p' and `file-subdir-of-p'.
10486         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10487         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10488         Add COPY-CONTENTS argument.
10490 2012-02-25  Chong Yidong  <cyd@gnu.org>
10492         Add custom groups for VC backends, for consistency with vc-bzr.
10494         * vc/vc-arch.el (vc-arch):
10495         * vc/vc-cvs.el (vc-cvs):
10496         * vc/vc-git.el (vc-git):
10497         * vc/vc-hg.el (vc-hg):
10498         * vc/vc-mtn.el (vc-mtn):
10499         * vc/vc-rcs.el (vc-rcs):
10500         * vc/vc-sccs.el (vc-sccs):
10501         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10502         All relevant defcustoms reassigned.
10504 2012-02-25  Chong Yidong  <cyd@gnu.org>
10506         * newcomment.el (comment-styles): Add autoload (Bug#10868).
10508         * term/x-win.el (x-initialize-window-system): Reduce default for
10509         x-selection-timeout to 5 seconds (Bug#8869).
10511 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10513         * files.el (files-equal-p, file-subdir-of-p): New functions.
10514         (copy-directory): Error when trying to copy a directory on itself.
10515         Add missing copy-contents arg to tramp handler.
10516         * dired-aux.el (dired-copy-file-recursive): Same.
10517         (dired-create-files): Modify destination when source is equal to
10518         dest when copying files.
10519         Return also when dest is a subdir of source.  (Bug#10489)
10521 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
10523         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10524         (Bug#10874)
10526 2012-02-23  Alan Mackenzie  <acm@muc.de>
10528         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10529         parameter "after-hook:" to allow the expansion to run code after
10530         the execution of the mode hooks.
10532         * font-lock.el (font-lock-initial-fontify): New function extracted
10533         from font-lock-mode-internal.
10535         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10536         :after-hook.
10538 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10540         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10541         (completion--cache-all-sorted-completions): New function.
10542         (completion-all-sorted-completions): Use it.
10543         (completion--do-completion, minibuffer-force-complete):
10544         Use it to re-instate the flush hook.
10546         * icomplete.el (icomplete-completions): Replace last fix with a better
10547         one (bug#10850).
10549 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
10551         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10552         when it might call us back infinitely (bug#10797).
10554 2012-02-23  Glenn Morris  <rgm@gnu.org>
10556         * minibuffer.el (completion-category-overrides): Doc fix.
10558 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10560         * minibuffer.el (completion-table-with-context): Fix inf-loop.
10561         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10563 2012-02-23  Glenn Morris  <rgm@gnu.org>
10565         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10566         (authors-obsolete-files-regexps, authors-ignored-files)
10567         (authors-ambiguous-files, authors-renamed-files-alist):
10568         Add more entries.
10570 2012-02-23  Juri Linkov  <juri@jurta.org>
10572         * isearch.el (isearch-occur): Sync interactive spec with occur's
10573         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
10575         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10577 2012-02-22  Juri Linkov  <juri@jurta.org>
10579         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10580         (ucs-insert): Doc fix.  Check for hex digits in the string.
10581         Don't display `nil' in the error message.  (Bug#10857)
10583 2012-02-22  Alan Mackenzie  <acm@muc.de>
10585         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10587 2012-02-22  Glenn Morris  <rgm@gnu.org>
10589         * ffap.el (ffap-c-path):
10590         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
10592 2012-02-22  Chong Yidong  <cyd@gnu.org>
10594         * custom.el (load-theme): Doc fix.
10596 2012-02-22  Glenn Morris  <rgm@gnu.org>
10598         * dired-x.el (dired-guess-shell-alist-default):
10599         Remove escape sequences from nroff output.  (Bug#172)
10601 2012-02-21  Glenn Morris  <rgm@gnu.org>
10603         * vc/emerge.el (emerge-defvar-local):
10604         Set `permanent-local' property rather than unused `preserved'.
10606         * textmodes/picture.el (picture-delete-char): New alias.
10607         (picture-mode-map): Use it.  (Bug#10860)
10608         (picture-mode): Doc fix.
10610 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
10612         * newcomment.el (uncomment-region-default): Remove unused binding.
10614 2012-02-21  Glenn Morris  <rgm@gnu.org>
10616         * textmodes/picture.el (picture-motion, picture-motion-reverse)
10617         (picture-self-insert, picture-tab-chars): Doc fix.
10618         (picture-mode-map): Fix C-a, C-e.
10620 2012-02-20  Glenn Morris  <rgm@gnu.org>
10622         * emacs-lisp/authors.el (authors-aliases): Add another entry.
10624 2012-02-20  Leo Liu  <sdl.web@gmail.com>
10626         * icomplete.el (icomplete-completions): Check FROM arg before
10627         passing to substring (Bug#10850).
10629 2012-02-19  Chong Yidong  <cyd@gnu.org>
10631         * comint.el: Require ansi-color.
10632         (comint-output-filter-functions): Add ansi-color-process-output.
10634         * ansi-color.el: Don't set comint-output-filter-functions; it is
10635         now in the initial value defined in comint.el.
10636         (ansi-color-apply-face-function): New variable.
10637         (ansi-color-apply-on-region): Use it.
10638         (ansi-color-apply-overlay-face): New function.
10640         * shell.el (shell): No need to require ansi-color.
10641         (shell-mode): Use ansi-color-apply-face-function to highlight
10642         color escapes using font-lock-face property (Bug#10835).
10644 2012-02-19  Chong Yidong  <cyd@gnu.org>
10646         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10647         mode-line formats (Bug#10839).
10649 2012-02-18  Glenn Morris  <rgm@gnu.org>
10651         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10653         * mail/undigest.el (unforward-rmail-message): Doc fix.
10655         * saveplace.el (save-place-ignore-files-regexp): Add :version.
10657 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
10659         * international/characters.el (script-list): Sync with the latest
10660         Unicode Character Database.
10662 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
10664         * international/titdic-cnv.el: Remove duplicate coding tag.
10665         * language/cham.el: Likewise.
10666         * language/tai-viet.el: Likewise.
10668 2012-02-18  Glenn Morris  <rgm@gnu.org>
10670         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10671         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10672         (calendar-bahai-all-holidays-flag, calendar-other-dates):
10673         * calendar/diary-lib.el (diary-abbreviated-year-flag):
10674         * calendar/holidays.el (holiday-bahai-holidays)
10675         (calendar-holidays, list-holidays):
10676         Use utf-8 Bahá'í in doc-strings, menus, etc.
10678 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
10680         * saveplace.el (save-place-ignore-files-regexp): New variable
10681         allowing for excluding files from saving their location of point.
10682         The default value matches the temporary commit message editing
10683         files from Git, SVN, Bazaar, and Mercurial.
10684         (save-place-to-alist): Use it.
10686 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
10687             Stefan Monnier  <monnier@iro.umontreal.ca>
10689         * newcomment.el (uncomment-region-default): Don't leave extra space
10690         when an arg is provided (bug#8150).
10692 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
10694         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10696 2012-02-17  Glenn Morris  <rgm@gnu.org>
10698         * net/socks.el: Require network-stream.  (Bug#10599)
10700 2012-02-17  Kenichi Handa  <handa@m17n.org>
10702         * international/charprop.el:
10703         * international/uni-name.el:
10704         * international/uni-old-name.el:
10705         * international/uni-comment.el: Regenerate.
10707 2012-02-16  Glenn Morris  <rgm@gnu.org>
10709         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10710         Interactively in calendar buffer, give an error if not on a date.
10712 2012-02-15  Glenn Morris  <rgm@gnu.org>
10714         * shell.el (shell-delimiter-argument-list):
10715         Revert 2011-02-17 change.  (Bug#8027)
10717 2012-02-15  Chong Yidong  <cyd@gnu.org>
10719         * minibuffer.el (completion-at-point-functions): Doc fix.
10721         * custom.el (defcustom): Doc fix; note use of defvar.
10723 2012-02-15  Glenn Morris  <rgm@gnu.org>
10725         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10726         Doc fixes.
10728 2012-02-14  Glenn Morris  <rgm@gnu.org>
10730         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10732 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
10734         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10735         way the ports list is computed.
10736         (smtpmail-query-smtp-server): Prompt the user for a port number if
10737         we can't connect to any of the standard ports (bug#10810).
10739 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10741         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10743 2012-02-13  Glenn Morris  <rgm@gnu.org>
10745         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
10747 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
10749         * net/gnutls.el (gnutls-trustfiles): New variable.
10750         (gnutls-negotiate): Use it.
10752 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
10754         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10755         does its stuff if Gnus is running.
10757 2012-02-13  Alan Mackenzie  <acm@muc.de>
10759         Fix a loop in c-set-fl-decl-start.
10761         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10762         c-backward-syntactic-ws actually moves backwards.
10764 2012-02-13  Leo Liu  <sdl.web@gmail.com>
10766         * net/rcirc.el (rcirc-markup-attributes): Move point to the
10767         beginning so that all \C-o chars are removed.
10769 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
10771         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10773 2012-02-12  Alan Mackenzie  <acm@muc.de>
10775         Fix infinite loop with long macros.
10776         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10778 2012-02-12  Chong Yidong  <cyd@gnu.org>
10780         * window.el (display-buffer): Doc fix (Bug#10785).
10782 2012-02-12  Glenn Morris  <rgm@gnu.org>
10784         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10785         (x-disown-selection-internal, x-get-selection-internal):
10786         Sync docs with the xselect.c versions.
10788         * allout-widgets.el: Add missing license notice.
10790 2012-02-11  Glenn Morris  <rgm@gnu.org>
10792         * select.el (x-get-selection-internal, x-own-selection-internal)
10793         (x-disown-selection-internal):
10794         * x-dnd.el (x-get-selection-internal): Update declarations.
10796         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10798         * window.el (window-sides-slots):
10799         * tool-bar.el (tool-bar-position):
10800         * term/xterm.el (xterm-extra-capabilities):
10801         * ses.el (ses-self-reference-early-detection):
10802         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10803         (verilog-auto-wire-type)
10804         (verilog-auto-delete-trailing-whitespace)
10805         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10806         (verilog-auto-tieoff-declaration):
10807         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10808         (sql-oracle-statement-starters, sql-oracle-scan-on):
10809         * progmodes/prolog.el (prolog-align-comments-flag)
10810         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10811         (prolog-left-indent-regexp, prolog-paren-indent-p)
10812         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10813         (prolog-types, prolog-mode-specificators)
10814         (prolog-determinism-specificators, prolog-directives)
10815         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10816         (prolog-electric-dot-flag)
10817         (prolog-electric-dot-full-predicate-template)
10818         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10819         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10820         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10821         (prolog-program-switches, prolog-prompt-regexp)
10822         (prolog-debug-on-string, prolog-debug-off-string)
10823         (prolog-trace-on-string, prolog-trace-off-string)
10824         (prolog-zip-on-string, prolog-zip-off-string)
10825         (prolog-use-standard-consult-compile-method-flag)
10826         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10827         (prolog-imenu-max-lines, prolog-info-predicate-index)
10828         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10829         (prolog-char-quote-workaround):
10830         * progmodes/cc-vars.el (c-defun-tactic):
10831         * net/tramp.el (tramp-encoding-command-interactive)
10832         (tramp-local-end-of-line):
10833         * net/soap-client.el (soap-client):
10834         * net/netrc.el (netrc-file):
10835         * net/gnutls.el (gnutls):
10836         * minibuffer.el (completion-category-overrides)
10837         (completion-cycle-threshold)
10838         (completion-pcm-complete-word-inserts-delimiters):
10839         * man.el (Man-name-local-regexp):
10840         * mail/feedmail.el (feedmail-display-full-frame):
10841         * international/characters.el (glyphless-char-display-control):
10842         * eshell/em-ls.el (eshell-ls-date-format):
10843         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10844         (lisp-lambda-list-keyword-parameter-indentation)
10845         (lisp-lambda-list-keyword-parameter-alignment):
10846         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10847         * dired-x.el (dired-omit-verbose):
10848         * cus-theme.el (custom-theme-allow-multiple-selections):
10849         * calc/calc.el (calc-highlight-selections-with-faces)
10850         (calc-lu-field-reference, calc-lu-power-reference)
10851         (calc-note-threshold):
10852         * battery.el (battery-mode-line-limit):
10853         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10854         (archive-7z-update):
10855         * allout.el (allout-prefixed-keybindings)
10856         (allout-unprefixed-keybindings)
10857         (allout-inhibit-auto-fill-on-headline)
10858         (allout-flattened-numbering-abbreviation):
10859         * allout-widgets.el (allout-widgets-auto-activation)
10860         (allout-widgets-icons-dark-subdir)
10861         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10862         (allout-widgets-theme-dark-background)
10863         (allout-widgets-theme-light-background)
10864         (allout-widgets-item-image-properties-emacs)
10865         (allout-widgets-item-image-properties-xemacs)
10866         (allout-widgets-run-unit-tests-on-load)
10867         (allout-widgets-time-decoration-activity)
10868         (allout-widgets-hook-error-post-time)
10869         (allout-widgets-track-decoration):
10870         Add missing :version tags to new defcustoms and defgroups.
10872         * progmodes/sql.el (sql-ansi-statement-starters)
10873         (sql-oracle-statement-starters): Add custom type.
10875         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10876         (prolog-system-version): Give it a type.
10878 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
10880         * term/pc-win.el (x-select-text, x-selection-owner-p)
10881         (x-own-selection-internal, x-disown-selection-internal)
10882         (x-get-selection-internal): Sync doc strings and argument lists
10883         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
10885 2012-02-11  Leo Liu  <sdl.web@gmail.com>
10887         * progmodes/python.el (python-end-of-statement): Fix infinite
10888         loop.  (Bug#10788)
10890 2012-02-10  Glenn Morris  <rgm@gnu.org>
10892         * international/mule-cmds.el (unify-8859-on-encoding-mode)
10893         (unify-8859-on-decoding-mode): Properly mark as obsolete.
10895 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
10897         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10898         about SMTP before checking the From header.
10900         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
10901         into own function for reuse by emacsbug.el.
10903 2012-02-10  Leo Liu  <sdl.web@gmail.com>
10905         * subr.el (condition-case-unless-debug): Rename from
10906         condition-case-no-debug.  All callers changed.
10907         (with-demoted-errors): Fix caller.
10909         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10910         * nxml/rng-valid.el (rng-do-some-validation):
10911         * emacs-lisp/package.el (package-refresh-contents)
10912         (package-menu-execute):
10913         * desktop.el (desktop-create-buffer):
10914         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
10916 2012-02-10  Glenn Morris  <rgm@gnu.org>
10918         * textmodes/bibtex.el:
10919         Add missing :version tags for new/changed defcustoms.
10921         * files.el (remote-file-name-inhibit-cache): Doc fixes.
10923 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
10925         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10926         (smtpmail-via-smtp): Use it, or fall back on the From address.
10927         (smtpmail-send-it): Ditto.
10929 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10931         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10932         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
10933         (byte-compile-tmp-var): New const.
10934         (byte-compile-defvar): Use it to minimize .elc size.
10935         Just use `defvar' rather than simulate it (bug#10761).
10937 2012-02-09  Glenn Morris  <rgm@gnu.org>
10939         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
10941         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10942         Add :version tags.
10944         * progmodes/compile.el (compilation-error-screen-columns)
10945         (compilation-first-column, compilation-filter-start): Doc fixes.
10947         * vc/log-view.el (log-view-toggle-entry-display):
10948         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10950         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10951         (report-emacs-bug-can-use-xdg-email):
10952         (report-emacs-bug-insert-to-mailer): Doc fixes.
10953         (report-emacs-bug): Message fix.
10955         * net/browse-url.el (browse-url-can-use-xdg-open)
10956         (browse-url-xdg-open): Doc fixes.
10958         * electric.el (electric-indent-mode, electric-pair-mode)
10959         (electric-layout-rules, electric-layout-mode): Doc fixes.
10960         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10962 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
10964         * server.el (server-unselect-display): Don't inadvertently kill
10965         the current buffer.  (Bug#10729)
10967 2012-02-08  Glenn Morris  <rgm@gnu.org>
10969         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10970         (sql-list-table): Doc fixes.
10972         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10973         Comment out (does nothing).
10975         * completion.el (dynamic-completion-mode):
10976         * dirtrack.el (dirtrack-debug-mode):
10977         * electric.el (electric-layout-mode):
10978         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10979         * face-remap.el (text-scale-mode, buffer-face-mode):
10980         * iimage.el (iimage-mode):
10981         * image-mode.el (image-transform-mode):
10982         * minibuffer.el (completion-in-region-mode):
10983         * scroll-lock.el (scroll-lock-mode):
10984         * simple.el (next-error-follow-minor-mode):
10985         * tar-mode.el (tar-subfile-mode):
10986         * tooltip.el (tooltip-mode):
10987         * vcursor.el (vcursor-use-vcursor-map):
10988         * wid-browse.el (widget-minor-mode):
10989         * emulation/tpu-edt.el (tpu-edt-mode):
10990         * emulation/tpu-extras.el (tpu-cursor-free-mode):
10991         * international/iso-ascii.el (iso-ascii-mode):
10992         * language/thai-util.el (thai-word-mode):
10993         * mail/supercite.el (sc-minor-mode):
10994         * net/goto-addr.el (goto-address-mode):
10995         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10996         * progmodes/cwarn.el (cwarn-mode):
10997         * progmodes/flymake.el (flymake-mode):
10998         * progmodes/glasses.el (glasses-mode):
10999         * progmodes/hideshow.el (hs-minor-mode):
11000         * progmodes/pascal.el (pascal-outline-mode):
11001         * textmodes/enriched.el (enriched-mode):
11002         * vc/smerge-mode.el (smerge-mode):
11003         Doc fixes (minor mode argument).
11005 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
11007         * ls-lisp.el (ls-lisp-sanitize): New function.
11008         (ls-lisp-insert-directory): Use it to fix or remove any elements
11009         in file-alist with missing attributes.  (Bug#4673)
11011 2012-02-07  Alan Mackenzie  <acm@muc.de>
11013         Fix spurious recognition of c-in-knr-argdecl.
11015         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
11016         putative K&R region.
11018 2012-02-07  Alan Mackenzie  <acm@muc.de>
11020         * progmodes/cc-engine.el (c-forward-objc-directive):
11021         Prevent looping in "#pragma mark @implementation".
11023 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
11025         * notifications.el (notifications-on-closed-signal): Make `reason'
11026         optional.  (Bug#10744)
11028 2012-02-07  Glenn Morris  <rgm@gnu.org>
11030         * emacs-lisp/easy-mmode.el (define-minor-mode):
11031         Doc fixes for the macro and the mode it defines.
11033         * image.el (imagemagick-types-inhibit): Doc fix.
11035         * cus-start.el (imagemagick-render-type): Add it.
11037 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
11039         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11040         Set the default at load time, too, so that `font-lock-fontify-buffer'
11041         can be called without setting up the entire mode first.  This fixes
11042         a bug in `mm-inline-text' with C MIME parts.
11044 2012-02-06  Chong Yidong  <cyd@gnu.org>
11046         * simple.el (list-processes--refresh): Delete exited processes
11047         (Bug#8094).
11049         * comint.el (comint-next-prompt): next-single-char-property-change
11050         and prev-single-char-property-change never return nil (Bug#8657).
11052         * custom.el (defcustom): Doc fix (Bug#9711).
11054 2012-02-05  Chong Yidong  <cyd@gnu.org>
11056         * cus-edit.el (custom-variable-reset-backup): Quote the value
11057         before storing it in the customized-value property (Bug#6712).
11058         (custom-display): Add a customization type tag.
11059         (custom-buffer-create-internal): Improve tooltip message.
11061         * wid-edit.el (widget-field-value-get): New optional arg to
11062         suppress trailing whitespace truncation.
11063         (character): Use it (Bug#2689).
11065 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
11067         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11068         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11070 2012-02-05  Chong Yidong  <cyd@gnu.org>
11072         * cus-edit.el (custom-variable-value-create): For mismatched
11073         types, show the current value (Bug#7600).
11075         * custom.el (defcustom): Doc fix.
11077 2012-02-05  Glenn Morris  <rgm@gnu.org>
11079         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11081 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
11083         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11084         (pp-buffer): Use `ignore-errors', `looking-at-p'.
11085         (pp-last-sexp): Use `looking-at-p'.
11087 2012-02-04  Glenn Morris  <rgm@gnu.org>
11089         * files.el (revert-buffer):
11090         Doc fix (mention revert-buffer-in-progress-p).
11092         * emacs-lisp/ert-x.el (ert-simulate-command):
11093         Check deferred-action-list (which is obsolete) is bound.
11095         * subr.el (with-wrapper-hook): Doc fixes.
11097         * simple.el (filter-buffer-substring-functions)
11098         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11100 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
11102         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11103         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
11105 2012-02-04  Leo Liu  <sdl.web@gmail.com>
11107         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11109 2012-02-04  Glenn Morris  <rgm@gnu.org>
11111         * image.el (image-extension-data): Add obsolete alias.
11113         * isearch.el (isearch-update): Doc fix.
11115         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11117         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11119 2012-02-03  Glenn Morris  <rgm@gnu.org>
11121         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
11122         (image-animate-timeout): Doc fix.
11124         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11126 2012-02-02  Glenn Morris  <rgm@gnu.org>
11128         * server.el (server-auth-dir): Doc fix.
11129         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
11131         * subr.el (run-mode-hooks): Doc fix.
11133 2012-02-02  Juri Linkov  <juri@jurta.org>
11135         * image-mode.el (image-toggle-display-image): Remove tautological
11136         `major-mode' from the `derived-mode-p' test.
11138 2012-02-02  Kenichi Handa  <handa@m17n.org>
11140         * composite.el (compose-region): Cancel previous change.
11142 2012-02-02  Kenichi Handa  <handa@m17n.org>
11144         * composite.el (compose-region, compose-string): Signal error for
11145         a null string component (Bug#6988).
11147 2012-02-01  Chong Yidong  <cyd@gnu.org>
11149         * view.el (view-buffer-other-window, view-buffer-other-frame):
11150         Handle special modes like view-buffer (Bug#10650).
11151         (view-buffer): Simplify.
11153         * frame.el (set-frame-font): Tweak meaning of third argument.
11155         * dynamic-setting.el (font-setting-change-default-font):
11156         Use set-frame-font (Bug#9982).
11158 2012-02-01  Glenn Morris  <rgm@gnu.org>
11160         * progmodes/compile.el (compilation-internal-error-properties):
11161         Respect compilation-first-column in the "*compilation*" buffer.
11163         * emacs-lisp/easy-mmode.el (define-minor-mode):
11164         Relax :variable's test for a named function.
11166 2012-01-31  Alan Mackenzie  <acm@muc.de>
11168         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11169         off by one error.
11171 2012-01-31  Chong Yidong  <cyd@gnu.org>
11173         * frame.el (set-frame-font): New arg ALL-FRAMES.
11175         * menu-bar.el (menu-set-font): Use set-frame-font.
11177         * faces.el (face-spec-reset-face): Don't apply unspecified
11178         attribute values to the default face.
11180 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
11182         * progmodes/cwarn.el (cwarn): Remove dead link.
11183         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11184         Remove * from defcustom docstrings.
11185         (turn-on-cwarn-mode): Make obsolete.
11186         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11187         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11189 2012-01-31  Glenn Morris  <rgm@gnu.org>
11191         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11192         Fix :variable handling of mode a symbol not equal to modefun.
11193         Allow named functions to be used as the cdr of :variable.
11195 2012-01-30  Glenn Morris  <rgm@gnu.org>
11197         * emacs-lisp/authors.el (authors-fixed-entries):
11198         Remove reference to deleted file rnewspost.el.
11200 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
11202         * window.el (window-with-parameter): Remove unused variable `windows'.
11203         (window--side-check): Remove unused variable `code'.
11204         (window--resize-siblings): Remove unused variable `first'.
11205         (adjust-window-trailing-edge): Remove unused variable `failed'.
11206         (window-deletable-p, window--delete): Remove unused variable `buffer'.
11207         Use `let', not `let*'.
11208         (balance-windows-2): Remove unused variable `found'.
11209         (window--state-put-2): Remove unused variable `splits'.
11210         (window-state-put): Remove unused variable `selected'.
11211         (same-window-p): Use `string-match-p'.
11212         (display-buffer-assq-regexp): Remove unused variable `value'.
11213         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11214         Mark argument ALIST as ignored.
11215         (pop-to-buffer): Remove unused variable `old-window'.
11217 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
11219         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11220         and .lzma compressed files.
11222 2012-01-29  Chong Yidong  <cyd@gnu.org>
11224         * frame.el (window-system-default-frame-alist): Doc fix.
11226         * dynamic-setting.el (font-setting-change-default-font): Don't
11227         change the default face if SET-FONT argument is non-nil (Bug#9982).
11229 2012-01-29  Samuel Bronson  <naesten@gmail.com>  (tiny change)
11231         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11233 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
11235         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11236         breakpoints in files outside current directory (Bug#6098).
11238 2012-01-29  Chong Yidong  <cyd@gnu.org>
11240         * progmodes/python.el: Require ansi-color at top-level.
11242         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11243         Define and use in Emacs Lisp mode (Bug#9360).
11244         (lisp-mode-abbrev-table): Add doc.
11245         (lisp-mode-variables): Don't set local-abbrev-table.
11246         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11248 2012-01-28  Roland Winkler  <winkler@gnu.org>
11250         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11252 2012-01-28  Roland Winkler  <winkler@gnu.org>
11254         * textmodes/bibtex.el (bibtex-entry-alist): New function.
11255         (bibtex-set-dialect): Use it.  Either set global values of
11256         dialect-dependent variables or bind these variables buffer-locally
11257         (Bug#10254).
11258         (bibtex-mode): Call bibtex-set-dialect via
11259         hack-local-variables-hook.
11260         (bibtex-dialect): Update docstring.
11261         Add safe-local-variable predicate.
11262         (bibtex-entry-alist, bibtex-field-alist): Initialize via
11263         bibtex-set-dialect.
11264         (bibtex-mode-map): Define menu for each dialect.
11265         (bibtex-entry): Fix docstring.
11267 2012-01-28  Chong Yidong  <cyd@gnu.org>
11269         * eshell/esh-arg.el (eshell-quote-argument): New function.
11271         * eshell/esh-ext.el (eshell-invoke-batch-file):
11272         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11273         first arg to eshell-parse-command (Bug#10523).
11275 2012-01-28  Drew Adams  <drew.adams@oracle.com>
11277         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11278         `default-directory' is non-nil.
11280 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
11282         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11283         line that displays system-configuration-options.  (Bug#9924)
11285 2012-01-28  Drew Adams  <drew.adams@oracle.com>
11287         * descr-text.el (describe-char): Show information about POS, in
11288         addition to information about the character at POS.  Improve and
11289         update the doc string.  Change "code point" to "code point in
11290         charset", to avoid confusion with the character's Unicode code
11291         point shown above that.  (Bug#10129)
11293 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
11295         * descr-text.el (describe-char): Show the raw character, not only
11296         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
11297         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11298         for the reasons.
11300 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
11302         * emacs-lisp/package.el (package-install):
11303         Run package-refresh-contents if there is no archive yet (Bug#9798).
11305 2012-01-28  Chong Yidong  <cyd@gnu.org>
11307         * emacs-lisp/package.el (package-maybe-load-descriptor):
11308         New function, split from package-maybe-load-descriptor.
11309         (package-maybe-load-descriptor): Use it.
11310         (package-download-transaction): Fully load required packages
11311         inside the loop, so that `require' calls work (Bug#10593).
11312         (package-install): No need to call package-initialize now.
11314 2012-01-28  Chong Yidong  <cyd@gnu.org>
11316         * simple.el (deactivate-mark): Doc fix (Bug#8614).
11318         * tooltip.el (tooltip-mode): Doc fix.
11319         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11321         * frame.el (set-cursor-color): Doc fix (Bug#352).
11323         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11324         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11326         * cus-edit.el (custom-buffer-create-internal): Fix search button
11327         action (Bug#10542).
11328         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11330 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
11332         * dired.el (dired-mark-files-regexp):
11333         Include any subdirectory components.  (Bug#10445)
11335 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
11337         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11338         Handle [host]:port syntax.  (Bug#10533)
11340 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
11342         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11344 2012-01-26  Glenn Morris  <rgm@gnu.org>
11346         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11347         * term.el (term-raw-escape-map): Use Control-X-prefix.
11348         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
11350 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
11352         * window.el (window-state-get, window--state-get-1): Don't deal
11353         with fixed-sizeness of windows.  Simplify code.
11355 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
11357         * window.el (window--state-get-1, window--state-put-2):
11358         Don't save and restore the mark.
11360 2012-01-25  Chong Yidong  <cyd@gnu.org>
11362         * custom.el (custom-variable-p): Doc fix.
11364 2012-01-25  Glenn Morris  <rgm@gnu.org>
11366         * dired.el (dired-goto-file): Handle some of the more common
11367         characters that `ls -b' escapes.  (Bug#10596)
11369         * progmodes/compile.el (compilation-next-error-function):
11370         Respect compilation-first-column in the "*compilation*" buffer.
11371         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
11373         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
11375 2012-01-24  Glenn Morris  <rgm@gnu.org>
11377         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
11379 2012-01-24  Julien Danjou  <julien@danjou.info>
11381         * color.el (color-rgb-to-hsl): Fix value computing.
11382         (color-hue-to-rgb): New function.
11383         (color-hsl-to-rgb): New function.
11384         (color-clamp, color-saturate-hsl, color-saturate-name)
11385         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11386         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11388 2012-01-24  Glenn Morris  <rgm@gnu.org>
11390         * vc/vc-rcs.el (vc-rcs-create-tag):
11391         * vc/vc-sccs.el (vc-sccs-create-tag):
11392         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
11394 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
11396         * eshell/esh-util.el (eshell-read-hosts-file):
11397         Skip comment lines.  (Bug#10549)
11399         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
11401 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
11403         * subr.el (display-delayed-warnings): Doc fix.
11404         (collapse-delayed-warnings): New function to collapse identical
11405         adjacent warnings.
11406         (delayed-warnings-hook): Add it.
11408 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
11410         * net/tramp.el (tramp-action-login): Set connection property "login-as".
11412         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11413         (tramp-default-user-alist): Don't add "pscp".
11414         (tramp-do-copy-or-rename-file-out-of-band): Use connection
11415         property "login-as", if set.  (Bug#10530)
11417 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
11419         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11420         "plink1" and "psftp".  (Bug#10530)
11422 2012-01-21  Kenichi Handa  <handa@m17n.org>
11424         * international/mule-cmds.el (prefer-coding-system): Show a
11425         warning message if the default value of file-name-coding-system
11426         was not changed.
11428 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
11430         * windmove.el (windmove-reference-loc):
11431         Fix windmove-reference-loc miscalculation.
11433 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
11435         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11436         default unit.
11438 2012-01-21  Glenn Morris  <rgm@gnu.org>
11440         * international/mule.el (auto-coding-alist): Add .tbz.
11442         * files.el (local-enable-local-variables): Doc fix.
11443         (inhibit-local-variables-regexps): Rename from
11444         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
11445         Doc fix.  Add some extensions from auto-coding-alist.
11446         (inhibit-local-variables-suffixes):
11447         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
11448         (inhibit-local-variables-p):
11449         New function, extracted from set-auto-mode-1.
11450         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
11451         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
11452         (hack-local-variables): Doc fix.  Make the mode-only case
11453         respect enable-local-variables and friends.
11454         Respect inhibit-local-variables-regexps for file-locals, but
11455         not for directory-locals.
11456         (set-visited-file-name):
11457         Take account of inhibit-local-variables-regexps.
11458         Whether it applies may change as the file name is changed.
11459         * jka-cmpr-hook.el (jka-compr-install):
11460         * jka-compr.el (jka-compr-uninstall):
11461         Update for inhibit-first-line-modes-suffixes name change.
11463 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
11465         * help-macro.el (make-help-screen): Temporarily restore original
11466         binding for minor-mode-map-alist (Bug#10454).
11468 2012-01-19  Julien Danjou  <julien@danjou.info>
11470         * color.el (color-name-to-rgb): Use the white color to find the max
11471         color component value and return correctly computed values.
11472         (color-name-to-rgb): Add missing float conversion for max value.
11474 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
11476         * window.el (window--state-get-1, window-state-get): Do not use
11477         special state value for window-persistent-parameters.
11478         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
11479         (window--state-put-2): Reset all window parameters to nil before
11480         assigning values of persistent parameters.
11482 2012-01-18  Alan Mackenzie  <acm@muc.de>
11484         Eliminate sluggishness and hangs in fontification of "semicolon
11485         deserts".
11487         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11488         Change value 10000 -> 3000.
11489         (c-state-safe-place): Reformulate so it doesn't stack up an
11490         infinite number of wrong entries in c-state-nonlit-pos-cache.
11491         (c-determine-limit-get-base, c-determine-limit): New functions to
11492         determine backward search limits disregarding literals.
11493         (c-find-decl-spots): Amend commenting.
11494         (c-cheap-inside-bracelist-p): New function which detects "={".
11496         * progmodes/cc-fonts.el
11497         (c-make-font-lock-BO-decl-search-function): Give a limit to a
11498         backward search.
11499         (c-font-lock-declarations): Fix an occurrence of point being
11500         undefined.  Check additionally for point being in a bracelist or
11501         near a macro invocation without a semicolon so as to avoid a
11502         fruitless time consuming search for a declarator.  Give a more
11503         precise search limit for declarators using the new
11504         c-determine-limit.
11506 2012-01-18  Glenn Morris  <rgm@gnu.org>
11508         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11509         (set-auto-mode): Doc fixes.
11511 2012-01-17  Glenn Morris  <rgm@gnu.org>
11513         * isearch.el (search-nonincremental-instead): Fix doc typo.
11515         * dired.el (dired-insert-directory): Handle newlines in directory name.
11516         (dired-build-subdir-alist): Unescape newlines in directory name.
11518 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
11520         * net/tramp.el (tramp-local-end-of-line): New defcustom.
11521         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11522         (tramp-action-terminal): Use it.  (Bug#10530)
11524 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11526         * minibuffer.el (completion--replace): Strip properties (bug#10062).
11528 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
11530         * window.el (window-state-ignored-parameters): Remove variable.
11531         (window--state-get-1): Rename argument MARKERS to IGNORE.
11532         Handle persistent window parameters.  Make copy of clone-of
11533         parameter only if requested.  (Bug#10348)
11534         (window--state-put-2): Install a window parameter only if it has
11535         a non-nil value or an existing parameter shall be overwritten.
11537 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
11539         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11541 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
11543         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11544         don't pass the (nil) value of `upnode' to string-match.
11546 2012-01-14  Chong Yidong  <cyd@gnu.org>
11548         * startup.el (command-line): Fix X resource class for cursorColor.
11549         Fix values recognized by the cursorBlink resource.
11551 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
11553         * epg.el (epg--make-temp-file): Avoid permission race condition
11554         when running on old Emacs versions (bug#10403).
11556 2012-01-14  Glenn Morris  <rgm@gnu.org>
11558         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11560 2012-01-13  Alan Mackenzie  <acm@muc.de>
11562         Fix filling for when filladapt mode is enabled.
11564         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11565         c-mask-paragraph, pass in `fill-paragraph' rather than
11566         `fill-region-as-paragraph'.  (This is a reversion of a previous
11567         change.)
11568         * progmodes/cc-mode.el (c-basic-common-init):
11569         Make fill-paragraph-handle-comment buffer local and set it to nil.
11571 2012-01-13  Glenn Morris  <rgm@gnu.org>
11573         * dired.el (dired-switches-escape-p): New function.
11574         (dired-insert-directory): Use dired-switches-escape-p.
11575         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
11577         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
11579 2012-01-12  Glenn Morris  <rgm@gnu.org>
11581         * mail/sendmail.el (mail-mode): Update paragraph-separate for
11582         changes in adaptive-fill-regexp.  (Bug#10276)
11584 2012-01-11  Alan Mackenzie  <acm@muc.de>
11586         Fix Emacs bug #10463 - put `widen's around the critical spots.
11588         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11589         widen around each invocation of c-state-pp-to-literal.  Remove an
11590         unused let variable.
11592 2012-01-11  Glenn Morris  <rgm@gnu.org>
11594         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
11595         Doc fix.
11597 2012-01-10  Chong Yidong  <cyd@gnu.org>
11599         * net/network-stream.el (network-stream-open-starttls):
11600         Avoid emitting a confusing error message when the server gives a bad
11601         response to the capability command.
11603 2012-01-10  Glenn Morris  <rgm@gnu.org>
11605         * mail/unrmail.el (unrmail): Tweak previous change.
11607 2012-01-09  Chong Yidong  <cyd@gnu.org>
11609         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11611 2012-01-08  Alan Mackenzie  <acm@muc.de>
11613         Optimise font locking in long enum definitions.
11615         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11616         arm to a cond form to handle enums.
11617         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11618         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11620 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
11622         * files.el (move-file-to-trash): Preserve default file modes on error.
11623         (Bug#10401)
11625 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11627         * faces.el (set-face-attribute): Clarify the meaning of the nil
11628         frame (bug#10294).
11630         * subr.el (with-selected-frame): Mention that the selected frame
11631         is restored (bug#9980).
11633         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11634         (bug#9759).
11636         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11637         (password-read): Don't autoload unused function.
11639 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
11641         * progmodes/which-func.el (which-func-mode): Turn into a
11642         non-interactive function and mark as obsolete (bug#10428).
11644 2012-01-06  Chong Yidong  <cyd@gnu.org>
11646         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11647         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11648         functions, along with 1 and -1.
11650 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
11652         * time.el (display-time-load-average)
11653         (display-time-default-load-average): Doc fixes.  See the thread
11654         starting at
11655         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11656         for the details.
11658 2012-01-06  Glenn Morris  <rgm@gnu.org>
11660         * mail/unrmail.el (unrmail): Give an explicit error if the input file
11661         has no messages.  (Bug#10377)
11663         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11664         than Info-edit.  (Bug#10385)
11666         * time.el (display-time-load-average, display-time-next-load-average):
11667         Doc fixes.
11669         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11670         local setting of buffer-read-only to the input buffer.  (Bug#10419)
11672         * calendar/calendar.el (calendar-mode):
11673         Locally set scroll-margin to 0.  (Bug#10379)
11675 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
11677         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
11679 2012-01-05  Glenn Morris  <rgm@gnu.org>
11681         * eshell/em-unix.el (diff-no-select): Autoload it.
11682         (eshell/diff): Use diff-no-select.  (Bug#10420)
11684 2012-01-05  Chong Yidong  <cyd@gnu.org>
11686         * shell.el (shell-dynamic-complete-functions): Revert last change.
11687         (shell-command-completion-function): New function.
11688         (shell-completion-vars): Use it to implement
11689         shell-completion-execonly (Bug#10417).
11691         * custom.el (enable-theme): Don't set custom-safe-themes.
11693         * cus-theme.el (custom-theme-merge-theme):
11694         Ignore custom-enabled-themes and custom-safe-themes.
11696 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
11698         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11699         first prompt in `sql-interacive-mode'.
11700         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11701         keywords.
11702         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11703         (sql-product-interactive): Bug fix: Set `sql-buffer' in
11704         context of original buffer.  Invoke `sql-login-hook'.
11706 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
11708         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11709         letters in cite-prefix.
11711 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11713         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11715 2012-01-03  Chong Yidong  <cyd@gnu.org>
11717         * shell.el (shell-dynamic-complete-functions):
11718         Put pcomplete-completions-at-point, so as to try
11719         comint-filename-completion first (Bug#10417).
11721 2012-01-02  Richard Stallman  <rms@gnu.org>
11723         * battery.el (battery-status-function):
11724         Detect when to use battery-yeeloong-sysfs.
11725         (battery-echo-area-format): Add string for Yeeloong.
11726         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11727         (battery-yeeloong-sysfs): New function.
11729 2012-01-02  Chong Yidong  <cyd@gnu.org>
11731         * dirtrack.el (dirtrack-list): Eliminate unused third element.
11732         (dirtrack): Merge code for handling relative filenames in prompt
11733         from shell-dir-cookie-watcher.
11734         (dirtrack-debug-message): New arg to avoid excess format calls.
11736         * shell.el (shell-dir-cookie-re): Variable deleted.
11737         (shell-dir-cookie-watcher): Function deleted.
11738         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11739         with dirtrack-mode.
11741 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
11743         * term/w32-win.el (dynamic-library-alist) <gnutls>:
11744         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11745         libgnutls-26.dll.
11747 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
11749         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11751 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
11753         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11754         headers of non-MIME messages, when rmail-enable-mime is non-nil.
11756 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
11758         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11759         also for alternative shells.
11760         (tramp-open-connection-setup-interactive-shell): Check, whether
11761         the shell is a busybox.
11762         (tramp-send-command): Don't suppress multiple prompts for
11763         busyboxes, it hurts.
11765 2011-12-28  Chong Yidong  <cyd@gnu.org>
11767         * progmodes/gdb-mi.el (gdb-get-source-file-list)
11768         (gdb-get-source-file): Move mode line update to
11769         gdb-get-source-file (Bug#10087).
11771 2011-12-25  Chong Yidong  <cyd@gnu.org>
11773         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11774         gud-gdb-marker-filter without taking it as an argument.
11775         (gud-gdb-run-command-fetch-lines): Caller changed.
11776         (gud-gdb-completion-function): New variable.
11777         (gud-gdb-completion-at-point): Use it.
11778         (gud-gdb-completions-1): Split from gud-gdb-completions.
11780         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11781         function as separate arguments.
11782         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11783         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11784         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11785         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11786         (gdb-stopped, def-gdb-auto-update-trigger)
11787         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11788         (gdb-get-changed-registers, gdb-get-main-selected-frame):
11789         Callers changed.
11790         (gud-gdbmi-completions): New function.
11791         (gdb): Use it for generating the completion table.
11793 2011-12-24  Alan Mackenzie  <acm@muc.de>
11795         Introduce a mechanism to widen the region used in context font
11796         locking.  Use this to protect declarations from losing their contexts.
11798         * progmodes/cc-langs.el (c-before-font-lock-functions):
11799         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11800         (c-before-context-fontification-functions): New defvar, a list of
11801         functions to be run just before context (etc.) font locking.
11803         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11804         New, functionality extracted from
11805         c-neutralize-syntax-in-and-mark-CPP.
11806         (c-in-after-change-fontification): New variable.
11807         (c-after-change): Set c-in-after-change-fontification.
11808         (c-set-fl-decl-start): Rejig its interface, so it can be called
11809         from both after-change and context fontifying.
11810         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11811         New functions.
11812         (c-standard-font-lock-fontify-region-function): New variable.
11813         (c-font-lock-fontify-region): New function.
11815 2011-12-24  Juri Linkov  <juri@jurta.org>
11817         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11818         (Bug#10348)
11820 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
11822         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11823         existence of source file.  (Bug#10325)
11825 2011-12-23  Alan Mackenzie  <acm@muc.de>
11827         Fix unstable fontification inside templates.
11829         * progmodes/cc-langs.el (c-before-font-lock-functions):
11830         Newly created from the singular version.  The (c c++ objc) entry now
11831         additionally has c-set-fl-decl-start.  The other languages (apart
11832         from AWK) have that as a single entry.
11834         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11835         The functionality for "local" declarations has been extracted to
11836         c-set-fl-decl-start.
11838         * progmodes/cc-mode.el (c-common-init, c-after-change):
11839         Changes due to pluralisation of c-before-font-lock-functions.
11840         (c-set-fl-decl-start): New function, extracted from
11841         c-font-lock-enclosing-decls and enhanced.
11843 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
11845         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11847 2011-12-22  Juri Linkov  <juri@jurta.org>
11849         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
11851 2011-12-22  Chong Yidong  <cyd@gnu.org>
11853         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11855 2011-12-21  Drew Adams  <drew.adams@oracle.com>
11857         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
11859 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
11861         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11863 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11865         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
11866         highlighting and support.  Fix up comments for capitalization.
11867         (cfengine-mode-debug): New var.
11868         (cfengine3-mode): Change the modeline indicator to "CFE3".
11869         (cfengine3-font-lock-keywords): Improve defun highlighting.
11870         (cfengine2-actions): Rename from `cfengine-actions'.
11871         (cfengine2-font-lock-keywords): Rename from
11872         `cfengine-font-lock-keywords'.
11873         (cfengine2-imenu-expression): Rename from
11874         `cfengine-imenu-expression'.
11875         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11876         (cfengine2-beginning-of-defun): Rename from
11877         `cfengine-beginning-of-defun'.
11878         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11879         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11880         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
11881         modeline indicator to "CFE2".
11882         (cfengine-mode): Defalias to `cfengine-auto-mode'.
11883         (cfengine-mode-abbrevs): Mark obsolete.
11885 2011-12-21  Chong Yidong  <cyd@gnu.org>
11887         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11888         filename argument.
11890 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
11892         * window.el (window-normalize-buffer-to-display): Remove.
11893         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11895 2011-12-19  Chong Yidong  <cyd@gnu.org>
11897         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11898         Don't signal an error in a predicate function; return non-nil.
11899         (vc-dir-mark-file): Move the error here.
11900         (vc-dir-mark-unmark): If acting on the region, keep going if one
11901         of the entries cannot be marked/unmarked.
11902         (vc-dir-mark-all-files): If current entry is a directory, mark
11903         only child files, as documented.
11905 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
11907         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11908         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11909         addition.
11911 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
11913         * term/ns-win.el (ns-get-selection-internal)
11914         (ns-store-selection-internal): Declare.
11915         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11916         Declare as obsolete.
11917         (ns-get-pasteboard, ns-paste-secondary):
11918         Use ns-get-selection-internal.
11919         (ns-set-pasteboard, ns-copy-including-secondary):
11920         Use ns-store-selection-internal.
11922 2011-12-17  Chong Yidong  <cyd@gnu.org>
11924         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
11925         (vc-deduce-fileset): Doc fix.
11927 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
11929         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11931 2011-12-13  Sam Steingold  <sds@gnu.org>
11933         * man.el (Man-getpage-in-background): When running under a
11934         window-system, ignore $MANWIDTH and $COLUMNS.
11936 2011-12-15  Kenichi Handa  <handa@m17n.org>
11938         * language/ethio-util.el: Change coding tag to utf-8-emacs.
11939         (setup-ethiopic-environment-internal): Comment out key-binding for
11940         ethio-toggle-punctuation.
11942 2011-12-13  Alan Mackenzie  <acm@muc.de>
11944         Add the switch statement to AWK Mode.
11946         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
11947         "default" to the keywords regexp.
11949         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
11950         expression as the rest.
11951         (c-nonlabel-token-key): Allow string literals for AWK.
11952         Refactor for the other modes.
11954         Large brace-block initialisation makes CC Mode slow: Fix.
11955         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
11956         routines.  Limit backward searching in c-font-lock-enclosing.decl.
11958         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11959         pp-state and literal type in addition to the limits.
11960         (c-state-safe-place): New defun, extracted from c-state-literal-at.
11961         (c-state-literal-at): Use the above new defun.
11962         (c-slow-in-literal, c-fast-in-literal): Remove.
11963         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
11965         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11966         being in a literal.  Add a limit for backward searching.
11968         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11969         c-slow-in-literal.
11971 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11973         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11975 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
11977         * window.el (delete-other-windows): Use correct frame in call to
11978         window-with-parameter.
11980 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
11982         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11983         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11984         (makefile-gmake-statements, makefile-makepp-statements):
11985         Use it and add new makepp keywords.
11986         (makefile-makepp-font-lock-keywords): Add new patterns.
11987         (makefile-match-function-end): Match new [...] and [[...]].
11989 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
11991         * ses.el (ses-call-printer-return, ses-cell-property-get)
11992         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11993         (ses-create-cell-variable, ses-reset-header-string)
11994         (ses-cell-set-formula, ses-repair-cell-reference-all)
11995         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11996         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11997         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11998         (ses-aset-with-undo, ses-load, ses-truncate-cell)
11999         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12000         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
12001         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
12002         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
12003         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
12004         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
12005         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
12006         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
12008 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
12010         * ses.el: The overall change is to add cell renaming, that is
12011         setting fancy names for cell symbols other than name matching
12012         "\\`[A-Z]+[0-9]+\\'" regexp .
12013         (ses-create-cell-variable): New defun.
12014         (ses-relocate-formula): Relocate formulas only for cells the
12015         symbols of which are not renamed, i.e. symbols whose names do not
12016         match regexp "\\`[A-Z]+[0-9]+\\'".
12017         (ses-relocate-all): Relocate values only for cells the symbols of
12018         which are not renamed.
12019         (ses-load): Create cells variables as the (ses-cell ...) are read,
12020         in order to check row col consistency with cell symbol name only
12021         for cells that are not renamed.
12022         (ses-replace-name-in-formula): New defun.
12023         (ses-rename-cell): New defun.
12025 2011-12-11  Chong Yidong  <cyd@gnu.org>
12027         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12028         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12030 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
12032         * window.el (other-window): Fix docstring.
12034 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
12036         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
12037         `from' or `to' address before taking its substring.
12038         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
12039         encoded name is chopped in the middle of the encoded string, and
12040         thus displayed encoded.
12042 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
12044         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12046 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
12048         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
12049         to use texinfo-update-node and commands that call it if the
12050         Texinfo file uses @node lines without next/prev/up pointers.
12051         Correct outdated description about texinfo-master-menu.
12052         (texinfo-all-menus-update, texinfo-master-menu)
12053         (texinfo-update-node, texinfo-every-node-update)
12054         (texinfo-multiple-files-update): Doc fix.  Warn against updating
12055         all the @node lines.
12056         (texinfo-master-menu): Only call texinfo-update-node if the prefix
12057         argument is numeric.  Explain better in the doc string what the
12058         function really does.
12059         (texinfo-insert-master-menu-list): Improve the error message
12060         displayed if there's no menu in the Top node.
12061         (Bug#2975)  See also this thread:
12062         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12064 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
12066         * speedbar.el (speedbar-supported-extension-expressions):
12067         Add .adb and .ads, commonly used for Ada source code (bug#10256).
12069 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
12071         * printing.el (pr-mode-alist):
12072         * simple.el (filter-buffer-substring-functions)
12073         (completion-list-insert-choice-function):
12074         * window.el (window-with-parameter, window-atom-root)
12075         (window-sides-slots, window-size-fixed, window-min-delta)
12076         (window-max-delta, window--resize-mini-window)
12077         (window--resize-child-windows-normal, window-tree)
12078         (delete-other-windows, quit-window, split-window)
12079         (display-buffer-record-window, special-display-buffer-names)
12080         (special-display-regexps, special-display-popup-frame)
12081         (same-window-p, split-window-sensibly)
12082         (display-buffer-overriding-action, display-buffer-alist)
12083         (display-buffer-base-action, display-buffer, switch-to-buffer)
12084         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12085         (fit-window-to-buffer, recenter-positions)
12086         (mouse-autoselect-window-state, mouse-autoselect-window-select):
12087         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12088         and remove unneeded backslashes in docstrings.
12090 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12092         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12094         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12095         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12096         end in ".mk".
12097         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12098         when reading the makefile (bug#10116).
12100 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12102         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12103         (bug#10116).
12105 2011-12-06  Glenn Morris  <rgm@gnu.org>
12107         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12109 2011-12-06  Chong Yidong  <cyd@gnu.org>
12111         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12113 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
12115         * textmodes/table.el (table-shorten-cell): Fix typo.
12117 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
12119         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12121 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
12123         * descr-text.el (describe-char): Fix display of strong
12124         right-to-left characters and directional embeddings and overrides.
12126         * simple.el (what-cursor-position): Fix display of codepoints of
12127         strong right-to-left characters.
12129 2011-12-05  Chong Yidong  <cyd@gnu.org>
12131         * faces.el (read-color): Doc fix.
12133 2011-12-05  Glenn Morris  <rgm@gnu.org>
12135         * align.el (align--set-marker): Add doc-string.
12136         Don't try to move something that is not a marker.  (Bug#10216)
12138 2011-12-04  Glenn Morris  <rgm@gnu.org>
12140         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12141         overly zealous deletion of trailing whitespace.
12143 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
12145         * server.el (server-delete-client): On Windows, do not try to delete
12146         the only terminal.
12147         (server-process-filter): On Windows, treat requests for a tty frame as
12148         if they were for a GUI frame if the running server is in GUI mode.
12150 2011-12-03  Glenn Morris  <rgm@gnu.org>
12152         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
12154 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12156         * electric.el: Streamline electric-indent's hook.
12157         (electric-indent-chars): Revert to simple list.
12158         (electric-indent-functions): New var.
12159         (electric-indent-post-self-insert-function): Use it.
12161         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12162         there's no inferior buffer (bug#10196).
12163         (prolog-consult-compile): Don't use toggle-read-only.
12165 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
12167         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12168         interrupt.  (Bug#10187)
12170 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12172         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12173         (bug#9160).
12175         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12176         (bug#10191).
12178 2011-12-02  Juri Linkov  <juri@jurta.org>
12180         * info.el (Info-search): Display "end of manual" when Isearch
12181         reaches the end of single-file Info manual.  (Bug#9918)
12183 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
12185         * isearch.el (isearch-message-prefix): Run the input method part
12186         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
12188 2011-12-02  Juri Linkov  <juri@jurta.org>
12190         * isearch.el (isearch-occur): Use `word-search-regexp' for
12191         `isearch-word'.
12192         (isearch-search-and-update): Add condition for `isearch-word' and
12193         call `word-search-regexp'.  (Bug#10145)
12195 2011-12-01  Glenn Morris  <rgm@gnu.org>
12197         * eshell/em-hist.el (eshell-hist-initialize):
12198         Handle eshell-history-size nil and HISTSIZE set or unset.
12199         (eshell-history-file-name, eshell-history-size): Fix custom type.
12201 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12203         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12205 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
12207         * progmodes/verilog-mode.el (verilog-pretty-expr):
12208         Rework verilog-pretty-expr to handle new assignment operators in system
12209         verilog, such as += *= and the like.
12210         (verilog-assignment-operator-re): Regular expression to find the
12211         assigment operator in a verilog assignment.
12212         (verilog-assignment-operation-re): Regular expression to find an
12213         assignment statement for pretty-expr.
12214         (verilog-in-attribute-p): Query returns true if point is in an
12215         attribute context; used to skip these for expression line up from
12216         pretty-expr.
12217         (verilog-in-parameter-p): Query returns true if point is in an
12218         parameter definition context; used to skip these for expression
12219         line up from pretty-expr.
12220         (verilog-in-parenthesis-p): Query returns true if point is in a
12221         parenthetical expression, specifically ( ) but not [ ] or { };
12222         used by pretty-expr.
12223         (verilog-just-one-space): If there is no space, don't add one.
12224         (verilog-get-lineup-indent-2): Specifically skip just attribute
12225         contexts for expression lineup, rather than skipping all
12226         parenthetical expressions.
12227         (verilog-calculate-indent): Fix comment, and fix indent.
12228         (verilog-do-indent): Indent declarations in lists (suggested by
12229         Joachim Lechner).
12230         (verilog-mode-abbrev-table): Populate abbrev mode with the various
12231         skeleton items.
12232         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12233         by Alain Mellan).
12235 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
12237         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12238         parameters with embedded comments.  Reported by Ray Stevens.
12239         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12240         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12241         Reported by Tim Holt.
12242         (verilog-auto): Fix AUTOing a upper module then AUTOing module
12243         instantiated by upper module causing wrong expansion until AUTOed a
12244         second time.  Reported by K C Buckenmaier.
12245         (verilog-diff-auto): Fix showing .* as a difference when
12246         `verilog-auto-star-save' off.  Reported by Dan Dever.
12247         (verilog-auto-reset, verilog-read-always-signals)
12248         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12249         temporary signals in reset list if
12250         verilog-auto-reset-blocking-in-non is nil, and match assignment
12251         style to each signal's assignment type, bug381.
12252         Reported by Thomas Esposito.
12253         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12254         (verilog-uvm-statement-re): Support UVM indentation and
12255         highlighting, with old OVM keywords only.
12256         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12257         Support AUTOTIEOFF creating non-wire data types.
12258         Suggested by Jonathan Greenlaw.
12259         (verilog-auto-insert-lisp, verilog-delete-to-paren)
12260         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12261         (verilog-inject-sense, verilog-read-inst-pins)
12262         (verilog-read-sub-decls, verilog-read-sub-decls-line):
12263         Fix mismatching parenthesis inside commented out code when deleting
12264         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
12265         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12266         non-numeric vector width.  Reported by Alex Reed.
12267         (verilog-auto-ascii-enum): Add "onehot" option to work around not
12268         detecting signals with parameter widths.  Reported by Alex Reed.
12269         (verilog-auto-delete-trailing-whitespace):
12270         With `verilog-auto-delete-trailing-whitespace' remove trailing
12271         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
12272         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12273         Fix verilog-scan-cache corruption when running user AUTO expansion
12274         hooks that call indentation routines.
12275         (verilog-simplify-range-expression): Fix typo ignoring lower case
12276         identifiers.
12277         (verilog-delete-auto): Fix delete-autos to also remove user created
12278         automatics, as long as they start with AUTO.
12279         (verilog-batch-diff-auto, verilog-diff-auto)
12280         (verilog-diff-function): Add `verilog-diff-auto' and bind to
12281         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
12282         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12283         (verilog-in-paren-quick, verilog-re-search-backward-quick)
12284         (verilog-re-search-forward-quick, verilog-syntax-ppss):
12285         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12286         is disabled and its cache will get corrupt, causing AUTOS not to
12287         expand.  Instead use only -quick functions.
12288         (verilog-scan-region): Fix scanning over escaped quotes.
12289         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12290         (verilog-re-search-backward-quick)
12291         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12292         related functions now ignore strings, to fix misparsing of strings
12293         with magic comments embedded in them.
12294         (verilog-read-auto-template):
12295         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12296         Reported by Brad Dobbie.
12297         (verilog-read-auto-template):
12298         Fix 'verilog-auto-inst-template-numbers' with comments.
12299         Reported by Brad Dobbie.
12300         (verilog-auto-inst, verilog-auto-inst-param)
12301         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12302         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
12303         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12304         debugging templates without merge conflicts, bug357.
12305         Reported by Brad Dobbie.
12306         (verilog-read-auto-template):
12307         Fix verilog-auto-inst-template-numbers with multiple templates.
12308         Reported by Brad Dobbie.
12309         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12310         abbrevs so user won't be asked to save.
12311         (verilog-read-auto-lisp-present): Fix to start at beginning of
12312         buffer in case called outside of verilog-auto.
12313         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12314         to "X-2".  Reported by Matthew Myers.
12315         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12316         all inputs from module templates.  Reported by Leith Johnson.
12317         (verilog-module-inside-filename-p): Fix locating programs as with
12318         modules.
12319         (verilog-auto-inst-port): Fix vl-width expressions when using
12320         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
12321         (verilog-decls-get-regs, verilog-decls-get-signals,
12322         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12323         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12324         verilog-read-decls): Combine reg and wire structures into one var
12325         structure to represent SystemVerilog concepts.
12326         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12327         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12328         (verilog-auto-wire-type, verilog-insert-definition):
12329         Add verilog-auto-wire-type and AUTOLOGIC to support using
12330         SystemVerilog "logic" keyword instead of "wire"/"reg".
12331         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12332         to declares outputs that also have assignments (presumably in an
12333         ifdef or generate if so there's not a driver conflict).
12334         Reported by Matthew Myers.
12335         (verilog-auto-declare-nettype, verilog-insert-definition):
12336         Add verilog-auto-declare-nettype to fix declarations using
12337         `default_nettype none.  Reported by Julian Gorfajn.
12338         (verilog-read-always-signals-recurse, verilog-read-decls)
12339         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12340         malformed end statement, bug325.  Reported by Joshua Wise and
12341         Andrew Drake.
12342         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12343         (verilog-inst-comment-re): Fix not deleting Interfaced comment
12344         when expanding .* in interfaces, bug320.
12345         Reported by Pierre-David Pfister.
12346         (verilog-read-module-name): Fix import statements between module
12347         name and open parenthesis, bug317.
12348         Reported by Pierre-David Pfister.
12349         (verilog-simplify-range-expression): Fix simplification of
12350         multiplications inside AUTOWIRE connections, bug303.
12351         (verilog-auto-inst-port): Support parameter expansion in
12352         multidimensional arrays.
12353         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12354         after "assert property".  Reported by Julian Gorfajn.
12355         (verilog-simplify-range-expression): Fix "couldn't merge" errors
12356         with multiplication, bug303.
12357         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12358         Reported by Jan Frode Lonnum.
12360 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
12362         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12363         (hfy-shell-file-name, hfy-shell):
12364         * international/fontset.el (x-decompose-font-name): Fix typos.
12366 2011-11-29  Ken Brown  <kbrown@cornell.edu>
12368         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12369         (gdb-version): Remove defvar.
12370         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12371         (gdb-gud-context-command, gdb-non-stop-handler)
12372         (gdb-current-context-command, gdb-stopped): Use it.
12373         (gdb-init-1): Enable pretty printing here.
12374         (gdb-non-stop-handler): Don't enable pretty-printing here.
12375         Check to see if the target supports non-stop mode; if not, turn off
12376         non-stop mode.  Use the following.
12377         (gdb-check-target-async): New defun.
12378         (gud-watch, gdb-stopped): Fix whitespace.
12379         (gdb-get-source-file): Don't try to display the source file if
12380         `gdb-main-file' is nil.
12382 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12384         * align.el: Try to generate fewer markers (bug#10047).
12385         (align--set-marker): New macro.
12386         (align-region): Use it.
12388 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12390         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12392 2011-11-29  Chong Yidong  <cyd@gnu.org>
12394         * indent.el (indent-for-tab-command, indent-according-to-mode):
12395         Doc fix.
12396         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
12398 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
12400         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12401         aware of remote file names.  (Bug#10124)
12403 2011-11-29  Chong Yidong  <cyd@gnu.org>
12405         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12407 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12409         * files.el (find-file): Don't use force-same-window (bug#10144).
12410         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12411         use pop-to-buffer if the selected window can't be used.
12412         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12414 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
12416         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12417         special-mode-map.
12419 2011-11-28  Chong Yidong  <cyd@gnu.org>
12421         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12423 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
12425         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12426           gdb-get-source-file-list on gdb-create-source-file-list.
12428 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
12430         * whitespace.el (whitespace-newline): Use a different foreground
12431         color for 16-color light-background displays.
12433 2011-11-24  Chong Yidong  <cyd@gnu.org>
12435         * window.el (display-buffer--special-action): Doc fix.
12437 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
12439         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12440         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12441         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12442         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12443         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12444         (avl-tree-stack-first):
12445         * emacs-lisp/cconv.el (cconv--analyse-use):
12446         * net/gnutls.el (gnutls-negotiate): Fix typos.
12448 2011-11-24  Glenn Morris  <rgm@gnu.org>
12450         * lpr.el (lpr-windows-system, lpr-lp-system):
12451         * mail/binhex.el (binhex-begin-line):
12452         * progmodes/grep.el (grep-history, grep-find-history):
12453         * textmodes/flyspell.el:
12454         * vc/pcvs-defs.el (cvs-global-menu):
12455         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12456         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12457         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12459         * net/tls.el: Fix case of "GnuTLS".
12461         * paths.el (rmail-file-name): Format doc-string for make-docfile.
12463         * version.el (emacs-build-system): Give it a doc-string.
12465 2011-11-24  Juri Linkov  <juri@jurta.org>
12467         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12469 2011-11-24  Glenn Morris  <rgm@gnu.org>
12471         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12472         if called on a non-mime message just toggle the headers.  (Bug#8006)
12474 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
12476         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12477         (allout-lead-with-comment-string, allout-structure-deleted-hook)
12478         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12479         (allout-rebullet-heading, allout-open-sibtopic)
12480         (allout-toggle-current-subtree-encryption)
12481         (allout-toggle-subtree-encryption, allout-encrypt-string)
12482         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12483         (allout-distinctive-bullets-string, allout-auto-activation):
12484         * window.el (window-normalize-buffer-to-display):
12485         * progmodes/verilog-mode.el (verilog-batch-indent):
12486         * textmodes/bibtex.el (bibtex-field-braces-opt)
12487         (bibtex-field-strings-opt):
12488         * vc/cvs-status.el (cvs-tree-merge):
12489         Fix typos.
12491 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
12493         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12494         `non-essential' to t, in order to avoid remote connections.
12496 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
12498         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12499         On MS-DOS and MS-Windows, compare with loaddefs.el
12500         case-insensitively.
12502 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
12504         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
12506 2011-11-23  Glenn Morris  <rgm@gnu.org>
12508         * paths.el (rmail-file-name): Reformat the doc-string so that it
12509         is picked up.
12511         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12512         (rmail-auto-file): Ignore case in the "special" field names,
12513         as mail-fetch-field does for all others.
12515         * mail/rmail.el (rmail-forward):
12516         * mail/rmailkwd.el (rmail-set-label):
12517         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12518         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
12520         * mail/rmail.el (rmail-current-message): Doc fix.
12522         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
12524 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12526         * server.el (server-eval-and-print): Allow C-g (bug#6585).
12528 2011-11-22  Glenn Morris  <rgm@gnu.org>
12530         * mail/rmailmm.el (test-rmail-mime-handler)
12531         (test-rmail-mime-bulk-handler)
12532         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12534 2011-11-21  Juri Linkov  <juri@jurta.org>
12536         * calc/calc.el (calc-read-key-sequence):
12537         Let-bind `input-method-function' to nil.  (Bug#10018)
12539 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12541         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12542         Tell the caller that the next line needs recomputation, even
12543         though it doesn't start a sexp (bug#10094).
12545 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12547         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12549 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12551         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12552         Use force-same-window.
12554 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
12556         * descr-text.el (describe-char-unicode-data):
12557         * json.el (json-string-escape):
12558         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12559         (Footnote-unicode, Footnote-style-p):
12560         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12562 2011-11-20  Chong Yidong  <cyd@gnu.org>
12564         * window.el (replace-buffer-in-windows): Restore interactive spec.
12566 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12568         * electric.el (electric-indent-mode): Fix last change (too optimistic).
12570         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12571         (byte-compile-global-not-obsolete-vars): New var.
12572         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12573         Use it.
12574         (byte-compile-warn-obsolete): Align text with the one in *Help*.
12576 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
12578         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12579         * progmodes/pascal.el (electric-pascal-equal):
12580         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12581         * xml.el (xml-substitute-special): Fix typos.
12583 2011-11-20  Glenn Morris  <rgm@gnu.org>
12585         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12586         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12587         Doc fixes.
12588         (rmail-decode-mime-charset): Mark as obsolete.
12590         * mail/rmailsum.el (rmail-message-regexp-p-1):
12591         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12592         Before using mime functions, check they are set.  (Bug#10077)
12594 2011-11-19  Juri Linkov  <juri@jurta.org>
12596         * info.el (Info-finder-find-node): Use `package--builtins' instead
12597         of `package-alist'.  Use node names formed by the pattern "Keyword "
12598         and the keyword name.
12600 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
12602         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12604 2011-11-19  Juri Linkov  <juri@jurta.org>
12606         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12607         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
12608         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12609         `old-history', `old-history-forward'.  Add let-binding
12610         `window-selected'.  Remove calls to `kill-buffer',
12611         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
12612         before calling `Info-find-node', so `Info-find-node-2' will reread
12613         the Info file.  Restore window positions only when `window-selected'
12614         is non-nil.
12616 2011-11-19  Juri Linkov  <juri@jurta.org>
12618         * isearch.el (isearch-lazy-highlight-new-loop):
12619         Remove condition `(not isearch-error)'.  (Bug#9918)
12621         * misearch.el (multi-isearch-search-fun): Add condition
12622         `(not bound)' to ignore lazy-highlighting search.
12623         Add the search-failed message "end of multi" when the end of
12624         multi-sequence is reached.  Uncapitalize the search-failed
12625         message "Repeat for next buffer".
12627         * info.el (Info-search): Add the search-failed message
12628         "end of the manual" when the end of the manual is reached
12629         in Isearch mode.
12631 2011-11-19  Juri Linkov  <juri@jurta.org>
12633         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12634         Use non-destructive `remove' instead of `delete' because
12635         `Info-history-list' stored to `Info-isearch-initial-history-list' in
12636         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12638 2011-11-19  Juri Linkov  <juri@jurta.org>
12640         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12641         to nil instead of binding `search-ring' and `regexp-search-ring'.
12642         (Bug#9185)
12644 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
12646         * simple.el (line-move): Force movement by logical lines for any
12647         hscrolled window, not only when auto-hscroll-mode is on.
12648         (line-move-visual): Update doc string to that effect.  (Bug#10076)
12650 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
12652         * language/european.el (macintosh): Define as alias for mac-roman.
12654 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
12656         * mail/rmailmm.el (rmail-mime-display-header)
12657         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12658         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12659         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12660         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12661         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12662         of a raw aref.
12663         (rmail-mime-entity-segment): To get past the tagline, move forward
12664         2 more lines, to account for the 2 empty lines that precede and
12665         follow the line with the buttons.
12666         (rmail-mime-update-tagline): Move one more line, to get past the
12667         empty line that follows the buttons in the tagline.  (Bug#9520)
12669 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
12671         * window.el (window-max-delta-1, window-min-delta-1)
12672         (window-min-size-1, window-state-get-1, window-state-put-1)
12673         (window-state-put-2): Use "window--" prefix.
12675 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12677         * emacs-lisp/smie.el: Improve warnings and conflict detection.
12678         (smie-warning-count): New var.
12679         (smie-set-prec2tab): Use it.
12680         (smie-bnf->prec2): Improve warnings.  Add docstring.
12681         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12682         (smie-bnf--set-class): New function.
12683         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
12684         corner case.
12686         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12687         (compilation-error-properties, compilation-move-to-column):
12688         Handle compilation-first-column while in the target buffer.
12690         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12691         Don't hardcode point-min==1.
12693         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12694         (eshell-rewrite-for-command): Remove workaround.
12695         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12696         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12697         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12699         * files-x.el (modify-file-local-variable): Obey commenting conventions.
12701 2011-11-17  Glenn Morris  <rgm@gnu.org>
12703         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12704         Ignore buffer-local generated-autoload-file if it is the same
12705         as the global value.  (Bug#10049)
12707 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
12709         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12710         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12711         (reftex-toc-previous-heading, reftex-toc-max-level)
12712         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12713         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12714         (reftex-toc-do-promote, reftex-toc-promote-prepare)
12715         (reftex-toc-promote-action, reftex-toc-extract-section-number)
12716         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12717         (reftex-toc-rename-label, reftex-toc-visit-location)
12718         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12719         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12720         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12721         leaving "*toc*" only for references to the buffer.
12723 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
12725         * window.el (window-resize, delete-window, split-window):
12726         Replace window-splits by window-combination-resize.
12727         * cus-start.el (window-splits): Replace by window-combination-resize.
12729 2011-11-17  Glenn Morris  <rgm@gnu.org>
12731         * progmodes/sh-script.el (sh-font-lock-keywords-var):
12732         Make bash entry derive from sh entry, not shell entry.
12734 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
12736         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12737         local file name.
12739 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
12741         * menu-bar.el (menu-bar-file-menu):
12742         * printing.el (pr-ps-utility):
12743         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12744         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12745         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12746         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12747         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12748         (icalendar--convert-cyclic-to-ical)
12749         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12750         (icalendar--convert-ical-to-diary)
12751         (icalendar--convert-recurring-to-diary)
12752         (icalendar--convert-non-recurring-all-day-to-diary)
12753         (icalendar-import-format-sample):
12754         * progmodes/idlw-shell.el (idlwave-shell-mode):
12755         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12756         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12757         (vhdl-ps-print-init): Fix typos.
12759 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
12761         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12762         FSF and collapse date sequence, obscure author/maintainer email address
12763         better, remove extra version line, track relocation of author's webpage.
12765         * progmodes/python.el (python-pdbtrack-input-prompt)
12766         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12767         regular python pdb prompts.  Adjustments shamelessly taken exactly as
12768         suggested in EmacsWiki page (tiny change):
12769         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12771 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
12773         * expand.el (expand-pos, expand-index, expand-point):
12774         Remove redundant info from docstring.
12775         (expand-add-abbrevs): Doc fix.
12776         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12777         (expand-sample-perl-mode-expand-list): Fix typos.
12779         * net/dbus.el (dbus-event-member-name):
12780         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12781         * term/pc-win.el (msdos-create-frame-with-faces):
12782         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12784 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
12786         * window.el (split-window, window-state-get-1)
12787         (window-state-put-1, window-state-put-2): Rename occurrences of
12788         window-nest to window-combination-limit.
12789         * cus-start.el (window-nest): Rename to window-combination-limit.
12791 2011-11-16  Chong Yidong  <cyd@gnu.org>
12793         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12794         regexp (Bug#10033).
12796 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12798         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12799         `completing-read' will remove *Completions* and will preserve
12800         current-buffer for us.
12801         (tmm-add-prompt): Users of *Completions* will always (re)set its
12802         major mode.
12803         (tmm-old-comp-map): Remove.
12805 2011-11-16  Glenn Morris  <rgm@gnu.org>
12807         * mail/rmailedit.el: Require rmailmm when compiling.
12808         (rmail-old-mime-state): New declaration.
12809         (rmail-edit-current-message): If editing a mime message,
12810         edit the "raw" message from the mbox buffer.
12811         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
12813 2011-11-15  Glenn Morris  <rgm@gnu.org>
12815         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12816         which wasn't being used.  Add optional arg to force given state.
12817         (rmail-mime): Add optional arg to force given state.
12819 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
12821         * allout.el (allout-encryption-plaintext-sanitization-regexps):
12822         * frame.el (display-mm-dimensions-alist):
12823         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12824         (outline-move-subtree-down):
12825         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12826         (newsticker--treeview-do-get-node):
12827         * net/quickurl.el (quickurl-list-buffer-name):
12828         * progmodes/dcl-mode.el (dcl-mode):
12829         * progmodes/gdb-mi.el (gdb-mapcar*):
12830         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12832 2011-11-15  Glenn Morris  <rgm@gnu.org>
12834         * mail/rmail.el (rmail-file-coding-system): It's only ever used
12835         in a boolean sense, so just make it a boolean, and fix the doc.
12836         (rmail-show-mime-function, rmail-mime-feature)
12837         (rmail-require-mime-maybe): Doc fixes.
12838         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12840         * mail/rmailmm.el (rmail-show-mime): Doc fix.
12842 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
12844         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12845         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12846         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12847         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12849 2011-11-15  Glenn Morris  <rgm@gnu.org>
12851         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12852         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12853         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12854         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12855         (rmail-mime, rmail-show-mime): Doc fixes.
12857         * term/ns-win.el (mode-line-frame-identification):
12858         Leave it alone.  (Bug#10051)
12860         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
12862         * mail/rmailout.el (rmail-output-to-rmail-buffer):
12863         Handle empty buffers.  (Bug#9978)
12865 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
12867         * international/mule.el (define-charset):
12868         * mail/rmailmm.el (rmail-mime-find-header-encoding):
12869         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12870         * progmodes/verilog-mode.el (verilog-backward-token):
12871         * textmodes/ispell.el (lookup-words):
12872         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12874 2011-11-14  Glenn Morris  <rgm@gnu.org>
12876         * progmodes/executable.el
12877         (executable-make-buffer-file-executable-if-script-p):
12878         Handle file-modes returning nil.
12880         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12881         message - not necessary, and causes problems.  (Bug#9831)
12883         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12885         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12887         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12888         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
12889         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12891 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
12893         * window.el (window-resize, delete-window): Use window-splits
12894         variable instead of function.
12895         (window-state-get-1, window-state-put-2, window-state-put):
12896         Don't deal with windows' splits status.
12898 2011-11-12  Glenn Morris  <rgm@gnu.org>
12900         * apropos.el (apropos-do-all, apropos-library, apropos-value)
12901         (apropos-documentation): Doc fixes.
12903 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
12905         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12906         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12908 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12910         * electric.el (electric-indent-post-self-insert-function): Make it
12911         possible for a char to only indent in some circumstances.
12912         (electric-indent-mode): Simplify.
12914 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
12916         * window.el (windows-with-parameter): Remove unused function.
12917         (windows-at-side): Rename to window-at-side-list.
12918         (window-check, window-atom-check, window-atom-check-1)
12919         (window-side-check, window-size-ignore, window-size-fixed-1)
12920         (window-in-direction-2): Prefix with "window--".
12921         (window-tree-1): Rename to window--subtree, fix doc-string.
12923 2011-11-11  Glenn Morris  <rgm@gnu.org>
12925         * subr.el (eval-after-load): If FILE is already loaded,
12926         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
12928 2011-11-10  Glenn Morris  <rgm@gnu.org>
12930         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12931         Call svn via vc-svn-command rather than vc-do-command.
12932         (vc-svn-command): Add --non-interactive.  (Bug#9993)
12933         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12935         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12936         Add toggle-read-only.  (Bug#7292)
12937         * files.el (toggle-read-only): Mention that it should only
12938         be used interactively.  (Bug#10006)
12940 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12942         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12943         Adjust regexp for OCaml warnings.
12945         * electric.el (electric-pair-post-self-insert-function): Let user
12946         turn it off buffer-locally (bug#9932).
12948         * progmodes/python.el (python-beginning-of-statement):
12949         Rewrite (bug#2703).
12951         * progmodes/compile.el: Better handle TABs (bug#9749).
12952         (compilation-internal-error-properties)
12953         (compilation-next-error-function): Obey the target buffer's
12954         compilation-error-screen-columns.
12956 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
12958         * progmodes/meta-mode.el: Remove obsolete comments.
12959         (meta-right-comment-regexp, meta-ignore-comment-regexp):
12960         Fix typos in docstrings.
12962 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
12964         * window.el (window-size-fixed-p): Rewrite doc-string.
12965         (window-resizable-p): Rename to window--resizable-p.  Update callers.
12966         (window--resizable): New function.  Make all callers of
12967         window-resizable call window--resizable instead.
12968         (window-resizable): Rewrite in terms of window--resizable.
12970 2011-11-08  Glenn Morris  <rgm@gnu.org>
12972         * progmodes/delphi.el (delphi-mode-syntax-table):
12973         Let define-derived-mode define a proper syntax table.  (Bug#9994)
12975 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12977         * window.el: Stay away from defsubst.
12978         (window-list-no-nils): Remove.
12979         (window-state-get-1, window-state-get): Use backquote instead.
12981 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12983         * emacs-lisp/find-func.el (find-function-read):
12984         Fix incorrect use of default argument in `completing-read'.
12986 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
12988         * window.el (display-buffer-function, special-display-function):
12989         Mention display-buffer-record-window but do not mention
12990         help-setup parameter in doc-strings.
12991         (window-min-delta): Fix doc-string typo.
12993 2011-11-08  Chong Yidong  <cyd@gnu.org>
12995         * window.el (window-total-height, window-total-width): Doc fix.
12996         (window-body-size): Move from C.
12997         (window-body-height, window-body-width): Move to C.
12999 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13001         * window.el: Make special-display like display-buffer-alist (bug#9532).
13002         (display-buffer--special-action): New function, morphed
13003         from display-buffer--special.
13004         (display-buffer): Use it to handle special-display-buffers at higher
13005         priority (just after display-buffer-alist).
13006         (display-buffer-fallback-action, display-buffer--other-frame-action)
13007         (pop-to-buffer-same-window): Remove display-buffer--special.
13009 2011-11-07  Glenn Morris  <rgm@gnu.org>
13011         * calendar/cal-menu.el (cal-menu-set-date-title):
13012         Do nothing if not in a calendar.  (Bug#9976)
13014 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13016         * files.el (find-file): Always use selected-window.
13018 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
13020         * window.el (window-combinations): Make WINDOW argument
13021         mandatory.  Rewrite doc-string.
13022         (walk-window-subtree, window-atom-check, window-min-delta)
13023         (window-max-delta, window--resize-this-window)
13024         (window--resize-root-window-vertically, window-tree)
13025         (balance-windows, window-state-put): Rewrite doc-strings as to
13026         not mention the term "subwindow".
13027         (window--resize-subwindows-skip-p): Rename to
13028         window--resize-child-windows-skip-p.
13029         (window--resize-subwindows-normal): Rename to
13030         window--resize-child-windows-normal.
13031         (window--resize-subwindows): Rename to
13032         window--resize-child-windows.
13033         (window-or-subwindow-p): Rename to window--in-subtree-p.
13035 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
13037         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13038         Ensure that mbox format messages end in two newlines (Bug#9974).
13040 2011-11-06  Chong Yidong  <cyd@gnu.org>
13042         * window.el (window-combination-p): Function deleted; its
13043         side-effect is not used in any existing code.
13044         (window-combinations, window-combined-p): Call window-*-child
13045         directly.
13047 2011-11-05  Chong Yidong  <cyd@gnu.org>
13049         * window.el (window-valid-p): Rename from window-any-p.
13050         (window-size-ignore, window-state-get): Callers changed.
13051         (window-normalize-window): Rename from window-normalize-any-window.
13052         New arg LIVE-ONLY, replacing window-normalize-live-window.
13053         (window-normalize-live-window): Delete.
13054         (window-combination-p, window-combined-p, window-combinations)
13055         (walk-window-subtree, window-atom-root, window-min-size)
13056         (window-sizable, window-sizable-p, window-size-fixed-p)
13057         (window-min-delta, window-max-delta, window-resizable)
13058         (window-resizable-p, window-full-height-p, window-full-width-p)
13059         (window-current-scroll-bars, window-point-1, set-window-point-1)
13060         (window-at-side-p, window-in-direction, window-resize)
13061         (adjust-window-trailing-edge, maximize-window, minimize-window)
13062         (window-deletable-p, delete-window, delete-other-windows)
13063         (record-window-buffer, unrecord-window-buffer)
13064         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13065         (quit-window, split-window, window-state-put)
13066         (set-window-text-height, fit-window-to-buffer)
13067         (shrink-window-if-larger-than-buffer): Callers changed.
13069 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
13071         * mail/rmail.el (rmail-simplified-subject): Decode subject with
13072         rfc2047-decode-string.
13073         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13074         warnings.
13076         * window.el (window-body-height, window-body-width): Mention in
13077         the doc string that the return values are in frame's canonical
13078         units.  (Bug#9949)
13080 2011-11-03  Alan Mackenzie  <acm@muc.de>
13082         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13083         change in cc-engine.el.
13085 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13087         * window.el (switch-to-buffer): Use `force-same-window' interactively.
13089 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
13091         * window.el (quit-window): Call unrecord-window-buffer after
13092         showing another buffer in the window.  (Bug#9937)
13093         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
13095 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
13097         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13098         Accept status with more than 9 shelves.  (Bug#9935)
13099         Reported by Colin D Bennett <colin@gibibit.com>.
13101 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
13103         * help.el (with-help-window): Don't reference
13104         temp-buffer-show-specifiers in doc-string.
13106 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
13108         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13109         menu-item.
13111 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13113         * whitespace.el: New version 13.2.2.
13114         (whitespace-newline-mode): Disable properly.  Reported by Sarah
13115         <EmacsWiki>.
13117 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
13119         * net/newst-treeview.el: Remove "Time-stamp".
13120         (newsticker--group-manage-orphan-feeds): Do not call
13121         newsticker--treeview-tree-update.
13122         (newsticker-treeview-update, newsticker-treeview):
13123         Call newsticker--treeview-tree-update if necessary.
13125 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
13127         * window.el (window-iso-combination-p, window-iso-combined-p)
13128         (window-iso-combinations): Remove "iso-" infix.
13129         Suggested by Chong Yidong.
13130         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13131         (window-max-delta-1, window-resize, window--resize-siblings)
13132         (window--resize-this-window, adjust-window-trailing-edge)
13133         (split-window, balance-windows-1)
13134         (shrink-window-if-larger-than-buffer):
13135         * calendar/calendar.el (calendar-generate-window):
13136         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
13138 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13140         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13141         in place (bug#9907).
13142         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13143         (eshell-rewrite-if-command, eshell-rewrite-for-command)
13144         (eshell-structure-basic-command, eshell-rewrite-while-command)
13145         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13146         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13147         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13148         (eshell-do-pipelines-synchronously, eshell-eval-command):
13149         Use backquotes and prefer setq to set.
13150         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13151         (eshell-macrop): Use functionp.
13152         (eshell-do-eval): Handle multiple expressions in `while' body.
13154 2011-10-30  Chong Yidong  <cyd@gnu.org>
13156         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13157         instead of set-mark (Bug#9810).
13159 2011-10-30  Chong Yidong  <cyd@gnu.org>
13161         * window.el (split-window-below, split-window-right): Rename from
13162         split-window-above-each-other and split-window-side-by-side
13163         respectively.  All callers changed.
13164         (split-window-sensibly, split-window-sensibly): Use them.
13165         (split-window-keep-point): Doc fix.
13167         * isearch.el: Add isearch-scroll property to split-window-below
13168         and split-window-right.
13170         * follow.el (follow-mode):
13171         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13172         * progmodes/ada-xref.el (ada-gdb-application):
13173         * emulation/vip.el (vip-buffer-in-two-windows):
13174         * image-dired.el (image-dired-dired-with-window-configuration):
13175         * dired-x.el (dired-do-find-marked-files):
13176         * dired.el (dired-pop-to-buffer):
13177         * bs.el (bs--show-with-configuration):
13178         * vc/emerge.el (emerge-setup-windows):
13179         * textmodes/two-column.el (2C-two-columns):
13180         * textmodes/reftex-toc.el (reftex-toc):
13181         * progmodes/gdb-mi.el (gdb-setup-windows):
13182         * progmodes/fortran.el (fortran-window-create):
13183         * net/newst-treeview.el (newsticker--treeview-window-init):
13184         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13185         * emulation/tpu-edt.el (tpu-gold-map):
13186         * emulation/crisp.el (crisp-mode-map):
13187         * calendar/calendar.el (calendar-basic-setup): Callers changed.
13189 2011-10-29  Chong Yidong  <cyd@gnu.org>
13191         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13193         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13195         * textmodes/flyspell.el (flyspell-word): Fix char offset for
13196         forged Ispell output (Bug#7904).
13198         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13200 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13202         * doc-view.el: Avoid ugly errors about not finding nil.
13203         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13204         (doc-view-dvipdf-program, doc-view-unoconv-program)
13205         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13206         Avoid nil or absolute file name as default value.
13207         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13209 2011-10-28  Alan Mackenzie  <acm@muc.de>
13211         * progmodes/cc-defs.el (c-version): -> 5.32.2.
13213 2011-10-28  Alan Mackenzie  <acm@muc.de>
13215         Amend the handling of c-beginning/end-of-defun in nested declaration
13216         scopes.
13218         * progmodes/cc-vars.el (c-defun-tactic): Move here from
13219         cc-langs.el.  Change it to a defcustom.
13221         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13222         cc-vars.el.
13224         * progmodes/cc-engine.el (c-beginning-of-statement-1):
13225         Prevent "class foo : bar" being spuriously recognized as a label.
13227         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
13228         Add parameter `inclusive' (to include enclosing braces in the region).
13229         (c-widen-to-enclosing-decl-scope): New function.
13230         (c-while-widening-to-decl-block): New macro.
13231         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13232         outward for defun boundaries, and correspondingly change symbol
13233         `respect-enclosure' to `go-outward'.
13234         (c-declaration-limits): Change algorithm to report only the "innermost"
13235         defun's boundaries.
13237 2011-10-28  Deniz Dogan  <deniz@dogan.se>
13239         * net/rcirc.el (rcirc-mode): Use hard newlines.
13241 2011-10-28  Alan Mackenzie  <acm@muc.de>
13243         Amend to indent and fontify macros "which include their own semicolon"
13244         correctly, using the "virtual semicolon" mechanism.
13246         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13248         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13249         Recode to scan one line at a time rather than having \n and \r
13250         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13251         (c-forward-label): Amend for virtual semicolons.
13252         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13254         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13255         of the new C macros.
13257         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13258         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13259         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13260         (c-opt-cpp-macro-define): Make into a full language variable.
13261         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13262         AWK Mode (including \n, \r) removed, no longer needed.
13264         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13265         Invoke c-make-macro-with-semi-re.
13267         * progmodes/cc-vars.el (c-macro-with-semi-re):
13268         (c-macro-names-with-semicolon): New variables.
13269         (c-make-macro-with-semi-re): New function.
13271 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13273         * vc/log-edit.el: Fill empty field rather than adding new one.
13274         (log-edit-add-field): New function.
13275         (log-edit-insert-changelog): Use it.
13277 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
13279         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13281 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13283         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13284         (gdb--check-interpreter): New function.
13285         (gdb): Use it.
13287 2011-10-27  Glenn Morris  <rgm@gnu.org>
13289         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13290         (least-positive-float, least-negative-float)
13291         (least-positive-normalized-float, least-negative-normalized-float)
13292         (float-epsilon, float-negative-epsilon):
13293         Remove unnecessary declarations.
13295         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13296         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13297         (least-positive-float, least-negative-float)
13298         (least-positive-normalized-float, least-negative-normalized-float)
13299         (float-epsilon, float-negative-epsilon): Add doc-strings,
13300         based on those in cl.texi.
13302         * files.el (set-visited-file-name): If the major-mode changed,
13303         reload the local variables.  (Bug#9796)
13305 2011-10-27  Chong Yidong  <cyd@gnu.org>
13307         * subr.el (change-major-mode-after-body-hook): New hook.
13308         (run-mode-hooks): Run it.
13310         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13311         Use change-major-mode-before-body-hook.
13313         * simple.el (fundamental-mode):
13314         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13315         change introducing fundamental-mode-hook.
13317 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
13319         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13321 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
13323         * ido.el (ido-file-name-all-completions-1): Do not require
13324         tramp.el explicitly.  (Bug#7583)
13326 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13328         * progmodes/octave-mod.el:
13329         * progmodes/octave-inf.el: Update maintainer.
13331 2011-10-26  Chong Yidong  <cyd@gnu.org>
13333         * subr.el (with-wrapper-hook): Rewrite doc.
13335 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
13337         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13338         filenames "/method:foo:".  (Bug#9793)
13340 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13342         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13343         (bug#9865).
13345 2011-10-24  Glenn Morris  <rgm@gnu.org>
13347         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
13349 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
13351         * notifications.el: Add the requirement of a running D-Bus session
13352         bus to the Commentary.
13354 2011-10-24  Juri Linkov  <juri@jurta.org>
13356         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13357         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13358         (Bug#9364)
13360 2011-10-24  Juri Linkov  <juri@jurta.org>
13362         * info.el (Info-following-node-name-re): Add newline to the list
13363         of allowed characters for leading space.  (Bug#9824)
13365 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13367         * progmodes/octave-inf.el (inferior-octave-mode-map):
13368         Fix C-c C-h binding.
13369         * progmodes/octave-mod.el (octave-help): Remove.
13371 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
13373         Sync with Tramp 2.2.3.
13375         * net/tramp-cache.el (top): Pacify byte-compiler using
13376         `init-file-user' and `site-run-file'.
13378         * net/trampver.el: Update release number.
13380 2011-10-23  Chong Yidong  <cyd@gnu.org>
13382         * files.el (toggle-read-only): Remove obsolete comment about
13383         version control.
13385         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13386         for toggle-read-only.  Note that this hasn't called vc-next-action
13387         since 2008-05-02, though it wasn't documented at the time.
13389         * vc/ediff-init.el (ediff-toggle-read-only-function):
13390         Use toggle-read-only.
13392 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
13394         Fix bug #9560, sporadic wrong indentation; improve instrumentation
13395         of c-parse-state.
13397         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13398         correct faulty logical expression.
13399         (c-parse-state-state, c-record-parse-state-state):
13400         (c-replay-parse-state-state): New defvar/defuns.
13401         (c-debug-parse-state): Use new functions.
13403 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
13405         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13406         last fix.  Use window-in-direction correctly.
13408 2011-10-21  Chong Yidong  <cyd@gnu.org>
13410         * progmodes/idlwave.el (idlwave-mode):
13411         * progmodes/vera-mode.el (vera-mode): No need to set
13412         require-final-newline; that's done in prog-mode.
13413         Suggested by Stefan Monnier.
13415 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
13417         * mouse.el (mouse-drag-window-above)
13418         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13419         (mouse-drag-mode-line-1, mouse-drag-header-line)
13420         (mouse-drag-vertical-line-rightward-window): Remove.
13421         (mouse-drag-line): New function.
13422         (mouse-drag-mode-line, mouse-drag-header-line)
13423         (mouse-drag-vertical-line): Call mouse-drag-line.
13424         * window.el (window-at-side-p, windows-at-side): New functions.
13426 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
13428         * tar-mode.el (tar-grind-file-mode):
13429         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
13431 2011-10-21  Chong Yidong  <cyd@gnu.org>
13433         * progmodes/idlwave.el (idlwave-mode):
13434         * progmodes/vera-mode.el (vera-mode):
13435         Use mode-require-final-newline.
13437 2011-10-20  Glenn Morris  <rgm@gnu.org>
13439         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
13441 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
13443         * emulation/cua-base.el (cua-set-mark): Fix case of string.
13445 2011-10-20  Chong Yidong  <cyd@gnu.org>
13447         * emulation/cua-base.el (cua-mode):
13448         * mail/footnote.el (footnote-mode):
13449         * mail/mailabbrev.el (mail-abbrevs-mode):
13450         * net/xesam.el (xesam-minor-mode):
13451         * progmodes/bug-reference.el (bug-reference-mode):
13452         * progmodes/cap-words.el (capitalized-words-mode):
13453         * progmodes/compile.el (compilation-minor-mode)
13454         (compilation-shell-minor-mode):
13455         * progmodes/gud.el (gud-tooltip-mode):
13456         * progmodes/hideif.el (hide-ifdef-mode):
13457         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13458         * progmodes/subword.el (subword-mode):
13459         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13460         * progmodes/which-func.el (which-function-mode):
13461         * term/tvi970.el (tvi970-set-keypad-mode):
13462         * term/vt100.el (vt100-wide-mode):
13463         * textmodes/flyspell.el (flyspell-mode):
13464         * textmodes/ispell.el (ispell-minor-mode):
13465         * textmodes/nroff-mode.el (nroff-electric-mode):
13466         * textmodes/paragraphs.el (use-hard-newlines):
13467         * textmodes/refill.el (refill-mode):
13468         * textmodes/reftex.el (reftex-mode):
13469         * textmodes/rst.el (rst-minor-mode):
13470         * textmodes/sgml-mode.el (html-autoview-mode)
13471         (sgml-electric-tag-pair-mode):
13472         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13473         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13474         * emulation/crisp.el (crisp-mode):
13475         * emacs-lisp/eldoc.el (eldoc-mode):
13476         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13477         minor mode behavior.
13479 2011-10-19  Juri Linkov  <juri@jurta.org>
13481         * descr-text.el (describe-char): Add #x2010 and #x2011 to
13482         the list of hard-coded chars with escape-glyph face.
13484 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13486         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13488 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
13490         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13491         running process.
13493 2011-10-19  Glenn Morris  <rgm@gnu.org>
13495         * vc/vc-bzr.el (vc-bzr-after-dir-status):
13496         Ignore ignored files.  (Bug#9726)
13498 2011-10-19  Chong Yidong  <cyd@gnu.org>
13500         Doc fix for minor modes, stating that an omitted argument enables
13501         the mode unconditionally when called from Lisp.
13503         * abbrev.el (abbrev-mode):
13504         * allout.el (allout-mode):
13505         * autoinsert.el (auto-insert-mode):
13506         * autoarg.el (autoarg-mode, autoarg-kp-mode):
13507         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13508         (global-auto-revert-mode):
13509         * battery.el (display-battery-mode):
13510         * composite.el (global-auto-composition-mode)
13511         (auto-composition-mode):
13512         * delsel.el (delete-selection-mode):
13513         * desktop.el (desktop-save-mode):
13514         * dired-x.el (dired-omit-mode):
13515         * dirtrack.el (dirtrack-mode):
13516         * doc-view.el (doc-view-minor-mode):
13517         * double.el (double-mode):
13518         * electric.el (electric-indent-mode, electric-pair-mode):
13519         * emacs-lock.el (emacs-lock-mode):
13520         * epa-hook.el (auto-encryption-mode):
13521         * follow.el (follow-mode):
13522         * font-core.el (font-lock-mode):
13523         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13524         * help.el (temp-buffer-resize-mode):
13525         * hilit-chg.el (highlight-changes-mode)
13526         (highlight-changes-visible-mode):
13527         * hi-lock.el (hi-lock-mode):
13528         * hl-line.el (hl-line-mode, global-hl-line-mode):
13529         * icomplete.el (icomplete-mode):
13530         * ido.el (ido-everywhere):
13531         * image-file.el (auto-image-file-mode):
13532         * image-mode.el (image-minor-mode):
13533         * iswitchb.el (iswitchb-mode):
13534         * jka-cmpr-hook.el (auto-compression-mode):
13535         * linum.el (linum-mode):
13536         * longlines.el (longlines-mode):
13537         * master.el (master-mode):
13538         * mb-depth.el (minibuffer-depth-indicate-mode):
13539         * menu-bar.el (menu-bar-mode):
13540         * minibuf-eldef.el (minibuffer-electric-default-mode):
13541         * mouse-sel.el (mouse-sel-mode):
13542         * msb.el (msb-mode):
13543         * mwheel.el (mouse-wheel-mode):
13544         * outline.el (outline-minor-mode):
13545         * paren.el (show-paren-mode):
13546         * recentf.el (recentf-mode):
13547         * reveal.el (reveal-mode, global-reveal-mode):
13548         * rfn-eshadow.el (file-name-shadow-mode):
13549         * ruler-mode.el (ruler-mode):
13550         * savehist.el (savehist-mode):
13551         * scroll-all.el (scroll-all-mode):
13552         * scroll-bar.el (scroll-bar-mode):
13553         * server.el (server-mode):
13554         * shell.el (shell-dirtrack-mode):
13555         * simple.el (auto-fill-mode, transient-mark-mode)
13556         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13557         (line-number-mode, column-number-mode, size-indication-mode)
13558         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13559         * strokes.el (strokes-mode):
13560         * time.el (display-time-mode):
13561         * t-mouse.el (gpm-mouse-mode):
13562         * tool-bar.el (tool-bar-mode):
13563         * tooltip.el (tooltip-mode):
13564         * type-break.el (type-break-mode-line-message-mode)
13565         (type-break-query-mode):
13566         * view.el (view-mode):
13567         * whitespace.el (whitespace-mode, whitespace-newline-mode)
13568         (global-whitespace-mode, global-whitespace-newline-mode):
13569         * xt-mouse.el (xterm-mouse-mode): Doc fix.
13571         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13572         Fix autogenerated docstring.
13574 2011-10-19  Juri Linkov  <juri@jurta.org>
13576         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13577         by checking environment variables "DESKTOP_SESSION" and
13578         "XDG_CURRENT_DESKTOP".  (Bug#9779)
13580 2011-10-19  Juri Linkov  <juri@jurta.org>
13582         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13583         (browse-url-chromium-program, browse-url-chromium-arguments):
13584         New defcustoms.
13585         (browse-url-default-browser): Check for `browse-url-chromium' and
13586         call `browse-url-chromium-program'.
13587         (browse-url-chromium): New command.  (Bug#9779)
13589 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
13591         * facemenu.el (list-colors-duplicates): On Windows, detect more
13592         duplicates by assuming that only colors matching "^System" are
13593         special "system colors".  (Bug#9722)
13595 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13597         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13598         to distinguish the author from the committer.
13600 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
13602         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13604 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
13606         * international/mule.el (sgml-html-meta-auto-coding-function):
13607         Add support for detecting encoding in HTML5 specified only as
13608         <meta charset="UTF-8">.  Implementation just makes http-equiv and
13609         content-type parts from HTML4 encoding string optional.  (Bug#9716)
13611 2011-10-18  Glenn Morris  <rgm@gnu.org>
13613         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
13615 2011-10-18  Chong Yidong  <cyd@gnu.org>
13617         * faces.el (cursor): Doc fix.
13619 2011-10-17  Chong Yidong  <cyd@gnu.org>
13621         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13623 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
13625         * dirtrack.el (dirtrack): Support shell buffers with path
13626         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
13628 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
13630         * json.el: Bump version to 1.3 and note change in History.
13631         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13633 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13635         * comint.el (comint-insert-input, comint-send-input)
13636         (comint-get-old-input-default, comint-backward-matching-input)
13637         (comint-next-prompt): Use nil instead of `input' for field property of
13638         past user input (bug#114).
13640         * minibuffer.el (completion--replace): Inherit surrounding properties
13641         (bug#114).
13642         (minibuffer-complete-and-exit): Use it.
13644         * comint.el (comint--table-subvert): Quote the all-completions output
13645         (bug#9160).
13647 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
13649         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13651         * menu-bar.el (menu-bar-file-menu): Add entry for making new
13652         window on right of selected.  (Bug#9350) Reword other window
13653         entries and separate them from frame entries.
13655 2011-10-15  Glenn Morris  <rgm@gnu.org>
13657         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13658         Doc fixes.
13660 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
13662         * net/network-stream.el (network-stream-open-starttls):
13663         Improve detection of failure due to lack of TLS support.
13665         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13666         putting the input text in front and in bold.
13668 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13670         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13672         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13673         empty buffer.
13675         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13676         unread-command-events rather than pushing yet-another event.
13678 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
13680         * mail/sendmail.el (sendmail-query-once): Improve the wording of
13681         the explanation of the possible choices.  Make the options passed
13682         to completing-read shorter.
13684 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13686         * textmodes/flyspell.el (flyspell-large-region): Make sure
13687         extended character mode is used if defined (Bug#1339).
13689 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
13691         * simple.el (what-cursor-position): Fix the display of the
13692         character info for LRE, LRO, RLE, and RLO characters by appending
13693         an invisible PDF.
13695 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13697         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13698         even in case of error; add debug spec; simplify data flow.
13699         (with-timeout-handler): Remove.
13701 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
13703         Fix Bug#6019, Bug#9315.
13705         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13706         complete `buffer-file-name', the local file name part could look
13707         remotely (for example on VMS).
13709         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13710         `tramp-run-real-handler'.
13711         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13712         already quoted by '"'.
13714         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13715         Let `file-name-handler-alist' be nil, the local file name part
13716         could look remotely (for example on VMS).
13718 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13720         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13721         from here...
13722         (flyspell-post-command-hook): ...to here.
13724 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13726         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13727         if not needed.
13728         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
13729         using completion.  Protect against "slow" callers.
13730         Remove the "message hack".
13732 2011-10-11  Juri Linkov  <juri@jurta.org>
13734         * isearch.el (isearch-lazy-highlight-word): New variable.
13735         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13736         Use it.  (Bug#9727)
13738 2011-10-11  Glenn Morris  <rgm@gnu.org>
13740         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13741         like f90-previous-statement does.
13743 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13745         * eshell/eshell.el (eshell-command): History should be saved
13746         only in interactive use, to avoid error.
13748 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13750         * minibuffer.el (completion-file-name-table): Fix last change,
13751         i.e. ignore normal errors but not the other ones.
13753 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
13755         * window.el (special-display-buffer-names)
13756         (special-display-regexps): Remove some remnants of earlier
13757         changes from doc-strings.
13758         (quit-windows-on): New function.
13760         * vc/vc.el (vc-revert, vc-rollback):
13761         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13762         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
13763         (Bug#6183) (Bug#7074) (Bug#7447)
13765 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
13767         * window.el (frame-auto-hide-function): Add version tag.
13768         (Bug#9699)
13770 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
13772         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13773         condition.
13775 2011-10-09  Leo Liu  <sdl.web@gmail.com>
13777         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13778         (Bug#9701)
13780 2011-10-08  Glenn Morris  <rgm@gnu.org>
13782         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13783         before the first code statement zero indent.  (Bug#9690)
13785 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
13787         * simple.el (count-words-region): Always count in the region.
13788         Report the number of lines and characters too.
13789         (count-words): New command, which counts in the buffer if the
13790         region is inactive, as count-words-region used to.
13791         (count-words--message): New function.  Handle plurals.
13792         (count-lines-region): Make it an alias for count-words-region.
13794         * bindings.el (esc-map): Replace count-lines-region with
13795         count-words-region.
13797 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
13799         * window.el (window--delete): Delete dedicated frame
13800         unconditionally when argument KILL is non-nil.  (Bug#9699)
13801         (switch-to-buffer): Fix doc-string typo.
13803 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13805         * eshell/eshell.el (eshell-command): Avoid using hooks.
13807 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
13809         * bindings.el ([M-left],[M-right]): Bind to left-word and
13810         right-word respectively.
13812 2011-10-07  Glenn Morris  <rgm@gnu.org>
13814         * cus-start.el (debug-on-quit): Fix custom type.
13816 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13818         * subr.el (define-key-after): Clarify that the function is not
13819         useful for non-menu keymaps.
13821         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13823 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13825         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13826         in current minibuffer (Fix bug with recursive minibuffers).
13828 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
13830         * progmodes/gdb-mi.el (gdb): Doc fix.
13832 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
13834         * window.el (frame-auto-hide-function): New option replacing
13835         frame-auto-delete.  Suggested by Stefan Monnier.
13836         (window--delete): Call frame-auto-hide-function instead of
13837         investigating frame-auto-delete.
13838         (window-point-1, set-window-point-1): New functions.
13839         (window-in-direction, record-window-buffer, window-state-get-1)
13840         (display-buffer-record-window): Use window-point-1 instead of
13841         window-point.
13842         (set-window-buffer-start-and-point): Use set-window-point-1.
13844 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13846         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13848 2011-10-05  Glenn Morris  <rgm@gnu.org>
13850         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13851         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
13853 2011-10-05  Leo Liu  <sdl.web@gmail.com>
13855         * subr.el (read-char-choice): Fix argument to buffer-live-p which
13856         works with buffer object.
13858 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13860         * mpc.el (mpc-tool-bar-map): Add labels.
13862 2011-10-04  Glenn Morris  <rgm@gnu.org>
13864         * calendar/holidays.el (calendar-check-holidays): Doc fix.
13866 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
13868         * window.el (window--delete): New function.
13869         (frame-auto-delete): Resuscitate option.
13870         (bury-buffer, replace-buffer-in-windows)
13871         (quit-window): Rewrite using window--delete.
13872         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13873         Pass display-buffer-mark-dedicated to window--display-buffer-2
13874         (Bug#9639).
13876 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13878         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13879         returns a list (bug#9554).  Add remote file name completion.
13880         * comint.el (comint--table-subvert): Curry and get quote&unquote
13881         functions as arguments.
13882         (comint--complete-file-name-data): Adjust call accordingly.
13883         * pcomplete.el (pcomplete--table-subvert): Remove.
13884         (pcomplete-completions-at-point): Use comint--table-subvert instead.
13886         * minibuffer.el (completion-table-case-fold): Use currying.
13887         (completion--styles-type, completion--cycling-threshold-type):
13888         New constants.
13889         (completion-styles, completion-category-overrides)
13890         (completion-cycle-threshold): Use them.
13891         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13892         completion-table-case-fold.
13894 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
13896         * minibuffer.el (completion-category-overrides): Fix type of styles
13897         and add more user friendly tags (bug#9660).
13899 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13901         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13902         (mule-input-method-string): New widget.
13903         (default-input-method, language-info-custom-alist): Use it.
13905 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13907         * pcomplete.el: Require comint.
13908         (pcomplete--common-suffix): Remove.
13909         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13910         (pcomplete--table-subvert): Sync with comint--table-subvert.
13911         (pcomplete--entries): Use comint-completion-file-name-table.
13912         * comint.el (comint-unquote-filename): Simplify.
13913         (comint-completion-file-name-table): New function (bug#9616).
13914         (comint--complete-file-name-data): Use it.
13916         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13917         (pcmpl-gnu-tar-buffer): Remove.
13918         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
13919         around.  Make sure pcomplete-suffix-list is only changed temporarily.
13920         Don't look inside the tar's file if it's too large.
13922 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
13924         * cus-edit.el (custom-mode-map):
13925         * epa.el (epa-key-list-mode-map):
13926         * man.el (Man-mode-map):
13927         * startup.el (splash-screen-keymap):
13928         * simple.el (special-mode-map): Use scroll-up-command and
13929         scroll-down-command.
13931         * progmodes/idlw-help.el (idlwave-help-mode-map):
13932         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13933         * net/newst-plainview.el (newsticker-mode-map):
13934         * emulation/ws-mode.el (wordstar-mode-map):
13935         * emulation/vi.el (vi-com-map):
13936         * calc/calc-graph.el (calc-graph-show-dumb):
13937         * term/sun.el (terminal-init-sun):
13938         * term/ns-win.el (global-map):
13939         * progmodes/grep.el (grep-mode-map):
13940         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13941         * mail/rmail.el (rmail-mode-map):
13942         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13944         * custom.el (custom-safe-themes, load-theme): Treat value of t for
13945         custom-safe-themes as special.
13947 2011-10-01  Julien Danjou  <julien@danjou.info>
13949         * notifications.el (notifications-notify): Fix docstring.
13951 2011-10-01  Per Starbäck  <per@starback.se>
13953         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
13955 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
13957         * startup.el (command-line-1): Fix last fix by inserting
13958         initial-scratch-message into *scratch* before displaying it.
13959         (Bug#9605) and (Bug#9636)
13961 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
13963         * simple.el (line-move): If auto-hscroll-mode is disabled and the
13964         window is hscrolled, move by logical lines.  (Bug#9607)
13965         (line-move-visual): Update the doc string to the above effect.
13967 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
13969         * window.el (display-buffer-record-window): When WINDOW is the
13970         selected window use `point' instead of `window-point'.  (Bug#9626)
13972         * startup.el (command-line-1): Use insert-before-markers when
13973         inserting initial-scratch-message.  (Bug#9605)
13975         * help.el (help-window): Remove variable.
13977 2011-09-29  Glenn Morris  <rgm@gnu.org>
13979         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13981 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
13983         * descr-text.el (describe-char-categories): Accept category
13984         descriptions more than one line long.
13986 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13988         * simple.el (delete-trailing-whitespace): Fix last change.
13990         * progmodes/perl-mode.el (perl-syntax-propertize-function):
13991         Don't confuse "y => 3" as the beginning of a `y' operation.
13993         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13994         object has more than 4 slots (bug#9613).
13996 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
13998         * subr.el (with-output-to-temp-buffer):
13999         * net/quickurl.el (quickurl, quickurl-browse-url):
14000         Fix typos in docstrings.
14002 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
14004         * minibuffer.el (completion-styles)
14005         (completion-category-overrides): Cross reference each other in doc
14006         strings.
14008 2011-09-27  Glenn Morris  <rgm@gnu.org>
14010         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
14011         to split-string.  (Bug#9606)
14013 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14015         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
14016         (bug#9615).
14018 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
14020         * emacs-lisp/package.el (list-packages): Fix echo area message.
14022 2011-09-27  Leo Liu  <sdl.web@gmail.com>
14024         * ido.el (ido-read-internal): Accept cons cell HIST arg.
14026 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
14028         * net/dbus.el (dbus-unregister-object): Don't release services for
14029         registered signals.  (Bug#9581)
14031 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14033         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14034         function that picks between cfengine 2 and 3 support
14035         automatically.  Update docs accordingly.
14037 2011-09-22  Kenichi Handa  <handa@m17n.org>
14039         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14040         ZERO.
14041         (indian-itrans-v5-table-for-tamil): New variable.
14042         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14044 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
14046         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14047         that's true if the current command involved collapsing of text.
14048         It's reset to false at the beginning of the next command.
14049         (allout-post-command-business): Move the cursor to the beginning
14050         of entry if the cursor is hidden and collapsing activity just
14051         happened.
14053 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
14055         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14056         tracking (Bug#9541).
14058 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
14060         * net/newst-reader.el (newsticker-html-renderer)
14061         (newsticker-show-news): Automatically load html rendering package
14062         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
14063         because w3m-fill-column is let-bound" and the error "Symbol's value
14064         as variable is void: w3m-fill-column".
14066 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
14068         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14069         Release services only if they are defined.  (Bug#9581)
14071 2011-09-23  Richard Stallman  <rms@gnu.org>
14073         * textmodes/paragraphs.el (forward-sentence): For backwards case,
14074         distinguish start of paragraph from start of its text.
14076         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14078         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14079         (rmail-generate-viewer-buffer): Put that hook on view buffer.
14080         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14082 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
14084         * international/mule-diag.el (mule-diag): Insert a newline after
14085         each fontset description.
14087 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14089         * simple.el (delete-trailing-whitespace):
14090         Document last change; simplify.
14092 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
14094         * simple.el (delete-trailing-whitespace): Also delete
14095         extra newlines at the end of the buffer.
14097         * textmodes/picture.el: Make motion commands obey shift-select-mode.
14098         (picture-newline): Use forward-line so as to ignore fields.
14100 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14102         * subr.el (with-wrapper-hook): Fix edebug spec.
14104 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14106         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14107         (bug#4538).
14109 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
14111         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14112         Fix nasty bug using wrong cached values.
14114 2011-09-23  Alan Mackenzie  <acm@muc.de>
14116         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14118 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
14120         * window.el (pop-to-buffer): Ensure right window is selected if we
14121         chose another frame.
14123 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
14125         * simple.el (what-cursor-position): Use get-char-property-change
14126         and next-single-char-property-change, to be able to show display
14127         properties that come from overlays as well as text properties.
14129 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
14131         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14133         * cmuscheme.el (run-scheme, switch-to-scheme):
14134         * cus-edit.el (customize-group, custom-buffer-create)
14135         (customize-browse):
14136         * info.el (info):
14137         * shell.el (shell):
14138         * mail/sendmail.el (mail):
14139         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14141 2011-09-22  Richard Stallman  <rms@gnu.org>
14143         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14144         move back only to line beg, don't move back over blank lines.
14146 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
14148         * files.el (copy-directory): Set directory attributes only in case
14149         they could be retrieved from the source directory.  (Bug#9565)
14151 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
14153         * progmodes/hideshow.el (hs-looking-at-block-start-p)
14154         (hs-find-block-beginning, hs-hide-level-recursive):
14155         Ignore strings as well as comments.  (Bug#9502)
14157 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
14159         * progmodes/sql.el (sql-comint-postgres):
14160         Convert port number to a string.  (Bug#9566)
14162 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
14164         * window.el (quit-window): Undedicate window when switching to
14165         previous buffer.  Reported by Thierry Volpiatto
14166         <thierry.volpiatto@gmail.com>.
14167         (special-display-popup-frame): When popping up a new frame reset
14168         its previous buffers to nil.  Simplify code.
14170 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
14172         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14173         and process filter, as done also in `shell-command'.
14175 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
14177         * window.el (set-window-buffer-start-and-point):
14178         Call set-window-start with NOFORCE argument t.
14179         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14180         (quit-window): Reword doc-string.  Handle new format of
14181         quit-restore parameter.  Don't delete window if it has a
14182         previous buffer we can show instead of the present one.
14183         (display-buffer-record-window): Rewrite using a new format for
14184         the quit-restore window parameter
14185         (special-display-popup-frame, display-buffer-same-window)
14186         (display-buffer-reuse-window, display-buffer-pop-up-frame)
14187         (display-buffer-pop-up-window, display-buffer-use-some-window):
14188         Adapt symbol passed to display-buffer-record-window.
14189         * help.el (help-window-setup): Handle new format of quit-restore
14190         parameter.
14192 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14194         * faces.el (face-list): Fix docstring (bug#9564).
14196         * window.el (display-buffer--action-function-custom-type):
14197         Don't include internal functions in the Custom interface.
14199 2011-09-20  Juri Linkov  <juri@jurta.org>
14201         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14202         (Info-forward-node, Info-backward-node, Info-next-preorder)
14203         (Info-last-preorder): Use it.  (Bug#9528)
14205 2011-09-20  Juri Linkov  <juri@jurta.org>
14207         * info.el (Info-last-preorder): Visit last menu item only when
14208         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14210 2011-09-20  Julien Danjou  <julien@danjou.info>
14212         * password-cache.el (password-cache-remove): Remove entries even if the
14213         value is nil, so that password with a nil value (negative caching) is
14214         possible to invalidate.
14216 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
14218         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14219         all whitespace around breakpoint.  (Bug#9553)
14220         (f90-find-breakpoint): Only break at whitespace inside a comment.
14222 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14224         * minibuffer.el (completion-file-name-table): Keep track of errors.
14225         (completion-table-with-predicate): Handle the case where pred1 is nil.
14226         * pcomplete.el (pcomplete-completions-at-point): Simplify.
14228 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14230         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14231         (debugger-return-value): Signal an error if the debugging context does
14232         not await any return value.
14234         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14235         * image-mode.el (image-toggle-display-text)
14236         (image-toggle-display-image): Stay away from evil `intangible'.
14238 2011-09-19  Leo Liu  <sdl.web@gmail.com>
14240         * replace.el (occur-revert-arguments): Make it permanent-local.
14241         (occur-mode): Don't call font-lock-defontify.
14243 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
14245         * net/ldap.el (ldap-search-internal): Don't push empty search
14246         result (Bug#9508).
14248 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14250         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14252 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
14254         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14255         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14257 2011-09-18  Juri Linkov  <juri@jurta.org>
14259         * buff-menu.el (Buffer-menu-mode-map):
14260         * dired.el (dired-mode-map):
14261         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14262         (lisp-interaction-mode-map):
14263         * emacs-lisp/package.el (package-menu-mode-map):
14264         * epa.el (epa-key-list-mode-map):
14265         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14266         (menu-bar-options-menu):
14267         * outline.el (outline-mode-menu-bar-map):
14268         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14269         * vc/vc-dir.el (vc-dir-menu-map):
14270         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14271         Capitalize non-function content words in menu item strings.
14273         * dired.el (dired-mode-map): Add menu item for
14274         `image-dired-dired-toggle-marked-thumbs'.
14276 2011-09-18  Juri Linkov  <juri@jurta.org>
14278         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14279         to `isearch-case-fold-search' and restore its original value
14280         after the `isearch-mode' call.
14282 2011-09-18  Juri Linkov  <juri@jurta.org>
14284         * progmodes/grep.el (grep-process-setup): Don't check code for 1
14285         because `zgrep' returns 1 for successful matches (bug#9226).
14287 2011-09-18  Juri Linkov  <juri@jurta.org>
14289         * info.el (Info-extract-menu-node-name): Check the second match
14290         for empty string (second test-case of bug#9528).
14291         (Info-last-preorder): Let-bind `Info-history' to nil to not add
14292         intermediate nodes to the history (first test-case of bug#9528).
14294 2011-09-18  Juri Linkov  <juri@jurta.org>
14296         * info.el (Info-mode-syntax-table): New variable.
14297         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14299 2011-09-18  Juri Linkov  <juri@jurta.org>
14301         * info.el (Info-file-supports-index-cookies):
14302         Increment line-beginning-position's arg from 3 to 4 because makeinfo
14303         outputs one more line for long file names (bug#4142).
14305 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
14307         * newcomment.el (comment-normalize-vars): If prompting for
14308         comment-start, set comment-start-skip too (Bug#8424).
14310 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
14312         * icomplete.el: Fix previous fix of Bug#5849.
14313         (icomplete-mode): Don't set completion-show-inline-help.
14314         (icomplete-minibuffer-setup): Set completion-show-inline-help
14315         locally during icompletion.
14317 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
14319         * woman.el (woman2-process-escapes): Don't delete unrecognized
14320         escapes (Bug#7843).
14322         * files.el (inhibit-first-line-modes-regexps): Add image files.
14323         (hack-local-variables-prop-line): Return nil for malformed
14324         prop-lines (Bug#9044).
14326 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
14328         * net/tramp.el (top): Don't require 'shell.
14329         (tramp-methods): Fix docstring.
14330         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14331         Return complete remote file name.  Handle "smb" case.
14332         Use `tramp-tmpdir', if defined for the respective method.
14333         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14335         * net/tramp-compat.el (top): Require 'shell.
14337         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14338         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14339         `tramp-current-host'.
14340         (tramp-get-remote-tmpdir): Remove.
14342         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14343         `tramp-tmpdir' entries.
14344         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14345         (tramp-smb-handle-file-attributes): Ignore errors.
14346         (tramp-smb-wait-for-output): Check also for process end.
14348 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14350         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14351         when sending QUIT (bug#9312).
14353 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
14355         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14356         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14357         occur-mode-display-occurrence.
14358         (occur-edit-mode): Add usage message.
14359         (occur-cease-edit): New command.
14360         (occur-after-change-function): Use text properties to find the
14361         position of the prefix text.
14362         (occur-engine): Set stickiness of prefix text properties.
14364 2011-09-17  Glenn Morris  <rgm@gnu.org>
14366         * progmodes/etags.el (complete-tag):
14367         Fix call to completion-in-region.  (Bug#9526)
14369 2011-09-17  Juri Linkov  <juri@jurta.org>
14371         * textmodes/ispell.el (ispell-word): Add to the error message
14372         the word, ispell program name and current dictionary (bug#9121).
14373         (ispell-tex-arg-end): Capitalize "error" in the error message.
14375 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
14377         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14378         check.  (Bug#4251)
14380 2011-09-17  Juri Linkov  <juri@jurta.org>
14382         * window.el (window-safe-min-height, window-safe-min-width):
14383         Fix typos (followup to bug#9522).
14385 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
14387         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14389 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
14391         * simple.el (line-move): If goal-column is set, move by logical
14392         lines, not by display lines.  (Bug#971)
14393         (next-line, previous-line, goal-column, line-move-visual): Doc fix
14394         to reflect the above change.
14396 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14398         * image.el (imagemagick-register-types): Use regexp-opt.
14400 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
14402         * window.el (display-buffer-base-action): Rename from
14403         display-buffer-default-action.  Make default value empty.
14404         (display-buffer-overriding-action): Convert to defvar.
14405         (display-buffer-fallback-action): New var.
14407 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
14409         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14410         declaration.
14411         (package--add-to-archive-contents): If there is a duplicate entry
14412         with an older version, remove it.
14413         (package-menu-mark-delete, package-menu-mark-install)
14414         (package-menu-mark-unmark): Make unused args optional.
14415         (package-menu-mark-obsolete-for-deletion):
14416         Use package-menu-get-status instead of a regexp search.
14417         (package-menu-get-status): Use tabulated-list-entry.
14418         (package-menu-mark-upgrades): New command.
14419         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
14420         (package-menu-execute): Do installation before deletion.
14421         (package-menu-refresh, package-menu-execute): Use derived-mode-p
14422         instead of checking major-mode.
14423         (package-menu--find-upgrades): New function.
14425 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14427         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14428         passwords in the log buffer.
14429         (smtpmail-process-filter): Update the process marker so that the
14430         "broken by peer" status message is inserted in the right place.
14432 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14434         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14435         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14436         bibtex-completion-at-point-function.
14437         (bibtex-completion-at-point-function): Use them.
14439         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14441         * mpc.el (mpc-constraints-tag-lookup): New function.
14442         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14443         also to browser "album|playlist".
14445 2011-09-14  Juri Linkov  <juri@jurta.org>
14447         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
14448         (isearch-edit-string): Use length of `isearch-string' when
14449         `isearch-fail-pos' returns nil.
14450         (isearch-message): Remove duplicate code and call
14451         `isearch-fail-pos' with arg `t'.
14453 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
14455         * replace.el (occur-mode-goto-occurrence): Don't force using other
14456         window (Bug#9499).
14458         * dired-aux.el (dired-do-chmod): Don't provide initial input.
14460 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
14462         * window.el (display-buffer-window): Remove.
14463         (display-buffer-record-window): Use help-setup window parameter
14464         instead of variable display-buffer-window.
14465         (display-buffer-function, special-display-buffer-names)
14466         (special-display-function): Mention help-setup parameter instead
14467         of display-buffer-window in doc-string.
14468         * help.el (help-window-setup): New argument help-window.
14469         Use help-window-setup parameter instead of display-buffer-window.
14470         Reword some messages.
14471         (with-help-window): Pass window used for displaying the buffer
14472         to help-window-setup.  Don't set display-buffer-window.
14474 2011-09-13  Glenn Morris  <rgm@gnu.org>
14476         * emacs-lisp/debug.el (debugger-make-xrefs):
14477         Preserve point.  (Bug#9462)
14479 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
14481         * window.el (window-deletable-p): Use next-frame.
14483 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
14485         * window.el (window-auto-delete): Remove.
14486         (window-deletable-p): Remove argument FORCE.  Don't deal with
14487         dedication and previous buffers.
14488         (switch-to-prev-buffer): Don't delete window.
14489         (delete-windows-on): Delete a window's frame if and only if the
14490         window is dedicated.
14491         (replace-buffer-in-windows): Delete buffer's window or frame if
14492         and only if window is dedicated.
14493         (quit-window): Handle quit-restore as before last change.
14494         (bury-buffer): Delete window only if window-deletable-p returns t.
14496 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
14498         * window.el (window-deletable-p): Never delete the last frame on a
14499         given terminal.
14501 2011-09-13  Glenn Morris  <rgm@gnu.org>
14503         * help.el (describe-key-briefly): Copy previous standard-output change.
14505 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
14507         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
14509 2011-09-13  Glenn Morris  <rgm@gnu.org>
14511         * emacs-lisp/lisp-mode.el (lisp-indent-function):
14512         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14514 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
14516         * dired-aux.el (dired-mark-read-string): Don't return default
14517         value on empty input (Bug#9361).
14518         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14519         Omit initial minibuffer contents.
14520         (dired-do-chmod): Signal an error on empty input.
14521         (dired-mark-read-string): Don't return default on empty input.
14523         * files.el (file-modes-symbolic-to-number): Doc fix.
14525 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14527         * international/mule-cmds.el (ucs-completions): Remove.
14528         (read-char-by-name): Use complete-with-action instead; add metadata.
14530 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
14532         * window.el (display-buffer--action-function-custom-type)
14533         (display-buffer--action-custom-type): New vars.
14534         (display-buffer-alist, display-buffer-default-action)
14535         (display-buffer-overriding-action): Add defcustom types.
14537         * frame.el (delete-other-frames): Doc fix (Bug#276).
14539 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14541         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14543 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
14545         Change modes that used same-window-* vars to use switch-to-buffer.
14547         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14548         Use switch-to-buffer.
14550         * cus-edit.el (customize-group, custom-buffer-create)
14551         (customize-browse, custom-buffer-create-other-window):
14552         Use switch-to-buffer or switch-to-buffer-other-window.
14554         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14555         (Info-prev, Info-up, Info-speedbar-goto-node)
14556         (info-display-manual): Use switch-to-buffer.
14557         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14559         * mail/sendmail.el (mail): Use switch-to-buffer.
14560         (mail-recover): Use switch-to-buffer-other-window.
14562         * cmuscheme.el (run-scheme, switch-to-scheme):
14563         * ielm.el (ielm):
14564         * shell.el (shell):
14565         * net/rlogin.el (rlogin):
14566         * net/telnet.el (telnet, rsh):
14567         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14569 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
14571         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14573 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14575         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14576         so don't mention it (bug#9301).
14577         (dired-sort-toggle-or-edit): Clarify string further.
14579         * faces.el (face-spec-set-match-display): Make `(type graphic)'
14580         match `x', `w32' and `ns', like the manual says (bug#9029).
14582         * subr.el (eval-after-load): Doc string clarification (bug#9125).
14583         (process-kill-buffer-query-function): Mention the buffer name in
14584         the query.
14586         * image-mode.el (image-next-line): The line parameter is mandatory
14587         (bug#9258).
14589         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14590         which can be useful (bug#9301).
14592         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14594         * subr.el (match-string): Mention that the current buffer should
14595         be the same as the search was done in (bug#9282).
14597         * facemenu.el: Disable the remove-* commands if the mark isn't
14598         active (bug#9162).
14600 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
14602         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14603         of display-buffer.
14604         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14606         * replace.el (occur-mode-goto-occurrence)
14607         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14608         and display-buffer.
14610         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14611         display-buffer.
14613         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14614         special-display and same-window variables.
14615         (mail-other-window): Use switch-to-buffer-other-window.
14616         (mail-other-frame): USe switch-to-buffer-other-frame.
14618         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14619         Use display-buffer-other-frame.
14620         (gdb-display-gdb-buffer): Use pop-to-buffer.
14622         * progmodes/gud.el (gud-goto-info): Use info-other-window.
14624         * progmodes/python.el: Don't set same-window-buffer-names.
14626         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14628         * window.el (display-buffer-alist): Add *Python*.
14630 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
14632         * window.el (display-buffer-alist): Add entry for buffers
14633         previously handled same-window-*.
14634         (display-buffer-alist, display-buffer-default-action)
14635         (display-buffer-overriding-action): Mark as risky.
14636         (display-buffer-alist): Document action function changes.
14637         (display-buffer--same-window-action)
14638         (display-buffer--other-frame-action): New variables.
14639         (switch-to-buffer, display-buffer-other-frame): Use them.
14640         (display-buffer): Rename reuse-frame entry to reusable-frames.
14641         (display-buffer-reuse-selected-window): Function deleted.
14642         (display-buffer-reuse-window): Handle reusable-frames alist entry.
14643         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14644         (display-buffer-special): New function.
14645         (display-buffer--maybe-pop-up-frame-or-window): Rename from
14646         display-buffer-reuse-or-pop-window.  Split off special-display
14647         part into display-buffer-special.
14648         (display-buffer-use-some-window): Don't perform any special
14649         pop-up-frames handling.
14650         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14651         (display-buffer--maybe-same-window): Rename from
14652         display-buffer-maybe-same-window.
14654         * info.el: Don't set same-window-regexps.
14655         (info-setup): New function.
14656         (info-other-window, info): Call it.
14658         * cus-edit.el: Don't set same-window-regexps.
14659         (customize-group): New argument.
14660         (customize-group-other-window): Use it.
14661         (customize-face, customize-face-other-window): Likewise.
14662         (custom-buffer-create-other-window): Use pop-to-buffer directly.
14664         * net/rlogin.el:
14665         * net/telnet.el:
14666         * progmodes/gud.el: Don't set same-window-regexps.
14668         * cmuscheme.el:
14669         * ielm.el:
14670         * shell.el:
14671         * mail/sendmail.el:
14672         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14674 2011-09-10  Juri Linkov  <juri@jurta.org>
14676         * isearch.el (isearch-edit-string): Remove obsolete mention of
14677         `C-w' (`isearch-yank-word-or-char') from docstring.
14678         (isearch-query-replace): Fix typo in docstring (bug#9466).
14680 2011-09-10  Juri Linkov  <juri@jurta.org>
14682         * paren.el (show-paren-function): Don't show escaped parens.
14683         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
14685 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
14687         * mail/sendmail.el (mml-to-mime, mml-attach-file)
14688         (mm-default-file-encoding): Remove autoload forms, they are
14689         replaced with autoload cookies in mml.el and mm-encode.el.
14690         (mail-add-attachment): New command.
14691         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14692         (mail-mode): Mention mail-insert-file and mail-add-attachment in
14693         the doc string.
14694         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14696 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
14698         * simple.el (count-words-region): Use buffer if there's no region
14699         (bug#9429).
14701 2011-09-09  Juri Linkov  <juri@jurta.org>
14703         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14704         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14705         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
14707 2011-09-09  Alan Mackenzie  <acm@muc.de>
14709         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14710         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
14712 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
14714         Fix for Savannah bug#9392.
14715         * simple.el (mail-encode-mml): New defvar.
14717         * mail/rmail.el (mail-encode-mml): Add a defvar.
14718         (rmail-enable-mime-composing): Default to t.
14719         (rmail-forward): Use MIME method of forwarding only if both
14720         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14721         Set mail-encode-mml non-nil if the MIME method was used.
14723         * mail/sendmail.el (mml-to-mime): Add autoload form.
14724         (mail-encode-mml): Add a defvar.
14725         (mail-mode): Make mail-encode-mml buffer-local and initialize it
14726         to nil.
14727         (mail-send): If mail-encode-mml is non-nil, run the outgoing
14728         message through mml-to-mime, and reset mail-encode-mml to nil.
14730 2011-09-09  Glenn Morris  <rgm@gnu.org>
14732         * woman.el (woman-if-body): When processing an .el block,
14733         do not delete the next .el block as well.  (Bug#9447)
14734         (woman-special-characters): Add oq, cq, and hy characters.
14736 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
14738         * window.el (window-deletable-p): Make sure window is live before
14739         invoking window-prev-buffers.
14741 2011-09-08  Leo Liu  <sdl.web@gmail.com>
14743         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
14745 2011-09-08  Juri Linkov  <juri@jurta.org>
14747         * progmodes/compile.el (compilation-environment): Make it
14748         a defcustom (bug#8340).
14750 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
14752         * window.el (frame-auto-delete): Rename to window-auto-delete.
14753         Make it control auto-deletion of windows and/or frames.
14754         (window-deletable-p): New argument FORCE.  Rewrite conditions
14755         for deleting window/frame.  (Bug#9419)
14756         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14757         Rewrite handling of case when window/frame can be deleted.
14758         (delete-windows-on): Call window-deletable-p with new FORCE
14759         argument t.  (Bug#9456)
14761 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
14763         * help-mode.el (help-mode): Restore autoload.
14765 2011-09-07  Juri Linkov  <juri@jurta.org>
14767         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14768         `compilation-environment'.  Set buffer-local
14769         `compilation-environment' to `thisenv' later after (funcall mode).
14770         (Bug#8340)
14772         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
14773         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14774         instead of replacing its value.  (Bug#8340)
14776 2011-09-07  Juri Linkov  <juri@jurta.org>
14778         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14779         based on text properties put by `grep-filter' instead of matching
14780         escape sequences.
14781         (grep-mode): Set buffer-local `compilation-error-screen-columns'
14782         to the value of `grep-error-screen-columns' (bug#9438).
14784 2011-09-07  Juri Linkov  <juri@jurta.org>
14786         * simple.el (next-error-highlight, next-error-highlight-no-select):
14787         Doc fix (bug#9432).
14789 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
14791         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14792         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
14794 2011-09-07  Leo Liu  <sdl.web@gmail.com>
14796         * net/rcirc.el (rcirc-mode): Conditionally initialize
14797         rcirc-input-ring.
14799 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14801         * emacs-lisp/find-func.el (find-function-C-source): Only set
14802         find-function-C-source-directory after checking that we found a source
14803         file there (bug#9440).
14805 2011-09-06  Alan Mackenzie  <acm@muc.de>
14807         * isearch.el (isearch-other-meta-char): Wherever a key list is
14808         unread, "unread" the prefix arg, too.  This fixes bug #8901.
14810 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
14812         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14814 2011-09-05  Juri Linkov  <juri@jurta.org>
14816         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14818 2011-09-05  Juri Linkov  <juri@jurta.org>
14820         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14821         keeping point where processing of grep matches begins, and
14822         continue to delete remaining escape sequences from the same point.
14823         (grep-filter): Make leading zero optional in "0?1;31m" because
14824         git-grep emits "\033[1;31m" escape sequences unlike expected
14825         "\033[01;31m" as GNU Grep does (bug#9408).
14826         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14828 2011-09-05  Juri Linkov  <juri@jurta.org>
14830         * subr.el (y-or-n-p): Capitalize "yes".
14832 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
14834         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
14835         `tramp-cache-unload-hook' where appropriate.
14836         (tramp-methods): Rename `tramp-remote-sh' to
14837         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
14838         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14840         * net/tramp-sh.el (top): Don't require 'shell.
14841         (tramp-methods): Add `tramp-remote-shell' and
14842         `tramp-remote-shell-args' entries.
14843         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14844         (tramp-sh-handle-shell-command): Remove.
14845         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14846         Use `tramp-remote-shell'.
14848 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
14850         * mail/sendmail.el (sendmail-query-once-function): Delete.
14851         (sendmail-query-once): Save directly to send-mail-function.
14852         Update message-send-mail-function too.
14854         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14856 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
14858         * progmodes/python.el (python-mode-map): Use correct function to
14859         start python interpreter from menu-bar (as reported by Geert
14860         Kloosterman).
14861         (inferior-python-mode-map): Fix typo.
14862         (python-shell-map): Remove.
14864 2011-09-03  Deniz Dogan  <deniz@dogan.se>
14866         * net/rcirc.el (rcirc-print): Simplify code for
14867         rcirc-scroll-show-maximum-output.  There is no need to walk
14868         through all windows to find the right one.
14870 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
14872         * help.el (help-return-method): Doc fix.
14874 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
14876         * window.el (window-deletable-p): Don't return a non-nil value
14877         when there's a buffer that was shown in the window before.
14878         (Bug#9419)
14879         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14880         Set window's previous buffers to nil.
14882 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
14884         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14885         newline before and after the tag line, so it doesn't interfere
14886         with determining the paragraph direction of bidirectional text.
14888 2011-09-03  Leo Liu  <sdl.web@gmail.com>
14890         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
14892 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
14894         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14895         (pop-to-buffer): Change interactive spec.  Pass second argument
14896         directly to display-buffer.
14897         (display-buffer): Fix interactive spec.  Use functionp to
14898         distinguish between a function and a list of functions.
14900         * abbrev.el (edit-abbrevs):
14901         * arc-mode.el (archive-extract):
14902         * autoinsert.el (auto-insert):
14903         * bookmark.el (bookmark-bmenu-list):
14904         * files.el (find-file):
14905         * view.el (view-buffer):
14906         * progmodes/compile.el (compilation-goto-locus):
14907         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14909 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
14911         * window.el (display-buffer-alist): Doc fix.
14912         (display-buffer): Add docstring.  Don't treat
14913         display-buffer-default specially.
14914         (display-buffer-reuse-selected-window)
14915         (display-buffer-same-window, display-buffer-maybe-same-window)
14916         (display-buffer-reuse-window, display-buffer-pop-up-frame)
14917         (display-buffer-pop-up-window)
14918         (display-buffer-reuse-or-pop-window)
14919         (display-buffer-use-some-window): New functions.
14920         (display-buffer-default-action): Use them.
14921         (display-buffer-default): Delete.
14922         (pop-to-buffer-1): Fix choice of actions.
14924 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14926         * minibuffer.el (completion--insert-strings): Don't get confused by
14927         completion entries that end with an LF char.
14929 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
14931         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14933 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
14935         * window.el (display-buffer): Restore interactive spec.
14936         (display-buffer-same-window, display-buffer-other-window):
14937         New functions.
14938         (pop-to-buffer-1): New function.  Use the above.
14939         (pop-to-buffer, pop-to-buffer-same-window): Use it.
14940         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
14942         * view.el (view-buffer-other-window, view-buffer-other-frame):
14943         Just use pop-to-buffer.
14945 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14947         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
14949 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
14951         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
14953 2011-08-31  Richard Stallman  <rms@gnu.org>
14955         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14956         of the separation of rmail-view-buffer from rmail-buffer.
14957         If you say no to "replace original", the decrypt is in the
14958         view buffer.  If you say yes, the decrypt goes into the
14959         rmail buffer also.
14961 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
14963         * window.el (display-buffer-window): Rewrite doc-string.
14964         (display-buffer-record-window): New function.
14965         (display-buffer-macro-specifiers)
14966         (display-buffer-even-window-sizes, display-buffer-set-height)
14967         (display-buffer-set-width, display-buffer-in-window)
14968         (display-buffer-reuse-window, display-buffer-split-specifiers)
14969         (display-buffer-side-specifiers, display-buffer-split-window-1)
14970         (display-buffer-split-window, display-buffer-split-atom-window)
14971         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14972         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14973         (display-buffer-other-window-means-other-frame)
14974         (display-buffer-normalize-special)
14975         (display-buffer-normalize-default)
14976         (display-buffer-normalize-argument)
14977         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14978         (display-buffer-normalize-specifiers, display-buffer-frame)
14979         (display-buffer-same-window, display-buffer-same-frame)
14980         (display-buffer-other-window)
14981         (display-buffer-same-frame-other-window)
14982         (display-buffer-other-frame, pop-to-buffer-same-window)
14983         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14984         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14985         (switch-to-buffer-same-frame)
14986         (switch-to-buffer-other-window-same-frame)
14987         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14988         (display-buffer-alist-set-1, display-buffer-alist-set-2)
14989         (display-buffer-alist-set): Remove.
14990         (display-buffer-function, special-display-buffer-names)
14991         (special-display-regexps, special-display-function):
14992         In doc-string refer to display-buffer-window and quit-restore
14993         parameter.
14994         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14995         (special-display-frame-alist, special-display-popup-frame)
14996         (same-window-buffer-names, same-window-regexps, same-window-p)
14997         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14998         (split-window-preferred-function, split-height-threshold)
14999         (split-width-threshold, window-splittable-p)
15000         (split-window-sensibly, window--try-to-split-window)
15001         (window--frame-usable-p, even-window-heights)
15002         (window--even-window-heights, window--display-buffer-1)
15003         (window--display-buffer-2, display-buffer-other-frame):
15004         Restore old Emacs 23 code, order and doc-strings where applicable.
15005         (display-buffer-default, display-buffer-assq-regexp): New functions.
15006         (display-buffer-alist): Rewrite doc-string.
15007         (display-buffer-default-action)
15008         (display-buffer-overriding-action): New variables.
15009         (display-buffer, switch-to-buffer): Rewrite.
15010         (pop-to-buffer): Restore Emacs 23 behavior but use
15011         window-normalize-buffer-to-display.
15012         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
15013         Restore Emacs 23 behavior but use
15014         window-normalize-buffer-to-switch-to.
15015         (pop-to-buffer-same-window): Rewrite.
15016         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
15017         Rewrite using Emacs 23 options.
15019 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
15021         * net/tramp.el (tramp-root-regexp): Remove.
15022         (tramp-completion-file-name-regexp-unified)
15023         (tramp-completion-file-name-regexp-separate)
15024         (tramp-completion-file-name-regexp-url): Don't use leading volume
15025         letter on w32 systems.  (Bug#5303, Bug#9311)
15026         (tramp-drop-volume-letter): Simplify definition.
15027         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15029 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15031         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15032         (bug#9356).
15034 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
15036         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
15038 2011-08-29  Juri Linkov  <juri@jurta.org>
15040         * isearch.el (isearch-done): Don't display message "Mark saved"
15041         when arg `edit' is non-nil to prevent its flicker in the echo area.
15043 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
15045         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15046         obsolete packages for deletion.
15048 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
15050         * help-mode.el (help-mode-map): Add special-mode-map to parent.
15051         (help-mode): Derive help-mode from special-mode.  Don't invoke
15052         view-mode from help-mode.
15053         (help-xref-override-view-map): Remove.
15054         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15055         view-mode is not used anymore.
15057 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
15059         * server.el (server-port): Doc fix.
15061         * cus-theme.el (custom-theme-choose-mode): Inherit from
15062         special-mode (Bug#9124).
15063         (custom-theme-choose-mode-map): Add special-mode to parent.
15065 2011-08-28  Alan Mackenzie  <acm@muc.de>
15067         * progmodes/cc-fonts.el
15068         (c-make-font-lock-BO-decl-search-function): New function.
15069         (c-basic-matchers-after - "Fontify the clauses after various
15070         keywords"): Extract the three keyword lists for the 3 erroneous
15071         constructs from the list of four, and use the new function above
15072         in place of an old one.
15074 2011-08-28  Deniz Dogan  <deniz@dogan.se>
15076         * net/rcirc.el (rcirc-insert-prev-input)
15077         (rcirc-insert-next-input): Remove unused argument.
15079 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15081         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15083 2011-08-27  Alan Mackenzie  <acm@muc.de>
15085         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15086         handle function pointer parameters properly.
15088 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
15090         * window.el (display-buffer-reuse-window): Fix case where
15091         selected window was reused with non-nil OTHER-WINDOW argument.
15092         (Bug#9381)
15094 2011-08-27  Deniz Dogan  <deniz@dogan.se>
15096         * net/rcirc.el (rcirc-check-auth-status): Adding support for
15097         oftc's NickServ messages.
15099 2011-08-27  Glenn Morris  <rgm@gnu.org>
15101         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
15103 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
15105         * emacs-lisp/package.el (package-install): Call package-initialize
15106         if called interactively.
15108 2011-08-26  Leo Liu  <sdl.web@gmail.com>
15110         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
15112 2011-08-25  Juri Linkov  <juri@jurta.org>
15114         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15115         `search-whitespace-regexp' (bug#9364).
15117 2011-08-25  Juri Linkov  <juri@jurta.org>
15119         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15120         `regexp-search-ring' to their global values to protect from
15121         updating by `read-from-minibuffer' (bug#9185).
15123 2011-08-25  Juri Linkov  <juri@jurta.org>
15125         * textmodes/ispell.el (ispell-command-loop): Add newline
15126         at the end of the "Use option `i'..." line.
15128 2011-08-25  Juri Linkov  <juri@jurta.org>
15130         * battery.el (display-battery-mode): If `battery-status-function'
15131         or `battery-mode-line-format' is nil, display the message and set
15132         `display-battery-mode' to nil (bug#9363).
15134 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
15136         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15137         bidi-string-mark-left-to-right; they are unnecessary now.
15139 2011-08-25  Deniz Dogan  <deniz@dogan.se>
15141         * net/quickurl.el: Documentation typo fixes.
15143 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
15145         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15147 2011-08-25  Glenn Morris  <rgm@gnu.org>
15149         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15151         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15152         (smtpmail-via-smtp): Handle nil response from smtp.
15154 2011-08-24  Juri Linkov  <juri@jurta.org>
15156         * proced.el (proced-marked): Inherit from `error' instead of
15157         `font-lock-warning-face'.
15159         * ibuffer.el (ibuffer-marked-face): Change default face from
15160         `font-lock-warning-face' to `warning'.
15161         (ibuffer-deletion-face): Change default face from
15162         `font-lock-type-face' to `error'.
15164         * battery.el (battery-update): Use the face `error' instead of
15165         `font-lock-warning-face' (bug#6117).
15167 2011-08-24  Juri Linkov  <juri@jurta.org>
15169         * faces.el (success): Change face color from "Green3" to
15170         "ForestGreen" on light background (bug#9353).
15172 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
15174         * window.el (quit-window): Rename from quit-restore-window.
15175         Use same arglist as old quit-window.
15176         (frame-auto-delete): Doc fix.
15178         * view.el (view-mode-exit): Use quit-window.
15180 2011-08-24  Juri Linkov  <juri@jurta.org>
15182         * isearch.el (isearch-ring-adjust1): Start visiting previous
15183         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15184         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15185         for empty search string (when the last search string is reused
15186         automatically) to adjust the isearch ring to the last element and
15187         prepare the correct index for further M-p commands (bug#9185).
15189 2011-08-24  Kenichi Handa  <handa@m17n.org>
15191         * international/ucs-normalize.el: If decomposition property of
15192         CHAR is the default one (i.e. a list of CHAR itself), treat it as
15193         nil.
15194         (nfd, nfkd): Likewise.
15196 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15198         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15199         from process filters aren't reliably transmitted to the surrounding
15200         accept-process-output.
15201         (mpc-proc-check): New function.
15202         (mpc-proc-sync): Use it (bug#8293)
15204 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15206         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15207         Add compatibility functions (bug#9313).
15209 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
15211         * cus-start.el (all): Add entry for bidi-paragraph-direction.
15213         * international/uni-bidi.el: Regenerate.
15215 2011-08-23  Kenichi Handa  <handa@m17n.org>
15217         * international/charprop.el:
15218         * international/uni-bidi.el:
15219         * international/uni-category.el:
15220         * international/uni-combining.el:
15221         * international/uni-comment.el:
15222         * international/uni-decimal.el:
15223         * international/uni-decomposition.el:
15224         * international/uni-digit.el:
15225         * international/uni-lowercase.el:
15226         * international/uni-mirrored.el:
15227         * international/uni-name.el:
15228         * international/uni-numeric.el:
15229         * international/uni-old-name.el:
15230         * international/uni-titlecase.el:
15231         * international/uni-uppercase.el: Regenerate.
15233 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
15235         * help.el (help-window-setup): Fix message displayed when other
15236         window is reused.  (Bug#9341)
15238 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15240         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15241         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15243         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15244         Mark obsolete.
15245         * shell.el (shell-parse-pcomplete-arguments): New function.
15246         (shell-completion-vars): Use it instead (bug#9160).
15248 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15250         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15251         strings and comments (bug#9333).
15253         * emacs-lisp/debug.el (debug-arglist): New function.
15254         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
15255         (debug-on-entry-1): Handle interpreted closures (bug#9120).
15257 2011-08-22  Juri Linkov  <juri@jurta.org>
15259         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15260         Revert regexp that highlights output switches to its old
15261         pre-2010-10-28 value and remove one `?' from it (bug#9319).
15263         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15264         to check for empty output (bug#9226).
15266 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
15268         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15269         symbol-constituent as the default, as that stops font-lock from
15270         working properly (Bug#8843).
15272 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15274         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15275         `coding-system-for-*' around the process open call to avoid
15276         auth-source side effects.
15277         (smtpmail-try-auth-methods): Expand the secret password.
15278         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15279         probe hangs.
15281 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
15283         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15285         * emacs-lisp/find-func.el (find-function-noselect): New arg
15286         lisp-only.
15288         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15289         signal an error for built-in functions (Bug#6664).
15291 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15293         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15294         (smtpmail-try-auth-methods): Use it.
15296 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
15298         * font-lock.el (font-lock-fontify-region)
15299         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15300         (font-lock-default-unfontify-buffer)
15301         (font-lock-default-fontify-region)
15302         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15304         * progmodes/compile.el (compilation-error-properties):
15305         Fix confusion between file struct and message struct (Bug#9319).
15306         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15307         `ant' regexp.
15309         * net/browse-url.el (browse-url-firefox): Don't call
15310         browse-url-firefox-sentinel unless using -remote (Bug#9328).
15312 2011-08-20  Glenn Morris  <rgm@gnu.org>
15314         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15316         * tutorial.el (tutorial--default-keys): Update some default bindings.
15318         * files.el (hack-local-variables): Fully ignore case for "mode:".
15320 2011-08-20  Alan Mackenzie  <acm@muc.de>
15322         Resolve invalid use of a regexp in regexp-opt.
15324         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15325         detection for a java annotation.
15327         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15328         detection for a java annotation.
15330         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15331         handling for java.
15332         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15334 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
15336         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15337         (Bug#9274).
15339 2011-08-20  Alan Mackenzie  <acm@muc.de>
15341         Fontify CPP expressions correctly when starting in the middle of
15342         such a construct.  Mainly for when jit-lock etc. starts a chunk
15343         here.
15345         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15346         variable.
15347         (c-make-font-lock-search-form): New function, extracted from
15348         c-make-font-lock-search-function.
15349         (c-make-font-lock-search-function): Use the above function.
15350         (c-make-font-lock-context-search-function): New function.
15351         (c-cpp-matchers): Enhance the preprocessor expression case with
15352         the above function
15353         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15354         which takes an expression.
15356         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15358 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
15360         * window.el (display-buffer-reuse-window)
15361         (display-buffer-pop-up-window): Don't reuse or split a side
15362         window.
15364 2011-08-19  Glenn Morris  <rgm@gnu.org>
15366         * files.el (hack-local-variables-prop-line, hack-local-variables):
15367         Downcase "Mode:".  (Bug#9331)
15369 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
15371         * international/characters.el: Add L and R categories.
15373         * subr.el (bidi-string-mark-left-to-right): Rename from
15374         string-mark-left-to-right.  Use category search.
15376         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15378 2011-08-18  Juri Linkov  <juri@jurta.org>
15380         * faces.el (error, warning, success): New faces with definitions
15381         copied from old default values of `font-lock-warning-face',
15382         `compilation-warning', `compilation-info' (bug#6117).
15384         * font-lock.el (font-lock-warning-face): Inherit from `error'.
15386         * progmodes/compile.el (compilation-error): Inherit from `error'.
15387         (compilation-warning): Inherit from `warning'.
15388         (compilation-info): Inherit from `success'.
15390         * dired.el (dired-marked): Inherit from `warning'.
15391         (dired-flagged): Inherit from `error'.
15393 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15395         * mail/smtpmail.el (auth-source): Require to avoid problems with
15396         binding variables (bug#9298).  Also clean up some unused
15397         autoloads.
15399         * net/network-stream.el (network-stream-open-starttls):
15400         Support using starttls.el without using gnutls-cli.
15402 2011-08-17  Juri Linkov  <juri@jurta.org>
15404         * progmodes/grep.el (rgrep): Handle the case when
15405         `grep-find-command' is a cons cell (bug#9278).
15407 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
15409         * window.el (display-buffer-pop-up-frame): Run frame creation
15410         function with BUFFER current (as special-display-popup-frame
15411         does).  Reported by Drew Adams.
15413 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
15415         * epa-mail.el: Simplify GnuPG group expansion using
15416         epg-expand-group.
15417         (epa-mail-group-alist, epa-mail-group-modtime)
15418         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15419         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15420         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15421         Remove.
15423 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
15425         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15427 2011-08-16  Alan Mackenzie  <acm@muc.de>
15429         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15430         Correct, to avoid the inside of macros.
15432 2011-08-16  Richard Stallman  <rms@gnu.org>
15434         * epa-mail.el: Handle GnuPG group definitions.
15435         (epa-mail-group-alist, epa-mail-group-modtime)
15436         (epa-mail-gnupg-conf-file): New variables.
15437         (epa-mail-parse-groups, epa-mail-sync-groups)
15438         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15439         (epa-mail-expand-recipients): New functions.
15440         (epa-mail-encrypt): Call epa-mail-expand-recipients.
15442         * mail/rmail.el (rmail-epa-decrypt): New command.
15444         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15445         Don't bind buffer-read-only, just inhibit-read-only.
15446         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15447         (epa-decrypt-armor-in-region): Make error message clearer.
15449 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15451         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15452         and "a2b" to "ab" for `prefix'.
15454 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
15456         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15457         filter groups.
15458         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
15459         Fourquet (Bug#8804).
15461 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
15463         * startup.el (argi): Declare as global variable (bug#9275).
15465 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
15467         * subr.el (string-mark-left-to-right): Search the entire string
15468         for RTL script, not just the terminating character.  Doc fix.
15470 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15472         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15473         New function.
15474         (js--regexp-literal, js-syntax-propertize-function): Remove.
15475         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15476         (js-mode-map): Don't rebind electric keys.
15477         (js-insert-and-indent): Remove.
15478         (js-mode): Setup electric-layout and electric-indent instead.
15480         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15482 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
15484         * epa.el (epa-progress-callback-function): Fix the logic of
15485         displaying progress.
15486         * epa-file.el (epa-file-insert-file-contents): Make progress
15487         display more user-friendly.
15488         (epa-file-write-region): Ditto.
15490 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
15492         * subr.el (string-mark-left-to-right): New function.
15494         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15495         Use string-mark-left-to-right.
15496         (list-buffers-noselect): Caller changed.
15498         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15499         Use string-mark-left-to-right.
15500         (tabulated-list-print): Recenter after moving point.
15502 2011-08-10  Juri Linkov  <juri@jurta.org>
15504         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15505         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15506         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15508 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
15510         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15511         (Bug#7554).
15513 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
15515         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15516         character.  (Bug#6594)
15518 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
15520         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15521         (image-dired--with-db-file): New macro.
15522         (image-dired-write-tags, image-dired-remove-tag)
15523         (image-dired-create-gallery-lists, image-dired-write-comments)
15524         (image-dired-get-comment, image-dired-mark-tagged-files)
15525         (image-dired-list-tags, image-dired-gallery-generate): Use it.
15526         (image-dired-gallery-generate): Use insert-file-contents.
15528         * time.el (display-time-world-list, display-time-world-display):
15529         * time-stamp.el (time-stamp-string):
15530         * vc/add-log.el (add-change-log-entry): Use setenv instead of
15531         set-time-zone-rule (Bug#7337).
15533 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
15535         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15536         (epg-error-to-string, epg-errors-to-string): New function.
15537         (epg-wait-for-completion): Reverse errors list.
15538         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15539         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15540         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15541         (epg-sign-keys, epg-generate-key-from-file)
15542         (epg-generate-key-from-string): Format errors by using
15543         epg-errors-to-string (bug#9255).
15544         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15546 2011-08-07  Juri Linkov  <juri@jurta.org>
15548         * faces.el (list-faces-display): Remove extra angle bracket
15549         from `help-mode-map'.
15551         * info.el (Info-history-toc-nodes): Doc fix.
15553         * longlines.el (longlines-mode): Doc fix.
15555 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15557         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15558         of statements and in a few more cases (bug#9183).
15560         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15561         New functions.
15562         (cl-transform-lambda): Use them (bug#9239).
15564 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
15566         * window.el (display-buffer-same-window)
15567         (display-buffer-same-frame, display-buffer-other-window)
15568         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15569         (pop-to-buffer-other-window)
15570         (pop-to-buffer-same-frame-other-window)
15571         (pop-to-buffer-other-frame): Make them defuns.
15572         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15574 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15576         * subr.el (make-composed-keymap): Move from C.  Change calling
15577         convention, and improve docstring to bring attention to a subtle point.
15578         * minibuffer.el (completing-read-default): Adjust accordingly.
15580 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
15582         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15583         (tramp-open-shell): Use `tramp-shell-quote-argument'.
15585         * net/trampver.el: Update release number.
15587 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15589         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15590         "in" (bug#9190).
15592 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15594         * mail/sendmail.el (sendmail-query-once): Restore the current
15595         buffer after querying (bug#9074).
15597         * dired.el (dired-flagged): Use different faces for marked and
15598         flagged files (bug#6117).
15600         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15601         (bug#4433).
15603         * ido.el (ido-mode): Switch off the message if called
15604         non-interactively.
15606         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15607         before 587, since it appears that that's more likely to work for
15608         more people.
15610         * cus-edit.el (custom-file): When running under emacs -q, always
15611         refuse to save the customizations, even if the .emacs file doesn't
15612         exist.
15614         * info.el: Remove the `Info-beginning-of-buffer' function
15615         (bug#8325).
15617         * net/network-stream.el (network-stream-open-starttls):
15618         Use `starttls-available-p' to see whether starttls.el can be used.
15620 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
15622         * window.el (display-buffer-in-window): Don't set dedicated status
15623         of window here (Bug#9215).
15624         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15625         (display-buffer-pop-up-side-window)
15626         (display-buffer-in-side-window): Set dedicated status of window here.
15628 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15630         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15631         before binding generated-autoload-file.
15633 2011-08-01  Deniz Dogan  <deniz@dogan.se>
15635         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15637 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
15639         Sync with Tramp 2.2.2.
15641         * net/trampver.el: Update release number.
15643 2011-07-30  Juri Linkov  <juri@jurta.org>
15645         * dired-aux.el (dired-touch-initial): Remove function.
15646         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15647         current time, and `default' to the last modification time of the
15648         current marked file (bug#6887).
15650 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
15652         * simple.el (goto-line): Use string-to-number to provide a
15653         numeric argument to read-number (bug#9163).
15655 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
15657         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15658         connection process, it could be nil.
15660 2011-07-27  Leo Liu  <sdl.web@gmail.com>
15662         Simplify url handling in rcirc-mode.
15664         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15665         (rcirc-browse-url-at-mouse): Remove.
15666         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15668 2011-07-26  Alan Mackenzie  <acm@muc.de>
15670         Fontify bitfield declarations properly.
15672         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15673         (c-symbol-chars): Now exported as a lang variable.
15674         (c-not-primitive-type-keywords): New lang variable.
15676         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15677         QT keyword "more" to prevent "more slots: ...." being spuriously
15678         parsed as a bitfield declaration.
15680         * progmodes/cc-engine.el (c-beginning-of-statement-1):
15681         Refactor and enhance to handle bitfield declarations.
15682         (c-punctuation-in): New function.
15683         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15684         declarations properly.
15686 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
15688         * calendar/icalendar.el (icalendar--all-events): Take care of
15689         multiple vcalendars in a single file.
15690         (icalendar--convert-float-to-ical): Checkdoc fixes.
15692 2011-07-25  Deniz Dogan  <deniz@dogan.se>
15694         * image.el (insert-image): Clarifying docstring.
15696 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
15698         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15699         `tramp-send-command-and-check' if there is no error.
15700         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15702 2011-07-22  Alan Mackenzie  <acm@muc.de>
15704         Prevent cc-langs.elc being loaded at run time.
15706         * progmodes/cc-mode.el: Remove two autoload forms which loaded
15707         cc-langs.
15709         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15710         "(require 'cc-langs)".  Quote a form so it will evaluate at
15711         (cc-mode's) compilation time.
15713 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
15715         * net/tramp.el (tramp-file-name-handler): Avoid recursive
15716         loading.  (Bug#9114)
15718 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
15720         * window.el (display-buffer-pop-up-window)
15721         (display-buffer-pop-up-side-window)
15722         (display-buffer-in-side-window): Call display-buffer-set-height
15723         and display-buffer-set-width after setting the new window's
15724         buffer so `fit-window-to-buffer' and friends work on the right buffer.
15726 2011-07-20  Sam Steingold  <sds@gnu.org>
15728         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15729         (etags-tags-included-tables): Call `convert-standard-filename' on
15730         the file names contained in TAGS so that windows Emacs can handle
15731         TAGS files created by cygwin ctags.
15733 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15735         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15736         which apparently didn't work.
15738 2011-07-19  Roland Winkler  <winkler@gnu.org>
15740         * proced.el (proced-send-signal): For *Marked Processes* buffer
15741         put point at beginning of buffer.
15743 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
15745         * proced.el (proced-format): Make header lines align with the text
15746         (bug#1779).
15748 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15750         * view.el (view-buffer): Allow running in `special' modes if we're
15751         visiting a file (bug#8615).
15753 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
15755         * window.el (display-buffer-alist-of-strings-p)
15756         (display-buffer-alist-set-1, display-buffer-alist-set-2):
15757         New functions.
15758         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15759         more accurately.
15761 2011-07-18  Alan Mackenzie  <acm@muc.de>
15763         Fontify declarators properly when, e.g., a jit-lock chunk begins
15764         inside a declaration.
15766         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15768         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15769         New function.
15770         (c-complex-decl-matchers): Insert reference to
15771         c-font-lock-enclosing-decls.
15773         * progmodes/cc-engine.el (c-backward-single-comment):
15774         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15775         to nil around calls to (forward-comment -1).
15777 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15779         * image.el (put-image): Doc typo fix.
15781         * progmodes/etags.el (tags-search): Doc typo fix.
15783         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15784         password if we get errors 550 to 554.
15786 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15788         * net/gnutls.el (gnutls-log-level): Remove.
15790         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15791         indentation character (bug#6380).
15793         * files.el (buffer-offer-save): Made permanently local (bug#6241).
15795         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15796         to clarify what the problem is (bug#4291).
15798         * simple.el (current-kill): Clarify what
15799         `interprogram-paste-function' does (bug#7500).
15800         (auto-fill-mode): Document `auto-fill-function' in relation to
15801         `auto-fill-mode' (bug#2470).
15803 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
15805         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15806         method if slot is read-only (bug#9035).
15808 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
15810         * frame.el (select-frame-set-input-focus): New argument NORECORD.
15811         * window.el (pop-to-buffer): Select window used even if it was
15812         selected before, see discussion of (Bug#8615), (Bug#6954).
15813         Pass argument NORECORD on to select-frame-set-input-focus.
15815 2011-07-15  Glenn Morris  <rgm@gnu.org>
15817         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
15818         Respect help-form.
15820 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
15822         * net/gnutls.el (gnutls-min-prime-bits): New variable.
15823         (gnutls-negotiate): Use it.
15825 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15827         * net/gnutls.el (gnutls-negotiate):
15828         Upcase `gnutls-algorithm-priority'.
15830 2011-07-15  Glenn Morris  <rgm@gnu.org>
15832         * jka-compr.el (jka-compr-verbose): Move from here...
15833         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
15834         Add missing :version tag.
15835         * info.el: No need to require jka-compr when compiling.
15837 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15839         * net/gnutls.el (gnutls-algorithm-priority): New variable.
15840         (gnutls-negotiate): Use it.
15842         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15844         * info.el (Info-beginning-of-buffer): New command.
15845         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15846         announcing `b' as the key (bug#8325).
15847         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15849         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15851         * international/mule-cmds.el
15852         (describe-specified-language-support): Make the error message
15853         clearer (bug#8905).
15855         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15857         * isearch.el (isearch-barrier): Add a doc string, since it's
15858         mentioned in a function doc string (bug#8678).
15860 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
15862         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15863         buffer argument (Bug#9083) and self-identifying label argument.
15865 2011-07-15  Glenn Morris  <rgm@gnu.org>
15867         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
15869 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15871         * man.el (Man-fontify-manpage): Fix message when formatting the
15872         man page (bug#7929).
15874 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
15876         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15877         argument LRM; if non-nil, append an invisible LRM character to the
15878         buffer name.
15879         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15880         last argument non-nil, when formatting buffer names.
15881         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15882         paragraph direction.
15884 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15886         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15887         the man page name (bug#7929).
15889         * image.el (put-image): Mention the `put-image' overlay property
15890         (bug#7834).
15892         * scroll-bar.el (set-scroll-bar-mode): Mention that
15893         `scroll-bar-mode' lists the values (bug#7772).
15895         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15896         command (bug#7729).
15898         * rect.el (apply-on-rectangle): Return the point after the last
15899         operation.
15900         (string-rectangle): Go to the point after the last operation
15901         (bug#7522).
15903         * printing.el (pr-toggle-region): Clarify the documentation
15904         slightly (bug#7493).
15906         * time.el (display-time-update):
15907         Allow `display-time-mail-function' to return nil (bug#7158).
15908         Fix suggested by Detlev Zundel.
15910         * vc/diff.el (diff): Clarify the order the file names are read
15911         (bug#7111).
15913         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15914         the doc string (bug#7015).
15916         * font-lock.el (font-lock-maximum-decoration): Mention what
15917         numeric levels mean (bug#6935).
15919         * startup.el (initial-buffer-choice): Don't mention the `none'
15920         selection, which is against policy.
15922 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
15924         * window.el (display-buffer-normalize-special):
15925         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
15927 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
15929         * subr.el (version<, version<=, version=): Mention "-CVS" and
15930         "-12345" alpha version numbers.
15932 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
15934         * bindings.el: Add advertised binding for set-mark-command
15935         (Bug#5772).
15937 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
15939         * bindings.el (mode-line-other-buffer):
15940         * bookmark.el (bookmark-bmenu-2-window):
15941         * bs.el (bs-cycle-next, bs-cycle-previous):
15942         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15943         switch-to-buffer.
15945         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15946         Delete.
15948 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
15950         * follow.el (follow-debug-message, follow-redisplay):
15951         * jka-cmpr-hook.el (with-auto-compression-mode):
15952         Fix typos in docstrings.
15954 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15956         * subr.el (with-silent-modifications): Clarify somewhat what the
15957         macro inhibits (bug#6525).
15959         * simple.el (eval-expression): Note what it does if called
15960         interactively (bug#6495).
15962 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
15964         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15965         Use pop-to-buffer buffer-or-name if it is nil.
15967         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15968         Remove switch-to-buffer.
15970 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15972         * files.el (make-directory): Clarify that an error will be raised
15973         if there's an error (bug#6397).
15975         * startup.el (initial-buffer-choice): Add `none' as a choice
15976         (bug#6234).
15978         * subr.el (add-hook): Clarify section about buffer-local hooks
15979         (bug#6218).
15981         * dired.el (dired-flagged): Clarify doc string (bug#6117).
15983 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
15985         * tabify.el (untabify): Preserve the current column so that point
15986         doesn't move (bug#6032).
15988 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15990         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15991         Rewrite to avoid awkward possessive "s" (bug#5986).
15993 2011-07-13  Glenn Morris  <rgm@gnu.org>
15995         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
15996         (dired-insert-directory): Give a message the first time
15997         if ls is found not to support --dired.
15999 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16001         * simple.el (toggle-truncate-lines): Clarify what is toggled
16002         (bug#5580).  Text by Drew Adams.
16004 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
16006         * simple.el (blink-matching-open): Make the error message from the
16007         last change less verbose.
16009 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
16011         * font-lock.el (font-lock-comment-face): Use the high contrast
16012         "yellow" color for font-lock-comment-face on low color terminals
16013         using a dark background color (bug#4221).
16015 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16017         * dired.el (dired-insert-set-properties): Make the doc string
16018         reflect what it does now (bug#5325).
16020         * simple.el (blink-matching-open): Say that we were unable to find
16021         the match within the limit, if we're limited (bug#5122).
16023         * international/mule-cmds.el (prefer-coding-system): Add an
16024         example (bug#4869).
16026         * progmodes/etags.el (tags-search): Document `file-list-form'
16027         (bug#4731).
16029 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
16031         * net/browse-url.el (browse-url-default-browser)
16032         (browse-url-browser-function): Make the default browser choice a
16033         bit more logical (bug#4300).  Also clean up the doc string.
16035 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
16037         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16038         binary endings (bug#4440).
16040 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16042         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16043         which can be pretty annoying (bug#8971).
16045         * jka-compr.el (jka-compr-verbose): New variable, and use
16046         throughout (bug#8971).
16048         * info.el (Info-find-file): Fall back on the installation
16049         directory if we can't find the info node anywhere else.
16051 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
16053         * vc/vc.el (vc-revert-file):
16054         Don't set file time-stamp in the past.  (Bug#5181)
16056 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16058         * files.el (after-find-file): Give a better error message when
16059         trying to find a symlink that points to a file that doesn't exist
16060         (bug#4398).
16062         * progmodes/cc-vars.el: Remove (probably) misleading comment
16063         (bug#4396).
16065 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
16067         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16069 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
16071         * mouse-sel.el: Hack restoring functionality, while keeping
16072         compatibility with 2010-07-03 changes to mouse selection.
16073         (mouse-sel-primary-overlay): New var.
16074         (mouse-sel-selection-alist): Use it.
16075         (mouse-sel-mode): Doc fix; remove points that are default features
16076         of mouse.el.
16078 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
16080         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16081         Fix previous fix (bug#2490).
16083 2011-07-12  Roland Winkler  <winkler@gnu.org>
16085         * textmodes/bibtex.el (bibtex-initialize):
16086         Use pop-to-buffer-same-window.
16087         (bibtex-search-entries): Fix interactive call.
16089 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16091         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16092         Fontise bytecomp Error lines more correctly (bug#2490).
16093         Fix suggested by Johan Bockgård.
16095         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16097         * dired-x.el (dired-guess-default): Use `delete-dups'.
16099 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
16101         * dired.el (dired-mark-prompt):
16102         * dired-aux.el (dired-read-shell-command): Doc fix.
16104 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16106         * mail/sendmail.el (sendmail-query-once):
16107         Use `customize-save-variable' unconditionally, now that it works under
16108         emacs -Q.
16110         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16112         * cus-edit.el (custom-file): Take an optional no-error variable.
16113         (customize-save-variable): Set the variable, and give a warning if
16114         running under "emacs -q".
16116 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
16118         * loadhist.el (unload-feature-special-hooks):
16119         Add `auto-coding-functions', `fill-nobreak-predicate' and
16120         `find-directory-functions' (bug#5327).
16122 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16124         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16126         * cus-edit.el (custom-guess-name-alist): -alist variables should
16127         use the `alist' type (bug#3120).  Suggested by Drew Adams.
16129         * printing.el: Add documentation to all the `pr-toggle-' commands.
16131 2011-07-11  Leo Liu  <sdl.web@gmail.com>
16133         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16134         backends where it makes sense (bug#2623).
16136 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16138         * dired-x.el (dired-guess-default): Remove duplicate shell command
16139         entries (bug#2028).
16140         (dired-guess-default): Fix grammar in doc string (bug#2028).
16141         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
16143         * subr.el (remove-duplicates): New conveniency function.
16145 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16147         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16148         (bug#1526).
16150 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
16152         * window.el (display-buffer-normalize-default): Don't invert
16153         meaning of even-window-heights.  Reported by Eli Zaretskii
16154         <eliz@gnu.org>.
16156 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
16158         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16160 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
16162         * window.el (display-buffer): Fix arguments to
16163         display-buffer-reuse-window in last change.
16165         * faces.el (link): Use a less saturated blue on light backgrounds.
16167         * startup.el (fancy-startup-text, fancy-about-text)
16168         (fancy-startup-tail): Use font-lock faces, for background safety.
16170 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
16172         * emulation/viper-cmd.el (viper-change-state-to-vi):
16173         Limit triggering of abbrev expansion (Bug#9038).
16175 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
16177         * window.el (display-buffer-default-specifiers): Remove.
16178         (display-buffer-macro-specifiers): Remove default specifiers.
16179         (display-buffer-alist): Default to nil.
16180         (display-buffer-reuse-window): New optional argument other-window.
16181         (display-buffer-pop-up-window): Allow splitting internal
16182         windows.  Check whether a live window was created.
16183         (display-buffer-other-window-means-other-frame)
16184         (display-buffer-normalize-arguments): Rename to
16185         display-buffer-normalize-argument and rewrite.  Set the
16186         other-window specifier.
16187         (display-buffer-normalize-special): New function.
16188         (display-buffer-normalize-options): Rename to
16189         display-buffer-normalize-default and rewrite.
16190         (display-buffer-normalize-options-inhibit): Remove.
16191         (display-buffer-normalize-specifiers): Rewrite.
16192         (display-buffer): Process other-window specifier and call
16193         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
16194         more faithfully.
16195         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
16196         (display-buffer-alist-set): Don't handle 'unset default values.
16197         (display-buffer-in-window, display-buffer-alist-set):
16198         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
16199         <tassilo@member.fsf.org>.
16201 2011-07-09  Leo Liu  <sdl.web@gmail.com>
16203         * register.el (insert-register): Restore accidental change on
16204         2011-06-26.  (Bug#9028)
16206 2011-07-09  Glenn Morris  <rgm@gnu.org>
16208         * subr.el (remq): Handle the empty list.  (Bug#9024)
16210 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
16212         * mail/sendmail.el (send-mail-function): No longer delay custom
16213         initialization.
16214         * custom.el (custom-initialize-delay): Doc fix.
16216 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16218         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16220 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
16222         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16223         human-friendly prompt.
16225 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16227         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16228         provided by a particular plugin.
16230 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16232         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16233         save customizations (with "emacs -Q"), just set the variable
16234         instead of erroring out.
16236         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16238 2011-07-08  Juri Linkov  <juri@jurta.org>
16240         * arc-mode.el (archive-zip-expunge, archive-zip-update)
16241         (archive-zip-update-case): Use 7z if found by `executable-find'.
16242         The order of searching the available programs is the same as in
16243         `archive-zip-extract' (bug#8968).
16245 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
16247         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16248         (menu-bar-options-menu): Tweak descriptions.
16250 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16252         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16253         menu items into verb phrases (bug#1421).  Also refill to fit under
16254         80 columns.
16256 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
16258         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16259         (Info-read-node-name): Doc fix (Bug#1084).
16261         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16262         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16263         (end-of-sexp, beginning-of-sexp)
16264         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16265         (forward-symbol, forward-same-syntax, word-at-point)
16266         (sentence-at-point): Doc fix (Bug#1144).
16268 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16270         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16271         should cover it (bug#1281).
16273         * cus-edit.el (custom-show): Mark as obsolete.
16275         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16276         negotiation fails, then possibly try again with a non-encrypted
16277         connection (bug#9017).
16279         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16280         be used.
16282 2011-07-07  Richard Stallman  <rms@gnu.org>
16284         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16285         property, and handle its changed format.
16286         Look for the correct line number.
16287         Use file's line contents (but not past first =) to find
16288         correct line in message.
16290 2011-07-07  Kenichi Handa  <handa@m17n.org>
16292         * international/characters.el (build-unicode-category-table):
16293         Delete it.
16294         (unicode-category-table): Set it by unicode-property-table-internal.
16296         * international/mule-cmds.el (char-code-property-alist): Move to
16297         to src/chartab.c.
16298         (get-char-code-property): Call unicode-property-table-internal to
16299         load a file.  Call get-unicode-property-internal where necessary.
16300         (put-char-code-property): Call unicode-property-table-internal to
16301         load a file.  Call put-unicode-property-internal where necessary.
16302         put-unicode-property-internal where necessary.
16303         (char-code-property-description):
16304         Call unicode-property-table-internal to load a file.
16306         * international/charprop.el:
16307         * international/uni-bidi.el:
16308         * international/uni-category.el:
16309         * international/uni-combining.el:
16310         * international/uni-comment.el:
16311         * international/uni-decimal.el:
16312         * international/uni-decomposition.el:
16313         * international/uni-digit.el:
16314         * international/uni-lowercase.el:
16315         * international/uni-mirrored.el:
16316         * international/uni-name.el:
16317         * international/uni-numeric.el:
16318         * international/uni-old-name.el:
16319         * international/uni-titlecase.el:
16320         * international/uni-uppercase.el: Regenerate.
16322         * loadup.el: Load international/charprop.el before
16323         international/characters.
16325 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
16327         * window.el (next-buffer, previous-buffer): Signal an error if
16328         called from a minibuffer window.
16330         * bindings.el: Revert 2011-07-04 change.
16332 2011-07-06  Richard Stallman  <rms@gnu.org>
16334         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16335         (rmail-mime-insert-bulk, rmail-mime-insert-text):
16336         Treat markers like ints.
16337         (rmail-mime-entity): Doc fix.
16339 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16341         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16342         defcustom again for backwards compatibility.
16344         * simple.el (shell-command-on-region): Fill.
16346         * dired-aux.el (dired-kill-line): Add a doc string.
16348         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16349         to "\\sw\\|\\s_" (bug#358).
16351         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16352         (dired-unmark-backward): Ditto.
16353         (dired-flag-backup-files): Ditto.
16355         * dired-x.el (dired-mark-sexp): Ditto.
16357 2011-07-06  Richard Stallman  <rms@gnu.org>
16359         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16360         (rmail-mime-entity): New arg TRUNCATED.
16361         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16362         New functions.
16363         (rmail-mime-save): Warn if entity is truncated.
16364         (rmail-mime-toggle-hidden): Likewise, for showing.
16365         (rmail-mime-process-multipart): Record when an entity is truncated.
16367         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16368         if ENTITY is a string.
16370 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16372         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16373         of faces when `M-C-x'-ing their definitions (bug#8378).
16374         Also clean up the code slightly.
16376         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16377         because that makes the colors go away.
16379         * mail/sendmail.el (send-mail-function): Change the default to
16380         `sendmail-query-once'.
16381         (sendmail-query-once): Add an autoload cookie.
16383         * net/network-stream.el (network-stream-open-starttls): Try using
16384         a plain connection even if the server offered STARTTLS, and we
16385         kinda wanted to use it, if Emacs doesn't have any STARTTLS
16386         capability.  This should make smtpmail.el work in slightly more
16387         configurations.
16389 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
16391         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16392         New defun.
16393         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16395 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
16397         * progmodes/sql.el: Version 3.0
16398         (sql-product-alist): Add product :completion-object,
16399         :completion-column, and :statement attributes.
16400         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16401         (sql-mode-syntax-table): Mark all punctuation.
16402         (sql-font-lock-keywords-builder): Temporarily remove fallback on
16403         ansi keywords.
16404         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16405         (sql-mode-oracle-font-lock-keywords): Improve.
16406         (sql-oracle-show-reserved-words): New function for development.
16407         (sql-product-font-lock): Simplify for source code buffers.
16408         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16409         New functions.
16410         (sql-highlight-product): Set product specific syntax table.
16411         (sql-mode-map): Add statement movement functions.
16412         (sql-ansi-statement-starters, sql-oracle-statement-starters):
16413         New variable.
16414         (sql-statement-regexp, sql-beginning-of-statement)
16415         (sql-end-of-statement, sql-signum): New functions.
16416         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16417         (sql-show-sqli-buffer): Bug fix.
16418         (sql-interactive-mode): Store connection data as buffer local.
16419         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
16420         with sql-interactive-mode.
16421         (sql-save-connection): Save buffer local settings.
16422         (sql-connection-menu-filter): Change menu entry name.
16423         (sql-product-interactive): Bug fix.
16424         (sql-preoutput-hold): New variable.
16425         (sql-interactive-remove-continuation-prompt): Bug fixes.
16426         (sql-debug-redirect): New variable.
16427         (sql-str-literal): New function.
16428         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16429         Redesign.
16430         (sql-oracle-save-settings, sql-oracle-restore-settings)
16431         (sql-oracle-list-all, sql-oracle-list-table): New functions.
16432         (sql-completion-object, sql-completion-column)
16433         (sql-completion-sqlbuf): New variables.
16434         (sql-build-completions-1, sql-build-completions)
16435         (sql-try-completion): New functions.
16436         (sql-read-table-name): Use them.
16437         (sql-contains-names): New buffer local variable.
16438         (sql-list-all, sql-list-table): Use it.
16439         (sql-oracle-completion-types): New variable.
16440         (sql-oracle-completion-object, sql-sqlite-completion-object)
16441         (sql-postgres-completion-object): New functions.
16443 2011-07-06  Glenn Morris  <rgm@gnu.org>
16445         * window.el (pop-to-buffer): Doc fix.
16447 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
16449         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16451 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
16453         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16455         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16457 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
16459         * button.el (button): Inherit from link face.  Suggested by Dan
16460         Nicolaescu.
16462 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16464         * progmodes/gdb-mi.el: Fit in 80 columns.
16465         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16466         switch-to-buffer.
16468         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16469         if imenu is simply not configured (bug#8941).
16471 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
16473         * allout.el (allout-post-undo-hook): New allout outline-change
16474         event hook to signal undo activity.
16475         (allout-post-command-business): Run allout-post-undo-hook if an
16476         undo just occurred.
16477         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16478         * allout-widgets.el (allout-widgets-after-undo-function):
16479         Ensure the integrity of the current item's decoration after it has been
16480         in the vicinity of an undo.
16481         (allout-widgets-mode): Include allout-widgets-after-undo-function
16482         on the new allout-post-undo-hook.
16484 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16486         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16487         Let define-derived-mode define it.
16488         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16489         cycles of abbrev-table inheritance (bug#8998).
16491 2011-07-05  Roland Winkler  <winkler@gnu.org>
16493         * textmodes/bibtex.el: Add support for biblatex.
16494         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16495         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16496         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16497         (bibtex-entry-alist, bibtex-field-alist): New variables.
16498         (bibtex-entry-field-alist): Obsolete alias for
16499         bibtex-BibTeX-entry-alist.
16500         (bibtex-entry-alist, bibtex-field-alist): New widgets.
16501         (bibtex-set-dialect): New command.
16502         (bibtex-entry-type, bibtex-entry-head)
16503         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16504         Bind via bibtex-set-dialect.
16505         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16506         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16507         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16508         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16509         Define via bibtex-set-dialect.
16510         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16511         Obey bibtex-no-opt-remove-re.
16512         (bibtex-vec-push, bibtex-vec-incr): New functions.
16513         (bibtex-format-entry, bibtex-field-list)
16514         (bibtex-print-help-message, bibtex-validate)
16515         (bibtex-search-entries): Use new format of bibtex-entry-alist.
16517 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16519         * progmodes/compile.el (compilation-goto-locus):
16520         * net/tramp-cmds.el (tramp-append-tramp-buffers):
16521         * bs.el (bs-cycle-next, bs-cycle-previous):
16522         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16523         * bindings.el (mode-line-other-buffer):
16524         * autoinsert.el (auto-insert):
16525         * arc-mode.el (archive-extract):
16526         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16528 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
16530         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16531         Fix check of `emacs-lock-unlockable-modes'.
16532         Coerce true values of `emacs-lock--try-unlocking' to t.
16534 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
16536         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16537         * emacs-lock.el: New file.
16539 2011-07-05  Julien Danjou  <julien@danjou.info>
16541         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16542         than `boundp' to check if face is set.
16544 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
16546         * register.el (registerv-make):
16547         * window.el (window-min-height): Fix typos in docstrings.
16549 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
16551         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16552         Update doc string.
16554 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
16556         * server.el (server-execute): Catch quit and call
16557         `server-return-error' to pass the error back to emacsclient and
16558         close the connection (bug#8942).
16560 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
16562         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16563         insecure exception for current topic.  Also note that auto-saves
16564         are handled differently.
16566         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16567         State variables for tracking auto-save inhibition situation.
16569         (allout-write-contents-hook-handler): Rename from
16570         'allout-write-file-hook-handler', and describe how it depends on
16571         write-contents-functions sensitivity to non-nil value to prevent
16572         file write.
16574         (allout-auto-save-hook-handler): Remove.  auto-save does not check
16575         this in individual buffers, only in the starting buffer, so this
16576         is not the right way for us to inhibit auto-save in a buffer
16577         according to its condition.
16579         (allout-mode): Use new allout-write-contents-hook-handler, and
16580         only with write-contents-functions.  Remove auto-save provisions -
16581         they're implemented elsewhere.
16583         (allout-before-change-handler): If undo is in progress, note that
16584         for attention of allout-post-command-business.
16586         (allout-post-command-business): If the command we're following was
16587         an undo, check for change in the status of encrypted items and
16588         adjust auto-save inhibitions accordingly.
16590         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16591         according to whether there are or aren't any plain-text topics
16592         pending encryption.
16594         (allout-inhibit-auto-save-info-for-decryption):
16595         Adjust buffer-saved-size and some allout state to inhibit auto-saves
16596         if there are plain-text topics pending encryption.
16598         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16599         buffer-saved-size and some allout state to not inhibit auto-saves
16600         if there are no longer any plain-text topics pending encryption.
16602         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16603         No longer provide for exemption of the current topic.
16605 2011-07-04  Juri Linkov  <juri@jurta.org>
16607         Add 7z operations to delete and save changed members (bug#8968).
16608         * arc-mode.el (archive-7z-expunge, archive-7z-update):
16609         New defcustoms.
16610         (archive-7z-write-file-member): New function.
16611         (archive-7z-summarize): Fix the number of dashes in the
16612         listing output.
16614 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16616         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16617         (bug#8958).
16619 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
16621         * bindings.el: Ignore next-buffer and previous-buffer in
16622         minibuffer-local-map.
16624         * font-lock.el (font-lock-builtin-face): Change light background
16625         color to dark slate blue (Bug#6693).
16627 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
16629         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16631 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16633         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16634         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16635         Add switch-to-buffer.
16637 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16639         * isearch.el (isearch-search-fun-function): Clarify further the
16640         meaning of the function returned.
16642 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
16644         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16646         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16647         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16648         Use it.
16649         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
16650         `tramp-default-remote-path' does not exist.
16651         (tramp-send-command-and-read): New optional argument NOERROR.
16652         (tramp-open-connection-setup-interactive-shell)
16653         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16654         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16655         (tramp-process-sentinel): Flush also process' connection property.
16656         (tramp-sh-handle-start-file-process): Do not set process
16657         sentinel.  It is done now ...
16658         (tramp-maybe-open-connection): ... here.  (Bug#8929)
16660 2011-07-04  MON KEY  <monkey@sandpframing.com>
16662         * play/animate.el (animate-string): Doc fixes and allow changing
16663         the buffer name (bug#5417).
16665 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16667         * play/animate.el (animation-buffer-name): Rename from *animate*.
16669 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16671         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16672         This is simpler and helps future-proof the code.
16673         (timer-until): Use time-subtract and float-time.
16674         (timer--time-less-p): Use time-less-p.
16676 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
16678         * type-break.el (timep): Use the value of `float-time' to avoid a
16679         byte-compiler warning.
16681         * server.el (server-eval-and-print): Return any result, even nil.
16683 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16685         * type-break.el: Accept time formats that the builtins accept.
16686         (timep, type-break-time-difference): Accept any format that
16687         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16688         This is simpler and helps future-proof the code.
16689         (type-break-time-difference): Round rather than ignoring
16690         subseconds components.
16692 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16694         * info.el (Info-apropos-matches): Make non-interactive, since it
16695         doesn't seem to do anything useful as a command (bug#8829).
16697 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
16699         * frame.el (frame-background-mode, frame-set-background-mode):
16700         Move from faces.el.
16701         (frame-default-terminal-background): New function.
16703         * custom.el (custom-push-theme): Don't record faces in `changed'
16704         theme; this doesn't work correctly for per-frame face settings.
16705         (disable-theme): Use face-set-after-frame-default to reset faces.
16706         (custom--frame-color-default): New function.
16708 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16710         * dired.el (dired-flagging-regexp): Remove unused variable
16711         (bug#8769).
16713 2011-03-29  Kevin Ryde  <user42@zip.com.au>
16715         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16716         `perl-Test2' extend to match possible "fail #N" rep count
16717         (bug#8377).
16719 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16721         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16722         `smtpmail-via-smtp' now returns the error instead of nil.
16724         * isearch.el (isearch-search-fun-function): Clarify the doc string
16725         (bug#8101).
16727 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
16729         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16730         unnecessary spaces (bug#8987).
16732 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16734         * net/network-stream.el (open-network-stream): Use the
16735         :end-of-capability command thoughout.
16737 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16739         * net/network-stream.el (open-network-stream): Add the
16740         :end-of-capability command parameter, used by pop3.el.
16742 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16744         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16746         * fringe.el (fringe-query-style): Remove redundant text " (type ?
16747         for list)" (bug#6475).
16749         * files.el (file-expand-wildcards): Ignore non-readable
16750         sub-directories while trying to find matches instead of signaling
16751         an error (bug#6297).
16753         * man.el (Man-reference-regexp): Allow matching possible
16754         word-wrapped references (bug#6289).
16756         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16757         for consistency with the other vc buffers (bug#6197).
16758         (vc-checkin): Ditto.
16760         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16762         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16764 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16766         * custom.el (defcustom): Clarify that :set is only used in the
16767         Customize user interface (bug#6089).
16769         * progmodes/flymake.el (flymake-mode): If the buffer isn't
16770         associated with a file, refuse to run instead of erroring out
16771         (bug#6084).
16773         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16774         the doc string, since it appears that using `fill-column' always
16775         controls the width (bug#7845).
16777         * simple.el (shell-command-on-region): Say where the error output
16778         went if `shell-command-default-error-buffer' is set (bug#6857).
16780 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
16782         * allout.el (allout-yank-processing): Adjust cursor position for
16783         backwards-deleted space.
16785         (allout-rebullet-heading): Register changes with
16786         allout-exposure-changed-hook, so the modified topic is properly
16787         decorated.
16789 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16791         * minibuffer.el (completion-in-region): Document PREDICATE
16792         (bug#7136).
16794         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16795         of keyword/argument pairs (bug#6904).
16797         * replace.el (multi-occur):
16798         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16800 2011-07-02  Drew Adams  <drew.adams@oracle.com>
16802         * dired.el (dired-mark-if): Make the message about whether it's
16803         marking or unmarking clearer (bug#8523).
16805 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16807         * disp-table.el (display-table-print-array): New function.
16808         (describe-display-table): Use it to print the vectors more pretty
16809         (Bug#8859).
16811 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
16813         * window.el (window-state-get-1): Don't assign clone numbers.
16814         Add clone-of item to list of window parameters.
16815         (window-state-put-2): Don't process clone numbers.
16816         (display-buffer-alist): Fix doc-string.
16818 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16820         * subr.el (remq): Don't allocate if it's not needed.
16821         (keymap--menu-item-binding, keymap--menu-item-with-binding)
16822         (keymap--merge-bindings): New functions.
16823         (keymap-canonicalize): Use them to refine the canonicalization.
16824         * minibuffer.el (minibuffer-local-completion-map)
16825         (minibuffer-local-must-match-map): Move initialization from C.
16826         (minibuffer-local-filename-completion-map): Move initialization from C;
16827         don't inherit from anything here.
16828         (minibuffer-local-filename-must-match-map): Make obsolete.
16829         (completing-read-default): Use make-composed-keymap to combine
16830         minibuffer-local-filename-completion-map with either
16831         minibuffer-local-must-match-map or
16832         minibuffer-local-filename-completion-map.
16834 2011-07-01  Glenn Morris  <rgm@gnu.org>
16836         * type-break.el (type-break-time-sum): Use dolist.
16838         * textmodes/flyspell.el (flyspell-word-search-backward):
16839         Replace CL function.
16841 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16843         * mouse.el (mouse--strip-first-event): New function.
16844         (function-key-map): Use it to map fringe clicks to normal clicks
16845         by default.
16847         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16848         (vc-bzr-revision-completion-table): Add support for annotate and date.
16850         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16851         inherit from parent.
16853 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16855         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16856         (dired-show-file-type): Doc fixup (bug#8818).
16858         * dired.el (dired-mode): Fix up the doc string as suggested by
16859         Drew Adams (bug#8817).
16861         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16862         cookie, since the manual says that it should be possible to add
16863         this function to `find-file-hook' (bug#8709).
16865 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
16867         * progmodes/cfengine.el: Moved all cfengine3.el functionality
16868         here.  Noted Ted Zlatanov as the maintainer.
16869         (cfengine-common-settings, cfengine-common-syntax): New functions
16870         to set up common things between `cfengine-mode' and
16871         `cfengine3-mode'.
16872         (cfengine3-mode): New mode.
16873         (cfengine3-defuns cfengine3-defuns-regex
16874         (cfengine3-class-selector-regex cfengine3-category-regex)
16875         (cfengine3-vartypes cfengine3-font-lock-keywords)
16876         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16877         (cfengine3-indent-line): Add from cfengine3.el.
16879 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
16881         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16883         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16885 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
16887         * window.el (same-window-buffer-names, same-window-regexps)
16888         (same-window-p, special-display-frame-alist)
16889         (special-display-popup-frame, special-display-function)
16890         (special-display-buffer-names, special-display-regexps)
16891         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16892         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16893         (split-window-preferred-function, split-height-threshold)
16894         (split-width-threshold, even-window-heights)
16895         (display-buffer-mark-dedicated, window-splittable-p)
16896         (split-window-sensibly, window-safely-shrinkable-p):
16897         Un-obsolete.
16898         (display-buffer): Don't spread args with function specifier
16899         because special-display-popup-frame won't like it.
16901 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16903         Time-stamp simplifications and fixes.
16904         These improve accuracy slightly, and future-proof the code
16905         against some potential changes to current-time format.
16907         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16908         by using time-since and float-time.
16910         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16911         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
16912         + NNN microseconds".
16914         * type-break.el (type-break-time-sum): Rewrite using time-add.
16916         * play/hanoi.el (hanoi-current-time-float): Remove.
16917         All uses replaced by float-time.
16919         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16920         This yields a more-accurate answer.
16921         (rng-time-to-float): Remove; no longer needed.
16923         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16925         * calendar/timeclock.el (timeclock-seconds-to-time):
16926         Defalias to seconds-to-time, since they're the same thing.
16928         * emacs-lisp/elp.el (elp-elapsed-time):
16929         * emacs-lisp/benchmark.el (benchmark-elapse):
16930         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16932 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16934         * window.el (bury-buffer): Don't iconify the only frame.
16935         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16936         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
16938 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
16940         * eshell/em-smart.el (eshell-smart-display-navigate-list):
16941         Add mouse-yank-primary.
16943 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
16945         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16947 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16949         * emacs-lisp/find-func.el (find-library--load-name): New fun.
16950         (find-library-name): Use it to find relative load names when provided
16951         absolute file name (bug#8803).
16953 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16955         * textmodes/flyspell.el (flyspell-word): Consider words that
16956         differ only in case as potential doublons (bug#5687).
16958         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16959         Remove two rather uninteresting debugging-like messages to make
16960         debbugs.el more silent.
16962         * comint.el (comint-password-prompt-regexp): Accept "Response" as
16963         a password-like phrase.
16965 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
16967         * progmodes/cc-guess.el: New file.
16969         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
16971         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16972         derived from `c-basic-common-init'.
16974         * progmodes/cc-mode.el (top-level): Require cc-guess.
16975         (c-basic-common-init): Use `cc-choose-style-for-mode'.
16977 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
16979         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16981 2011-06-30  Alan Mackenzie  <acm@muc.de>
16983         * progmodes/cc-engine.el (c-guess-continued-construct):
16984         Correct the handling of template-args-cont, particularly for when font
16985         lock is disabled.  Name this case as "CASE G".
16987 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
16989         * allout.el (allout-yank-processing): Fix injection of extra space
16990         between bullet and non-whitespace character in first topic when
16991         pasting, ensuring that the actual spacing in the pasted topic
16992         following the bullet char is preserved.  This extra space was
16993         causing pasted encrypted topics to get a decrypted status even
16994         when the content was actually still encrypted.  Now the decryption
16995         status from before the paste is preserved.
16997         (allout-flag-region): Set all allout overlays so they evaporate
16998         when reduced to zero length (evanescent), to prevent overlay
16999         leakage.
17001 2011-06-30  Glenn Morris  <rgm@gnu.org>
17003         * w32-fns.el (w32-charset-info-alist): Declare.
17005         * find-dired.el (find-grep-options): Simplify.
17007         * term/ns-win.el (ns-set-resource): Declare.
17009         * ses.el (row, col): Declare dynamic variables honestly.
17011         * textmodes/reftex-parse.el (index-tags): Declare.
17013 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
17015         * cus-edit.el (customize-push-and-save): New function.
17017         * files.el (hack-local-variables-confirm): Use it.
17019         * custom.el (load-theme): New arg NO-CONFIRM.
17020         Use customize-push-and-save (Bug#8720).
17021         (custom-enabled-themes): Doc fix.
17023         * cus-theme.el (customize-create-theme)
17024         (custom-theme-merge-theme): Callers to load-theme changed.
17026 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17028         * thingatpt.el (thing-at-point-short-url-regexp): Require that
17029         short URLs have at least one dot in them (bug #7614).
17031         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17032         nil, because using a pty is apparently too slow (bug #895).
17034 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17036         * mail/sendmail.el (sendmail-query-once): New function.
17037         (sendmail-query-once-function): New variable.
17039 2011-06-29  Glenn Morris  <rgm@gnu.org>
17041         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17043         * ses.el (top-level): Require cl when compiling.
17044         (ses-set-localvars): Fix error statement.
17045         Call it at compile time to silence a storm of warnings.
17047 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
17049         * window.el (normalize-live-buffer): Rename to
17050         window-normalize-buffer.
17051         (normalize-live-frame): Rename to window-normalize-frame.
17052         (normalize-any-window): Rename to window-normalize-any-window.
17053         (normalize-live-window): Rename to window-normalize-live-window.
17054         (make-window-atom): Rename to window-make-atom.
17055         (window-resize-reset): Rename to window--resize-reset.
17056         (window-resize-reset-1): Rename to window--resize-reset-1.
17057         (resize-mini-window): Rename to window--resize-mini-window.
17058         (resize-subwindows-skip-p): Rename to
17059         window--resize-subwindows-skip-p.
17060         (resize-subwindows-normal): Rename to
17061         window--resize-subwindows-normal.
17062         (resize-subwindows): Rename to window--resize-subwindows.
17063         (resize-other-windows): Rename to window--resize-siblings.
17064         (resize-this-window): Rename to window--resize-this-window.
17065         (resize-root-window): Rename to window--resize-root-window.
17066         (resize-root-window-vertically): Rename to
17067         window--resize-root-window-vertically.
17068         (normalize-buffer-to-display): Rename to
17069         window-normalize-buffer-to-display.
17070         (normalize-buffer-to-switch-to): Rename to
17071         window-normalize-buffer-to-switch-to.
17072         Correspondingly update all callers of the functions listed
17073         above.
17074         (display-buffer-alist, display-buffer-normalize-arguments)
17075         (display-buffer-normalize-options, display-buffer)
17076         (display-buffer-alist-set): Use "function" instead of
17077         "fun-with-args".
17079 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
17081         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17082         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
17083         debbugs.gnu.org.  Mention acknowledgment email.
17085 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17087         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17088         buffer multibyteness, since it shouldn't matter.
17090 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
17092         * window.el (display-buffer-in-side-window): Handle dedicated
17093         windows as in display-buffer-reuse-window.
17094         (display-buffer-normalize-alist): Use value of override
17095         specifier.
17096         (display-buffer-normalize-specifiers): Use value of
17097         other-window-means-other-frame specifier.
17098         (display-buffer-alist): Rewrite some texts in widgets.
17099         (display-buffer): Spread arguments when calling function
17100         specified by fun-with-args.
17102 2011-06-28  Deniz Dogan  <deniz@dogan.se>
17104         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17105         Unnest `let'.
17107         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17108         selectors (Bug#5732).
17109         (css-proprietary-nmstart-re): Use `regexp-opt'.
17111 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
17113         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17114         (eshell-ls-date-format): New defcustom.
17115         (eshell-ls-file): Use it.
17117 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17119         * help-fns.el (describe-variable): Fix message for terminal-local vars.
17121 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17123         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17124         (ange-ftp-make-tmp-name): New arg.
17125         (ange-ftp-file-local-copy): Use it.
17127 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
17129         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17130         no-conversion (Bug#8870).
17132 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
17134         * window.el (window-right, window-left, window-child)
17135         (window-child-count, window-last-child)
17136         (window-iso-combination-p, walk-window-tree-1)
17137         (window-atom-check-1, window-tree-1, delete-window)
17138         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17139         new naming conventions - window-vchild, window-hchild,
17140         window-next and window-prev are now called window-top-child,
17141         window-left-child, window-next-sibling and window-prev-sibling
17142         respectively.
17143         (resize-window-reset): Rename to window-resize-reset.
17144         (resize-window-reset-1): Rename to window-resize-reset-1.
17145         (resize-window): Rename to window-resize.
17146         (window-min-height, window-min-width)
17147         (resize-mini-window, resize-this-window, resize-root-window)
17148         (resize-root-window-vertically, adjust-window-trailing-edge)
17149         (enlarge-window, shrink-window, maximize-window)
17150         (minimize-window, delete-window, quit-restore-window)
17151         (split-window, balance-windows, balance-windows-area-adjust)
17152         (balance-windows-area, window-state-put-2)
17153         (display-buffer-even-window-sizes, display-buffer-set-height)
17154         (display-buffer-set-width, set-window-text-height)
17155         (fit-window-to-buffer): Rename all "resize-window" prefixed
17156         calls to use the "window-resize" prefix convention.
17157         (display-buffer-alist): Fix symbol for label specifier.
17158         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17159         corresponding specifier.
17160         Reported by Juanma Barranquero <lekktu@gmail.com>.
17162 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
17164         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17165         convention.
17166         (ses-call-printer): Does not pass an empty string to formatter when the
17167         cell is empty to keep from barking printer Calc math-format-value.
17169 2011-06-27  Richard Stallman  <rms@gnu.org>
17171         * battery.el (battery-mode-line-limit): New variable.
17172         (battery-update): Handle it.
17174         * mail/rmailmm.el (rmail-mime-process-multipart):
17175         Handle truncated messages.
17177 2011-06-27  Glenn Morris  <rgm@gnu.org>
17179         * progmodes/flymake.el (flymake-err-line-patterns):
17180         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
17182 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
17184         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
17185         (ses--clean-!, ses--clean-_): New functions.
17186         (ses-range): Add configurability of readout order, and conversion
17187         to Calc vector.
17189         * ses.el (ses-repair-cell-reference-all): New function.
17190         (ses-cell-symbol): Set macro as safe, so that it can be used in
17191         formulas.
17193         * ses.el: Update cycle detection algorithm.
17194         (ses-localvars): Add ses--Dijkstra-attempt-nb and
17195         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
17196         (ses-set-localvars): New function.
17197         (ses-make-cell): Add property-list as a cell element.
17198         (ses-cell-property-get-fun, ses-cell-property-get)
17199         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
17200         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17201         New functions.
17202         (ses-cell-property-set, ses-cell-property-pop)
17203         (ses-cell-property-get-handle): New macro.
17204         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17205         New aliases, used for code readability.
17206         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17207         cycle detection.
17208         (ses-self-reference-early-detection): New defcustom.
17209         (ses-formula-references): Robustify against self-referring cells.
17210         (ses-mode): Use ses-set-localvars.
17211         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17212         before lauching the update processing.
17213         (ses-initialize-Dijkstra-attempt): New function.
17214         (ses-recalculate-cell): Update for cycle detection based on
17215         Dijkstra algorithm.
17217         * ses.el: Fix commenting and indenting convention.
17219 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17221         * bs.el (bs-cycle-next): Complete last change.
17223 2011-06-27  Drew Adams  <drew.adams@oracle.com>
17225         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17227 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17229         * net/network-stream.el (network-stream-open-starttls):
17230         Don't re-get capabilities unless we've reestablished connection.
17231         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17233         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17234         to binary to possibly avoid line encoding issues on Windows (among
17235         other things).
17237 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17239         * net/network-stream.el (open-network-stream): Return an :error
17240         saying what the problem was, if possible.
17242         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17243         server.
17245         * net/network-stream.el (network-stream-open-starttls): If we
17246         wanted to use STARTTLS, and the server offered it, but we weren't
17247         able to because we had no STARTTLS support, then close the connection.
17248         (open-network-stream): Return an :error element, if present.
17250 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
17252         * hl-line.el (hl-line-sticky-flag): Doc fix.
17253         (global-hl-line-sticky-flag): New option (Bug#8323).
17254         (global-hl-line-highlight): Obey it.
17256         * vc/vc.el (vc-revert-show-diff): Default to t.
17258 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
17260         * allout-widgets.el (allout-widgets-post-command-business):
17261         Stop decorating intermediate isearch matches.  They're not being
17262         undecorated when an isearch is continued past, and isearch
17263         automatically collapses them.  This leads to "widget leaks", where
17264         decorated items accumulate in collapsed areas.  Lines with lots of
17265         hidden widgets can slow down cursor travel, substantially.
17266         Too much complicated machinery would be needed to ensure undecoration,
17267         so we're doing without this nicety.
17269         (allout-widgets-tally-string): Don't try to do a hash-table-count
17270         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
17271         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17272         *Messages* when allout-widgets-maintain-tally is t.
17274 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
17276         * window.el (display-buffer-normalize-argument): Rename to
17277         display-buffer-normalize-arguments.  Handle special meaning of
17278         LABEL argument.  Respect special-display-function when popping up
17279         a new frame.  Fix code searching for a window showing the buffer
17280         on another frame.
17281         (display-buffer-normalize-specifiers):
17282         Call display-buffer-normalize-arguments.
17283         (display-buffer-in-window): Don't undedicate the window if its
17284         buffer remains the same.
17285         Reported by Drew Adams <drew.adams@oracle.com>.
17286         (display-buffer-alist): Add choice for same-window macro
17287         specfier.
17288         (display-buffer): Mention special meaning of LABEL argument in
17289         doc-string.  Fix quoting.  Don't pop up a new frame even as
17290         fallback.
17292 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
17294         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17295         avoid deleting the current window in some cases (bug#8911).
17297 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
17299         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17300         (Bug#8934)
17302 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17304         * net/network-stream.el (network-stream-open-starttls):
17305         Use built-in TLS support if `gnutls-available-p' is true.
17306         (network-stream-open-tls): Ditto.
17308 2011-06-26  Leo Liu  <sdl.web@gmail.com>
17310         * register.el (registerv): New struct.
17311         (registerv-make): New function.
17312         (jump-to-register, describe-register-1, insert-register):
17313         Support the jump-func, print-func and insert-func slot of a registerv
17314         struct.  (Bug#8415)
17316 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
17318         * vc/vc.el (vc-revert-show-diff): New defcustom.
17319         (vc-diff-internal): New arg specifying diff buffer.
17320         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
17321         reuse an existing *vc-diff* buffer (Bug#8927).
17323         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17325 2011-06-26  Glenn Morris  <rgm@gnu.org>
17327         * progmodes/f90.el (f90-critical-indent): New option.
17328         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17329         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17330         (f90-mode): Doc fix.
17331         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17332         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17333         (f90-beginning-of-block, f90-next-block, f90-indent-region)
17334         (f90-match-end): Handle block, critical.
17336 2011-06-25  Glenn Morris  <rgm@gnu.org>
17338         * calendar/diary-lib.el (diary-included-files): Doc fix.
17339         (diary-include-files): New function, extracted from
17340         diary-include-other-diary-files and diary-mark-included-diary-files.
17341         (diary-include-other-diary-files, diary-mark-included-diary-files):
17342         Just call diary-include-files.
17343         (diary-mark-entries): Reset diary-included-files on first call.
17345         * calendar/diary-lib.el (diary-mark-entries)
17346         (diary-mark-included-diary-files):
17347         Visit included diary-files in temp buffers.
17349         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17350         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17351         (f90-start-block-re, f90-imenu-generic-expression)
17352         (f90-looking-at-program-block-start, f90-no-block-limit):
17353         Add support for submodules.
17355         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17356         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17358 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
17360         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17361         buffer-file-type before setting its value, to avoid disastrous
17362         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
17364 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
17366         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17368         * ses.el (ses-unload-function):
17369         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17371         * proced.el (proced-unload-function):
17372         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17374 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
17376         * server.el (server-create-window-system-frame): Add parameters arg.
17377         (server-process-filter): Doc fix.  Handle frame-parameters.
17379 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
17381         Fix bug#8730, bug#8781.
17383         * loadhist.el (unload--set-major-mode): New function.
17384         (unload-feature): Use it.
17386         * progmodes/python.el (python-after-info-look): Add autoload cookie.
17387         (python-unload-function): New function.
17389 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17391         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17393 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
17395         * net/browse-url.el (browse-url-firefox-program): Add icecat to
17396         the candidates list.
17398 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
17400         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17402 2011-06-23  Richard Stallman  <rms@gnu.org>
17404         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17405         (rmail-variables): Set next-error-move-function.
17406         (rmail-what-message): Take argument POS.
17407         (rmail-next-error-move): New function.
17409 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17411         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17412         messages for adjacent non-terminals.
17414 2011-06-23  Richard Stallman  <rms@gnu.org>
17416         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17417         (rmail-show-message-1): Preserve buffer modified flag.
17418         (rmail-start-mail): Don't specify use of rmail-mail-return;
17419         that's done by mail-bury now.
17420         (rmail-mail-return): Handle arg NEWBUF.
17422 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
17424         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17425         SIZE is a number.
17427 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
17429         * window.el (get-lru-window, get-mru-window)
17430         (get-largest-window): Never return a minibuffer window.
17431         (display-buffer-pop-up-window): Fix a bug that could lead to
17432         reusing the minibuffer window.
17433         (display-buffer): Pass original specifier argument to
17434         display-buffer-function instead of the normalized one.
17435         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17437 2011-06-22  Leo Liu  <sdl.web@gmail.com>
17439         * minibuffer.el (completing-read-function)
17440         (completing-read-default): Move from minibuf.c.
17442 2011-06-22  Richard Stallman  <rms@gnu.org>
17444         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17445         to Rmail even if not started by a special Rmail command.
17447         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17448         Copy the buffer currently showing just one message.
17450 2011-06-22  Roland Winkler  <winkler@gnu.org>
17452         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17453         (bibtex-clean-entry): First delete the old key so that a
17454         customized algorithm for generating the new key does not get
17455         confused by the old key.
17456         (bibtex-url): Obey regexp of first step.
17457         (bibtex-search-entries): Do not use add-to-list with local
17458         list-var.
17460 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17462         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17463         stored a user name, then query for the password first, instead of
17464         waiting for SMTP to give an error message and the trying again.
17466 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
17468         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17469         BUFFER in call-process.
17471 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17473         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17474         QUIT twice.
17475         (smtpmail-try-auth-methods): Require user name and password from
17476         auth-source.
17478 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
17480         * window.el (display-buffer-default-specifiers)
17481         (display-buffer-alist): Remove entries for pop-up-frame-alist.
17482         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17483         (split-window): Normalize SIDE argument (Bug#8916).
17485         * frame.el (pop-up-frame-alist, pop-up-frame-function)
17486         (special-display-frame-alist, special-display-popup-frame):
17487         Remove duplicate declarations.  These are now in window.el.
17489 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17491         * mail/smtpmail.el (smtpmail-via-smtp):
17492         Set :use-starttls-if-possible so that we always use STARTTLS if the
17493         server supports it.  SMTP servers that support STARTTLS commonly
17494         require it.
17496         * net/network-stream.el (network-stream-open-starttls): Support
17497         upgrading to STARTTLS always, even if we don't have built-in support.
17498         (open-network-stream): Add the :always-query-capabilities keyword.
17500         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17501         upgrades with `open-network-stream', and rely solely on
17502         auth-source for all credentials.  Big changes throughout the file,
17503         but in particular:
17504         (smtpmail-auth-credentials): Remove.
17505         (smtpmail-starttls-credentials): Remove.
17506         (smtpmail-via-smtp): Check for servers saying they want AUTH after
17507         MAIL FROM, too.
17509         * net/network-stream.el (network-stream-open-starttls):
17510         Provide support for client certificates both for external and built-in
17511         STARTTLS.
17512         (auth-source): Require.
17513         (open-network-stream): Document the :client-certificate keyword.
17514         (network-stream-certificate): Change cert-cert to cert and
17515         cert-key to key.
17517 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
17519         * net/tramp-cache.el (top): Don't load the persistency file when
17520         "emacs -Q" has been called.
17522 2011-06-21  Tim Harper  <timcharper@gmail.com>
17524         * term/ns-win.el (ns-initialize-window-system):
17525         Set application-specific `ApplePressAndHoldEnabled' system
17526         resource to NO as it is not yet supported by the NS port.
17528 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
17530         * misc.el (list-dynamic-libraries--refresh): Compute header here...
17531         (list-dynamic-libraries): ...not here.
17533 2011-06-21  Leo Liu  <sdl.web@gmail.com>
17535         * subr.el (sha1): Implement sha1 using secure-hash.
17537 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
17539         * window.el (display-buffer-alist): In default value do not
17540         enforce searching a window on any but the selected frame.
17541         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17542         (display-buffer-select-window): Remove function.
17543         (display-buffer-in-window): When a window on another frame gets
17544         reused, do not select it any more but just raise its frame if
17545         necessary (Bug#8851) and (Bug#8856).
17546         (display-buffer-normalize-options): Handle pop-up-frames related
17547         options more faithfully.
17548         (pop-to-buffer): Don't rely on `display-buffer' selecting the
17549         window if it is on another frame.
17550         (display-buffer-alist, display-buffer-default-specifiers):
17551         Don't make new frame unsplittable by default.
17552         (display-buffer-normalize-argument): Fix doc-string typo and use
17553         'same-frame-other-window instead of 'other-window when associating
17554         with display-buffer-macro-specifiers.
17556 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
17558         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17559         New functions.
17560         (5x5-mode-map, 5x5-mode-menu): Bind them.
17561         (5x5-draw-grid): Tweak the solver's rendering.
17563 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17565         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17566         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17568 2011-06-21  Drew Adams  <drew.adams@oracle.com>
17570         * menu-bar.el: Use function variable instead of switch-to-buffer.
17571         (menu-bar-select-buffer-function): New variable.
17572         (menu-bar-update-buffers): Use it (bug#8876).
17574 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17576         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17577         variable's status.
17579 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
17581         * x-dnd.el (x-dnd-version-from-flags)
17582         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17583         and long as number (Bug#8899).
17584         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17586 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17588         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17589         (completion-try-completion, completion-all-completions): Compute the
17590         metadata argument if it's missing; make it optional (bug#8795).
17592         * wid-edit.el: Use lex-bind and move towards completion-at-point.
17593         (widget-complete): Use new :completion-function property.
17594         (widget-completions-at-point): New function.
17595         (default): Use :completion-function instead of :complete.
17596         (widget-default-completions): Rename from widget-default-complete;
17597         Rewrite.
17598         (widget-string-complete, widget-file-complete, widget-color-complete):
17599         Remove functions.
17600         (file, symbol, function, variable, coding-system, color):
17601         * international/mule-cmds.el (default-input-method, charset)
17602         (language-info-custom-alist):
17603         * cus-edit.el (face): Use new property :completions.
17605         * progmodes/pascal.el (pascal-completions-at-point): New function.
17606         (pascal-mode): Use it.
17607         (pascal-mode-map): Use completion-at-point.
17608         (pascal-toggle-completions): Make obsolete.
17609         (pascal-complete-word, pascal-show-completions):
17610         * progmodes/octave-mod.el (octave-complete-symbol):
17611         Redefine as obsolete alias.
17612         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17613         Signal absence of completion info for old Octave,
17614         (inferior-octave-complete): Redefine as obsolete alias.
17615         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17616         (meta-completions-at-point): Rename from meta-complete-symbol and
17617         adapt it for use on completion-at-point-functions.
17618         (meta-common-mode): Use it.
17619         (meta-looking-at-backward, meta-match-buffer): Remove.
17620         (meta-complete-symbol): Redefine as obsolete alias.
17621         (meta-common-mode-map): Use completion-at-point.
17622         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17623         (makefile-mode-map): Use completion-at-point.
17624         (makefile-completions-at-point): Rename from makefile-complete and
17625         adapt it for use on completion-at-point-functions.
17626         (makefile-mode): Use it.
17627         (makefile-complete): Redefine as obsolete alias.
17629 2011-06-20  Deniz Dogan  <deniz@dogan.se>
17631         * net/rcirc.el: Delete trailing whitespaces once and for all.
17633 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
17635         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17637 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
17639         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17641         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17643 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
17645         * window.el (display-buffer-other-window-means-other-frame):
17646         Call display-buffer-normalize-alist.
17647         (display-buffer-normalize-specifiers-1): Rename to
17648         display-buffer-normalize-argument.  New argument other-frame.
17649         Rewrite.
17650         (display-buffer-normalize-specifiers-2): Rename to
17651         display-buffer-normalize-options.
17652         (display-buffer-normalize-alist-1): New function.
17653         (display-buffer-normalize-specifiers-3): Rename to
17654         display-buffer-normalize-alist.
17655         Call display-buffer-normalize-alist-1.
17656         (display-buffer-normalize-options-inhibit): New variable.
17657         (display-buffer-normalize-specifiers): Rewrite calling
17658         display-buffer-normalize-alist,
17659         display-buffer-normalize-argument, and
17660         display-buffer-normalize-options.  Don't call the latter if
17661         display-buffer-normalize-options-inhibit is non-nil.
17662         (frame-auto-delete): New option.
17663         (window-deletable-p): Use frame-auto-delete.
17664         (window-list-no-nils, window-state-ignored-parameters)
17665         (window-state-get-1, window-state-get, window-state-put-list)
17666         (window-state-put-1, window-state-put-2, window-state-put):
17667         New functions.
17668         (display-buffer-normalize-options): Move special-display-p group
17669         after pop-up-frame group (Bug#8851) and (Bug#8856).
17671 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
17673         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17674         groups (Bug#8776).
17675         (rx-submatch-n): New function.
17676         (rx): Document it.
17678         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17679         (Bug#8768).
17681         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17683         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17685         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17686         anytime existing face settings are present (Bug#8889).
17688         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17689         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17690         Remove unused argument.
17692 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
17694         * window.el (display-buffer-default-specifiers):
17695         Remove pop-up-frame.  Add pop-up-window-min-height,
17696         pop-up-window-min-width, and another reuse-window specifier
17697         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
17698         (display-buffer-normalize-specifiers-2):
17699         Handle split-height-threshold and split-width-threshold also when
17700         pop-up-windows is unset.  Add a reuse-window specifier for the
17701         case popping up a new window fails.
17702         (special-display-popup-frame): Remove double quoting.
17703         (display-buffer-normalize-specifiers-1): Fix thinko.
17705 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17707         * shell.el (shell-completion-vars): Set pcomplete-termination-string
17708         according to comint-completion-addsuffix.
17710         * pcomplete.el: Convert to lexical binding and fix bug#8819.
17711         (pcomplete-suffix-list): Mark as obsolete.
17712         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17713         pcomplete-seen in the closure.
17714         (pcomplete-comint-setup): Setup completion-at-point as well.
17715         (pcomplete--entries): New function.
17716         (pcomplete--env-regexp): New var.
17717         (pcomplete-entries): Rewrite to work with partial-completion and
17718         without relying on pcomplete-suffix-list.
17719         (pcomplete-pare-list): Remove, unused.
17721 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
17723         * window.el (display-buffer-alist): Set pop-up-window-min-height
17724         and pop-up-window-min-width in default value.  Reported by
17725         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
17726         other-window-means-other-frame.
17727         (display-buffer-macro-specifiers): Comment out entry for
17728         other-window specifier.
17729         (display-buffer-other-window-means-other-frame): New function.
17730         (display-buffer-normalize-specifiers-1): New arguments
17731         buffer-name and label.  Treat other-window case specially.
17732         (display-buffer-normalize-specifiers-2): Treat other-window case
17733         specially.
17734         (display-buffer-normalize-specifiers-3): New function.
17735         (display-buffer-normalize-specifiers):
17736         Call display-buffer-normalize-specifiers-3.
17738 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
17740         * window.el (same-window-p): Fix two typos introduced when
17741         adding with-no-warnings.
17742         (display-buffer-normalize-specifiers-1): Don't check
17743         pop-up-frames for 'unset initialization.
17744         (display-buffer-normalize-specifiers-2): Major rewrite using
17745         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17746         (pop-up-frames, display-buffer-reuse-frames)
17747         (display-buffer-mark-dedicated): Don't initialize to 'unset.
17748         Suggested by David Engster <deng@randomsample.de>.
17749         (even-window-heights): Initialize to 'unset.
17750         (display-buffer-alist-set): Handle new 'unset initializations.
17751         (display-buffer-macro-specifiers): Don't pop up a new frame in the
17752         other window case.
17754 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
17756         * window.el (display-buffer-normalize-specifiers-1):
17757         Respect current value of pop-up-frames for most reasonable values of
17758         second argument of display-buffer (Bug#8865).
17759         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17760         (switch-to-buffer-other-window-same-frame)
17761         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
17762         Adams (Bug#8875).
17763         (display-buffer): Don't check noninteractive when calling
17764         display-buffer-pop-up-frame.
17765         (display-buffer-pop-up-frame): Never pop up a frame in
17766         noninteractive mode (Bug#8857).
17767         (enlarge-window, shrink-window): Don't report an error when the
17768         window can't be resized as requested (Bug#8862).
17770 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17772         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17774         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17776         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17778 2011-06-15  Alan Mackenzie  <acm@muc.de>
17780         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17781         for declarators, disable knr checking to speed up for normal files.
17782         2: Refactor, replacing a sequence of nested if forms by a cond form.
17784 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17786         * net/network-stream.el (open-network-stream): Add the keyword
17787         :always-query-capabilities for the case where you want to force a
17788         `plain' network connection, but the protocol still requires the
17789         capabilitiy command (i.e., SMTP and EHLO).
17791         * subr.el (process-live-p): Rename from `process-alive-p' for
17792         consistency with other `-live-p' functions.
17794 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17796         * window.el (same-window-buffer-names, same-window-regexps)
17797         (special-display-frame-alist, special-display-popup-frame)
17798         (special-display-function, special-display-buffer-names)
17799         (special-display-regexps, pop-up-frame-alist)
17800         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17801         (pop-up-windows, split-window-preferred-function)
17802         (split-height-threshold, split-width-threshold, even-window-heights)
17803         (display-buffer-mark-dedicated): Don't encourage the use of
17804         display-buffer-alist from Elisp code.
17806 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
17808         * progmodes/python.el (python-mode): Derive from prog-mode.
17809         * progmodes/ps-mode.el (ps-mode):
17810         * progmodes/mixal-mode.el (mixal-mode):
17811         * progmodes/cfengine.el (cfengine-mode):
17812         * progmodes/ld-script.el (ld-script-mode): Likewise.
17814 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
17816         * window.el (display-buffer-alist): Trim default value to avoid
17817         popping up a new frame (Bug#8857) or reusing an arbitrary window
17818         on another frame.
17819         (display-buffer): Do not fall back on popping up a new frame in
17820         batch mode (Bug#8857).
17822 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
17824         * cus-theme.el (describe-theme-1): Use custom-theme-p.
17825         (custom-theme-summary): New function.
17826         (customize-themes): Use it.
17828 2011-06-13  Glenn Morris  <rgm@gnu.org>
17830         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17832 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
17834         * help.el (help-window): Remove variable.
17835         (help-window-point-marker, temp-buffer-max-height)
17836         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17837         (help-print-return-message): Don't set help-window.
17838         (resize-temp-buffer-window): Rewrite cod eand doc-string.
17839         (help-window-setup-finish): Remove.
17840         (help-window-display-message, help-window-setup)
17841         (with-help-window): Major rewrite based on new
17842         display-buffer-window variable.
17844         * help-mode.el (help-mode-finish): Remove help-window related
17845         code.
17847         * view.el (view-exits-all-viewing-windows): Remove reference to
17848         view-return-to-alist in doc-string.
17849         (view-return-to-alist): Make obsolete.
17850         (view-buffer): Call pop-to-buffer-same-window and remove
17851         undo-window code.
17852         (view-buffer-other-window): Call pop-to-buffer-other-window and
17853         simplify code.  Ignore second argument.
17854         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17855         simplify code.  Ignore second argument.
17856         (view-return-to-alist-update): Make obsolete.
17857         (view-mode-enter): Rename second argument to QUIT-RESTORE.
17858         Rewrite using quit-restore window parameters.
17859         (view-mode-exit): Rename second argument to EXIT-ONLY.
17860         Rewrite using quit-restore-window.
17861         (View-exit, View-exit-and-edit, View-leave, View-quit)
17862         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17863         appropriate arguments.
17864         (view-end-message): Use quit-restore window parameter.
17866         * window.el (display-buffer-function): Rewrite doc-string.
17867         (display-buffer-window, display-buffer-alist): New variables.
17868         (display-buffer-split-specifiers)
17869         (display-buffer-side-specifiers)
17870         (display-buffer-macro-specifiers): New constants.
17871         (display-buffer-even-window-sizes, display-buffer-set-height)
17872         (display-buffer-set-width, display-buffer-select-window)
17873         (display-buffer-in-window, display-buffer-reuse-window)
17874         (display-buffer-split-window-1, display-buffer-split-window)
17875         (display-buffer-split-atom-window, display-buffer-pop-up-window)
17876         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17877         (display-buffer-in-side-window, normalize-buffer-to-display)
17878         (display-buffer-normalize-specifiers-1)
17879         (display-buffer-normalize-specifiers-2)
17880         (display-buffer-normalize-specifiers, display-buffer-frame):
17881         New functions.
17882         (display-buffer): Major rewrite.
17883         (display-buffer-other-window, display-buffer-other-frame)
17884         (pop-to-buffer, switch-to-buffer-other-window)
17885         (switch-to-buffer-other-frame): Rewrite.
17886         (display-buffer-same-window, display-buffer-same-frame)
17887         (display-buffer-same-frame-other-window)
17888         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17889         (pop-to-buffer-other-window)
17890         (pop-to-buffer-same-frame-other-window)
17891         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17892         (switch-to-buffer-other-window-same-frame): New functions.
17893         (same-window-p, special-display-p): Rewrite disabling warnings.
17894         Make obsolete.
17895         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17896         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17897         Make obsolete
17898         (same-window-buffer-names, same-window-regexps)
17899         (special-display-frame-alist, special-display-popup-frame)
17900         (special-display-function, special-display-buffer-names)
17901         (special-display-regexps, pop-up-frame-alist)
17902         (pop-up-frame-function, split-window-preferred-function)
17903         (split-height-threshold, split-width-threshold)
17904         (even-window-heights): Make obsolete.
17906 2011-06-12  Glenn Morris  <rgm@gnu.org>
17908         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
17909         Misc simplifications.
17911 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
17913         * window.el (window-safely-shrinkable-p): Restore function which
17914         was inadvertently removed in change from 2011-06-11.  Declare as
17915         obsolete.
17917         * calendar/calendar.el (calendar-generate-window):
17918         Use window-iso-combined-p instead of combination of one-window-p and
17919         window-safely-shrinkable-p.
17921 2011-06-12  Glenn Morris  <rgm@gnu.org>
17923         * progmodes/fortran.el (fortran-mode-syntax-table):
17924         * progmodes/f90.el (f90-mode-syntax-table):
17925         Set % to punctuation.  (Bug#8820)
17926         (f90-find-tag-default): Remove, no longer needed.
17928 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
17930         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17932 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
17934         * image.el (image-animated-p): Return animation delay in seconds.
17935         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17936         (image-animate-timeout): Remove DELAY argument.  Don't assume
17937         every subimage has the same delay; get it from image-animated-p.
17938         (image-animate): Caller changed.
17940 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
17942         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17943         to ignored backtrace functions.
17945 2011-06-11  Glenn Morris  <rgm@gnu.org>
17947         * calendar/appt.el (appt-disp-window-function): Doc fix.
17948         (appt-check): Handle overlapping appointments.  (Bug#8337)
17950 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
17952         * window.el (window-tree-1, window-tree): New functions, moving
17953         the latter to window.el.
17954         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17955         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17956         (bw-refresh-edges): Remove.
17957         (balance-windows-1, balance-windows-2): New functions.
17958         (balance-windows): Rewrite in terms of window tree functions,
17959         balance-windows-1 and balance-windows-2.
17960         (bw-adjust-window): Remove.
17961         (balance-windows-area-adjust): New function with functionality of
17962         bw-adjust-window but using resize-window.
17963         (set-window-text-height): Rewrite doc-string.
17964         Use normalize-live-window and resize-window.
17965         (enlarge-window-horizontally, shrink-window-horizontally):
17966         Rename argument to DELTA.
17967         (window-buffer-height): New function.
17968         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17969         Rewrite using new window resize routines.
17970         (kill-buffer-and-window, mouse-autoselect-window-select):
17971         Use ignore-errors instead of condition-case.
17972         (quit-window): Call delete-frame instead of delete-windows-on
17973         for the only buffer on frame.
17975 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
17977         * loadup.el (top-level): Load window before files for the sake
17978         of replace-buffer-in-windows.
17980         * files.el (read-buffer-to-switch)
17981         (switch-to-buffer-other-window)
17982         (switch-to-buffer-other-frame, display-buffer-other-frame):
17983         Move to window.el.
17985         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17986         (previous-buffer): Move to window.el.
17988         * bindings.el (unbury-buffer): Move to window.el.
17990         * window.el (delete-other-windows-vertically): Move after
17991         definition of delete-other-windows.
17992         (other-window, delete-windows-on, replace-buffer-in-windows):
17993         Move here from window.c.
17994         (record-window-buffer, unrecord-window-buffer)
17995         (set-window-buffer-start-and-point, switch-to-prev-buffer)
17996         (switch-to-next-buffer): New functions.
17997         (get-next-valid-buffer, last-buffer, next-buffer): Move here
17998         from simple.el.  Call switch-to-next-buffer.
17999         (previous-buffer): Move here from simple.el.
18000         Call switch-to-prev-buffer.
18001         (bury-buffer): Move here from buffer.c.  Switch to previous
18002         buffer when window cannot be deleted.
18003         (unbury-buffer): Move here from bindings.el.
18004         (ctl-x-map): Move binding for other-window from window.c to
18005         here.
18006         (read-buffer-to-switch, switch-to-buffer-other-window)
18007         (switch-to-buffer-other-frame): Move here from files.el.
18008         (normalize-buffer-to-switch-to): New functions.
18009         (switch-to-buffer): Move here from buffer.c.
18010         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
18012 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
18014         * window.el (window-min-height, window-min-width): Move here
18015         from window.c.  Add defcustoms and rewrite doc-strings.
18016         (resize-mini-window, resize-window): New functions.
18017         (adjust-window-trailing-edge, enlarge-window, shrink-window):
18018         Move here from window.c.
18019         (maximize-window, minimize-window): New functions.
18020         (delete-window, delete-other-windows, split-window): Move here
18021         from window.c.
18022         (window-split-min-size): New function.
18023         (split-window-keep-point): Mention split-window-above-each-other
18024         instead of split-window-vertically.
18025         (split-window-above-each-other, split-window-vertically):
18026         Rename split-window-vertically to split-window-above-each-other
18027         and provide defalias for old definition.
18028         (split-window-side-by-side, split-window-horizontally):
18029         Rename split-window-horizontally to split-window-side-by-side
18030         and provide defalias for the old definition.
18031         (ctl-x-map): Move bindings for delete-window,
18032         delete-other-windows and enlarge-window here from window.c.
18033         Replace bindings for split-window-vertically and
18034         split-window-horizontally by bindings for
18035         split-window-above-each-other and split-window-side-by-side.
18037         * cus-start.el (all): Remove entries for window-min-height and
18038         window-min-width.  Add entries for window-splits and
18039         window-nest.
18041 2011-06-09  Glenn Morris  <rgm@gnu.org>
18043         * calendar/appt.el (appt-mode-line): New function.
18044         (appt-check, appt-disp-window): Use it.
18046         * files.el (hack-one-local-variable-eval-safep):
18047         Allow minor-modes with explicit +/-1 arguments.
18049 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
18051         * term/xterm.el (xterm): Add defgroup.
18052         (xterm-extra-capabilities): Add defcustom to supply known xterm
18053         capabilities, skip querying them, or query them (default).
18054         (terminal-init-xterm): Use it.
18055         (terminal-init-xterm-modify-other-keys): New function to set up
18056         modifyOtherKeys support to simplify `terminal-init-xterm'.
18058 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
18060         * window.el (resize-window-reset, resize-window-reset-1)
18061         (resize-subwindows-skip-p, resize-subwindows-normal)
18062         (resize-subwindows, resize-other-windows, resize-this-window)
18063         (resize-root-window, resize-root-window-vertically)
18064         (window-deletable-p, window-or-subwindow-p)
18065         (frame-root-window-p): New functions.
18067 2011-06-09  Glenn Morris  <rgm@gnu.org>
18069         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18070         (ange-ftp-get-files): Use it.
18072 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
18074         * mail/sendmail.el (mail-recover-1, mail-recover):
18075         * files.el (recover-file, recover-session):
18076         Handle dired-listing-switches not being just a single short option.
18078 2011-06-09  Glenn Morris  <rgm@gnu.org>
18080         * calendar/appt.el (appt-display-message, appt-disp-window):
18081         Handle lists of appointments.
18083 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
18085         * window.el (one-window-p): Move down in code.
18086         Rewrite doc-string.
18087         (window-current-scroll-bars): Rewrite doc-string.
18088         Normalize live window argument.
18089         (walk-windows, get-window-with-predicate, count-windows):
18090         Rewrite doc-string.  Use window-list-1.
18091         (window-in-direction-2, window-in-direction, get-mru-window):
18092         New functions.
18094 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
18096         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18097         Doc fix (Bug#8713).
18099 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
18101         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18103 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
18105         * loadhist.el (unload-feature-special-hooks):
18106         Add `comint-output-filter-functions'.
18108 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
18110         * calendar/appt.el (appt-check): Move some initializations into the let.
18112 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
18114         * window.el (window-height): Defalias to window-total-height.
18115         (window-width): Defalias to window-body-width.
18117 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
18119         * image-mode.el (image-toggle-animation): New command.
18120         (image-mode-map): Bind it to RET.
18121         (image-mode): Update message.
18122         (image-toggle-display-image): Avoid a spurious cache flush.
18123         (image-transform-rotation): Doc fix.
18124         (image-transform-properties): Return quickly in the normal case.
18125         (image-animate-loop): Rename from image-animate-max-time.
18127         * image.el (image-animate-max-time): Move to image-mode.el.
18128         (create-animated-image): Remove unnecessary function.
18129         (image-animate): Rename from image-animate-start.  New arg.
18130         (image-animate-stop): Remove; just use image-animate-timer.
18131         (image-animate-timer): Use car-safe.
18132         (image-animate-timeout): Rename argument.
18134 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
18136         * window.el (get-lru-window, get-largest-window): Move here from
18137         window.c.  Rename first argument to ALL-FRAMES.
18138         Rephrase doc-strings.
18139         (get-buffer-window-list): Rewrite using window-list-1.
18140         Rephrase doc-string.
18141         (window-safe-min-height, window-safe-min-width): New constants.
18142         (window-size-ignore, window-min-size, window-min-size-1)
18143         (window-sizable, window-sizable-p, window-size-fixed-1)
18144         (window-size-fixed-p, window-min-delta-1, window-min-delta)
18145         (window-max-delta-1, window-max-delta, window-resizable)
18146         (window-resizable-p, window-total-height, window-total-width)
18147         (window-body-width): New functions.
18148         (window-full-height-p, window-full-width-p): Rewrite using
18149         window-total-size.
18150         (window-body-height): Rewrite using window-body-size.
18152 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
18154         * window.el (window-right, window-left, window-child)
18155         (window-child-count, window-last-child, window-any-p)
18156         (normalize-live-buffer, normalize-live-frame)
18157         (normalize-any-window, normalize-live-window)
18158         (window-iso-combination-p, window-iso-combined-p)
18159         (window-iso-combinations)
18160         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18161         (windows-with-parameter, window-with-parameter)
18162         (window-atom-root, make-window-atom, window-atom-check-1)
18163         (window-atom-check, window-side-check, window-check):
18164         New functions.
18165         (ignore-window-parameters, window-sides, window-sides-vertical)
18166         (window-sides-slots): New variables.
18167         (window-size-fixed): Move down in code.  Minor doc-string fix.
18169 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
18171         * comint.el (comint-dynamic-complete-as-filename)
18172         (comint-dynamic-complete-filename): Correctly call
18173         completion-in-region.
18175 2011-06-05  Deniz Dogan  <deniz@dogan.se>
18177         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18178         in last change.
18180 2011-06-05  Deniz Dogan  <deniz@dogan.se>
18182         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18183         (rcirc): Use it to prompt for encryption.
18185 2011-06-05  Roland Winkler  <winkler@gnu.org>
18187         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18188         (bibtex-search-entries): New command bound to C-c C-a.
18189         (bibtex-display-entries): New function.
18191 2011-06-05  Roland Winkler  <winkler@gnu.org>
18193         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18194         (bibtex-insert-kill): After yanking insert newline if necessary.
18195         (bibtex-initialize): Call bibtex-string-files-init only once.
18196         (bibtex-mode): Do not call easy-menu-add.
18197         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18198         (bibtex-yank): Set arg properly if nil.
18200 2011-06-05  Roland Winkler  <winkler@gnu.org>
18202         * textmodes/bibtex.el (bibtex-search-entry-globally):
18203         New variable.
18204         (bibtex-search-entry): Use it.
18206 2011-06-05  Roland Winkler  <winkler@gnu.org>
18208         * textmodes/bibtex.el (bibtex-entry-format): New option
18209         sort-fields.
18210         (bibtex-format-entry, bibtex-reformat): Honor this option.
18211         (bibtex-parse-entry): Return fields in proper order.
18213 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
18215         * doc-view.el (doc-view-remove-if): Move computation of result out
18216         of `dolist' to silence misleading lexical-binding warning.
18218 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
18220         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18221         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18223 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
18225         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18226         "SunOS 5.10".
18228 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
18230         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18231         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18232         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18233         (tramp-parse-putty):
18234         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18235         (tramp-completion-function-alist-ssh)
18236         (tramp-completion-function-alist-telnet)
18237         (tramp-completion-function-alist-su)
18238         (tramp-completion-function-alist-putty): Set `tramp-autoload'
18239         cookie.
18241         * net/tramp-ftp.el:
18242         * net/tramp-sh.el:
18243         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18244         load "tramp.el" `tramp-set-completion-function'.
18246 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18248         * shell.el: Require and use pcomplete.
18249         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18250         (shell-completion-vars): Set pcomplete-default-completion-function.
18252 2011-06-04  Deniz Dogan  <deniz@dogan.se>
18254         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18255         `memq' (Bug#8799).
18257 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18259         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18261 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
18263         * bs.el (bs--mark-unmark, bs--nth-wrapper):
18264         * mpc.el (mpc-select-extend, mpc-songpointer-context):
18265         * vc/log-view.el (log-view-beginning-of-defun):
18266         * vc/smerge-mode.el (smerge-apply-resolution-patch)
18267         (smerge-refine-forward, smerge-refine-chopup-region):
18268         Silence warning for unused `dotimes' counter variables.
18270 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18272         * net/tramp.el (tramp-with-progress-reporter): Rename from
18273         with-progress-reporter.  Use `declare'.
18274         * net/tramp-smb.el:
18275         * net/tramp-sh.el:
18276         * net/tramp-gvfs.el: Update all uses.
18278 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
18280         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18281         buffer isn't killed before making it current.
18283 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18285         Silence various byte-compiler warnings.
18286         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18287         `access-type' and new obsolescence format.
18288         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18289         new format.
18290         (byte-compile-check-variable): New `access-type' argument.
18291         Only warn if the access-type is obsolete.
18292         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18293         (byte-compile-variable-set): Adjust callers.
18294         * help-fns.el (describe-variable): Adjust to new obsolescence format.
18295         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18296         setting it as obsolete.
18297         * simple.el (minibuffer-completing-symbol):
18298         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18299         access as obsolete.
18300         * minibuffer.el (minibuffer-completing-file-name): Don't make it
18301         obsolete yet.
18302         * international/quail.el (quail-mouse-choose-completion): Remove unused
18303         code referring to obsolete var.
18304         (quail-choose-completion-string): Remove.
18305         * server.el (server-clients-with, server-kill-buffer-query-function)
18306         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18307         * proced.el (proced-send-signal):
18308         * emacs-lisp/lisp.el (lisp-complete-symbol):
18309         Replace completion-annotate-function with completion-extra-properties.
18311 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18313         * simple.el (goto-line): Use read-number.
18314         (overriding-map-is-bound): Remove.
18315         (saved-overriding-map): Change default.
18316         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18317         Take the map as argument.
18318         (universal-argument, negative-argument, digit-argument): Use it.
18319         (restore-overriding-map): Adjust.
18320         (do-auto-fill): Use fill-forward-paragraph.
18321         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18323         * minibuffer.el (minibuffer-inactive-mode-map): New var.
18324         (minibuffer-inactive-mode): New major mode.
18325         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18326         the *Messages* buffer" hack.
18327         (mouse-popup-menubar): Don't burp if the event is a normal key.
18329         Miscellaneous tweaks.
18330         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18331         lexical scoping as in subr.el's dolist and dotimes.
18332         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18333         Silence compiler warning.
18334         * thingatpt.el (forward-whitespace): Trivial coding style fix.
18335         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18336         * international/ccl.el (ccl-compile): Trivial simplification.
18337         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18338         * emacs-lisp/testcover.el (testcover-end): Remove spurious
18339         `printflag' argument.
18340         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18341         Purecopy the whole obsolescence data.
18343 2011-06-01  Leo Liu  <sdl.web@gmail.com>
18345         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18346         improve doc-string as suggested by Marco Pessotto
18347         <melmothx@gmail.com>.
18348         (rcirc-print): Fix last change.
18350 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18352         * minibuffer.el (complete-with-action): Return nil for the metadata and
18353         boundaries of non-functional tables.
18354         (completion-table-dynamic): Return nil for the metadata.
18355         (completion-table-with-terminator): Add default case, using
18356         complete-with-action.
18357         (completion--metadata): New function.
18358         (completion-all-sorted-completions, minibuffer-completion-help): Use it
18359         to try and avoid pathological performance problems.
18360         (completion--embedded-envvar-table): Return `category' metadata.
18362 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18364         * subr.el (process-alive-p): New tiny convenience function.
18366 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18368         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18369         content but also its previous major mode.
18371 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
18373         * emacs-lisp/debug.el (debug): Restore the previous content of the
18374         *Backtrace* buffer when we exit with C-M-c.
18376 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18378         * minibuffer.el: Add metadata method to completion tables.
18379         (completion-category-overrides): New defcustom.
18380         (completion-metadata, completion--field-metadata)
18381         (completion-metadata-get, completion--styles)
18382         (completion--cycle-threshold): New functions.
18383         (completion-try-completion, completion-all-completions):
18384         Add `metadata' argument to choose completion-styles.
18385         (completion--do-completion): Use metadata to choose cycling.
18386         (completion-all-sorted-completions): Use metadata for sorting.
18387         Remove :completion-cycle-penalty which is not needed any more.
18388         (completion--try-word-completion): Add `metadata' argument.
18389         (minibuffer-completion-help): Check metadata for annotation function
18390         and sorting.
18391         (completion-file-name-table): Return `category' metadata.
18392         (minibuffer-completing-file-name): Make obsolete.
18393         * simple.el (minibuffer-completing-symbol): Make obsolete.
18394         * icomplete.el (icomplete-completions): Pass new `metadata' param to
18395         completion-try-completion.
18397 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18399         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18401 2011-05-30  Leo Liu  <sdl.web@gmail.com>
18403         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18404         (rcirc-print): Decode all incoming messages (bug#8744).
18405         (rcirc-decode-coding-system): Allow value nil for automatic coding
18406         system detection.
18408 2011-06-01  Glenn Morris  <rgm@gnu.org>
18410         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18412 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
18414         * image.el (image-animate-max-time): Allow nil and t values.
18415         Default to nil.
18416         (create-animated-image): Doc fix.
18417         (image-animate-start): Remove second arg; just use
18418         image-animate-max-time.
18419         (image-animate-timeout): Doc fix.  Args changed.
18421         * image-mode.el (image-toggle-display-image): Ensure that the
18422         image spec passed to the animate timer is the same object as in
18423         the buffer's display property (Bug#6981).
18424         (image-transform-properties): Doc fix.
18426         * image.el (image-animate-max-time): Default to nil.
18428 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
18430         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18431         entire buffer list (Bug#8184).
18433 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
18435         * image.el (imagemagick-types-inhibit)
18436         (imagemagick-register-types): Doc fix.
18438 2011-05-29  Deniz Dogan  <deniz@dogan.se>
18440         * net/rcirc.el (rcirc): Use the user's stored encryption method by
18441         default.
18443 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
18445         * select.el: Don't perform clipboard-manager saving in hooks;
18446         leave the hooks empty.
18448 2011-05-28  Leo Liu  <sdl.web@gmail.com>
18450         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18451         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
18452         (occur-edit-mode): New major mode (Bug#8463).
18453         (occur-after-change-function): New function.
18454         (occur-engine): Give Occur tags a read-only property.
18456 2011-05-28  Kevin Ryde  <user42@zip.com.au>
18458         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18460 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
18462         * bindings.el (help-echo): Make the initial non-indicator dash
18463         empty on graphical terminals (Bug#7295).
18465         * files.el (auto-mode-alist): Move config rule after the
18466         in-stripping one (Bug#8547).
18468         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18470         * startup.el (normal-splash-screen): Remove gratuitous mode-line
18471         setting (Bug#8740).
18473 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
18475         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18476         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18477         (Bug#8539).
18479 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
18481         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18483 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
18485         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18486         (hs-hide-block-at-point, hs-find-block-beginning)
18487         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18488         (Bug#8279).
18490 2011-05-28  Glenn Morris  <rgm@gnu.org>
18492         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
18494 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
18496         * help-fns.el (describe-function-1): If the function is a derived
18497         major mode, print the parent mode.
18499         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18500         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18502 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18504         * minibuffer.el (completion--capf-wrapper): Check applicability before
18505         returning non-nil for non-exclusive completion data.
18506         * progmodes/etags.el (tags-completion-at-point-function):
18507         * info-look.el (info-lookup-completions-at-point): Mark as
18508         non-exclusive.
18509         (info-complete): Adjust accordingly.
18511         * info-look.el: Convert to lexical-binding and completion-at-point.
18512         (info-lookup-completions-at-point): New function.
18513         (info-complete): Use it and completion-in-region.
18515 2011-05-28  Drew Adams  <drew.adams@oracle.com>
18517         * isearch.el: Let M-e start with point at the first mismatched char.
18518         (isearch-fail-pos): New function.
18519         (isearch-edit-string): Use it.
18521 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
18523         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18525 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
18527         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
18528         traversal functions for avl-trees.
18529         (avl-tree--stack): New struct.
18530         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18531         (avl-tree-enter): Add optional `updatefun' arg.
18532         (avl-tree--do-enter): Add optional `updatefun' arg.
18533         Change return value.
18534         (avl-tree-delete): Add optional `test' and `nilflag' args.
18535         (avl-tree--do-delete): Add `test' and `nilflag' args.
18536         Change return value.
18537         (avl-tree-member): Add optional `nilflag'
18538         (avl-tree-member-p): New function.
18539         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18540         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18541         (avl-tree-stack-empty-p): New functions.
18543         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18544         avl-tree--del-balance1 and make it work both ways.
18545         (avl-tree--del-balance2): Remove.
18546         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18547         make it work both ways.
18548         (avl-tree--enter-balance2): Remove.
18549         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18550         New macros.
18551         (avl-tree--mapc, avl-tree-map): Add direction argument.
18553 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
18555         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18557 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
18559         * select.el: Support clipboard managers with built-in function
18560         x-clipboard-manager-save, via delete-frame-functions and
18561         kill-emacs-hook.
18562         (xselect-convert-to-targets): Add MULTIPLE target to list.
18563         (xselect-convert-to-save-targets): New function.
18565 2011-05-27  Kenichi Handa  <handa@m17n.org>
18567         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18568         let-binding rfc2047-encode-encoded-words to nil.
18570 2011-05-27  Glenn Morris  <rgm@gnu.org>
18572         * mail/emacsbug.el: Don't require url-util.
18574         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
18576         * files.el (set-auto-mode):
18577         Also respect mode: entries at the end of the file.  (Bug#8586)
18579 2011-05-26  Glenn Morris  <rgm@gnu.org>
18581         * files.el (hack-local-variables-prop-line, hack-local-variables):
18582         Downcase mode names, as seems to be traditional.
18583         (hack-local-variables, hack-local-variables-apply): Doc fixes.
18585         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18586         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
18588 2011-05-25  Julien Danjou  <julien@danjou.info>
18590         * textmodes/rst.el (rst-define-level-faces): Do not define face
18591         symbol if it is already defined.
18593 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
18595         * play/5x5.el (5x5-new-game, 5x5-randomize):
18596         Reset 5x5-solver-output to nil when a new grid is cast.
18597         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18598         these debugging traces, as defmacro breaks the compiled code.
18600 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
18602         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18604 2011-05-24  Leo Liu  <sdl.web@gmail.com>
18606         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18607         (vc-bzr-sha1): Adapt.
18609         * sha1.el: Remove.  Function `sha1' is now builtin.
18611         * bindings.el: Provide sha1 feature.
18613 2011-05-24  Kenichi Handa  <handa@m17n.org>
18615         * mail/sendmail.el: Require `rfc2047'.
18616         (mail-insert-from-field): Do not perform RFC2047 encoding.
18617         (mail-encode-header): New function.
18618         (sendmail-send-it): Set buffer-file-coding-system of the work
18619         buffer to the return value of select-message-coding-system.
18620         Call mail-encode-header.
18622         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18624 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
18626         * mail/supercite.el (sc-default-cite-frame):
18627         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18629 2011-05-24  Glenn Morris  <rgm@gnu.org>
18631         * progmodes/python.el (brm-menu): Declare.
18633         * emulation/viper.el (viper-set-hooks): Declare.
18635         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18636         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18637         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18638         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18639         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18640         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18642 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18644         Add an :exit-function for completion-at-point.
18646         * minibuffer.el (completion--done): New fun.
18647         (completion--do-completion): Use it.  New arg `expect-exact'.
18648         (minibuffer-complete, minibuffer-complete-word): Don't output message,
18649         since completion--do-completion does it for us now.
18650         (minibuffer-force-complete): Use completion--done and
18651         completion--replace.  Handle sole-completion case with more care.
18652         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18653         (completion-extra-properties): New var.
18654         (completion-annotate-function): Make obsolete.
18655         (minibuffer-completion-help): Adjust accordingly.
18656         Use completion-list-insert-choice-function.
18657         (completion-at-point, completion-help-at-point):
18658         Bind completion-extra-properties.
18659         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18660         * simple.el (completion-list-insert-choice-function): New var.
18661         (completion-setup-function): Preserve it.
18662         (choose-completion): Pay attention to it, shuffle the code a bit.
18663         (choose-completion-string): New arg `insert-function'.
18665         * textmodes/bibtex.el: Convert to lexical binding.
18666         (bibtex-mode-map): Use completion-at-point.
18667         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18668         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18669         (bibtex-complete): Define as obsolete alias.
18670         (bibtex-complete-internal): Remove.
18671         (bibtex-format-entry): Remove unused sub-group in regexp.
18672         * shell.el (shell--command-completion-data)
18673         (shell-environment-variable-completion):
18674         * pcomplete.el (pcomplete-completions-at-point):
18675         * comint.el (comint--complete-file-name-data): Use :exit-function
18676         instead of completion-table-with-terminator so it also works for
18677         choose-completion.
18679 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18681         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18683         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18684         (bug#8710).
18686         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18688 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
18690         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18691         customization variable and implement: If non-nil, auto-fill will
18692         be inhibited while on topic's header line.
18694 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
18696         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18697         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
18698         always have a solution in grid size = 5 cases.
18699         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18700         (5x5-solver-output, 5x5-log-buffer): New vars.
18701         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18702         Make these variables buffer local to achieve 5x5 multi-session-ness.
18703         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18704         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18705         (5x5-solve-suggest): New funs.
18706         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18707         randomize a grid so that we ensure that there is always a solution.
18708         (5x5-make-random-grid): Allow other movement than flipping.
18710 2011-05-23  Kevin Ryde  <user42@zip.com.au>
18712         * emacs-lisp/advice.el (ad-read-advised-function):
18713         Use `function-called-at-point' as the default, if it has
18714         advice and passes PREDICATE.
18716 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18718         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18719         byte-compile-lambda if it's actually a lambda.
18721         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18722         Fix function quoting.  Use backquote better.
18724 2011-05-22  Yuanle Song  <sylecn@gmail.com>
18726         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18727         matching (Bug#8516).
18729 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
18731         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18732         different face (Bug#8178).
18734 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
18736         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18737         defface (Bug#8144).
18739 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18741         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18742         funcall as well (bug#8712).  Warn when performing those conversions.
18743         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18745         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18747 2011-05-22  Glenn Morris  <rgm@gnu.org>
18749         * files.el (hack-local-variables-prop-line): Small simplifications.
18750         (hack-local-variables, hack-local-variables-prop-line):
18751         If MODE-ONLY, return the mode, rather than just `t'.
18753 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18755         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18757 2011-05-21  Glenn Morris  <rgm@gnu.org>
18759         * files.el (hack-local-variables-prop-line, hack-local-variables):
18760         If only interested in the mode, don't bother doing the other stuff.
18762         * image-mode.el (image-after-revert-hook):
18763         Redraw all frames on which the image is visible.  (Bug#8567)
18765         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
18767         * wid-edit.el (widget-checklist-match-inline):
18768         Fix 2011-04-19 change.  (Bug#8649)
18770 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18772         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18773         Also allow singlespace after single-letter capitals followed by a dot.
18775         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18776         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18778 2011-05-20  Nix  <nix@esperi.org.uk>
18780         * files.el (basic-save-buffer-2):
18781         Fix handling of break-hardlink-on-save with non-existent files.
18783 2011-05-19  Deniz Dogan  <deniz@dogan.se>
18785         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18786         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18788 2011-05-19  Glenn Morris  <rgm@gnu.org>
18790         * progmodes/f90.el (f90-type-def-re):
18791         Handle "type, bind(c)".  (Bug#8691)
18793         * emacs-lisp/autoload.el (batch-update-autoloads):
18794         Set autoload-excludes by parsing loadup.el rather than Makefiles.
18796 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
18798         * net/tramp.el (tramp-process-actions): Set "first-password-request"
18799         property for the correct connection in case of multihops.
18801 2011-05-18  Glenn Morris  <rgm@gnu.org>
18803         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18804         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18806         Rationalize calendar handling of day and month abbrev-arrays.
18807         * calendar/calendar.el (calendar-customized-p): New function.
18808         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18809         (calendar-day-name-array, calendar-month-name-array): Doc fix.
18810         Add :set function.
18811         (calendar-abbrev-length, calendar-day-abbrev-array)
18812         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18813         (calendar-day-abbrev-array, calendar-month-abbrev-array):
18814         Elements may no longer be nil.
18815         (calendar-day-name, calendar-month-name):
18816         Update for changed nature of abbrev arrays.
18817         * calendar/diary-lib.el (diary-name-pattern):
18818         Update for changed nature of abbrev arrays.
18819         (diary-mark-entries-1): Update calendar-make-alist calls.
18820         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18821         * calendar/cal-html.el (cal-html-day-abbrev-array):
18822         Simply inherit from calendar-day-abbrev-array.
18824 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18826         * progmodes/grep.el (grep-mode): Disable default
18827         compilation-directory-matcher setting (bug#8684).
18829 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
18831         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18832         instead of "head" and "tail".  There were problems with SunOS 5.9,
18833         and it performs better.
18835 2011-05-17  Glenn Morris  <rgm@gnu.org>
18837         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18839         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18840         Replace obsolete function.
18842         * shell.el (pcomplete-parse-arguments-function): Declare.
18844         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18845         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18846         (appt-check): Doc fixes.
18847         (appt-disp-window-function, appt-delete-window-function):
18848         Remove needless special case in custom :type.
18849         (appt-display-count): Default to 0, not nil.
18850         (appt-check): Reset appt-display-count to 0, not nil.
18852 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
18854         * progmodes/python.el (python-font-lock-keywords):
18855         Add the Python 3.X keyword "nonlocal" (bug#8639).
18857 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18859         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18861 2011-05-16  Kevin Ryde  <user42@zip.com.au>
18863         * info-look.el (makefile-automake-mode): New setups, looking in
18864         automake manual, then makefile-mode.
18865         (makefile-mode): Remove automake manual, have it just in
18866         makefile-automake-mode since there's various things different or
18867         not relevant to plain make.
18868         (makefile-mode): Remove "other-modes" non-existent automake-mode,
18869         believe a hypothetical automake-mode would go to makefile-mode,
18870         not the other way around.
18872 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
18874         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18875         hunk-end tags (Bug#8672).
18877         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18878         vc-annotate-show-diff-revision-at-line (Bug#8671).
18880 2011-05-14  Glenn Morris  <rgm@gnu.org>
18882         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18883         in the middle of an existing one with multiple authors.  (Bug#8645)
18884         (change-log-font-lock-keywords): Also handle multiple author lines
18885         with leading tabs.  (Bug#8644)
18887         * calendar/appt.el (appt-check): Rename some local variables.
18888         Some simplification/reordering.
18890         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18891         (feedmail-sendmail-f-doesnt-sell-me-out)
18892         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18893         (feedmail-debug-sit-for, feedmail-queue-express-hook)
18894         (feedmail-queue-runner-message-sender): Set :version.
18895         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18896         (bbdb-dwim-net-address, vm-mail): Declare.
18897         (feedmail-binmail-gnulinuxish-template):
18898         Rename from feedmail-binmail-linuxish-template.
18899         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18900         Use insert-buffer-substring.
18902 2011-05-14  Bill Carpenter  <bill@carpenter.org>
18904         * mail/feedmail.el (feedmail-patch-level): Increase.
18905         (feedmail-debug): New custom group.
18906         (feedmail-confirm-outgoing-timeout)
18907         (feedmail-sendmail-f-doesnt-sell-me-out)
18908         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18909         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18910         (feedmail-sender-line, feedmail-from-line)
18911         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
18912         (feedmail-spray-this-address)
18913         (feedmail-spray-address-fiddle-plex-list)
18914         (feedmail-queue-use-send-time-for-date)
18915         (feedmail-queue-use-send-time-for-message-id)
18916         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18917         (feedmail-buffer-eating-function):
18918         Doc fixes.
18919         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18920         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18921         (feedmail-message-action-scroll-down): New functions.
18922         (feedmail-queue-directory, feedmail-queue-draft-directory):
18923         Use expand-file-name.
18924         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18925         Remove C-v help entry.
18926         (feedmail-queue-buffer-file-name): New variable.
18927         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18928         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18929         (feedmail-message-action-send-strong, feedmail-message-action-edit)
18930         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18931         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18932         (feedmail-message-action-toggle-spray)
18933         (feedmail-run-the-queue-no-prompts)
18934         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18935         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18936         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18937         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18938         (feedmail-envelope-deducer, feedmail-fiddle-from)
18939         (feedmail-fiddle-sender, feedmail-default-date-generator)
18940         (feedmail-fiddle-date, feedmail-fiddle-message-id)
18941         (feedmail-fiddle-spray-address)
18942         (feedmail-fiddle-list-of-spray-fiddle-plexes)
18943         (feedmail-fiddle-list-of-fiddle-plexes)
18944         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18945         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18946         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18947         Change default.  Doc fix.
18948         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18949         (feedmail-binmail-linuxish-template): New constant.
18950         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
18951         Respect feedmail-sendmail-f-doesnt-sell-me-out.
18952         (feedmail-send-it): Add debug call.
18953         Use feedmail-queue-buffer-file-name, and
18954         feedmail-send-it-immediately-wrapper.
18955         (feedmail-message-action-send): Add debug call.
18956         Use feedmail-send-it-immediately-wrapper.
18957         (feedmail-queue-express-to-queue): Add debug call.
18958         Run feedmail-queue-express-hook.
18959         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
18960         (feedmail-message-action-help-blat):
18961         Rename from feedmail-queue-send-edit-prompt-help-first.
18962         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
18963         Check line-endings.  Handle errors better.
18964         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18965         Doc fix.  Add debug call.
18966         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
18967         Use feedmail-queue-send-edit-prompt-inner.
18968         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18969         (feedmail-queue-send-edit-prompt-inner): New function, extracted
18970         from feedmail-queue-send-edit-prompt.
18971         (feedmail-queue-send-edit-prompt-help)
18972         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18973         (feedmail-tidy-up-slug): Add debug call.
18974         Respect feedmail-queue-slug-suspect-regexp.
18975         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18976         (feedmail-dump-message-to-queue): Add debug call.
18977         Expand queue-directory.
18978         (feedmail-dump-message-to-queue): Change message slightly.
18979         Use feedmail-say-chatter.
18980         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
18981         (feedmail-send-it-immediately-wrapper): New function.
18982         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
18983         Insert empty string rather than newline.  Handle full-frame case.
18984         Use catch/throw.  Use feedmail-say-chatter.
18985         (feedmail-fiddle-from): Try mail-host-address.
18986         (feedmail-default-message-id-generator): Doc fix.
18987         Bind system-time-locale.  Handle missing end.
18988         (feedmail-fiddle-x-mailer): Add debug call.
18989         Handle feedmail-x-mailer-line being nil.
18990         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18991         Add debug call.  Use buffer-substring-no-properties.
18992         (feedmail-say-debug, feedmail-say-chatter): New functions.
18993         (feedmail-find-eoh): Give an explicit error.
18995 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
18997         * net/newst-treeview.el (newsticker-treeview-face): Change default
18998         family from helvetica to sans.
18999         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
19000         etc/images/newsticker.
19002         * net/newst-reader.el (newsticker-feed-face): Change default
19003         family from helvetica to sans.
19005         * net/newst-plainview.el (newsticker-new-item-face)
19006         (newsticker-old-item-face, newsticker-immortal-item-face)
19007         (newsticker-obsolete-item-face, newsticker-date-face)
19008         (newsticker-statistics-face): Change default family from
19009         helvetica to sans.
19010         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
19011         etc/images/newsticker.
19013         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
19014         (newsticker--process-auto-mark-filter-match): Tell user about
19015         auto-marking.
19017 2011-05-13  Didier Verna  <didier@xemacs.org>
19019         Common Lisp indentation improvements on defmethod and lambda-lists.
19020         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19021         TODO entries.
19022         (lisp-lambda-list-keyword-parameter-indentation)
19023         (lisp-lambda-list-keyword-parameter-alignment)
19024         (lisp-lambda-list-keyword-alignment): New customizable user options.
19025         (lisp-indent-defun-method): Improve docstring.
19026         (extended-loop-p): Fix comment.
19027         (lisp-indent-lambda-list-keywords-regexp): New variable.
19028         (lisp-indent-lambda-list): New function.
19029         (lisp-indent-259): Use it.
19030         (lisp-indent-defmethod): Support for more than one
19031         method qualifier and properly indent methods lambda-lists.
19032         (defgeneric): Provide a missing common-lisp-indent-function property.
19034 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19036         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19037         bounds for the empty string (bug#8667).
19039 2011-05-13  Glenn Morris  <rgm@gnu.org>
19041         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19043         * mail/sendmail.el (sendmail-program): Try executable-find first.
19044         (sendmail-send-it): `sendmail-program' cannot be unbound.
19046         * calendar/appt.el (appt-make-list): Simplify.
19047         (appt-time-msg-list): Doc fix.
19048         (appt-check): Change mode-line message at the time of the appointment.
19050 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
19052         * progmodes/ld-script.el (ld-script-keywords)
19053         (ld-script-builtins): Update keywords list.
19055 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19057         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19059         * shell.el (shell-completion-vars): New function.
19060         (shell-mode):
19061         * simple.el (read-shell-command): Use it.
19062         (blink-matching-open): No need for " [...]" in minibuffer-message.
19064 2011-05-12  Glenn Morris  <rgm@gnu.org>
19066         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19067         (appt-check): Simplify.
19069 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
19071         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
19072         literal "/dev/null".
19074 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19076         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19077         Fix typo.
19079 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
19081         * progmodes/which-func.el (which-function):
19082         Use add-log-current-defun instead of add-log-current-defun-function,
19083         which might not be defined (Bug#8260).
19085 2011-05-12  Glenn Morris  <rgm@gnu.org>
19087         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19088         Let byte-compile-initial-macro-environment always take precedence.
19090 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19092         * net/rcirc.el: Add support for SSL/TLS connections.
19093         (rcirc-server-alist): New field `encryption'.
19094         (rcirc): Check `encryption' settings.
19095         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
19096         Merge make-local-variable into `set'.
19097         (rcirc--connection-open-p): New function.
19098         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19099         the process is not a network process (e.g. running gnutls-cli).
19100         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19101         Make rcirc-(en|de)code-coding-system local here.
19102         (rcirc-mode): Merge make-local-variable into `set'.
19103         (rcirc-parent-buffer): Make permanent buffer-local.
19104         (rcirc-multiline-minor-mode): Don't do it here.
19105         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19106         there's no server buffer.
19108 2011-05-11  Glenn Morris  <rgm@gnu.org>
19110         * newcomment.el (comment-kill): Prefix "unused" local.
19112         * term/w32console.el (get-screen-color): Declare.
19114         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19115         Handle symbol elements of byte-compile-initial-macro-environment.
19117 2011-05-10  Leo Liu  <sdl.web@gmail.com>
19119         * bookmark.el (bookmark-bmenu-mode-map):
19120         Bind bookmark-bmenu-search to `/'.
19122         * mail/footnote.el: Convert to utf-8 encoding.
19123         (footnote-unicode-string, footnote-unicode-regexp): New variable.
19124         (Footnote-unicode): New function.
19125         (footnote-style-alist): Add unicode style to the list.
19126         (footnote-style): Doc fix.
19128 2011-05-10  Jim Meyering  <meyering@redhat.com>
19130         Fix doubled-word typos.
19131         * international/quail.el (quail-insert-kbd-layout): and and -> and
19132         * kermit.el: and and -> and
19133         * net/ldap.el (ldap-search-internal): to to -> to
19134         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19135         * progmodes/js.el (js-mode): and and -> and
19136         * textmodes/artist.el (artist-move-to-xy): at at -> at
19137         (artist-draw-region-trim-line-endings): if if -> if
19138         And Safetyc -> Safety.
19139         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19141 2011-05-10  Glenn Morris  <rgm@gnu.org>
19142             Stefan Monnier  <monnier@iro.umontreal.ca>
19144         * files.el (hack-one-local-variable-eval-safep):
19145         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
19147 2011-05-10  Glenn Morris  <rgm@gnu.org>
19149         * calendar/diary-lib.el (diary-list-entries-hook)
19150         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19151         (diary-nongregorian-marking-hook, diary-list-entries)
19152         (diary-include-other-diary-files, diary-mark-entries)
19153         (diary-mark-included-diary-files): Doc fixes.
19155 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
19157         * misc.el: Require tabulated-list.el during compilation.
19159 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
19161         * progmodes/compile.el (compilation-start):
19162         Run compilation-filter-hook for the async case too.
19163         (compilation-filter-hook): Doc fix.
19165 2011-05-09  Deniz Dogan  <deniz@dogan.se>
19167         * wdired.el: Remove outdated installation comment.  Fix usage
19168         comment.
19170 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
19172         * misc.el: Implement new command `list-dynamic-libraries'.
19173         (list-dynamic-libraries--loaded-only-p): New variable.
19174         (list-dynamic-libraries--refresh): New function.
19175         (list-dynamic-libraries): New command.
19177 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
19179         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19180         Fix the ant regexp to handle end-line and end-column info from jikes.
19181         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
19182         higher priority to avoid clobbering by gnu.
19184 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
19186         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19187         if the face has existing theme settings (Bug#8454).
19189 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
19191         * progmodes/perl-mode.el (perl-imenu-generic-expression):
19192         Only match variables declared via `my' or `our' (Bug#8261).
19194         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19195         special file names `.' and `..' (Bug#8259).
19197 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
19199         * progmodes/grep.el (grep-mode-font-lock-keywords):
19200         Remove buffer-changing entries.
19201         (grep-filter): New function.
19202         (grep-mode): Add it to compilation-filter-hook.
19204         * progmodes/compile.el (compilation-filter-hook)
19205         (compilation-filter-start): New defvars.
19206         (compilation-filter): Call compilation-filter-hook prior to
19207         updating the process mark.
19209 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19211         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19213 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
19215         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19216         mailclient-send-it even if window-system is nil.  (Bug#8595)
19218         * term/w32console.el (terminal-init-w32console):
19219         Call get-screen-color and use its output to set the frame
19220         background-mode.  (Bug#8597)
19222 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19224         Make bytecomp.el understand that defmethod defines funs (bug#8631).
19225         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19226         New functions.
19227         (defgeneric, eieio--defmethod): Use them.
19228         (eieio-defgeneric): Remove.
19229         (defmethod): Call defgeneric in a way visible to the byte-compiler.
19231 2011-05-07  Glenn Morris  <rgm@gnu.org>
19233         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19234         Use let rather than let*.
19235         (timeclock-find-discrep): Remove unused local.
19237         * calendar/diary-lib.el (diary-comment-start): Doc fix.
19239         * calendar/appt.el (appt-time-msg-list): Doc fix.
19241 2011-05-06  Noah Friedman  <friedman@splode.com>
19243         * apropos.el (apropos-print-doc): Only use
19244         emacs-lisp-docstring-fill-column when it is bound to an integer,
19245         per that variable's documentation.
19247 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19249         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19250         and warnings are not silently discarded (e.g. use -d instead of -P).
19252 2011-05-06  Glenn Morris  <rgm@gnu.org>
19254         * calendar/appt.el (appt-message-warning-time): Doc fix.
19255         (appt-warning-time-regexp): New option.
19256         (appt-make-list): Respect appt-message-warning-time.
19258         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19259         New options.
19260         (diary-add-to-list): Strip comments from the displayed string.
19261         (diary-mode): Set comment-start and comment-end.
19263         * vc/diff-mode.el (smerge-refine-subst): Declare.
19264         (diff-refine-hunk): Don't require smerge-mode when compiling.
19266 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
19268         * simple.el (list-processes): Return nil as the docstring says.
19270 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
19272         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19273         to "".
19274         (ange-ftp-write-region, ange-ftp-insert-file-contents)
19275         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19276         determining of binary transfer.  (Bug#7383)
19278 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
19280         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19281         Fix port computation bug.  (Bug#8618)
19283 2011-05-05  Glenn Morris  <rgm@gnu.org>
19285         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19287         * simple.el (shell-dynamic-complete-functions)
19288         (comint-dynamic-complete-functions): Declare.
19290         * net/network-stream.el (gnutls-negotiate):
19291         * simple.el (tabulated-list-print): Fix declarations.
19293         * progmodes/gud.el (syntax-symbol, syntax-point):
19294         Remove unnecessary and incorrect declarations.
19296         * emacs-lisp/check-declare.el (check-declare-scan):
19297         Handle byte-compile-initial-macro-environment in bytecomp.el.
19299 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19301         Fix earlier half-done eieio-defmethod change (bug#8338).
19302         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19303         Streamline and change calling convention.
19304         (defmethod): Adjust accordingly and simplify.
19305         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19306         new eieio--defmethod.
19307         (slot-boundp): Minor CSE simplification.
19309 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
19311         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19312         (glasses-make-readable): Use glasses-separate-capital-groups.
19314 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
19316         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19317         (warning-series): Doc fix.
19318         (display-warning): Don't try to create the buffer if we just found it.
19320 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
19322         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19323         (autoload-find-generated-file): New function.
19324         (generate-file-autoloads): Bind generated-autoload-file to
19325         buffer-file-name.
19326         (update-file-autoloads, update-directory-autoloads):
19327         Use autoload-find-generated-file.  If called interactively, prompt for
19328         output file (Bug#7989).
19329         (batch-update-autoloads): Doc fix.
19331 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
19333         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19335 2011-05-04  Glenn Morris  <rgm@gnu.org>
19337         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19338         function, so it follows changes in calendar-date-style.
19339         (diary-fancy-date-matcher): New function.
19340         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19341         (diary-fancy-font-lock-fontify-region-function):
19342         Use diary-fancy-date-pattern as a function.
19344         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19345         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
19347 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
19349         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19350         instead of positional arguments.  Allow :keylist and :crlfiles
19351         arguments.
19352         (open-gnutls-stream): Call it.
19354         * net/network-stream.el (network-stream-open-starttls): Adjust to
19355         call `gnutls-negotiate' with :process and :hostname arguments.
19357 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19359         * minibuffer.el (completion--message): New function.
19360         (completion--do-completion, minibuffer-complete)
19361         (minibuffer-force-complete, minibuffer-complete-word): Use it.
19362         (completion--do-completion): Don't ignore completion-auto-help when in
19363         icomplete-mode.
19365         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19366         internal encoding (e.g. tibetan zero is not whitespace).
19367         (global-whitespace-mode): Prefer save-current-buffer.
19368         (whitespace-trailing-regexp): Remove useless save-match-data.
19369         (whitespace-empty-at-bob-regexp): Minor simplification.
19371 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
19373         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19375 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
19377         * textmodes/ispell.el (ispell-add-per-file-word-list):
19378         Use `concat' to create string for insertion.
19380 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19382         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19383         Avoid open-line which runs post-self-insert-hook.
19384         (bibtex-fill-entry): Remove unused `end' var.
19386 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
19388         * textmodes/ispell.el (ispell-add-per-file-word-list):
19389         Protect against `nil' value of `comment-start' (Bug#8579).
19391 2011-05-03  Leo Liu  <sdl.web@gmail.com>
19393         * isearch.el (isearch-yank-pop): New command.
19394         (isearch-mode-map): Bind it to `M-y'.
19395         (isearch-forward): Mention it.
19397 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19399         * simple.el (minibuffer-complete-shell-command): Remove.
19400         (minibuffer-local-shell-command-map): Use completion-at-point.
19401         (read-shell-command): Setup completion vars here instead.
19402         (read-expression-map): Bind TAB to symbol completion.
19404         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19405         error directly rather via storing it into `results'.
19407 2011-05-02  Leo Liu  <sdl.web@gmail.com>
19409         * vc/diff.el: Fix description.
19411 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19413         * server.el (server-eval-at): New function.
19415 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19417         * net/network-stream.el (open-network-stream): Take a :nowait
19418         parameter and pass it on to `make-network-process'.
19419         (network-stream-open-plain): Ditto.
19421 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
19423         * faces.el (face-spec-set-match-display): Don't match toolkit
19424         options on terminal frames.
19426 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19428         * progmodes/pascal.el: Use lexical binding.
19429         (pascal-mode-map): Remove author preferences.
19431         * pcomplete.el (pcomplete-std-complete): Don't abuse
19432         completion-at-point.
19434 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
19436         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19437         removing code that has been dead since 1991 or so.
19439         * startup.el (command-line): When warning about "_emacs", use a
19440         delayed warning to allow the user to filter it out.
19442 2011-04-28  Deniz Dogan  <deniz@dogan.se>
19444         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19445         user has not joined.
19447 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19449         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19450         aren't any completions at point.
19452 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
19454         * subr.el (display-delayed-warnings): New function.
19455         (delayed-warnings-hook): New variable.
19457 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19459         * minibuffer.el (completion-at-point, completion-help-at-point):
19460         Don't presume that a given completion-at-point-function will always
19461         use the same calling convention.
19463         * pcomplete.el (pcomplete-completions-at-point):
19464         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
19465         pcomplete-seen is non-nil.
19466         (pcomplete-comint-setup): Also recognize the new comint/shell
19467         completion functions.
19468         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19469         pcomplete-seen is non-nil.
19471 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
19473         * calendar/icalendar.el (diary-lib): Add require statement.
19474         (icalendar--create-uid): Read out a uid from a text-property on
19475         the first character in the entry.  This allows for code to add its
19476         own uid to the entry.
19477         (icalendar--convert-float-to-ical): Add export of
19478         `diary-float'-entries save for those with the optional DAY
19479         argument.
19481 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
19483         * subr.el (shell-quote-argument): Use alternate escaping strategy
19484         when we spot a variable reference in a string.
19486 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
19488         * cus-start.el (all): Define customization for debug-on-event.
19490 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
19492         * subr.el (shell-quote-argument): Escape correctly under Windows.
19494 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19496         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19498 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
19500         * net/tramp.el (tramp-process-actions): Add POS argument.
19501         Delete region between POS and (pos).
19503         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19504         Use `nil' position in `tramp-process-actions' call.
19505         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19507         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19508         position in `tramp-process-actions' call.
19510         * net/trampver.el: Update release number.
19512 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19514         * custom.el (defcustom): Obey lexical-binding.
19516         Fix octave-inf completion problems reported by Alexander Klimov.
19517         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19518         Inherit from octave-mode-syntax-table.
19519         (inferior-octave-mode): Set info-lookup-mode.
19520         (inferior-octave-completion-at-point): New function.
19521         (inferior-octave-complete): Use it and completion-in-region.
19522         (inferior-octave-dynamic-complete-functions): Use it as well, and use
19523         comint-filename-completion.
19524         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19525         symbol elements which shouldn't be word elements.
19526         (octave-font-lock-keywords, octave-beginning-of-defun)
19527         (octave-function-header-regexp): Adjust regexps accordingly.
19528         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19530 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
19532         * net/gnutls.el (gnutls-errorp): Declare before first use.
19534 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
19536         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19537         verify-error, and verify-hostname-error parameters.  Check whether
19538         default trustfile exists before going to use it.  Add missing
19539         argument to gnutls-message-maybe call.  Return value.
19540         Reported by Claudio Bley <claudio.bley@gmail.com>.
19541         (open-gnutls-stream): Add usage example.
19543         * net/network-stream.el (network-stream-open-starttls): Give host
19544         parameter to `gnutls-negotiate'.
19545         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19546         * subr.el (shell-quote-argument): Escape correctly under Windows.
19548 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
19550         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19551         Use correct match group (bug#8438).
19553 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
19555         * emacs-lisp/package.el (package-built-in-p): Fix typo.
19556         (package-menu--generate): New arg specifying packages to show.
19557         (package-menu-refresh, package-menu-execute, list-packages):
19558         Callers changed.
19559         (package-show-package-list): New function, replacing deleted
19560         package--list-packages (renamed because it is non-internal).
19562         * finder.el (finder-list-matches): Use package-show-package-list
19563         instead of deleted package--list-packages.
19565         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19566         Based on a previous implementation by Juanma Barranquero (Bug#8366).
19567         (vc-annotate-mode-map): Bind it to RET.
19569 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
19571         * progmodes/etags.el (next-file): Don't use set-buffer to change
19572         buffers (Bug#8478).
19574 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
19576         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19578         * apropos.el (apropos-label-face): Avoid variable-pitch face.
19579         (apropos-accumulator): Doc fix.
19580         (apropos-function, apropos-macro, apropos-command)
19581         (apropos-variable, apropos-face, apropos-group, apropos-widget)
19582         (apropos-plist): Add face property.
19583         (apropos-symbols-internal): Fix indentation.
19584         (apropos-print): Simplify help, and recognize apropos-multi-type.
19585         (apropos-print-doc): Use button-type-get to extract the button's
19586         face property.  Fill docstring (Bug#8352).
19588 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
19590         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19592         * play/mpuz.el (mpuz-silent): Doc fix.
19593         (mpuz-mode-map): Use mapc.
19594         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19595         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19596         Fix typos in docstrings.
19598         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19599         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19601         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19603 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
19605         * minibuffer.el (completion--do-completion): Avoid the "Next char
19606         not unique" prompt if icomplete-mode is enabled (Bug#5849).
19608         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19609         mouse-2 into unread-command-events, it is interpreted correctly.
19611         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19612         (image-toggle-display): Doc fix.
19614 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
19616         * textmodes/page.el (what-page): Use line-number-at-pos to
19617         calculate line number (Bug#6825).
19619 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
19621         * eshell/esh-mode.el (find-tag-interactive): Declare function.
19622         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19623         Pass argument NO-DEFAULT to `find-tag-interactive'.
19625 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
19627         Lexical-binding cleanup.
19629         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19630         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19631         * progmodes/ada-prj.el (ada-prj-initialize-values)
19632         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19633         (ada-prj-show-value):
19634         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19635         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19636         (antlr-invalidate-context-cache, antlr-options-menu-filter)
19637         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19638         * progmodes/bug-reference.el (bug-reference-push-button):
19639         * progmodes/fortran.el (fortran-line-length):
19640         * progmodes/glasses.el (glasses-change):
19641         * progmodes/octave-mod.el (octave-fill-paragraph):
19642         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19643         (python-pdbtrack-grub-for-buffer, python-sentinel):
19644         * progmodes/sql.el (sql-save-connection):
19645         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19646         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19647         Mark unused parameters.
19649         * progmodes/compile.el (compilation--flush-directory-cache)
19650         (compilation--flush-parse, compile-internal): Mark unused parameters.
19651         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19652         (compilation-next-error-function): Remove unused variable `timestamp'.
19654         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19655         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19657         * progmodes/dcl-mode.el (dcl-end-of-command):
19658         Remove unused variable `start'.
19659         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19660         (dcl-option-value-basic, dcl-option-value-offset)
19661         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19662         Mark unused parameters.
19663         (dcl-save-local-variable): Remove unused variable `val'.
19664         (mode): Declare.
19666         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19667         Mark unused parameters.
19668         (delphi-ignore-changes): Move before first use.
19669         (delphi-charset-token-at): Remove unused variable `start'.
19670         (delphi-else-start): Remove unused variable `if-count'.
19671         (delphi-comment-block-start, delphi-comment-block-end):
19672         Remove unused variable `kind'.
19673         (delphi-indent-line): Remove unused variable `new-point'.
19675         * progmodes/ebrowse.el (ebrowse-files-list)
19676         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19677         Mark unused parameters.  Don't quote `lambda'.
19678         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19679         Don't quote `lambda'.
19680         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19681         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19682         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19683         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19684         Use `ignore-errors'.
19685         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19686         (ebrowse-view/find-file-and-search-pattern)
19687         (ebrowse-view/find-member-declaration/definition):
19688         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19689         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19690         Rename parameter PREFIX-ARG to PREFIX.
19691         (ebrowse-tags-read-name): Remove unused variables `start' and
19692         `member-info'.
19693         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19694         to `tags-file'.
19696         * progmodes/etags.el (local-find-tag-hook): Declare.
19697         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19698         Mark unused parameters.
19700         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19701         (executable-interpret): Mark unused parameter.
19703         * progmodes/flymake.el (flymake-process-sentinel)
19704         (flymake-after-change-function)
19705         (flymake-create-temp-with-folder-structure)
19706         (flymake-get-include-dirs-dot): Mark unused parameters.
19707         (flymake-safe-delete-directory): Remove unused variable `err'.
19709         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19710         (speedbar-timer-fn, speedbar-line-text)
19711         (speedbar-change-expand-button-char, speedbar-delete-subblock)
19712         (speedbar-center-buffer-smartly): Declare functions.
19713         (gdb-find-watch-expression): Remove unused variable `array'.
19714         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19715         (gdb-starting): Mark unused parameters.
19716         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19717         (gdb-table-string): Remove unused variable `res'.
19718         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19719         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19720         (gdb-display-buffer): Remove unused variable `cur-size'.
19722         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19723         allow lexical-binding compilation.
19724         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19725         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19726         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19727         Mark unused parameters.
19728         (gud-gdb-marker-filter): Remove unused variable `match'.
19729         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19730         lambda expressions and funcall them, instead of using `fset'.
19732         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19733         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19735         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19736         variable `header-beg'; use `let'.
19738         * progmodes/icon.el (indent-icon-exp): Remove unused variables
19739         `restart', `last-sexp' and `at-do'.
19741         * progmodes/js.el (js--debug): Mark unused parameter.
19742         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19743         (js--splice-into-items): Remove unused variable `item'.
19744         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19746         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19747         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19748         (makefile-complete): Remove unused variable `try'.
19749         (makefile-fill-paragraph, makefile-match-function-end):
19750         Mark unused parameters.
19752         * progmodes/octave-inf.el (inferior-octave-complete):
19753         Remove unused variable `proc'.
19754         (inferior-octave-output-digest): Mark unused parameter.
19756         * progmodes/perl-mode.el (perl-calculate-indent):
19757         Remove unused variable `err'.
19759         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19760         (prolog-indent-line): Mark unused parameters.
19761         (prolog-indent-line): Remove unused variable `beg'.
19763         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19764         (reporter-dont-compact-list): Declare.
19766         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19767         Remove unused variable `char'.
19768         (sh-debug): Mark unused parameter.
19769         (sh-get-indent-info): Remove unused variable `start'.
19770         (sh-calculate-indent): Remove unused variable `var'.
19772         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19773         (simula-electric-keyword): Remove unused variable `null'.
19774         (simula-search-backward, simula-search-forward): Remove unused
19775         variables `begin' and `end'.
19777         * progmodes/vera-mode.el (vera-guess-basic-syntax):
19778         Remove unused variable `pos'.
19779         (vera-electric-tab, vera-comment-uncomment-region):
19780         Mark unused parameters.
19781         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19783 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
19785         * emacs-lisp/package.el (package--builtins, package-alist)
19786         (package-load-descriptor, package-built-in-p, package-activate)
19787         (define-package, package-installed-p)
19788         (package-compute-transaction, package-buffer-info)
19789         (package--push): Doc fix.  Distinguish more clearly between
19790         version strings and version lists.
19792 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
19794         Lexical-binding cleanup.
19796         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19797         (5x5-make-mutate-best):
19798         * play/fortune.el (fortune-in-buffer):
19799         * play/gomoku.el (gomoku-init-display):
19800         * play/solitaire.el (solitaire, solitaire-do-check):
19801         * play/tetris.el (tetris-default-update-speed-function):
19802         Mark unused parameters.
19804         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19805         (bubbles--shift): Remove unused variable `char-org'.
19806         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
19807         (bubbles--show-images): Remove unused variable `char'.
19809         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19810         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19811         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19812         (decipher-analyze-buffer): Use ?\s.
19813         (decipher-make-checkpoint): Remove unused variable `mapping'.
19815         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19817         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19818         Remove unused variable `result'; use `let'.
19820         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19821         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19822         (gametree-children-shown-p, gametree-compute-reduced-score):
19823         Use `ignore-errors'.
19825         * play/handwrite.el (ps-lpr-switches): Declare.
19826         (handwrite): Remove unused variables `pmin' and `lastp'.
19828         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19830         * play/landmark.el (landmark-init-display)
19831         (landmark-update-naught-weights): Mark unused parameters.
19832         (landmark-y): Remove unused variable `noise'.  Simplify.
19833         (landmark-human-plays): Remove unused variable `score'.
19835         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19836         (mpuz-try-proposal): Remove unused variable `game'.
19838         * play/zone.el (life-patterns): Declare.
19840 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
19842         * vc/vc.el (ediff-vc-internal): Declare function.
19844 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19846         * shell.el: Use lexical-binding and std completion UI.
19847         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19848         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19849         comint-preoutput-filter-functions rather than on
19850         comint-output-filter-functions.
19851         (shell-command-completion, shell--command-completion-data)
19852         (shell-filename-completion, shell-environment-variable-completion)
19853         (shell-c-a-p-replace-by-expanded-directory): New functions.
19854         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19855         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19856         (shell-dynamic-complete-environment-variable): Use them.
19857         (shell-dynamic-complete-as-environment-variable)
19858         (shell-dynamic-complete-as-command): Remove.
19859         (shell-match-partial-variable): Match past point.
19860         * comint.el: Clean up use of completion-at-point-functions.
19861         (comint-completion-at-point): New function.
19862         (comint-mode): Use it completion-at-point-functions.
19863         (comint-dynamic-complete): Make it obsolete.
19864         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19865         (comint-c-a-p-replace-by-expanded-history): New function.
19866         (comint-dynamic-complete-functions)
19867         (comint-replace-by-expanded-history): Use it.
19868         * minibuffer.el (completion-table-with-terminator): Allow dynamic
19869         termination strings.  Try harder to avoid second try-completion.
19870         (completion-in-region-mode-map): Disable bindings that don't work yet.
19872         * comint.el: Use lexical-binding.  Require CL.
19873         (comint-dynamic-complete-functions): Use comint-filename-completion.
19874         (comint-completion-addsuffix): Tweak custom type.
19875         (comint-filename-completion, comint--common-suffix)
19876         (comint--common-quoted-suffix, comint--table-subvert)
19877         (comint--complete-file-name-data): New functions.
19878         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19879         (comint-dynamic-list-filename-completions): Use them.
19880         (comint-dynamic-simple-complete): Make obsolete.
19882         * minibuffer.el (completion-in-region-mode):
19883         Keep completion-in-region-mode--predicate global.
19884         (completion-in-region--postch):
19885         Assume completion-in-region-mode--predicate is not null.
19887         * progmodes/flymake.el (flymake-start-syntax-check-process):
19888         Obey `dir'.  Simplify.
19890         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19891         we're in VC after all.
19893 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
19895         * vc/vc.el (vc-diff-build-argument-list-internal)
19896         (vc-version-ediff, vc-ediff): New commands.
19897         (vc-version-diff): Use vc-diff-build-argument-list-internal.
19899 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19901         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19902         add sanity check.
19904         * obsolete/erc-hecomplete.el: Make obsolete.
19905         * obsolete/: Standardize obsolescence info in the header.
19907 2011-04-20  Glenn Morris  <rgm@gnu.org>
19909         * calendar/solar.el (solar-horizontal-coordinates):
19910         Use the longitude argument rather than `calendar-longitude'.
19911         (solar-date-next-longitude): Remove unused locals.
19913 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19915         * whitespace.el: New version 13.2.1.
19917 2011-04-20  felix  <EmacsWiki>  (tiny change)
19919         * whitespace.el (global-whitespace-mode): Keep highlight when
19920         switching between major modes on a file.
19922 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19924         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19925         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19926         multi-line comments as well.
19928 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
19930         Lexical-binding cleanup.
19932         * arc-mode.el (archive-mode-revert):
19933         * cmuscheme.el (scheme-interactively-start-process):
19934         * custom.el (custom-initialize-delay):
19935         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19936         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19937         * emacs-lock.el (emacs-lock-clear-sentinel):
19938         * ezimage.el (defezimage):
19939         * follow.el (follow-avoid-tail-recenter):
19940         * fringe.el (set-fringe-mode-1):
19941         * generic-x.el (bat-generic-mode-compile):
19942         * help-mode.el (help-info-variable, help-do-xref)
19943         (help-mode-revert-buffer):
19944         * help.el (view-emacs-todo):
19945         * iswitchb.el (iswitchb-completion-help):
19946         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19947         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19948         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19949         * locate.el (locate-update):
19950         * longlines.el (longlines-encode-region)
19951         (longlines-after-change-function):
19952         * outline.el (outline-isearch-open-invisible):
19953         * ps-def.el (declare-function, charset-dimension, char-width)
19954         (encode-char):
19955         * ps-mule.el (ps-mule-plot-string):
19956         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19957         (recentf-edit-list-select, recentf-edit-list-validate)
19958         (recentf-open-files-action):
19959         * rect.el (delete-whitespace-rectangle-line)
19960         (rectangle-number-line-callback):
19961         * register.el (window-configuration-to-register)
19962         (frame-configuration-to-register):
19963         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19964         * select.el (xselect-convert-to-string, xselect-convert-to-length)
19965         (xselect-convert-to-targets, xselect-convert-to-delete)
19966         (xselect-convert-to-filename, xselect-convert-to-charpos)
19967         (xselect-convert-to-lineno, xselect-convert-to-colno)
19968         (xselect-convert-to-os, xselect-convert-to-host)
19969         (xselect-convert-to-user, xselect-convert-to-class)
19970         (xselect-convert-to-name, xselect-convert-to-integer)
19971         (xselect-convert-to-atom, xselect-convert-to-identity):
19972         * subr.el (declare, ignore, process-kill-without-query)
19973         (text-clone-maintain):
19974         * terminal.el (te-get-char, te-tic-sentinel):
19975         * tool-bar.el (tool-bar-make-keymap):
19976         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19977         * type-break.el (type-break-mode, type-break-noninteractive-query):
19978         * view.el (View-back-to-mark):
19979         * wid-browse.el (widget-browse-action, widget-browse-widget)
19980         (widget-browse-widgets, widget-browse-sexp):
19981         * widget.el (define-widget-keywords):
19982         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19983         Mark unused parameters.
19985         * align.el (align-adjust-col-for-rule): Mark unused parameter.
19986         (align-areas): Remove unused variable `look'.
19987         (align-region): Remove unused variables `real-end' and `pos-list'.
19989         * apropos.el (apropos-score-doc): Remove unused variable `i'.
19991         * bindings.el (mode-line-modified, mode-line-remote):
19992         Mark unused parameters.
19993         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19995         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19996         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19998         * comint.el (comint-history-isearch-pop-state)
19999         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
20000         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
20001         (comint-substitute-in-file-name): Doc fix.
20003         * completion.el (cmpl-statistics-block): Mark unused parameter.
20004         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
20005         (save-completions-to-file, load-completions-from-file):
20006         Remove unused local variable `e'.
20008         * composite.el (compose-chars): Remove unused variable `len'.
20009         (lgstring-insert-glyph): Remove unused variable `g'.
20010         (compose-glyph-string): Remove unused variables `ascent',
20011         `descent', `lbearing' and `rbearing'.
20012         (compose-glyph-string-relative): Remove unused variables
20013         `lbearing', `rbearing' and `wadjust'.
20014         (compose-gstring-for-graphic): Remove unused variables `header',
20015         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
20016         (compose-gstring-for-terminal): Remove unused variables `header'
20017         and `nchars'.  Use `let', not `let*'.
20019         * cus-edit.el (Custom-set, Custom-save, custom-reset)
20020         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20021         (Custom-buffer-done, custom-buffer-create-internal)
20022         (custom-browse-visibility-action, custom-browse-group-tag-action)
20023         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20024         (widget-magic-mouse-down-action, custom-toggle-parent)
20025         (custom-add-parent-links, custom-toggle-hide-variable)
20026         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20027         (custom-toggle-hide-face, face, hook, custom-group-link-action)
20028         (custom-face-menu-create, custom-variable-menu-create, get)
20029         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20030         (custom-reset-standard-save-and-update): Remove unused variable `value'.
20031         (customize-apropos): Remove unused variable `tests'.
20032         (custom-group-value-create): Remove unused variable `hidden-p'.
20033         (sort-fold-case): Declare.
20035         * cus-theme.el (custom-reset-standard-faces-list)
20036         (custom-reset-standard-variables-list): Declare.
20037         (customize-create-theme, custom-theme-revert, custom-theme-write)
20038         (custom-theme-choose-mode, customize-themes, custom-theme-save):
20039         Mark unused parameters.
20041         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20043         * delim-col.el (delimit-columns-max): Move defvar before first use.
20045         * descr-text.el (describe-char-categories): Don't quote `lambda'.
20046         (describe-char): Don't quote `lambda'.  Mark unused parameter.
20048         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20049         (auto-insert): Declare.
20050         (desktop-restore-file-buffer): Rename desktop-* parameters;
20051         mark unused ones.
20052         (desktop-create-buffer): Rename desktop-* parameters and bind them.
20053         (desktop-buffer): Rename desktop-* parameters.
20055         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20056         (dframe-reposition-frame-xemacs, dframe-help-echo)
20057         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20058         Mark unused parameters.
20060         * dired-aux.el (backup-extract-version-start, overwrite-query)
20061         (overwrite-backup-query, rename-regexp-query)
20062         (rename-non-directory-query): Declare.
20063         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20064         (dired-add-entry): Remove unused variable `orig-file-name'.
20065         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20066         Use parameter PRESERVE-TIME instead of accessing dynamic variable
20067         `dired-copy-preserve-time' directly.
20068         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20069         (dired-insert-subdir-newpos): Rename unused variable `pos'.
20071         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20072         (dired-virtual-revert, dired-make-relative-symlink):
20073         Mark unused parameters.
20074         (manual-program): Declare.
20075         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20076         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20077         wrapped in `with-no-warnings' to avoid replacing one warning by another.
20079         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20081         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20083         * echistory.el (electric-history-in-progress, Helper-return-blurb):
20084         Declare.
20086         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20088         * electric.el (Electric-command-loop): Rename parameter
20089         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20091         * expand.el (expand-in-literal): Remove unused variable `here'.
20093         * facemenu.el (facemenu-add-new-color):
20094         Remove unused variable `docstring'.
20096         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20097         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20098         (face-attr-construct): Mark unused parameter.  Doc fix.
20099         (read-color): Remove unused variable `hex-string'.
20101         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20102         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20103         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20104         (display-buffer-other-frame): Remove unused variable `old-window'.
20105         (kill-buffer-hook): Declare.
20106         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20107         Mark unused parameters.
20108         (after-find-file): Pass 1 to `auto-save-mode', not t.
20110         * files-x.el (auto-insert): Declare.
20111         (modify-file-local-variable-prop-line): Remove unused variable `val'.
20113         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
20114         variable `buf'.  Mark unused parameter.
20115         (find-lisp-insert-directory): Mark unused parameter.
20117         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20118         (format-encode-region): Remove unused variables `cur-buf' and `result'.
20119         (format-common-tail): Remove, unused.
20120         (format-deannotate-region): Remove unused variable `loc'.
20121         (format-annotate-region): Remove unused variable `p'.
20122         (format-annotate-single-property-change): Remove unused variables
20123         `default' and `tail'.
20125         * forms.el (read-file-filter): Declare.
20126         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20128         * frame.el (frame-creation-function-alist): Mark unused parameter.
20129         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20131         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20132         Remove unused parameters.
20133         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20134         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20136         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20137         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20138         (hfy-prepare-tag-map): Mark unused parameters.
20139         (htmlfontify-buffer): Use `called-interactively-p'.
20141         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20142         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20143         (ibuffer-do-occur): Mark unused parameters.
20144         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20145         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20147         * ibuffer.el: Don't quote `lambda'.
20148         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20149         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20150         Mark unused parameters.
20152         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20153         (ido-completing-read): Mark unused parameters.
20154         (ido-copy-current-word): Mark unused parameters;
20155         remove unused variable `name'.
20156         (ido-sort-merged-list): Remove unused parameter `dirs'.
20158         * ielm.el (ielm-input-sender): Mark unused parameter.
20159         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20160         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20161         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20162         `ielm-string' as a dynamic variable accessible from the IELM prompt.
20163         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
20165         * image-dired.el (image-dired-display-thumbs): Remove unused
20166         variables `curr-file' and `count'.
20167         (image-dired-remove-tag): Remove unused variable `start'.
20168         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20169         variable `curr-file'
20170         (image-dired-rotate-original): Remove unused variable `temp-file'.
20171         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20172         Remove unused variable `file'.
20173         (image-dired-gallery-generate): Remove unused variable `curr'.
20174         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20176         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20178         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20180         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20182         * isearch.el (minibuffer-history-symbol): Declare.
20183         (isearch-edit-string): Remove unused variable `err'.
20184         (isearch-message-prefix, isearch-message-suffix):
20185         Mark unused parameters.
20187         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20189         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20191         * makesum.el (double-column): Remove unused variable `cnt'.
20193         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20194         (ido-ignore-item-temp-list): Declare.
20196         * mouse-drag.el (mouse-drag-throw): Remove unused variables
20197         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20198         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20199         (mouse-drag-drag): Remove unused variables `mouse-delta' and
20200         `mouse-col-delta'.
20202         * mouse-sel.el (mouse-extend-internal):
20203         Remove unused variable `orig-window-frame'.
20205         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20206         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20207         Move declarations before first use.
20208         (pcomplete-opt): Mark unused parameters; doc fix.
20210         * proced.el (proced-revert): Mark unused parameter.
20211         (proced-send-signal): Remove unused variable `err'.
20213         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20214         Rename parameter PREFIX-ARG to ARG.
20215         (ps-basic-plot-string, ps-basic-plot-whitespace):
20216         Mark unused parameters.
20218         * replace.el (replace-count): Define.
20219         (occur-revert-function): Mark unused parameters.
20220         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20221         (isearch-case-fold-search, isearch-string): Declare.
20222         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20223         bind `case-fold-search'.  Remove unused variables `beg' and `end',
20224         and simplify.
20225         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20226         COUNT and bind `replace-count'.
20227         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20228         to COUNT.
20230         * savehist.el (print-readably, print-string-length): Declare.
20232         * shadowfile.el (shadow-expand-cluster-in-file-name):
20233         Remove unused variable `cluster'.
20234         (shadow-copy-file): Remove unused variable `i'.
20235         (shadow-noquery, shadow-clusters, shadow-site-cluster)
20236         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20237         (shadow-define-literal-group, shadow-define-regexp-group)
20238         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20240         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20241         (shell): Use `called-interactively-p'.
20242         (shell-directory-tracker): Remove unused variable `chdir-failure'.
20244         * simple.el (compilation-context-lines, comint-file-name-quote-list)
20245         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20246         (delete-backward-char): Remove unused variable `ocol'.
20247         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20248         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20249         (event-apply-hyper-modifier, event-apply-shift-modifier)
20250         (event-apply-control-modifier, event-apply-meta-modifier):
20251         Mark unused parameters.
20252         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20253         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20255         * speedbar.el (speedbar-ignored-directory-expressions)
20256         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20257         (speedbar-find-file, speedbar-dir-follow)
20258         (speedbar-directory-buttons-follow, speedbar-tag-find)
20259         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20260         (speedbar-buffers-line-directory, speedbar-buffer-click):
20261         Mark unused parameters.
20262         (speedbar-tag-file): Remove unused variable `mode'.
20263         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20265         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20267         * talk.el (talk): Remove unused variable `display'.
20269         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20270         (tar-write-region-annotate): Mark unused parameter.
20272         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20273         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20274         Declare them, wrapped in `with-no-warnings' to avoid replacing one
20275         warning by another.
20277         * time-stamp.el (time-stamp-string-preprocess):
20278         Remove unused variable `require-padding'.
20280         * tree-widget.el (widget-glyph-enable): Declare.
20281         (tree-widget-action): Mark unused parameter.
20283         * w32-fns.el (x-get-selection): Mark unused parameter.
20284         (autoload-make-program, generated-autoload-file): Declare.
20286         * wdired.el (wdired-revert): Mark unused parameters.
20287         (wdired-xcase-word): Remove unused variable `err'.
20289         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20290         (whitespace-help-scroll): Remove unused variable `data-help'.
20292         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20293         (widget-image-insert, widget-after-change, default)
20294         (widget-default-format-handler, widget-default-notify)
20295         (widget-default-prompt-value, widget-info-link-action)
20296         (widget-url-link-action, widget-function-link-action)
20297         (widget-variable-link-action, widget-file-link-action)
20298         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20299         (widget-field-prompt-internal, widget-field-action, widget-field-match)
20300         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20301         (widget-insert-button-action, widget-delete-button-action, visibility)
20302         (widget-documentation-link-action, widget-documentation-string-action)
20303         (widget-const-prompt-value, widget-regexp-match, symbol)
20304         (widget-coding-system-prompt-value)
20305         (widget-key-sequence-value-to-external, sexp)
20306         (widget-sexp-value-to-internal, character, vector, cons)
20307         (widget-choice-prompt-value, widget-boolean-prompt-value)
20308         (widget-color--choose-action): Mark unused parameters.
20309         (widget-item-match-inline, widget-choice-match-inline)
20310         (widget-checklist-match, widget-checklist-match-inline)
20311         (widget-group-match): Rename parameter VALUES to VALS.
20312         (widget-field-value-set): Remove unused variable `size'.
20313         (widget-color-action): Remove unused variables `value' and `start'.
20315         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20316         variable `dir'.  Doc fix.
20317         (windmove-find-other-window): Don't pass it.
20319         * window.el (count-windows): Mark unused parameter.
20320         (bw-adjust-window): Remove unused variable `err'.
20322         * woman.el (woman-file-name): Remove unused variable `default'.
20323         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20324         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20325         (global-font-lock-mode): Declare.
20326         (woman-decode-region): Mark unused parameter.
20327         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20329         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20330         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20331         (x-dnd-handle-moz-url): Remove unused variable `title'.
20332         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20334         * xml.el (xml-parse-tag, xml-parse-attlist):
20335         Remove unused variable `pos'.
20337 2011-04-19  Glenn Morris  <rgm@gnu.org>
20339         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20340         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20341         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20342         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20343         * calendar/cal-html.el (cal-html-insert-minical):
20344         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20345         (calendar-mark-date-pattern):
20346         Prefix "unused" locals.
20348         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20349         optional argument `style'.
20351         * calendar/appt.el (appt-make-list):
20352         * calendar/cal-china.el (calendar-chinese-date-string):
20353         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20354         (diary-hebrew-yahrzeit):
20355         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20356         * calendar/calendar.el (calendar-generate-window):
20357         * calendar/time-date.el (time-to-days):
20358         Remove unused local variables.
20360 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
20362         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20363         glyphless-char-display table.
20364         (tabulated-list-glyphless-char-display): New var.
20366 2011-04-18  Sam Steingold  <sds@gnu.org>
20368         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20369         to acknowledgments.
20371 2011-04-17  Glenn Morris  <rgm@gnu.org>
20373         * calendar/diary-lib.el (diary-sexp-entry):
20374         * calendar/holidays.el (holiday-sexp):
20375         Set debug-on-error rather than the removed stack-trace-on-error.
20377 2011-04-16  Glenn Morris  <rgm@gnu.org>
20379         * progmodes/f90.el: Use lexical-binding.
20380         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20382 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20384         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20385         (mail-mode): Setup mailalias completion here instead.
20386         * mail/mailalias.el: Use lexical-binding.
20387         (pattern, mailalias-done): Declare dynamic.
20388         (mail-completion-at-point-function): New function, from mail-complete.
20389         (mail-complete): Use it.
20390         (mail-completion-expand): New function.
20391         (mail-get-names): Use it.
20392         (mail-directory, mail-directory-process, mail-directory-stream):
20393         Don't use `pattern' for lexically bound arg.
20395         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20397         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20398         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20399         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20401         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20402         (byte-save-window-excursion, byte-temp-output-buffer-setup)
20403         (byte-interactive-p): Define them again, for use when inlining
20404         old code.
20406 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
20408         * loadup.el: Use `string-to-number', not `string-to-int'.
20410 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20412         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20413         gud-gdb-complete-command.
20414         (gud-gdb-completions): New function, from gud-gdb-complete-command.
20415         (gud-gdb-completion-at-point): New function.
20416         (gud-gdb-completions): Remove.
20418 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
20420         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20421         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
20422         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20423         whether `executable-find' is bound.
20425         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20427 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20429         * minibuffer.el (completion-in-region-mode-predicate)
20430         (completion-in-region-mode--predicate): New vars.
20431         (completion-in-region, completion-in-region--postch)
20432         (completion-in-region-mode): Use them.
20433         (completion--capf-wrapper): Also return the hook function.
20434         (completion-at-point, completion-help-at-point):
20435         Adjust and provide a predicate.
20437         Preserve arg names for advice of subr and lexical functions (bug#8457).
20438         * help-fns.el (help-function-arglist): Consolidate the subr and
20439         new-byte-code cases.  Add argument `preserve-names' to extract names
20440         from the docstring when needed.
20441         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20442         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20443         (ad-arglist): Use help-function-arglist's new arg.
20444         (ad-definition-type): Use cond.
20446 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
20448         * autorevert.el (auto-revert-handler):
20449         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20450         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20451         Don't quote lambda.
20453         * image-mode.el (image-transform-set-scale):
20454         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20456 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20458         * net/network-stream.el (network-stream-open-starttls): Only do
20459         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20460         Upgrades via gnutls-cli are too slow to be done opportunistically.
20462 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
20464         * dframe.el (dframe-current-frame): Remove spurious quote.
20466 2011-04-12  Glenn Morris  <rgm@gnu.org>
20468         * calendar/cal-tex.el (cal-tex-end-document):
20469         Try to automatically use latin1 input if needed.
20471         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20472         Don't try to cons a mark onto an empty element.
20474 2011-04-11  Leo Liu  <sdl.web@gmail.com>
20476         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20477         buffers.
20478         (ido-kill-buffer-at-head): Support killing virtual buffers.
20480 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
20482         * minibuffer.el (completion-show-inline-help): New var.
20483         (completion--do-completion, minibuffer-complete)
20484         (minibuffer-force-complete, minibuffer-complete-word):
20485         Inhibit minibuffer messages if completion-show-inline-help is nil.
20487         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20488         to avoid interference from inline help (Bug#5849).
20490 2011-04-10  Leo Liu  <sdl.web@gmail.com>
20492         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20493         Fix typo.
20495 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
20497         * image-mode.el (image-toggle-display-image): Signal an error if
20498         not in Image mode.
20499         (image-transform-mode, image-transform-resize)
20500         (image-transform-set-rotation): Doc fix.
20501         (image-transform-set-resize): Delete.
20502         (image-transform-set-scale, image-transform-fit-to-height)
20503         (image-transform-fit-to-width): Handle image-toggle-display-image
20504         and image-transform-resize directly.
20506 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
20508         * doc-view.el (doc-view-fit-width-to-window)
20509         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20510         New functions for fitting the shown image to the Emacs window size.
20511         (doc-view-mode-map): Add bindings for the new functions.
20513 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
20515         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20516         Fix typo in docstring.
20518 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
20520         * files.el (file-size-human-readable): Produce one digit after
20521         decimal, like "ls -lh" does.
20523         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20524         the file size representation.
20526         * simple.el (list-processes): If async subprocesses are not
20527         available, error out with a clear error message.
20529 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
20531         * help.el (help-form-show): New function, to be called from C.
20532         Put help-form output in a buffer named differently than *Help*.
20534 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
20536         * files.el (file-size-human-readable): New function.
20538         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20539         computing the representation inline.  Don't require `cl'.
20541 2011-04-08  Glenn Morris  <rgm@gnu.org>
20543         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20545         * net/browse-url.el (browse-url-firefox):
20546         Test system-type, not system-configuration.
20548         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20549         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20550         Use log-edit-empty-buffer-p.  (Bug#7598)
20552         * net/rlogin.el (rlogin-process-connection-type): Simplify.
20553         (rlogin-mode-map): Initialize in the defvar.
20554         (rlogin): Use ignore-errors.
20556         * replace.el (occur-mode-map): Some fixes for menu items.
20558 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
20560         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
20562 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
20564         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20565         issuing unused warnings.
20567         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20568         macro directly.
20570         * simple.el: Lisp reimplement of list-processes.  Based on an
20571         earlier reimplementation by Leo Liu, but using tabulated-list.el.
20572         (process-menu-mode): New major mode.
20573         (list-processes--refresh, list-processes):
20574         (process-menu-visit-buffer): New functions.
20576         * files.el (save-buffers-kill-emacs): Don't assume any return
20577         value of list-processes, which is undocumented anyway.
20579 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
20581         * emacs-lisp/tabulated-list.el: New file.
20583         * emacs-lisp/package.el: Use Tabulated List mode.
20584         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20585         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
20586         table format using Tabulated List mode variables.
20587         (package--push): New macro, replacing package-list-maybe-add.
20588         (package-menu--generate): Use package--push.  Renamed from
20589         package--generate-package-list.
20590         (package-menu-refresh, list-packages): Use it.
20591         (package-menu--print-info): Rename from package-print-package.
20592         Return insertion data instead of inserting it directly.
20593         (package-menu-describe-package, package-menu-execute):
20594         Use tabulated-list-get-id.
20595         (package-menu-mark-delete, package-menu-mark-install)
20596         (package-menu-mark-unmark, package-menu-backup-unmark)
20597         (package-menu-mark-obsolete-for-deletion):
20598         Use tabulated-list-put-tag.
20599         (package--list-packages, package-menu-revert)
20600         (package-menu-get-package, package-menu-get-version)
20601         (package-menu-sort-by-column): Functions deleted.
20602         (package-menu-package-list, package-menu-sort-key): Vars deleted.
20603         (package-menu--status-predicate, package-menu--version-predicate)
20604         (package-menu--name-predicate)
20605         (package-menu--description-predicate): Handle arguments in the
20606         Tabulated List format.
20607         (package-list-packages-no-fetch): Call list-packages.
20609 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
20611         * files.el (after-find-file-from-revert-buffer): Remove variable.
20612         (after-find-file): Don't bind it.
20613         (revert-buffer-in-progress-p): New variable.
20614         (revert-buffer): Bind it.
20615         Pass nil for `after-find-file-from-revert-buffer'.
20617         * saveplace.el (save-place-find-file-hook): Use new variable
20618         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20620 2011-04-06  Glenn Morris  <rgm@gnu.org>
20622         * Makefile.in (AUTOGEN_VCS): New variable.
20623         (autoloads): Use $AUTOGEN_VCS.
20625         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20626         * calendar/calendar.el (calendar-mode-map):
20627         Check for toolkit scroll bars.  (Bug#8305)
20629 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
20631         * minibuffer.el (completion-in-region--postch)
20632         (completion-in-region-mode): Remove unnecessary messages.
20634 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
20636         * font-lock.el (font-lock-refresh-defaults):
20637         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20638         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20640         * info.el (Info-directory-list, Info-read-node-name-2)
20641         (Info-split-parameter-string): Doc fixes.
20642         (Info-virtual-nodes): Reflow docstring.
20643         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20644         (Info-apropos-toc-nodes, info-finder, Info-get-token)
20645         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20646         Fix typos in docstrings.
20647         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20648         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20649         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20650         (Info-restore-desktop-buffer): Mark unused parameters.
20651         (Info-directory-find-file, Info-directory-find-node)
20652         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20653         (Info-virtual-index-find-node, Info-apropos-find-file)
20654         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20655         Mark unused parameters; fix typos in docstrings.
20656         (Info-virtual-index): Remove unused local variable `nodename'.
20658 2011-04-05  Deniz Dogan  <deniz@dogan.se>
20660         * net/rcirc.el: Update my e-mail address.
20661         (rcirc-mode-map): Remove M-o binding.
20663 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
20665         * startup.el (command-line): Save the cursor's theme-face
20666         directly, instead of using face-override-spec.
20668         * custom.el (load-theme): Minor optimization in assigning faces.
20670 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
20672         * help-fns.el (describe-variable): Complete all variables having
20673         documentation, including keywords.
20674         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20676 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
20678         Convert to lexical-binding.
20680         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20681         (bs--get-marked-string, bs--get-modified-string)
20682         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20683         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20684         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20686         * ehelp.el (electric-help-execute-extended)
20687         (electric-help-ctrl-x-prefix):
20688         * hexl.el (hexl-revert-buffer-function):
20689         * linum.el (linum-after-change, linum-after-scroll):
20690         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20692         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20694 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
20696         * epa-dired.el:
20697         * epa-mail.el:
20698         * epa-hook.el:
20699         * epa-file.el:
20700         * epa.el:
20701         * epg.el: Use lexical binding.
20703 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
20705         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20707         * textmodes/flyspell.el (flyspell-word): Recognize default
20708         dictionary case for flyspell-mark-duplications-exceptions.
20709         Use regexp matching for languages.
20710         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20711         default dictionary (Bug#7926).
20713 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
20715         * emacs-lisp/package.el (package--with-work-buffer):
20716         Recognize https URLs.
20718         * net/network-stream.el: Move from gnus/proto-stream.el.
20719         Change prefix to network-stream throughout.
20720         (open-protocol-stream): Merge into open-network-stream, leaving
20721         open-protocol-stream as an alias.  Handle nil BUFFER args.
20723         * subr.el (open-network-stream): Move to net/network-stream.el.
20725 2011-04-02  Glenn Morris  <rgm@gnu.org>
20727         * find-dired.el (find-exec-terminator): New option.
20728         (find-ls-option): Test for -ls support.
20729         (find-ls-subdir-switches): Test for -b in find-ls-option.
20730         (find-dired, find-grep-dired): Doc fixes.
20731         (find-dired): Use find-exec-terminator.
20733         * find-dired.el (find-ls-option, find-ls-subdir-switches)
20734         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20735         (find-name-arg): Remove purecopy.
20737         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20738         (grep-compute-defaults): Check for `-exec COMMAND +' support.
20739         Set grep-find-use-xargs, grep-find-command, and grep-find-template
20740         accordingly.  Don't add the null-device if not needed.
20742         * files.el (save-some-buffers): Doc fix.
20744 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
20746         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20748 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
20750         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20751         Use `dolist' rather than `mapcar'.
20753 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20755         Add lexical binding.
20757         * subr.el (apply-partially): Use new closures rather than CL.
20758         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20759         (dolist, dotimes): Use slightly different expansion for lexical code.
20760         (functionp): Move to C.
20761         (letrec): New macro.
20762         (with-wrapper-hook): Use it and apply-partially instead of CL.
20763         (eval-after-load): Preserve lexical-binding.
20764         (save-window-excursion, with-output-to-temp-buffer): Turn them
20765         into macros.
20767         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20769         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20770         than the arglist.
20771         (help-add-fundoc-usage): Don't add `Not documented'.
20772         (help-function-arglist): Handle closures, subroutines, and new
20773         byte-code-functions.
20774         (help-make-usage): Remove leading underscores.
20775         (describe-function-1): Handle closures.
20776         (describe-variable): Use special-variable-p for completion.
20778         * files.el (lexical-binding): Declare safe.
20780         * emacs-lisp/pcase.el: Don't use destructuring-bind.
20781         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
20782         (pcase): Add `let' pattern.
20783         Change memoization so it actually works.
20784         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20785         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20786         <let>: New case.
20788         * emacs-lisp/macroexp.el: Use lexical binding.
20789         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
20790         Don't convert ' to #' without checking that it's indeed quoting
20791         a lambda.
20793         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20794         Use eval-sexp-add-defvars.
20795         (eval-sexp-add-defvars): New fun.
20797         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20799         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20800         Don't autoload.
20801         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20802         than the internal `byte-compile-lambda'.
20803         (defmethod): Don't hide code under quotes.
20804         (eieio-defmethod): New `code' argument.
20806         * emacs-lisp/eieio-comp.el: Remove.
20808         * emacs-lisp/edebug.el (edebug-eval-defun)
20809         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20810         (edebug-toggle): Avoid `eval'.
20812         * emacs-lisp/disass.el (disassemble-internal): Handle new
20813         `closure' objects.
20814         (disassemble-1): Handle new byte codes.
20816         * emacs-lisp/cl.el (pushnew): Silence warning.
20818         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20819         (cl-byte-compile-throw): Remove.
20820         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20822         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20823         closures.
20825         * emacs-lisp/cconv.el: New file.
20827         * emacs-lisp/bytecomp.el: Use lexical binding instead of
20828         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
20829         (byte-compile-initial-macro-environment):
20830         Handle declare-function here.
20831         (byte-compile--lexical-environment): New var.
20832         (byte-stack-ref, byte-stack-set, byte-discardN)
20833         (byte-discardN-preserve-tos): New lap codes.
20834         (byte-interactive-p): Don't use any more.
20835         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20836         New macros.
20837         (byte-compile-lapcode): Use them and handle new lap codes.
20838         (byte-compile-obsolete): Remove.
20839         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20840         (byte-compile-arglist-warn): Check late def of inlinable funs.
20841         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20842         since they should have been expanded by now.
20843         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20844         (byte-compile-from-buffer): Remove unused second arg.
20845         (byte-compile-preprocess): New function.
20846         (byte-compile-toplevel-file-form): New function to distinguish
20847         file-form calls from outside from file-form calls from hunk-handlers.
20848         (byte-compile-file-form): Simplify.
20849         (byte-compile-file-form-defsubst): Remove.
20850         (byte-compile-file-form-defmumble): Simplify now that
20851         byte-compile-lambda always returns a byte-code-function.
20852         (byte-compile): Preprocess.
20853         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20854         Remove, not used any more.
20855         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20856         (byte-compile-make-args-desc): New funs.
20857         (byte-compile-lambda): Handle lexical functions.  Always return
20858         a byte-code-function.
20859         (byte-compile-reserved-constants): New var, to make up room for
20860         closed-over variables.
20861         (byte-compile-constants-vector): Obey it.
20862         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20863         (byte-compile-macroexpand-declare-function): New function.
20864         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20865         byte-code-functions.
20866         (byte-compile-form): Check obsolescence here.
20867         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20868         (byte-compile-variable-ref): Remove.
20869         (byte-compile-dynamic-variable-op): New fun.
20870         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20871         (byte-compile-variable-set): New funs.
20872         (byte-compile-discard): Add 2 args.
20873         (byte-compile-stack-ref, byte-compile-stack-set)
20874         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20875         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20876         macroexpand-all instead.
20877         (byte-compile-quote-form): Remove.
20878         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20879         (byte-compile-bind, byte-compile-unbind): New funs.
20880         (byte-compile-let): Handle let* and lexical binding.
20881         (byte-compile-let*): Remove.
20882         (byte-compile-catch, byte-compile-unwind-protect)
20883         (byte-compile-track-mouse, byte-compile-condition-case):
20884         Handle a new :fun-body form, used for lexical scoping.
20885         (byte-compile-save-window-excursion)
20886         (byte-compile-with-output-to-temp-buffer): Remove.
20887         (byte-compile-defun): Simplify.
20888         (byte-compile-stack-adjustment): New fun.
20889         (byte-compile-out): Use it.
20890         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20892         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20893         handler any more.
20895         * emacs-lisp/byte-opt.el: Use lexical binding.
20896         (byte-inline-lapcode): Remove (to bytecomp).
20897         (byte-compile-inline-expand): Pay attention to inlining to/from
20898         lexically bound code.
20899         (byte-compile-unfold-lambda): Don't handle byte-code-functions
20900         any more.
20901         (byte-optimize-form-code-walker): Don't handle save-window-excursion
20902         any more and don't call compiler-macros.
20903         (byte-compile-splice-in-already-compiled-code): Remove.
20904         (byte-code): Don't inline any more.
20905         (disassemble-offset): Receive `bytes' as argument rather than via
20906         dynamic scoping.
20907         (byte-compile-tag-number): Declare before first use.
20908         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20909         `return' even if make-spliceable.
20910         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20911         obsolete interactive-p.
20912         (byte-optimize-lapcode): Optimize new lap-codes.
20913         Don't trip up on new form of `byte-constant' lap code.
20915         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20917         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20919         * custom.el (custom-initialize-default, custom-declare-variable):
20920         Use `defvar'.
20922         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20923         New variables.
20924         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20925         (COMPILE_FIRST): Add macroexp and cconv.
20926         * makefile.w32-in: Mirror changes in Makefile.in.
20928         * vc/cvs-status.el:
20929         * vc/diff-mode.el:
20930         * vc/log-edit.el:
20931         * vc/log-view.el:
20932         * vc/smerge-mode.el:
20933         * textmodes/bibtex-style.el:
20934         * textmodes/css-mode.el:
20935         * startup.el:
20936         * uniquify.el:
20937         * minibuffer.el:
20938         * newcomment.el:
20939         * reveal.el:
20940         * server.el:
20941         * mpc.el:
20942         * emacs-lisp/smie.el:
20943         * doc-view.el:
20944         * dired.el:
20945         * abbrev.el: Use lexical binding.
20947 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
20949         * info.el (info-display-manual): New function.
20951 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20953         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20955 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
20957         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
20958         an entry for that server in rcirc-authinfo.  (Bug#8385)
20960 2011-03-31  Glenn Morris  <rgm@gnu.org>
20962         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20964         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20966 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
20968         * progmodes/python.el (python-default-interpreter)
20969         (python-python-command-args, python-jython-command-args)
20970         (python-which-shell, python-which-args, python-which-bufname)
20971         (python-file-queue, python-comint-output-filter-function)
20972         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20973         variables and functions.
20975 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20977         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20978         (completion-in-region-mode): New minor mode.
20979         (completion-in-region): Use it.
20980         (completion-in-region--data, completion-in-region-mode-map): New vars.
20981         (completion-in-region--postch): New function.
20982         (completion--capf-misbehave-funs, completion--capf-safe-funs):
20983         New vars.
20984         (completion--capf-wrapper): New function.
20985         (completion-at-point): Use it to track well-behavedness of
20986         hook functions.
20987         (completion-help-at-point): New command.
20989 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
20991         * vc/add-log.el (add-change-log-entry): Don't use whitespace
20992         syntax class to search for whitespace on a single line
20993         (Message-ID: <4D938140.4030905@redhat.com>).
20995 2011-03-30  Leo Liu  <sdl.web@gmail.com>
20997         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20998         New commands.
20999         (edit-abbrevs-map): Bind them here.
21000         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
21002 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
21004         * allout.el (allout-hide-by-annotation, allout-flag-region):
21005         Reduce possibility of overlay leakage by making them volatile.
21007         * allout-widgets.el (allout-widgets-tally): Define as nil so the
21008         hash is not shared between buffers.  Mode initialization is
21009         responsible for giving it a useful starting value.
21010         (allout-item-span): Reduce possibility of overlay leakage by
21011         making them volatile.
21012         (allout-widgets-count-buttons-in-region): Add diagnostic function
21013         for tracking down button overlay leaks.
21015 2011-03-29  Leo Liu  <sdl.web@gmail.com>
21017         * ido.el (ido-read-internal): Use the default history var
21018         minibuffer-history if no HISTORY is specified.
21020 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
21022         * net/imap.el (imap-shell-open, imap-process-connection-type):
21023         Use imap-process-connection-type for 'shell' streams as well as
21024         Kerberos, SSL, other subprocesses.
21026 2011-03-28  Leo Liu  <sdl.web@gmail.com>
21028         * abbrev.el (abbrev-table-empty-p): New function.
21029         (prepare-abbrev-list-buffer): Place empty abbrev tables after
21030         nonempty ones.  (Bug#5937)
21032 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
21034         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21036 2011-03-27  Leo Liu  <sdl.web@gmail.com>
21038         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21039         for foreground and background colors.
21040         (ansi-color-make-color-map): Adapt.
21042 2011-03-25  Leo Liu  <sdl.web@gmail.com>
21044         * midnight.el (midnight-time-float): Remove.  Note it calculates
21045         the microsecond component incorrectly and seconds-to-time does the
21046         same job.
21047         Remove redundant (require 'timer).
21049         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21050         (ido-completions): Remove unused arguments.  (Bug#8329)
21052 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21054         * minibuffer.el (completion--flush-all-sorted-completions):
21055         Remove itself from hook.
21056         (completion-at-point): Let the functions perform the completion
21057         immediately and return nil or t.
21058         * comint.el (comint-dynamic-complete-functions): Now identical to
21059         completion-at-point-functions.
21060         (comint-dynamic-list-input-ring): Remove unused var `index'.
21061         (comint--match-partial-filename, comint--unquote&expand-filename):
21062         New funs, split from comint-match-partial-filename.
21063         (comint-dynamic-complete): Use completion-at-point.
21064         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21066 2011-03-24  Drew Adams  <drew.adams@oracle.com>
21068         * thingatpt.el: Support `defun'.
21070 2011-03-23  Leo Liu  <sdl.web@gmail.com>
21072         * abbrevlist.el: Move to obsolete/abbrevlist.el.
21074         * help-mode.el (help-mode-finish): Tweak regexp.
21076 2011-03-23  Glenn Morris  <rgm@gnu.org>
21078         * eshell/esh-opt.el (eshell-eval-using-options):
21079         Do not bind unused local variable `eshell-option-stub'.
21081         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21083 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
21085         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21086         keymap variable in `with-no-warnings' to avoid a warning when the
21087         keymap has been already `defconst'ed.
21089 2011-03-22  Leo Liu  <sdl.web@gmail.com>
21091         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21092         encode all chars in abbrevs; otherwise use emacs-mule or
21093         utf-8-emacs.  (Bug#8308)
21095 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
21097         * simple.el (backward-delete-char-untabify):
21098         Avoid warning about using `delete-backward-char'.
21100         * image.el (image-type-file-name-regexps): Make it variable.
21101         `imagemagick-register-types' modifies it, and the user may want
21102         to add new extensions for known image types.
21103         (imagemagick-register-types): Throw error if not using ImageMagick.
21105 2011-03-22  Leo Liu  <sdl.web@gmail.com>
21107         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21108         located before rcirc-prompt-end-marker.
21109         (rcirc-complete): Error if point is not after rcirc prompt.
21110         Handle the case when table is nil.
21111         (rcirc-user-authenticated): Define to fix compiler warning.
21113 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
21115         * custom.el (custom--inhibit-theme-enable): Make it affect only
21116         custom-theme-set-variables and custom-theme-set-faces.
21117         (provide-theme): Ignore custom--inhibit-theme-enable.
21118         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21119         (custom-enabling-themes): Delete variable.
21120         (enable-theme): Accept only loaded themes as arguments.
21121         Ignore the special custom-enabled-themes variable.
21122         (custom-enabled-themes): Forbid themes from setting this.
21123         Eliminate use of custom-enabling-themes.
21124         (custom-push-theme): Quote "changed" custom var entry.
21126 2011-03-21  Leo Liu  <sdl.web@gmail.com>
21128         * ido.el (ido-read-internal): Add ido-selected to history instead
21129         of user input.
21131 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21133         * subr.el (deferred-action-list, deferred-action-function):
21134         Mark obsolete.
21136 2011-03-21  Leo Liu  <sdl.web@gmail.com>
21138         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21139         change on 2011-02-13 (bug#8309).
21141         * minibuffer.el (read-file-name-function): Change default value.
21142         (read-file-name--defaults): Rename from read-file-name-defaults.
21143         (read-file-name-default): Rename from read-file-name.
21144         (read-file-name): Call read-file-name-function.
21146 2011-03-21  Glenn Morris  <rgm@gnu.org>
21148         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21149         Doc fixes.
21151 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
21153         * cus-theme.el: Add missing provide statement.
21154         (customize-create-theme): Extract theme value correctly.
21155         (custom-theme-visit-theme): Autoload.
21156         (customize-create-theme): Prompt before inserting default faces.
21158 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
21160         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21161         units and musical notes.
21163 2011-03-20  Leo Liu  <sdl.web@gmail.com>
21165         * ido.el (ido-read-internal): Use completing-read-default.
21166         (ido-completing-read): Fix compatibility with completing-read.
21168 2011-03-20  Christian Ohler  <ohler@gnu.org>
21170         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21171         (ert-delete-all-tests): Use `called-interactively-p' rather than
21172         `interactive-p'.
21173         (ert--make-xrefs-region): Respect END.
21175 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
21177         * dired-aux.el (dired-create-directory): Signal an error if the
21178         directory already exists (Bug#8246).
21180         * facemenu.el (list-colors-display): Call list-faces-display
21181         inside with-help-window.
21182         (list-colors-print): Use display property to align the final
21183         column, instead of checking window-width.
21185 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
21187         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
21188         windows-nt systems.
21189         (emerge-protect-metachars): Quote correctly for ms-dos and
21190         windows-nt systems.
21192 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
21194         * info.el (info-initialize): Replace all uses of `:' with
21195         path-separator for compatibility with non-Unix systems.
21196         Cache quoting of path-separator.  (Bug#8258)
21198 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
21200         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21201         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21202         (mouse-avoidance-mode): Fix typos in docstrings.
21204 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
21206         * startup.el (package-subdirectory-regexp): Move from package.el.
21207         Omit \\` and \\', and let callers add them.
21209         * emacs-lisp/package.el (package-strip-version)
21210         (package-load-all-descriptors): Add \\` and \\' to
21211         package-subdirectory-regexp before using it.
21212         (package-untar-buffer): New arg DIR; ensure that file untars only
21213         into this expected directory.  Remove superfluous delete-region.
21214         (package-unpack): Caller changed.
21215         (package-tar-file-info): Use package-subdirectory-regexp.
21217 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21219         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21220         diff-mode-shared-map (bug#8284).
21221         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
21223 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21225         * calendar/time-date.el (format-seconds): Use assoc instead of
21226         assoc-string, since assoc-string doesn't exist in XEmacs.
21228 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
21230         * custom.el (custom-known-themes): Reflow docstring.
21231         (custom-theme-load-path): Fix typo in docstring.
21232         (load-theme): Fix typo in error message.
21233         (custom-available-themes, custom-variable-theme-value):
21234         Use `let', not `let*'.
21236 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
21238         * calc/README: Mention inclusion of musical notes.
21240         * calc/calc-units.el (calc-lu-quant): Rename from
21241         `calc-logunits-quantity'.
21242         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21243         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21244         (calc-db): Rename from `calc-dblevel'.
21245         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21246         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21247         (calc-np): Rename from `calc-nplevel'.
21248         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21249         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21250         (calc-lu-plus): Rename from `calc-logunits-add'.
21251         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21252         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21253         (calc-lu-minus): Rename from `calc-logunits-sub'.
21254         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21255         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21256         (calc-lu-times): Rename from `calc-logunits-mul'.
21257         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21258         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21259         (calc-lu-divide): Rename from `calc-logunits-div'.
21260         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21261         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21263         * calc/calc-ext.el (calc-init-extensions): Update the names of the
21264         functions being autoloaded.
21266         * calc/calc.el (calc-lu-power-reference): Rename from
21267         `calc-logunits-power-reference'.
21268         (calc-lu-field-reference): Rename from
21269         `calc-logunits-field-reference'.
21271         * calc/calc-help.el (calc-l-prefix-help):
21272         Mention musical note functions.
21274 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21276         * minibuffer.el (completion-all-sorted-completions):
21277         Use :completion-cycle-penalty text property if present.
21279 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
21281         * allout.el (allout-yank-processing): Adjust for new rebulleting
21282         regime so bullet being yanked is used without prompting the user
21283         for a choice.
21285 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
21287         * startup.el (command-line): Warn the user that _emacs is deprecated.
21289 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
21291         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21292         (delphi-verbose, delphi-comment-face, delphi-string-face)
21293         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21294         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21295         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21296         (delphi-new-comment-line, delphi-font-lock-defaults)
21297         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21298         Fix typos in docstrings.
21300 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
21302         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21303         Invert the roles of character and string values for INSTEAD, so a
21304         string is used for the more common case of a defaulting prompt.
21306 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21308         * progmodes/ruby-mode.el (ruby-backward-sexp):
21309         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21310         * play/gamegrid.el (gamegrid-make-face):
21311         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21312         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21313         * notifications.el (notifications-notify):
21314         * net/xesam.el (xesam-search-engines):
21315         * net/quickurl.el (quickurl-list-insert):
21316         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21318 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
21320         * startup.el (command-line): Update package subdirectory regexp.
21322 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21324         * allout.el (allout-abbreviate-flattened-numbering)
21325         (allout-mode-deactivate-hook): Fix up obsolescence "date".
21327         * subr.el (read-char-choice): Only show the cursor after the prompt,
21328         not after the answer.
21330 2011-03-15  Kevin Ryde  <user42@zip.com.au>
21332         * help-fns.el (variable-at-point): Skip leading quotes, if any
21333         (bug#8253).
21335 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21337         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21338         warning message.
21340 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
21342         * shell.el (shell): When called interactively, offer to change the
21343         shell file name on remote hosts.
21345 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
21347         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21348         integration for LDAP parameters.  The host, base, user or binddn,
21349         and secret tokens can be specified in a netrc file, for instance.
21350         This is optional because an `auth-source' parameter must be
21351         specified in the search attributes.
21353 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
21355         * help.el (describe-mode): Link to the mode's definition (bug#8185).
21357 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21359         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21360         into declaration.  Remove redundant and harmful binding.
21362 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
21364         * files.el (file-ownership-preserved-p): Pass `integer' as an
21365         explicit 2nd argument to `file-attributes'.  If the file's owner
21366         is the Administrators group on Windows, and the current user is
21367         Administrator, consider that a match.
21369         * server.el (server-ensure-safe-dir): Consider server directory
21370         safe on MS-Windows if its owner is the Administrators group while
21371         the current Emacs user is Administrator.  Use `=' to compare
21372         numerical UIDs, since they could be integers or floats.
21374 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
21376         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21378 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
21380         Sync with Tramp 2.2.1.
21382         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21384         * net/trampver.el: Update release number.
21386 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21388         * progmodes/compile.el (compilation--previous-directory): Fix up
21389         various nil/dead-marker mismatches (bug#8014).
21390         (compilation-directory-properties, compilation-error-properties):
21391         Don't call it at a position past the one we're about to change.
21393         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21394         Disable obsolescence warnings in the file that declares it.
21396 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
21398         * allout-widgets.el (allout-widgets-tally):
21399         Initialize allout-widgets-tally as a hash table rather than nil to
21400         prevent mode-line redisplay warnings.  Also, clarify the module
21401         description and fix a comment typo.
21403 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
21405         * help-fns.el (describe-variable): Don't complete keywords.
21406         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21408 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
21410         * emacs-lisp/package.el (package-version-join): Impose a standard
21411         string representation for pre/alpha/beta version lists.
21412         (package-unpack-single): Standardize the directory name by passing
21413         it through package-version-join.
21414         (package-strip-rcs-id): Accept any version string that does not
21415         signal an error in version-to-list.
21417 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
21419         * simple.el (delete-trailing-whitespace): Return nil for the
21420         benefit of `write-file-functions'.
21422 2011-03-10  Glenn Morris  <rgm@gnu.org>
21424         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21426         * vc/vc-git.el (vc-git-program): New option.
21427         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21428         (vc-git--call): Use it.
21430         * eshell/esh-util.el (eshell-condition-case): Doc fix.
21432         * cus-edit.el (Custom-newline): If no button at point, look
21433         for a subgroup button at start-of-line.  (Bug#2298)
21435         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21437 2011-03-10  Julien Danjou  <julien@danjou.info>
21439         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21440         `cursor-type' is nil.
21442 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
21444         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21446 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
21448         * allout.el: Change so yank of distinctive-bullet items
21449         preserves the existing header prefix, rebulleting it if necessary,
21450         rather than replacing it.  This is necessary for proper operation
21451         of cooperative addons like allout-widgets.
21452         (allout-make-topic-prefix, allout-rebullet-heading):
21453         Change SOLICIT arg to INSTEAD, and interpret additionally a string
21454         value as alternate bullet to be used, instead of prompting the user
21455         for a bullet character.
21457 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
21459         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21460         Do not use `tramp-file-name-port', because this returns also
21461         `tramp-default-port'.
21463 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
21465         * net/rcirc.el (rcirc-handler-001): Remove useless
21466         with-rcirc-process-buffer.
21467         (rcirc-check-auth-status): Swap arguments to string-match.
21469 2011-03-09  Glenn Morris  <rgm@gnu.org>
21471         * shell.el (shell-mode):
21472         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
21474         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21475         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
21477 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
21479         * emacs-lisp/package.el (package-refresh-contents)
21480         (package-menu-execute): Use condition-case-no-debug.
21482 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
21484         * simple.el (shell-command-to-string): Use `process-file'.
21486         * emacs-lisp/package.el (package-tar-file-info): Handle also
21487         remote files.
21489         * emacs-lisp/package-x.el (package-upload-buffer-internal):
21490         Use `equal' for upload base check.
21492 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
21494         * textmodes/texinfo.el (texinfo-environments):
21495         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
21497 2011-03-08  Glenn Morris  <rgm@gnu.org>
21499         * cus-start.el (cursor-in-non-selected-windows):
21500         Fix :set quoting oddness.  (Bug#8192)
21502         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21503         in some setf expressions.  (Bug#2159)
21505 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
21507         * custom.el (custom-available-themes): Return themes in
21508         alphabetical order.
21510 See ChangeLog.15 for earlier changes.
21512 ;; Local Variables:
21513 ;; coding: utf-8
21514 ;; End:
21516   Copyright (C) 2011-2012  Free Software Foundation, Inc.
21518   This file is part of GNU Emacs.
21520   GNU Emacs is free software: you can redistribute it and/or modify
21521   it under the terms of the GNU General Public License as published by
21522   the Free Software Foundation, either version 3 of the License, or
21523   (at your option) any later version.
21525   GNU Emacs is distributed in the hope that it will be useful,
21526   but WITHOUT ANY WARRANTY; without even the implied warranty of
21527   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21528   GNU General Public License for more details.
21530   You should have received a copy of the GNU General Public License
21531   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.