* net/tramp.el (tramp-connectable-p): Make a stronger check on a
[emacs.git] / lisp / ChangeLog
blob4081805a509070123cbaa91d56673107e3823c0e
1 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
3         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4         running process.
6 2011-10-19  Glenn Morris  <rgm@gnu.org>
8         * vc/vc-bzr.el (vc-bzr-after-dir-status):
9         Ignore ignored files.  (Bug#9726)
11 2011-10-19  Chong Yidong  <cyd@gnu.org>
13         Doc fix for minor modes, stating that an omitted argument enables
14         the mode unconditionally when called from Lisp.
16         * abbrev.el (abbrev-mode):
17         * allout.el (allout-mode):
18         * autoinsert.el (auto-insert-mode):
19         * autoarg.el (autoarg-mode, autoarg-kp-mode):
20         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
21         (global-auto-revert-mode):
22         * battery.el (display-battery-mode):
23         * composite.el (global-auto-composition-mode)
24         (auto-composition-mode):
25         * delsel.el (delete-selection-mode):
26         * desktop.el (desktop-save-mode):
27         * dired-x.el (dired-omit-mode):
28         * dirtrack.el (dirtrack-mode):
29         * doc-view.el (doc-view-minor-mode):
30         * double.el (double-mode):
31         * electric.el (electric-indent-mode, electric-pair-mode):
32         * emacs-lock.el (emacs-lock-mode):
33         * epa-hook.el (auto-encryption-mode):
34         * follow.el (follow-mode):
35         * font-core.el (font-lock-mode):
36         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
37         * help.el (temp-buffer-resize-mode):
38         * hilit-chg.el (highlight-changes-mode)
39         (highlight-changes-visible-mode):
40         * hi-lock.el (hi-lock-mode):
41         * hl-line.el (hl-line-mode, global-hl-line-mode):
42         * icomplete.el (icomplete-mode):
43         * ido.el (ido-everywhere):
44         * image-file.el (auto-image-file-mode):
45         * image-mode.el (image-minor-mode):
46         * iswitchb.el (iswitchb-mode):
47         * jka-cmpr-hook.el (auto-compression-mode):
48         * linum.el (linum-mode):
49         * longlines.el (longlines-mode):
50         * master.el (master-mode):
51         * mb-depth.el (minibuffer-depth-indicate-mode):
52         * menu-bar.el (menu-bar-mode):
53         * minibuf-eldef.el (minibuffer-electric-default-mode):
54         * mouse-sel.el (mouse-sel-mode):
55         * msb.el (msb-mode):
56         * mwheel.el (mouse-wheel-mode):
57         * outline.el (outline-minor-mode):
58         * paren.el (show-paren-mode):
59         * recentf.el (recentf-mode):
60         * reveal.el (reveal-mode, global-reveal-mode):
61         * rfn-eshadow.el (file-name-shadow-mode):
62         * ruler-mode.el (ruler-mode):
63         * savehist.el (savehist-mode):
64         * scroll-all.el (scroll-all-mode):
65         * scroll-bar.el (scroll-bar-mode):
66         * server.el (server-mode):
67         * shell.el (shell-dirtrack-mode):
68         * simple.el (auto-fill-mode, transient-mark-mode)
69         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
70         (line-number-mode, column-number-mode, size-indication-mode)
71         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
72         * strokes.el (strokes-mode):
73         * time.el (display-time-mode):
74         * t-mouse.el (gpm-mouse-mode):
75         * tool-bar.el (tool-bar-mode):
76         * tooltip.el (tooltip-mode):
77         * type-break.el (type-break-mode-line-message-mode)
78         (type-break-query-mode):
79         * view.el (view-mode):
80         * whitespace.el (whitespace-mode, whitespace-newline-mode)
81         (global-whitespace-mode, global-whitespace-newline-mode):
82         * xt-mouse.el (xterm-mouse-mode): Doc fix.
84         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Fix
85         autogenerated docstring.
87 2011-10-19  Juri Linkov  <juri@jurta.org>
89         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
90         by checking environment variables "DESKTOP_SESSION" and
91         "XDG_CURRENT_DESKTOP".  (Bug#9779)
93 2011-10-19  Juri Linkov  <juri@jurta.org>
95         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
96         (browse-url-chromium-program, browse-url-chromium-arguments):
97         New defcustoms.
98         (browse-url-default-browser): Check for `browse-url-chromium' and
99         call `browse-url-chromium-program'.
100         (browse-url-chromium): New command.  (Bug#9779)
102 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
104         * facemenu.el (list-colors-duplicates): On Windows, detect more
105         duplicates by assuming that only colors matching "^System" are
106         special "system colors".  (Bug#9722)
108 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
110         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
111         to distinguish the author from the committer.
113 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
115         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
117 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
119         * international/mule.el (sgml-html-meta-auto-coding-function):
120         Add support for detecting encoding in HTML5 specified only as
121         <meta charset="UTF-8">.  Implementation just makes http-equiv and
122         content-type parts from HTML4 encoding string optional.  (Bug#9716)
124 2011-10-18  Glenn Morris  <rgm@gnu.org>
126         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
128 2011-10-18  Chong Yidong  <cyd@gnu.org>
130         * faces.el (cursor): Doc fix.
132 2011-10-17  Chong Yidong  <cyd@gnu.org>
134         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
136 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
138         * dirtrack.el (dirtrack): Support shell buffers with path
139         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
141 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
143         * json.el: Bump version to 1.3 and note change in History.
144         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
146 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
148         * comint.el (comint-insert-input, comint-send-input)
149         (comint-get-old-input-default, comint-backward-matching-input)
150         (comint-next-prompt): Use nil instead of `input' for field property of
151         past user input (bug#114).
153         * minibuffer.el (completion--replace): Inherit surrounding properties
154         (bug#114).
155         (minibuffer-complete-and-exit): Use it.
157         * comint.el (comint--table-subvert): Quote the all-completions output
158         (bug#9160).
160 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
162         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
164         * menu-bar.el (menu-bar-file-menu): Add entry for making new
165         window on right of selected.  (Bug#9350) Reword other window
166         entries and separate them from frame entries.
168 2011-10-15  Glenn Morris  <rgm@gnu.org>
170         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
171         Doc fixes.
173 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
175         * net/network-stream.el (network-stream-open-starttls):
176         Improve detection of failure due to lack of TLS support.
178         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
179         putting the input text in front and in bold.
181 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
183         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
185         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
186         empty buffer.
188         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
189         unread-command-events rather than pushing yet-another event.
191 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
193         * mail/sendmail.el (sendmail-query-once): Improve the wording of
194         the explanation of the possible choices.  Make the options passed
195         to completing-read shorter.
197 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
199         * textmodes/flyspell.el (flyspell-large-region): Make sure
200         extended character mode is used if defined (Bug#1339).
202 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
204         * simple.el (what-cursor-position): Fix the display of the
205         character info for LRE, LRO, RLE, and RLO characters by appending
206         an invisible PDF.
208 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
210         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
211         even in case of error; add debug spec; simplify data flow.
212         (with-timeout-handler): Remove.
214 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
216         Fix Bug#6019, Bug#9315.
218         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
219         complete `buffer-file-name', the local file name part could look
220         remotely (for example on VMS).
222         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
223         `tramp-run-real-handler'.
224         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
225         already quoted by '"'.
227         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
228         Let `file-name-handler-alist' be nil, the local file name part
229         could look remotely (for example on VMS).
231 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
233         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
234         from here...
235         (flyspell-post-command-hook): ...to here.
237 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
239         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
240         if not needed.
241         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
242         using completion.  Protect against "slow" callers.
243         Remove the "message hack".
245 2011-10-11  Juri Linkov  <juri@jurta.org>
247         * isearch.el (isearch-lazy-highlight-word): New variable.
248         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
249         Use it.  (Bug#9727)
251 2011-10-11  Glenn Morris  <rgm@gnu.org>
253         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
254         like f90-previous-statement does.
256 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
258         * eshell/eshell.el (eshell-command): History should be saved
259         only in interactive use, to avoid error.
261 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
263         * minibuffer.el (completion-file-name-table): Fix last change,
264         i.e. ignore normal errors but not the other ones.
266 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
268         * window.el (special-display-buffer-names)
269         (special-display-regexps): Remove some remnants of earlier
270         changes from doc-strings.
271         (quit-windows-on): New function.
273         * vc/vc.el (vc-revert, vc-rollback):
274         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
275         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
276         (Bug#6183) (Bug#7074) (Bug#7447)
278 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
280         * window.el (frame-auto-hide-function): Add version tag.
281         (Bug#9699)
283 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
285         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
286         condition.
288 2011-10-09  Leo Liu  <sdl.web@gmail.com>
290         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
291         (Bug#9701)
293 2011-10-08  Glenn Morris  <rgm@gnu.org>
295         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
296         before the first code statement zero indent.  (Bug#9690)
298 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
300         * simple.el (count-words-region): Always count in the region.
301         Report the number of lines and characters too.
302         (count-words): New command, which counts in the buffer if the
303         region is inactive, as count-words-region used to.
304         (count-words--message): New function.  Handle plurals.
305         (count-lines-region): Make it an alias for count-words-region.
307         * bindings.el (esc-map): Replace count-lines-region with
308         count-words-region.
310 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
312         * window.el (window--delete): Delete dedicated frame
313         unconditionally when argument KILL is non-nil.  (Bug#9699)
314         (switch-to-buffer): Fix doc-string typo.
316 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
318         * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
320 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
322         * bindings.el ([M-left],[M-right]): Bind to left-word and
323         right-word respectively.
325 2011-10-07  Glenn Morris  <rgm@gnu.org>
327         * cus-start.el (debug-on-quit): Fix custom type.
329 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
331         * subr.el (define-key-after): Clarify that the function is not
332         useful for non-menu keymaps.
334         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
336 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
338         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
339         in current minibuffer (Fix bug with recursive minibuffers).
341 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
343         * progmodes/gdb-mi.el (gdb): Doc fix.
345 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
347         * window.el (frame-auto-hide-function): New option replacing
348         frame-auto-delete.  Suggested by Stefan Monnier.
349         (window--delete): Call frame-auto-hide-function instead of
350         investigating frame-auto-delete.
351         (window-point-1, set-window-point-1): New functions.
352         (window-in-direction, record-window-buffer, window-state-get-1)
353         (display-buffer-record-window): Use window-point-1 instead of
354         window-point.
355         (set-window-buffer-start-and-point): Use set-window-point-1.
357 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
359         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
361 2011-10-05  Glenn Morris  <rgm@gnu.org>
363         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
364         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
366 2011-10-05  Leo Liu  <sdl.web@gmail.com>
368         * subr.el (read-char-choice): Fix argument to buffer-live-p which
369         works with buffer object.
371 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
373         * mpc.el (mpc-tool-bar-map): Add labels.
375 2011-10-04  Glenn Morris  <rgm@gnu.org>
377         * calendar/holidays.el (calendar-check-holidays): Doc fix.
379 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
381         * window.el (window--delete): New function.
382         (frame-auto-delete): Resuscitate option.
383         (bury-buffer, replace-buffer-in-windows)
384         (quit-window): Rewrite using window--delete.
385         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
386         Pass display-buffer-mark-dedicated to window--display-buffer-2
387         (Bug#9639).
389 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
391         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
392         returns a list (bug#9554).  Add remote file name completion.
393         * comint.el (comint--table-subvert): Curry and get quote&unquote
394         functions as arguments.
395         (comint--complete-file-name-data): Adjust call accordingly.
396         * pcomplete.el (pcomplete--table-subvert): Remove.
397         (pcomplete-completions-at-point): Use comint--table-subvert instead.
399         * minibuffer.el (completion-table-case-fold): Use currying.
400         (completion--styles-type, completion--cycling-threshold-type):
401         New constants.
402         (completion-styles, completion-category-overrides)
403         (completion-cycle-threshold): Use them.
404         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
405         completion-table-case-fold.
407 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
409         * minibuffer.el (completion-category-overrides): Fix type of styles
410         and add more user friendly tags (bug#9660).
412 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
414         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
415         (mule-input-method-string): New widget.
416         (default-input-method, language-info-custom-alist): Use it.
418 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
420         * pcomplete.el: Require comint.
421         (pcomplete--common-suffix): Remove.
422         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
423         (pcomplete--table-subvert): Sync with comint--table-subvert.
424         (pcomplete--entries): Use comint-completion-file-name-table.
425         * comint.el (comint-unquote-filename): Simplify.
426         (comint-completion-file-name-table): New function (bug#9616).
427         (comint--complete-file-name-data): Use it.
429         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
430         (pcmpl-gnu-tar-buffer): Remove.
431         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
432         around.  Make sure pcomplete-suffix-list is only changed temporarily.
433         Don't look inside the tar's file if it's too large.
435 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
437         * cus-edit.el (custom-mode-map):
438         * epa.el (epa-key-list-mode-map):
439         * man.el (Man-mode-map):
440         * startup.el (splash-screen-keymap):
441         * simple.el (special-mode-map): Use scroll-up-command and
442         scroll-down-command.
444         * progmodes/idlw-help.el (idlwave-help-mode-map):
445         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
446         * net/newst-plainview.el (newsticker-mode-map):
447         * emulation/ws-mode.el (wordstar-mode-map):
448         * emulation/vi.el (vi-com-map):
449         * calc/calc-graph.el (calc-graph-show-dumb):
450         * term/sun.el (terminal-init-sun):
451         * term/ns-win.el (global-map):
452         * progmodes/grep.el (grep-mode-map):
453         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
454         * mail/rmail.el (rmail-mode-map):
455         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
457         * custom.el (custom-safe-themes, load-theme): Treat value of t for
458         custom-safe-themes as special.
460 2011-10-01  Julien Danjou  <julien@danjou.info>
462         * notifications.el (notifications-notify): Fix docstring.
464 2011-10-01  Per Starbäck  <per@starback.se>
466         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
468 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
470         * startup.el (command-line-1): Fix last fix by inserting
471         initial-scratch-message into *scratch* before displaying it.
472         (Bug#9605) and (Bug#9636)
474 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
476         * simple.el (line-move): If auto-hscroll-mode is disabled and the
477         window is hscrolled, move by logical lines.  (Bug#9607)
478         (line-move-visual): Update the doc string to the above effect.
480 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
482         * window.el (display-buffer-record-window): When WINDOW is the
483         selected window use `point' instead of `window-point'.  (Bug#9626)
485         * startup.el (command-line-1): Use insert-before-markers when
486         inserting initial-scratch-message.  (Bug#9605)
488         * help.el (help-window): Remove variable.
490 2011-09-29  Glenn Morris  <rgm@gnu.org>
492         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
494 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
496         * descr-text.el (describe-char-categories): Accept category
497         descriptions more than one line long.
499 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
501         * simple.el (delete-trailing-whitespace): Fix last change.
503         * progmodes/perl-mode.el (perl-syntax-propertize-function):
504         Don't confuse "y => 3" as the beginning of a `y' operation.
506         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
507         object has more than 4 slots (bug#9613).
509 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
511         * subr.el (with-output-to-temp-buffer):
512         * net/quickurl.el (quickurl, quickurl-browse-url):
513         Fix typos in docstrings.
515 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
517         * minibuffer.el (completion-styles)
518         (completion-category-overrides): Cross reference each other in doc
519         strings.
521 2011-09-27  Glenn Morris  <rgm@gnu.org>
523         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
524         to split-string.  (Bug#9606)
526 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
529         (bug#9615).
531 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
533         * emacs-lisp/package.el (list-packages): Fix echo area message.
535 2011-09-27  Leo Liu  <sdl.web@gmail.com>
537         * ido.el (ido-read-internal): Accept cons cell HIST arg.
539 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
541         * net/dbus.el (dbus-unregister-object): Don't release services for
542         registered signals.  (Bug#9581)
544 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
546         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
547         function that picks between cfengine 2 and 3 support
548         automatically.  Update docs accordingly.
550 2011-09-22  Kenichi Handa  <handa@m17n.org>
552         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
553         ZERO.
554         (indian-itrans-v5-table-for-tamil): New variable.
555         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
557 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
559         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
560         that's true if the current command involved collapsing of text.
561         It's reset to false at the beginning of the next command.
562         (allout-post-command-business): Move the cursor to the beginning
563         of entry if the cursor is hidden and collapsing activity just
564         happened.
566 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
568         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
569         tracking (Bug#9541).
571 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
573         * net/newst-reader.el (newsticker-html-renderer)
574         (newsticker-show-news): Automatically
575         load html rendering package if newsticker-html-renderer is set.
576         Fixes "Warning: defvar ignored because w3m-fill-column is
577         let-bound" and the error "Symbol's value as variable is void:
578         w3m-fill-column".
580 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
582         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
583         Release services only if they are defined.  (Bug#9581)
585 2011-09-23  Richard Stallman  <rms@gnu.org>
587         * textmodes/paragraphs.el (forward-sentence): For backwards case,
588         distinguish start of paragraph from start of its text.
590         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
592         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
593         (rmail-generate-viewer-buffer): Put that hook on view buffer.
594         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
596 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
598         * international/mule-diag.el (mule-diag): Insert a newline after
599         each fontset description.
601 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
603         * simple.el (delete-trailing-whitespace):
604         Document last change; simplify.
606 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
608         * simple.el (delete-trailing-whitespace): Also delete
609         extra newlines at the end of the buffer.
611         * textmodes/picture.el: Make motion commands obey shift-select-mode.
612         (picture-newline): Use forward-line so as to ignore fields.
614 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
616         * subr.el (with-wrapper-hook): Fix edebug spec.
618 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
621         (bug#4538).
623 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
625         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
626         Fix nasty bug using wrong cached values.
628 2011-09-23  Alan Mackenzie  <acm@muc.de>
630         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
632 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
634         * window.el (pop-to-buffer): Ensure right window is selected if we
635         chose another frame.
637 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
639         * simple.el (what-cursor-position): Use get-char-property-change
640         and next-single-char-property-change, to be able to show display
641         properties that come from overlays as well as text properties.
643 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
645         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
647         * cmuscheme.el (run-scheme, switch-to-scheme):
648         * cus-edit.el (customize-group, custom-buffer-create)
649         (customize-browse):
650         * info.el (info):
651         * shell.el (shell):
652         * mail/sendmail.el (mail):
653         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
655 2011-09-22  Richard Stallman  <rms@gnu.org>
657         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
658         move back only to line beg, don't move back over blank lines.
660 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
662         * files.el (copy-directory): Set directory attributes only in case
663         they could be retrieved from the source directory.  (Bug#9565)
665 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
667         * progmodes/hideshow.el (hs-looking-at-block-start-p)
668         (hs-find-block-beginning, hs-hide-level-recursive):
669         Ignore strings as well as comments.  (Bug#9502)
671 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
673         * progmodes/sql.el (sql-comint-postgres):
674         Convert port number to a string.  (Bug#9566)
676 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
678         * window.el (quit-window): Undedicate window when switching to
679         previous buffer.  Reported by Thierry Volpiatto
680         <thierry.volpiatto@gmail.com>.
681         (special-display-popup-frame): When popping up a new frame reset
682         its previous buffers to nil.  Simplify code.
684 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
686         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
687         and process filter, as done also in `shell-command'.
689 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
691         * window.el (set-window-buffer-start-and-point):
692         Call set-window-start with NOFORCE argument t.  Suggested by Thierry
693         Volpiatto <thierry.volpiatto@gmail.com>.
694         (quit-window): Reword doc-string.  Handle new format of
695         quit-restore parameter.  Don't delete window if it has a
696         previous buffer we can show instead of the present one.
697         (display-buffer-record-window): Rewrite using a new format for
698         the quit-restore window parameter
699         (special-display-popup-frame, display-buffer-same-window)
700         (display-buffer-reuse-window, display-buffer-pop-up-frame)
701         (display-buffer-pop-up-window, display-buffer-use-some-window):
702         Adapt symbol passed to display-buffer-record-window.
703         * help.el (help-window-setup): Handle new format of quit-restore
704         parameter.
706 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
708         * faces.el (face-list): Fix docstring (bug#9564).
710         * window.el (display-buffer--action-function-custom-type):
711         Don't include internal functions in the Custom interface.
713 2011-09-20  Juri Linkov  <juri@jurta.org>
715         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
716         (Info-forward-node, Info-backward-node, Info-next-preorder)
717         (Info-last-preorder): Use it.  (Bug#9528)
719 2011-09-20  Juri Linkov  <juri@jurta.org>
721         * info.el (Info-last-preorder): Visit last menu item only when
722         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
724 2011-09-20  Julien Danjou  <julien@danjou.info>
726         * password-cache.el (password-cache-remove): Remove entries even if the
727         value is nil, so that password with a nil value (negative caching) is
728         possible to invalidate.
730 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
732         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
733         all whitespace around breakpoint.  (Bug#9553)
734         (f90-find-breakpoint): Only break at whitespace inside a comment.
736 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
738         * minibuffer.el (completion-file-name-table): Keep track of errors.
739         (completion-table-with-predicate): Handle the case where pred1 is nil.
740         * pcomplete.el (pcomplete-completions-at-point): Simplify.
742 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
744         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
745         (debugger-return-value): Signal an error if the debugging context does
746         not await any return value.
748         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
749         * image-mode.el (image-toggle-display-text)
750         (image-toggle-display-image): Stay away from evil `intangible'.
752 2011-09-19  Leo Liu  <sdl.web@gmail.com>
754         * replace.el (occur-revert-arguments): Make it permanent-local.
755         (occur-mode): Don't call font-lock-defontify.
757 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
759         * net/ldap.el (ldap-search-internal): Don't push empty search
760         result (Bug#9508).
762 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
764         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
766 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
768         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
769         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
771 2011-09-18  Juri Linkov  <juri@jurta.org>
773         * buff-menu.el (Buffer-menu-mode-map):
774         * dired.el (dired-mode-map):
775         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
776         (lisp-interaction-mode-map):
777         * emacs-lisp/package.el (package-menu-mode-map):
778         * epa.el (epa-key-list-mode-map):
779         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
780         (menu-bar-options-menu):
781         * outline.el (outline-mode-menu-bar-map):
782         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
783         * vc/vc-dir.el (vc-dir-menu-map):
784         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
785         Capitalize non-function content words in menu item strings.
787         * dired.el (dired-mode-map): Add menu item for
788         `image-dired-dired-toggle-marked-thumbs'.
790 2011-09-18  Juri Linkov  <juri@jurta.org>
792         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
793         to `isearch-case-fold-search' and restore its original value
794         after the `isearch-mode' call.
796 2011-09-18  Juri Linkov  <juri@jurta.org>
798         * progmodes/grep.el (grep-process-setup): Don't check code for 1
799         because `zgrep' returns 1 for successful matches (bug#9226).
801 2011-09-18  Juri Linkov  <juri@jurta.org>
803         * info.el (Info-extract-menu-node-name): Check the second match
804         for empty string (second test-case of bug#9528).
805         (Info-last-preorder): Let-bind `Info-history' to nil to not add
806         intermediate nodes to the history (first test-case of bug#9528).
808 2011-09-18  Juri Linkov  <juri@jurta.org>
810         * info.el (Info-mode-syntax-table): New variable.
811         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'.  (Bug#3312)
813 2011-09-18  Juri Linkov  <juri@jurta.org>
815         * info.el (Info-file-supports-index-cookies): Increment
816         line-beginning-position's arg from 3 to 4 because makeinfo outputs
817         one more line for long file names (bug#4142).
819 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
821         * newcomment.el (comment-normalize-vars): If prompting for
822         comment-start, set comment-start-skip too (Bug#8424).
824 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
826         * icomplete.el: Fix previous fix of Bug#5849.
827         (icomplete-mode): Don't set completion-show-inline-help.
828         (icomplete-minibuffer-setup): Set completion-show-inline-help
829         locally during icompletion.
831 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
833         * woman.el (woman2-process-escapes): Don't delete unrecognized
834         escapes (Bug#7843).
836         * files.el (inhibit-first-line-modes-regexps): Add image files.
837         (hack-local-variables-prop-line): Return nil for malformed
838         prop-lines (Bug#9044).
840 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
842         * net/tramp.el (top): Don't require 'shell.
843         (tramp-methods): Fix docstring.
844         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
845         Return complete remote file name.  Handle "smb" case.
846         Use `tramp-tmpdir', if defined for the respective method.
847         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
849         * net/tramp-compat.el (top): Require 'shell.
851         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
852         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
853         `tramp-current-host'.
854         (tramp-get-remote-tmpdir): Remove.
856         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
857         `tramp-tmpdir' entries.
858         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
859         (tramp-smb-handle-file-attributes): Ignore errors.
860         (tramp-smb-wait-for-output): Check also for process end.
862 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
865         when sending QUIT (bug#9312).
867 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
869         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
870         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
871         occur-mode-display-occurrence.
872         (occur-edit-mode): Add usage message.
873         (occur-cease-edit): New command.
874         (occur-after-change-function): Use text properties to find the
875         position of the prefix text.
876         (occur-engine): Set stickiness of prefix text properties.
878 2011-09-17  Glenn Morris  <rgm@gnu.org>
880         * progmodes/etags.el (complete-tag):
881         Fix call to completion-in-region.  (Bug#9526)
883 2011-09-17  Juri Linkov  <juri@jurta.org>
885         * textmodes/ispell.el (ispell-word): Add to the error message
886         the word, ispell program name and current dictionary (bug#9121).
887         (ispell-tex-arg-end): Capitalize "error" in the error message.
889 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
891         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
892         check.  (Bug#4251)
894 2011-09-17  Juri Linkov  <juri@jurta.org>
896         * window.el (window-safe-min-height, window-safe-min-width):
897         Fix typos (followup to bug#9522).
899 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
901         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
903 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
905         * simple.el (line-move): If goal-column is set, move by logical
906         lines, not by display lines.  (Bug#971)
907         (next-line, previous-line, goal-column, line-move-visual): Doc fix
908         to reflect the above change.
910 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
912         * image.el (imagemagick-register-types): Use regexp-opt.
914 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
916         * window.el (display-buffer-base-action): Rename from
917         display-buffer-default-action.  Make default value empty.
918         (display-buffer-overriding-action): Convert to defvar.
919         (display-buffer-fallback-action): New var.
921 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
923         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
924         declaration.
925         (package--add-to-archive-contents): If there is a duplicate entry
926         with an older version, remove it.
927         (package-menu-mark-delete, package-menu-mark-install)
928         (package-menu-mark-unmark): Make unused args optional.
929         (package-menu-mark-obsolete-for-deletion):
930         Use package-menu-get-status instead of a regexp search.
931         (package-menu-get-status): Use tabulated-list-entry.
932         (package-menu-mark-upgrades): New command.
933         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
934         (package-menu-execute): Do installation before deletion.
935         (package-menu-refresh, package-menu-execute): Use derived-mode-p
936         instead of checking major-mode.
937         (package-menu--find-upgrades): New function.
939 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
942         passwords in the log buffer.
943         (smtpmail-process-filter): Update the process marker so that the
944         "broken by peer" status message is inserted in the right place.
946 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
948         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
949         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
950         bibtex-completion-at-point-function.
951         (bibtex-completion-at-point-function): Use them.
953         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
955         * mpc.el (mpc-constraints-tag-lookup): New function.
956         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
957         also to browser "album|playlist".
959 2011-09-14  Juri Linkov  <juri@jurta.org>
961         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
962         (isearch-edit-string): Use length of `isearch-string' when
963         `isearch-fail-pos' returns nil.
964         (isearch-message): Remove duplicate code and call
965         `isearch-fail-pos' with arg `t'.
967 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
969         * replace.el (occur-mode-goto-occurrence): Don't force using other
970         window (Bug#9499).
972         * dired-aux.el (dired-do-chmod): Don't provide initial input.
974 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
976         * window.el (display-buffer-window): Remove.
977         (display-buffer-record-window): Use help-setup window parameter
978         instead of variable display-buffer-window.
979         (display-buffer-function, special-display-buffer-names)
980         (special-display-function): Mention help-setup parameter instead
981         of display-buffer-window in doc-string.
982         * help.el (help-window-setup): New argument help-window.
983         Use help-window-setup parameter instead of display-buffer-window.
984         Reword some messages.
985         (with-help-window): Pass window used for displaying the buffer
986         to help-window-setup.  Don't set display-buffer-window.
988 2011-09-13  Glenn Morris  <rgm@gnu.org>
990         * emacs-lisp/debug.el (debugger-make-xrefs):
991         Preserve point.  (Bug#9462)
993 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
995         * window.el (window-deletable-p): Use next-frame.
997 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
999         * window.el (window-auto-delete): Remove.
1000         (window-deletable-p): Remove argument FORCE.  Don't deal with
1001         dedicatedness and previous buffers.
1002         (switch-to-prev-buffer): Don't delete window.
1003         (delete-windows-on): Delete a window's frame if and only if the
1004         window is dedicated.
1005         (replace-buffer-in-windows): Delete buffer's window or frame if
1006         and only if window is dedicated.
1007         (quit-window): Handle quit-restore as before last change.
1008         (bury-buffer): Delete window only if window-deletable-p returns t.
1010 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
1012         * window.el (window-deletable-p): Never delete the last frame on a
1013         given terminal.
1015 2011-09-13  Glenn Morris  <rgm@gnu.org>
1017         * help.el (describe-key-briefly): Copy previous standard-output change.
1019 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
1021         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
1023 2011-09-13  Glenn Morris  <rgm@gnu.org>
1025         * emacs-lisp/lisp-mode.el (lisp-indent-function):
1026         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
1028 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
1030         * dired-aux.el (dired-mark-read-string): Don't return default
1031         value on empty input (Bug#9361).
1032         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
1033         Omit initial minibuffer contents.
1034         (dired-do-chmod): Signal an error on empty input.
1035         (dired-mark-read-string): Don't return default on empty input.
1037         * files.el (file-modes-symbolic-to-number): Doc fix.
1039 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1041         * international/mule-cmds.el (ucs-completions): Remove.
1042         (read-char-by-name): Use complete-with-action instead; add metadata.
1044 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1046         * window.el (display-buffer--action-function-custom-type)
1047         (display-buffer--action-custom-type): New vars.
1048         (display-buffer-alist, display-buffer-default-action)
1049         (display-buffer-overriding-action): Add defcustom types.
1051         * frame.el (delete-other-frames): Doc fix (Bug#276).
1053 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
1057 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1059         Change modes that used same-window-* vars to use switch-to-buffer.
1061         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
1062         Use switch-to-buffer.
1064         * cus-edit.el (customize-group, custom-buffer-create)
1065         (customize-browse, custom-buffer-create-other-window):
1066         Use switch-to-buffer or switch-to-buffer-other-window.
1068         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
1069         (Info-prev, Info-up, Info-speedbar-goto-node)
1070         (info-display-manual): Use switch-to-buffer.
1071         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
1073         * mail/sendmail.el (mail): Use switch-to-buffer.
1074         (mail-recover): Use switch-to-buffer-other-window.
1076         * cmuscheme.el (run-scheme, switch-to-scheme):
1077         * ielm.el (ielm):
1078         * shell.el (shell):
1079         * net/rlogin.el (rlogin):
1080         * net/telnet.el (telnet, rsh):
1081         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
1083 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
1085         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
1087 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1089         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
1090         so don't mention it (bug#9301).
1091         (dired-sort-toggle-or-edit): Clarify string further.
1093         * faces.el (face-spec-set-match-display): Make `(type graphic)'
1094         match `x', `w32' and `ns', like the manual says (bug#9029).
1096         * subr.el (eval-after-load): Doc string clarification (bug#9125).
1097         (process-kill-buffer-query-function): Mention the buffer name in
1098         the query.
1100         * image-mode.el (image-next-line): The line parameter is mandatory
1101         (bug#9258).
1103         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
1104         which can be useful (bug#9301).
1106         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
1108         * subr.el (match-string): Mention that the current buffer should
1109         be the same as the search was done in (bug#9282).
1111         * facemenu.el: Disable the remove-* commands if the mark isn't
1112         active (bug#9162).
1114 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
1116         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
1117         of display-buffer.
1118         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
1120         * replace.el (occur-mode-goto-occurrence)
1121         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
1122         and display-buffer.
1124         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
1125         display-buffer.
1127         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
1128         special-display and same-window variables.
1129         (mail-other-window): Use switch-to-buffer-other-window.
1130         (mail-other-frame): USe switch-to-buffer-other-frame.
1132         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
1133         Use display-buffer-other-frame.
1134         (gdb-display-gdb-buffer): Use pop-to-buffer.
1136         * progmodes/gud.el (gud-goto-info): Use info-other-window.
1138         * progmodes/python.el: Don't set same-window-buffer-names.
1140         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
1142         * window.el (display-buffer-alist): Add *Python*.
1144 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
1146         * window.el (display-buffer-alist): Add entry for buffers
1147         previously handled same-window-*.
1148         (display-buffer-alist, display-buffer-default-action)
1149         (display-buffer-overriding-action): Mark as risky.
1150         (display-buffer-alist): Document action function changes.
1151         (display-buffer--same-window-action)
1152         (display-buffer--other-frame-action): New variables.
1153         (switch-to-buffer, display-buffer-other-frame): Use them.
1154         (display-buffer): Rename reuse-frame entry to reusable-frames.
1155         (display-buffer-reuse-selected-window): Function deleted.
1156         (display-buffer-reuse-window): Handle reusable-frames alist entry.
1157         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
1158         (display-buffer-special): New function.
1159         (display-buffer--maybe-pop-up-frame-or-window): Rename from
1160         display-buffer-reuse-or-pop-window.  Split off special-display
1161         part into display-buffer-special.
1162         (display-buffer-use-some-window): Don't perform any special
1163         pop-up-frames handling.
1164         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
1165         (display-buffer--maybe-same-window): Rename from
1166         display-buffer-maybe-same-window.
1168         * info.el: Don't set same-window-regexps.
1169         (info-setup): New function.
1170         (info-other-window, info): Call it.
1172         * cus-edit.el: Don't set same-window-regexps.
1173         (customize-group): New argument.
1174         (customize-group-other-window): Use it.
1175         (customize-face, customize-face-other-window): Likewise.
1176         (custom-buffer-create-other-window): Use pop-to-buffer directly.
1178         * net/rlogin.el:
1179         * net/telnet.el:
1180         * progmodes/gud.el: Don't set same-window-regexps.
1182         * cmuscheme.el:
1183         * ielm.el:
1184         * shell.el:
1185         * mail/sendmail.el:
1186         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
1188 2011-09-10  Juri Linkov  <juri@jurta.org>
1190         * isearch.el (isearch-edit-string): Remove obsolete mention of
1191         `C-w' (`isearch-yank-word-or-char') from docstring.
1192         (isearch-query-replace): Fix typo in docstring (bug#9466).
1194 2011-09-10  Juri Linkov  <juri@jurta.org>
1196         * paren.el (show-paren-function): Don't show escaped parens.
1197         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
1199 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1201         * mail/sendmail.el (mml-to-mime, mml-attach-file)
1202         (mm-default-file-encoding): Remove autoload forms, they are
1203         replaced with autoload cookies in mml.el and mm-encode.el.
1204         (mail-add-attachment): New command.
1205         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
1206         (mail-mode): Mention mail-insert-file and mail-add-attachment in
1207         the doc string.
1208         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
1210 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
1212         * simple.el (count-words-region): Use buffer if there's no region
1213         (bug#9429).
1215 2011-09-09  Juri Linkov  <juri@jurta.org>
1217         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
1218         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
1219         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
1221 2011-09-09  Alan Mackenzie  <acm@muc.de>
1223         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
1224         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
1226 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
1228         Fix for Savannah bug#9392.
1229         * simple.el (mail-encode-mml): New defvar.
1231         * mail/rmail.el (mail-encode-mml): Add a defvar.
1232         (rmail-enable-mime-composing): Default to t.
1233         (rmail-forward): Use MIME method of forwarding only if both
1234         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
1235         Set mail-encode-mml non-nil if the MIME method was used.
1237         * mail/sendmail.el (mml-to-mime): Add autoload form.
1238         (mail-encode-mml): Add a defvar.
1239         (mail-mode): Make mail-encode-mml buffer-local and initialize it
1240         to nil.
1241         (mail-send): If mail-encode-mml is non-nil, run the outgoing
1242         message through mml-to-mime, and reset mail-encode-mml to nil.
1244 2011-09-09  Glenn Morris  <rgm@gnu.org>
1246         * woman.el (woman-if-body): When processing an .el block,
1247         do not delete the next .el block as well.  (Bug#9447)
1248         (woman-special-characters): Add oq, cq, and hy characters.
1250 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
1252         * window.el (window-deletable-p): Make sure window is live before
1253         invoking window-prev-buffers.
1255 2011-09-08  Leo Liu  <sdl.web@gmail.com>
1257         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
1259 2011-09-08  Juri Linkov  <juri@jurta.org>
1261         * progmodes/compile.el (compilation-environment): Make it
1262         a defcustom (bug#8340).
1264 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
1266         * window.el (frame-auto-delete): Rename to window-auto-delete.
1267         Make it control auto-deletion of windows and/or frames.
1268         (window-deletable-p): New argument FORCE.  Rewrite conditions
1269         for deleting window/frame.  (Bug#9419)
1270         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
1271         Rewrite handling of case when window/frame can be deleted.
1272         (delete-windows-on): Call window-deletable-p with new FORCE
1273         argument t.  (Bug#9456)
1275 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
1277         * help-mode.el (help-mode): Restore autoload.
1279 2011-09-07  Juri Linkov  <juri@jurta.org>
1281         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
1282         `compilation-environment'.  Set buffer-local
1283         `compilation-environment' to `thisenv' later after (funcall mode).
1284         (Bug#8340)
1286         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
1287         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
1288         instead of replacing its value.  (Bug#8340)
1290 2011-09-07  Juri Linkov  <juri@jurta.org>
1292         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
1293         based on text properties put by `grep-filter' instead of matching
1294         escape sequences.
1295         (grep-mode): Set buffer-local `compilation-error-screen-columns'
1296         to the value of `grep-error-screen-columns' (bug#9438).
1298 2011-09-07  Juri Linkov  <juri@jurta.org>
1300         * simple.el (next-error-highlight, next-error-highlight-no-select):
1301         Doc fix (bug#9432).
1303 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
1305         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1306         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
1308 2011-09-07  Leo Liu  <sdl.web@gmail.com>
1310         * net/rcirc.el (rcirc-mode): Conditionally initialize
1311         rcirc-input-ring.
1313 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1315         * emacs-lisp/find-func.el (find-function-C-source): Only set
1316         find-function-C-source-directory after checking that we found a source
1317         file there (bug#9440).
1319 2011-09-06  Alan Mackenzie  <acm@muc.de>
1321         * isearch.el (isearch-other-meta-char): Wherever a key list is
1322         unread, "unread" the prefix arg, too.  This fixes bug #8901.
1324 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
1326         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
1328 2011-09-05  Juri Linkov  <juri@jurta.org>
1330         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
1332 2011-09-05  Juri Linkov  <juri@jurta.org>
1334         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
1335         keeping point where processing of grep matches begins, and
1336         continue to delete remaining escape sequences from the same point.
1337         (grep-filter): Make leading zero optional in "0?1;31m" because
1338         git-grep emits "\033[1;31m" escape sequences unlike expected
1339         "\033[01;31m" as GNU Grep does (bug#9408).
1340         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
1342 2011-09-05  Juri Linkov  <juri@jurta.org>
1344         * subr.el (y-or-n-p): Capitalize "yes".
1346 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
1348         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
1349         `tramp-cache-unload-hook' where appropriate.
1350         (tramp-methods): Rename `tramp-remote-sh' to
1351         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
1352         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
1354         * net/tramp-sh.el (top): Don't require 'shell.
1355         (tramp-methods): Add `tramp-remote-shell' and
1356         `tramp-remote-shell-args' entries.
1357         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
1358         (tramp-sh-handle-shell-command): Remove.
1359         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1360         Use `tramp-remote-shell'.
1362 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
1364         * mail/sendmail.el (sendmail-query-once-function): Delete.
1365         (sendmail-query-once): Save directly to send-mail-function.
1366         Update message-send-mail-function too.
1368         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
1370 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
1372         * progmodes/python.el (python-mode-map): Use correct function to
1373         start python interpreter from menu-bar (as reported by Geert
1374         Kloosterman).
1375         (inferior-python-mode-map): Fix typo.
1376         (python-shell-map): Remove.
1378 2011-09-03  Deniz Dogan  <deniz@dogan.se>
1380         * net/rcirc.el (rcirc-print): Simplify code for
1381         rcirc-scroll-show-maximum-output.  There is no need to walk
1382         through all windows to find the right one.
1384 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
1386         * help.el (help-return-method): Doc fix.
1388 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
1390         * window.el (window-deletable-p): Don't return a non-nil value
1391         when there's a buffer that was shown in the window before.
1392         (Bug#9419)
1393         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1394         Set window's previous buffers to nil.
1396 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
1398         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
1399         newline before and after the tag line, so it doesn't interfere
1400         with determining the paragraph direction of bidirectional text.
1402 2011-09-03  Leo Liu  <sdl.web@gmail.com>
1404         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
1406 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
1408         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
1409         (pop-to-buffer): Change interactive spec.  Pass second argument
1410         directly to display-buffer.
1411         (display-buffer): Fix interactive spec.  Use functionp to
1412         distinguish between a function and a list of functions.
1414         * abbrev.el (edit-abbrevs):
1415         * arc-mode.el (archive-extract):
1416         * autoinsert.el (auto-insert):
1417         * bookmark.el (bookmark-bmenu-list):
1418         * files.el (find-file):
1419         * view.el (view-buffer):
1420         * progmodes/compile.el (compilation-goto-locus):
1421         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
1423 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
1425         * window.el (display-buffer-alist): Doc fix.
1426         (display-buffer): Add docstring.  Don't treat
1427         display-buffer-default specially.
1428         (display-buffer-reuse-selected-window)
1429         (display-buffer-same-window, display-buffer-maybe-same-window)
1430         (display-buffer-reuse-window, display-buffer-pop-up-frame)
1431         (display-buffer-pop-up-window)
1432         (display-buffer-reuse-or-pop-window)
1433         (display-buffer-use-some-window): New functions.
1434         (display-buffer-default-action): Use them.
1435         (display-buffer-default): Delete.
1436         (pop-to-buffer-1): Fix choice of actions.
1438 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1440         * minibuffer.el (completion--insert-strings): Don't get confused by
1441         completion entries that end with an LF char.
1443 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
1445         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
1447 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
1449         * window.el (display-buffer): Restore interactive spec.
1450         (display-buffer-same-window, display-buffer-other-window):
1451         New functions.
1452         (pop-to-buffer-1): New function.  Use the above.
1453         (pop-to-buffer, pop-to-buffer-same-window): Use it.
1454         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
1456         * view.el (view-buffer-other-window, view-buffer-other-frame):
1457         Just use pop-to-buffer.
1459 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1461         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
1463 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
1465         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
1467 2011-08-31  Richard Stallman  <rms@gnu.org>
1469         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
1470         of the separation of rmail-view-buffer from rmail-buffer.
1471         If you say no to "replace original", the decrypt is in the
1472         view buffer.  If you say yes, the decrypt goes into the
1473         rmail buffer also.
1475 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
1477         * window.el (display-buffer-window): Rewrite doc-string.
1478         (display-buffer-record-window): New function.
1479         (display-buffer-macro-specifiers)
1480         (display-buffer-even-window-sizes, display-buffer-set-height)
1481         (display-buffer-set-width, display-buffer-in-window)
1482         (display-buffer-reuse-window, display-buffer-split-specifiers)
1483         (display-buffer-side-specifiers, display-buffer-split-window-1)
1484         (display-buffer-split-window, display-buffer-split-atom-window)
1485         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
1486         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
1487         (display-buffer-other-window-means-other-frame)
1488         (display-buffer-normalize-special)
1489         (display-buffer-normalize-default)
1490         (display-buffer-normalize-argument)
1491         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
1492         (display-buffer-normalize-specifiers, display-buffer-frame)
1493         (display-buffer-same-window, display-buffer-same-frame)
1494         (display-buffer-other-window)
1495         (display-buffer-same-frame-other-window)
1496         (display-buffer-other-frame, pop-to-buffer-same-window)
1497         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
1498         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
1499         (switch-to-buffer-same-frame)
1500         (switch-to-buffer-other-window-same-frame)
1501         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
1502         (display-buffer-alist-set-1, display-buffer-alist-set-2)
1503         (display-buffer-alist-set): Remove.
1504         (display-buffer-function, special-display-buffer-names)
1505         (special-display-regexps, special-display-function):
1506         In doc-string refer to display-buffer-window and quit-restore
1507         parameter.
1508         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
1509         (special-display-frame-alist, special-display-popup-frame)
1510         (same-window-buffer-names, same-window-regexps, same-window-p)
1511         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
1512         (split-window-preferred-function, split-height-threshold)
1513         (split-width-threshold, window-splittable-p)
1514         (split-window-sensibly, window--try-to-split-window)
1515         (window--frame-usable-p, even-window-heights)
1516         (window--even-window-heights, window--display-buffer-1)
1517         (window--display-buffer-2, display-buffer-other-frame):
1518         Restore old Emacs 23 code, order and doc-strings where applicable.
1519         (display-buffer-default, display-buffer-assq-regexp): New functions.
1520         (display-buffer-alist): Rewrite doc-string.
1521         (display-buffer-default-action)
1522         (display-buffer-overriding-action): New variables.
1523         (display-buffer, switch-to-buffer): Rewrite.
1524         (pop-to-buffer): Restore Emacs 23 behavior but use
1525         window-normalize-buffer-to-display.
1526         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
1527         Restore Emacs 23 behavior but use
1528         window-normalize-buffer-to-switch-to.
1529         (pop-to-buffer-same-window): Rewrite.
1530         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
1531         Rewrite using Emacs 23 options.
1533 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
1535         * net/tramp.el (tramp-root-regexp): Remove.
1536         (tramp-completion-file-name-regexp-unified)
1537         (tramp-completion-file-name-regexp-separate)
1538         (tramp-completion-file-name-regexp-url): Don't use leading volume
1539         letter on win32 systems.  (Bug#5303, Bug#9311)
1540         (tramp-drop-volume-letter): Simplify definition.
1541         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1543 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1545         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
1546         (bug#9356).
1548 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
1550         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
1552 2011-08-29  Juri Linkov  <juri@jurta.org>
1554         * isearch.el (isearch-done): Don't display message "Mark saved"
1555         when arg `edit' is non-nil to prevent its flicker in the echo area.
1557 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
1559         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
1560         obsolete packages for deletion.
1562 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
1564         * help-mode.el (help-mode-map): Add special-mode-map to parent.
1565         (help-mode): Derive help-mode from special-mode.  Don't invoke
1566         view-mode from help-mode.
1567         (help-xref-override-view-map): Remove.
1568         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
1569         view-mode is not used anymore.
1571 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
1573         * server.el (server-port): Doc fix.
1575         * cus-theme.el (custom-theme-choose-mode): Inherit from
1576         special-mode (Bug#9124).
1577         (custom-theme-choose-mode-map): Add special-mode to parent.
1579 2011-08-28  Alan Mackenzie  <acm@muc.de>
1581         * progmodes/cc-fonts.el
1582         (c-make-font-lock-BO-decl-search-function): New function.
1583         (c-basic-matchers-after - "Fontify the clauses after various
1584         keywords"): Extract the three keyword lists for the 3 erroneous
1585         constructs from the list of four, and use the new function above
1586         in place of an old one.
1588 2011-08-28  Deniz Dogan  <deniz@dogan.se>
1590         * net/rcirc.el (rcirc-insert-prev-input)
1591         (rcirc-insert-next-input): Remove unused argument.
1593 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1595         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
1597 2011-08-27  Alan Mackenzie  <acm@muc.de>
1599         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
1600         handle function pointer parameters properly.
1602 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
1604         * window.el (display-buffer-reuse-window): Fix case where
1605         selected window was reused with non-nil OTHER-WINDOW argument.
1606         (Bug#9381)
1608 2011-08-27  Deniz Dogan  <deniz@dogan.se>
1610         * net/rcirc.el (rcirc-check-auth-status): Adding support for
1611         oftc's NickServ messages.
1613 2011-08-27  Glenn Morris  <rgm@gnu.org>
1615         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
1617 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
1619         * emacs-lisp/package.el (package-install): Call package-initialize
1620         if called interactively.
1622 2011-08-26  Leo Liu  <sdl.web@gmail.com>
1624         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
1626 2011-08-25  Juri Linkov  <juri@jurta.org>
1628         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
1629         `search-whitespace-regexp' (bug#9364).
1631 2011-08-25  Juri Linkov  <juri@jurta.org>
1633         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
1634         `regexp-search-ring' to their global values to protect from
1635         updating by `read-from-minibuffer' (bug#9185).
1637 2011-08-25  Juri Linkov  <juri@jurta.org>
1639         * textmodes/ispell.el (ispell-command-loop): Add newline
1640         at the end of the "Use option `i'..." line.
1642 2011-08-25  Juri Linkov  <juri@jurta.org>
1644         * battery.el (display-battery-mode): If `battery-status-function'
1645         or `battery-mode-line-format' is nil, display the message and set
1646         `display-battery-mode' to nil (bug#9363).
1648 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
1650         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
1651         bidi-string-mark-left-to-right; they are unnecessary now.
1653 2011-08-25  Deniz Dogan  <deniz@dogan.se>
1655         * net/quickurl.el: Documentation typo fixes.
1657 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
1659         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
1661 2011-08-25  Glenn Morris  <rgm@gnu.org>
1663         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1665         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
1666         (smtpmail-via-smtp): Handle nil response from smtp.
1668 2011-08-24  Juri Linkov  <juri@jurta.org>
1670         * proced.el (proced-marked): Inherit from `error' instead of
1671         `font-lock-warning-face'.
1673         * ibuffer.el (ibuffer-marked-face): Change default face from
1674         `font-lock-warning-face' to `warning'.
1675         (ibuffer-deletion-face): Change default face from
1676         `font-lock-type-face' to `error'.
1678         * battery.el (battery-update): Use the face `error' instead of
1679         `font-lock-warning-face' (bug#6117).
1681 2011-08-24  Juri Linkov  <juri@jurta.org>
1683         * faces.el (success): Change face color from "Green3" to
1684         "ForestGreen" on light background (bug#9353).
1686 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
1688         * window.el (quit-window): Rename from quit-restore-window.
1689         Use same arglist as old quit-window.
1690         (frame-auto-delete): Doc fix.
1692         * view.el (view-mode-exit): Use quit-window.
1694 2011-08-24  Juri Linkov  <juri@jurta.org>
1696         * isearch.el (isearch-ring-adjust1): Start visiting previous
1697         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
1698         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
1699         for empty search string (when the last search string is reused
1700         automatically) to adjust the isearch ring to the last element and
1701         prepare the correct index for further M-p commands (bug#9185).
1703 2011-08-24  Kenichi Handa  <handa@m17n.org>
1705         * international/ucs-normalize.el: If decomposition property of
1706         CHAR is the default one (i.e. a list of CHAR itself), treat it as
1707         nil.
1708         (nfd, nfkd): Likewise.
1710 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1712         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
1713         from process filters aren't reliably transmitted to the surrounding
1714         accept-process-output.
1715         (mpc-proc-check): New function.
1716         (mpc-proc-sync): Use it (bug#8293)
1718 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1720         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
1721         Add compatibility functions (bug#9313).
1723 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
1725         * cus-start.el (all): Add entry for bidi-paragraph-direction.
1727         * international/uni-bidi.el: Regenerated.
1729 2011-08-23  Kenichi Handa  <handa@m17n.org>
1731         * international/charprop.el:
1732         * international/uni-bidi.el:
1733         * international/uni-category.el:
1734         * international/uni-combining.el:
1735         * international/uni-comment.el:
1736         * international/uni-decimal.el:
1737         * international/uni-decomposition.el:
1738         * international/uni-digit.el:
1739         * international/uni-lowercase.el:
1740         * international/uni-mirrored.el:
1741         * international/uni-name.el:
1742         * international/uni-numeric.el:
1743         * international/uni-old-name.el:
1744         * international/uni-titlecase.el:
1745         * international/uni-uppercase.el: Regenerate.
1747 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
1749         * help.el (help-window-setup): Fix message displayed when other
1750         window is reused.  (Bug#9341)
1752 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1754         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
1755         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
1757         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
1758         Mark obsolete.
1759         * shell.el (shell-parse-pcomplete-arguments): New function.
1760         (shell-completion-vars): Use it instead (bug#9160).
1762 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1764         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
1765         strings and comments (bug#9333).
1767         * emacs-lisp/debug.el (debug-arglist): New function.
1768         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
1769         (debug-on-entry-1): Handle interpreted closures (bug#9120).
1771 2011-08-22  Juri Linkov  <juri@jurta.org>
1773         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1774         Revert regexp that highlights output switches to its old
1775         pre-2010-10-28 value and remove one `?' from it (bug#9319).
1777         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
1778         to check for empty output (bug#9226).
1780 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
1782         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
1783         symbol-constituent as the default, as that stops font-lock from
1784         working properly (Bug#8843).
1786 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
1789         `coding-system-for-*' around the process open call to avoid
1790         auth-source side effects.
1791         (smtpmail-try-auth-methods): Expand the secret password.
1792         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
1793         probe hangs.
1795 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
1797         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
1799         * emacs-lisp/find-func.el (find-function-noselect): New arg
1800         lisp-only.
1802         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
1803         signal an error for built-in functions (Bug#6664).
1805 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1807         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
1808         (smtpmail-try-auth-methods): Use it.
1810 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
1812         * font-lock.el (font-lock-fontify-region)
1813         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
1814         (font-lock-default-unfontify-buffer)
1815         (font-lock-default-fontify-region)
1816         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
1818         * progmodes/compile.el (compilation-error-properties):
1819         Fix confusion between file struct and message struct (Bug#9319).
1820         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
1821         `ant' regexp.
1823         * net/browse-url.el (browse-url-firefox): Don't call
1824         browse-url-firefox-sentinel unless using -remote (Bug#9328).
1826 2011-08-20  Glenn Morris  <rgm@gnu.org>
1828         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
1830         * tutorial.el (tutorial--default-keys): Update some default bindings.
1832         * files.el (hack-local-variables): Fully ignore case for "mode:".
1834 2011-08-20  Alan Mackenzie  <acm@muc.de>
1836         Resolve invalid use of a regexp in regexp-opt.
1838         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
1839         detection for a java annotation.
1841         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
1842         detection for a java annotation.
1844         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
1845         handling for java.
1846         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
1848 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
1850         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
1851         (Bug#9274).
1853 2011-08-20  Alan Mackenzie  <acm@muc.de>
1855         * Fontify CPP expressions correctly when starting in the middle of
1856         such a construct.  Mainly for when jit-lock etc. starts a chunk
1857         here.
1859         * progmodes/cc-fonts.el (c-font-lock-context): new buffer local
1860         variable.
1861         (c-make-font-lock-search-form): new function, extracted from
1862         c-make-font-lock-search-function.
1863         (c-make-font-lock-search-function): Use the above function.
1864         (c-make-font-lock-context-search-function): New function.
1865         (c-cpp-matchers): Enhance the preprocessor expression case with
1866         the above function
1867         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
1868         which takes an expression.
1870         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
1872 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
1874         * window.el (display-buffer-reuse-window)
1875         (display-buffer-pop-up-window): Don't reuse or split a side
1876         window.
1878 2011-08-19  Glenn Morris  <rgm@gnu.org>
1880         * files.el (hack-local-variables-prop-line, hack-local-variables):
1881         Downcase "Mode:".  (Bug#9331)
1883 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
1885         * international/characters.el: Add L and R categories.
1887         * subr.el (bidi-string-mark-left-to-right): Rename from
1888         string-mark-left-to-right.  Use category search.
1890         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
1892 2011-08-18  Juri Linkov  <juri@jurta.org>
1894         * faces.el (error, warning, success): New faces with definitions
1895         copied from old default values of `font-lock-warning-face',
1896         `compilation-warning', `compilation-info' (bug#6117).
1898         * font-lock.el (font-lock-warning-face): Inherit from `error'.
1900         * progmodes/compile.el (compilation-error): Inherit from `error'.
1901         (compilation-warning): Inherit from `warning'.
1902         (compilation-info): Inherit from `success'.
1904         * dired.el (dired-marked): Inherit from `warning'.
1905         (dired-flagged): Inherit from `error'.
1907 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909         * mail/smtpmail.el (auth-source): Require to avoid problems with
1910         binding variables (bug#9298).  Also clean up some unused
1911         autoloads.
1913         * net/network-stream.el (network-stream-open-starttls):
1914         Support using starttls.el without using gnutls-cli.
1916 2011-08-17  Juri Linkov  <juri@jurta.org>
1918         * progmodes/grep.el (rgrep): Handle the case when
1919         `grep-find-command' is a cons cell (bug#9278).
1921 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
1923         * window.el (display-buffer-pop-up-frame): Run frame creation
1924         function with BUFFER current (as special-display-popup-frame
1925         does).  Reported by Drew Adams.
1927 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
1929         * epa-mail.el: Simplify GnuPG group expansion using
1930         epg-expand-group.
1931         (epa-mail-group-alist, epa-mail-group-modtime)
1932         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
1933         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
1934         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
1935         Remove.
1937 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
1939         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
1941 2011-08-16  Alan Mackenzie  <acm@muc.de>
1943         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
1944         Correct, to avoid the inside of macros.
1946 2011-08-16  Richard Stallman  <rms@gnu.org>
1948         * epa-mail.el: Handle GnuPG group definitions.
1949         (epa-mail-group-alist, epa-mail-group-modtime)
1950         (epa-mail-gnupg-conf-file): New variables.
1951         (epa-mail-parse-groups, epa-mail-sync-groups)
1952         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
1953         (epa-mail-expand-recipients): New functions.
1954         (epa-mail-encrypt): Call epa-mail-expand-recipients.
1956         * mail/rmail.el (rmail-epa-decrypt): New command.
1958         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
1959         Don't bind buffer-read-only, just inhibit-read-only.
1960         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
1961         (epa-decrypt-armor-in-region): Make error message clearer.
1963 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1965         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
1966         and "a2b" to "ab" for `prefix'.
1968 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
1970         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
1971         filter groups.
1972         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
1973         Fourquet (Bug#8804).
1975 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
1977         * startup.el (argi): Declare as global variable (bug#9275).
1979 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
1981         * subr.el (string-mark-left-to-right): Search the entire string
1982         for RTL script, not just the terminating character.  Doc fix.
1984 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1986         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
1987         New function.
1988         (js--regexp-literal, js-syntax-propertize-function): Remove.
1989         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
1990         (js-mode-map): Don't rebind electric keys.
1991         (js-insert-and-indent): Remove.
1992         (js-mode): Setup electric-layout and electric-indent instead.
1994         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
1996 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
1998         * epa.el (epa-progress-callback-function): Fix the logic of
1999         displaying progress.
2000         * epa-file.el (epa-file-insert-file-contents): Make progress
2001         display more user-friendly.
2002         (epa-file-write-region): Ditto.
2004 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
2006         * subr.el (string-mark-left-to-right): New function.
2008         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
2009         Use string-mark-left-to-right.
2010         (list-buffers-noselect): Caller changed.
2012         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2013         Use string-mark-left-to-right.
2014         (tabulated-list-print): Recenter after moving point.
2016 2011-08-10  Juri Linkov  <juri@jurta.org>
2018         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
2019         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
2020         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
2022 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
2024         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
2025         (Bug#7554).
2027 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
2029         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
2030         character.  (Bug#6594)
2032 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
2034         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
2035         (image-dired--with-db-file): New macro.
2036         (image-dired-write-tags, image-dired-remove-tag)
2037         (image-dired-create-gallery-lists, image-dired-write-comments)
2038         (image-dired-get-comment, image-dired-mark-tagged-files)
2039         (image-dired-list-tags, image-dired-gallery-generate): Use it.
2040         (image-dired-gallery-generate): Use insert-file-contents.
2042         * time.el (display-time-world-list, display-time-world-display):
2043         * time-stamp.el (time-stamp-string):
2044         * vc/add-log.el (add-change-log-entry): Use setenv instead of
2045         set-time-zone-rule (Bug#7337).
2047 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
2049         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
2050         (epg-error-to-string, epg-errors-to-string): New function.
2051         (epg-wait-for-completion): Reverse errors list.
2052         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
2053         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
2054         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
2055         (epg-sign-keys, epg-generate-key-from-file)
2056         (epg-generate-key-from-string): Format errors by using
2057         epg-errors-to-string (bug#9255).
2058         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
2060 2011-08-07  Juri Linkov  <juri@jurta.org>
2062         * faces.el (list-faces-display): Remove extra angle bracket
2063         from `help-mode-map'.
2065         * info.el (Info-history-toc-nodes): Doc fix.
2067         * longlines.el (longlines-mode): Doc fix.
2069 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2071         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
2072         of statements and in a few more cases (bug#9183).
2074         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
2075         New functions.
2076         (cl-transform-lambda): Use them (bug#9239).
2078 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
2080         * window.el (display-buffer-same-window)
2081         (display-buffer-same-frame, display-buffer-other-window)
2082         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
2083         (pop-to-buffer-other-window)
2084         (pop-to-buffer-same-frame-other-window)
2085         (pop-to-buffer-other-frame): Make them defuns.
2086         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
2088 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2090         * subr.el (make-composed-keymap): Move from C.  Change calling
2091         convention, and improve docstring to bring attention to a subtle point.
2092         * minibuffer.el (completing-read-default): Adjust accordingly.
2094 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
2096         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2097         (tramp-open-shell): Use `tramp-shell-quote-argument'.
2099         * net/trampver.el: Update release number.
2101 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2103         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
2104         "in" (bug#9190).
2106 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108         * mail/sendmail.el (sendmail-query-once): Restore the current
2109         buffer after querying (bug#9074).
2111         * dired.el (dired-flagged): Use different faces for marked and
2112         flagged files (bug#6117).
2114         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
2115         (bug#4433).
2117         * ido.el (ido-mode): Switch off the message if called
2118         non-interactively.
2120         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
2121         before 587, since it appears that that's more likely to work for
2122         more people.
2124         * cus-edit.el (custom-file): When running under emacs -q, always
2125         refuse to save the customisations, even if the .emacs file doesn't
2126         exist.
2128         * info.el: Remove the `Info-beginning-of-buffer' function
2129         (bug#8325).
2131         * net/network-stream.el (network-stream-open-starttls):
2132         Use `starttls-available-p' to see whether starttls.el can be used.
2134 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
2136         * window.el (display-buffer-in-window): Don't set dedicated status
2137         of window here (Bug#9215).
2138         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2139         (display-buffer-pop-up-side-window)
2140         (display-buffer-in-side-window): Set dedicated status of window here.
2142 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2144         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
2145         before binding generated-autoload-file.
2147 2011-08-01  Deniz Dogan  <deniz@dogan.se>
2149         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
2151 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
2153         Sync with Tramp 2.2.2.
2155         * net/trampver.el: Update release number.
2157 2011-07-30  Juri Linkov  <juri@jurta.org>
2159         * dired-aux.el (dired-touch-initial): Remove function.
2160         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
2161         current time, and `default' to the last modification time of the
2162         current marked file (bug#6887).
2164 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
2166         * simple.el (goto-line): Use string-to-number to provide a
2167         numeric argument to read-number (bug#9163).
2169 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
2171         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
2172         connection process, it could be nil.
2174 2011-07-27  Leo Liu  <sdl.web@gmail.com>
2176         Simplify url handling in rcirc-mode.
2178         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
2179         (rcirc-browse-url-at-mouse): Remove.
2180         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
2182 2011-07-26  Alan Mackenzie  <acm@muc.de>
2184         Fontify bitfield declarations properly.
2186         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
2187         (c-symbol-chars): Now exported as a lang variable.
2188         (c-not-primitive-type-keywords): New lang variable.
2190         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
2191         QT keyword "more" to prevent "more slots: ...." being spuriously
2192         parsed as a bitfield declaraion.
2194         * progmodes/cc-engine.el (c-beginning-of-statement-1):
2195         Refactor and enhance to handle bitfield declarations.
2196         (c-punctuation-in): New function.
2197         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
2198         declarations properly.
2200 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
2202         * calendar/icalendar.el (icalendar--all-events): Take care of
2203         multiple vcalendars in a single file.
2204         (icalendar--convert-float-to-ical): Checkdoc fixes.
2206 2011-07-25  Deniz Dogan  <deniz@dogan.se>
2208         * image.el (insert-image): Clarifying docstring.
2210 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
2212         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
2213         `tramp-send-command-and-check' if there is no error.
2214         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
2216 2011-07-22  Alan Mackenzie  <acm@muc.de>
2218         Prevent cc-langs.elc being loaded at run time.
2220         * progmodes/cc-mode.el: Remove two autoload forms which loaded
2221         cc-langs.
2223         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
2224         "(require 'cc-langs)".  Quote a form so it will evaluate at
2225         (cc-mode's) compilation time.
2227 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
2229         * net/tramp.el (tramp-file-name-handler): Avoid recursive
2230         loading.  (Bug#9114)
2232 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
2234         * window.el (display-buffer-pop-up-window)
2235         (display-buffer-pop-up-side-window)
2236         (display-buffer-in-side-window): Call display-buffer-set-height
2237         and display-buffer-set-width after setting the new window's
2238         buffer so `fit-window-to-buffer' and friends work on the right buffer.
2240 2011-07-20  Sam Steingold  <sds@gnu.org>
2242         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
2243         (etags-tags-included-tables): Call `convert-standard-filename' on
2244         the file names contained in TAGS so that windows Emacs can handle
2245         TAGS files created by cygwin ctags.
2247 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
2250         which apparently didn't work.
2252 2011-07-19  Roland Winkler  <winkler@gnu.org>
2254         * proced.el (proced-send-signal): For *Marked Processes* buffer
2255         put point at beginning of buffer.
2257 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
2259         * proced.el (proced-format): Make header lines align with the text
2260         (bug#1779).
2262 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264         * view.el (view-buffer): Allow running in `special' modes if we're
2265         visiting a file (bug#8615).
2267 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
2269         * window.el (display-buffer-alist-of-strings-p)
2270         (display-buffer-alist-set-1, display-buffer-alist-set-2):
2271         New functions.
2272         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
2273         more accurately.
2275 2011-07-18  Alan Mackenzie  <acm@muc.de>
2277         Fontify declarators properly when, e.g., a jit-lock chunk begins
2278         inside a declaration.
2280         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
2282         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2283         New function.
2284         (c-complex-decl-matchers): Insert reference to
2285         c-font-lock-enclosing-decls.
2287         * progmodes/cc-engine.el (c-backward-single-comment):
2288         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
2289         to nil around calls to (forward-comment -1).
2291 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2293         * image.el (put-image): Doc typo fix.
2295         * progmodes/etags.el (tags-search): Doc typo fix.
2297         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
2298         password if we get errors 550 to 554.
2300 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2302         * net/gnutls.el (gnutls-log-level): Remove.
2304         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
2305         indentation character (bug#6380).
2307         * files.el (buffer-offer-save): Made permanently local (bug#6241).
2309         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
2310         to clarify what the problem is (bug#4291).
2312         * simple.el (current-kill): Clarify what
2313         `interprogram-paste-function' does (bug#7500).
2314         (auto-fill-mode): Document `auto-fill-function' in relation to
2315         `auto-fill-mode' (bug#2470).
2317 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
2319         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
2320         method if slot is read-only (bug#9035).
2322 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
2324         * frame.el (select-frame-set-input-focus): New argument NORECORD.
2325         * window.el (pop-to-buffer): Select window used even if it was
2326         selected before, see discussion of (Bug#8615), (Bug#6954).
2327         Pass argument NORECORD on to select-frame-set-input-focus.
2329 2011-07-15  Glenn Morris  <rgm@gnu.org>
2331         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
2332         Respect help-form.
2334 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
2336         * net/gnutls.el (gnutls-min-prime-bits): New variable.
2337         (gnutls-negotiate): Use it.
2339 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341         * net/gnutls.el (gnutls-negotiate):
2342         Upcase `gnutls-algorithm-priority'.
2344 2011-07-15  Glenn Morris  <rgm@gnu.org>
2346         * jka-compr.el (jka-compr-verbose): Move from here...
2347         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
2348         Add missing :version tag.
2349         * info.el: No need to require jka-compr when compiling.
2351 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353         * net/gnutls.el (gnutls-algorithm-priority): New variable.
2354         (gnutls-negotiate): Use it.
2356         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
2358         * info.el (Info-beginning-of-buffer): New command.
2359         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
2360         announcing `b' as the key (bug#8325).
2361         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
2363         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
2365         * international/mule-cmds.el
2366         (describe-specified-language-support): Make the error message
2367         clearer (bug#8905).
2369         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
2371         * isearch.el (isearch-barrier): Add a doc string, since it's
2372         mentioned in a function doc string (bug#8678).
2374 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
2376         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
2377         buffer argument (Bug#9083) and self-identifying label argument.
2379 2011-07-15  Glenn Morris  <rgm@gnu.org>
2381         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
2383 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385         * man.el (Man-fontify-manpage): Fix message when formatting the
2386         man page (bug#7929).
2388 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
2390         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
2391         argument LRM; if non-nil, append an invisible LRM character to the
2392         buffer name.
2393         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
2394         last argument non-nil, when formatting buffer names.
2395         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
2396         paragraph direction.
2398 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
2401         the man page name (bug#7929).
2403         * image.el (put-image): Mention the `put-image' overlay property
2404         (bug#7834).
2406         * scroll-bar.el (set-scroll-bar-mode): Mention that
2407         `scroll-bar-mode' lists the values (bug#7772).
2409         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
2410         command (bug#7729).
2412         * rect.el (apply-on-rectangle): Return the point after the last
2413         operation.
2414         (string-rectangle): Go to the point after the last operation
2415         (bug#7522).
2417         * printing.el (pr-toggle-region): Clarify the documentation
2418         slightly (bug#7493).
2420         * time.el (display-time-update):
2421         Allow `display-time-mail-function' to return nil (bug#7158).
2422         Fix suggested by Detlev Zundel.
2424         * vc/diff.el (diff): Clarify the order the file names are read
2425         (bug#7111).
2427         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
2428         the doc string (bug#7015).
2430         * font-lock.el (font-lock-maximum-decoration): Mention what
2431         numeric levels mean (bug#6935).
2433         * startup.el (initial-buffer-choice): Don't mention the `none'
2434         selection, which is against policy.
2436 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
2438         * window.el (display-buffer-normalize-special):
2439         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
2441 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
2443         * subr.el (version<, version<=, version=): Mention "-CVS" and
2444         "-12345" alpha version numbers.
2446 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
2448         * bindings.el: Add advertised binding for set-mark-command
2449         (Bug#5772).
2451 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
2453         * bindings.el (mode-line-other-buffer):
2454         * bookmark.el (bookmark-bmenu-2-window):
2455         * bs.el (bs-cycle-next, bs-cycle-previous):
2456         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
2457         switch-to-buffer.
2459         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
2460         Delete.
2462 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
2464         * follow.el (follow-debug-message, follow-redisplay):
2465         * jka-cmpr-hook.el (with-auto-compression-mode):
2466         Fix typos in docstrings.
2468 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470         * subr.el (with-silent-modifications): Clarify somewhat what the
2471         macro inhibits (bug#6525).
2473         * simple.el (eval-expression): Note what it does if called
2474         interactively (bug#6495).
2476 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
2478         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
2479         Use pop-to-buffer buffer-or-name if it is nil.
2481         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2482         Remove switch-to-buffer.
2484 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486         * files.el (make-directory): Clarify that an error will be raised
2487         if there's an error (bug#6397).
2489         * startup.el (initial-buffer-choice): Add `none' as a choice
2490         (bug#6234).
2492         * subr.el (add-hook): Clarify section about buffer-local hooks
2493         (bug#6218).
2495         * dired.el (dired-flagged): Clarify doc string (bug#6117).
2497 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
2499         * tabify.el (untabify): Preserve the current column so that point
2500         doesn't move (bug#6032).
2502 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
2505         Rewrite to avoid awkward possessive "s" (bug#5986).
2507 2011-07-13  Glenn Morris  <rgm@gnu.org>
2509         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
2510         (dired-insert-directory): Give a message the first time
2511         if ls is found not to support --dired.
2513 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2515         * simple.el (toggle-truncate-lines): Clarify what is toggled
2516         (bug#5580).  Text by Drew Adams.
2518 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
2520         * simple.el (blink-matching-open): Make the error message from the
2521         last change less verbose.
2523 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
2525         * font-lock.el (font-lock-comment-face): Use the high contrast
2526         "yellow" color for font-lock-comment-face on low color terminals
2527         using a dark background color (bug#4221).
2529 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531         * dired.el (dired-insert-set-properties): Make the doc string
2532         reflect what it does now (bug#5325).
2534         * simple.el (blink-matching-open): Say that we were unable to find
2535         the match within the limit, if we're limited (bug#5122).
2537         * international/mule-cmds.el (prefer-coding-system): Add an
2538         example (bug#4869).
2540         * progmodes/etags.el (tags-search): Document `file-list-form'
2541         (bug#4731).
2543 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
2545         * net/browse-url.el (browse-url-default-browser)
2546         (browse-url-browser-function): Make the default browser choice a
2547         bit more logical (bug#4300).  Also clean up the doc string.
2549 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
2551         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
2552         binary endings (bug#4440).
2554 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2556         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
2557         which can be pretty annoying (bug#8971).
2559         * jka-compr.el (jka-compr-verbose): New variable, and use
2560         throughout (bug#8971).
2562         * info.el (Info-find-file): Fall back on the installation
2563         directory if we can't find the info node anywhere else.
2565 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
2567         * vc/vc.el (vc-revert-file):
2568         Don't set file time-stamp in the past.  (Bug#5181)
2570 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572         * files.el (after-find-file): Give a better error message when
2573         trying to find a symlink that points to a file that doesn't exist
2574         (bug#4398).
2576         * progmodes/cc-vars.el: Remove (probably) misleading comment
2577         (bug#4396).
2579 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
2581         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
2583 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
2585         * mouse-sel.el: Hack restoring functionality, while keeping
2586         compatibility with 2010-07-03 changes to mouse selection.
2587         (mouse-sel-primary-overlay): New var.
2588         (mouse-sel-selection-alist): Use it.
2589         (mouse-sel-mode): Doc fix; remove points that are default features
2590         of mouse.el.
2592 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
2594         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2595         Fix previous fix (bug#2490).
2597 2011-07-12  Roland Winkler  <winkler@gnu.org>
2599         * textmodes/bibtex.el (bibtex-initialize):
2600         Use pop-to-buffer-same-window.
2601         (bibtex-search-entries): Fix interactive call.
2603 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2606         Fontise bytecomp Error lines more correctly (bug#2490).
2607         Fix suggested by Johan Bockgård.
2609         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
2611         * dired-x.el (dired-guess-default): Use `delete-dups'.
2613 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
2615         * dired.el (dired-mark-prompt):
2616         * dired-aux.el (dired-read-shell-command): Doc fix.
2618 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2620         * mail/sendmail.el (sendmail-query-once):
2621         Use `customize-save-variable' unconditionally, now that it works under
2622         emacs -Q.
2624         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
2626         * cus-edit.el (custom-file): Take an optional no-error variable.
2627         (customize-save-variable): Set the variable, and give a warning if
2628         running under "emacs -q".
2630 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
2632         * loadhist.el (unload-feature-special-hooks):
2633         Add `auto-coding-functions', `fill-nobreak-predicate' and
2634         `find-directory-functions' (bug#5327).
2636 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2638         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
2640         * cus-edit.el (custom-guess-name-alist): -alist variables should
2641         use the `alist' type (bug#3120).  Suggested by Drew Adams.
2643         * printing.el: Add documentation to all the `pr-toggle-' commands.
2645 2011-07-11  Leo  <sdl.web@gmail.com>  (tiny change)
2647         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
2648         backends where it makes sense (bug#2623).
2650 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2652         * dired-x.el (dired-guess-default): Remove duplicate shell command
2653         entries (bug#2028).
2654         (dired-guess-default): Fix grammar in doc string (bug#2028).
2655         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
2657         * subr.el (remove-duplicates): New conveniency function.
2659 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2661         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
2662         (bug#1526).
2664 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
2666         * window.el (display-buffer-normalize-default): Don't invert
2667         meaning of even-window-heights.  Reported by Eli Zaretskii
2668         <eliz@gnu.org>.
2670 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
2672         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
2674 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
2676         * window.el (display-buffer): Fix arguments to
2677         display-buffer-reuse-window in last change.
2679         * faces.el (link): Use a less saturated blue on light backgrounds.
2681         * startup.el (fancy-startup-text, fancy-about-text)
2682         (fancy-startup-tail): Use font-lock faces, for background safety.
2684 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
2686         * emulation/viper-cmd.el (viper-change-state-to-vi):
2687         Limit triggering of abbrev expansion (Bug#9038).
2689 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
2691         * window.el (display-buffer-default-specifiers): Remove.
2692         (display-buffer-macro-specifiers): Remove default specifiers.
2693         (display-buffer-alist): Default to nil.
2694         (display-buffer-reuse-window): New optional argument other-window.
2695         (display-buffer-pop-up-window): Allow splitting internal
2696         windows.  Check whether a live window was created.
2697         (display-buffer-other-window-means-other-frame)
2698         (display-buffer-normalize-arguments): Rename to
2699         display-buffer-normalize-argument and rewrite.  Set the
2700         other-window specifier.
2701         (display-buffer-normalize-special): New function.
2702         (display-buffer-normalize-options): Rename to
2703         display-buffer-normalize-default and rewrite.
2704         (display-buffer-normalize-options-inhibit): Remove.
2705         (display-buffer-normalize-specifiers): Rewrite.
2706         (display-buffer): Process other-window specifier and call
2707         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
2708         more faithfully.
2709         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
2710         (display-buffer-alist-set): Don't handle 'unset default values.
2711         (display-buffer-in-window, display-buffer-alist-set):
2712         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
2713         <tassilo@member.fsf.org>.
2715 2011-07-09  Leo Liu  <sdl.web@gmail.com>
2717         * register.el (insert-register): Restore accidental change on
2718         2011-06-26.  (Bug#9028)
2720 2011-07-09  Glenn Morris  <rgm@gnu.org>
2722         * subr.el (remq): Handle the empty list.  (Bug#9024)
2724 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
2726         * mail/sendmail.el (send-mail-function): No longer delay custom
2727         initialization.
2728         * custom.el (custom-initialize-delay): Doc fix.
2730 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2732         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
2734 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
2736         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
2737         human-friendly prompt.
2739 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2741         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
2742         provided by a particular plugin.
2744 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
2747         save customizations (with "emacs -Q"), just set the variable
2748         instead of erroring out.
2750         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
2752 2011-07-08  Juri Linkov  <juri@jurta.org>
2754         * arc-mode.el (archive-zip-expunge, archive-zip-update)
2755         (archive-zip-update-case): Use 7z if found by `executable-find'.
2756         The order of searching the available programs is the same as in
2757         `archive-zip-extract' (bug#8968).
2759 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
2761         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
2762         (menu-bar-options-menu): Tweak descriptions.
2764 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2766         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
2767         menu items into verb phrases (bug#1421).  Also refill to fit under
2768         80 columns.
2770 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
2772         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
2773         (Info-read-node-name): Doc fix (Bug#1084).
2775         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
2776         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
2777         (end-of-sexp, beginning-of-sexp)
2778         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
2779         (forward-symbol, forward-same-syntax, word-at-point)
2780         (sentence-at-point): Doc fix (Bug#1144).
2782 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
2785         should cover it (bug#1281).
2787         * cus-edit.el (custom-show): Mark as obsolete.
2789         * net/network-stream.el (network-stream-open-starttls): If gnutls
2790         negotiation fails, then possibly try again with a non-encrypted
2791         connection (bug#9017).
2793         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
2794         be used.
2796 2011-07-07  Richard Stallman  <rms@gnu.org>
2798         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
2799         property, and handle its changed format.
2800         Look for the correct line number.
2801         Use file's line contents (but not past first =) to find
2802         correct line in message.
2804 2011-07-07  Kenichi Handa  <handa@m17n.org>
2806         * international/characters.el (build-unicode-category-table):
2807         Delete it.
2808         (unicode-category-table): Set it by unicode-property-table-internal.
2810         * international/mule-cmds.el (char-code-property-alist): Move to
2811         to src/chartab.c.
2812         (get-char-code-property): Call unicode-property-table-internal to
2813         load a file.  Call get-unicode-property-internal where necessary.
2814         (put-char-code-property): Call unicode-property-table-internal to
2815         load a file.  Call put-unicode-property-internal where necessary.
2816         put-unicode-property-internal where necessary.
2817         (char-code-property-description):
2818         Call unicode-property-table-internal to load a file.
2820         * international/charprop.el:
2821         * international/uni-bidi.el:
2822         * international/uni-category.el:
2823         * international/uni-combining.el:
2824         * international/uni-comment.el:
2825         * international/uni-decimal.el:
2826         * international/uni-decomposition.el:
2827         * international/uni-digit.el:
2828         * international/uni-lowercase.el:
2829         * international/uni-mirrored.el:
2830         * international/uni-name.el:
2831         * international/uni-numeric.el:
2832         * international/uni-old-name.el:
2833         * international/uni-titlecase.el:
2834         * international/uni-uppercase.el: Regenerate.
2836         * loadup.el: Load international/charprop.el before
2837         international/characters.
2839 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
2841         * window.el (next-buffer, previous-buffer): Signal an error if
2842         called from a minibuffer window.
2844         * bindings.el: Revert 2011-07-04 change.
2846 2011-07-06  Richard Stallman  <rms@gnu.org>
2848         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
2849         (rmail-mime-insert-bulk, rmail-mime-insert-text):
2850         Treat markers like ints.
2851         (rmail-mime-entity): Doc fix.
2853 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
2856         defcustom again for backwards compatibility.
2858         * simple.el (shell-command-on-region): Fill.
2860         * dired-aux.el (dired-kill-line): Add a doc string.
2862         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
2863         to "\\sw\\|\\s_" (bug#358).
2865         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
2866         (dired-unmark-backward): Ditto.
2867         (dired-flag-backup-files): Ditto.
2869         * dired-x.el (dired-mark-sexp): Ditto.
2871 2011-07-06  Richard Stallman  <rms@gnu.org>
2873         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
2874         (rmail-mime-entity): New arg TRUNCATED.
2875         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
2876         New functions.
2877         (rmail-mime-save): Warn if entity is truncated.
2878         (rmail-mime-toggle-hidden): Likewise, for showing.
2879         (rmail-mime-process-multipart): Record when an entity is truncated.
2881         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
2882         if ENTITY is a string.
2884 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2886         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
2887         of faces when `M-C-x'-ing their definitions (bug#8378).
2888         Also clean up the code slightly.
2890         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
2891         because that makes the colours go away.
2893         * mail/sendmail.el (send-mail-function): Change the default to
2894         `sendmail-query-once'.
2895         (sendmail-query-once): Add an autoload cookie.
2897         * net/network-stream.el (network-stream-open-starttls): Try using
2898         a plain connection even if the server offered STARTTLS, and we
2899         kinda wanted to use it, if Emacs doesn't have any STARTTLS
2900         capability.  This should make smtpmail.el work in slightly more
2901         configurations.
2903 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
2905         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
2906         New defun.
2907         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
2909 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
2911         * progmodes/sql.el: Version 3.0
2912         (sql-product-alist): Add product :completion-object,
2913         :completion-column, and :statement attributes.
2914         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
2915         (sql-mode-syntax-table): Mark all punctuation.
2916         (sql-font-lock-keywords-builder): Temporarily remove fallback on
2917         ansi keywords.
2918         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
2919         (sql-mode-oracle-font-lock-keywords): Improve.
2920         (sql-oracle-show-reserved-words): New function for development.
2921         (sql-product-font-lock): Simplify for source code buffers.
2922         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
2923         New functions.
2924         (sql-highlight-product): Set product specific syntax table.
2925         (sql-mode-map): Add statement movement functions.
2926         (sql-ansi-statement-starters, sql-oracle-statement-starters):
2927         New variable.
2928         (sql-statement-regexp, sql-beginning-of-statement)
2929         (sql-end-of-statement, sql-signum): New functions.
2930         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
2931         (sql-show-sqli-buffer): Bug fix.
2932         (sql-interactive-mode): Store connection data as buffer local.
2933         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
2934         with sql-interactive-mode.
2935         (sql-save-connection): Save buffer local settings.
2936         (sql-connection-menu-filter): Change menu entry name.
2937         (sql-product-interactive): Bug fix.
2938         (sql-preoutput-hold): New variable.
2939         (sql-interactive-remove-continuation-prompt): Bug fixes.
2940         (sql-debug-redirect): New variable.
2941         (sql-str-literal): New function.
2942         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
2943         Redesign.
2944         (sql-oracle-save-settings, sql-oracle-restore-settings)
2945         (sql-oracle-list-all, sql-oracle-list-table): New functions.
2946         (sql-completion-object, sql-completion-column)
2947         (sql-completion-sqlbuf): New variables.
2948         (sql-build-completions-1, sql-build-completions)
2949         (sql-try-completion): New functions.
2950         (sql-read-table-name): Use them.
2951         (sql-contains-names): New buffer local variable.
2952         (sql-list-all, sql-list-table): Use it.
2953         (sql-oracle-completion-types): New variable.
2954         (sql-oracle-completion-object, sql-sqlite-completion-object)
2955         (sql-postgres-completion-object): New functions.
2957 2011-07-06  Glenn Morris  <rgm@gnu.org>
2959         * window.el (pop-to-buffer): Doc fix.
2961 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
2963         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
2965 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
2967         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2969         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
2971 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
2973         * button.el (button): Inherit from link face.  Suggested by Dan
2974         Nicolaescu.
2976 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2978         * progmodes/gdb-mi.el: Fit in 80 columns.
2979         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
2980         switch-to-buffer.
2982         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
2983         if imenu is simply not configured (bug#8941).
2985 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
2987         * allout.el (allout-post-undo-hook): New allout outline-change
2988         event hook to signal undo activity.
2989         (allout-post-command-business): Run allout-post-undo-hook if an
2990         undo just occurred.
2991         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
2992         * allout-widgets.el (allout-widgets-after-undo-function):
2993         Ensure the integrity of the current item's decoration after it has been
2994         in the vicinity of an undo.
2995         (allout-widgets-mode): Include allout-widgets-after-undo-function
2996         on the new allout-post-undo-hook.
2998 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3000         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
3001         Let define-derived-mode define it.
3002         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
3003         cycles of abbrev-table inheritance (bug#8998).
3005 2011-07-05  Roland Winkler  <winkler@gnu.org>
3007         * textmodes/bibtex.el: Add support for biblatex.
3008         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
3009         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
3010         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
3011         (bibtex-entry-alist, bibtex-field-alist): New variables.
3012         (bibtex-entry-field-alist): Obsolete alias for
3013         bibtex-BibTeX-entry-alist.
3014         (bibtex-entry-alist, bibtex-field-alist): New widgets.
3015         (bibtex-set-dialect): New command.
3016         (bibtex-entry-type, bibtex-entry-head)
3017         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
3018         Bind via bibtex-set-dialect.
3019         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
3020         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
3021         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
3022         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
3023         Define via bibtex-set-dialect.
3024         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
3025         Obey bibtex-no-opt-remove-re.
3026         (bibtex-vec-push, bibtex-vec-incr): New functions.
3027         (bibtex-format-entry, bibtex-field-list)
3028         (bibtex-print-help-message, bibtex-validate)
3029         (bibtex-search-entries): Use new format of bibtex-entry-alist.
3031 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3033         * progmodes/compile.el (compilation-goto-locus):
3034         * net/tramp-cmds.el (tramp-append-tramp-buffers):
3035         * bs.el (bs-cycle-next, bs-cycle-previous):
3036         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
3037         * bindings.el (mode-line-other-buffer):
3038         * autoinsert.el (auto-insert):
3039         * arc-mode.el (archive-extract):
3040         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
3042 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3044         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
3045         Fix check of `emacs-lock-unlockable-modes'.
3046         Coerce true values of `emacs-lock--try-unlocking' to t.
3048 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3050         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
3051         * emacs-lock.el: New file.
3053 2011-07-05  Julien Danjou  <julien@danjou.info>
3055         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
3056         than `boundp' to check if face is set.
3058 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3060         * register.el (registerv-make):
3061         * window.el (window-min-height): Fix typos in docstrings.
3063 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
3065         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
3066         Update doc string.
3068 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
3070         * server.el (server-execute): Catch quit and call
3071         `server-return-error' to pass the error back to emacsclient and
3072         close the connection (bug#8942).
3074 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
3076         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
3077         insecure exception for current topic.  Also note that auto-saves
3078         are handled differently.
3080         (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
3081         State variables for tracking auto-save inhibition situation.
3083         (allout-write-contents-hook-handler): Rename from
3084         'allout-write-file-hook-handler', and describe how it depends on
3085         write-contents-functions sensitivity to non-nil value to prevent
3086         file write.
3088         (allout-auto-save-hook-handler): Remove.  auto-save does not check
3089         this in individual buffers, only in the starting buffer, so this
3090         is not the right way for us to inhibit auto-save in a buffer
3091         according to its condition.
3093         (allout-mode): Use new allout-write-contents-hook-handler, and
3094         only with write-contents-functions.  Remove auto-save provisions -
3095         they're implemented elsewhere.
3097         (allout-before-change-handler): If undo is in progress, note that
3098         for attention of allout-post-command-business.
3100         (allout-post-command-business): If the command we're following was
3101         an undo, check for change in the status of encrypted items and
3102         adjust auto-save inhibitions accordingly.
3104         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
3105         according to whether there are or aren't any plain-text topics
3106         pending encryption.
3108         (allout-inhibit-auto-save-info-for-decryption):
3109         Adjust buffer-saved-size and some allout state to inhibit auto-saves if
3110         there are plain-text topics pending encryption.
3112         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
3113         buffer-saved-size and some allout state to not inhibit auto-saves
3114         if there are no longer any plain-text topics pending encryption.
3116         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
3117         No longer provide for exemption of the current topic.
3119 2011-07-04  Juri Linkov  <juri@jurta.org>
3121         Add 7z operations to delete and save changed members (bug#8968).
3122         * arc-mode.el (archive-7z-expunge, archive-7z-update):
3123         New defcustoms.
3124         (archive-7z-write-file-member): New function.
3125         (archive-7z-summarize): Fix the number of dashes in the
3126         listing output.
3128 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3130         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
3131         (bug#8958).
3133 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
3135         * bindings.el: Ignore next-buffer and previous-buffer in
3136         minibuffer-local-map.
3138         * font-lock.el (font-lock-builtin-face): Change light background
3139         color to dark slate blue (Bug#6693).
3141 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3143         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
3145 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3147         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
3148         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3149         Add switch-to-buffer.
3151 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153         * isearch.el (isearch-search-fun-function): Clarify further the
3154         meaning of the function returned.
3156 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
3158         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
3160         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
3161         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
3162         Use it.
3163         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
3164         `tramp-default-remote-path' does not exist.
3165         (tramp-send-command-and-read): New optional argument NOERROR.
3166         (tramp-open-connection-setup-interactive-shell)
3167         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
3168         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
3169         (tramp-process-sentinel): Flush also process' connection property.
3170         (tramp-sh-handle-start-file-process): Do not set process
3171         sentinel.  It is done now ...
3172         (tramp-maybe-open-connection): ... here.  (Bug#8929)
3174 2011-07-04  MON KEY  <monkey@sandpframing.com>
3176         * play/animate.el (animate-string): Doc fixes and allow changing
3177         the buffer name (bug#5417).
3179 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181         * play/animate.el (animation-buffer-name): Rename from *animate*.
3183 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
3185         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
3186         This is simpler and helps future-proof the code.
3187         (timer-until): Use time-subtract and float-time.
3188         (timer--time-less-p): Use time-less-p.
3190 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
3192         * type-break.el (timep): Use the value of `float-time' to avoid a
3193         byte-compiler warning.
3195         * server.el (server-eval-and-print): Return any result, even nil.
3197 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
3199         * type-break.el: Accept time formats that the builtins accept.
3200         (timep, type-break-time-difference): Accept any format that
3201         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
3202         This is simpler and helps future-proof the code.
3203         (type-break-time-difference): Round rather than ignoring
3204         subseconds components.
3206 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208         * info.el (Info-apropos-matches): Make non-interactive, since it
3209         doesn't seem to do anything useful as a command (bug#8829).
3211 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
3213         * frame.el (frame-background-mode, frame-set-background-mode):
3214         Move from faces.el.
3215         (frame-default-terminal-background): New function.
3217         * custom.el (custom-push-theme): Don't record faces in `changed'
3218         theme; this doesn't work correctly for per-frame face settings.
3219         (disable-theme): Use face-set-after-frame-default to reset faces.
3220         (custom--frame-color-default): New function.
3222 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3224         * dired.el (dired-flagging-regexp): Remove unused variable
3225         (bug#8769).
3227 2011-03-29  Kevin Ryde  <user42@zip.com.au>
3229         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3230         `perl-Test2' extend to match possible "fail #N" rep count
3231         (bug#8377).
3233 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3235         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
3236         `smtpmail-via-smtp' now returns the error instead of nil.
3238         * isearch.el (isearch-search-fun-function): Clarify the doc string
3239         (bug#8101).
3241 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
3243         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
3244         unnecessary spaces (bug#8987).
3246 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248         * net/network-stream.el (open-network-stream): Use the
3249         :end-of-capability command thoughout.
3251 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3253         * net/network-stream.el (open-network-stream): Add the
3254         :end-of-capability command parameter, used by pop3.el.
3256 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
3260         * fringe.el (fringe-query-style): Remove redundant text " (type ?
3261         for list)" (bug#6475).
3263         * files.el (file-expand-wildcards): Ignore non-readable
3264         sub-directories while trying to find matches instead of signalling
3265         an error (bug#6297).
3267         * man.el (Man-reference-regexp): Allow matching possible
3268         word-wrapped references (bug#6289).
3270         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
3271         for consistency with the other vc buffers (bug#6197).
3272         (vc-checkin): Ditto.
3274         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
3276         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
3278 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3280         * custom.el (defcustom): Clarify that :set is only used in the
3281         Customize user interface (bug#6089).
3283         * progmodes/flymake.el (flymake-mode): If the buffer isn't
3284         associated with a file, refuse to run instead of erroring out
3285         (bug#6084).
3287         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
3288         the doc string, since it appears that using `fill-column' always
3289         controls the width (bug#7845).
3291         * simple.el (shell-command-on-region): Say where the error output
3292         went if `shell-command-default-error-buffer' is set (bug#6857).
3294 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
3296         * allout.el (allout-yank-processing): Adjust cursor position for
3297         backwards-deleted space.
3299         (allout-rebullet-heading): Register changes with
3300         allout-exposure-changed-hook, so the modified topic is properly
3301         decorated.
3303 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3305         * minibuffer.el (completion-in-region): Document PREDICATE
3306         (bug#7136).
3308         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
3309         of keyword/argument pairs (bug#6904).
3311         * replace.el (multi-occur):
3312         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
3314 2011-07-02  Drew Adams  <drew.adams@oracle.com>
3316         * dired.el (dired-mark-if): Make the message about whether it's
3317         marking or unmarking clearer (bug#8523).
3319 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321         * disp-table.el (display-table-print-array): New function.
3322         (describe-display-table): Use it to print the vectors more pretty
3323         (Bug#8859).
3325 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
3327         * window.el (window-state-get-1): Don't assign clone numbers.
3328         Add clone-of item to list of window parameters.
3329         (window-state-put-2): Don't process clone numbers.
3330         (display-buffer-alist): Fix doc-string.
3332 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3334         * subr.el (remq): Don't allocate if it's not needed.
3335         (keymap--menu-item-binding, keymap--menu-item-with-binding)
3336         (keymap--merge-bindings): New functions.
3337         (keymap-canonicalize): Use them to refine the canonicalization.
3338         * minibuffer.el (minibuffer-local-completion-map)
3339         (minibuffer-local-must-match-map): Move initialization from C.
3340         (minibuffer-local-filename-completion-map): Move initialization from C;
3341         don't inherit from anything here.
3342         (minibuffer-local-filename-must-match-map): Make obsolete.
3343         (completing-read-default): Use make-composed-keymap to combine
3344         minibuffer-local-filename-completion-map with either
3345         minibuffer-local-must-match-map or
3346         minibuffer-local-filename-completion-map.
3348 2011-07-01  Glenn Morris  <rgm@gnu.org>
3350         * type-break.el (type-break-time-sum): Use dolist.
3352         * textmodes/flyspell.el (flyspell-word-search-backward):
3353         Replace CL function.
3355 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3357         * mouse.el (mouse--strip-first-event): New function.
3358         (function-key-map): Use it to map fringe clicks to normal clicks
3359         by default.
3361         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
3362         (vc-bzr-revision-completion-table): Add support for annotate and date.
3364         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
3365         inherit from parent.
3367 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3369         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
3370         (dired-show-file-type): Doc fixup (bug#8818).
3372         * dired.el (dired-mode): Fix up the doc string as suggested by
3373         Drew Adams (bug#8817).
3375         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
3376         cookie, since the manual says that it should be possible to add
3377         this function to `find-file-hook' (bug#8709).
3379 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
3381         * progmodes/cfengine.el: Moved all cfengine3.el functionality
3382         here.  Noted Ted Zlatanov as the maintainer.
3383         (cfengine-common-settings, cfengine-common-syntax): New functions
3384         to set up common things between `cfengine-mode' and
3385         `cfengine3-mode'.
3386         (cfengine3-mode): New mode.
3387         (cfengine3-defuns cfengine3-defuns-regex
3388         (cfengine3-class-selector-regex cfengine3-category-regex)
3389         (cfengine3-vartypes cfengine3-font-lock-keywords)
3390         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
3391         (cfengine3-indent-line): Add from cfengine3.el.
3393 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
3395         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
3397         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3399 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
3401         * window.el (same-window-buffer-names, same-window-regexps)
3402         (same-window-p, special-display-frame-alist)
3403         (special-display-popup-frame, special-display-function)
3404         (special-display-buffer-names, special-display-regexps)
3405         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
3406         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3407         (split-window-preferred-function, split-height-threshold)
3408         (split-width-threshold, even-window-heights)
3409         (display-buffer-mark-dedicated, window-splittable-p)
3410         (split-window-sensibly, window-safely-shrinkable-p):
3411         Un-obsolete.
3412         (display-buffer): Don't spread args with function specifier
3413         because special-display-popup-frame won't like it.
3415 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3417         Time-stamp simplifications and fixes.
3418         These improve accuracy slightly, and future-proof the code
3419         against some potential changes to current-time format.
3421         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
3422         by using time-since and float-time.
3424         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
3425         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
3426         + NNN microseconds".
3428         * type-break.el (type-break-time-sum): Rewrite using time-add.
3430         * play/hanoi.el (hanoi-current-time-float): Remove.
3431         All uses replaced by float-time.
3433         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
3434         This yields a more-accurate answer.
3435         (rng-time-to-float): Remove; no longer needed.
3437         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
3439         * calendar/timeclock.el (timeclock-seconds-to-time):
3440         Defalias to seconds-to-time, since they're the same thing.
3442         * emacs-lisp/elp.el (elp-elapsed-time):
3443         * emacs-lisp/benchmark.el (benchmark-elapse):
3444         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
3446 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3448         * window.el (bury-buffer): Don't iconify the only frame.
3449         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
3450         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
3452 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
3454         * eshell/em-smart.el (eshell-smart-display-navigate-list):
3455         Add mouse-yank-primary.
3457 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
3459         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
3461 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3463         * emacs-lisp/find-func.el (find-library--load-name): New fun.
3464         (find-library-name): Use it to find relative load names when provided
3465         absolute file name (bug#8803).
3467 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3469         * textmodes/flyspell.el (flyspell-word): Consider words that
3470         differ only in case as potential doublons (bug#5687).
3472         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
3473         Remove two rather uninteresting debugging-like messages to make
3474         debbugs.el more silent.
3476         * comint.el (comint-password-prompt-regexp): Accept "Response" as
3477         a password-like phrase.
3479 2011-06-30  Mastake YAMATO  <yamato@redhat.com>
3481         * progmodes/cc-guess.el: New file.
3483         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
3485         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
3486         derived from `c-basic-common-init'.
3488         * progmodes/cc-mode.el (top-level): Require cc-guess.
3489         (c-basic-common-init): Use `cc-choose-style-for-mode'.
3491 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
3493         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
3495 2011-06-30  Alan Mackenzie  <acm@muc.de>
3497         * progmodes/cc-engine.el (c-guess-continued-construct):
3498         Correct the handling of template-args-cont, particularly for when font
3499         lock is disabled.  Name this case as "CASE G".
3501 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
3503         * allout.el (allout-yank-processing): Fix injection of extra space
3504         between bullet and non-whitespace character in first topic when
3505         pasting, ensuring that the actual spacing in the pasted topic
3506         following the bullet char is preserved.  This extra space was
3507         causing pasted encrypted topics to get a decrypted status even
3508         when the content was actually still encrypted.  Now the decryption
3509         status from before the paste is preserved.
3511         (allout-flag-region): Set all allout overlays so they evaporate
3512         when reduced to zero length (evanescent), to prevent overlay
3513         leakage.
3515 2011-06-30  Glenn Morris  <rgm@gnu.org>
3517         * w32-fns.el (w32-charset-info-alist): Declare.
3519         * find-dired.el (find-grep-options): Simplify.
3521         * term/ns-win.el (ns-set-resource): Declare.
3523         * ses.el (row, col): Declare dynamic variables honestly.
3525         * textmodes/reftex-parse.el (index-tags): Declare.
3527 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
3529         * cus-edit.el (customize-push-and-save): New function.
3531         * files.el (hack-local-variables-confirm): Use it.
3533         * custom.el (load-theme): New arg NO-CONFIRM.
3534         Use customize-push-and-save (Bug#8720).
3535         (custom-enabled-themes): Doc fix.
3537         * cus-theme.el (customize-create-theme)
3538         (custom-theme-merge-theme): Callers to load-theme changed.
3540 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542         * thingatpt.el (thing-at-point-short-url-regexp): Require that
3543         short URLs have at least one dot in them (bug #7614).
3545         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
3546         nil, because using a pty is apparently too slow (bug #895).
3548 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550         * mail/sendmail.el (sendmail-query-once): New function.
3551         (sendmail-query-once-function): New variable.
3553 2011-06-29  Glenn Morris  <rgm@gnu.org>
3555         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
3557         * ses.el (top-level): Require cl when compiling.
3558         (ses-set-localvars): Fix error statement.
3559         Call it at compile time to silence a storm of warnings.
3561 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
3563         * window.el (normalize-live-buffer): Rename to
3564         window-normalize-buffer.
3565         (normalize-live-frame): Rename to window-normalize-frame.
3566         (normalize-any-window): Rename to window-normalize-any-window.
3567         (normalize-live-window): Rename to window-normalize-live-window.
3568         (make-window-atom): Rename to window-make-atom.
3569         (window-resize-reset): Rename to window--resize-reset.
3570         (window-resize-reset-1): Rename to window--resize-reset-1.
3571         (resize-mini-window): Rename to window--resize-mini-window.
3572         (resize-subwindows-skip-p): Rename to
3573         window--resize-subwindows-skip-p.
3574         (resize-subwindows-normal): Rename to
3575         window--resize-subwindows-normal.
3576         (resize-subwindows): Rename to window--resize-subwindows.
3577         (resize-other-windows): Rename to window--resize-siblings.
3578         (resize-this-window): Rename to window--resize-this-window.
3579         (resize-root-window): Rename to window--resize-root-window.
3580         (resize-root-window-vertically): Rename to
3581         window--resize-root-window-vertically.
3582         (normalize-buffer-to-display): Rename to
3583         window-normalize-buffer-to-display.
3584         (normalize-buffer-to-switch-to): Rename to
3585         window-normalize-buffer-to-switch-to.
3586         Correspondingly update all callers of the functions listed
3587         above.
3588         (display-buffer-alist, display-buffer-normalize-arguments)
3589         (display-buffer-normalize-options, display-buffer)
3590         (display-buffer-alist-set): Use "function" instead of
3591         "fun-with-args".
3593 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
3595         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
3596         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
3597         debbugs.gnu.org.  Mention acknowledgment email.
3599 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
3602         buffer multibyteness, since it shouldn't matter.
3604 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
3606         * window.el (display-buffer-in-side-window): Handle dedicated
3607         windows as in display-buffer-reuse-window.
3608         (display-buffer-normalize-alist): Use value of override
3609         specifier.
3610         (display-buffer-normalize-specifiers): Use value of
3611         other-window-means-other-frame specifier.
3612         (display-buffer-alist): Rewrite some texts in widgets.
3613         (display-buffer): Spread arguments when calling function
3614         specified by fun-with-args.
3616 2011-06-28  Deniz Dogan  <deniz@dogan.se>
3618         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3619         Unnest `let'.
3621         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
3622         selectors (Bug#5732).
3623         (css-proprietary-nmstart-re): Use `regexp-opt'.
3625 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
3627         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
3628         (eshell-ls-date-format): New defcustom.
3629         (eshell-ls-file): Use it.
3631 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3633         * help-fns.el (describe-variable): Fix message for terminal-local vars.
3635 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3637         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
3638         (ange-ftp-make-tmp-name): New arg.
3639         (ange-ftp-file-local-copy): Use it.
3641 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
3643         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
3644         no-conversion (Bug#8870).
3646 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
3648         * window.el (window-right, window-left, window-child)
3649         (window-child-count, window-last-child)
3650         (window-iso-combination-p, walk-window-tree-1)
3651         (window-atom-check-1, window-tree-1, delete-window)
3652         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
3653         new naming conventions - window-vchild, window-hchild,
3654         window-next and window-prev are now called window-top-child,
3655         window-left-child, window-next-sibling and window-prev-sibling
3656         respectively.
3657         (resize-window-reset): Rename to window-resize-reset.
3658         (resize-window-reset-1): Rename to window-resize-reset-1.
3659         (resize-window): Rename to window-resize.
3660         (window-min-height, window-min-width)
3661         (resize-mini-window, resize-this-window, resize-root-window)
3662         (resize-root-window-vertically, adjust-window-trailing-edge)
3663         (enlarge-window, shrink-window, maximize-window)
3664         (minimize-window, delete-window, quit-restore-window)
3665         (split-window, balance-windows, balance-windows-area-adjust)
3666         (balance-windows-area, window-state-put-2)
3667         (display-buffer-even-window-sizes, display-buffer-set-height)
3668         (display-buffer-set-width, set-window-text-height)
3669         (fit-window-to-buffer): Rename all "resize-window" prefixed
3670         calls to use the "window-resize" prefix convention.
3671         (display-buffer-alist): Fix symbol for label specifier.
3672         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
3673         corresponding specifier.
3674         Reported by Juanma Barranquero <lekktu@gmail.com>.
3676 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3678         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
3679         convention.
3680         (ses-call-printer): Does not pass an empty string to formatter when the
3681         cell is empty to keep from barking printer Calc math-format-value.
3683 2011-06-27  Richard Stallman  <rms@gnu.org>
3685         * battery.el (battery-mode-line-limit): New variable.
3686         (battery-update): Handle it.
3688         * mail/rmailmm.el (rmail-mime-process-multipart):
3689         Handle truncated messages.
3691 2011-06-27  Glenn Morris  <rgm@gnu.org>
3693         * progmodes/flymake.el (flymake-err-line-patterns):
3694         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
3696 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3698         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
3699         (ses--clean-!, ses--clean-_): New functions.
3700         (ses-range): Add configurability of readout order, and conversion
3701         to Calc vector.
3703         * ses.el (ses-repair-cell-reference-all): New function.
3704         (ses-cell-symbol): Set macro as safe, so that it can be used in
3705         formulas.
3707         * ses.el: Update cycle detection algorithm.
3708         (ses-localvars): Add ses--Dijkstra-attempt-nb and
3709         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
3710         (ses-set-localvars): New function.
3711         (ses-make-cell): Add property-list as a cell element.
3712         (ses-cell-property-get-fun, ses-cell-property-get)
3713         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
3714         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
3715         New functions.
3716         (ses-cell-property-set, ses-cell-property-pop)
3717         (ses-cell-property-get-handle): New macro.
3718         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
3719         New aliases, used for code readability.
3720         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
3721         cycle detection.
3722         (ses-self-reference-early-detection): New defcustom.
3723         (ses-formula-references): Robustify against self-refering cells.
3724         (ses-mode): Use ses-set-localvars.
3725         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
3726         before lauching the update processing.
3727         (ses-initialize-Dijkstra-attempt): New function.
3728         (ses-recalculate-cell): Update for cycle detection based on
3729         Dijkstra algorithm.
3731         * ses.el: Fix commenting and indenting convention.
3733 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3735         * bs.el (bs-cycle-next): Complete last change.
3737 2011-06-27  Drew Adams  <drew.adams@oracle.com>
3739         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
3741 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3743         * net/network-stream.el (network-stream-open-starttls):
3744         Don't re-get capabilities unless we've reestablished connection.
3745         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
3747         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
3748         to binary to possibly avoid line encoding issues on Windows (among
3749         other things).
3751 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3753         * net/network-stream.el (open-network-stream): Return an :error
3754         saying what the problem was, if possible.
3756         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
3757         server.
3759         * net/network-stream.el (network-stream-open-starttls): If we
3760         wanted to use STARTTLS, and the server offered it, but we weren't
3761         able to because we had no STARTTLS support, then close the connection.
3762         (open-network-stream): Return an :error element, if present.
3764 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
3766         * hl-line.el (hl-line-sticky-flag): Doc fix.
3767         (global-hl-line-sticky-flag): New option (Bug#8323).
3768         (global-hl-line-highlight): Obey it.
3770         * vc/vc.el (vc-revert-show-diff): Default to t.
3772 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
3774         * allout-widgets.el (allout-widgets-post-command-business):
3775         Stop decorating intermediate isearch matches.  They're not being
3776         undecorated when an isearch is continued past, and isearch
3777         automatically collapses them.  This leads to "widget leaks", where
3778         decorated items accumulate in collapsed areas.  Lines with lots of
3779         hidden widgets can slow down cursor travel, substantially.
3780         Too much complicated machinery would be needed to ensure undecoration,
3781         so we're doing without this nicety.
3783         (allout-widgets-tally-string): Don't try to do a hash-table-count
3784         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
3785         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
3786         *Messages* when allout-widgets-maintain-tally is t.
3788 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
3790         * window.el (display-buffer-normalize-argument): Rename to
3791         display-buffer-normalize-arguments.  Handle special meaning of
3792         LABEL argument.  Respect special-display-function when popping up
3793         a new frame.  Fix code searching for a window showing the buffer
3794         on another frame.
3795         (display-buffer-normalize-specifiers):
3796         Call display-buffer-normalize-arguments.
3797         (display-buffer-in-window): Don't undedicate the window if its
3798         buffer remains the same.
3799         Reported by Drew Adams <drew.adams@oracle.com>.
3800         (display-buffer-alist): Add choice for same-window macro
3801         specfier.
3802         (display-buffer): Mention special meaning of LABEL argument in
3803         doc-string.  Fix quoting.  Don't pop up a new frame even as
3804         fallback.
3806 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
3808         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
3809         avoid deleting the current window in some cases (bug#8911).
3811 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
3813         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
3814         (Bug#8934)
3816 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3818         * net/network-stream.el (network-stream-open-starttls):
3819         Use built-in TLS support if `gnutls-available-p' is true.
3820         (network-stream-open-tls): Ditto.
3822 2011-06-26  Leo Liu  <sdl.web@gmail.com>
3824         * register.el (registerv): New struct.
3825         (registerv-make): New function.
3826         (jump-to-register, describe-register-1, insert-register):
3827         Support the jump-func, print-func and insert-func slot of a registerv
3828         struct.  (Bug#8415)
3830 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
3832         * vc/vc.el (vc-revert-show-diff): New defcustom.
3833         (vc-diff-internal): New arg specifying diff buffer.
3834         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
3835         reuse an existing *vc-diff* buffer (Bug#8927).
3837         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
3839 2011-06-26  Glenn Morris  <rgm@gnu.org>
3841         * progmodes/f90.el (f90-critical-indent): New option.
3842         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
3843         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
3844         (f90-mode): Doc fix.
3845         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
3846         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
3847         (f90-beginning-of-block, f90-next-block, f90-indent-region)
3848         (f90-match-end): Handle block, critical.
3850 2011-06-25  Glenn Morris  <rgm@gnu.org>
3852         * calendar/diary-lib.el (diary-included-files): Doc fix.
3853         (diary-include-files): New function, extracted from
3854         diary-include-other-diary-files and diary-mark-included-diary-files.
3855         (diary-include-other-diary-files, diary-mark-included-diary-files):
3856         Just call diary-include-files.
3857         (diary-mark-entries): Reset diary-included-files on first call.
3859         * calendar/diary-lib.el (diary-mark-entries)
3860         (diary-mark-included-diary-files):
3861         Visit included diary-files in temp buffers.
3863         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
3864         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
3865         (f90-start-block-re, f90-imenu-generic-expression)
3866         (f90-looking-at-program-block-start, f90-no-block-limit):
3867         Add support for submodules.
3869         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
3870         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
3872 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
3874         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
3875         buffer-file-type before setting its value, to avoid disastrous
3876         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
3878 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
3880         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
3882         * ses.el (ses-unload-function):
3883         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
3885         * proced.el (proced-unload-function):
3886         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
3888 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
3890         * server.el (server-create-window-system-frame): Add parameters arg.
3891         (server-process-filter): Doc fix.  Handle frame-parameters.
3893 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
3895         Fix bug#8730, bug#8781.
3897         * loadhist.el (unload--set-major-mode): New function.
3898         (unload-feature): Use it.
3900         * progmodes/python.el (python-after-info-look): Add autoload cookie.
3901         (python-unload-function): New function.
3903 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3905         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
3907 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
3909         * net/browse-url.el (browse-url-firefox-program): Add icecat to
3910         the candidates list.
3912 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
3914         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
3916 2011-06-23  Richard Stallman  <rms@gnu.org>
3918         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
3919         (rmail-variables): Set next-error-move-function.
3920         (rmail-what-message): Take argument POS.
3921         (rmail-next-error-move): New function.
3923 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3925         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
3926         messages for adjacent non-terminals.
3928 2011-06-23  Richard Stallman  <rms@gnu.org>
3930         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
3931         (rmail-show-message-1): Preserve buffer modified flag.
3932         (rmail-start-mail): Don't specify use of rmail-mail-return;
3933         that's done by mail-bury now.
3934         (rmail-mail-return): Handle arg NEWBUF.
3936 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
3938         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
3939         SIZE is a number.
3941 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
3943         * window.el (get-lru-window, get-mru-window)
3944         (get-largest-window): Never return a minibuffer window.
3945         (display-buffer-pop-up-window): Fix a bug that could lead to
3946         reusing the minibuffer window.
3947         (display-buffer): Pass original specifier argument to
3948         display-buffer-function instead of the normalized one.
3949         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
3951 2011-06-22  Leo Liu  <sdl.web@gmail.com>
3953         * minibuffer.el (completing-read-function)
3954         (completing-read-default): Move from minibuf.c
3956 2011-06-22  Richard Stallman  <rms@gnu.org>
3958         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
3959         to Rmail even if not started by a special Rmail command.
3961         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3962         Copy the buffer currently showing just one message.
3964 2011-06-22  Roland Winkler  <winkler@gnu.org>
3966         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
3967         (bibtex-clean-entry): First delete the old key so that a
3968         customized algorithm for generating the new key does not get
3969         confused by the old key.
3970         (bibtex-url): Obey regexp of first step.
3971         (bibtex-search-entries): Do not use add-to-list with local
3972         list-var.
3974 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3976         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
3977         stored a user name, then query for the password first, instead of
3978         waiting for SMTP to give an error message and the trying again.
3980 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
3982         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
3983         BUFFER in call-process.
3985 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
3988         QUIT twice.
3989         (smtpmail-try-auth-methods): Require user name and password from
3990         auth-source.
3992 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
3994         * window.el (display-buffer-default-specifiers)
3995         (display-buffer-alist): Remove entries for pop-up-frame-alist.
3996         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
3997         (split-window): Normalize SIDE argument (Bug#8916).
3999         * frame.el (pop-up-frame-alist, pop-up-frame-function)
4000         (special-display-frame-alist, special-display-popup-frame):
4001         Remove duplicate declarations.  These are now in window.el.
4003 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4005         * mail/smtpmail.el (smtpmail-via-smtp):
4006         Set :use-starttls-if-possible so that we always use STARTTLS if the
4007         server supports it.  SMTP servers that support STARTTLS commonly
4008         require it.
4010         * net/network-stream.el (network-stream-open-starttls): Support
4011         upgrading to STARTTLS always, even if we don't have built-in support.
4012         (open-network-stream): Add the :always-query-capabilies keyword.
4014         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
4015         upgrades with `open-network-stream', and rely solely on
4016         auth-source for all credentials.  Big changes throughout the file,
4017         but in particular:
4018         (smtpmail-auth-credentials): Remove.
4019         (smtpmail-starttls-credentials): Remove.
4020         (smtpmail-via-smtp): Check for servers saying they want AUTH after
4021         MAIL FROM, too.
4023         * net/network-stream.el (network-stream-open-starttls):
4024         Provide support for client certificates both for external and built-in
4025         STARTTLS.
4026         (auth-source): Require.
4027         (open-network-stream): Document the :client-certificate keyword.
4028         (network-stream-certificate): Change cert-cert to cert and
4029         cert-key to key.
4031 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
4033         * net/tramp-cache.el (top): Don't load the persistency file when
4034         "emacs -Q" has been called.
4036 2011-06-21  Tim Harper  <timcharper@gmail.com>
4038         * term/ns-win.el (ns-initialize-window-system):
4039         Set application-specific `ApplePressAndHoldEnabled' system
4040         resource to NO as it is not yet supported by the NS port.
4042 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
4044         * misc.el (list-dynamic-libraries--refresh): Compute header here...
4045         (list-dynamic-libraries): ...not here.
4047 2011-06-21  Leo Liu  <sdl.web@gmail.com>
4049         * subr.el (sha1): Implement sha1 using secure-hash.
4051 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
4053         * window.el (display-buffer-alist): In default value do not
4054         enforce searching a window on any but the selected frame.
4055         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4056         (display-buffer-select-window): Remove function.
4057         (display-buffer-in-window): When a window on another frame gets
4058         reused, do not select it any more but just raise its frame if
4059         necessary (Bug#8851) and (Bug#8856).
4060         (display-buffer-normalize-options): Handle pop-up-frames related
4061         options more faithfully.
4062         (pop-to-buffer): Don't rely on `display-buffer' selecting the
4063         window if it is on another frame.
4064         (display-buffer-alist, display-buffer-default-specifiers):
4065         Don't make new frame unsplittable by default.
4066         (display-buffer-normalize-argument): Fix doc-string typo and use
4067         'same-frame-other-window instead of 'other-window when associating
4068         with display-buffer-macro-specifiers.
4070 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4072         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
4073         New functions.
4074         (5x5-mode-map, 5x5-mode-menu): Bind them.
4075         (5x5-draw-grid): Tweak the solver's rendering.
4077 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4079         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
4080         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
4082 2011-06-21  Drew Adams  <drew.adams@oracle.com>
4084         * menu-bar.el: Use function variable instead of switch-to-buffer.
4085         (menu-bar-select-buffer-function): New variable.
4086         (menu-bar-update-buffers): Use it (bug#8876).
4088 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4090         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
4091         variable's status.
4093 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
4095         * x-dnd.el (x-dnd-version-from-flags)
4096         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
4097         and long as number (Bug#8899).
4098         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
4100 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4102         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4103         (completion-try-completion, completion-all-completions): Compute the
4104         metadata argument if it's missing; make it optional (bug#8795).
4106         * wid-edit.el: Use lex-bind and move towards completion-at-point.
4107         (widget-complete): Use new :completion-function property.
4108         (widget-completions-at-point): New function.
4109         (default): Use :completion-function instead of :complete.
4110         (widget-default-completions): Rename from widget-default-complete;
4111         Rewrite.
4112         (widget-string-complete, widget-file-complete, widget-color-complete):
4113         Remove functions.
4114         (file, symbol, function, variable, coding-system, color):
4115         * international/mule-cmds.el (default-input-method, charset)
4116         (language-info-custom-alist):
4117         * cus-edit.el (face): Use new property :completions.
4119         * progmodes/pascal.el (pascal-completions-at-point): New function.
4120         (pascal-mode): Use it.
4121         (pascal-mode-map): Use completion-at-point.
4122         (pascal-toggle-completions): Make obsolete.
4123         (pascal-complete-word, pascal-show-completions):
4124         * progmodes/octave-mod.el (octave-complete-symbol):
4125         Redefine as obsolete alias.
4126         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
4127         Signal absence of completion info for old Octave,
4128         (inferior-octave-complete): Redefine as obsolete alias.
4129         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
4130         (meta-completions-at-point): Rename from meta-complete-symbol and
4131         adapt it for use on completion-at-point-functions.
4132         (meta-common-mode): Use it.
4133         (meta-looking-at-backward, meta-match-buffer): Remove.
4134         (meta-complete-symbol): Redefine as obsolete alias.
4135         (meta-common-mode-map): Use completion-at-point.
4136         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
4137         (makefile-mode-map): Use completion-at-point.
4138         (makefile-completions-at-point): Rename from makefile-complete and
4139         adapt it for use on completion-at-point-functions.
4140         (makefile-mode): Use it.
4141         (makefile-complete): Redefine as obsolete alias.
4143 2011-06-20  Deniz Dogan  <deniz@dogan.se>
4145         * net/rcirc.el: Delete trailing whitespaces once and for all.
4147 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
4149         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
4151 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
4153         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
4155         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
4157 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
4159         * window.el (display-buffer-other-window-means-other-frame):
4160         Call display-buffer-normalize-alist.
4161         (display-buffer-normalize-specifiers-1): Rename to
4162         display-buffer-normalize-argument.  New argument other-frame.
4163         Rewrite.
4164         (display-buffer-normalize-specifiers-2): Rename to
4165         display-buffer-normalize-options.
4166         (display-buffer-normalize-alist-1): New function.
4167         (display-buffer-normalize-specifiers-3): Rename to
4168         display-buffer-normalize-alist.
4169         Call display-buffer-normalize-alist-1.
4170         (display-buffer-normalize-options-inhibit): New variable.
4171         (display-buffer-normalize-specifiers): Rewrite calling
4172         display-buffer-normalize-alist,
4173         display-buffer-normalize-argument, and
4174         display-buffer-normalize-options.  Don't call the latter if
4175         display-buffer-normalize-options-inhibit is non-nil.
4176         (frame-auto-delete): New option.
4177         (window-deletable-p): Use frame-auto-delete.
4178         (window-list-no-nils, window-state-ignored-parameters)
4179         (window-state-get-1, window-state-get, window-state-put-list)
4180         (window-state-put-1, window-state-put-2, window-state-put):
4181         New functions.
4182         (display-buffer-normalize-options): Move special-display-p group
4183         after pop-up-frame group (Bug#8851) and (Bug#8856).
4185 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
4187         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
4188         groups (Bug#8776).
4189         (rx-submatch-n): New function.
4190         (rx): Document it.
4192         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
4193         (Bug#8768).
4195         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
4197         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
4199         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
4200         anytime existing face settings are present (Bug#8889).
4202         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
4203         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
4204         Remove unused argument.
4206 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
4208         * window.el (display-buffer-default-specifiers):
4209         Remove pop-up-frame.  Add pop-up-window-min-height,
4210         pop-up-window-min-width, and another reuse-window specifier
4211         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
4212         (display-buffer-normalize-specifiers-2):
4213         Handle split-height-threshold and split-width-threshold also when
4214         pop-up-windows is unset.  Add a reuse-window specifier for the
4215         case popping up a new window fails.
4216         (special-display-popup-frame): Remove double quoting.
4217         (display-buffer-normalize-specifiers-1): Fix thinko.
4219 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4221         * shell.el (shell-completion-vars): Set pcomplete-termination-string
4222         according to comint-completion-addsuffix.
4224         * pcomplete.el: Convert to lexical binding and fix bug#8819.
4225         (pcomplete-suffix-list): Mark as obsolete.
4226         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
4227         pcomplete-seen in the closure.
4228         (pcomplete-comint-setup): Setup completion-at-point as well.
4229         (pcomplete--entries): New function.
4230         (pcomplete--env-regexp): New var.
4231         (pcomplete-entries): Rewrite to work with partial-completion and
4232         without relying on pcomplete-suffix-list.
4233         (pcomplete-pare-list): Remove, unused.
4235 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
4237         * window.el (display-buffer-alist): Set pop-up-window-min-height
4238         and pop-up-window-min-width in default value.  Reported by
4239         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
4240         other-window-means-other-frame.
4241         (display-buffer-macro-specifiers): Comment out entry for
4242         other-window specifier.
4243         (display-buffer-other-window-means-other-frame): New function.
4244         (display-buffer-normalize-specifiers-1): New arguments
4245         buffer-name and label.  Treat other-window case specially.
4246         (display-buffer-normalize-specifiers-2): Treat other-window case
4247         specially.
4248         (display-buffer-normalize-specifiers-3): New function.
4249         (display-buffer-normalize-specifiers):
4250         Call display-buffer-normalize-specifiers-3.
4252 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
4254         * window.el (same-window-p): Fix two typos introduced when
4255         adding with-no-warnings.
4256         (display-buffer-normalize-specifiers-1): Don't check
4257         pop-up-frames for 'unset initialization.
4258         (display-buffer-normalize-specifiers-2): Major rewrite using
4259         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
4260         (pop-up-frames, display-buffer-reuse-frames)
4261         (display-buffer-mark-dedicated): Don't initialize to 'unset.
4262         Suggested by David Engster <deng@randomsample.de>.
4263         (even-window-heights): Initialize to 'unset.
4264         (display-buffer-alist-set): Handle new 'unset initializations.
4265         (display-buffer-macro-specifiers): Don't pop up a new frame in the
4266         other window case.
4268 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
4270         * window.el (display-buffer-normalize-specifiers-1):
4271         Respect current value of pop-up-frames for most reasonable values of
4272         second argument of display-buffer (Bug#8865).
4273         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
4274         (switch-to-buffer-other-window-same-frame)
4275         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
4276         Adams (Bug#8875).
4277         (display-buffer): Don't check noninteractive when calling
4278         display-buffer-pop-up-frame.
4279         (display-buffer-pop-up-frame): Never pop up a frame in
4280         noninteractive mode (Bug#8857).
4281         (enlarge-window, shrink-window): Don't report an error when the
4282         window can't be resized as requested (Bug#8862).
4284 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4286         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
4288         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
4290         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
4292 2011-06-15  Alan Mackenzie  <acm@muc.de>
4294         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
4295         for declarators, disable knr checking to speed up for normal files.
4296         2: Refactor, replacing a sequence of nested if forms by a cond form.
4298 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300         * net/network-stream.el (open-network-stream): Add the keyword
4301         :always-query-capabilities for the case where you want to force a
4302         `plain' network connection, but the protocol still requires the
4303         capabilitiy command (i.e., SMTP and EHLO).
4305         * subr.el (process-live-p): Rename from `process-alive-p' for
4306         consistency with other `-live-p' functions.
4308 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4310         * window.el (same-window-buffer-names, same-window-regexps)
4311         (special-display-frame-alist, special-display-popup-frame)
4312         (special-display-function, special-display-buffer-names)
4313         (special-display-regexps, pop-up-frame-alist)
4314         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
4315         (pop-up-windows, split-window-preferred-function)
4316         (split-height-threshold, split-width-threshold, even-window-heights)
4317         (display-buffer-mark-dedicated): Don't encourage the use of
4318         display-buffer-alist from Elisp code.
4320 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
4322         * progmodes/python.el (python-mode): Derive from prog-mode.
4323         * progmodes/ps-mode.el (ps-mode):
4324         * progmodes/mixal-mode.el (mixal-mode):
4325         * progmodes/cfengine.el (cfengine-mode):
4326         * progmodes/ld-script.el (ld-script-mode): Likewise.
4328 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
4330         * window.el (display-buffer-alist): Trim default value to avoid
4331         popping up a new frame (Bug#8857) or reusing an arbitrary window
4332         on another frame.
4333         (display-buffer): Do not fall back on popping up a new frame in
4334         batch mode (Bug#8857).
4336 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
4338         * cus-theme.el (describe-theme-1): Use custom-theme-p.
4339         (custom-theme-summary): New function.
4340         (customize-themes): Use it.
4342 2011-06-13  Glenn Morris  <rgm@gnu.org>
4344         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
4346 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
4348         * help.el (help-window): Remove variable.
4349         (help-window-point-marker, temp-buffer-max-height)
4350         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
4351         (help-print-return-message): Don't set help-window.
4352         (resize-temp-buffer-window): Rewrite cod eand doc-string.
4353         (help-window-setup-finish): Remove.
4354         (help-window-display-message, help-window-setup)
4355         (with-help-window): Major rewrite based on new
4356         display-buffer-window variable.
4358         * help-mode.el (help-mode-finish): Remove help-window related
4359         code.
4361         * view.el (view-exits-all-viewing-windows): Remove reference to
4362         view-return-to-alist in doc-string.
4363         (view-return-to-alist): Make obsolete.
4364         (view-buffer): Call pop-to-buffer-same-window and remove
4365         undo-window code.
4366         (view-buffer-other-window): Call pop-to-buffer-other-window and
4367         simplify code.  Ignore second argument.
4368         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
4369         simplify code.  Ignore second argument.
4370         (view-return-to-alist-update): Make obsolete.
4371         (view-mode-enter): Rename second argument to QUIT-RESTORE.
4372         Rewrite using quit-restore window parameters.
4373         (view-mode-exit): Rename second argument to EXIT-ONLY.
4374         Rewrite using quit-restore-window.
4375         (View-exit, View-exit-and-edit, View-leave, View-quit)
4376         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
4377         appropriate arguments.
4378         (view-end-message): Use quit-restore window parameter.
4380         * window.el (display-buffer-function): Rewrite doc-string.
4381         (display-buffer-window, display-buffer-alist): New variables.
4382         (display-buffer-split-specifiers)
4383         (display-buffer-side-specifiers)
4384         (display-buffer-macro-specifiers): New constants.
4385         (display-buffer-even-window-sizes, display-buffer-set-height)
4386         (display-buffer-set-width, display-buffer-select-window)
4387         (display-buffer-in-window, display-buffer-reuse-window)
4388         (display-buffer-split-window-1, display-buffer-split-window)
4389         (display-buffer-split-atom-window, display-buffer-pop-up-window)
4390         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
4391         (display-buffer-in-side-window, normalize-buffer-to-display)
4392         (display-buffer-normalize-specifiers-1)
4393         (display-buffer-normalize-specifiers-2)
4394         (display-buffer-normalize-specifiers, display-buffer-frame):
4395         New functions.
4396         (display-buffer): Major rewrite.
4397         (display-buffer-other-window, display-buffer-other-frame)
4398         (pop-to-buffer, switch-to-buffer-other-window)
4399         (switch-to-buffer-other-frame): Rewrite.
4400         (display-buffer-same-window, display-buffer-same-frame)
4401         (display-buffer-same-frame-other-window)
4402         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4403         (pop-to-buffer-other-window)
4404         (pop-to-buffer-same-frame-other-window)
4405         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
4406         (switch-to-buffer-other-window-same-frame): New functions.
4407         (same-window-p, special-display-p): Rewrite disabling warnings.
4408         Make obsolete.
4409         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4410         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
4411         Make obsolete
4412         (same-window-buffer-names, same-window-regexps)
4413         (special-display-frame-alist, special-display-popup-frame)
4414         (special-display-function, special-display-buffer-names)
4415         (special-display-regexps, pop-up-frame-alist)
4416         (pop-up-frame-function, split-window-preferred-function)
4417         (split-height-threshold, split-width-threshold)
4418         (even-window-heights): Make obsolete.
4420 2011-06-12  Glenn Morris  <rgm@gnu.org>
4422         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
4423         Misc simplifications.
4425 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
4427         * window.el (window-safely-shrinkable-p): Restore function which
4428         was inadvertently removed in change from 2011-06-11.  Declare as
4429         obsolete.
4431         * calendar/calendar.el (calendar-generate-window):
4432         Use window-iso-combined-p instead of combination of one-window-p and
4433         window-safely-shrinkable-p.
4435 2011-06-12  Glenn Morris  <rgm@gnu.org>
4437         * progmodes/fortran.el (fortran-mode-syntax-table):
4438         * progmodes/f90.el (f90-mode-syntax-table):
4439         Set % to punctuation.  (Bug#8820)
4440         (f90-find-tag-default): Remove, no longer needed.
4442 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
4444         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
4446 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
4448         * image.el (image-animated-p): Return animation delay in seconds.
4449         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
4450         (image-animate-timeout): Remove DELAY argument.  Don't assume
4451         every subimage has the same delay; get it from image-animated-p.
4452         (image-animate): Caller changed.
4454 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
4456         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
4457         to ignored backtrace functions.
4459 2011-06-11  Glenn Morris  <rgm@gnu.org>
4461         * calendar/appt.el (appt-disp-window-function): Doc fix.
4462         (appt-check): Handle overlapping appointments.  (Bug#8337)
4464 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
4466         * window.el (window-tree-1, window-tree): New functions, moving
4467         the latter to window.el.
4468         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4469         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4470         (bw-refresh-edges): Remove.
4471         (balance-windows-1, balance-windows-2): New functions.
4472         (balance-windows): Rewrite in terms of window tree functions,
4473         balance-windows-1 and balance-windows-2.
4474         (bw-adjust-window): Remove.
4475         (balance-windows-area-adjust): New function with functionality of
4476         bw-adjust-window but using resize-window.
4477         (set-window-text-height): Rewrite doc-string.
4478         Use normalize-live-window and resize-window.
4479         (enlarge-window-horizontally, shrink-window-horizontally):
4480         Rename argument to DELTA.
4481         (window-buffer-height): New function.
4482         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
4483         Rewrite using new window resize routines.
4484         (kill-buffer-and-window, mouse-autoselect-window-select):
4485         Use ignore-errors instead of condition-case.
4486         (quit-window): Call delete-frame instead of delete-windows-on
4487         for the only buffer on frame.
4489 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
4491         * loadup.el (top-level): Load window before files for the sake
4492         of replace-buffer-in-windows.
4494         * files.el (read-buffer-to-switch)
4495         (switch-to-buffer-other-window)
4496         (switch-to-buffer-other-frame, display-buffer-other-frame):
4497         Move to window.el.
4499         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
4500         (previous-buffer): Move to window.el.
4502         * bindings.el (unbury-buffer): Move to window.el.
4504         * window.el (delete-other-windows-vertically): Move after
4505         definition of delete-other-windows.
4506         (other-window, delete-windows-on, replace-buffer-in-windows):
4507         Move here from window.c.
4508         (record-window-buffer, unrecord-window-buffer)
4509         (set-window-buffer-start-and-point, switch-to-prev-buffer)
4510         (switch-to-next-buffer): New functions.
4511         (get-next-valid-buffer, last-buffer, next-buffer): Move here
4512         from simple.el.  Call switch-to-next-buffer.
4513         (previous-buffer): Move here from simple.el.
4514         Call switch-to-prev-buffer.
4515         (bury-buffer): Move here from buffer.c.  Switch to previous
4516         buffer when window cannot be deleted.
4517         (unbury-buffer): Move here from bindings.el.
4518         (ctl-x-map): Move binding for other-window from window.c to
4519         here.
4520         (read-buffer-to-switch, switch-to-buffer-other-window)
4521         (switch-to-buffer-other-frame): Move here from files.el.
4522         (normalize-buffer-to-switch-to): New functions.
4523         (switch-to-buffer): Move here from buffer.c.
4524         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
4526 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
4528         * window.el (window-min-height, window-min-width): Move here
4529         from window.c.  Add defcustoms and rewrite doc-strings.
4530         (resize-mini-window, resize-window): New functions.
4531         (adjust-window-trailing-edge, enlarge-window, shrink-window):
4532         Move here from window.c.
4533         (maximize-window, minimize-window): New functions.
4534         (delete-window, delete-other-windows, split-window): Move here
4535         from window.c.
4536         (window-split-min-size): New function.
4537         (split-window-keep-point): Mention split-window-above-each-other
4538         instead of split-window-vertically.
4539         (split-window-above-each-other, split-window-vertically):
4540         Rename split-window-vertically to split-window-above-each-other and
4541         provide defalias for old definition.
4542         (split-window-side-by-side, split-window-horizontally): Rename
4543         split-window-horizontally to split-window-side-by-side and provide
4544         defalias for the old definition.
4545         (ctl-x-map): Move bindings for delete-window,
4546         delete-other-windows and enlarge-window here from window.c.
4547         Replace bindings for split-window-vertically and
4548         split-window-horizontally by bindings for
4549         split-window-above-each-other and split-window-side-by-side.
4551         * cus-start.el (all): Remove entries for window-min-height and
4552         window-min-width.  Add entries for window-splits and
4553         window-nest.
4555 2011-06-09  Glenn Morris  <rgm@gnu.org>
4557         * calendar/appt.el (appt-mode-line): New function.
4558         (appt-check, appt-disp-window): Use it.
4560         * files.el (hack-one-local-variable-eval-safep):
4561         Allow minor-modes with explicit +/-1 arguments.
4563 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
4565         * term/xterm.el (xterm): Add defgroup.
4566         (xterm-extra-capabilities): Add defcustom to supply known xterm
4567         capabilities, skip querying them, or query them (default).
4568         (terminal-init-xterm): Use it.
4569         (terminal-init-xterm-modify-other-keys): New function to set up
4570         modifyOtherKeys support to simplify `terminal-init-xterm'.
4572 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
4574         * window.el (resize-window-reset, resize-window-reset-1)
4575         (resize-subwindows-skip-p, resize-subwindows-normal)
4576         (resize-subwindows, resize-other-windows, resize-this-window)
4577         (resize-root-window, resize-root-window-vertically)
4578         (window-deletable-p, window-or-subwindow-p)
4579         (frame-root-window-p): New functions.
4581 2011-06-09  Glenn Morris  <rgm@gnu.org>
4583         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
4584         (ange-ftp-get-files): Use it.
4586 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4588         * mail/sendmail.el (mail-recover-1, mail-recover):
4589         * files.el (recover-file, recover-session):
4590         Handle dired-listing-switches not being just a single short option.
4592 2011-06-09  Glenn Morris  <rgm@gnu.org>
4594         * calendar/appt.el (appt-display-message, appt-disp-window):
4595         Handle lists of appointments.
4597 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
4599         * window.el (one-window-p): Move down in code.
4600         Rewrite doc-string.
4601         (window-current-scroll-bars): Rewrite doc-string.
4602         Normalize live window argument.
4603         (walk-windows, get-window-with-predicate, count-windows):
4604         Rewrite doc-string.  Use window-list-1.
4605         (window-in-direction-2, window-in-direction, get-mru-window):
4606         New functions.
4608 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
4610         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
4611         Doc fix (Bug#8713).
4613 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
4615         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
4617 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
4619         * loadhist.el (unload-feature-special-hooks):
4620         Add `comint-output-filter-functions'.
4622 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
4624         * calendar/appt.el (appt-check): Move some initializations into the let.
4626 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
4628         * window.el (window-height): Defalias to window-total-height.
4629         (window-width): Defalias to window-body-width.
4631 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
4633         * image-mode.el (image-toggle-animation): New command.
4634         (image-mode-map): Bind it to RET.
4635         (image-mode): Update message.
4636         (image-toggle-display-image): Avoid a spurious cache flush.
4637         (image-transform-rotation): Doc fix.
4638         (image-transform-properties): Return quickly in the normal case.
4639         (image-animate-loop): Rename from image-animate-max-time.
4641         * image.el (image-animate-max-time): Move to image-mode.el.
4642         (create-animated-image): Remove unnecessary function.
4643         (image-animate): Rename from image-animate-start.  New arg.
4644         (image-animate-stop): Remove; just use image-animate-timer.
4645         (image-animate-timer): Use car-safe.
4646         (image-animate-timeout): Rename argument.
4648 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
4650         * window.el (get-lru-window, get-largest-window): Move here from
4651         window.c.  Rename first argument to ALL-FRAMES.
4652         Rephrase doc-strings.
4653         (get-buffer-window-list): Rewrite using window-list-1.
4654         Rephrase doc-string.
4655         (window-safe-min-height, window-safe-min-width): New constants.
4656         (window-size-ignore, window-min-size, window-min-size-1)
4657         (window-sizable, window-sizable-p, window-size-fixed-1)
4658         (window-size-fixed-p, window-min-delta-1, window-min-delta)
4659         (window-max-delta-1, window-max-delta, window-resizable)
4660         (window-resizable-p, window-total-height, window-total-width)
4661         (window-body-width): New functions.
4662         (window-full-height-p, window-full-width-p): Rewrite using
4663         window-total-size.
4664         (window-body-height): Rewrite using window-body-size.
4666 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
4668         * window.el (window-right, window-left, window-child)
4669         (window-child-count, window-last-child, window-any-p)
4670         (normalize-live-buffer, normalize-live-frame)
4671         (normalize-any-window, normalize-live-window)
4672         (window-iso-combination-p, window-iso-combined-p)
4673         (window-iso-combinations)
4674         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
4675         (windows-with-parameter, window-with-parameter)
4676         (window-atom-root, make-window-atom, window-atom-check-1)
4677         (window-atom-check, window-side-check, window-check):
4678         New functions.
4679         (ignore-window-parameters, window-sides, window-sides-vertical)
4680         (window-sides-slots): New variables.
4681         (window-size-fixed): Move down in code.  Minor doc-string fix.
4683 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
4685         * comint.el (comint-dynamic-complete-as-filename)
4686         (comint-dynamic-complete-filename): Correctly call
4687         completion-in-region.
4689 2011-06-05  Deniz Dogan  <deniz@dogan.se>
4691         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
4692         in last change.
4694 2011-06-05  Deniz Dogan  <deniz@dogan.se>
4696         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
4697         (rcirc): Use it to prompt for encryption.
4699 2011-06-05  Roland Winkler  <winkler@gnu.org>
4701         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
4702         (bibtex-search-entries): New command bound to C-c C-a.
4703         (bibtex-display-entries): New function.
4705 2011-06-05  Roland Winkler  <winkler@gnu.org>
4707         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
4708         (bibtex-insert-kill): After yanking insert newline if necessary.
4709         (bibtex-initialize): Call bibtex-string-files-init only once.
4710         (bibtex-mode): Do not call easy-menu-add.
4711         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
4712         (bibtex-yank): Set arg properly if nil.
4714 2011-06-05  Roland Winkler  <winkler@gnu.org>
4716         * textmodes/bibtex.el (bibtex-search-entry-globally):
4717         New variable.
4718         (bibtex-search-entry): Use it.
4720 2011-06-05  Roland Winkler  <winkler@gnu.org>
4722         * textmodes/bibtex.el (bibtex-entry-format): New option
4723         sort-fields.
4724         (bibtex-format-entry, bibtex-reformat): Honor this option.
4725         (bibtex-parse-entry): Return fields in proper order.
4727 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
4729         * doc-view.el (doc-view-remove-if): Move computation of result out
4730         of `dolist' to silence misleading lexical-binding warning.
4732 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
4734         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
4735         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
4737 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
4739         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
4740         "SunOS 5.10".
4742 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
4744         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
4745         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
4746         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
4747         (tramp-parse-putty):
4748         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
4749         (tramp-completion-function-alist-ssh)
4750         (tramp-completion-function-alist-telnet)
4751         (tramp-completion-function-alist-su)
4752         (tramp-completion-function-alist-putty): Set `tramp-autoload'
4753         cookie.
4755         * net/tramp-ftp.el:
4756         * net/tramp-sh.el:
4757         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
4758         load "tramp.el" `tramp-set-completion-function'.
4760 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4762         * shell.el: Require and use pcomplete.
4763         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
4764         (shell-completion-vars): Set pcomplete-default-completion-function.
4766 2011-06-04  Deniz Dogan  <deniz@dogan.se>
4768         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
4769         `memq' (Bug#8799).
4771 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4773         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
4775 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
4777         * bs.el (bs--mark-unmark, bs--nth-wrapper):
4778         * mpc.el (mpc-select-extend, mpc-songpointer-context):
4779         * vc/log-view.el (log-view-beginning-of-defun):
4780         * vc/smerge-mode.el (smerge-apply-resolution-patch)
4781         (smerge-refine-forward, smerge-refine-chopup-region):
4782         Silence warning for unused `dotimes' counter variables.
4784 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4786         * net/tramp.el (tramp-with-progress-reporter): Rename from
4787         with-progress-reporter.  Use `declare'.
4788         * net/tramp-smb.el:
4789         * net/tramp-sh.el:
4790         * net/tramp-gvfs.el: Update all uses.
4792 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
4794         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
4795         buffer isn't killed before making it current.
4797 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4799         Silence various byte-compiler warnings.
4800         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
4801         `access-type' and new obsolescence format.
4802         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
4803         new format.
4804         (byte-compile-check-variable): New `access-type' argument.
4805         Only warn if the access-type is obsolete.
4806         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
4807         (byte-compile-variable-set): Adjust callers.
4808         * help-fns.el (describe-variable): Adjust to new obsolescence format.
4809         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
4810         setting it as obsolete.
4811         * simple.el (minibuffer-completing-symbol):
4812         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
4813         access as obsolete.
4814         * minibuffer.el (minibuffer-completing-file-name): Don't make it
4815         obsolete yet.
4816         * international/quail.el (quail-mouse-choose-completion): Remove unused
4817         code referring to obsolete var.
4818         (quail-choose-completion-string): Remove.
4819         * server.el (server-clients-with, server-kill-buffer-query-function)
4820         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
4821         * proced.el (proced-send-signal):
4822         * emacs-lisp/lisp.el (lisp-complete-symbol):
4823         Replace completion-annotate-function with completion-extra-properties.
4825 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4827         * simple.el (goto-line): Use read-number.
4828         (overriding-map-is-bound): Remove.
4829         (saved-overriding-map): Change default.
4830         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
4831         Take the map as argument.
4832         (universal-argument, negative-argument, digit-argument): Use it.
4833         (restore-overriding-map): Adjust.
4834         (do-auto-fill): Use fill-forward-paragraph.
4835         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
4837         * minibuffer.el (minibuffer-inactive-mode-map): New var.
4838         (minibuffer-inactive-mode): New major mode.
4839         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
4840         the *Messages* buffer" hack.
4841         (mouse-popup-menubar): Don't burp if the event is a normal key.
4843         Miscellaneous tweaks.
4844         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
4845         lexical scoping as in subr.el's dolist and dotimes.
4846         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
4847         Silence compiler warning.
4848         * thingatpt.el (forward-whitespace): Trivial coding style fix.
4849         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
4850         * international/ccl.el (ccl-compile): Trivial simplification.
4851         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
4852         * emacs-lisp/testcover.el (testcover-end): Remove spurious
4853         `printflag' argument.
4854         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4855         Purecopy the whole obsolescence data.
4857 2011-06-01  Leo Liu  <sdl.web@gmail.com>
4859         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
4860         improve doc-string as suggested by Marco Pessotto
4861         <melmothx@gmail.com>.
4862         (rcirc-print): Fix last change.
4864 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4866         * minibuffer.el (complete-with-action): Return nil for the metadata and
4867         boundaries of non-functional tables.
4868         (completion-table-dynamic): Return nil for the metadata.
4869         (completion-table-with-terminator): Add default case, using
4870         complete-with-action.
4871         (completion--metadata): New function.
4872         (completion-all-sorted-completions, minibuffer-completion-help): Use it
4873         to try and avoid pathological performance problems.
4874         (completion--embedded-envvar-table): Return `category' metadata.
4876 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878         * subr.el (process-alive-p): New tiny convenience function.
4880 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4882         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
4883         content but also its previous major mode.
4885 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
4887         * emacs-lisp/debug.el (debug): Restore the previous content of the
4888         *Backtrace* buffer when we exit with C-M-c.
4890 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4892         * minibuffer.el: Add metadata method to completion tables.
4893         (completion-category-overrides): New defcustom.
4894         (completion-metadata, completion--field-metadata)
4895         (completion-metadata-get, completion--styles)
4896         (completion--cycle-threshold): New functions.
4897         (completion-try-completion, completion-all-completions):
4898         Add `metadata' argument to choose completion-styles.
4899         (completion--do-completion): Use metadata to choose cycling.
4900         (completion-all-sorted-completions): Use metadata for sorting.
4901         Remove :completion-cycle-penalty which is not needed any more.
4902         (completion--try-word-completion): Add `metadata' argument.
4903         (minibuffer-completion-help): Check metadata for annotation function
4904         and sorting.
4905         (completion-file-name-table): Return `category' metadata.
4906         (minibuffer-completing-file-name): Make obsolete.
4907         * simple.el (minibuffer-completing-symbol): Make obsolete.
4908         * icomplete.el (icomplete-completions): Pass new `metadata' param to
4909         completion-try-completion.
4911 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4913         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
4915 2011-05-30  Leo Liu  <sdl.web@gmail.com>
4917         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
4918         (rcirc-print): Decode all incoming messages (bug#8744).
4919         (rcirc-decode-coding-system): Allow value nil for automatic coding
4920         system detection.
4922 2011-06-01  Glenn Morris  <rgm@gnu.org>
4924         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
4926 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
4928         * image.el (image-animate-max-time): Allow nil and t values.
4929         Default to nil.
4930         (create-animated-image): Doc fix.
4931         (image-animate-start): Remove second arg; just use
4932         image-animate-max-time.
4933         (image-animate-timeout): Doc fix.  Args changed.
4935         * image-mode.el (image-toggle-display-image): Ensure that the
4936         image spec passed to the animate timer is the same object as in
4937         the the buffer's display property (Bug#6981).
4938         (image-transform-properties): Doc fix.
4940         * image.el (image-animate-max-time): Default to nil.
4942 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
4944         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
4945         entire buffer list (Bug#8184).
4947 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
4949         * image.el (imagemagick-types-inhibit)
4950         (imagemagick-register-types): Doc fix.
4952 2011-05-29  Deniz Dogan  <deniz@dogan.se>
4954         * net/rcirc.el (rcirc): Use the user's stored encryption method by
4955         default.
4957 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
4959         * select.el: Don't perform clipboard-manager saving in hooks;
4960         leave the hooks empty.
4962 2011-05-28  Leo Liu  <sdl.web@gmail.com>
4964         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
4965         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
4966         (occur-edit-mode): New major mode (Bug#8463).
4967         (occur-after-change-function): New function.
4968         (occur-engine): Give Occur tags a read-only property.
4970 2011-05-28  Kevin Ryde  <user42@zip.com.au>
4972         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
4974 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
4976         * bindings.el (help-echo): Make the initial non-indicator dash
4977         empty on graphical terminals (Bug#7295).
4979         * files.el (auto-mode-alist): Move config rule after the
4980         in-stripping one (Bug#8547).
4982         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
4984         * startup.el (normal-splash-screen): Remove gratuitous mode-line
4985         setting (Bug#8740).
4987 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
4989         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
4990         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
4991         (Bug#8539).
4993 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
4995         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
4997 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
4999         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
5000         (hs-hide-block-at-point, hs-find-block-beginning)
5001         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
5002         (Bug#8279).
5004 2011-05-28  Glenn Morris  <rgm@gnu.org>
5006         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
5008 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
5010         * help-fns.el (describe-function-1): If the function is a derived
5011         major mode, print the parent mode.
5013         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
5014         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
5016 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5018         * minibuffer.el (completion--capf-wrapper): Check applicability before
5019         retuning non-nil for non-exclusive completion data.
5020         * progmodes/etags.el (tags-completion-at-point-function):
5021         * info-look.el (info-lookup-completions-at-point): Mark as
5022         non-exclusive.
5023         (info-complete): Adjust accordingly.
5025         * info-look.el: Convert to lexical-binding and completion-at-point.
5026         (info-lookup-completions-at-point): New function.
5027         (info-complete): Use it and completion-in-region.
5029 2011-05-28  Drew Adams  <drew.adams@oracle.com>
5031         * isearch.el: Let M-e start with point at the first mismatched char.
5032         (isearch-fail-pos): New function.
5033         (isearch-edit-string): Use it.
5035 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
5037         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5039 2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
5041         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
5042         traversal functions for avl-trees.
5043         (avl-tree--stack): New struct.
5044         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
5045         (avl-tree-enter): Add optional `updatefun' arg.
5046         (avl-tree--do-enter): Add optional `updatefun' arg.
5047         Change return value.
5048         (avl-tree-delete): Add optional `test' and `nilflag' args.
5049         (avl-tree--do-delete): Add `test' and `nilflag' args.
5050         Change return value.
5051         (avl-tree-member): Add optional `nilflag'
5052         (avl-tree-member-p): New function.
5053         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
5054         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
5055         (avl-tree-stack-empty-p): New functions.
5057 2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
5059         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
5060         avl-tree--del-balance1 and make it work both ways.
5061         (avl-tree--del-balance2): Remove.
5062         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
5063         make it work both ways.
5064         (avl-tree--enter-balance2): Remove.
5065         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
5066         New macros.
5067         (avl-tree--mapc, avl-tree-map): Add direction argument.
5069 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
5071         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
5073 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
5075         * select.el: Support clipboard managers with built-in function
5076         x-clipboard-manager-save, via delete-frame-functions and
5077         kill-emacs-hook.
5078         (xselect-convert-to-targets): Add MULTIPLE target to list.
5079         (xselect-convert-to-save-targets): New function.
5081 2011-05-27  Kenichi Handa  <handa@m17n.org>
5083         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
5084         let-binding rfc2047-encode-encoded-words to nil.
5086 2011-05-27  Glenn Morris  <rgm@gnu.org>
5088         * mail/emacsbug.el: Don't require url-util.
5090         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
5092         * files.el (set-auto-mode):
5093         Also respect mode: entries at the end of the file.  (Bug#8586)
5095 2011-05-26  Glenn Morris  <rgm@gnu.org>
5097         * files.el (hack-local-variables-prop-line, hack-local-variables):
5098         Downcase mode names, as seems to be traditional.
5099         (hack-local-variables, hack-local-variables-apply): Doc fixes.
5101         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
5102         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
5104 2011-05-25  Julien Danjou  <julien@danjou.info>
5106         * textmodes/rst.el (rst-define-level-faces): Do not define face
5107         symbol if it is already defined.
5109 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5111         * play/5x5.el (5x5-new-game, 5x5-randomize):
5112         Reset 5x5-solver-output to nil when a new grid is cast.
5113         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
5114         these debugging traces, as defmacro breaks the compiled code.
5116 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
5118         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5120 2011-05-24  Leo Liu  <sdl.web@gmail.com>
5122         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
5123         (vc-bzr-sha1): Adapt.
5125         * sha1.el: Remove.  Function `sha1' is now builtin.
5127         * bindings.el: Provide sha1 feature.
5129 2011-05-24  Kenichi Handa  <handa@m17n.org>
5131         * mail/sendmail.el: Require `rfc2047'.
5132         (mail-insert-from-field): Do not perform RFC2047 encoding.
5133         (mail-encode-header): New function.
5134         (sendmail-send-it): Set buffer-file-coding-system of the work
5135         buffer to the return value of select-message-coding-system.
5136         Call mail-encode-header.
5138         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
5140 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
5142         * mail/supercite.el (sc-default-cite-frame):
5143         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
5145 2011-05-24  Glenn Morris  <rgm@gnu.org>
5147         * progmodes/python.el (brm-menu): Declare.
5149         * emulation/viper.el (viper-set-hooks): Declare.
5151         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
5152         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
5153         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
5154         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
5155         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
5156         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
5158 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5160         Add an :exit-function for completion-at-point.
5162         * minibuffer.el (completion--done): New fun.
5163         (completion--do-completion): Use it.  New arg `expect-exact'.
5164         (minibuffer-complete, minibuffer-complete-word): Don't output message,
5165         since completion--do-completion does it for us now.
5166         (minibuffer-force-complete): Use completion--done and
5167         completion--replace.  Handle sole-completion case with more care.
5168         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
5169         (completion-extra-properties): New var.
5170         (completion-annotate-function): Make obsolete.
5171         (minibuffer-completion-help): Adjust accordingly.
5172         Use completion-list-insert-choice-function.
5173         (completion-at-point, completion-help-at-point):
5174         Bind completion-extra-properties.
5175         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
5176         * simple.el (completion-list-insert-choice-function): New var.
5177         (completion-setup-function): Preserve it.
5178         (choose-completion): Pay attention to it, shuffle the code a bit.
5179         (choose-completion-string): New arg `insert-function'.
5181         * textmodes/bibtex.el: Convert to lexical binding.
5182         (bibtex-mode-map): Use completion-at-point.
5183         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
5184         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
5185         (bibtex-complete): Define as obsolete alias.
5186         (bibtex-complete-internal): Remove.
5187         (bibtex-format-entry): Remove unused sub-group in regexp.
5188         * shell.el (shell--command-completion-data)
5189         (shell-environment-variable-completion):
5190         * pcomplete.el (pcomplete-completions-at-point):
5191         * comint.el (comint--complete-file-name-data): Use :exit-function
5192         instead of completion-table-with-terminator so it also works for
5193         choose-completion.
5195 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5197         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
5199         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
5200         (bug#8710).
5202         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
5204 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
5206         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
5207         customization variable and implement: If non-nil, auto-fill will
5208         be inhibited while on topic's header line.
5210 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5212         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
5213         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
5214         always have a solution in grid size = 5 cases.
5215         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
5216         (5x5-solver-output, 5x5-log-buffer): New vars.
5217         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
5218         Make these variables buffer local to achieve 5x5 multi-session-ness.
5219         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
5220         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
5221         (5x5-solve-suggest): New funs.
5222         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
5223         randomize a grid so that we ensure that there is always a solution.
5224         (5x5-make-random-grid): Allow other movement than flipping.
5226 2011-05-23  Kevin Ryde  <user42@zip.com.au>
5228         * emacs-lisp/advice.el (ad-read-advised-function):
5229         Use `function-called-at-point' as the default default, if it has
5230         advice and passes PREDICATE.
5232 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5234         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
5235         byte-compile-lambda if it's actually a lambda.
5237         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
5238         Fix function quoting.  Use backquote better.
5240 2011-05-22  Yuanle Song  <sylecn@gmail.com>
5242         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
5243         matching (Bug#8516).
5245 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
5247         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
5248         different face (Bug#8178).
5250 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
5252         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
5253         defface (Bug#8144).
5255 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5257         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
5258         funcall as well (bug#8712).  Warn when performing those conversions.
5259         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
5261         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
5263 2011-05-22  Glenn Morris  <rgm@gnu.org>
5265         * files.el (hack-local-variables-prop-line): Small simplifications.
5266         (hack-local-variables, hack-local-variables-prop-line):
5267         If MODE-ONLY, return the mode, rather than just `t'.
5269 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5271         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
5273 2011-05-21  Glenn Morris  <rgm@gnu.org>
5275         * files.el (hack-local-variables-prop-line, hack-local-variables):
5276         If only interested in the mode, don't bother doing the other stuff.
5278         * image-mode.el (image-after-revert-hook):
5279         Redraw all frames on which the image is visible.  (Bug#8567)
5281         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
5283         * wid-edit.el (widget-checklist-match-inline):
5284         Fix 2011-04-19 change.  (Bug#8649)
5286 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5288         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
5289         Also allow singlespace after single-letter capitals followed by a dot.
5291         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
5292         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
5294 2011-05-20  Nix  <nix@esperi.org.uk>
5296         * files.el (basic-save-buffer-2):
5297         Fix handling of break-hardlink-on-save with non-existent files.
5299 2011-05-19  Deniz Dogan  <deniz@dogan.se>
5301         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
5302         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
5304 2011-05-19  Glenn Morris  <rgm@gnu.org>
5306         * progmodes/f90.el (f90-type-def-re):
5307         Handle "type, bind(c)".  (Bug#8691)
5309         * emacs-lisp/autoload.el (batch-update-autoloads):
5310         Set autoload-excludes by parsing loadup.el rather than Makefiles.
5312 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
5314         * net/tramp.el (tramp-process-actions): Set "first-password-request"
5315         property for the correct connection in case of multihops.
5317 2011-05-18  Glenn Morris  <rgm@gnu.org>
5319         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
5320         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
5322         Rationalize calendar handling of day and month abbrev-arrays.
5323         * calendar/calendar.el (calendar-customized-p): New function.
5324         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
5325         (calendar-day-name-array, calendar-month-name-array): Doc fix.
5326         Add :set function.
5327         (calendar-abbrev-length, calendar-day-abbrev-array)
5328         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
5329         (calendar-day-abbrev-array, calendar-month-abbrev-array):
5330         Elements may no longer be nil.
5331         (calendar-day-name, calendar-month-name):
5332         Update for changed nature of abbrev arrays.
5333         * calendar/diary-lib.el (diary-name-pattern):
5334         Update for changed nature of abbrev arrays.
5335         (diary-mark-entries-1): Update calendar-make-alist calls.
5336         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
5337         * calendar/cal-html.el (cal-html-day-abbrev-array):
5338         Simply inherit from calendar-day-abbrev-array.
5340 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5342         * progmodes/grep.el (grep-mode): Disable default
5343         compilation-directory-matcher setting (bug#8684).
5345 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
5347         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
5348         instead of "head" and "tail".  There were problems with SunOS 5.9,
5349         and it performs better.
5351 2011-05-17  Glenn Morris  <rgm@gnu.org>
5353         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
5355         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5356         Replace obsolete function.
5358         * shell.el (pcomplete-parse-arguments-function): Declare.
5360         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
5361         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
5362         (appt-check): Doc fixes.
5363         (appt-disp-window-function, appt-delete-window-function):
5364         Remove needless special case in custom :type.
5365         (appt-display-count): Default to 0, not nil.
5366         (appt-check): Reset appt-display-count to 0, not nil.
5368 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
5370         * progmodes/python.el (python-font-lock-keywords):
5371         Add the Python 3.X keyword "nonlocal" (bug#8639).
5373 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5375         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
5377 2011-05-16  Kevin Ryde  <user42@zip.com.au>
5379         * info-look.el (makefile-automake-mode): New setups, looking in
5380         automake manual, then makefile-mode.
5381         (makefile-mode): Remove automake manual, have it just in
5382         makefile-automake-mode since there's various things different or
5383         not relevant to plain make.
5384         (makefile-mode): Remove "other-modes" non-existent automake-mode,
5385         believe a hypothetical automake-mode would go to makefile-mode,
5386         not the other way around.
5388 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
5390         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
5391         hunk-end tags (Bug#8672).
5393         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
5394         vc-annotate-show-diff-revision-at-line (Bug#8671).
5396 2011-05-14  Glenn Morris  <rgm@gnu.org>
5398         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
5399         in the middle of an existing one with multiple authors.  (Bug#8645)
5400         (change-log-font-lock-keywords): Also handle multiple author lines
5401         with leading tabs.  (Bug#8644)
5403         * calendar/appt.el (appt-check): Rename some local variables.
5404         Some simplification/reordering.
5406         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
5407         (feedmail-sendmail-f-doesnt-sell-me-out)
5408         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
5409         (feedmail-debug-sit-for, feedmail-queue-express-hook)
5410         (feedmail-queue-runner-message-sender): Set :version.
5411         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
5412         (bbdb-dwim-net-address, vm-mail): Declare.
5413         (feedmail-binmail-gnulinuxish-template):
5414         Rename from feedmail-binmail-linuxish-template.
5415         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
5416         Use insert-buffer-substring.
5418 2011-05-14  Bill Carpenter  <bill@carpenter.org>
5420         * mail/feedmail.el (feedmail-patch-level): Increase.
5421         (feedmail-debug): New custom group.
5422         (feedmail-confirm-outgoing-timeout)
5423         (feedmail-sendmail-f-doesnt-sell-me-out)
5424         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
5425         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
5426         (feedmail-sender-line, feedmail-from-line)
5427         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
5428         (feedmail-spray-this-address)
5429         (feedmail-spray-address-fiddle-plex-list)
5430         (feedmail-queue-use-send-time-for-date)
5431         (feedmail-queue-use-send-time-for-message-id)
5432         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
5433         (feedmail-buffer-eating-function):
5434         Doc fixes.
5435         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
5436         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
5437         (feedmail-message-action-scroll-down): New functions.
5438         (feedmail-queue-directory, feedmail-queue-draft-directory):
5439         Use expand-file-name.
5440         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
5441         Remove C-v help entry.
5442         (feedmail-queue-buffer-file-name): New variable.
5443         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
5444         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
5445         (feedmail-message-action-send-strong, feedmail-message-action-edit)
5446         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
5447         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
5448         (feedmail-message-action-toggle-spray)
5449         (feedmail-run-the-queue-no-prompts)
5450         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
5451         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
5452         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
5453         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
5454         (feedmail-envelope-deducer, feedmail-fiddle-from)
5455         (feedmail-fiddle-sender, feedmail-default-date-generator)
5456         (feedmail-fiddle-date, feedmail-fiddle-message-id)
5457         (feedmail-fiddle-spray-address)
5458         (feedmail-fiddle-list-of-spray-fiddle-plexes)
5459         (feedmail-fiddle-list-of-fiddle-plexes)
5460         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
5461         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
5462         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
5463         Change default.  Doc fix.
5464         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
5465         (feedmail-binmail-linuxish-template): New constant.
5466         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
5467         Respect feedmail-sendmail-f-doesnt-sell-me-out.
5468         (feedmail-send-it): Add debug call.
5469         Use feedmail-queue-buffer-file-name, and
5470         feedmail-send-it-immediately-wrapper.
5471         (feedmail-message-action-send): Add debug call.
5472         Use feedmail-send-it-immediately-wrapper.
5473         (feedmail-queue-express-to-queue): Add debug call.
5474         Run feedmail-queue-express-hook.
5475         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
5476         (feedmail-message-action-help-blat):
5477         Rename from feedmail-queue-send-edit-prompt-help-first.
5478         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
5479         Check line-endings.  Handle errors better.
5480         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
5481         Doc fix.  Add debug call.
5482         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
5483         Use feedmail-queue-send-edit-prompt-inner.
5484         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
5485         (feedmail-queue-send-edit-prompt-inner): New function, extracted
5486         from feedmail-queue-send-edit-prompt.
5487         (feedmail-queue-send-edit-prompt-help)
5488         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
5489         (feedmail-tidy-up-slug): Add debug call.
5490         Respect feedmail-queue-slug-suspect-regexp.
5491         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
5492         (feedmail-dump-message-to-queue): Add debug call.
5493         Expand queue-directory.
5494         (feedmail-dump-message-to-queue): Change message slightly.
5495         Use feedmail-say-chatter.
5496         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
5497         (feedmail-send-it-immediately-wrapper): New function.
5498         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
5499         Insert empty string rather than newline.  Handle full-frame case.
5500         Use catch/throw.  Use feedmail-say-chatter.
5501         (feedmail-fiddle-from): Try mail-host-address.
5502         (feedmail-default-message-id-generator): Doc fix.
5503         Bind system-time-locale.  Handle missing end.
5504         (feedmail-fiddle-x-mailer): Add debug call.
5505         Handle feedmail-x-mailer-line being nil.
5506         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
5507         Add debug call.  Use buffer-substring-no-properties.
5508         (feedmail-say-debug, feedmail-say-chatter): New functions.
5509         (feedmail-find-eoh): Give an explicit error.
5511 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
5513         * net/newst-treeview.el (newsticker-treeview-face): Change default
5514         family from helvetica to sans.
5515         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
5516         etc/images/newsticker.
5518         * net/newst-reader.el (newsticker-feed-face): Change default
5519         family from helvetica to sans.
5521         * net/newst-plainview.el (newsticker-new-item-face)
5522         (newsticker-old-item-face, newsticker-immortal-item-face)
5523         (newsticker-obsolete-item-face, newsticker-date-face)
5524         (newsticker-statistics-face): Change default family from
5525         helvetica to sans.
5526         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
5527         etc/images/newsticker.
5529         * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
5530         (newsticker--process-auto-mark-filter-match): : Tell user about
5531         auto-marking.
5533 2011-05-13  Didier Verna  <didier@xemacs.org>
5535         Common Lisp indentation improvements on defmethod and lambda-lists.
5536         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
5537         TODO entries.
5538         (lisp-lambda-list-keyword-parameter-indentation)
5539         (lisp-lambda-list-keyword-parameter-alignment)
5540         (lisp-lambda-list-keyword-alignment): New customizable user options.
5541         (lisp-indent-defun-method): Improve docstring.
5542         (extended-loop-p): Fix comment.
5543         (lisp-indent-lambda-list-keywords-regexp): New variable.
5544         (lisp-indent-lambda-list): New function.
5545         (lisp-indent-259): Use it.
5546         (lisp-indent-defmethod): Support for more than one
5547         method qualifier and properly indent methods lambda-lists.
5548         (defgeneric): Provide a missing common-lisp-indent-function property.
5550 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5552         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
5553         bounds for the empty string (bug#8667).
5555 2011-05-13  Glenn Morris  <rgm@gnu.org>
5557         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
5559         * mail/sendmail.el (sendmail-program): Try executable-find first.
5560         (sendmail-send-it): `sendmail-program' cannot be unbound.
5562         * calendar/appt.el (appt-make-list): Simplify.
5563         (appt-time-msg-list): Doc fix.
5564         (appt-check): Change mode-line message at the time of the appointment.
5566 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
5568         * progmodes/ld-script.el (ld-script-keywords)
5569         (ld-script-builtins): Update keywords list.
5571 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5573         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
5575         * shell.el (shell-completion-vars): New function.
5576         (shell-mode):
5577         * simple.el (read-shell-command): Use it.
5578         (blink-matching-open): No need for " [...]" in minibuffer-message.
5580 2011-05-12  Glenn Morris  <rgm@gnu.org>
5582         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
5583         (appt-check): Simplify.
5585 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
5587         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
5588         literal "/dev/null".
5590 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5592         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
5593         Fix typo.
5595 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
5597         * progmodes/which-func.el (which-function):
5598         Use add-log-current-defun instead of add-log-current-defun-function,
5599         which might not be defined (Bug#8260).
5601 2011-05-12  Glenn Morris  <rgm@gnu.org>
5603         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
5604         Let byte-compile-initial-macro-environment always take precedence.
5606 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5608         * net/rcirc.el: Add support for SSL/TLS connections.
5609         (rcirc-server-alist): New field `encryption'.
5610         (rcirc): Check `encryption' settings.
5611         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
5612         Merge make-local-variable into `set'.
5613         (rcirc--connection-open-p): New function.
5614         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
5615         the process is not a network process (e.g. running gnutls-cli).
5616         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
5617         Make rcirc-(en|de)code-coding-system local here.
5618         (rcirc-mode): Merge make-local-variable into `set'.
5619         (rcirc-parent-buffer): Make permanent buffer-local.
5620         (rcirc-multiline-minor-mode): Don't do it here.
5621         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
5622         there's no server buffer.
5624 2011-05-11  Glenn Morris  <rgm@gnu.org>
5626         * newcomment.el (comment-kill): Prefix "unused" local.
5628         * term/w32console.el (get-screen-color): Declare.
5630         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
5631         Handle symbol elements of byte-compile-initial-macro-environment.
5633 2011-05-10  Leo Liu  <sdl.web@gmail.com>
5635         * bookmark.el (bookmark-bmenu-mode-map):
5636         Bind bookmark-bmenu-search to `/'.
5638         * mail/footnote.el: Convert to utf-8 encoding.
5639         (footnote-unicode-string, footnote-unicode-regexp): New variable.
5640         (Footnote-unicode): New function.
5641         (footnote-style-alist): Add unicode style to the list.
5642         (footnote-style): Doc fix.
5644 2011-05-10  Jim Meyering  <meyering@redhat.com>
5646         Fix doubled-word typos.
5647         * international/quail.el (quail-insert-kbd-layout): and and -> and
5648         * kermit.el: and and -> and
5649         * net/ldap.el (ldap-search-internal): to to -> to
5650         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
5651         * progmodes/js.el (js-mode): and and -> and
5652         * textmodes/artist.el (artist-move-to-xy): at at -> at
5653         (artist-draw-region-trim-line-endings): if if -> if
5654         And Safetyc -> Safety.
5655         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
5657 2011-05-10  Glenn Morris  <rgm@gnu.org>
5658             Stefan Monnier  <monnier@iro.umontreal.ca>
5660         * files.el (hack-one-local-variable-eval-safep):
5661         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
5663 2011-05-10  Glenn Morris  <rgm@gnu.org>
5665         * calendar/diary-lib.el (diary-list-entries-hook)
5666         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
5667         (diary-nongregorian-marking-hook, diary-list-entries)
5668         (diary-include-other-diary-files, diary-mark-entries)
5669         (diary-mark-included-diary-files): Doc fixes.
5671 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
5673         * misc.el: Require tabulated-list.el during compilation.
5675 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
5677         * progmodes/compile.el (compilation-start):
5678         Run compilation-filter-hook for the async case too.
5679         (compilation-filter-hook): Doc fix.
5681 2011-05-09  Deniz Dogan  <deniz@dogan.se>
5683         * wdired.el: Remove outdated installation comment.  Fix usage
5684         comment.
5686 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
5688         * misc.el: Implement new command `list-dynamic-libraries'.
5689         (list-dynamic-libraries--loaded-only-p): New variable.
5690         (list-dynamic-libraries--refresh): New function.
5691         (list-dynamic-libraries): New command.
5693 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
5695         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5696         Fix the ant regexp to handle end-line and end-column info from jikes.
5697         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
5698         higher priority to avoid clobbering by gnu.
5700 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
5702         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
5703         if the face has existing theme settings (Bug#8454).
5705 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
5707         * progmodes/perl-mode.el (perl-imenu-generic-expression):
5708         Only match variables declared via `my' or `our' (Bug#8261).
5710         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
5711         special file names `.' and `..' (Bug#8259).
5713 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
5715         * progmodes/grep.el (grep-mode-font-lock-keywords):
5716         Remove buffer-changing entries.
5717         (grep-filter): New function.
5718         (grep-mode): Add it to compilation-filter-hook.
5720         * progmodes/compile.el (compilation-filter-hook)
5721         (compilation-filter-start): New defvars.
5722         (compilation-filter): Call compilation-filter-hook prior to
5723         updating the process mark.
5725 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5727         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
5729 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
5731         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
5732         mailclient-send-it even if window-system is nil.  (Bug#8595)
5734         * term/w32console.el (terminal-init-w32console):
5735         Call get-screen-color and use its output to set the frame
5736         background-mode.  (Bug#8597)
5738 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5740         Make bytecomp.el understand that defmethod defines funs (bug#8631).
5741         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
5742         New functions.
5743         (defgeneric, eieio--defmethod): Use them.
5744         (eieio-defgeneric): Remove.
5745         (defmethod): Call defgeneric in a way visible to the byte-compiler.
5747 2011-05-07  Glenn Morris  <rgm@gnu.org>
5749         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
5750         Use let rather than let*.
5751         (timeclock-find-discrep): Remove unused local.
5753         * calendar/diary-lib.el (diary-comment-start): Doc fix.
5755         * calendar/appt.el (appt-time-msg-list): Doc fix.
5757 2011-05-06  Noah Friedman  <friedman@splode.com>
5759         * apropos.el (apropos-print-doc): Only use
5760         emacs-lisp-docstring-fill-column when it is bound to an integer,
5761         per that variable's documentation.
5763 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5765         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
5766         and warnings are not silently discarded (e.g. use -d instead of -P).
5768 2011-05-06  Glenn Morris  <rgm@gnu.org>
5770         * calendar/appt.el (appt-message-warning-time): Doc fix.
5771         (appt-warning-time-regexp): New option.
5772         (appt-make-list): Respect appt-message-warning-time.
5774         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
5775         New options.
5776         (diary-add-to-list): Strip comments from the displayed string.
5777         (diary-mode): Set comment-start and comment-end.
5779         * vc/diff-mode.el (smerge-refine-subst): Declare.
5780         (diff-refine-hunk): Don't require smerge-mode when compiling.
5782 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
5784         * simple.el (list-processes): Return nil as the docstring says.
5786 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
5788         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
5789         to "".
5790         (ange-ftp-write-region, ange-ftp-insert-file-contents)
5791         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
5792         determining of binary transfer.  (Bug#7383)
5794 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
5796         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5797         Fix port computation bug.  (Bug#8618)
5799 2011-05-05  Glenn Morris  <rgm@gnu.org>
5801         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
5803         * simple.el (shell-dynamic-complete-functions)
5804         (comint-dynamic-complete-functions): Declare.
5806         * net/network-stream.el (gnutls-negotiate):
5807         * simple.el (tabulated-list-print): Fix declarations.
5809         * progmodes/gud.el (syntax-symbol, syntax-point):
5810         Remove unnecessary and incorrect declarations.
5812         * emacs-lisp/check-declare.el (check-declare-scan):
5813         Handle byte-compile-initial-macro-environment in bytecomp.el
5815 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5817         Fix earlier half-done eieio-defmethod change (bug#8338).
5818         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
5819         Streamline and change calling convention.
5820         (defmethod): Adjust accordingly and simplify.
5821         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
5822         new eieio--defmethod.
5823         (slot-boundp): Minor CSE simplification.
5825 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
5827         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
5828         (glasses-make-readable): Use glasses-separate-capital-groups.
5830 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
5832         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
5833         (warning-series): Doc fix.
5834         (display-warning): Don't try to create the buffer if we just found it.
5836 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
5838         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
5839         (autoload-find-generated-file): New function.
5840         (generate-file-autoloads): Bind generated-autoload-file to
5841         buffer-file-name.
5842         (update-file-autoloads, update-directory-autoloads):
5843         Use autoload-find-generated-file.  If called interactively, prompt for
5844         output file (Bug#7989).
5845         (batch-update-autoloads): Doc fix.
5847 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
5849         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
5851 2011-05-04  Glenn Morris  <rgm@gnu.org>
5853         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
5854         function, so it follows changes in calendar-date-style.
5855         (diary-fancy-date-matcher): New function.
5856         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
5857         (diary-fancy-font-lock-fontify-region-function):
5858         Use diary-fancy-date-pattern as a function.
5860         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
5861         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
5863 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5865         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
5866         instead of positional arguments.  Allow :keylist and :crlfiles
5867         arguments.
5868         (open-gnutls-stream): Call it.
5870         * net/network-stream.el (network-stream-open-starttls): Adjust to
5871         call `gnutls-negotiate' with :process and :hostname arguments.
5873 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5875         * minibuffer.el (completion--message): New function.
5876         (completion--do-completion, minibuffer-complete)
5877         (minibuffer-force-complete, minibuffer-complete-word): Use it.
5878         (completion--do-completion): Don't ignore completion-auto-help when in
5879         icomplete-mode.
5881         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
5882         internal encoding (e.g. tibetan zero is not whitespace).
5883         (global-whitespace-mode): Prefer save-current-buffer.
5884         (whitespace-trailing-regexp): Remove useless save-match-data.
5885         (whitespace-empty-at-bob-regexp): Minor simplification.
5887 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
5889         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
5891 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5893         * textmodes/ispell.el (ispell-add-per-file-word-list):
5894         Use `concat' to create string for insertion.
5896 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5898         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
5899         Avoid open-line which runs post-self-insert-hook.
5900         (bibtex-fill-entry): Remove unused `end' var.
5902 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
5904         * textmodes/ispell.el (ispell-add-per-file-word-list):
5905         Protect against `nil' value of `comment-start' (Bug#8579).
5907 2011-05-03  Leo Liu  <sdl.web@gmail.com>
5909         * isearch.el (isearch-yank-pop): New command.
5910         (isearch-mode-map): Bind it to `M-y'.
5911         (isearch-forward): Mention it.
5913 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5915         * simple.el (minibuffer-complete-shell-command): Remove.
5916         (minibuffer-local-shell-command-map): Use completion-at-point.
5917         (read-shell-command): Setup completion vars here instead.
5918         (read-expression-map): Bind TAB to symbol completion.
5920         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
5921         error directly rather via storing it into `results'.
5923 2011-05-02  Leo Liu  <sdl.web@gmail.com>
5925         * vc/diff.el: Fix description.
5927 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5929         * server.el (server-eval-at): New function.
5931 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5933         * net/network-stream.el (open-network-stream): Take a :nowait
5934         parameter and pass it on to `make-network-process'.
5935         (network-stream-open-plain): Ditto.
5937 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
5939         * faces.el (face-spec-set-match-display): Don't match toolkit
5940         options on terminal frames.
5942 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5944         * progmodes/pascal.el: Use lexical binding.
5945         (pascal-mode-map): Remove author preferences.
5947         * pcomplete.el (pcomplete-std-complete): Don't abuse
5948         completion-at-point.
5950 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
5952         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
5953         removing code that has been dead since 1991 or so.
5955         * startup.el (command-line): When warning about "_emacs", use a
5956         delayed warning to allow the user to filter it out.
5958 2011-04-28  Deniz Dogan  <deniz@dogan.se>
5960         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
5961         user has not joined.
5963 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5965         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
5966         aren't any completions at point.
5968 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
5970         * subr.el (display-delayed-warnings): New function.
5971         (delayed-warnings-hook): New variable.
5973 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5975         * minibuffer.el (completion-at-point, completion-help-at-point):
5976         Don't presume that a given completion-at-point-function will always
5977         use the same calling convention.
5979         * pcomplete.el (pcomplete-completions-at-point):
5980         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
5981         pcomplete-seen is non-nil.
5982         (pcomplete-comint-setup): Also recognize the new comint/shell
5983         completion functions.
5984         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
5985         pcomplete-seen is non-nil.
5987 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
5989         * calendar/icalendar.el (diary-lib): Add require statement.
5990         (icalendar--create-uid): Read out a uid from a text-property on
5991         the first character in the entry.  This allows for code to add its
5992         own uid to the entry.
5993         (icalendar--convert-float-to-ical): Add export of
5994         `diary-float'-entries save for those with the optional DAY
5995         argument.
5997 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
5999         * subr.el (shell-quote-argument): Use alternate escaping strategy
6000         when we spot a variable reference in a string.
6002 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
6004         * cus-start.el (all): Define customization for debug-on-event.
6006 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
6008         * subr.el (shell-quote-argument): Escape correctly under Windows.
6010 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6012         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
6014 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
6016         * net/tramp.el (tramp-process-actions): Add POS argument.
6017         Delete region between POS and (pos).
6019         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6020         Use `nil' position in `tramp-process-actions' call.
6021         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
6023         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
6024         position in `tramp-process-actions' call.
6026         * net/trampver.el: Update release number.
6028 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6030         * custom.el (defcustom): Obey lexical-binding.
6032         Fix octave-inf completion problems reported by Alexander Klimov.
6033         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
6034         Inherit from octave-mode-syntax-table.
6035         (inferior-octave-mode): Set info-lookup-mode.
6036         (inferior-octave-completion-at-point): New function.
6037         (inferior-octave-complete): Use it and completion-in-region.
6038         (inferior-octave-dynamic-complete-functions): Use it as well, and use
6039         comint-filename-completion.
6040         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
6041         symbol elements which shouldn't be word elements.
6042         (octave-font-lock-keywords, octave-beginning-of-defun)
6043         (octave-function-header-regexp): Adjust regexps accordingly.
6044         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
6046 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
6048         * net/gnutls.el (gnutls-errorp): Declare before first use.
6050 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6052         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
6053         verify-error, and verify-hostname-error parameters.  Check whether
6054         default trustfile exists before going to use it.  Add missing
6055         argument to gnutls-message-maybe call.  Return return value.
6056         Reported by Claudio Bley <claudio.bley@gmail.com>.
6057         (open-gnutls-stream): Add usage example.
6059         * net/network-stream.el (network-stream-open-starttls): Give host
6060         parameter to `gnutls-negotiate'.
6061         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6062         * subr.el (shell-quote-argument): Escape correctly under Windows.
6064 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
6066         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6067         Use correct match group (bug#8438).
6069 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
6071         * emacs-lisp/package.el (package-built-in-p): Fix typo.
6072         (package-menu--generate): New arg specifying packages to show.
6073         (package-menu-refresh, package-menu-execute, list-packages):
6074         Callers changed.
6075         (package-show-package-list): New function, replacing deleted
6076         package--list-packages (renamed because it is non-internal).
6078         * finder.el (finder-list-matches): Use package-show-package-list
6079         instead of deleted package--list-packages.
6081         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
6082         Based on a previous implementation by Juanma Barranquero (Bug#8366).
6083         (vc-annotate-mode-map): Bind it to RET.
6085 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
6087         * progmodes/etags.el (next-file): Don't use set-buffer to change
6088         buffers (Bug#8478).
6090 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
6092         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
6094         * apropos.el (apropos-label-face): Avoid variable-pitch face.
6095         (apropos-accumulator): Doc fix.
6096         (apropos-function, apropos-macro, apropos-command)
6097         (apropos-variable, apropos-face, apropos-group, apropos-widget)
6098         (apropos-plist): Add face property.
6099         (apropos-symbols-internal): Fix indentation.
6100         (apropos-print): Simplify help, and recognize apropos-multi-type.
6101         (apropos-print-doc): Use button-type-get to extract the button's
6102         face property.  Fill docstring (Bug#8352).
6104 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
6106         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
6108         * play/mpuz.el (mpuz-silent): Doc fix.
6109         (mpuz-mode-map): Use mapc.
6110         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
6111         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
6112         Fix typos in docstrings.
6114         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
6115         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
6117         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
6119 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
6121         * minibuffer.el (completion--do-completion): Avoid the "Next char
6122         not unique" prompt if icomplete-mode is enabled (Bug#5849).
6124         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
6125         mouse-2 into unread-command-events, it is interpreted correctly.
6127         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6128         (image-toggle-display): Doc fix.
6130 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
6132         * textmodes/page.el (what-page): Use line-number-at-pos to
6133         calculate line number (Bug#6825).
6135 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
6137         * eshell/esh-mode.el (find-tag-interactive): Declare function.
6138         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
6139         Pass argument NO-DEFAULT to `find-tag-interactive'.
6141 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
6143         Lexical-binding cleanup.
6145         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
6146         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
6147         * progmodes/ada-prj.el (ada-prj-initialize-values)
6148         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
6149         (ada-prj-show-value):
6150         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
6151         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
6152         (antlr-invalidate-context-cache, antlr-options-menu-filter)
6153         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
6154         * progmodes/bug-reference.el (bug-reference-push-button):
6155         * progmodes/fortran.el (fortran-line-length):
6156         * progmodes/glasses.el (glasses-change):
6157         * progmodes/octave-mod.el (octave-fill-paragraph):
6158         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
6159         (python-pdbtrack-grub-for-buffer, python-sentinel):
6160         * progmodes/sql.el (sql-save-connection):
6161         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
6162         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
6163         Mark unused parameters.
6165         * progmodes/compile.el (compilation--flush-directory-cache)
6166         (compilation--flush-parse, compile-internal): Mark unused parameters.
6167         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
6168         (compilation-next-error-function): Remove unused variable `timestamp'.
6170         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
6171         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
6173         * progmodes/dcl-mode.el (dcl-end-of-command):
6174         Remove unused variable `start'.
6175         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
6176         (dcl-option-value-basic, dcl-option-value-offset)
6177         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
6178         Mark unused parameters.
6179         (dcl-save-local-variable): Remove unused variable `val'.
6180         (mode): Declare.
6182         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
6183         Mark unused parameters.
6184         (delphi-ignore-changes): Move before first use.
6185         (delphi-charset-token-at): Remove unused variable `start'.
6186         (delphi-else-start): Remove unused variable `if-count'.
6187         (delphi-comment-block-start, delphi-comment-block-end):
6188         Remove unused variable `kind'.
6189         (delphi-indent-line): Remove unused variable `new-point'.
6191         * progmodes/ebrowse.el (ebrowse-files-list)
6192         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
6193         Mark unused parameters.  Don't quote `lambda'.
6194         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
6195         Don't quote `lambda'.
6196         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
6197         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
6198         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
6199         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
6200         Use `ignore-errors'.
6201         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
6202         (ebrowse-view/find-file-and-search-pattern)
6203         (ebrowse-view/find-member-declaration/definition):
6204         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
6205         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
6206         Rename parameter PREFIX-ARG to PREFIX.
6207         (ebrowse-tags-read-name): Remove unused variables `start' and
6208         `member-info'.
6209         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
6210         to `tags-file'.
6212         * progmodes/etags.el (local-find-tag-hook): Declare.
6213         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
6214         Mark unused parameters.
6216         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
6217         (executable-interpret): Mark unused parameter.
6219         * progmodes/flymake.el (flymake-process-sentinel)
6220         (flymake-after-change-function)
6221         (flymake-create-temp-with-folder-structure)
6222         (flymake-get-include-dirs-dot): Mark unused parameters.
6223         (flymake-safe-delete-directory): Remove unused variable `err'.
6225         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
6226         (speedbar-timer-fn, speedbar-line-text)
6227         (speedbar-change-expand-button-char, speedbar-delete-subblock)
6228         (speedbar-center-buffer-smartly): Declare functions.
6229         (gdb-find-watch-expression): Remove unused variable `array'.
6230         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
6231         (gdb-starting): Mark unused parameters.
6232         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
6233         (gdb-table-string): Remove unused variable `res'.
6234         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
6235         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
6236         (gdb-display-buffer): Remove unused variable `cur-size'.
6238         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
6239         allow lexical-binding compilation.
6240         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
6241         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
6242         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
6243         Mark unused parameters.
6244         (gud-gdb-marker-filter): Remove unused variable `match'.
6245         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
6246         lambda expressions and funcall them, instead of using `fset'.
6248         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
6249         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
6251         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
6252         variable `header-beg'; use `let'.
6254         * progmodes/icon.el (indent-icon-exp): Remove unused variables
6255         `restart', `last-sexp' and `at-do'.
6257         * progmodes/js.el (js--debug): Mark unused parameter.
6258         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
6259         (js--splice-into-items): Remove unused variable `item'.
6260         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
6262         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
6263         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
6264         (makefile-complete): Remove unused variable `try'.
6265         (makefile-fill-paragraph, makefile-match-function-end):
6266         Mark unused parameters.
6268         * progmodes/octave-inf.el (inferior-octave-complete):
6269         Remove unused variable `proc'.
6270         (inferior-octave-output-digest): Mark unused parameter.
6272         * progmodes/perl-mode.el (perl-calculate-indent):
6273         Remove unused variable `err'.
6275         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
6276         (prolog-indent-line): Mark unused parameters.
6277         (prolog-indent-line): Remove unused variable `beg'.
6279         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
6280         (reporter-dont-compact-list): Declare.
6282         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
6283         Remove unused variable `char'.
6284         (sh-debug): Mark unused parameter.
6285         (sh-get-indent-info): Remove unused variable `start'.
6286         (sh-calculate-indent): Remove unused variable `var'.
6288         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
6289         (simula-electric-keyword): Remove unused variable `null'.
6290         (simula-search-backward, simula-search-forward): Remove unused
6291         variables `begin' and `end'.
6293         * progmodes/vera-mode.el (vera-guess-basic-syntax):
6294         Remove unused variable `pos'.
6295         (vera-electric-tab, vera-comment-uncomment-region):
6296         Mark unused parameters.
6297         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
6299 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
6301         * emacs-lisp/package.el (package--builtins, package-alist)
6302         (package-load-descriptor, package-built-in-p, package-activate)
6303         (define-package, package-installed-p)
6304         (package-compute-transaction, package-buffer-info)
6305         (package--push): Doc fix.  Distinguish more clearly between
6306         version strings and version lists.
6308 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
6310         Lexical-binding cleanup.
6312         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
6313         (5x5-make-mutate-best):
6314         * play/fortune.el (fortune-in-buffer):
6315         * play/gomoku.el (gomoku-init-display):
6316         * play/solitaire.el (solitaire, solitaire-do-check):
6317         * play/tetris.el (tetris-default-update-speed-function):
6318         Mark unused parameters.
6320         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
6321         (bubbles--shift): Remove unused variable `char-org'.
6322         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
6323         (bubbles--show-images): Remove unused variable `char'.
6325         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
6326         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
6327         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
6328         (decipher-analyze-buffer): Use ?\s.
6329         (decipher-make-checkpoint): Remove unused variable `mapping'.
6331         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
6333         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
6334         Remove unused variable `result'; use `let'.
6336         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
6337         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
6338         (gametree-children-shown-p, gametree-compute-reduced-score):
6339         Use `ignore-errors'.
6341         * play/handwrite.el (ps-lpr-switches): Declare.
6342         (handwrite): Remove unused variables `pmin' and `lastp'.
6344         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
6346         * play/landmark.el (landmark-init-display)
6347         (landmark-update-naught-weights): Mark unused parameters.
6348         (landmark-y): Remove unused variable `noise'.  Simplify.
6349         (landmark-human-plays): Remove unused variable `score'.
6351         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
6352         (mpuz-try-proposal): Remove unused variable `game'.
6354         * play/zone.el (life-patterns): Declare.
6356 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
6358         * vc/vc.el (ediff-vc-internal): Declare function.
6360 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6362         * shell.el: Use lexical-binding and std completion UI.
6363         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
6364         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
6365         comint-preoutput-filter-functions rather than on
6366         comint-output-filter-functions.
6367         (shell-command-completion, shell--command-completion-data)
6368         (shell-filename-completion, shell-environment-variable-completion)
6369         (shell-c-a-p-replace-by-expanded-directory): New functions.
6370         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
6371         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
6372         (shell-dynamic-complete-environment-variable): Use them.
6373         (shell-dynamic-complete-as-environment-variable)
6374         (shell-dynamic-complete-as-command): Remove.
6375         (shell-match-partial-variable): Match past point.
6376         * comint.el: Clean up use of completion-at-point-functions.
6377         (comint-completion-at-point): New function.
6378         (comint-mode): Use it completion-at-point-functions.
6379         (comint-dynamic-complete): Make it obsolete.
6380         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
6381         (comint-c-a-p-replace-by-expanded-history): New function.
6382         (comint-dynamic-complete-functions)
6383         (comint-replace-by-expanded-history): Use it.
6384         * minibuffer.el (completion-table-with-terminator): Allow dynamic
6385         termination strings.  Try harder to avoid second try-completion.
6386         (completion-in-region-mode-map): Disable bindings that don't work yet.
6388         * comint.el: Use lexical-binding.  Require CL.
6389         (comint-dynamic-complete-functions): Use comint-filename-completion.
6390         (comint-completion-addsuffix): Tweak custom type.
6391         (comint-filename-completion, comint--common-suffix)
6392         (comint--common-quoted-suffix, comint--table-subvert)
6393         (comint--complete-file-name-data): New functions.
6394         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
6395         (comint-dynamic-list-filename-completions): Use them.
6396         (comint-dynamic-simple-complete): Make obsolete.
6398         * minibuffer.el (completion-in-region-mode):
6399         Keep completion-in-region-mode--predicate global.
6400         (completion-in-region--postch):
6401         Assume completion-in-region-mode--predicate is not null.
6403         * progmodes/flymake.el (flymake-start-syntax-check-process):
6404         Obey `dir'.  Simplify.
6406         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
6407         we're in VC after all.
6409 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
6411         * vc/vc.el (vc-diff-build-argument-list-internal)
6412         (vc-version-ediff, vc-ediff): New commands.
6413         (vc-version-diff): Use vc-diff-build-argument-list-internal.
6415 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6417         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
6418         add sanity check.
6420         * obsolete/erc-hecomplete.el: Make obsolete.
6421         * obsolete/: Standardize obsolescence info in the header.
6423 2011-04-20  Glenn Morris  <rgm@gnu.org>
6425         * calendar/solar.el (solar-horizontal-coordinates):
6426         Use the longitude argument rather than `calendar-longitude'.
6427         (solar-date-next-longitude): Remove unused locals.
6429 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6431         * whitespace.el: New version 13.2.1.
6433 2011-04-20  felix  <EmacsWiki>  (tiny change)
6435         * whitespace.el (global-whitespace-mode): Keep highlight when
6436         switching between major modes on a file.
6438 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6440         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
6441         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
6442         multi-line comments as well.
6444 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
6446         Lexical-binding cleanup.
6448         * arc-mode.el (archive-mode-revert):
6449         * cmuscheme.el (scheme-interactively-start-process):
6450         * custom.el (custom-initialize-delay):
6451         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
6452         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
6453         * emacs-lock.el (emacs-lock-clear-sentinel):
6454         * ezimage.el (defezimage):
6455         * follow.el (follow-avoid-tail-recenter):
6456         * fringe.el (set-fringe-mode-1):
6457         * generic-x.el (bat-generic-mode-compile):
6458         * help-mode.el (help-info-variable, help-do-xref)
6459         (help-mode-revert-buffer):
6460         * help.el (view-emacs-todo):
6461         * iswitchb.el (iswitchb-completion-help):
6462         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
6463         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
6464         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
6465         * locate.el (locate-update):
6466         * longlines.el (longlines-encode-region)
6467         (longlines-after-change-function):
6468         * outline.el (outline-isearch-open-invisible):
6469         * ps-def.el (declare-function, charset-dimension, char-width)
6470         (encode-char):
6471         * ps-mule.el (ps-mule-plot-string):
6472         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
6473         (recentf-edit-list-select, recentf-edit-list-validate)
6474         (recentf-open-files-action):
6475         * rect.el (delete-whitespace-rectangle-line)
6476         (rectangle-number-line-callback):
6477         * register.el (window-configuration-to-register)
6478         (frame-configuration-to-register):
6479         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
6480         * select.el (xselect-convert-to-string, xselect-convert-to-length)
6481         (xselect-convert-to-targets, xselect-convert-to-delete)
6482         (xselect-convert-to-filename, xselect-convert-to-charpos)
6483         (xselect-convert-to-lineno, xselect-convert-to-colno)
6484         (xselect-convert-to-os, xselect-convert-to-host)
6485         (xselect-convert-to-user, xselect-convert-to-class)
6486         (xselect-convert-to-name, xselect-convert-to-integer)
6487         (xselect-convert-to-atom, xselect-convert-to-identity):
6488         * subr.el (declare, ignore, process-kill-without-query)
6489         (text-clone-maintain):
6490         * terminal.el (te-get-char, te-tic-sentinel):
6491         * tool-bar.el (tool-bar-make-keymap):
6492         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
6493         * type-break.el (type-break-mode, type-break-noninteractive-query):
6494         * view.el (View-back-to-mark):
6495         * wid-browse.el (widget-browse-action, widget-browse-widget)
6496         (widget-browse-widgets, widget-browse-sexp):
6497         * widget.el (define-widget-keywords):
6498         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
6499         Mark unused parameters.
6501         * align.el (align-adjust-col-for-rule): Mark unused parameter.
6502         (align-areas): Remove unused variable `look'.
6503         (align-region): Remove unused variables `real-end' and `pos-list'.
6505         * apropos.el (apropos-score-doc): Remove unused variable `i'.
6507         * bindings.el (mode-line-modified, mode-line-remote):
6508         Mark unused parameters.
6509         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
6511         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
6512         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
6514         * comint.el (comint-history-isearch-pop-state)
6515         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
6516         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
6517         (comint-substitute-in-file-name): Doc fix.
6519         * completion.el (cmpl-statistics-block): Mark unused parameter.
6520         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
6521         (save-completions-to-file, load-completions-from-file):
6522         Remove unused local variable `e'.
6524         * composite.el (compose-chars): Remove unused variable `len'.
6525         (lgstring-insert-glyph): Remove unused variable `g'.
6526         (compose-glyph-string): Remove unused variables `ascent',
6527         `descent', `lbearing' and `rbearing'.
6528         (compose-glyph-string-relative): Remove unused variables
6529         `lbearing', `rbearing' and `wadjust'.
6530         (compose-gstring-for-graphic): Remove unused variables `header',
6531         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
6532         (compose-gstring-for-terminal): Remove unused variables `header'
6533         and `nchars'.  Use `let', not `let*'.
6535         * cus-edit.el (Custom-set, Custom-save, custom-reset)
6536         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
6537         (Custom-buffer-done, custom-buffer-create-internal)
6538         (custom-browse-visibility-action, custom-browse-group-tag-action)
6539         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
6540         (widget-magic-mouse-down-action, custom-toggle-parent)
6541         (custom-add-parent-links, custom-toggle-hide-variable)
6542         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
6543         (custom-toggle-hide-face, face, hook, custom-group-link-action)
6544         (custom-face-menu-create, custom-variable-menu-create, get)
6545         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
6546         (custom-reset-standard-save-and-update): Remove unused variable `value'.
6547         (customize-apropos): Remove unused variable `tests'.
6548         (custom-group-value-create): Remove unused variable `hidden-p'.
6549         (sort-fold-case): Declare.
6551         * cus-theme.el (custom-reset-standard-faces-list)
6552         (custom-reset-standard-variables-list): Declare.
6553         (customize-create-theme, custom-theme-revert, custom-theme-write)
6554         (custom-theme-choose-mode, customize-themes, custom-theme-save):
6555         Mark unused parameters.
6557         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
6559         * delim-col.el (delimit-columns-max): Move defvar before first use.
6561         * descr-text.el (describe-char-categories): Don't quote `lambda'.
6562         (describe-char): Don't quote `lambda'.  Mark unused parameter.
6564         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
6565         (auto-insert): Declare.
6566         (desktop-restore-file-buffer): Rename desktop-* parameters;
6567         mark unused ones.
6568         (desktop-create-buffer): Rename desktop-* parameters and bind them.
6569         (desktop-buffer): Rename desktop-* parameters.
6571         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6572         (dframe-reposition-frame-xemacs, dframe-help-echo)
6573         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
6574         Mark unused parameters.
6576         * dired-aux.el (backup-extract-version-start, overwrite-query)
6577         (overwrite-backup-query, rename-regexp-query)
6578         (rename-non-directory-query): Declare.
6579         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
6580         (dired-add-entry): Remove unused variable `orig-file-name'.
6581         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
6582         Use parameter PRESERVE-TIME instead of accessing dynamic variable
6583         `dired-copy-preserve-time' directly.
6584         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
6585         (dired-insert-subdir-newpos): Rename unused variable `pos'.
6587         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
6588         (dired-virtual-revert, dired-make-relative-symlink):
6589         Mark unused parameters.
6590         (manual-program): Declare.
6591         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
6592         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
6593         wrapped in `with-no-warnings' to avoid replacing one warning by another.
6595         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
6597         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
6599         * echistory.el (electric-history-in-progress, Helper-return-blurb):
6600         Declare.
6602         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
6604         * electric.el (Electric-command-loop): Rename parameter
6605         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
6607         * expand.el (expand-in-literal): Remove unused variable `here'.
6609         * facemenu.el (facemenu-add-new-color):
6610         Remove unused variable `docstring'.
6612         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
6613         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
6614         (face-attr-construct): Mark unused parameter.  Doc fix.
6615         (read-color): Remove unused variable `hex-string'.
6617         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
6618         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
6619         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
6620         (display-buffer-other-frame): Remove unused variable `old-window'.
6621         (kill-buffer-hook): Declare.
6622         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
6623         Mark unused parameters.
6624         (after-find-file): Pass 1 to `auto-save-mode', not t.
6626         * files-x.el (auto-insert): Declare.
6627         (modify-file-local-variable-prop-line): Remove unused variable `val'.
6629         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
6630         variable `buf'.  Mark unused parameter.
6631         (find-lisp-insert-directory): Mark unused parameter.
6633         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
6634         (format-encode-region): Remove unused variables `cur-buf' and `result'.
6635         (format-common-tail): Remove, unused.
6636         (format-deannotate-region): Remove unused variable `loc'.
6637         (format-annotate-region): Remove unused variable `p'.
6638         (format-annotate-single-property-change): Remove unused variables
6639         `default' and `tail'.
6641         * forms.el (read-file-filter): Declare.
6642         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
6644         * frame.el (frame-creation-function-alist): Mark unused parameter.
6645         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
6647         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
6648         Remove unused parameters.
6649         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
6650         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
6652         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
6653         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
6654         (hfy-prepare-tag-map): Mark unused parameters.
6655         (htmlfontify-buffer): Use `called-interactively-p'.
6657         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
6658         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
6659         (ibuffer-do-occur): Mark unused parameters.
6660         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
6661         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
6663         * ibuffer.el: Don't quote `lambda'.
6664         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
6665         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
6666         Mark unused parameters.
6668         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
6669         (ido-completing-read): Mark unused parameters.
6670         (ido-copy-current-word): Mark unused parameters;
6671         remove unused variable `name'.
6672         (ido-sort-merged-list): Remove unused parameter `dirs'.
6674         * ielm.el (ielm-input-sender): Mark unused parameter.
6675         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
6676         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
6677         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
6678         `ielm-string' as a dynamic variable accessible from the IELM prompt.
6679         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
6681         * image-dired.el (image-dired-display-thumbs): Remove unused
6682         variables `curr-file' and `count'.
6683         (image-dired-remove-tag): Remove unused variable `start'.
6684         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
6685         variable `curr-file'
6686         (image-dired-rotate-original): Remove unused variable `temp-file'.
6687         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
6688         Remove unused variable `file'.
6689         (image-dired-gallery-generate): Remove unused variable `curr'.
6690         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
6692         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
6694         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
6696         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
6698         * isearch.el (minibuffer-history-symbol): Declare.
6699         (isearch-edit-string): Remove unused variable `err'.
6700         (isearch-message-prefix, isearch-message-suffix):
6701         Mark unused parameters.
6703         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
6705         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
6707         * makesum.el (double-column): Remove unused variable `cnt'.
6709         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
6710         (ido-ignore-item-temp-list): Declare.
6712         * mouse-drag.el (mouse-drag-throw): Remove unused variables
6713         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
6714         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
6715         (mouse-drag-drag): Remove unused variables `mouse-delta' and
6716         `mouse-col-delta'.
6718         * mouse-sel.el (mouse-extend-internal):
6719         Remove unused variable `orig-window-frame'.
6721         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
6722         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
6723         Move declarations before first use.
6724         (pcomplete-opt): Mark unused parameters; doc fix.
6726         * proced.el (proced-revert): Mark unused parameter.
6727         (proced-send-signal): Remove unused variable `err'.
6729         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
6730         Rename parameter PREFIX-ARG to ARG.
6731         (ps-basic-plot-string, ps-basic-plot-whitespace):
6732         Mark unused parameters.
6734         * replace.el (replace-count): Define.
6735         (occur-revert-function): Mark unused parameters.
6736         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
6737         (isearch-case-fold-search, isearch-string): Declare.
6738         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
6739         bind `case-fold-search'.  Remove unused variables `beg' and `end',
6740         and simplify.
6741         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
6742         COUNT and bind `replace-count'.
6743         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
6744         to COUNT.
6746         * savehist.el (print-readably, print-string-length): Declare.
6748         * shadowfile.el (shadow-expand-cluster-in-file-name):
6749         Remove unused variable `cluster'.
6750         (shadow-copy-file): Remove unused variable `i'.
6751         (shadow-noquery, shadow-clusters, shadow-site-cluster)
6752         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
6753         (shadow-define-literal-group, shadow-define-regexp-group)
6754         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
6756         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
6757         (shell): Use `called-interactively-p'.
6758         (shell-directory-tracker): Remove unused variable `chdir-failure'.
6760         * simple.el (compilation-context-lines, comint-file-name-quote-list)
6761         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
6762         (delete-backward-char): Remove unused variable `ocol'.
6763         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
6764         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
6765         (event-apply-hyper-modifier, event-apply-shift-modifier)
6766         (event-apply-control-modifier, event-apply-meta-modifier):
6767         Mark unused parameters.
6768         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
6769         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
6771         * speedbar.el (speedbar-ignored-directory-expressions)
6772         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
6773         (speedbar-find-file, speedbar-dir-follow)
6774         (speedbar-directory-buttons-follow, speedbar-tag-find)
6775         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
6776         (speedbar-buffers-line-directory, speedbar-buffer-click):
6777         Mark unused parameters.
6778         (speedbar-tag-file): Remove unused variable `mode'.
6779         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
6781         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
6783         * talk.el (talk): Remove unused variable `display'.
6785         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
6786         (tar-write-region-annotate): Mark unused parameter.
6788         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
6789         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
6790         Declare them, wrapped in `with-no-warnings' to avoid replacing one
6791         warning by another.
6793         * time-stamp.el (time-stamp-string-preprocess):
6794         Remove unused variable `require-padding'.
6796         * tree-widget.el (widget-glyph-enable): Declare.
6797         (tree-widget-action): Mark unused parameter.
6799         * w32-fns.el (x-get-selection): Mark unused parameter.
6800         (autoload-make-program, generated-autoload-file): Declare.
6802         * wdired.el (wdired-revert): Mark unused parameters.
6803         (wdired-xcase-word): Remove unused variable `err'.
6805         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
6806         (whitespace-help-scroll): Remove unused variable `data-help'.
6808         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
6809         (widget-image-insert, widget-after-change, default)
6810         (widget-default-format-handler, widget-default-notify)
6811         (widget-default-prompt-value, widget-info-link-action)
6812         (widget-url-link-action, widget-function-link-action)
6813         (widget-variable-link-action, widget-file-link-action)
6814         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
6815         (widget-field-prompt-internal, widget-field-action, widget-field-match)
6816         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
6817         (widget-insert-button-action, widget-delete-button-action, visibility)
6818         (widget-documentation-link-action, widget-documentation-string-action)
6819         (widget-const-prompt-value, widget-regexp-match, symbol)
6820         (widget-coding-system-prompt-value)
6821         (widget-key-sequence-value-to-external, sexp)
6822         (widget-sexp-value-to-internal, character, vector, cons)
6823         (widget-choice-prompt-value, widget-boolean-prompt-value)
6824         (widget-color--choose-action): Mark unused parameters.
6825         (widget-item-match-inline, widget-choice-match-inline)
6826         (widget-checklist-match, widget-checklist-match-inline)
6827         (widget-group-match): Rename parameter VALUES to VALS.
6828         (widget-field-value-set): Remove unused variable `size'.
6829         (widget-color-action): Remove unused variables `value' and `start'.
6831         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
6832         variable `dir'.  Doc fix.
6833         (windmove-find-other-window): Don't pass it.
6835         * window.el (count-windows): Mark unused parameter.
6836         (bw-adjust-window): Remove unused variable `err'.
6838         * woman.el (woman-file-name): Remove unused variable `default'.
6839         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
6840         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
6841         (global-font-lock-mode): Declare.
6842         (woman-decode-region): Mark unused parameter.
6843         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
6845         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
6846         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
6847         (x-dnd-handle-moz-url): Remove unused variable `title'.
6848         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
6850         * xml.el (xml-parse-tag, xml-parse-attlist):
6851         Remove unused variable `pos'.
6853 2011-04-19  Glenn Morris  <rgm@gnu.org>
6855         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
6856         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6857         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6858         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
6859         * calendar/cal-html.el (cal-html-insert-minical):
6860         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
6861         (calendar-mark-date-pattern):
6862         Prefix "unused" locals.
6864         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
6865         optional argument `style'.
6867         * calendar/appt.el (appt-make-list):
6868         * calendar/cal-china.el (calendar-chinese-date-string):
6869         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
6870         (diary-hebrew-yahrzeit):
6871         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
6872         * calendar/calendar.el (calendar-generate-window):
6873         * calendar/time-date.el (time-to-days):
6874         Remove unused local variables.
6876 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
6878         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
6879         glyphless-char-display table.
6880         (tabulated-list-glyphless-char-display): New var.
6882 2011-04-18  Sam Steingold  <sds@gnu.org>
6884         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
6885         to acknowledgments.
6887 2011-04-17  Glenn Morris  <rgm@gnu.org>
6889         * calendar/diary-lib.el (diary-sexp-entry):
6890         * calendar/holidays.el (holiday-sexp):
6891         Set debug-on-error rather than the removed stack-trace-on-error.
6893 2011-04-16  Glenn Morris  <rgm@gnu.org>
6895         * progmodes/f90.el: Use lexical-binding.
6896         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
6898 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6900         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
6901         (mail-mode): Setup mailalias completion here instead.
6902         * mail/mailalias.el: Use lexical-binding.
6903         (pattern, mailalias-done): Declare dynamic.
6904         (mail-completion-at-point-function): New function, from mail-complete.
6905         (mail-complete): Use it.
6906         (mail-completion-expand): New function.
6907         (mail-get-names): Use it.
6908         (mail-directory, mail-directory-process, mail-directory-stream):
6909         Don't use `pattern' for lexically bound arg.
6911         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
6913         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
6914         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
6915         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
6917         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
6918         (byte-save-window-excursion, byte-temp-output-buffer-setup)
6919         (byte-interactive-p): Define them again, for use when inlining
6920         old code.
6922 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
6924         * loadup.el: Use `string-to-number', not `string-to-int'.
6926 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6928         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
6929         gud-gdb-complete-command.
6930         (gud-gdb-completions): New function, from gud-gdb-complete-command.
6931         (gud-gdb-completion-at-point): New function.
6932         (gud-gdb-completions): Remove.
6934 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
6936         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
6937         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
6938         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
6939         whether `executable-find' is bound.
6941         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
6943 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6945         * minibuffer.el (completion-in-region-mode-predicate)
6946         (completion-in-region-mode--predicate): New vars.
6947         (completion-in-region, completion-in-region--postch)
6948         (completion-in-region-mode): Use them.
6949         (completion--capf-wrapper): Also return the hook function.
6950         (completion-at-point, completion-help-at-point):
6951         Adjust and provide a predicate.
6953         Preserve arg names for advice of subr and lexical functions (bug#8457).
6954         * help-fns.el (help-function-arglist): Consolidate the subr and
6955         new-byte-code cases.  Add argument `preserve-names' to extract names
6956         from the docstring when needed.
6957         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
6958         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
6959         (ad-arglist): Use help-function-arglist's new arg.
6960         (ad-definition-type): Use cond.
6962 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
6964         * autorevert.el (auto-revert-handler):
6965         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
6966         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
6967         Don't quote lambda.
6969         * image-mode.el (image-transform-set-scale):
6970         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
6972 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6974         * net/network-stream.el (network-stream-open-starttls): Only do
6975         opportunistic STARTTLS upgrades if we have built-in gnutls support.
6976         Upgrades via gnutls-cli are too slow to be done opportunistically.
6978 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
6980         * dframe.el (dframe-current-frame): Remove spurious quote.
6982 2011-04-12  Glenn Morris  <rgm@gnu.org>
6984         * calendar/cal-tex.el (cal-tex-end-document):
6985         Try to automatically use latin1 input if needed.
6987         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
6988         Don't try to cons a mark onto an empty element.
6990 2011-04-11  Leo Liu  <sdl.web@gmail.com>
6992         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
6993         buffers.
6994         (ido-kill-buffer-at-head): Support killing virtual buffers.
6996 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
6998         * minibuffer.el (completion-show-inline-help): New var.
6999         (completion--do-completion, minibuffer-complete)
7000         (minibuffer-force-complete, minibuffer-complete-word):
7001         Inhibit minibuffer messages if completion-show-inline-help is nil.
7003         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
7004         to avoid interference from inline help (Bug#5849).
7006 2011-04-10  Leo Liu  <sdl.web@gmail.com>
7008         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7009         Fix typo.
7011 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
7013         * image-mode.el (image-toggle-display-image): Signal an error if
7014         not in Image mode.
7015         (image-transform-mode, image-transform-resize)
7016         (image-transform-set-rotation): Doc fix.
7017         (image-transform-set-resize): Delete.
7018         (image-transform-set-scale, image-transform-fit-to-height)
7019         (image-transform-fit-to-width): Handle image-toggle-display-image
7020         and image-transform-resize directly.
7022 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
7024         * doc-view.el (doc-view-fit-width-to-window)
7025         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
7026         New functions for fitting the shown image to the Emacs window size.
7027         (doc-view-mode-map): Add bindings for the new functions.
7029 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
7031         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
7032         Fix typo in docstring.
7034 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
7036         * files.el (file-size-human-readable): Produce one digit after
7037         decimal, like "ls -lh" does.
7039         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
7040         the file size representation.
7042         * simple.el (list-processes): If async subprocesses are not
7043         available, error out with a clear error message.
7045 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
7047         * help.el (help-form-show): New function, to be called from C.
7048         Put help-form output in a buffer named differently than *Help*.
7050 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
7052         * files.el (file-size-human-readable): New function.
7054         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
7055         computing the representation inline.  Don't require `cl'.
7057 2011-04-08  Glenn Morris  <rgm@gnu.org>
7059         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
7061         * net/browse-url.el (browse-url-firefox):
7062         Test system-type, not system-configuration.
7064         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
7065         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
7066         Use log-edit-empty-buffer-p.  (Bug#7598)
7068         * net/rlogin.el (rlogin-process-connection-type): Simplify.
7069         (rlogin-mode-map): Initialize in the defvar.
7070         (rlogin): Use ignore-errors.
7072         * replace.el (occur-mode-map): Some fixes for menu items.
7074 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7076         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
7078 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
7080         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
7081         issuing unused warnings.
7083         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
7084         macro directly.
7086         * simple.el: Lisp reimplement of list-processes.  Based on an
7087         earlier reimplementation by Leo Liu, but using tabulated-list.el.
7088         (process-menu-mode): New major mode.
7089         (list-processes--refresh, list-processes):
7090         (process-menu-visit-buffer): New functions.
7092         * files.el (save-buffers-kill-emacs): Don't assume any return
7093         value of list-processes, which is undocumented anyway.
7095 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
7097         * emacs-lisp/tabulated-list.el: New file.
7099         * emacs-lisp/package.el: Use Tabulated List mode.
7100         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
7101         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
7102         table format using Tabulated List mode variables.
7103         (package--push): New macro, replacing package-list-maybe-add.
7104         (package-menu--generate): Use package--push.  Renamed from
7105         package--generate-package-list.
7106         (package-menu-refresh, list-packages): Use it.
7107         (package-menu--print-info): Rename from package-print-package.
7108         Return insertion data instead of inserting it directly.
7109         (package-menu-describe-package, package-menu-execute):
7110         Use tabulated-list-get-id.
7111         (package-menu-mark-delete, package-menu-mark-install)
7112         (package-menu-mark-unmark, package-menu-backup-unmark)
7113         (package-menu-mark-obsolete-for-deletion):
7114         Use tabulated-list-put-tag.
7115         (package--list-packages, package-menu-revert)
7116         (package-menu-get-package, package-menu-get-version)
7117         (package-menu-sort-by-column): Functions deleted.
7118         (package-menu-package-list, package-menu-sort-key): Vars deleted.
7119         (package-menu--status-predicate, package-menu--version-predicate)
7120         (package-menu--name-predicate)
7121         (package-menu--description-predicate): Handle arguments in the
7122         Tabulated List format.
7123         (package-list-packages-no-fetch): Call list-packages.
7125 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
7127         * files.el (after-find-file-from-revert-buffer): Remove variable.
7128         (after-find-file): Don't bind it.
7129         (revert-buffer-in-progress-p): New variable.
7130         (revert-buffer): Bind it.
7131         Pass nil for `after-find-file-from-revert-buffer'.
7133         * saveplace.el (save-place-find-file-hook): Use new variable
7134         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
7136 2011-04-06  Glenn Morris  <rgm@gnu.org>
7138         * Makefile.in (AUTOGEN_VCS): New variable.
7139         (autoloads): Use $AUTOGEN_VCS.
7141         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
7142         * calendar/calendar.el (calendar-mode-map):
7143         Check for toolkit scroll bars.  (Bug#8305)
7145 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
7147         * minibuffer.el (completion-in-region--postch)
7148         (completion-in-region-mode): Remove unnecessary messages.
7150 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
7152         * font-lock.el (font-lock-refresh-defaults):
7153         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
7154         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
7156         * info.el (Info-directory-list, Info-read-node-name-2)
7157         (Info-split-parameter-string): Doc fixes.
7158         (Info-virtual-nodes): Reflow docstring.
7159         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
7160         (Info-apropos-toc-nodes, info-finder, Info-get-token)
7161         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
7162         Fix typos in docstrings.
7163         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
7164         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
7165         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
7166         (Info-restore-desktop-buffer): Mark unused parameters.
7167         (Info-directory-find-file, Info-directory-find-node)
7168         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
7169         (Info-virtual-index-find-node, Info-apropos-find-file)
7170         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
7171         Mark unused parameters; fix typos in docstrings.
7172         (Info-virtual-index): Remove unused local variable `nodename'.
7174 2011-04-05  Deniz Dogan  <deniz@dogan.se>
7176         * net/rcirc.el: Update my e-mail address.
7177         (rcirc-mode-map): Remove M-o binding.
7179 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
7181         * startup.el (command-line): Save the cursor's theme-face
7182         directly, instead of using face-override-spec.
7184         * custom.el (load-theme): Minor optimization in assigning faces.
7186 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
7188         * help-fns.el (describe-variable): Complete all variables having
7189         documentation, including keywords.
7190         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
7192 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
7194         Convert to lexical-binding.
7196         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
7197         (bs--get-marked-string, bs--get-modified-string)
7198         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
7199         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
7200         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
7202         * ehelp.el (electric-help-execute-extended)
7203         (electric-help-ctrl-x-prefix):
7204         * hexl.el (hexl-revert-buffer-function):
7205         * linum.el (linum-after-change, linum-after-scroll):
7206         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
7208         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
7210 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
7212         * epa-dired.el:
7213         * epa-mail.el:
7214         * epa-hook.el:
7215         * epa-file.el:
7216         * epa.el:
7217         * epg.el: Use lexical binding.
7219 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
7221         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
7223         * textmodes/flyspell.el (flyspell-word): Recognize default
7224         dictionary case for flyspell-mark-duplications-exceptions.
7225         Use regexp matching for languages.
7226         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
7227         default dictionary (Bug#7926).
7229 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7231         * emacs-lisp/package.el (package--with-work-buffer):
7232         Recognize https URLs.
7234         * net/network-stream.el: Move from gnus/proto-stream.el.
7235         Change prefix to network-stream throughout.
7236         (open-protocol-stream): Merge into open-network-stream, leaving
7237         open-protocol-stream as an alias.  Handle nil BUFFER args.
7239         * subr.el (open-network-stream): Move to net/network-stream.el.
7241 2011-04-02  Glenn Morris  <rgm@gnu.org>
7243         * find-dired.el (find-exec-terminator): New option.
7244         (find-ls-option): Test for -ls support.
7245         (find-ls-subdir-switches): Test for -b in find-ls-option.
7246         (find-dired, find-grep-dired): Doc fixes.
7247         (find-dired): Use find-exec-terminator.
7249         * find-dired.el (find-ls-option, find-ls-subdir-switches)
7250         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
7251         (find-name-arg): Remove purecopy.
7253         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
7254         (grep-compute-defaults): Check for `-exec COMMAND +' support.
7255         Set grep-find-use-xargs, grep-find-command, and grep-find-template
7256         accordingly.  Don't add the null-device if not needed.
7258         * files.el (save-some-buffers): Doc fix.
7260 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
7262         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
7264 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
7266         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
7267         Use `dolist' rather than `mapcar'.
7269 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7271         Add lexical binding.
7273         * subr.el (apply-partially): Use new closures rather than CL.
7274         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
7275         (dolist, dotimes): Use slightly different expansion for lexical code.
7276         (functionp): Move to C.
7277         (letrec): New macro.
7278         (with-wrapper-hook): Use it and apply-partially instead of CL.
7279         (eval-after-load): Preserve lexical-binding.
7280         (save-window-excursion, with-output-to-temp-buffer): Turn them
7281         into macros.
7283         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
7285         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
7286         than the arglist.
7287         (help-add-fundoc-usage): Don't add `Not documented'.
7288         (help-function-arglist): Handle closures, subroutines, and new
7289         byte-code-functions.
7290         (help-make-usage): Remove leading underscores.
7291         (describe-function-1): Handle closures.
7292         (describe-variable): Use special-variable-p for completion.
7294         * files.el (lexical-binding): Declare safe.
7296         * emacs-lisp/pcase.el: Don't use destructuring-bind.
7297         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
7298         (pcase): Add `let' pattern.
7299         Change memoization so it actually works.
7300         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
7301         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
7302         <let>: New case.
7304         * emacs-lisp/macroexp.el: Use lexical binding.
7305         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
7306         Don't convert ' to #' without checking that it's indeed quoting
7307         a lambda.
7309         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
7310         Use eval-sexp-add-defvars.
7311         (eval-sexp-add-defvars): New fun.
7313         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
7315         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
7316         Don't autoload.
7317         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
7318         than the internal `byte-compile-lambda'.
7319         (defmethod): Don't hide code under quotes.
7320         (eieio-defmethod): New `code' argument.
7322         * emacs-lisp/eieio-comp.el: Remove.
7324         * emacs-lisp/edebug.el (edebug-eval-defun)
7325         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
7326         (edebug-toggle): Avoid `eval'.
7328         * emacs-lisp/disass.el (disassemble-internal): Handle new
7329         `closure' objects.
7330         (disassemble-1): Handle new byte codes.
7332         * emacs-lisp/cl.el (pushnew): Silence warning.
7334         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
7335         (cl-byte-compile-throw): Remove.
7336         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
7338         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
7339         closures.
7341         * emacs-lisp/cconv.el: New file.
7343         * emacs-lisp/bytecomp.el: Use lexical binding instead of
7344         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
7345         (byte-compile-initial-macro-environment):
7346         Handle declare-function here.
7347         (byte-compile--lexical-environment): New var.
7348         (byte-stack-ref, byte-stack-set, byte-discardN)
7349         (byte-discardN-preserve-tos): New lap codes.
7350         (byte-interactive-p): Don't use any more.
7351         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
7352         New macros.
7353         (byte-compile-lapcode): Use them and handle new lap codes.
7354         (byte-compile-obsolete): Remove.
7355         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
7356         (byte-compile-arglist-warn): Check late def of inlinable funs.
7357         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
7358         since they should have been expanded by now.
7359         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
7360         (byte-compile-from-buffer): Remove unused second arg.
7361         (byte-compile-preprocess): New function.
7362         (byte-compile-toplevel-file-form): New function to distinguish
7363         file-form calls from outside from file-form calls from hunk-handlers.
7364         (byte-compile-file-form): Simplify.
7365         (byte-compile-file-form-defsubst): Remove.
7366         (byte-compile-file-form-defmumble): Simplify now that
7367         byte-compile-lambda always returns a byte-code-function.
7368         (byte-compile): Preprocess.
7369         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
7370         Remove, not used any more.
7371         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
7372         (byte-compile-make-args-desc): New funs.
7373         (byte-compile-lambda): Handle lexical functions.  Always return
7374         a byte-code-function.
7375         (byte-compile-reserved-constants): New var, to make up room for
7376         closed-over variables.
7377         (byte-compile-constants-vector): Obey it.
7378         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
7379         (byte-compile-macroexpand-declare-function): New function.
7380         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
7381         byte-code-functions.
7382         (byte-compile-form): Check obsolescence here.
7383         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
7384         (byte-compile-variable-ref): Remove.
7385         (byte-compile-dynamic-variable-op): New fun.
7386         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
7387         (byte-compile-variable-set): New funs.
7388         (byte-compile-discard): Add 2 args.
7389         (byte-compile-stack-ref, byte-compile-stack-set)
7390         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
7391         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
7392         macroexpand-all instead.
7393         (byte-compile-quote-form): Remove.
7394         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
7395         (byte-compile-bind, byte-compile-unbind): New funs.
7396         (byte-compile-let): Handle let* and lexical binding.
7397         (byte-compile-let*): Remove.
7398         (byte-compile-catch, byte-compile-unwind-protect)
7399         (byte-compile-track-mouse, byte-compile-condition-case):
7400         Handle a new :fun-body form, used for lexical scoping.
7401         (byte-compile-save-window-excursion)
7402         (byte-compile-with-output-to-temp-buffer): Remove.
7403         (byte-compile-defun): Simplify.
7404         (byte-compile-stack-adjustment): New fun.
7405         (byte-compile-out): Use it.
7406         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
7408         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
7409         handler any more.
7411         * emacs-lisp/byte-opt.el: Use lexical binding.
7412         (byte-inline-lapcode): Remove (to bytecomp).
7413         (byte-compile-inline-expand): Pay attention to inlining to/from
7414         lexically bound code.
7415         (byte-compile-unfold-lambda): Don't handle byte-code-functions
7416         any more.
7417         (byte-optimize-form-code-walker): Don't handle save-window-excursion
7418         any more and don't call compiler-macros.
7419         (byte-compile-splice-in-already-compiled-code): Remove.
7420         (byte-code): Don't inline any more.
7421         (disassemble-offset): Receive `bytes' as argument rather than via
7422         dynamic scoping.
7423         (byte-compile-tag-number): Declare before first use.
7424         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
7425         `return' even if make-spliceable.
7426         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
7427         obsolete interactive-p.
7428         (byte-optimize-lapcode): Optimize new lap-codes.
7429         Don't trip up on new form of `byte-constant' lap code.
7431         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
7433         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
7435         * custom.el (custom-initialize-default, custom-declare-variable):
7436         Use `defvar'.
7438         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
7439         New variables.
7440         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
7441         (COMPILE_FIRST): Add macroexp and cconv.
7442         * makefile.w32-in: Mirror changes in Makefile.in.
7444         * vc/cvs-status.el:
7445         * vc/diff-mode.el:
7446         * vc/log-edit.el:
7447         * vc/log-view.el:
7448         * vc/smerge-mode.el:
7449         * textmodes/bibtex-style.el:
7450         * textmodes/css.el:
7451         * startup.el:
7452         * uniquify.el:
7453         * minibuffer.el:
7454         * newcomment.el:
7455         * reveal.el:
7456         * server.el:
7457         * mpc.el:
7458         * emacs-lisp/smie.el:
7459         * doc-view.el:
7460         * dired.el:
7461         * abbrev.el: Use lexical binding.
7463 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
7465         * info.el (info-display-manual): New function.
7467 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7469         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
7471 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
7473         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
7474         an entry for that server in rcirc-authinfo.  (Bug#8385)
7476 2011-03-31  Glenn Morris  <rgm@gnu.org>
7478         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
7480         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
7482 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
7484         * progmodes/python.el (python-default-interpreter)
7485         (python-python-command-args, python-jython-command-args)
7486         (python-which-shell, python-which-args, python-which-bufname)
7487         (python-file-queue, python-comint-output-filter-function)
7488         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
7489         variables and functions.
7491 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7493         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
7494         (completion-in-region-mode): New minor mode.
7495         (completion-in-region): Use it.
7496         (completion-in-region--data, completion-in-region-mode-map): New vars.
7497         (completion-in-region--postch): New function.
7498         (completion--capf-misbehave-funs, completion--capf-safe-funs):
7499         New vars.
7500         (completion--capf-wrapper): New function.
7501         (completion-at-point): Use it to track well-behavedness of
7502         hook functions.
7503         (completion-help-at-point): New command.
7505 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
7507         * vc/add-log.el (add-change-log-entry): Don't use whitespace
7508         syntax class to search for whitespace on a single line
7509         (Message-ID: <4D938140.4030905@redhat.com>).
7511 2011-03-30  Leo Liu  <sdl.web@gmail.com>
7513         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
7514         New commands.
7515         (edit-abbrevs-map): Bind them here.
7516         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
7518 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
7520         * allout.el (allout-hide-by-annotation, allout-flag-region):
7521         Reduce possibility of overlay leakage by making them volatile.
7523         * allout-widgets.el (allout-widgets-tally): Define as nil so the
7524         hash is not shared between buffers.  Mode initialization is
7525         responsible for giving it a useful starting value.
7526         (allout-item-span): Reduce possibility of overlay leakage by
7527         making them volatile.
7528         (allout-widgets-count-buttons-in-region): Add diagnostic function
7529         for tracking down button overlay leaks.
7531 2011-03-29  Leo Liu  <sdl.web@gmail.com>
7533         * ido.el (ido-read-internal): Use the default history var
7534         minibuffer-history if no HISTORY is specified.
7536 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7538         * net/imap.el (imap-shell-open, imap-process-connection-type):
7539         Use imap-process-connection-type for 'shell' streams as well as
7540         Kerberos, SSL, other subprocesses.
7542 2011-03-28  Leo Liu  <sdl.web@gmail.com>
7544         * abbrev.el (abbrev-table-empty-p): New function.
7545         (prepare-abbrev-list-buffer): Place empty abbrev tables after
7546         nonempty ones.  (Bug#5937)
7548 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
7550         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
7552 2011-03-27  Leo Liu  <sdl.web@gmail.com>
7554         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
7555         for foreground and background colors.
7556         (ansi-color-make-color-map): Adapt.
7558 2011-03-25  Leo Liu  <sdl.web@gmail.com>
7560         * midnight.el (midnight-time-float): Remove.  Note it calculates
7561         the microsecond component incorrectly and seconds-to-time does the
7562         same job.
7563         Remove redundant (require 'timer).
7565         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
7566         (ido-completions): Remove unused arguments.  (Bug#8329)
7568 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7570         * minibuffer.el (completion--flush-all-sorted-completions):
7571         Remove itself from hook.
7572         (completion-at-point): Let the functions perform the completion
7573         immediately and return nil or t.
7574         * comint.el (comint-dynamic-complete-functions): Now identical to
7575         completion-at-point-functions.
7576         (comint-dynamic-list-input-ring): Remove unused var `index'.
7577         (comint--match-partial-filename, comint--unquote&expand-filename):
7578         New funs, split from comint-match-partial-filename.
7579         (comint-dynamic-complete): Use completion-at-point.
7580         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
7582 2011-03-24  Drew Adams  <drew.adams@oracle.com>
7584         * thingatpt.el: Support `defun'.
7586 2011-03-23  Leo Liu  <sdl.web@gmail.com>
7588         * abbrevlist.el: Move to obsolete/abbrevlist.el.
7590         * help-mode.el (help-mode-finish): Tweak regexp.
7592 2011-03-23  Glenn Morris  <rgm@gnu.org>
7594         * eshell/esh-opt.el (eshell-eval-using-options):
7595         Do not bind unused local variable `eshell-option-stub'.
7597         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
7599 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
7601         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
7602         keymap variable in `with-no-warnings' to avoid a warning when the
7603         keymap has been already `defconst'ed.
7605 2011-03-22  Leo Liu  <sdl.web@gmail.com>
7607         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
7608         encode all chars in abbrevs; otherwise use emacs-mule or
7609         utf-8-emacs.  (Bug#8308)
7611 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
7613         * simple.el (backward-delete-char-untabify):
7614         Avoid warning about using `delete-backward-char'.
7616         * image.el (image-type-file-name-regexps): Make it variable.
7617         `imagemagick-register-types' modifies it, and the user may want
7618         to add new extensions for known image types.
7619         (imagemagick-register-types): Throw error if not using ImageMagick.
7621 2011-03-22  Leo Liu  <sdl.web@gmail.com>
7623         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
7624         located before rcirc-prompt-end-marker.
7625         (rcirc-complete): Error if point is not after rcirc prompt.
7626         Handle the case when table is nil.
7627         (rcirc-user-authenticated): Define to fix compiler warning.
7629 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
7631         * custom.el (custom--inhibit-theme-enable): Make it affect only
7632         custom-theme-set-variables and custom-theme-set-faces.
7633         (provide-theme): Ignore custom--inhibit-theme-enable.
7634         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
7635         (custom-enabling-themes): Delete variable.
7636         (enable-theme): Accept only loaded themes as arguments.
7637         Ignore the special custom-enabled-themes variable.
7638         (custom-enabled-themes): Forbid themes from setting this.
7639         Eliminate use of custom-enabling-themes.
7640         (custom-push-theme): Quote "changed" custom var entry.
7642 2011-03-21  Leo Liu  <sdl.web@gmail.com>
7644         * ido.el (ido-read-internal): Add ido-selected to history instead
7645         of user input.
7647 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7649         * subr.el (deferred-action-list, deferred-action-function):
7650         Mark obsolete.
7652 2011-03-21  Leo Liu  <sdl.web@gmail.com>
7654         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
7655         change on 2011-02-13 (bug#8309).
7657         * minibuffer.el (read-file-name-function): Change default value.
7658         (read-file-name--defaults): Rename from read-file-name-defaults.
7659         (read-file-name-default): Rename from read-file-name.
7660         (read-file-name): Call read-file-name-function.
7662 2011-03-21  Glenn Morris  <rgm@gnu.org>
7664         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
7665         Doc fixes.
7667 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
7669         * cus-theme.el: Add missing provide statement.
7670         (customize-create-theme): Extract theme value correctly.
7671         (custom-theme-visit-theme): Autoload.
7672         (customize-create-theme): Prompt before inserting default faces.
7674 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
7676         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
7677         units and musical notes.
7679 2011-03-20  Leo  <sdl.web@gmail.com>
7681         * ido.el (ido-read-internal): Use completing-read-default.
7682         (ido-completing-read): Fix compatibility with completing-read.
7684 2011-03-20  Christian Ohler  <ohler@gnu.org>
7686         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
7687         (ert-delete-all-tests): Use `called-interactively-p' rather than
7688         `interactive-p'.
7689         (ert--make-xrefs-region): Respect END.
7691 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
7693         * dired-aux.el (dired-create-directory): Signal an error if the
7694         directory already exists (Bug#8246).
7696         * facemenu.el (list-colors-display): Call list-faces-display
7697         inside with-help-window.
7698         (list-colors-print): Use display property to align the final
7699         column, instead of checking window-width.
7701 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
7703         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
7704         windows-nt systems.
7705         (emerge-protect-metachars): Quote correctly for ms-dos and
7706         windows-nt systems.
7708 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
7710         * info.el (info-initialize): Replace all uses of `:' with
7711         path-separator for compatibility with non-Unix systems.
7712         Cache quoting of path-separator.  (Bug#8258)
7714 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
7716         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
7717         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
7718         (mouse-avoidance-mode): Fix typos in docstrings.
7720 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
7722         * startup.el (package-subdirectory-regexp): Move from package.el.
7723         Omit \\` and \\', and let callers add them.
7725         * emacs-lisp/package.el (package-strip-version)
7726         (package-load-all-descriptors): Add \\` and \\' to
7727         package-subdirectory-regexp before using it.
7728         (package-untar-buffer): New arg DIR; ensure that file untars only
7729         into this expected directory.  Remove superfluous delete-region.
7730         (package-unpack): Caller changed.
7731         (package-tar-file-info): Use package-subdirectory-regexp.
7733 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7735         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
7736         diff-mode-shared-map (bug#8284).
7737         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
7739 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7741         * calendar/time-date.el (format-seconds): Use assoc instead of
7742         assoc-string, since assoc-string doesn't exist in XEmacs.
7744 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
7746         * custom.el (custom-known-themes): Reflow docstring.
7747         (custom-theme-load-path): Fix typo in docstring.
7748         (load-theme): Fix typo in error message.
7749         (custom-available-themes, custom-variable-theme-value):
7750         Use `let', not `let*'.
7752 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
7754         * calc/README: Mention inclusion of musical notes.
7756         * calc/calc-units.el (calc-lu-quant): Rename from
7757         `calc-logunits-quantity'.
7758         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
7759         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
7760         (calc-db): Rename from `calc-dblevel'.
7761         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
7762         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
7763         (calc-np): Rename from `calc-nplevel'.
7764         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
7765         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
7766         (calc-lu-plus): Rename from `calc-logunits-add'.
7767         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
7768         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
7769         (calc-lu-minus): Rename from `calc-logunits-sub'.
7770         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
7771         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
7772         (calc-lu-times): Rename from `calc-logunits-mul'.
7773         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
7774         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
7775         (calc-lu-divide): Rename from `calc-logunits-div'.
7776         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
7777         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
7779         * calc/calc-ext.el (calc-init-extensions): Update the names of the
7780         functions being autoloaded.
7782         * calc/calc.el (calc-lu-power-reference): Rename from
7783         `calc-logunits-power-reference'.
7784         (calc-lu-field-reference): Rename from
7785         `calc-logunits-field-reference'.
7787         * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
7789 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7791         * minibuffer.el (completion-all-sorted-completions):
7792         Use :completion-cycle-penalty text property if present.
7794 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
7796         * allout.el (allout-yank-processing): Adjust for new rebulleting
7797         regime so bullet being yanked is used without prompting the user
7798         for a choice.
7800 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
7802         * startup.el (command-line): Warn the user that _emacs is deprecated.
7804 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
7806         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
7807         (delphi-verbose, delphi-comment-face, delphi-string-face)
7808         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
7809         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
7810         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
7811         (delphi-new-comment-line, delphi-font-lock-defaults)
7812         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
7813         Fix typos in docstrings.
7815 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
7817         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
7818         Invert the roles of character and string values for INSTEAD, so a
7819         string is used for the more common case of a defaulting prompt.
7821 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7823         * progmodes/ruby-mode.el (ruby-backward-sexp):
7824         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
7825         * play/gamegrid.el (gamegrid-make-face):
7826         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
7827         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
7828         * notifications.el (notifications-notify):
7829         * net/xesam.el (xesam-search-engines):
7830         * net/quickurl.el (quickurl-list-insert):
7831         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
7833 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
7835         * startup.el (command-line): Update package subdirectory regexp.
7837 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7839         * allout.el (allout-abbreviate-flattened-numbering)
7840         (allout-mode-deactivate-hook): Fix up obsolescence "date".
7842         * subr.el (read-char-choice): Only show the cursor after the prompt,
7843         not after the answer.
7845 2011-03-15  Kevin Ryde  <user42@zip.com.au>
7847         * help-fns.el (variable-at-point): Skip leading quotes, if any
7848         (bug#8253).
7850 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7852         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
7853         warning message.
7855 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
7857         * shell.el (shell): When called interactively, offer to change the
7858         shell file name on remote hosts.
7860 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7862         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
7863         integration for LDAP parameters.  The host, base, user or binddn,
7864         and secret tokens can be specified in a netrc file, for instance.
7865         This is optional because an `auth-source' parameter must be
7866         specified in the search attributes.
7868 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
7870         * help.el (describe-mode): Link to the mode's definition (bug#8185).
7872 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7874         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
7875         into declaration.  Remove redundant and harmful binding.
7877 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
7879         * files.el (file-ownership-preserved-p): Pass `integer' as an
7880         explicit 2nd argument to `file-attributes'.  If the file's owner
7881         is the Administrators group on Windows, and the current user is
7882         Administrator, consider that a match.
7884         * server.el (server-ensure-safe-dir): Consider server directory
7885         safe on MS-Windows if its owner is the Administrators group while
7886         the current Emacs user is Administrator.  Use `=' to compare
7887         numerical UIDs, since they could be integers or floats.
7889 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
7891         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
7893 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
7895         Sync with Tramp 2.2.1.
7897         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
7899         * net/trampver.el: Update release number.
7901 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7903         * progmodes/compile.el (compilation--previous-directory): Fix up
7904         various nil/dead-marker mismatches (bug#8014).
7905         (compilation-directory-properties, compilation-error-properties):
7906         Don't call it at a position past the one we're about to change.
7908         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
7909         Disable obsolescence warnings in the file that declares it.
7911 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
7913         * allout-widgets.el (allout-widgets-tally):
7914         Initialize allout-widgets-tally as a hash table rather than nil to
7915         prevent mode-line redisplay warnings.  Also, clarify the module
7916         description and fix a comment typo.
7918 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
7920         * help-fns.el (describe-variable): Don't complete keywords.
7921         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
7923 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
7925         * emacs-lisp/package.el (package-version-join): Impose a standard
7926         string representation for pre/alpha/beta version lists.
7927         (package-unpack-single): Standardize the directory name by passing
7928         it through package-version-join.
7929         (package-strip-rcs-id): Accept any version string that does not
7930         signal an error in version-to-list.
7932 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
7934         * simple.el (delete-trailing-whitespace): Return nil for the
7935         benefit of `write-file-functions'.
7937 2011-03-10  Glenn Morris  <rgm@gnu.org>
7939         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
7941         * vc/vc-git.el (vc-git-program): New option.
7942         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
7943         (vc-git--call): Use it.
7945         * eshell/esh-util.el (eshell-condition-case): Doc fix.
7947         * cus-edit.el (Custom-newline): If no button at point, look
7948         for a subgroup button at start-of-line.  (Bug#2298)
7950         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
7952 2011-03-10  Julien Danjou  <julien@danjou.info>
7954         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
7955         `cursor-type' is nil.
7957 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
7959         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
7961 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
7963         * allout.el Summary: Change so yank of distinctive-bullet items
7964         preserves the existing header prefix, rebulleting it if necessary,
7965         rather than replacing it.  This is necessary for proper operation
7966         of cooperative addons like allout-widgets.
7967         (allout-make-topic-prefix, allout-rebullet-heading): Change
7968         SOLICIT arg to INSTEAD, and interpret additionally a string value
7969         as alternate bullet to be used, instead of prompting the user for
7970         a bullet character.
7972 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
7974         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7975         Do not use `tramp-file-name-port', because this returns also
7976         `tramp-default-port'.
7978 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
7980         * net/rcirc.el (rcirc-handler-001): Remove useless
7981         with-rcirc-process-buffer.
7982         (rcirc-check-auth-status): Swap arguments to string-match.
7984 2011-03-09  Glenn Morris  <rgm@gnu.org>
7986         * shell.el (shell-mode):
7987         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
7989         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
7990         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
7992 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
7994         * emacs-lisp/package.el (package-refresh-contents)
7995         (package-menu-execute): Use condition-case-no-debug.
7997 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
7999         * simple.el (shell-command-to-string): Use `process-file'.
8001         * emacs-lisp/package.el (package-tar-file-info): Handle also
8002         remote files.
8004         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8005         Use `equal' for upload base check.
8007 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
8009         * textmodes/texinfo.el (texinfo-environments):
8010         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
8012 2011-03-08  Glenn Morris  <rgm@gnu.org>
8014         * cus-start.el (cursor-in-non-selected-windows):
8015         Fix :set quoting oddness.  (Bug#8192)
8017         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
8018         in some setf expressions.  (Bug#2159)
8020 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
8022         * custom.el (custom-available-themes): Return themes in
8023         alphabetical order.
8025 See ChangeLog.15 for earlier changes.
8027 ;; Local Variables:
8028 ;; coding: utf-8
8029 ;; End:
8031   Copyright (C) 2011  Free Software Foundation, Inc.
8033   This file is part of GNU Emacs.
8035   GNU Emacs is free software: you can redistribute it and/or modify
8036   it under the terms of the GNU General Public License as published by
8037   the Free Software Foundation, either version 3 of the License, or
8038   (at your option) any later version.
8040   GNU Emacs is distributed in the hope that it will be useful,
8041   but WITHOUT ANY WARRANTY; without even the implied warranty of
8042   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8043   GNU General Public License for more details.
8045   You should have received a copy of the GNU General Public License
8046   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.