* lisp/window.el (switch-to-prev-buffer): Revert last patch because the
[emacs.git] / lisp / ChangeLog
blob652c9ad7e44f16db6b8159081b65571ea0cf4507
1 2012-03-22  Sam Steingold  <sds@gnu.org>
3         * window.el (switch-to-prev-buffer): Revert last patch because the
4         bug turned out to be an advertised feature (Elisp manual 28.14).
6 2012-03-22  Glenn Morris  <rgm@gnu.org>
8         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
9         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
11 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13         * net/network-stream.el (network-stream-open-starttls): Make error
14         message under Windows be less misleading.
16 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
18         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
19         understands (bug#9942).
21 2012-03-22  Chong Yidong  <cyd@gnu.org>
23         * simple.el (end-of-visible-line): Handle return value of
24         next-single-property-change properly (Bug#9371).
26 2012-03-22  Kenichi Handa  <handa@m17n.org>
28         * international/quail.el (quail-insert-kbd-layout): Fix previous
29         change.  To avoid unwanted bidi reordering, use
30         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
32 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
34         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
35         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
36         (ruby-beginning-of-indent): Be more careful with the difference
37         between word-boundary and symbol boundary.
38         (ruby-mode-syntax-table): Make : a symbol constituent.
40 2012-03-21  Andreas Politz  <politza@fh-trier.de>
42         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
44 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
46         * progmodes/etags.el (tags-completion-at-point-function):
47         Improve last fix.
49         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
51 2012-03-21  Sam Steingold  <sds@gnu.org>
53         * progmodes/etags.el (tags-completion-at-point-function):
54         Avoid the error when point is inside the pattern.
56 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
58         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
59         line (Bug#10855).
61 2012-03-21  Drew Adams  <drew.adams@oracle.com>
63         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
65 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
67         * ido.el (ido-set-current-directory, ido-read-internal)
68         (ido-choose-completion-string, ido-completion-help): Handle nil
69         value of ido-completion-buffer (Bug#11008).
71 2012-03-21  Sam Steingold  <sds@gnu.org>
73         * window.el (switch-to-prev-buffer): Do not switch to a visible
74         window previous buffer, just like with the frame previous buffers.
76 2012-03-21  Chong Yidong  <cyd@gnu.org>
78         * faces.el (make-face, make-empty-face, copy-face):
79         * face-remap.el (face-remap-add-relative, face-remap-set-base):
80         Doc fixes.
82 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
84         * wid-edit.el (widget-complete-field): Remove (bug#11051).
85         (widget-complete): Remove broken use of it.
87 2012-03-20  Chong Yidong  <cyd@gnu.org>
89         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
90         Use string-width and truncate-string-width to handle arbitrary
91         characters.
93 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
95         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
96         to draw rectangles, not squares.  (Regression introduced by revno
97         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
99 2012-03-18  Chong Yidong  <cyd@gnu.org>
101         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
102         it is not yet defined (for temacs).
104 2012-03-18  Leo Liu  <sdl.web@gmail.com>
106         * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
108 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
110         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
111         (ispell-choices-win-default-height, ispell-silently-savep)
112         (ispell-dictionary-alist, ispell-encoding8-command)
113         (ispell-check-version, ispell-aspell-find-dictionary)
114         (ispell-valid-dictionary-list, ispell-words-keyword)
115         (ispell-get-word, ispell-internal-change-dictionary)
116         (ispell-region, ispell-skip-region-list)
117         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
118         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
119         (ispell-message-text-end, ispell-message)
120         (ispell-buffer-local-parsing): Doc fix.
122 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
124         * htmlfontify.el: Add support for code block fontification for ODT
125         export (Bug #9914).
126         (hfy-optimisations): Define new option
127         `body-text-only'
128         (hfy-fontify-buffer): Honor above setting.
129         (hfy-begin-span, hfy-end-span): New routines factored out form
130         `hfy-fontify-buffer'.
131         (hfy-begin-span-handler, hfy-end-span-handler): New variables
132         that permit insertion of custom tags.
133         (hfy-fontify-buffer): Use above handlers.
134         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
135         (hfy-face-to-css): Re-defined to be a variable.
136         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
137         over multiple runs. This is made possible by having the caller let
138         bind a special variable `hfy-user-sheet-assoc'.
139         (htmlfontify-string): New defun.
140         (hfy-compile-face-map): Make sure that the last char in the
141         buffer is correctly fontified.
142         (hfy-face-resolve-face): Whitespace only change.
144 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
146         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
147         message more clear.
149 2012-03-16  Leo Liu  <sdl.web@gmail.com>
151         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
153 2012-03-16  Alan Mackenzie  <acm@muc.de>
155         Further optimise the handling of large macros.
157         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
158         limit to a call of `c-literal-limits'.
159         (c-determine-+ve-limit): New function.
160         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
161         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
162         In CASE 5B, restrict a search limit to 500.
163         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
165         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
166         Restrict macro bounds to +-500 from after-change's BEG END.
168 2012-03-16  Leo Liu  <sdl.web@gmail.com>
170         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
172 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
174         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
175         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
177 2012-03-16  Glenn Morris  <rgm@gnu.org>
179         * view.el (view-buffer, view-buffer-other-window)
180         (view-buffer-other-frame): Doc fixes re special mode-class.
182         * subr.el (eval-after-load): If named feature is provided not from
183         a file, run after-load forms.  (Bug#10946)
185         * calendar/calendar.el (calendar-insert-at-column):
186         Handle non-unit-width characters a bit better.  (Bug#10978)
188 2012-03-15  Chong Yidong  <cyd@gnu.org>
190         * emacs-lisp/ring.el (ring-extend): New function.
191         (ring-insert+extend): Extend the ring correctly (Bug#11019).
193         * comint.el (comint-read-input-ring)
194         (comint-add-to-input-history): Grow comint-input-ring lazily.
196 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
198         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
199         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
201         * imenu.el: Fix multiple inheritance breakage (bug#9199).
202         (imenu-add-to-menubar): Don't add a redundant index.
203         (imenu-update-menubar): Handle a dynamically composed keymap.
205 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
207         * mail/sendmail.el (mail-encode-header):
208         Bind rfc2047-encode-encoded-words to nil.
210 2012-03-13  Glenn Morris  <rgm@gnu.org>
212         * calendar/calendar.el (calendar-string-spread):
213         Handle non-unit-width characters a bit better.  (Bug#10978)
215 2012-03-13  Leo Liu  <sdl.web@gmail.com>
217         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
218         directory and file as argument (Bug#10822).
220 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
222         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
223         For dynamically generated code, follow $PC.
224         (gdb-disassembly-handler-custom): Handle no function name case.
226 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
228         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
229         * emulation/ws-mode.el (ws-query-replace):
230         * sort.el (sort-regexp-fields):
231         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
233 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
235         * dabbrev.el: Fix cycle completion order (bug#10963).
236         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
237         (dabbrev-completion): Don't use an obarray; provide
238         a cycle-sort-function.
240 2012-03-12  Leo Liu  <sdl.web@gmail.com>
242         * simple.el (kill-new): Use equal-including-properties for comparison.
243         (kill-do-not-save-duplicates): Doc fix.
245 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
247         * dabbrev.el: Fix cycle completion (bug#10963).
248         Use lexical binding and wrap to 80 columns.
249         (dabbrev-completion): Delay computing the list of completions.
251 2012-03-12  Kenichi Handa  <handa@m17n.org>
253         * international/quail.el (quail-insert-kbd-layout): Surround each
254         row by LRO and PDF instead of inserting many LRMs.  Pad the left
255         and right of each non-spacing marks.  Insert invisible space
256         between lower and upper characters to prevent composition.
258 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
260         * minibuffer.el (minibuffer-complete): Don't get confused when the
261         function is run twice via different commands (bug#10958).
262         (complete-with-action): Fix docstring.
264 2012-03-12  Chong Yidong  <cyd@gnu.org>
266         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
267         (nxml-completion-at-point-function): New function.
268         (nxml-mode): Use it.
269         (nxml-bind-meta-tab-to-complete-flag): Default to t.
271         * emacs-lisp/package.el (package-unpack, package-unpack-single):
272         Load generated autoloads file before byte compiling (Bug#10970).
273         (package--make-autoloads-and-compile): New helper fun.
275 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
277         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
279 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
281         * autorevert.el (auto-revert-handler): Ensure, that
282         file-readable-p is applied only for local files or in
283         auto-revert-tail-mode.
285 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
287         * server.el (server-eval-at): Handle non-tcp connections.
288         Decode result string.
290         * server.el (server-msg-size): New constant.
291         (server-reply-print): New function.
292         (server-eval-and-print): Use it.
293         (server-eval-at): Use server-quote-arg and server-unquote-arg.
294         Handle -print-nonl.
296 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
298         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
299         (Bug#10987).
301 2012-03-11  Chong Yidong  <cyd@gnu.org>
303         * simple.el (goto-line): Doc fix (Bug#9938).
305         * subr.el (save-window-excursion): Doc fix (Bug#9979).
307         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
308         when finished (Bug#10963).
310 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
312         * window.el (split-window-below): Fix bug in case where
313         split-window-keep-point is nil (Bug#10971).
315 2012-03-11  Juri Linkov  <juri@jurta.org>
317         * replace.el (replace-highlight): Set isearch-word to nil
318         unconditionally.  (Bug#10887)
320 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
322         * net/mairix.el (mairix-replace-invalid-chars): Rename from
323         mairix-replace-illegal-chars; all callers changed.  Don't remove
324         ^, ~, and = characters: they are meaningful in mairix search specs.
325         (mairix-widget-create-query): Add usage information about mairix
326         search forms: negating words, searching for substrings, etc.
328 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
330         * international/fontset.el (font-encoding-alist): Add an entry for
331         ksx1001 (Bug#5667).
333 2012-03-10  Richard Stallman  <rms@gnu.org>
335         * mail/sendmail.el (mail-encode-header):
336         Set rfc2047-encode-encoded-words.
338         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
340         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
341         view buffer means not swapped.
342         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
343         (rmail-write-region-annotate): Error if real text has disappeared.
345         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
347 2012-03-10  Chong Yidong  <cyd@gnu.org>
349         * emulation/cua-rect.el (cua--init-rectangles):
350         * emulation/cua-base.el (cua--init-keymaps):
351         Add delete-forward-char to remappings (Bug#9666).
353 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
355         * speedbar.el (speedbar-unhighlight-one-tag-line):
356         Avoid unhighlighting due to frame switching (Bug#10275).
358 2012-03-10  Chong Yidong  <cyd@gnu.org>
360         * minibuffer.el (completion-in-region, completion-help-at-point):
361         Give the completion field overlay a high priority (Bug#6830).
363         * dired.el (dired-goto-file): Recognize absolute file name
364         listings (Bug#7126).
365         (dired-goto-file-1): New helper function.
366         (dired-toggle-read-only): Inhibit warnings.
368 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
370         * net/dbus.el: (dbus-property-handler): Return empty array if
371         there are no properties.
373 2012-03-09  Leo Liu  <sdl.web@gmail.com>
375         * savehist.el (savehist-printable): Stricter check for string
376         value (Bug#10937).
378 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
380         * mail/smtpmail.el (smtpmail-send-it):
381         Bind coding-system-for-write to *-unix, so that FCC files are kept in
382         valid mbox format.
384 2012-03-09  Glenn Morris  <rgm@gnu.org>
386         * files.el (dir-locals-find-file):
387         Don't check result is regular, readable.
388         (dir-locals-read-from-file): Demote errors.
390 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
392         * international/quail.el (quail-insert-kbd-layout):
393         Insert invisible LRM characters before each character in a keyboard
394         layout cell, to prevent their reordering by bidi display engine.
395         For details, see the discussion in
396         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
398 2012-03-08  Alan Mackenzie  <acm@muc.de>
400         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
401         the starting position; make it extend the marked region when
402         invoked repeatedly - all under appropriate circumstances.
403         Fixes bugs #5525, #10906.
405 2012-03-08  Glenn Morris  <rgm@gnu.org>
407         * files.el (locate-dominating-file, dir-locals-find-file):
408         Undo 2012-03-06 change.
410 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
412         * international/quail.el (quail-help):
413         Force bidi-paragraph-direction be left-to-right.  See discussion in
414         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
415         for the reason.
417 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
419         Avoid superfluous registering of signals.  (Bug#10807)
421         * notifications.el (notifications-on-action-object)
422         (notifications-on-close-object): New defvars.
423         (notifications-on-action-signal, notifications-on-closed-signal):
424         Unregister the signal if not needed any longer.
425         (notifications-notify): Register `notifications-action-signal' or
426         `notifications-closed-signal', if :on-action or :on-close has been
427         passed as argument.
429 2012-03-07  Chong Yidong  <cyd@gnu.org>
431         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
432         non-X platforms.
434 2012-03-06  Glenn Morris  <rgm@gnu.org>
436         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
437         (x-disown-selection-internal, x-get-selection-internal):
438         Doc fix (add arglist signatures).  (Bug#10783)
440 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
442         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
443         Handle breakpoints with no "type".
445 2012-03-06  Glenn Morris  <rgm@gnu.org>
447         * files.el (locate-dominating-file): Add optional predicate argument.
448         (dir-locals-find-file): Make use of above change.
450 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
452         * info.el (Info-insert-dir): Also try "dir.gz".
454 2012-03-06  Glenn Morris  <rgm@gnu.org>
456         * files.el (dir-locals-find-file):
457         Ignore non-readable or non-regular files.  (Bug#10928)
459         * files.el (locate-dominating-file): Doc fix.
461 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
463         * calendar/calendar.el (calendar-set-mode-line):
464         `getenv' returns a string.  (Bug#10951)
466 2012-03-05  Leo Liu  <sdl.web@gmail.com>
468         * simple.el (backward-delete-char-untabify): Constrain point to
469         field (Bug#10939).
471         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
473 2012-03-05  Chong Yidong  <cyd@gnu.org>
475         * simple.el (count-words): If called from Lisp, return the word
476         count, for symmetry with `count-lines'.  Arglist changed.
477         (count-words--message): Args changed.  Consolidate counting code
478         from count-words and count-words-region.
479         (count-words-region): Caller changed.
480         (count-lines-region): Make it an obsolete alias.
482 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
484         * saveplace.el (save-place-to-alist)
485         (save-place-ignore-files-regexp): Allow value nil to disable this
486         feature.
488 2012-03-04  Chong Yidong  <cyd@gnu.org>
490         * faces.el (face-spec-reset-face): For the default face, reset the
491         attributes to default values (Bug#10748).
493 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
495         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
496         previous patch: Check `message-send-mail-function', and not the
497         default function (bug#10897).
499 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
501         * notifications.el (notifications-on-action-signal)
502         (notifications-on-closed-signal): Check for unique service name of
503         incoming event.  Fix error in removing entry.
504         (top): Register for signals with wildcard service name.
505         (notifications-notify): Use daemon unique service name for map entries.
507 2012-03-04  Chong Yidong  <cyd@gnu.org>
509         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
511 2012-03-04  Glenn Morris  <rgm@gnu.org>
513         * abbrev.el (copy-abbrev-table, abbrev-table-p)
514         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
515         (expand-abbrev, define-abbrev-table): Doc fixes.
517 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
520         `message-default-send-mail-function' and not `send-mail-function'
521         when doing the prompting for `sendmail-query-once' before sending
522         in Message buffers (bug#10897).
524         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
525         This is inconsistent with all the other stream functions, which leave
526         the setting up to the higher levels (if so wanted) (bug#10931).
528 2012-03-02  Alan Mackenzie  <acm@muc.de>
530         Depessimize the handling of very large macros.
532         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
533         (c-macro-cache-syntactic): New variables to implement a one
534         element macro cache.
535         (c-invalidate-macro-cache): New function.
536         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
537         Adapt to use the new cache.
538         (c-state-safe-place): Use better the cache of safe positions.
539         (c-state-semi-nonlit-pos-cache)
540         (c-state-semi-nonlit-pos-cache-limit):
541         New variables for...
542         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
543         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
544         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
545         Use c-state-semi-safe-place.
547         * progmodes/cc-langs.el (c-get-state-before-change-functions):
548         Add c-invalidate-macro-cache to the C, C++, Obj entries.
550 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
552         * jka-compr.el (jka-compr-call-process):
553         Apply `file-accessible-directory-p' only when the default directory is
554         not remote.
556 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
558         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
559         access of FILE2, if FILE1 does not exist.
561         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
562         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
564         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
565         Add "PAGER=" to `process-environment'.
567 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
569         * progmodes/sql.el: Bug fix
570         (sql-get-login-ext): Save login values in globals.
571         (sql-get-login): Use new version of `sql-get-login-ext'.
572         (sql-interactive-mode): Set global `sql-connection' to nil.
573         (sql-connect): Set global values for connection.
574         (sql-product-interactive): Save global values as buffer local.
576 2012-02-29  Leo Liu  <sdl.web@gmail.com>
578         * abbrev.el (define-abbrevs): Reset sys to nil.
580 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
582         * files.el (file-equal-p): Rename from `files-equal-p'.
583         Return nil when one or both files don't exist.
584         (file-subdir-of-p): Now only top directory must exists,
585         return nil if it doesn't.
586         (copy-directory): No need to test with `file-subdir-of-p' after
587         creating dir.
588         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
589         to `file-equal-p'.
591 2012-02-28  Glenn Morris  <rgm@gnu.org>
593         * shell.el (shell-mode):
594         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
595         * play/landmark.el (landmark-font-lock-face-O):
596         * play/handwrite.el (handwrite):
597         * play/gomoku.el (gomoku-O):
598         * net/browse-url.el (browse-url-browser-display):
599         * international/mule.el (define-charset):
600         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
601         * filesets.el (filesets-find-file-delay):
602         * eshell/em-xtra.el (eshell-xtra):
603         * eshell/em-unix.el (eshell-grep):
604         * emulation/viper.el (viper-mode):
605         * emacs-lisp/regexp-opt.el (regexp-opt-group):
606         * emacs-lisp/easymenu.el (easy-menu-define):
607         * calendar/timeclock.el (timeclock-use-display-time):
608         * bs.el (bs-mode):
609         * bookmark.el (bookmark-save-flag):
610         Doc fix (standardize possessive apostrophe usage).
612 2012-02-27  Chong Yidong  <cyd@gnu.org>
614         * emulation/viper-cmd.el (viper-intercept-ESC-key):
615         Fix key-binding lookup for ESC key (Bug#9146).
617         * font-lock.el (font-lock-specified-p): Rename from
618         font-lock-spec-present.  Callers changed.
620 2012-02-27  Daniel Hackney  <dan@haxney.org>
622         * emacs-lisp/package.el (package-compute-transaction):
623         Handle holding a package version to t in package-load-list.
625 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
627         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
628         (tramp-get-inode, tramp-get-device): Use cached values.
630 2012-02-26  Alan Mackenzie  <acm@muc.de>
632         Check there is a font-lock specification before doing initial
633         fontification.
635         * font-core.el (font-lock-mode): Move the conditional from
636         :after-hook to font-lock-initial-fontify.
637         (font-lock-default-function): Move the check for a specification
638         to font-lock-spec-present.
640         * font-lock.el (font-lock-initial-fontify): Call ...
641         (font-lock-spec-present): New function.
643 2012-02-26  Jim Blandy  <jimb@red-bean.com>
645         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
646         (gdb-send): Apply it to the operand of the '-interpreter-exec
647         console' command, so that we can pass arguments with (say) quotes
648         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
650 2012-02-26  Chong Yidong  <cyd@gnu.org>
652         * help-fns.el (describe-function-1): Clarify description of
653         remapping (Bug#10844).
655         * files.el (files-equal-p): Doc fix.
656         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
657         and quit the loop once a mismatch is found.
659 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
661         * bs.el (bs--show-with-configuration): Don't throw an error
662         if the window cannot be split; otherwise, subsequent calls to
663         bs-show fail, restoring a stale window config.  (Bug#10882)
665 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
667         * term/ns-win.el (global-map): Bind ns-drag-file to
668         ns-find-file (Bug#5855, Bug#10050).
670 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
672         * calendar/parse-time.el (parse-time-string): Allow extractor to
673         return nil.
675 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
677         * net/tramp.el (tramp-file-name-for-operation):
678         Add `files-equal-p' and `file-subdir-of-p'.
680         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
681         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
682         Add COPY-CONTENTS argument.
684 2012-02-25  Chong Yidong  <cyd@gnu.org>
686         Add custom groups for VC backends, for consistency with vc-bzr.
688         * vc/vc-arch.el (vc-arch):
689         * vc/vc-cvs.el (vc-cvs):
690         * vc/vc-git.el (vc-git):
691         * vc/vc-hg.el (vc-hg):
692         * vc/vc-mtn.el (vc-mtn):
693         * vc/vc-rcs.el (vc-rcs):
694         * vc/vc-sccs.el (vc-sccs):
695         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
696         All relevant defcustoms reassigned.
698 2012-02-25  Chong Yidong  <cyd@gnu.org>
700         * newcomment.el (comment-styles): Add autoload (Bug#10868).
702         * term/x-win.el (x-initialize-window-system): Reduce default for
703         x-selection-timeout to 5 seconds (Bug#8869).
705 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
707         * files.el (file-subdir-of-p): Fix typo.
709 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
711         * files.el (files-equal-p, file-subdir-of-p): New functions.
712         (copy-directory): Error when trying to copy a directory on itself.
713         Add missing copy-contents arg to tramp handler.
714         * dired-aux.el (dired-copy-file-recursive): Same.
715         (dired-create-files): Modify destination when source is equal to
716         dest when copying files.
717         Return also when dest is a subdir of source.  (Bug#10489)
719 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
721         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
722         (Bug#10874)
724 2012-02-23  Alan Mackenzie  <acm@muc.de>
726         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
727         parameter "after-hook:" to allow the expansion to run code after
728         the execution of the mode hooks.
730         * font-lock.el (font-lock-initial-fontify): New function extracted
731         from font-lock-mode-internal.
733         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
734         :after-hook.
736 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
738         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
739         (completion--cache-all-sorted-completions): New function.
740         (completion-all-sorted-completions): Use it.
741         (completion--do-completion, minibuffer-force-complete):
742         Use it to re-instate the flush hook.
744         * icomplete.el (icomplete-completions): Replace last fix with a better
745         one (bug#10850).
747 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
749         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
750         when it might call us back infinitely (bug#10797).
752 2012-02-23  Glenn Morris  <rgm@gnu.org>
754         * minibuffer.el (completion-category-overrides): Doc fix.
756 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
758         * minibuffer.el (completion-table-with-context): Fix inf-loop.
759         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
761 2012-02-23  Glenn Morris  <rgm@gnu.org>
763         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
764         (authors-obsolete-files-regexps, authors-ignored-files)
765         (authors-ambiguous-files, authors-renamed-files-alist):
766         Add more entries.
768 2012-02-23  Juri Linkov  <juri@jurta.org>
770         * isearch.el (isearch-occur): Sync interactive spec with occur's
771         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
773         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
775 2012-02-22  Juri Linkov  <juri@jurta.org>
777         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
778         (ucs-insert): Doc fix.  Check for hex digits in the string.
779         Don't display `nil' in the error message.  (Bug#10857)
781 2012-02-22  Alan Mackenzie  <acm@muc.de>
783         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
785 2012-02-22  Glenn Morris  <rgm@gnu.org>
787         * ffap.el (ffap-c-path):
788         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
790 2012-02-22  Chong Yidong  <cyd@gnu.org>
792         * custom.el (load-theme): Doc fix.
794 2012-02-22  Glenn Morris  <rgm@gnu.org>
796         * dired-x.el (dired-guess-shell-alist-default):
797         Remove escape sequences from nroff output.  (Bug#172)
799 2012-02-21  Glenn Morris  <rgm@gnu.org>
801         * vc/emerge.el (emerge-defvar-local):
802         Set `permanent-local' property rather than unused `preserved'.
804         * textmodes/picture.el (picture-delete-char): New alias.
805         (picture-mode-map): Use it.  (Bug#10860)
806         (picture-mode): Doc fix.
808 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
810         * newcomment.el (uncomment-region-default): Remove unused binding.
812 2012-02-21  Glenn Morris  <rgm@gnu.org>
814         * textmodes/picture.el (picture-motion, picture-motion-reverse)
815         (picture-self-insert, picture-tab-chars): Doc fix.
816         (picture-mode-map): Fix C-a, C-e.
818 2012-02-20  Glenn Morris  <rgm@gnu.org>
820         * emacs-lisp/authors.el (authors-aliases): Add another entry.
822 2012-02-20  Leo Liu  <sdl.web@gmail.com>
824         * icomplete.el (icomplete-completions): Check FROM arg before
825         passing to substring (Bug#10850).
827 2012-02-19  Chong Yidong  <cyd@gnu.org>
829         * comint.el: Require ansi-color.
830         (comint-output-filter-functions): Add ansi-color-process-output.
832         * ansi-color.el: Don't set comint-output-filter-functions; it is
833         now in the initial value defined in comint.el.
834         (ansi-color-apply-face-function): New variable.
835         (ansi-color-apply-on-region): Use it.
836         (ansi-color-apply-overlay-face): New function.
838         * shell.el (shell): No need to require ansi-color.
839         (shell-mode): Use ansi-color-apply-face-function to highlight
840         color escapes using font-lock-face property (Bug#10835).
842 2012-02-19  Chong Yidong  <cyd@gnu.org>
844         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
845         mode-line formats (Bug#10839).
847 2012-02-18  Glenn Morris  <rgm@gnu.org>
849         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
851         * mail/undigest.el (unforward-rmail-message): Doc fix.
853         * saveplace.el (save-place-ignore-files-regexp): Add :version.
855 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
857         * international/characters.el (script-list): Sync with the latest
858         Unicode Character Database.
860 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
862         * international/titdic-cnv.el: Remove duplicate coding tag.
863         * language/cham.el: Likewise.
864         * language/tai-viet.el: Likewise.
866 2012-02-18  Glenn Morris  <rgm@gnu.org>
868         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
869         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
870         (calendar-bahai-all-holidays-flag, calendar-other-dates):
871         * calendar/diary-lib.el (diary-abbreviated-year-flag):
872         * calendar/holidays.el (holiday-bahai-holidays)
873         (calendar-holidays, list-holidays):
874         Use utf-8 Bahá'í in doc-strings, menus, etc.
876 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
878         * saveplace.el (save-place-ignore-files-regexp): New variable
879         allowing for excluding files from saving their location of point.
880         The default value matches the temporary commit message editing
881         files from Git, SVN, Bazaar, and Mercurial.
882         (save-place-to-alist): Use it.
884 2012-02-17  Lawrence Mitchell <wence@gmx.li>
885             Stefan Monnier  <monnier@iro.umontreal.ca>
887         * newcomment.el (uncomment-region-default): Don't leave extra space
888         when an arg is provided (bug#8150).
890 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
892         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
894 2012-02-17  Glenn Morris  <rgm@gnu.org>
896         * net/socks.el: Require network-stream.  (Bug#10599)
898 2012-02-17  Kenichi Handa  <handa@m17n.org>
900         * international/charprop.el:
901         * international/uni-name.el:
902         * international/uni-old-name.el:
903         * international/uni-comment.el: Regenerate.
905 2012-02-16  Glenn Morris  <rgm@gnu.org>
907         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
908         Interactively in calendar buffer, give an error if not on a date.
910 2012-02-15  Glenn Morris  <rgm@gnu.org>
912         * shell.el (shell-delimiter-argument-list):
913         Revert 2011-02-17 change.  (Bug#8027)
915 2012-02-15  Chong Yidong  <cyd@gnu.org>
917         * minibuffer.el (completion-at-point-functions): Doc fix.
919         * custom.el (defcustom): Doc fix; note use of defvar.
921 2012-02-15  Glenn Morris  <rgm@gnu.org>
923         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
924         Doc fixes.
926 2012-02-14  Glenn Morris  <rgm@gnu.org>
928         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
930 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
932         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
933         way the ports list is computed.
934         (smtpmail-query-smtp-server): Prompt the user for a port number if
935         we can't connect to any of the standard ports (bug#10810).
937 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
939         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
941 2012-02-13  Glenn Morris  <rgm@gnu.org>
943         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
945 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
947         * net/gnutls.el (gnutls-trustfiles): New variable.
948         (gnutls-negotiate): Use it.
950 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
952         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
953         does its stuff if Gnus is running.
955 2012-02-13  Alan Mackenzie  <acm@muc.de>
957         Fix a loop in c-set-fl-decl-start.
959         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
960         c-backward-syntactic-ws actually moves backwards.
962 2012-02-13  Leo Liu  <sdl.web@gmail.com>
964         * net/rcirc.el (rcirc-markup-attributes): Move point to the
965         beginning so that all \C-o chars are removed.
967 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
969         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
971 2012-02-12  Alan Mackenzie  <acm@muc.de>
973         Fix infinite loop with long macros.
974         * cc-engine.el (c-state-safe-place): Handle macros properly.
976 2012-02-12  Chong Yidong  <cyd@gnu.org>
978         * window.el (display-buffer): Doc fix (Bug#10785).
980 2012-02-12  Glenn Morris  <rgm@gnu.org>
982         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
983         (x-disown-selection-internal, x-get-selection-internal):
984         Sync docs with the xselect.c versions.
986         * allout-widgets.el: Add missing license notice.
988 2012-02-11  Glenn Morris  <rgm@gnu.org>
990         * select.el (x-get-selection-internal, x-own-selection-internal)
991         (x-disown-selection-internal):
992         * x-dnd.el (x-get-selection-internal): Update declarations.
994         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
996         * window.el (window-sides-slots):
997         * tool-bar.el (tool-bar-position):
998         * term/xterm.el (xterm-extra-capabilities):
999         * ses.el (ses-self-reference-early-detection):
1000         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1001         (verilog-auto-wire-type)
1002         (verilog-auto-delete-trailing-whitespace)
1003         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1004         (verilog-auto-tieoff-declaration):
1005         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1006         (sql-oracle-statement-starters, sql-oracle-scan-on):
1007         * progmodes/prolog.el (prolog-align-comments-flag)
1008         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1009         (prolog-left-indent-regexp, prolog-paren-indent-p)
1010         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1011         (prolog-types, prolog-mode-specificators)
1012         (prolog-determinism-specificators, prolog-directives)
1013         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1014         (prolog-electric-dot-flag)
1015         (prolog-electric-dot-full-predicate-template)
1016         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1017         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1018         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1019         (prolog-program-switches, prolog-prompt-regexp)
1020         (prolog-debug-on-string, prolog-debug-off-string)
1021         (prolog-trace-on-string, prolog-trace-off-string)
1022         (prolog-zip-on-string, prolog-zip-off-string)
1023         (prolog-use-standard-consult-compile-method-flag)
1024         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1025         (prolog-imenu-max-lines, prolog-info-predicate-index)
1026         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1027         (prolog-char-quote-workaround):
1028         * progmodes/cc-vars.el (c-defun-tactic):
1029         * net/tramp.el (tramp-encoding-command-interactive)
1030         (tramp-local-end-of-line):
1031         * net/soap-client.el (soap-client):
1032         * net/netrc.el (netrc-file):
1033         * net/gnutls.el (gnutls):
1034         * minibuffer.el (completion-category-overrides)
1035         (completion-cycle-threshold)
1036         (completion-pcm-complete-word-inserts-delimiters):
1037         * man.el (Man-name-local-regexp):
1038         * mail/feedmail.el (feedmail-display-full-frame):
1039         * international/characters.el (glyphless-char-display-control):
1040         * eshell/em-ls.el (eshell-ls-date-format):
1041         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1042         (lisp-lambda-list-keyword-parameter-indentation)
1043         (lisp-lambda-list-keyword-parameter-alignment):
1044         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1045         * dired-x.el (dired-omit-verbose):
1046         * cus-theme.el (custom-theme-allow-multiple-selections):
1047         * calc/calc.el (calc-highlight-selections-with-faces)
1048         (calc-lu-field-reference, calc-lu-power-reference)
1049         (calc-note-threshold):
1050         * battery.el (battery-mode-line-limit):
1051         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1052         (archive-7z-update):
1053         * allout.el (allout-prefixed-keybindings)
1054         (allout-unprefixed-keybindings)
1055         (allout-inhibit-auto-fill-on-headline)
1056         (allout-flattened-numbering-abbreviation):
1057         * allout-widgets.el (allout-widgets-auto-activation)
1058         (allout-widgets-icons-dark-subdir)
1059         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1060         (allout-widgets-theme-dark-background)
1061         (allout-widgets-theme-light-background)
1062         (allout-widgets-item-image-properties-emacs)
1063         (allout-widgets-item-image-properties-xemacs)
1064         (allout-widgets-run-unit-tests-on-load)
1065         (allout-widgets-time-decoration-activity)
1066         (allout-widgets-hook-error-post-time)
1067         (allout-widgets-track-decoration):
1068         Add missing :version tags to new defcustoms and defgroups.
1070         * progmodes/sql.el (sql-ansi-statement-starters)
1071         (sql-oracle-statement-starters): Add custom type.
1073         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1074         (prolog-system-version): Give it a type.
1076 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
1078         * term/pc-win.el (x-select-text, x-selection-owner-p)
1079         (x-own-selection-internal, x-disown-selection-internal)
1080         (x-get-selection-internal): Sync doc strings and argument lists
1081         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
1083 2012-02-11  Leo Liu  <sdl.web@gmail.com>
1085         * progmodes/python.el (python-end-of-statement): Fix infinite
1086         loop.  (Bug#10788)
1088 2012-02-10  Glenn Morris  <rgm@gnu.org>
1090         * international/mule-cmds.el (unify-8859-on-encoding-mode)
1091         (unify-8859-on-decoding-mode): Properly mark as obsolete.
1093 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1095         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1096         about SMTP before checking the From header.
1098         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
1099         into own function for reuse by emacsbug.el.
1101 2012-02-10  Leo Liu  <sdl.web@gmail.com>
1103         * subr.el (condition-case-unless-debug): Rename from
1104         condition-case-no-debug.  All callers changed.
1105         (with-demoted-errors): Fix caller.
1107         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1108         * nxml/rng-valid.el (rng-do-some-validation):
1109         * emacs-lisp/package.el (package-refresh-contents)
1110         (package-menu-execute):
1111         * desktop.el (desktop-create-buffer):
1112         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1114 2012-02-10  Glenn Morris  <rgm@gnu.org>
1116         * textmodes/bibtex.el:
1117         Add missing :version tags for new/changed defcustoms.
1119         * files.el (remote-file-name-inhibit-cache): Doc fixes.
1121 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
1123         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1124         (smtpmail-via-smtp): Use it, or fall back on the From address.
1125         (smtpmail-send-it): Ditto.
1127 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1129         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1130         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
1131         (byte-compile-tmp-var): New const.
1132         (byte-compile-defvar): Use it to minimize .elc size.
1133         Just use `defvar' rather than simulate it (bug#10761).
1135 2012-02-09  Glenn Morris  <rgm@gnu.org>
1137         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
1139         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1140         Add :version tags.
1142         * progmodes/compile.el (compilation-error-screen-columns)
1143         (compilation-first-column, compilation-filter-start): Doc fixes.
1145         * vc/log-view.el (log-view-toggle-entry-display):
1146         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1148         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1149         (report-emacs-bug-can-use-xdg-email):
1150         (report-emacs-bug-insert-to-mailer): Doc fixes.
1151         (report-emacs-bug): Message fix.
1153         * net/browse-url.el (browse-url-can-use-xdg-open)
1154         (browse-url-xdg-open): Doc fixes.
1156         * electric.el (electric-indent-mode, electric-pair-mode)
1157         (electric-layout-rules, electric-layout-mode): Doc fixes.
1158         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1160 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
1162         * server.el (server-unselect-display): Don't inadvertently kill
1163         the current buffer.  (Bug#10729)
1165 2012-02-08  Glenn Morris  <rgm@gnu.org>
1167         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1168         (sql-list-table): Doc fixes.
1170         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1171         Comment out (does nothing).
1173         * completion.el (dynamic-completion-mode):
1174         * dirtrack.el (dirtrack-debug-mode):
1175         * electric.el (electric-layout-mode):
1176         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1177         * face-remap.el (text-scale-mode, buffer-face-mode):
1178         * iimage.el (iimage-mode):
1179         * image-mode.el (image-transform-mode):
1180         * minibuffer.el (completion-in-region-mode):
1181         * scroll-lock.el (scroll-lock-mode):
1182         * simple.el (next-error-follow-minor-mode):
1183         * tar-mode.el (tar-subfile-mode):
1184         * tooltip.el (tooltip-mode):
1185         * vcursor.el (vcursor-use-vcursor-map):
1186         * wid-browse.el (widget-minor-mode):
1187         * emulation/tpu-edt.el (tpu-edt-mode):
1188         * emulation/tpu-extras.el (tpu-cursor-free-mode):
1189         * international/iso-ascii.el (iso-ascii-mode):
1190         * language/thai-util.el (thai-word-mode):
1191         * mail/supercite.el (sc-minor-mode):
1192         * net/goto-addr.el (goto-address-mode):
1193         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1194         * progmodes/cwarn.el (cwarn-mode):
1195         * progmodes/flymake.el (flymake-mode):
1196         * progmodes/glasses.el (glasses-mode):
1197         * progmodes/hideshow.el (hs-minor-mode):
1198         * progmodes/pascal.el (pascal-outline-mode):
1199         * textmodes/enriched.el (enriched-mode):
1200         * vc/smerge-mode.el (smerge-mode):
1201         Doc fixes (minor mode argument).
1203 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
1205         * ls-lisp.el (ls-lisp-sanitize): New function.
1206         (ls-lisp-insert-directory): Use it to fix or remove any elements
1207         in file-alist with missing attributes.  (Bug#4673)
1209 2012-02-07  Alan Mackenzie  <acm@muc.de>
1211         Fix spurious recognition of c-in-knr-argdecl.
1213         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1214         putative K&R region.
1216 2012-02-07  Alan Mackenzie  <acm@muc.de>
1218         * progmodes/cc-engine.el (c-forward-objc-directive):
1219         Prevent looping in "#pragma mark @implementation".
1221 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
1223         * notifications.el (notifications-on-closed-signal): Make `reason'
1224         optional.  (Bug#10744)
1226 2012-02-07  Glenn Morris  <rgm@gnu.org>
1228         * emacs-lisp/easy-mmode.el (define-minor-mode):
1229         Doc fixes for the macro and the mode it defines.
1231         * image.el (imagemagick-types-inhibit): Doc fix.
1233         * cus-start.el (imagemagick-render-type): Add it.
1235 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1237         * progmodes/cc-mode.el
1238         (c-standard-font-lock-fontify-region-function): Set the default at
1239         load time, too, so that `font-lock-fontify-buffer' can be called
1240         without setting up the entire mode first.  This fixes a bug in
1241         `mm-inline-text' with C MIME parts.
1243 2012-02-06  Chong Yidong  <cyd@gnu.org>
1245         * simple.el (list-processes--refresh): Delete exited processes
1246         (Bug#8094).
1248         * comint.el (comint-next-prompt): next-single-char-property-change
1249         and prev-single-char-property-change never return nil (Bug#8657).
1251         * custom.el (defcustom): Doc fix (Bug#9711).
1253 2012-02-05  Chong Yidong  <cyd@gnu.org>
1255         * cus-edit.el (custom-variable-reset-backup): Quote the value
1256         before storing it in the customized-value property (Bug#6712).
1257         (custom-display): Add a customization type tag.
1258         (custom-buffer-create-internal): Improve tooltip message.
1260         * wid-edit.el (widget-field-value-get): New optional arg to
1261         suppress trailing whitespace truncation.
1262         (character): Use it (Bug#2689).
1264 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
1266         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1267         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1269 2012-02-05  Chong Yidong  <cyd@gnu.org>
1271         * cus-edit.el (custom-variable-value-create): For mismatched
1272         types, show the current value (Bug#7600).
1274         * custom.el (defcustom): Doc fix.
1276 2012-02-05  Glenn Morris  <rgm@gnu.org>
1278         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1280 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
1282         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1283         (pp-buffer): Use `ignore-errors', `looking-at-p'.
1284         (pp-last-sexp): Use `looking-at-p'.
1286 2012-02-04  Glenn Morris  <rgm@gnu.org>
1288         * files.el (revert-buffer):
1289         Doc fix (mention revert-buffer-in-progress-p).
1291         * emacs-lisp/ert-x.el (ert-simulate-command):
1292         Check deferred-action-list (which is obsolete) is bound.
1294         * subr.el (with-wrapper-hook): Doc fixes.
1296         * simple.el (filter-buffer-substring-functions)
1297         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1299 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
1301         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1302         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
1304 2012-02-04  Leo Liu  <sdl.web@gmail.com>
1306         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1308 2012-02-04  Glenn Morris  <rgm@gnu.org>
1310         * image.el (image-extension-data): Add obsolete alias.
1312         * isearch.el (isearch-update): Doc fix.
1314         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1316         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1318 2012-02-03  Glenn Morris  <rgm@gnu.org>
1320         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
1321         (image-animate-timeout): Doc fix.
1323         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1325 2012-02-02  Glenn Morris  <rgm@gnu.org>
1327         * server.el (server-auth-dir): Doc fix.
1328         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
1330         * subr.el (run-mode-hooks): Doc fix.
1332 2012-02-02  Juri Linkov  <juri@jurta.org>
1334         * image-mode.el (image-toggle-display-image): Remove tautological
1335         `major-mode' from the `derived-mode-p' test.
1337 2012-02-02  Kenichi Handa  <handa@m17n.org>
1339         * composite.el (compose-region): Cancel previous change.
1341 2012-02-02  Kenichi Handa  <handa@m17n.org>
1343         * composite.el (compose-region, compose-string): Signal error for
1344         a null string component (Bug#6988).
1346 2012-02-01  Chong Yidong  <cyd@gnu.org>
1348         * view.el (view-buffer-other-window, view-buffer-other-frame):
1349         Handle special modes like view-buffer (Bug#10650).
1350         (view-buffer): Simplify.
1352         * frame.el (set-frame-font): Tweak meaning of third argument.
1354         * dynamic-setting.el (font-setting-change-default-font):
1355         Use set-frame-font (Bug#9982).
1357 2012-02-01  Glenn Morris  <rgm@gnu.org>
1359         * progmodes/compile.el (compilation-internal-error-properties):
1360         Respect compilation-first-column in the "*compilation*" buffer.
1362         * emacs-lisp/easy-mmode.el (define-minor-mode):
1363         Relax :variable's test for a named function.
1365 2012-01-31  Alan Mackenzie  <acm@muc.de>
1367         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1368         off by one error.
1370 2012-01-31  Chong Yidong  <cyd@gnu.org>
1372         * frame.el (set-frame-font): New arg ALL-FRAMES.
1374         * menu-bar.el (menu-set-font): Use set-frame-font.
1376         * faces.el (face-spec-reset-face): Don't apply unspecified
1377         attribute values to the default face.
1379 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
1381         * progmodes/cwarn.el (cwarn): Remove dead link.
1382         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1383         Remove * from defcustom docstrings.
1384         (turn-on-cwarn-mode): Make obsolete.
1385         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1386         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1388 2012-01-31  Glenn Morris  <rgm@gnu.org>
1390         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1391         Fix :variable handling of mode a symbol not equal to modefun.
1392         Allow named functions to be used as the cdr of :variable.
1394 2012-01-30  Glenn Morris  <rgm@gnu.org>
1396         * emacs-lisp/authors.el (authors-fixed-entries):
1397         Remove reference to deleted file rnewspost.el.
1399 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
1401         * window.el (window-with-parameter): Remove unused variable `windows'.
1402         (window--side-check): Remove unused variable `code'.
1403         (window--resize-siblings): Remove unused variable `first'.
1404         (adjust-window-trailing-edge): Remove unused variable `failed'.
1405         (window-deletable-p, window--delete): Remove unused variable `buffer'.
1406         Use `let', not `let*'.
1407         (balance-windows-2): Remove unused variable `found'.
1408         (window--state-put-2): Remove unused variable `splits'.
1409         (window-state-put): Remove unused variable `selected'.
1410         (same-window-p): Use `string-match-p'.
1411         (display-buffer-assq-regexp): Remove unused variable `value'.
1412         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1413         Mark argument ALIST as ignored.
1414         (pop-to-buffer): Remove unused variable `old-window'.
1416 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
1418         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1419         and .lzma compressed files.
1421 2012-01-29  Chong Yidong  <cyd@gnu.org>
1423         * frame.el (window-system-default-frame-alist): Doc fix.
1425         * dynamic-setting.el (font-setting-change-default-font): Don't
1426         change the default face if SET-FONT argument is non-nil (Bug#9982).
1428 2012-01-29  Samuel Bronson  <naesten@gmail.com>  (tiny change)
1430         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1432 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
1434         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1435         breakpoints in files outside current directory (Bug#6098).
1437 2012-01-29  Chong Yidong  <cyd@gnu.org>
1439         * progmodes/python.el: Require ansi-color at top-level.
1441         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1442         Define and use in Emacs Lisp mode (Bug#9360).
1443         (lisp-mode-abbrev-table): Add doc.
1444         (lisp-mode-variables): Don't set local-abbrev-table.
1445         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1447 2012-01-28  Roland Winkler  <winkler@gnu.org>
1449         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1451 2012-01-28  Roland Winkler  <winkler@gnu.org>
1453         * textmodes/bibtex.el (bibtex-entry-alist): New function.
1454         (bibtex-set-dialect): Use it.  Either set global values of
1455         dialect-dependent variables or bind these variables buffer-locally
1456         (Bug#10254).
1457         (bibtex-mode): Call bibtex-set-dialect via
1458         hack-local-variables-hook.
1459         (bibtex-dialect): Update docstring.
1460         Add safe-local-variable predicate.
1461         (bibtex-entry-alist, bibtex-field-alist): Initialize via
1462         bibtex-set-dialect.
1463         (bibtex-mode-map): Define menu for each dialect.
1464         (bibtex-entry): Fix docstring.
1466 2012-01-28  Chong Yidong  <cyd@gnu.org>
1468         * eshell/esh-arg.el (eshell-quote-argument): New function.
1470         * eshell/esh-ext.el (eshell-invoke-batch-file):
1471         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1472         first arg to eshell-parse-command (Bug#10523).
1474 2012-01-28  Drew Adams  <drew.adams@oracle.com>
1476         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1477         `default-directory' is non-nil.
1479 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
1481         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1482         line that displays system-configuration-options.  (Bug#9924)
1484 2012-01-28  Drew Adams  <drew.adams@oracle.com>
1486         * descr-text.el (describe-char): Show information about POS, in
1487         addition to information about the character at POS.  Improve and
1488         update the doc string.  Change "code point" to "code point in
1489         charset", to avoid confusion with the character's Unicode code
1490         point shown above that.  (Bug#10129)
1492 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
1494         * descr-text.el (describe-char): Show the raw character, not only
1495         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
1496         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1497         for the reasons.
1499 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
1501         * emacs-lisp/package.el (package-install):
1502         Run package-refresh-contents if there is no archive yet (Bug#9798).
1504 2012-01-28  Chong Yidong  <cyd@gnu.org>
1506         * emacs-lisp/package.el (package-maybe-load-descriptor):
1507         New function, split from package-maybe-load-descriptor.
1508         (package-maybe-load-descriptor): Use it.
1509         (package-download-transaction): Fully load required packages
1510         inside the loop, so that `require' calls work (Bug#10593).
1511         (package-install): No need to call package-initialize now.
1513 2012-01-28  Chong Yidong  <cyd@gnu.org>
1515         * simple.el (deactivate-mark): Doc fix (Bug#8614).
1517         * tooltip.el (tooltip-mode): Doc fix.
1518         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1520         * frame.el (set-cursor-color): Doc fix (Bug#352).
1522         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1523         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1525         * cus-edit.el (custom-buffer-create-internal): Fix search button
1526         action (Bug#10542).
1527         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
1529 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
1531         * dired.el (dired-mark-files-regexp):
1532         Include any subdirectory components.  (Bug#10445)
1534 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
1536         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1537         Handle [host]:port syntax.  (Bug#10533)
1539 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
1541         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1543 2012-01-26  Glenn Morris  <rgm@gnu.org>
1545         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1546         * term.el (term-raw-escape-map): Use Control-X-prefix.
1547         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
1549 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
1551         * window.el (window-state-get, window--state-get-1): Don't deal
1552         with fixed-sizeness of windows.  Simplify code.
1554 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
1556         * window.el (window--state-get-1, window--state-put-2):
1557         Don't save and restore the mark.
1559 2012-01-25  Chong Yidong  <cyd@gnu.org>
1561         * custom.el (custom-variable-p): Doc fix.
1563 2012-01-25  Glenn Morris  <rgm@gnu.org>
1565         * dired.el (dired-goto-file): Handle some of the more common
1566         characters that `ls -b' escapes.  (Bug#10596)
1568         * progmodes/compile.el (compilation-next-error-function):
1569         Respect compilation-first-column in the "*compilation*" buffer.
1570         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
1572         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
1574 2012-01-24  Glenn Morris  <rgm@gnu.org>
1576         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
1578 2012-01-24  Julien Danjou  <julien@danjou.info>
1580         * color.el (color-rgb-to-hsl): Fix value computing.
1581         (color-hue-to-rgb): New function.
1582         (color-hsl-to-rgb): New function.
1583         (color-clamp, color-saturate-hsl, color-saturate-name)
1584         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1585         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1587 2012-01-24  Glenn Morris  <rgm@gnu.org>
1589         * vc/vc-rcs.el (vc-rcs-create-tag):
1590         * vc/vc-sccs.el (vc-sccs-create-tag):
1591         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
1593 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
1595         * eshell/esh-util.el (eshell-read-hosts-file):
1596         Skip comment lines.  (Bug#10549)
1598         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
1600 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
1602         * subr.el (display-delayed-warnings): Doc fix.
1603         (collapse-delayed-warnings): New function to collapse identical
1604         adjacent warnings.
1605         (delayed-warnings-hook): Add it.
1607 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
1609         * net/tramp.el (tramp-action-login): Set connection property "login-as".
1611         * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1612         properties, when "login-as" is set.
1614         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1615         (tramp-default-user-alist): Don't add "pscp".
1616         (tramp-do-copy-or-rename-file-out-of-band): Use connection
1617         property "login-as", if set.  (Bug#10530)
1619 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
1621         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1622         "plink1" and "psftp".  (Bug#10530)
1624 2012-01-21  Kenichi Handa  <handa@m17n.org>
1626         * international/mule-cmds.el (prefer-coding-system): Show a
1627         warning message if the default value of file-name-coding-system
1628         was not changed.
1630 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
1632         * windmove.el (windmove-reference-loc):
1633         Fix windmove-reference-loc miscalculation.
1635 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
1637         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1638         default unit.
1640 2012-01-21  Glenn Morris  <rgm@gnu.org>
1642         * international/mule.el (auto-coding-alist): Add .tbz.
1644         * files.el (local-enable-local-variables): Doc fix.
1645         (inhibit-local-variables-regexps): Rename from
1646         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
1647         Doc fix.  Add some extensions from auto-coding-alist.
1648         (inhibit-local-variables-suffixes):
1649         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
1650         (inhibit-local-variables-p):
1651         New function, extracted from set-auto-mode-1.
1652         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
1653         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
1654         (hack-local-variables): Doc fix.  Make the mode-only case
1655         respect enable-local-variables and friends.
1656         Respect inhibit-local-variables-regexps for file-locals, but
1657         not for directory-locals.
1658         (set-visited-file-name):
1659         Take account of inhibit-local-variables-regexps.
1660         Whether it applies may change as the file name is changed.
1661         * jka-cmpr-hook.el (jka-compr-install):
1662         * jka-compr.el (jka-compr-uninstall):
1663         Update for inhibit-first-line-modes-suffixes name change.
1665 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
1667         * help-macro.el (make-help-screen): Temporarily restore original
1668         binding for minor-mode-map-alist (Bug#10454).
1670 2012-01-19  Julien Danjou  <julien@danjou.info>
1672         * color.el (color-name-to-rgb): Use the white color to find the max
1673         color component value and return correctly computed values.
1674         (color-name-to-rgb): Add missing float conversion for max value.
1676 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
1678         * window.el (window--state-get-1, window-state-get): Do not use
1679         special state value for window-persistent-parameters.
1680         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
1681         (window--state-put-2): Reset all window parameters to nil before
1682         assigning values of persistent parameters.
1684 2012-01-18  Alan Mackenzie  <acm@muc.de>
1686         Eliminate sluggishness and hangs in fontification of "semicolon
1687         deserts".
1689         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1690         Change value 10000 -> 3000.
1691         (c-state-safe-place): Reformulate so it doesn't stack up an
1692         infinite number of wrong entries in c-state-nonlit-pos-cache.
1693         (c-determine-limit-get-base, c-determine-limit): New functions to
1694         determine backward search limits disregarding literals.
1695         (c-find-decl-spots): Amend commenting.
1696         (c-cheap-inside-bracelist-p): New function which detects "={".
1698         * progmodes/cc-fonts.el
1699         (c-make-font-lock-BO-decl-search-function): Give a limit to a
1700         backward search.
1701         (c-font-lock-declarations): Fix an occurrence of point being
1702         undefined.  Check additionally for point being in a bracelist or
1703         near a macro invocation without a semicolon so as to avoid a
1704         fruitless time consuming search for a declarator.  Give a more
1705         precise search limit for declarators using the new
1706         c-determine-limit.
1708 2012-01-18  Glenn Morris  <rgm@gnu.org>
1710         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1711         (set-auto-mode): Doc fixes.
1713 2012-01-17  Glenn Morris  <rgm@gnu.org>
1715         * isearch.el (search-nonincremental-instead): Fix doc typo.
1717         * dired.el (dired-insert-directory): Handle newlines in directory name.
1718         (dired-build-subdir-alist): Unescape newlines in directory name.
1720 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
1722         * net/tramp.el (tramp-local-end-of-line): New defcustom.
1723         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1724         (tramp-action-terminal): Use it.  (Bug#10530)
1726 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1728         * minibuffer.el (completion--replace): Strip properties (bug#10062).
1730 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
1732         * window.el (window-state-ignored-parameters): Remove variable.
1733         (window--state-get-1): Rename argument MARKERS to IGNORE.
1734         Handle persistent window parameters.  Make copy of clone-of
1735         parameter only if requested.  (Bug#10348)
1736         (window--state-put-2): Install a window parameter only if it has
1737         a non-nil value or an existing parameter shall be overwritten.
1739 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
1741         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
1743 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
1745         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
1746         don't pass the (nil) value of `upnode' to string-match.
1748 2012-01-14  Chong Yidong  <cyd@gnu.org>
1750         * startup.el (command-line): Fix X resource class for cursorColor.
1751         Fix values recognized by the cursorBlink resource.
1753 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
1755         * epg.el (epg--make-temp-file): Avoid permission race condition
1756         when running on old Emacs versions (bug#10403).
1758 2012-01-14  Glenn Morris  <rgm@gnu.org>
1760         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
1762 2012-01-13  Alan Mackenzie  <acm@muc.de>
1764         Fix filling for when filladapt mode is enabled.
1766         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
1767         c-mask-paragraph, pass in `fill-paragraph' rather than
1768         `fill-region-as-paragraph'.  (This is a reversion of a previous
1769         change.)
1770         * progmodes/cc-mode.el (c-basic-common-init):
1771         Make fill-paragraph-handle-comment buffer local and set it to nil.
1773 2012-01-13  Glenn Morris  <rgm@gnu.org>
1775         * dired.el (dired-switches-escape-p): New function.
1776         (dired-insert-directory): Use dired-switches-escape-p.
1777         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
1779         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
1781 2012-01-12  Glenn Morris  <rgm@gnu.org>
1783         * mail/sendmail.el (mail-mode): Update paragraph-separate for
1784         changes in adaptive-fill-regexp.  (Bug#10276)
1786 2012-01-11  Alan Mackenzie  <acm@muc.de>
1788         Fix Emacs bug #10463 - put `widen's around the critical spots.
1790         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
1791         widen around each invocation of c-state-pp-to-literal.  Remove an
1792         unused let variable.
1794 2012-01-11  Glenn Morris  <rgm@gnu.org>
1796         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
1797         Doc fix.
1799 2012-01-10  Chong Yidong  <cyd@gnu.org>
1801         * net/network-stream.el (network-stream-open-starttls):
1802         Avoid emitting a confusing error message when the server gives a bad
1803         response to the capability command.
1805 2012-01-10  Glenn Morris  <rgm@gnu.org>
1807         * mail/unrmail.el (unrmail): Tweak previous change.
1809 2012-01-09  Chong Yidong  <cyd@gnu.org>
1811         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1813 2012-01-08  Alan Mackenzie  <acm@muc.de>
1815         Optimise font locking in long enum definitions.
1817         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1818         arm to a cond form to handle enums.
1819         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1820         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1822 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
1824         * files.el (move-file-to-trash): Preserve default file modes on error.
1825         (Bug#10401)
1827 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1829         * faces.el (set-face-attribute): Clarify the meaning of the nil
1830         frame (bug#10294).
1832         * subr.el (with-selected-frame): Mention that the selected frame
1833         is restored (bug#9980).
1835         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1836         (bug#9759).
1838         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
1839         (password-read): Don't autoload unused function.
1841 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
1843         * progmodes/which-func.el (which-func-mode): Turn into a
1844         non-interactive function and mark as obsolete (bug#10428).
1846 2012-01-06  Chong Yidong  <cyd@gnu.org>
1848         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1849         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1850         functions, along with 1 and -1.
1852 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
1854         * time.el (display-time-load-average)
1855         (display-time-default-load-average): Doc fixes.  See the thread
1856         starting at
1857         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1858         for the details.
1860 2012-01-06  Glenn Morris  <rgm@gnu.org>
1862         * mail/unrmail.el (unrmail): Give an explicit error if the input file
1863         has no messages.  (Bug#10377)
1865         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1866         than Info-edit.  (Bug#10385)
1868         * time.el (display-time-load-average, display-time-next-load-average):
1869         Doc fixes.
1871         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1872         local setting of buffer-read-only to the input buffer.  (Bug#10419)
1874         * calendar/calendar.el (calendar-mode):
1875         Locally set scroll-margin to 0.  (Bug#10379)
1877 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
1879         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
1881 2012-01-05  Glenn Morris  <rgm@gnu.org>
1883         * eshell/em-unix.el (diff-no-select): Autoload it.
1884         (eshell/diff): Use diff-no-select.  (Bug#10420)
1886 2012-01-05  Chong Yidong  <cyd@gnu.org>
1888         * shell.el (shell-dynamic-complete-functions): Revert last change.
1889         (shell-command-completion-function): New function.
1890         (shell-completion-vars): Use it to implement
1891         shell-completion-execonly (Bug#10417).
1893         * custom.el (enable-theme): Don't set custom-safe-themes.
1895         * cus-theme.el (custom-theme-merge-theme):
1896         Ignore custom-enabled-themes and custom-safe-themes.
1898 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
1900         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
1901         first prompt in `sql-interacive-mode'.
1902         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
1903         keywords.
1904         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
1905         (sql-product-interactive): Bug fix: Set `sql-buffer' in
1906         context of original buffer.  Invoke `sql-login-hook'.
1908 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
1910         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
1911         letters in cite-prefix.
1913 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
1917 2012-01-03  Chong Yidong  <cyd@gnu.org>
1919         * shell.el (shell-dynamic-complete-functions):
1920         Put pcomplete-completions-at-point, so as to try
1921         comint-filename-completion first (Bug#10417).
1923 2012-01-02  Richard Stallman  <rms@gnu.org>
1925         * battery.el (battery-status-function):
1926         Detect when to use battery-yeeloong-sysfs.
1927         (battery-echo-area-format): Add string for Yeeloong.
1928         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
1929         (battery-yeeloong-sysfs): New function.
1931 2012-01-02  Chong Yidong  <cyd@gnu.org>
1933         * dirtrack.el (dirtrack-list): Eliminate unused third element.
1934         (dirtrack): Merge code for handling relative filenames in prompt
1935         from shell-dir-cookie-watcher.
1936         (dirtrack-debug-message): New arg to avoid excess format calls.
1938         * shell.el (shell-dir-cookie-re): Variable deleted.
1939         (shell-dir-cookie-watcher): Function deleted.
1940         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
1941         with dirtrack-mode.
1943 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
1945         * term/w32-win.el (dynamic-library-alist) <gnutls>:
1946         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
1947         libgnutls-26.dll.
1949 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
1951         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
1953 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
1955         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
1956         headers of non-MIME messages, when rmail-enable-mime is non-nil.
1958 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
1960         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
1961         also for alternative shells.
1962         (tramp-open-connection-setup-interactive-shell): Check, whether
1963         the shell is a busybox.
1964         (tramp-send-command): Don't suppress multiple prompts for
1965         busyboxes, it hurts.
1967 2011-12-28  Chong Yidong  <cyd@gnu.org>
1969         * progmodes/gdb-mi.el (gdb-get-source-file-list)
1970         (gdb-get-source-file): Move mode line update to
1971         gdb-get-source-file (Bug#10087).
1973 2011-12-25  Chong Yidong  <cyd@gnu.org>
1975         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
1976         gud-gdb-marker-filter without taking it as an argument.
1977         (gud-gdb-run-command-fetch-lines): Caller changed.
1978         (gud-gdb-completion-function): New variable.
1979         (gud-gdb-completion-at-point): Use it.
1980         (gud-gdb-completions-1): Split from gud-gdb-completions.
1982         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
1983         function as separate arguments.
1984         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
1985         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
1986         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
1987         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
1988         (gdb-stopped, def-gdb-auto-update-trigger)
1989         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
1990         (gdb-get-changed-registers, gdb-get-main-selected-frame):
1991         Callers changed.
1992         (gud-gdbmi-completions): New function.
1993         (gdb): Use it for generating the completion table.
1995 2011-12-24  Alan Mackenzie  <acm@muc.de>
1997         Introduce a mechanism to widen the region used in context font
1998         locking.  Use this to protect declarations from losing their contexts.
2000         * progmodes/cc-langs.el (c-before-font-lock-functions):
2001         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
2002         (c-before-context-fontification-functions): New defvar, a list of
2003         functions to be run just before context (etc.) font locking.
2005         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
2006         New, functionality extracted from
2007         c-neutralize-syntax-in-and-mark-CPP.
2008         (c-in-after-change-fontification): New variable.
2009         (c-after-change): Set c-in-after-change-fontification.
2010         (c-set-fl-decl-start): Rejig its interface, so it can be called
2011         from both after-change and context fontifying.
2012         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2013         New functions.
2014         (c-standard-font-lock-fontify-region-function): New variable.
2015         (c-font-lock-fontify-region): New function.
2017 2011-12-24  Juri Linkov  <juri@jurta.org>
2019         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2020         (Bug#10348)
2022 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
2024         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2025         existence of source file.  (Bug#10325)
2027 2011-12-23  Alan Mackenzie  <acm@muc.de>
2029         Fix unstable fontification inside templates.
2031         * progmodes/cc-langs.el (c-before-font-lock-functions):
2032         Newly created from the singular version.  The (c c++ objc) entry now
2033         additionally has c-set-fl-decl-start.  The other languages (apart
2034         from AWK) have that as a single entry.
2036         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2037         The functionality for "local" declarations has been extracted to
2038         c-set-fl-decl-start.
2040         * progmodes/cc-mode.el (c-common-init, c-after-change):
2041         Changes due to pluralisation of c-before-font-lock-functions.
2042         (c-set-fl-decl-start): New function, extracted from
2043         c-font-lock-enclosing-decls and enhanced.
2045 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
2047         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2049 2011-12-22  Juri Linkov  <juri@jurta.org>
2051         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
2053 2011-12-22  Chong Yidong  <cyd@gnu.org>
2055         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2057 2011-12-21  Drew Adams  <drew.adams@oracle.com>
2059         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
2061 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
2063         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2065 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2067         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
2068         highlighting and support.  Fix up comments for capitalization.
2069         (cfengine-mode-debug): New var.
2070         (cfengine3-mode): Change the modeline indicator to "CFE3".
2071         (cfengine3-font-lock-keywords): Improve defun highlighting.
2072         (cfengine2-actions): Rename from `cfengine-actions'.
2073         (cfengine2-font-lock-keywords): Rename from
2074         `cfengine-font-lock-keywords'.
2075         (cfengine2-imenu-expression): Rename from
2076         `cfengine-imenu-expression'.
2077         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2078         (cfengine2-beginning-of-defun): Rename from
2079         `cfengine-beginning-of-defun'.
2080         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2081         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2082         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
2083         modeline indicator to "CFE2".
2084         (cfengine-mode): Defalias to `cfengine-auto-mode'.
2085         (cfengine-mode-abbrevs): Mark obsolete.
2087 2011-12-21  Chong Yidong  <cyd@gnu.org>
2089         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2090         filename argument.
2092 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
2094         * window.el (window-normalize-buffer-to-display): Remove.
2095         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2097 2011-12-19  Chong Yidong  <cyd@gnu.org>
2099         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2100         Don't signal an error in a predicate function; return non-nil.
2101         (vc-dir-mark-file): Move the error here.
2102         (vc-dir-mark-unmark): If acting on the region, keep going if one
2103         of the entries cannot be marked/unmarked.
2104         (vc-dir-mark-all-files): If current entry is a directory, mark
2105         only child files, as documented.
2107 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2109         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2110         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2111         addition.
2113 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
2115         * term/ns-win.el (ns-get-selection-internal)
2116         (ns-store-selection-internal): Declare.
2117         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2118         Declare as obsolete.
2119         (ns-get-pasteboard, ns-paste-secondary):
2120         Use ns-get-selection-internal.
2121         (ns-set-pasteboard,  ns-copy-including-secondary):
2122         Use ns-store-selection-internal.
2124 2011-12-17  Chong Yidong  <cyd@gnu.org>
2126         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
2127         (vc-deduce-fileset): Doc fix.
2129 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
2131         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2133 2011-12-13  Sam Steingold  <sds@gnu.org>
2135         * man.el (Man-getpage-in-background): When running under a
2136         window-system, ignore $MANWIDTH and $COLUMNS.
2138 2011-12-15  Kenichi Handa  <handa@m17n.org>
2140         * language/ethio-util.el: Change coding tag to utf-8-emacs.
2141         (setup-ethiopic-environment-internal): Comment out key-binding for
2142         ethio-toggle-punctuation.
2144 2011-12-13  Alan Mackenzie  <acm@muc.de>
2146         Add the switch statement to AWK Mode.
2148         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
2149         "default" to the keywords regexp.
2151         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
2152         expression as the rest.
2153         (c-nonlabel-token-key): Allow string literals for AWK.
2154         Refactor for the other modes.
2156         Large brace-block initialisation makes CC Mode slow: Fix.
2157         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
2158         routines.  Limit backward searching in c-font-lock-enclosing.decl.
2160         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2161         pp-state and literal type in addition to the limits.
2162         (c-state-safe-place): New defun, extracted from c-state-literal-at.
2163         (c-state-literal-at): Use the above new defun.
2164         (c-slow-in-literal, c-fast-in-literal): Remove.
2165         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
2167         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2168         being in a literal.  Add a limit for backward searching.
2170         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2171         c-slow-in-literal.
2173 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2175         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2177 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
2179         * window.el (delete-other-windows): Use correct frame in call to
2180         window-with-parameter.
2182 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
2184         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2185         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2186         (makefile-gmake-statements, makefile-makepp-statements):
2187         Use it and add new makepp keywords.
2188         (makefile-makepp-font-lock-keywords): Add new patterns.
2189         (makefile-match-function-end): Match new [...] and [[...]].
2191 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
2193         * ses.el (ses-call-printer-return, ses-cell-property-get)
2194         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2195         (ses-create-cell-variable, ses-reset-header-string)
2196         (ses-cell-set-formula, ses-repair-cell-reference-all)
2197         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2198         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2199         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2200         (ses-aset-with-undo, ses-load, ses-truncate-cell)
2201         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2202         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2203         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2204         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2205         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2206         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2207         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2208         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2210 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2212         * ses.el: The overall change is to add cell renaming, that is
2213         setting fancy names for cell symbols other than name matching
2214         "\\`[A-Z]+[0-9]+\\'" regexp .
2215         (ses-create-cell-variable): New defun.
2216         (ses-relocate-formula): Relocate formulas only for cells the
2217         symbols of which are not renamed, i.e. symbols whose names do not
2218         match regexp "\\`[A-Z]+[0-9]+\\'".
2219         (ses-relocate-all): Relocate values only for cells the symbols of
2220         which are not renamed.
2221         (ses-load): Create cells variables as the (ses-cell ...) are read,
2222         in order to check row col consistency with cell symbol name only
2223         for cells that are not renamed.
2224         (ses-replace-name-in-formula): New defun.
2225         (ses-rename-cell): New defun.
2227 2011-12-11  Chong Yidong  <cyd@gnu.org>
2229         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2230         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2232 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
2234         * window.el (other-window): Fix docstring.
2236 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
2238         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
2239         `from' or `to' address before taking its substring.
2240         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
2241         encoded name is chopped in the middle of the encoded string, and
2242         thus displayed encoded.
2244 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
2246         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2248 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
2250         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
2251         to use texinfo-update-node and commands that call it if the
2252         Texinfo file uses @node lines without next/prev/up pointers.
2253         Correct outdated description about texinfo-master-menu.
2254         (texinfo-all-menus-update, texinfo-master-menu)
2255         (texinfo-update-node, texinfo-every-node-update)
2256         (texinfo-multiple-files-update): Doc fix.  Warn against updating
2257         all the @node lines.
2258         (texinfo-master-menu): Only call texinfo-update-node if the prefix
2259         argument is numeric.  Explain better in the doc string what the
2260         function really does.
2261         (texinfo-insert-master-menu-list): Improve the error message
2262         displayed if there's no menu in the Top node.
2263         (Bug#2975)  See also this thread:
2264         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2266 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
2268         * speedbar.el (speedbar-supported-extension-expressions):
2269         Add .adb and .ads, commonly used for Ada source code (bug#10256).
2271 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
2273         * printing.el (pr-mode-alist):
2274         * simple.el (filter-buffer-substring-functions)
2275         (completion-list-insert-choice-function):
2276         * window.el (window-with-parameter, window-atom-root)
2277         (window-sides-slots, window-size-fixed, window-min-delta)
2278         (window-max-delta, window--resize-mini-window)
2279         (window--resize-child-windows-normal, window-tree)
2280         (delete-other-windows, quit-window, split-window)
2281         (display-buffer-record-window, special-display-buffer-names)
2282         (special-display-regexps, special-display-popup-frame)
2283         (same-window-p, split-window-sensibly)
2284         (display-buffer-overriding-action, display-buffer-alist)
2285         (display-buffer-base-action, display-buffer, switch-to-buffer)
2286         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2287         (fit-window-to-buffer, recenter-positions)
2288         (mouse-autoselect-window-state, mouse-autoselect-window-select):
2289         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2290         and remove unneeded backslashes in docstrings.
2292 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2294         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2296         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2297         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2298         end in ".mk".
2299         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2300         when reading the makefile (bug#10116).
2302 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2304         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2305         (bug#10116).
2307 2011-12-06  Glenn Morris  <rgm@gnu.org>
2309         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2311 2011-12-06  Chong Yidong  <cyd@gnu.org>
2313         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2315 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2317         * textmodes/table.el (table-shorten-cell): Fix typo.
2319 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
2321         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2323 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
2325         * descr-text.el (describe-char): Fix display of strong
2326         right-to-left characters and directional embeddings and overrides.
2328         * simple.el (what-cursor-position): Fix display of codepoints of
2329         strong right-to-left characters.
2331 2011-12-05  Chong Yidong  <cyd@gnu.org>
2333         * faces.el (read-color): Doc fix.
2335 2011-12-05  Glenn Morris  <rgm@gnu.org>
2337         * align.el (align--set-marker): Add doc-string.
2338         Don't try to move something that is not a marker.  (Bug#10216)
2340 2011-12-04  Glenn Morris  <rgm@gnu.org>
2342         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2343         overly zealous deletion of trailing whitespace.
2345 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
2347         * server.el (server-delete-client): On Windows, do not try to delete
2348         the only terminal.
2349         (server-process-filter): On Windows, treat requests for a tty frame as
2350         if they were for a GUI frame if the running server is in GUI mode.
2352 2011-12-03  Glenn Morris  <rgm@gnu.org>
2354         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
2356 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2358         * electric.el: Streamline electric-indent's hook.
2359         (electric-indent-chars): Revert to simple list.
2360         (electric-indent-functions): New var.
2361         (electric-indent-post-self-insert-function): Use it.
2363         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2364         there's no inferior buffer (bug#10196).
2365         (prolog-consult-compile): Don't use toggle-read-only.
2367 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
2369         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2370         interrupt.  (Bug#10187)
2372 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2374         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2375         (bug#9160).
2377         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2378         (bug#10191).
2380 2011-12-02  Juri Linkov  <juri@jurta.org>
2382         * info.el (Info-search): Display "end of manual" when Isearch
2383         reaches the end of single-file Info manual.  (Bug#9918)
2385 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
2387         * isearch.el (isearch-message-prefix): Run the input method part
2388         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
2390 2011-12-02  Juri Linkov  <juri@jurta.org>
2392         * isearch.el (isearch-occur): Use `word-search-regexp' for
2393         `isearch-word'.
2394         (isearch-search-and-update): Add condition for `isearch-word' and
2395         call `word-search-regexp'.  (Bug#10145)
2397 2011-12-01  Glenn Morris  <rgm@gnu.org>
2399         * eshell/em-hist.el (eshell-hist-initialize):
2400         Handle eshell-history-size nil and HISTSIZE set or unset.
2401         (eshell-history-file-name, eshell-history-size): Fix custom type.
2403 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2405         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2407 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
2409         * progmodes/verilog-mode.el (verilog-pretty-expr):
2410         Rework verilog-pretty-expr to handle new assignment operators in system
2411         verilog, such as += *= and the like.
2412         (verilog-assignment-operator-re): Regular expression to find the
2413         assigment operator in a verilog assignment.
2414         (verilog-assignment-operation-re): Regular expression to find an
2415         assignment statement for pretty-expr.
2416         (verilog-in-attribute-p): Query returns true if point is in an
2417         attribute context; used to skip these for expression line up from
2418         pretty-expr.
2419         (verilog-in-parameter-p): Query returns true if point is in an
2420         parameter definition context; used to skip these for expression
2421         line up from pretty-expr.
2422         (verilog-in-parenthesis-p): Query returns true if point is in a
2423         parenthetical expression, specifically ( ) but not [ ] or { };
2424         used by pretty-expr.
2425         (verilog-just-one-space): If there is no space, don't add one.
2426         (verilog-get-lineup-indent-2): Specifically skip just attribute
2427         contexts for expression lineup, rather than skipping all
2428         parenthetical expressions.
2429         (verilog-calculate-indent): Fix comment, and fix indent.
2430         (verilog-do-indent): Indent declarations in lists (suggested by
2431         Joachim Lechner).
2432         (verilog-mode-abbrev-table): Populate abbrev mode with the various
2433         skeleton items.
2434         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2435         by Alain Mellan).
2437 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
2439         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2440         parameters with embedded comments.  Reported by Ray Stevens.
2441         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2442         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2443         Reported by Tim Holt.
2444         (verilog-auto): Fix AUTOing a upper module then AUTOing module
2445         instantiated by upper module causing wrong expansion until AUTOed a
2446         second time.  Reported by K C Buckenmaier.
2447         (verilog-diff-auto): Fix showing .* as a difference when
2448         `verilog-auto-star-save' off.  Reported by Dan Dever.
2449         (verilog-auto-reset, verilog-read-always-signals)
2450         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2451         temporary signals in reset list if
2452         verilog-auto-reset-blocking-in-non is nil, and match assignment
2453         style to each signal's assignment type, bug381.
2454         Reported by Thomas Esposito.
2455         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2456         (verilog-uvm-statement-re): Support UVM indentation and
2457         highlighting, with old OVM keywords only.
2458         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
2459         Support AUTOTIEOFF creating non-wire data types.
2460         Suggested by Jonathan Greenlaw.
2461         (verilog-auto-insert-lisp, verilog-delete-to-paren)
2462         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2463         (verilog-inject-sense, verilog-read-inst-pins)
2464         (verilog-read-sub-decls, verilog-read-sub-decls-line):
2465         Fix mismatching parenthesis inside commented out code when deleting
2466         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
2467         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2468         non-numeric vector width.  Reported by Alex Reed.
2469         (verilog-auto-ascii-enum): Add "onehot" option to work around not
2470         detecting signals with parameter widths.  Reported by Alex Reed.
2471         (verilog-auto-delete-trailing-whitespace):
2472         With `verilog-auto-delete-trailing-whitespace' remove trailing
2473         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
2474         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2475         Fix verilog-scan-cache corruption when running user AUTO expansion
2476         hooks that call indentation routines.
2477         (verilog-simplify-range-expression): Fix typo ignoring lower case
2478         identifiers.
2479         (verilog-delete-auto): Fix delete-autos to also remove user created
2480         automatics, as long as they start with AUTO.
2481         (verilog-batch-diff-auto, verilog-diff-auto)
2482         (verilog-diff-function): Add `verilog-diff-auto' and bind to
2483         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
2484         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2485         (verilog-in-paren-quick, verilog-re-search-backward-quick)
2486         (verilog-re-search-forward-quick, verilog-syntax-ppss):
2487         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
2488         is disabled and its cache will get corrupt, causing AUTOS not to
2489         expand.  Instead use only -quick functions.
2490         (verilog-scan-region): Fix scanning over escaped quotes.
2491         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2492         (verilog-re-search-backward-quick)
2493         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2494         related functions now ignore strings, to fix misparsing of strings
2495         with magic comments embedded in them.
2496         (verilog-read-auto-template):
2497         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2498         Reported by Brad Dobbie.
2499         (verilog-read-auto-template):
2500         Fix 'verilog-auto-inst-template-numbers' with comments.
2501         Reported by Brad Dobbie.
2502         (verilog-auto-inst, verilog-auto-inst-param)
2503         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2504         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
2505         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
2506         debugging templates without merge conflicts, bug357.
2507         Reported by Brad Dobbie.
2508         (verilog-read-auto-template):
2509         Fix verilog-auto-inst-template-numbers with multiple templates.
2510         Reported by Brad Dobbie.
2511         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2512         abbrevs so user won't be asked to save.
2513         (verilog-read-auto-lisp-present): Fix to start at beginning of
2514         buffer in case called outside of verilog-auto.
2515         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2516         to "X-2".  Reported by Matthew Myers.
2517         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2518         all inputs from module templates.  Reported by Leith Johnson.
2519         (verilog-module-inside-filename-p): Fix locating programs as with
2520         modules.
2521         (verilog-auto-inst-port): Fix vl-width expressions when using
2522         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
2523         (verilog-decls-get-regs, verilog-decls-get-signals,
2524         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2525         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2526         verilog-read-decls): Combine reg and wire structures into one var
2527         structure to represent SystemVerilog concepts.
2528         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2529         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
2530         (verilog-auto-wire-type, verilog-insert-definition):
2531         Add verilog-auto-wire-type and AUTOLOGIC to support using
2532         SystemVerilog "logic" keyword instead of "wire"/"reg".
2533         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2534         to declares outputs that also have assignments (presumably in an
2535         ifdef or generate if so there's not a driver conflict).
2536         Reported by Matthew Myers.
2537         (verilog-auto-declare-nettype, verilog-insert-definition):
2538         Add verilog-auto-declare-nettype to fix declarations using
2539         `default_nettype none.  Reported by Julian Gorfajn.
2540         (verilog-read-always-signals-recurse, verilog-read-decls)
2541         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2542         malformed end statement, bug325.  Reported by Joshua Wise and
2543         Andrew Drake.
2544         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2545         (verilog-inst-comment-re): Fix not deleting Interfaced comment
2546         when expanding .* in interfaces, bug320.
2547         Reported by Pierre-David Pfister.
2548         (verilog-read-module-name): Fix import statements between module
2549         name and open parenthesis, bug317.
2550         Reported by Pierre-David Pfister.
2551         (verilog-simplify-range-expression): Fix simplification of
2552         multiplications inside AUTOWIRE connections, bug303.
2553         (verilog-auto-inst-port): Support parameter expansion in
2554         multidimensional arrays.
2555         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2556         after "assert property".  Reported by Julian Gorfajn.
2557         (verilog-simplify-range-expression): Fix "couldn't merge" errors
2558         with multiplication, bug303.
2559         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2560         Reported by Jan Frode Lonnum.
2562 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
2564         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2565         (hfy-shell-file-name, hfy-shell):
2566         * international/fontset.el (x-decompose-font-name): Fix typos.
2568 2011-11-29  Ken Brown  <kbrown@cornell.edu>
2570         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2571         (gdb-version): Remove defvar.
2572         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2573         (gdb-gud-context-command, gdb-non-stop-handler)
2574         (gdb-current-context-command, gdb-stopped): Use it.
2575         (gdb-init-1): Enable pretty printing here.
2576         (gdb-non-stop-handler): Don't enable pretty-printing here.
2577         Check to see if the target supports non-stop mode; if not, turn off
2578         non-stop mode.  Use the following.
2579         (gdb-check-target-async): New defun.
2580         (gud-watch, gdb-stopped): Fix whitespace.
2581         (gdb-get-source-file): Don't try to display the source file if
2582         `gdb-main-file' is nil.
2584 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2586         * align.el: Try to generate fewer markers (bug#10047).
2587         (align--set-marker): New macro.
2588         (align-region): Use it.
2590 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2592         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2594 2011-11-29  Chong Yidong  <cyd@gnu.org>
2596         * indent.el (indent-for-tab-command, indent-according-to-mode):
2597         Doc fix.
2598         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
2600 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
2602         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2603         aware of remote file names.  (Bug#10124)
2605 2011-11-29  Chong Yidong  <cyd@gnu.org>
2607         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2609 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2611         * files.el (find-file): Don't use force-same-window (bug#10144).
2612         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2613         use pop-to-buffer if the selected window can't be used.
2614         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2616 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
2618         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2619         special-mode-map.
2621 2011-11-28  Chong Yidong  <cyd@gnu.org>
2623         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2625 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
2627         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2628           gdb-get-source-file-list on gdb-create-source-file-list.
2630 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
2632         * whitespace.el (whitespace-newline): Use a different foreground
2633         color for 16-color light-background displays.
2635 2011-11-24  Chong Yidong  <cyd@gnu.org>
2637         * window.el (display-buffer--special-action): Doc fix.
2639 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
2641         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2642         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2643         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2644         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2645         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2646         (avl-tree-stack-first):
2647         * emacs-lisp/cconv.el (cconv--analyse-use):
2648         * net/gnutls.el (gnutls-negotiate): Fix typos.
2650 2011-11-24  Glenn Morris  <rgm@gnu.org>
2652         * lpr.el (lpr-windows-system, lpr-lp-system):
2653         * mail/binhex.el (binhex-begin-line):
2654         * progmodes/grep.el (grep-history, grep-find-history):
2655         * textmodes/flyspell.el:
2656         * vc/pcvs-defs.el (cvs-global-menu):
2657         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2658         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2659         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2661         * net/tls.el: Fix case of "GnuTLS".
2663         * paths.el (rmail-file-name): Format doc-string for make-docfile.
2665         * version.el (emacs-build-system): Give it a doc-string.
2667 2011-11-24  Juri Linkov  <juri@jurta.org>
2669         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2671 2011-11-24  Glenn Morris  <rgm@gnu.org>
2673         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2674         if called on a non-mime message just toggle the headers.  (Bug#8006)
2676 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2678         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2679         (allout-lead-with-comment-string, allout-structure-deleted-hook)
2680         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2681         (allout-rebullet-heading, allout-open-sibtopic)
2682         (allout-toggle-current-subtree-encryption)
2683         (allout-toggle-subtree-encryption, allout-encrypt-string)
2684         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2685         (allout-distinctive-bullets-string, allout-auto-activation):
2686         * window.el (window-normalize-buffer-to-display):
2687         * progmodes/verilog-mode.el (verilog-batch-indent):
2688         * textmodes/bibtex.el (bibtex-field-braces-opt)
2689         (bibtex-field-strings-opt):
2690         * vc/cvs-status.el (cvs-tree-merge):
2691         Fix typos.
2693 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
2695         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2696         `non-essential' to t, in order to avoid remote connections.
2698 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
2700         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2701         On MS-DOS and MS-Windows, compare with loaddefs.el
2702         case-insensitively.
2704 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
2706         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
2708 2011-11-23  Glenn Morris  <rgm@gnu.org>
2710         * paths.el (rmail-file-name): Reformat the doc-string so that it
2711         is picked up.
2713         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2714         (rmail-auto-file): Ignore case in the "special" field names,
2715         as mail-fetch-field does for all others.
2717         * mail/rmail.el (rmail-forward):
2718         * mail/rmailkwd.el (rmail-set-label):
2719         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2720         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
2722         * mail/rmail.el (rmail-current-message): Doc fix.
2724         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
2726 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2728         * server.el (server-eval-and-print): Allow C-g (bug#6585).
2730 2011-11-22  Glenn Morris  <rgm@gnu.org>
2732         * mail/rmailmm.el (test-rmail-mime-handler)
2733         (test-rmail-mime-bulk-handler)
2734         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2736 2011-11-21  Juri Linkov  <juri@jurta.org>
2738         * calc/calc.el (calc-read-key-sequence):
2739         Let-bind `input-method-function' to nil.  (Bug#10018)
2741 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
2744         Tell the caller that the next line needs recomputation, even
2745         though it doesn't start a sexp (bug#10094).
2747 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2749         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
2751 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2753         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2754         Use force-same-window.
2756 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2758         * descr-text.el (describe-char-unicode-data):
2759         * json.el (json-string-escape):
2760         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
2761         (Footnote-unicode, Footnote-style-p):
2762         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
2764 2011-11-20  Chong Yidong  <cyd@gnu.org>
2766         * window.el (replace-buffer-in-windows): Restore interactive spec.
2768 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2770         * electric.el (electric-indent-mode): Fix last change (too optimistic).
2772         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
2773         (byte-compile-global-not-obsolete-vars): New var.
2774         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
2775         Use it.
2776         (byte-compile-warn-obsolete): Align text with the one in *Help*.
2778 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2780         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
2781         * progmodes/pascal.el (electric-pascal-equal):
2782         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
2783         * xml.el (xml-substitute-special): Fix typos.
2785 2011-11-20  Glenn Morris  <rgm@gnu.org>
2787         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
2788         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
2789         Doc fixes.
2790         (rmail-decode-mime-charset): Mark as obsolete.
2792         * mail/rmailsum.el (rmail-message-regexp-p-1):
2793         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2794         Before using mime functions, check they are set.  (Bug#10077)
2796 2011-11-19  Juri Linkov  <juri@jurta.org>
2798         * info.el (Info-finder-find-node): Use `package--builtins' instead
2799         of `package-alist'.  Use node names formed by the pattern "Keyword "
2800         and the keyword name.
2802 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
2804         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
2806 2011-11-19  Juri Linkov  <juri@jurta.org>
2808         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2809         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
2810         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2811         `old-history', `old-history-forward'.  Add let-binding
2812         `window-selected'.  Remove calls to `kill-buffer',
2813         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
2814         before calling `Info-find-node', so `Info-find-node-2' will reread
2815         the Info file.  Restore window positions only when `window-selected'
2816         is non-nil.
2818 2011-11-19  Juri Linkov  <juri@jurta.org>
2820         * isearch.el (isearch-lazy-highlight-new-loop):
2821         Remove condition `(not isearch-error)'.  (Bug#9918)
2823         * misearch.el (multi-isearch-search-fun): Add condition
2824         `(not bound)' to ignore lazy-highlighting search.
2825         Add the search-failed message "end of multi" when the end of
2826         multi-sequence is reached.  Uncapitalize the search-failed
2827         message "Repeat for next buffer".
2829         * info.el (Info-search): Add the search-failed message
2830         "end of the manual" when the end of the manual is reached
2831         in Isearch mode.
2833 2011-11-19  Juri Linkov  <juri@jurta.org>
2835         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2836         Use non-destructive `remove' instead of `delete' because
2837         `Info-history-list' stored to `Info-isearch-initial-history-list' in
2838         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2840 2011-11-19  Juri Linkov  <juri@jurta.org>
2842         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2843         to nil instead of binding `search-ring' and `regexp-search-ring'.
2844         (Bug#9185)
2846 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
2848         * simple.el (line-move): Force movement by logical lines for any
2849         hscrolled window, not only when auto-hscroll-mode is on.
2850         (line-move-visual): Update doc string to that effect.  (Bug#10076)
2852 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
2854         * language/european.el (macintosh): Define as alias for mac-roman.
2856 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
2858         * mail/rmailmm.el (rmail-mime-display-header)
2859         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2860         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2861         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2862         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2863         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2864         of a raw aref.
2865         (rmail-mime-entity-segment): To get past the tagline, move forward
2866         2 more lines, to account for the 2 empty lines that precede and
2867         follow the line with the buttons.
2868         (rmail-mime-update-tagline): Move one more line, to get past the
2869         empty line that follows the buttons in the tagline.  (Bug#9520)
2871 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
2873         * window.el (window-max-delta-1, window-min-delta-1)
2874         (window-min-size-1, window-state-get-1, window-state-put-1)
2875         (window-state-put-2): Use "window--" prefix.
2877 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2879         * emacs-lisp/smie.el: Improve warnings and conflict detection.
2880         (smie-warning-count): New var.
2881         (smie-set-prec2tab): Use it.
2882         (smie-bnf->prec2): Improve warnings.  Add docstring.
2883         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2884         (smie-bnf--set-class): New function.
2885         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
2886         corner case.
2888         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
2889         (compilation-error-properties, compilation-move-to-column):
2890         Handle compilation-first-column while in the target buffer.
2892         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
2893         Don't hardcode point-min==1.
2895         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
2896         (eshell-rewrite-for-command): Remove workaround.
2897         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
2898         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
2899         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
2901         * files-x.el (modify-file-local-variable): Obey commenting conventions.
2903 2011-11-17  Glenn Morris  <rgm@gnu.org>
2905         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2906         Ignore buffer-local generated-autoload-file if it is the same
2907         as the global value.  (Bug#10049)
2909 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
2911         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
2912         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
2913         (reftex-toc-previous-heading, reftex-toc-max-level)
2914         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
2915         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
2916         (reftex-toc-do-promote, reftex-toc-promote-prepare)
2917         (reftex-toc-promote-action, reftex-toc-extract-section-number)
2918         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
2919         (reftex-toc-rename-label, reftex-toc-visit-location)
2920         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
2921         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
2922         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
2923         leaving "*toc*" only for references to the buffer.
2925 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
2927         * window.el (window-resize, delete-window, split-window):
2928         Replace window-splits by window-combination-resize.
2929         * cus-start.el (window-splits): Replace by window-combination-resize.
2931 2011-11-17  Glenn Morris  <rgm@gnu.org>
2933         * progmodes/sh-script.el (sh-font-lock-keywords-var):
2934         Make bash entry derive from sh entry, not shell entry.
2936 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
2938         * net/tramp-cache.el (tramp-flush-file-property): Flush also
2939         properties of linked files.  (Bug#9879)
2941         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
2942         local file name.
2944 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2946         * menu-bar.el (menu-bar-file-menu):
2947         * printing.el (pr-ps-utility):
2948         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
2949         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
2950         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2951         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
2952         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
2953         (icalendar--convert-cyclic-to-ical)
2954         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
2955         (icalendar--convert-ical-to-diary)
2956         (icalendar--convert-recurring-to-diary)
2957         (icalendar--convert-non-recurring-all-day-to-diary)
2958         (icalendar-import-format-sample):
2959         * progmodes/idlw-shell.el (idlwave-shell-mode):
2960         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
2961         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
2962         (vhdl-ps-print-init): Fix typos.
2964 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
2966         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
2967         FSF and collapse date sequence, obscure author/maintainer email address
2968         better, remove extra version line, track relocation of author's webpage.
2970         * progmodes/python.el (python-pdbtrack-input-prompt)
2971         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
2972         regular python pdb prompts.  Adjustments shamelessly taken exactly as
2973         suggested in EmacsWiki page (tiny change):
2974         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
2976 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2978         * expand.el (expand-pos, expand-index, expand-point):
2979         Remove redundant info from docstring.
2980         (expand-add-abbrevs): Doc fix.
2981         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
2982         (expand-sample-perl-mode-expand-list): Fix typos.
2984         * net/dbus.el (dbus-event-member-name):
2985         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
2986         * term/pc-win.el (msdos-create-frame-with-faces):
2987         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
2989 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
2991         * window.el (split-window, window-state-get-1)
2992         (window-state-put-1, window-state-put-2): Rename occurrences of
2993         window-nest to window-combination-limit.
2994         * cus-start.el (window-nest): Rename to window-combination-limit.
2996 2011-11-16  Chong Yidong  <cyd@gnu.org>
2998         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
2999         regexp (Bug#10033).
3001 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3003         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3004         `completing-read' will remove *Completions* and will preserve
3005         current-buffer for us.
3006         (tmm-add-prompt): Users of *Completions* will always (re)set its
3007         major mode.
3008         (tmm-old-comp-map): Remove.
3010 2011-11-16  Glenn Morris  <rgm@gnu.org>
3012         * mail/rmailedit.el: Require rmailmm when compiling.
3013         (rmail-old-mime-state): New declaration.
3014         (rmail-edit-current-message): If editing a mime message,
3015         edit the "raw" message from the mbox buffer.
3016         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
3018 2011-11-15  Glenn Morris  <rgm@gnu.org>
3020         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3021         which wasn't being used.  Add optional arg to force given state.
3022         (rmail-mime): Add optional arg to force given state.
3024 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3026         * allout.el (allout-encryption-plaintext-sanitization-regexps):
3027         * frame.el (display-mm-dimensions-alist):
3028         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3029         (outline-move-subtree-down):
3030         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3031         (newsticker--treeview-do-get-node):
3032         * net/quickurl.el (quickurl-list-buffer-name):
3033         * progmodes/dcl-mode.el (dcl-mode):
3034         * progmodes/gdb-mi.el (gdb-mapcar*):
3035         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3037 2011-11-15  Glenn Morris  <rgm@gnu.org>
3039         * mail/rmail.el (rmail-file-coding-system): It's only ever used
3040         in a boolean sense, so just make it a boolean, and fix the doc.
3041         (rmail-show-mime-function, rmail-mime-feature)
3042         (rmail-require-mime-maybe): Doc fixes.
3043         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3045         * mail/rmailmm.el (rmail-show-mime): Doc fix.
3047 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3049         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3050         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3051         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3052         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3054 2011-11-15  Glenn Morris  <rgm@gnu.org>
3056         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3057         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3058         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3059         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3060         (rmail-mime, rmail-show-mime): Doc fixes.
3062         * term/ns-win.el (mode-line-frame-identification):
3063         Leave it alone.  (Bug#10051)
3065         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
3067         * mail/rmailout.el (rmail-output-to-rmail-buffer):
3068         Handle empty buffers.  (Bug#9978)
3070 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
3072         * international/mule.el (define-charset):
3073         * mail/rmailmm.el (rmail-mime-find-header-encoding):
3074         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3075         * progmodes/verilog-mode.el (verilog-backward-token):
3076         * textmodes/ispell.el (lookup-words):
3077         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3079 2011-11-14  Glenn Morris  <rgm@gnu.org>
3081         * progmodes/executable.el
3082         (executable-make-buffer-file-executable-if-script-p):
3083         Handle file-modes returning nil.
3085         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3086         message - not necessary, and causes problems.  (Bug#9831)
3088         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3090         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3092         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3093         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
3094         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3096 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
3098         * window.el (window-resize, delete-window): Use window-splits
3099         variable instead of function.
3100         (window-state-get-1, window-state-put-2, window-state-put):
3101         Don't deal with windows' splits status.
3103 2011-11-12  Glenn Morris  <rgm@gnu.org>
3105         * apropos.el (apropos-do-all, apropos-library, apropos-value)
3106         (apropos-documentation): Doc fixes.
3108 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
3110         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3111         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3113 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3115         * electric.el (electric-indent-post-self-insert-function): Make it
3116         possible for a char to only indent in some circumstances.
3117         (electric-indent-mode): Simplify.
3119 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
3121         * window.el (windows-with-parameter): Remove unused function.
3122         (windows-at-side): Rename to window-at-side-list.
3123         (window-check, window-atom-check, window-atom-check-1)
3124         (window-side-check, window-size-ignore, window-size-fixed-1)
3125         (window-in-direction-2): Prefix with "window--".
3126         (window-tree-1): Rename to window--subtree, fix doc-string.
3128 2011-11-11  Glenn Morris  <rgm@gnu.org>
3130         * subr.el (eval-after-load): If FILE is already loaded,
3131         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
3133 2011-11-10  Glenn Morris  <rgm@gnu.org>
3135         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3136         Call svn via vc-svn-command rather than vc-do-command.
3137         (vc-svn-command): Add --non-interactive.  (Bug#9993)
3138         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3140         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3141         Add toggle-read-only.  (Bug#7292)
3142         * files.el (toggle-read-only): Mention that it should only
3143         be used interactively.  (Bug#10006)
3145 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3147         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3148         Adjust regexp for OCaml warnings.
3150         * electric.el (electric-pair-post-self-insert-function): Let user
3151         turn it off buffer-locally (bug#9932).
3153         * progmodes/python.el (python-beginning-of-statement):
3154         Rewrite (bug#2703).
3156         * progmodes/compile.el: Better handle TABs (bug#9749).
3157         (compilation-internal-error-properties)
3158         (compilation-next-error-function): Obey the target buffer's
3159         compilation-error-screen-columns.
3161 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
3163         * progmodes/meta-mode.el: Remove obsolete comments.
3164         (meta-right-comment-regexp, meta-ignore-comment-regexp):
3165         Fix typos in docstrings.
3167 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
3169         * window.el (window-size-fixed-p): Rewrite doc-string.
3170         (window-resizable-p): Rename to window--resizable-p.  Update callers.
3171         (window--resizable): New function.  Make all callers of
3172         window-resizable call window--resizable instead.
3173         (window-resizable): Rewrite in terms of window--resizable.
3175 2011-11-08  Glenn Morris  <rgm@gnu.org>
3177         * progmodes/delphi.el (delphi-mode-syntax-table):
3178         Let define-derived-mode define a proper syntax table.  (Bug#9994)
3180 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3182         * window.el: Stay away from defsubst.
3183         (window-list-no-nils): Remove.
3184         (window-state-get-1, window-state-get): Use backquote instead.
3186 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3188         * emacs-lisp/find-func.el (find-function-read):
3189         Fix incorrect use of default argument in `completing-read'.
3191 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
3193         * window.el (display-buffer-function, special-display-function):
3194         Mention display-buffer-record-window but do not mention
3195         help-setup parameter in doc-strings.
3196         (window-min-delta): Fix doc-string typo.
3198 2011-11-08  Chong Yidong  <cyd@gnu.org>
3200         * window.el (window-total-height, window-total-width): Doc fix.
3201         (window-body-size): Move from C.
3202         (window-body-height, window-body-width): Move to C.
3204 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3206         * window.el: Make special-display like display-buffer-alist (bug#9532).
3207         (display-buffer--special-action): New function, morphed
3208         from display-buffer--special.
3209         (display-buffer): Use it to handle special-display-buffers at higher
3210         priority (just after display-buffer-alist).
3211         (display-buffer-fallback-action, display-buffer--other-frame-action)
3212         (pop-to-buffer-same-window): Remove display-buffer--special.
3214 2011-11-07  Glenn Morris  <rgm@gnu.org>
3216         * calendar/cal-menu.el (cal-menu-set-date-title):
3217         Do nothing if not in a calendar.  (Bug#9976)
3219 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3221         * files.el (find-file): Always use selected-window.
3223 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
3225         * window.el (window-combinations): Make WINDOW argument
3226         mandatory.  Rewrite doc-string.
3227         (walk-window-subtree, window-atom-check, window-min-delta)
3228         (window-max-delta, window--resize-this-window)
3229         (window--resize-root-window-vertically, window-tree)
3230         (balance-windows, window-state-put): Rewrite doc-strings as to
3231         not mention the term "subwindow".
3232         (window--resize-subwindows-skip-p): Rename to
3233         window--resize-child-windows-skip-p.
3234         (window--resize-subwindows-normal): Rename to
3235         window--resize-child-windows-normal.
3236         (window--resize-subwindows): Rename to
3237         window--resize-child-windows.
3238         (window-or-subwindow-p): Rename to window--in-subtree-p.
3240 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
3242         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3243         Ensure that mbox format messages end in two newlines (Bug#9974).
3245 2011-11-06  Chong Yidong  <cyd@gnu.org>
3247         * window.el (window-combination-p): Function deleted; its
3248         side-effect is not used in any existing code.
3249         (window-combinations, window-combined-p): Call window-*-child
3250         directly.
3252 2011-11-05  Chong Yidong  <cyd@gnu.org>
3254         * window.el (window-valid-p): Rename from window-any-p.
3255         (window-size-ignore, window-state-get): Callers changed.
3256         (window-normalize-window): Rename from window-normalize-any-window.
3257         New arg LIVE-ONLY, replacing window-normalize-live-window.
3258         (window-normalize-live-window): Delete.
3259         (window-combination-p, window-combined-p, window-combinations)
3260         (walk-window-subtree, window-atom-root, window-min-size)
3261         (window-sizable, window-sizable-p, window-size-fixed-p)
3262         (window-min-delta, window-max-delta, window-resizable)
3263         (window-resizable-p, window-full-height-p, window-full-width-p)
3264         (window-current-scroll-bars, window-point-1, set-window-point-1)
3265         (window-at-side-p, window-in-direction, window-resize)
3266         (adjust-window-trailing-edge, maximize-window, minimize-window)
3267         (window-deletable-p, delete-window, delete-other-windows)
3268         (record-window-buffer, unrecord-window-buffer)
3269         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3270         (quit-window, split-window, window-state-put)
3271         (set-window-text-height, fit-window-to-buffer)
3272         (shrink-window-if-larger-than-buffer): Callers changed.
3274 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
3276         * mail/rmail.el (rmail-simplified-subject): Decode subject with
3277         rfc2047-decode-string.
3278         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3279         warnings.
3281         * window.el (window-body-height, window-body-width): Mention in
3282         the doc string that the return values are in frame's canonical
3283         units.  (Bug#9949)
3285 2011-11-03  Alan Mackenzie  <acm@muc.de>
3287         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3288         change in cc-engine.el.
3290 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3292         * window.el (switch-to-buffer): Use `force-same-window' interactively.
3294 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
3296         * window.el (quit-window): Call unrecord-window-buffer after
3297         showing another buffer in the window.  (Bug#9937)
3298         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
3300 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
3302         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3303         Accept status with more than 9 shelves.  (Bug#9935)
3304         Reported by Colin D Bennett <colin@gibibit.com>.
3306 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
3308         * help.el (with-help-window): Don't reference
3309         temp-buffer-show-specifiers in doc-string.
3311 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
3313         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3314         menu-item.
3316 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3318         * whitespace.el: New version 13.2.2.
3319         (whitespace-newline-mode): Disable properly.  Reported by Sarah
3320         <EmacsWiki>.
3322 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
3324         * net/newst-treeview.el: Remove "Time-stamp".
3325         (newsticker--group-manage-orphan-feeds): Do not call
3326         newsticker--treeview-tree-update.
3327         (newsticker-treeview-update, newsticker-treeview):
3328         Call newsticker--treeview-tree-update if necessary.
3330 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
3332         * window.el (window-iso-combination-p, window-iso-combined-p)
3333         (window-iso-combinations): Remove "iso-" infix.
3334         Suggested by Chong Yidong.
3335         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3336         (window-max-delta-1, window-resize, window--resize-siblings)
3337         (window--resize-this-window, adjust-window-trailing-edge)
3338         (split-window, balance-windows-1)
3339         (shrink-window-if-larger-than-buffer):
3340         * calendar/calendar.el (calendar-generate-window):
3341         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3343 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3345         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3346         in place (bug#9907).
3347         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3348         (eshell-rewrite-if-command, eshell-rewrite-for-command)
3349         (eshell-structure-basic-command, eshell-rewrite-while-command)
3350         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3351         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3352         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3353         (eshell-do-pipelines-synchronously, eshell-eval-command):
3354         Use backquotes and prefer setq to set.
3355         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3356         (eshell-macrop): Use functionp.
3357         (eshell-do-eval): Handle multiple expressions in `while' body.
3359 2011-10-30  Chong Yidong  <cyd@gnu.org>
3361         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3362         instead of set-mark (Bug#9810).
3364 2011-10-30  Chong Yidong  <cyd@gnu.org>
3366         * window.el (split-window-below, split-window-right): Rename from
3367         split-window-above-each-other and split-window-side-by-side
3368         respectively.  All callers changed.
3369         (split-window-sensibly, split-window-sensibly): Use them.
3370         (split-window-keep-point): Doc fix.
3372         * isearch.el: Add isearch-scroll property to split-window-below
3373         and split-window-right.
3375         * follow.el (follow-mode):
3376         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3377         * progmodes/ada-xref.el (ada-gdb-application):
3378         * emulation/vip.el (vip-buffer-in-two-windows):
3379         * image-dired.el (image-dired-dired-with-window-configuration):
3380         * dired-x.el (dired-do-find-marked-files):
3381         * dired.el (dired-pop-to-buffer):
3382         * bs.el (bs--show-with-configuration):
3383         * vc/emerge.el (emerge-setup-windows):
3384         * textmodes/two-column.el (2C-two-columns):
3385         * textmodes/reftex-toc.el (reftex-toc):
3386         * progmodes/gdb-mi.el (gdb-setup-windows):
3387         * progmodes/fortran.el (fortran-window-create):
3388         * net/newst-treeview.el (newsticker--treeview-window-init):
3389         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3390         * emulation/tpu-edt.el (tpu-gold-map):
3391         * emulation/crisp.el (crisp-mode-map):
3392         * calendar/calendar.el (calendar-basic-setup): Callers changed.
3394 2011-10-29  Chong Yidong  <cyd@gnu.org>
3396         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3398         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3400         * textmodes/flyspell.el (flyspell-word): Fix char offset for
3401         forged Ispell output (Bug#7904).
3403         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3405 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3407         * doc-view.el: Avoid ugly errors about not finding nil.
3408         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3409         (doc-view-dvipdf-program, doc-view-unoconv-program)
3410         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3411         Avoid nil or absolute file name as default value.
3412         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3414 2011-10-28  Alan Mackenzie  <acm@muc.de>
3416         * progmodes/cc-defs.el (c-version): -> 5.32.2.
3418 2011-10-28  Alan Mackenzie  <acm@muc.de>
3420         Amend the handling of c-beginning/end-of-defun in nested declaration
3421         scopes.
3423         * progmodes/cc-vars.el (c-defun-tactic): Move here from
3424         cc-langs.el.  Change it to a defcustom.
3426         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3427         cc-vars.el.
3429         * progmodes/cc-engine.el (c-beginning-of-statement-1):
3430         Prevent "class foo : bar" being spuriously recognized as a label.
3432         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
3433         Add parameter `inclusive' (to include enclosing braces in the region).
3434         (c-widen-to-enclosing-decl-scope): New function.
3435         (c-while-widening-to-decl-block): New macro.
3436         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3437         outward for defun boundaries, and correspondingly change symbol
3438         `respect-enclosure' to `go-outward'.
3439         (c-declaration-limits): Change algorithm to report only the "innermost"
3440         defun's boundaries.
3442 2011-10-28  Deniz Dogan  <deniz@dogan.se>
3444         * net/rcirc.el (rcirc-mode): Use hard newlines.
3446 2011-10-28  Alan Mackenzie  <acm@muc.de>
3448         Amend to indent and fontify macros "which include their own semicolon"
3449         correctly, using the "virtual semicolon" mechanism.
3451         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
3453         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3454         Recode to scan one line at a time rather than having \n and \r
3455         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
3456         (c-forward-label): Amend for virtual semicolons.
3457         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
3459         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3460         of the new C macros.
3462         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
3463         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3464         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
3465         (c-opt-cpp-macro-define): Make into a full language variable.
3466         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3467         AWK Mode (including \n, \r) removed, no longer needed.
3469         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3470         Invoke c-make-macro-with-semi-re.
3472         * progmodes/cc-vars.el (c-macro-with-semi-re):
3473         (c-macro-names-with-semicolon): New variables.
3474         (c-make-macro-with-semi-re): New function.
3476 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3478         * vc/log-edit.el: Fill empty field rather than adding new one.
3479         (log-edit-add-field): New function.
3480         (log-edit-insert-changelog): Use it.
3482 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
3484         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3486 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3488         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3489         (gdb--check-interpreter): New function.
3490         (gdb): Use it.
3492 2011-10-27  Glenn Morris  <rgm@gnu.org>
3494         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3495         (least-positive-float, least-negative-float)
3496         (least-positive-normalized-float, least-negative-normalized-float)
3497         (float-epsilon, float-negative-epsilon):
3498         Remove unnecessary declarations.
3500         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3501         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3502         (least-positive-float, least-negative-float)
3503         (least-positive-normalized-float, least-negative-normalized-float)
3504         (float-epsilon, float-negative-epsilon): Add doc-strings,
3505         based on those in cl.texi.
3507         * files.el (set-visited-file-name): If the major-mode changed,
3508         reload the local variables.  (Bug#9796)
3510 2011-10-27  Chong Yidong  <cyd@gnu.org>
3512         * subr.el (change-major-mode-after-body-hook): New hook.
3513         (run-mode-hooks): Run it.
3515         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3516         Use change-major-mode-before-body-hook.
3518         * simple.el (fundamental-mode):
3519         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3520         change introducing fundamental-mode-hook.
3522 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
3524         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
3526 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
3528         * ido.el (ido-file-name-all-completions-1): Do not require
3529         tramp.el explicitly.  (Bug#7583)
3531 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3533         * progmodes/octave-mod.el:
3534         * progmodes/octave-inf.el: Update maintainer.
3536 2011-10-26  Chong Yidong  <cyd@gnu.org>
3538         * subr.el (with-wrapper-hook): Rewrite doc.
3540 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
3542         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
3543         filenames "/method:foo:".  (Bug#9793)
3545 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3547         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3548         (bug#9865).
3550 2011-10-24  Glenn Morris  <rgm@gnu.org>
3552         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
3554 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
3556         * notifications.el: Add the requirement of a running D-Bus session
3557         bus to the Commentary.
3559 2011-10-24  Juri Linkov  <juri@jurta.org>
3561         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3562         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3563         (Bug#9364)
3565 2011-10-24  Juri Linkov  <juri@jurta.org>
3567         * info.el (Info-following-node-name-re): Add newline to the list
3568         of allowed characters for leading space.  (Bug#9824)
3570 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3572         * progmodes/octave-inf.el (inferior-octave-mode-map):
3573         Fix C-c C-h binding.
3574         * progmodes/octave-mod.el (octave-help): Remove.
3576 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
3578         Sync with Tramp 2.2.3.
3580         * net/tramp-cache.el (top): Pacify byte-compiler using
3581         `init-file-user' and `site-run-file'.
3583         * net/trampver.el: Update release number.
3585 2011-10-23  Chong Yidong  <cyd@gnu.org>
3587         * files.el (toggle-read-only): Remove obsolete comment about
3588         version control.
3590         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3591         for toggle-read-only.  Note that this hasn't called vc-next-action
3592         since 2008-05-02, though it wasn't documented at the time.
3594         * vc/ediff-init.el (ediff-toggle-read-only-function):
3595         Use toggle-read-only.
3597 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
3599         Fix bug #9560, sporadic wrong indentation; improve instrumentation
3600         of c-parse-state.
3602         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3603         correct faulty logical expression.
3604         (c-parse-state-state, c-record-parse-state-state):
3605         (c-replay-parse-state-state): New defvar/defuns.
3606         (c-debug-parse-state): Use new functions.
3608 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
3610         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
3611         last fix.  Use window-in-direction correctly.
3613 2011-10-21  Chong Yidong  <cyd@gnu.org>
3615         * progmodes/idlwave.el (idlwave-mode):
3616         * progmodes/vera-mode.el (vera-mode): No need to set
3617         require-final-newline; that's done in prog-mode.
3618         Suggested by Stefan Monnier.
3620 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
3622         * mouse.el (mouse-drag-window-above)
3623         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3624         (mouse-drag-mode-line-1, mouse-drag-header-line)
3625         (mouse-drag-vertical-line-rightward-window): Remove.
3626         (mouse-drag-line): New function.
3627         (mouse-drag-mode-line, mouse-drag-header-line)
3628         (mouse-drag-vertical-line): Call mouse-drag-line.
3629         * window.el (window-at-side-p, windows-at-side): New functions.
3631 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
3633         * tar-mode.el (tar-grind-file-mode):
3634         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
3636 2011-10-21  Chong Yidong  <cyd@gnu.org>
3638         * progmodes/idlwave.el (idlwave-mode):
3639         * progmodes/vera-mode.el (vera-mode):
3640         Use mode-require-final-newline.
3642 2011-10-20  Glenn Morris  <rgm@gnu.org>
3644         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
3646 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
3648         * emulation/cua-base.el (cua-set-mark): Fix case of string.
3650 2011-10-20  Chong Yidong  <cyd@gnu.org>
3652         * emulation/cua-base.el (cua-mode):
3653         * mail/footnote.el (footnote-mode):
3654         * mail/mailabbrev.el (mail-abbrevs-mode):
3655         * net/xesam.el (xesam-minor-mode):
3656         * progmodes/bug-reference.el (bug-reference-mode):
3657         * progmodes/cap-words.el (capitalized-words-mode):
3658         * progmodes/compile.el (compilation-minor-mode)
3659         (compilation-shell-minor-mode):
3660         * progmodes/gud.el (gud-tooltip-mode):
3661         * progmodes/hideif.el (hide-ifdef-mode):
3662         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3663         * progmodes/subword.el (subword-mode):
3664         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3665         * progmodes/which-func.el (which-function-mode):
3666         * term/tvi970.el (tvi970-set-keypad-mode):
3667         * term/vt100.el (vt100-wide-mode):
3668         * textmodes/flyspell.el (flyspell-mode):
3669         * textmodes/ispell.el (ispell-minor-mode):
3670         * textmodes/nroff-mode.el (nroff-electric-mode):
3671         * textmodes/paragraphs.el (use-hard-newlines):
3672         * textmodes/refill.el (refill-mode):
3673         * textmodes/reftex.el (reftex-mode):
3674         * textmodes/rst.el (rst-minor-mode):
3675         * textmodes/sgml-mode.el (html-autoview-mode)
3676         (sgml-electric-tag-pair-mode):
3677         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3678         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3679         * emulation/crisp.el (crisp-mode):
3680         * emacs-lisp/eldoc.el (eldoc-mode):
3681         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3682         minor mode behavior.
3684 2011-10-19  Juri Linkov  <juri@jurta.org>
3686         * descr-text.el (describe-char): Add #x2010 and #x2011 to
3687         the list of hard-coded chars with escape-glyph face.
3689 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3691         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3693 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
3695         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3696         running process.
3698 2011-10-19  Glenn Morris  <rgm@gnu.org>
3700         * vc/vc-bzr.el (vc-bzr-after-dir-status):
3701         Ignore ignored files.  (Bug#9726)
3703 2011-10-19  Chong Yidong  <cyd@gnu.org>
3705         Doc fix for minor modes, stating that an omitted argument enables
3706         the mode unconditionally when called from Lisp.
3708         * abbrev.el (abbrev-mode):
3709         * allout.el (allout-mode):
3710         * autoinsert.el (auto-insert-mode):
3711         * autoarg.el (autoarg-mode, autoarg-kp-mode):
3712         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3713         (global-auto-revert-mode):
3714         * battery.el (display-battery-mode):
3715         * composite.el (global-auto-composition-mode)
3716         (auto-composition-mode):
3717         * delsel.el (delete-selection-mode):
3718         * desktop.el (desktop-save-mode):
3719         * dired-x.el (dired-omit-mode):
3720         * dirtrack.el (dirtrack-mode):
3721         * doc-view.el (doc-view-minor-mode):
3722         * double.el (double-mode):
3723         * electric.el (electric-indent-mode, electric-pair-mode):
3724         * emacs-lock.el (emacs-lock-mode):
3725         * epa-hook.el (auto-encryption-mode):
3726         * follow.el (follow-mode):
3727         * font-core.el (font-lock-mode):
3728         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3729         * help.el (temp-buffer-resize-mode):
3730         * hilit-chg.el (highlight-changes-mode)
3731         (highlight-changes-visible-mode):
3732         * hi-lock.el (hi-lock-mode):
3733         * hl-line.el (hl-line-mode, global-hl-line-mode):
3734         * icomplete.el (icomplete-mode):
3735         * ido.el (ido-everywhere):
3736         * image-file.el (auto-image-file-mode):
3737         * image-mode.el (image-minor-mode):
3738         * iswitchb.el (iswitchb-mode):
3739         * jka-cmpr-hook.el (auto-compression-mode):
3740         * linum.el (linum-mode):
3741         * longlines.el (longlines-mode):
3742         * master.el (master-mode):
3743         * mb-depth.el (minibuffer-depth-indicate-mode):
3744         * menu-bar.el (menu-bar-mode):
3745         * minibuf-eldef.el (minibuffer-electric-default-mode):
3746         * mouse-sel.el (mouse-sel-mode):
3747         * msb.el (msb-mode):
3748         * mwheel.el (mouse-wheel-mode):
3749         * outline.el (outline-minor-mode):
3750         * paren.el (show-paren-mode):
3751         * recentf.el (recentf-mode):
3752         * reveal.el (reveal-mode, global-reveal-mode):
3753         * rfn-eshadow.el (file-name-shadow-mode):
3754         * ruler-mode.el (ruler-mode):
3755         * savehist.el (savehist-mode):
3756         * scroll-all.el (scroll-all-mode):
3757         * scroll-bar.el (scroll-bar-mode):
3758         * server.el (server-mode):
3759         * shell.el (shell-dirtrack-mode):
3760         * simple.el (auto-fill-mode, transient-mark-mode)
3761         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
3762         (line-number-mode, column-number-mode, size-indication-mode)
3763         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
3764         * strokes.el (strokes-mode):
3765         * time.el (display-time-mode):
3766         * t-mouse.el (gpm-mouse-mode):
3767         * tool-bar.el (tool-bar-mode):
3768         * tooltip.el (tooltip-mode):
3769         * type-break.el (type-break-mode-line-message-mode)
3770         (type-break-query-mode):
3771         * view.el (view-mode):
3772         * whitespace.el (whitespace-mode, whitespace-newline-mode)
3773         (global-whitespace-mode, global-whitespace-newline-mode):
3774         * xt-mouse.el (xterm-mouse-mode): Doc fix.
3776         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3777         Fix autogenerated docstring.
3779 2011-10-19  Juri Linkov  <juri@jurta.org>
3781         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
3782         by checking environment variables "DESKTOP_SESSION" and
3783         "XDG_CURRENT_DESKTOP".  (Bug#9779)
3785 2011-10-19  Juri Linkov  <juri@jurta.org>
3787         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
3788         (browse-url-chromium-program, browse-url-chromium-arguments):
3789         New defcustoms.
3790         (browse-url-default-browser): Check for `browse-url-chromium' and
3791         call `browse-url-chromium-program'.
3792         (browse-url-chromium): New command.  (Bug#9779)
3794 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
3796         * facemenu.el (list-colors-duplicates): On Windows, detect more
3797         duplicates by assuming that only colors matching "^System" are
3798         special "system colors".  (Bug#9722)
3800 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3802         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3803         to distinguish the author from the committer.
3805 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
3807         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3809 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
3811         * international/mule.el (sgml-html-meta-auto-coding-function):
3812         Add support for detecting encoding in HTML5 specified only as
3813         <meta charset="UTF-8">.  Implementation just makes http-equiv and
3814         content-type parts from HTML4 encoding string optional.  (Bug#9716)
3816 2011-10-18  Glenn Morris  <rgm@gnu.org>
3818         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
3820 2011-10-18  Chong Yidong  <cyd@gnu.org>
3822         * faces.el (cursor): Doc fix.
3824 2011-10-17  Chong Yidong  <cyd@gnu.org>
3826         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3828 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
3830         * dirtrack.el (dirtrack): Support shell buffers with path
3831         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
3833 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
3835         * json.el: Bump version to 1.3 and note change in History.
3836         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3838 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3840         * comint.el (comint-insert-input, comint-send-input)
3841         (comint-get-old-input-default, comint-backward-matching-input)
3842         (comint-next-prompt): Use nil instead of `input' for field property of
3843         past user input (bug#114).
3845         * minibuffer.el (completion--replace): Inherit surrounding properties
3846         (bug#114).
3847         (minibuffer-complete-and-exit): Use it.
3849         * comint.el (comint--table-subvert): Quote the all-completions output
3850         (bug#9160).
3852 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
3854         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
3856         * menu-bar.el (menu-bar-file-menu): Add entry for making new
3857         window on right of selected.  (Bug#9350) Reword other window
3858         entries and separate them from frame entries.
3860 2011-10-15  Glenn Morris  <rgm@gnu.org>
3862         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3863         Doc fixes.
3865 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
3867         * net/network-stream.el (network-stream-open-starttls):
3868         Improve detection of failure due to lack of TLS support.
3870         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3871         putting the input text in front and in bold.
3873 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3875         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3877         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3878         empty buffer.
3880         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3881         unread-command-events rather than pushing yet-another event.
3883 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
3885         * mail/sendmail.el (sendmail-query-once): Improve the wording of
3886         the explanation of the possible choices.  Make the options passed
3887         to completing-read shorter.
3889 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3891         * textmodes/flyspell.el (flyspell-large-region): Make sure
3892         extended character mode is used if defined (Bug#1339).
3894 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
3896         * simple.el (what-cursor-position): Fix the display of the
3897         character info for LRE, LRO, RLE, and RLO characters by appending
3898         an invisible PDF.
3900 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3902         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
3903         even in case of error; add debug spec; simplify data flow.
3904         (with-timeout-handler): Remove.
3906 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
3908         Fix Bug#6019, Bug#9315.
3910         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
3911         complete `buffer-file-name', the local file name part could look
3912         remotely (for example on VMS).
3914         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
3915         `tramp-run-real-handler'.
3916         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
3917         already quoted by '"'.
3919         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
3920         Let `file-name-handler-alist' be nil, the local file name part
3921         could look remotely (for example on VMS).
3923 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3925         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
3926         from here...
3927         (flyspell-post-command-hook): ...to here.
3929 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3931         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
3932         if not needed.
3933         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
3934         using completion.  Protect against "slow" callers.
3935         Remove the "message hack".
3937 2011-10-11  Juri Linkov  <juri@jurta.org>
3939         * isearch.el (isearch-lazy-highlight-word): New variable.
3940         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3941         Use it.  (Bug#9727)
3943 2011-10-11  Glenn Morris  <rgm@gnu.org>
3945         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
3946         like f90-previous-statement does.
3948 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3950         * eshell/eshell.el (eshell-command): History should be saved
3951         only in interactive use, to avoid error.
3953 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3955         * minibuffer.el (completion-file-name-table): Fix last change,
3956         i.e. ignore normal errors but not the other ones.
3958 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
3960         * window.el (special-display-buffer-names)
3961         (special-display-regexps): Remove some remnants of earlier
3962         changes from doc-strings.
3963         (quit-windows-on): New function.
3965         * vc/vc.el (vc-revert, vc-rollback):
3966         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
3967         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
3968         (Bug#6183) (Bug#7074) (Bug#7447)
3970 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
3972         * window.el (frame-auto-hide-function): Add version tag.
3973         (Bug#9699)
3975 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
3977         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
3978         condition.
3980 2011-10-09  Leo Liu  <sdl.web@gmail.com>
3982         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
3983         (Bug#9701)
3985 2011-10-08  Glenn Morris  <rgm@gnu.org>
3987         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
3988         before the first code statement zero indent.  (Bug#9690)
3990 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
3992         * simple.el (count-words-region): Always count in the region.
3993         Report the number of lines and characters too.
3994         (count-words): New command, which counts in the buffer if the
3995         region is inactive, as count-words-region used to.
3996         (count-words--message): New function.  Handle plurals.
3997         (count-lines-region): Make it an alias for count-words-region.
3999         * bindings.el (esc-map): Replace count-lines-region with
4000         count-words-region.
4002 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
4004         * window.el (window--delete): Delete dedicated frame
4005         unconditionally when argument KILL is non-nil.  (Bug#9699)
4006         (switch-to-buffer): Fix doc-string typo.
4008 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4010         * eshell/eshell.el (eshell-command): Avoid using hooks.
4012 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
4014         * bindings.el ([M-left],[M-right]): Bind to left-word and
4015         right-word respectively.
4017 2011-10-07  Glenn Morris  <rgm@gnu.org>
4019         * cus-start.el (debug-on-quit): Fix custom type.
4021 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4023         * subr.el (define-key-after): Clarify that the function is not
4024         useful for non-menu keymaps.
4026         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4028 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4030         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
4031         in current minibuffer (Fix bug with recursive minibuffers).
4033 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
4035         * progmodes/gdb-mi.el (gdb): Doc fix.
4037 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
4039         * window.el (frame-auto-hide-function): New option replacing
4040         frame-auto-delete.  Suggested by Stefan Monnier.
4041         (window--delete): Call frame-auto-hide-function instead of
4042         investigating frame-auto-delete.
4043         (window-point-1, set-window-point-1): New functions.
4044         (window-in-direction, record-window-buffer, window-state-get-1)
4045         (display-buffer-record-window): Use window-point-1 instead of
4046         window-point.
4047         (set-window-buffer-start-and-point): Use set-window-point-1.
4049 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4051         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4053 2011-10-05  Glenn Morris  <rgm@gnu.org>
4055         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4056         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
4058 2011-10-05  Leo Liu  <sdl.web@gmail.com>
4060         * subr.el (read-char-choice): Fix argument to buffer-live-p which
4061         works with buffer object.
4063 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4065         * mpc.el (mpc-tool-bar-map): Add labels.
4067 2011-10-04  Glenn Morris  <rgm@gnu.org>
4069         * calendar/holidays.el (calendar-check-holidays): Doc fix.
4071 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
4073         * window.el (window--delete): New function.
4074         (frame-auto-delete): Resuscitate option.
4075         (bury-buffer, replace-buffer-in-windows)
4076         (quit-window): Rewrite using window--delete.
4077         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4078         Pass display-buffer-mark-dedicated to window--display-buffer-2
4079         (Bug#9639).
4081 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4083         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4084         returns a list (bug#9554).  Add remote file name completion.
4085         * comint.el (comint--table-subvert): Curry and get quote&unquote
4086         functions as arguments.
4087         (comint--complete-file-name-data): Adjust call accordingly.
4088         * pcomplete.el (pcomplete--table-subvert): Remove.
4089         (pcomplete-completions-at-point): Use comint--table-subvert instead.
4091         * minibuffer.el (completion-table-case-fold): Use currying.
4092         (completion--styles-type, completion--cycling-threshold-type):
4093         New constants.
4094         (completion-styles, completion-category-overrides)
4095         (completion-cycle-threshold): Use them.
4096         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4097         completion-table-case-fold.
4099 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
4101         * minibuffer.el (completion-category-overrides): Fix type of styles
4102         and add more user friendly tags (bug#9660).
4104 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4106         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4107         (mule-input-method-string): New widget.
4108         (default-input-method, language-info-custom-alist): Use it.
4110 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4112         * pcomplete.el: Require comint.
4113         (pcomplete--common-suffix): Remove.
4114         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4115         (pcomplete--table-subvert): Sync with comint--table-subvert.
4116         (pcomplete--entries): Use comint-completion-file-name-table.
4117         * comint.el (comint-unquote-filename): Simplify.
4118         (comint-completion-file-name-table): New function (bug#9616).
4119         (comint--complete-file-name-data): Use it.
4121         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4122         (pcmpl-gnu-tar-buffer): Remove.
4123         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
4124         around.  Make sure pcomplete-suffix-list is only changed temporarily.
4125         Don't look inside the tar's file if it's too large.
4127 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
4129         * cus-edit.el (custom-mode-map):
4130         * epa.el (epa-key-list-mode-map):
4131         * man.el (Man-mode-map):
4132         * startup.el (splash-screen-keymap):
4133         * simple.el (special-mode-map): Use scroll-up-command and
4134         scroll-down-command.
4136         * progmodes/idlw-help.el (idlwave-help-mode-map):
4137         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4138         * net/newst-plainview.el (newsticker-mode-map):
4139         * emulation/ws-mode.el (wordstar-mode-map):
4140         * emulation/vi.el (vi-com-map):
4141         * calc/calc-graph.el (calc-graph-show-dumb):
4142         * term/sun.el (terminal-init-sun):
4143         * term/ns-win.el (global-map):
4144         * progmodes/grep.el (grep-mode-map):
4145         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4146         * mail/rmail.el (rmail-mode-map):
4147         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4149         * custom.el (custom-safe-themes, load-theme): Treat value of t for
4150         custom-safe-themes as special.
4152 2011-10-01  Julien Danjou  <julien@danjou.info>
4154         * notifications.el (notifications-notify): Fix docstring.
4156 2011-10-01  Per Starbäck  <per@starback.se>
4158         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
4160 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
4162         * startup.el (command-line-1): Fix last fix by inserting
4163         initial-scratch-message into *scratch* before displaying it.
4164         (Bug#9605) and (Bug#9636)
4166 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
4168         * simple.el (line-move): If auto-hscroll-mode is disabled and the
4169         window is hscrolled, move by logical lines.  (Bug#9607)
4170         (line-move-visual): Update the doc string to the above effect.
4172 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
4174         * window.el (display-buffer-record-window): When WINDOW is the
4175         selected window use `point' instead of `window-point'.  (Bug#9626)
4177         * startup.el (command-line-1): Use insert-before-markers when
4178         inserting initial-scratch-message.  (Bug#9605)
4180         * help.el (help-window): Remove variable.
4182 2011-09-29  Glenn Morris  <rgm@gnu.org>
4184         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4186 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
4188         * descr-text.el (describe-char-categories): Accept category
4189         descriptions more than one line long.
4191 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4193         * simple.el (delete-trailing-whitespace): Fix last change.
4195         * progmodes/perl-mode.el (perl-syntax-propertize-function):
4196         Don't confuse "y => 3" as the beginning of a `y' operation.
4198         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4199         object has more than 4 slots (bug#9613).
4201 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
4203         * subr.el (with-output-to-temp-buffer):
4204         * net/quickurl.el (quickurl, quickurl-browse-url):
4205         Fix typos in docstrings.
4207 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
4209         * minibuffer.el (completion-styles)
4210         (completion-category-overrides): Cross reference each other in doc
4211         strings.
4213 2011-09-27  Glenn Morris  <rgm@gnu.org>
4215         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4216         to split-string.  (Bug#9606)
4218 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4220         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4221         (bug#9615).
4223 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
4225         * emacs-lisp/package.el (list-packages): Fix echo area message.
4227 2011-09-27  Leo Liu  <sdl.web@gmail.com>
4229         * ido.el (ido-read-internal): Accept cons cell HIST arg.
4231 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
4233         * net/dbus.el (dbus-unregister-object): Don't release services for
4234         registered signals.  (Bug#9581)
4236 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4238         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4239         function that picks between cfengine 2 and 3 support
4240         automatically.  Update docs accordingly.
4242 2011-09-22  Kenichi Handa  <handa@m17n.org>
4244         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4245         ZERO.
4246         (indian-itrans-v5-table-for-tamil): New variable.
4247         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4249 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
4251         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4252         that's true if the current command involved collapsing of text.
4253         It's reset to false at the beginning of the next command.
4254         (allout-post-command-business): Move the cursor to the beginning
4255         of entry if the cursor is hidden and collapsing activity just
4256         happened.
4258 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
4260         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4261         tracking (Bug#9541).
4263 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
4265         * net/newst-reader.el (newsticker-html-renderer)
4266         (newsticker-show-news): Automatically load html rendering package
4267         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
4268         because w3m-fill-column is let-bound" and the error "Symbol's value
4269         as variable is void: w3m-fill-column".
4271 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
4273         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4274         Release services only if they are defined.  (Bug#9581)
4276 2011-09-23  Richard Stallman  <rms@gnu.org>
4278         * textmodes/paragraphs.el (forward-sentence): For backwards case,
4279         distinguish start of paragraph from start of its text.
4281         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4283         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4284         (rmail-generate-viewer-buffer): Put that hook on view buffer.
4285         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4287 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
4289         * international/mule-diag.el (mule-diag): Insert a newline after
4290         each fontset description.
4292 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4294         * simple.el (delete-trailing-whitespace):
4295         Document last change; simplify.
4297 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
4299         * simple.el (delete-trailing-whitespace): Also delete
4300         extra newlines at the end of the buffer.
4302         * textmodes/picture.el: Make motion commands obey shift-select-mode.
4303         (picture-newline): Use forward-line so as to ignore fields.
4305 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4307         * subr.el (with-wrapper-hook): Fix edebug spec.
4309 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4311         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4312         (bug#4538).
4314 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
4316         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4317         Fix nasty bug using wrong cached values.
4319 2011-09-23  Alan Mackenzie  <acm@muc.de>
4321         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4323 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
4325         * window.el (pop-to-buffer): Ensure right window is selected if we
4326         chose another frame.
4328 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
4330         * simple.el (what-cursor-position): Use get-char-property-change
4331         and next-single-char-property-change, to be able to show display
4332         properties that come from overlays as well as text properties.
4334 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
4336         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4338         * cmuscheme.el (run-scheme, switch-to-scheme):
4339         * cus-edit.el (customize-group, custom-buffer-create)
4340         (customize-browse):
4341         * info.el (info):
4342         * shell.el (shell):
4343         * mail/sendmail.el (mail):
4344         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4346 2011-09-22  Richard Stallman  <rms@gnu.org>
4348         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4349         move back only to line beg, don't move back over blank lines.
4351 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
4353         * files.el (copy-directory): Set directory attributes only in case
4354         they could be retrieved from the source directory.  (Bug#9565)
4356 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
4358         * progmodes/hideshow.el (hs-looking-at-block-start-p)
4359         (hs-find-block-beginning, hs-hide-level-recursive):
4360         Ignore strings as well as comments.  (Bug#9502)
4362 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
4364         * progmodes/sql.el (sql-comint-postgres):
4365         Convert port number to a string.  (Bug#9566)
4367 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
4369         * window.el (quit-window): Undedicate window when switching to
4370         previous buffer.  Reported by Thierry Volpiatto
4371         <thierry.volpiatto@gmail.com>.
4372         (special-display-popup-frame): When popping up a new frame reset
4373         its previous buffers to nil.  Simplify code.
4375 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
4377         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4378         and process filter, as done also in `shell-command'.
4380 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
4382         * window.el (set-window-buffer-start-and-point):
4383         Call set-window-start with NOFORCE argument t.
4384         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4385         (quit-window): Reword doc-string.  Handle new format of
4386         quit-restore parameter.  Don't delete window if it has a
4387         previous buffer we can show instead of the present one.
4388         (display-buffer-record-window): Rewrite using a new format for
4389         the quit-restore window parameter
4390         (special-display-popup-frame, display-buffer-same-window)
4391         (display-buffer-reuse-window, display-buffer-pop-up-frame)
4392         (display-buffer-pop-up-window, display-buffer-use-some-window):
4393         Adapt symbol passed to display-buffer-record-window.
4394         * help.el (help-window-setup): Handle new format of quit-restore
4395         parameter.
4397 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4399         * faces.el (face-list): Fix docstring (bug#9564).
4401         * window.el (display-buffer--action-function-custom-type):
4402         Don't include internal functions in the Custom interface.
4404 2011-09-20  Juri Linkov  <juri@jurta.org>
4406         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4407         (Info-forward-node, Info-backward-node, Info-next-preorder)
4408         (Info-last-preorder): Use it.  (Bug#9528)
4410 2011-09-20  Juri Linkov  <juri@jurta.org>
4412         * info.el (Info-last-preorder): Visit last menu item only when
4413         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4415 2011-09-20  Julien Danjou  <julien@danjou.info>
4417         * password-cache.el (password-cache-remove): Remove entries even if the
4418         value is nil, so that password with a nil value (negative caching) is
4419         possible to invalidate.
4421 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
4423         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4424         all whitespace around breakpoint.  (Bug#9553)
4425         (f90-find-breakpoint): Only break at whitespace inside a comment.
4427 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4429         * minibuffer.el (completion-file-name-table): Keep track of errors.
4430         (completion-table-with-predicate): Handle the case where pred1 is nil.
4431         * pcomplete.el (pcomplete-completions-at-point): Simplify.
4433 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4435         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4436         (debugger-return-value): Signal an error if the debugging context does
4437         not await any return value.
4439         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4440         * image-mode.el (image-toggle-display-text)
4441         (image-toggle-display-image): Stay away from evil `intangible'.
4443 2011-09-19  Leo Liu  <sdl.web@gmail.com>
4445         * replace.el (occur-revert-arguments): Make it permanent-local.
4446         (occur-mode): Don't call font-lock-defontify.
4448 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
4450         * net/ldap.el (ldap-search-internal): Don't push empty search
4451         result (Bug#9508).
4453 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4455         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4457 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
4459         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4460         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4462 2011-09-18  Juri Linkov  <juri@jurta.org>
4464         * buff-menu.el (Buffer-menu-mode-map):
4465         * dired.el (dired-mode-map):
4466         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4467         (lisp-interaction-mode-map):
4468         * emacs-lisp/package.el (package-menu-mode-map):
4469         * epa.el (epa-key-list-mode-map):
4470         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4471         (menu-bar-options-menu):
4472         * outline.el (outline-mode-menu-bar-map):
4473         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4474         * vc/vc-dir.el (vc-dir-menu-map):
4475         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4476         Capitalize non-function content words in menu item strings.
4478         * dired.el (dired-mode-map): Add menu item for
4479         `image-dired-dired-toggle-marked-thumbs'.
4481 2011-09-18  Juri Linkov  <juri@jurta.org>
4483         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4484         to `isearch-case-fold-search' and restore its original value
4485         after the `isearch-mode' call.
4487 2011-09-18  Juri Linkov  <juri@jurta.org>
4489         * progmodes/grep.el (grep-process-setup): Don't check code for 1
4490         because `zgrep' returns 1 for successful matches (bug#9226).
4492 2011-09-18  Juri Linkov  <juri@jurta.org>
4494         * info.el (Info-extract-menu-node-name): Check the second match
4495         for empty string (second test-case of bug#9528).
4496         (Info-last-preorder): Let-bind `Info-history' to nil to not add
4497         intermediate nodes to the history (first test-case of bug#9528).
4499 2011-09-18  Juri Linkov  <juri@jurta.org>
4501         * info.el (Info-mode-syntax-table): New variable.
4502         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
4504 2011-09-18  Juri Linkov  <juri@jurta.org>
4506         * info.el (Info-file-supports-index-cookies):
4507         Increment line-beginning-position's arg from 3 to 4 because makeinfo
4508         outputs one more line for long file names (bug#4142).
4510 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
4512         * newcomment.el (comment-normalize-vars): If prompting for
4513         comment-start, set comment-start-skip too (Bug#8424).
4515 2011-09-18  Johan BockgÃ¥rd  <bojohan@gnu.org>
4517         * icomplete.el: Fix previous fix of Bug#5849.
4518         (icomplete-mode): Don't set completion-show-inline-help.
4519         (icomplete-minibuffer-setup): Set completion-show-inline-help
4520         locally during icompletion.
4522 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
4524         * woman.el (woman2-process-escapes): Don't delete unrecognized
4525         escapes (Bug#7843).
4527         * files.el (inhibit-first-line-modes-regexps): Add image files.
4528         (hack-local-variables-prop-line): Return nil for malformed
4529         prop-lines (Bug#9044).
4531 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
4533         * net/tramp.el (top): Don't require 'shell.
4534         (tramp-methods): Fix docstring.
4535         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
4536         Return complete remote file name.  Handle "smb" case.
4537         Use `tramp-tmpdir', if defined for the respective method.
4538         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4540         * net/tramp-compat.el (top): Require 'shell.
4542         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4543         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4544         `tramp-current-host'.
4545         (tramp-get-remote-tmpdir): Remove.
4547         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4548         `tramp-tmpdir' entries.
4549         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4550         (tramp-smb-handle-file-attributes): Ignore errors.
4551         (tramp-smb-wait-for-output): Check also for process end.
4553 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4555         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4556         when sending QUIT (bug#9312).
4558 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
4560         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4561         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4562         occur-mode-display-occurrence.
4563         (occur-edit-mode): Add usage message.
4564         (occur-cease-edit): New command.
4565         (occur-after-change-function): Use text properties to find the
4566         position of the prefix text.
4567         (occur-engine): Set stickiness of prefix text properties.
4569 2011-09-17  Glenn Morris  <rgm@gnu.org>
4571         * progmodes/etags.el (complete-tag):
4572         Fix call to completion-in-region.  (Bug#9526)
4574 2011-09-17  Juri Linkov  <juri@jurta.org>
4576         * textmodes/ispell.el (ispell-word): Add to the error message
4577         the word, ispell program name and current dictionary (bug#9121).
4578         (ispell-tex-arg-end): Capitalize "error" in the error message.
4580 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
4582         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4583         check.  (Bug#4251)
4585 2011-09-17  Juri Linkov  <juri@jurta.org>
4587         * window.el (window-safe-min-height, window-safe-min-width):
4588         Fix typos (followup to bug#9522).
4590 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
4592         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4594 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
4596         * simple.el (line-move): If goal-column is set, move by logical
4597         lines, not by display lines.  (Bug#971)
4598         (next-line, previous-line, goal-column, line-move-visual): Doc fix
4599         to reflect the above change.
4601 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4603         * image.el (imagemagick-register-types): Use regexp-opt.
4605 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
4607         * window.el (display-buffer-base-action): Rename from
4608         display-buffer-default-action.  Make default value empty.
4609         (display-buffer-overriding-action): Convert to defvar.
4610         (display-buffer-fallback-action): New var.
4612 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
4614         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4615         declaration.
4616         (package--add-to-archive-contents): If there is a duplicate entry
4617         with an older version, remove it.
4618         (package-menu-mark-delete, package-menu-mark-install)
4619         (package-menu-mark-unmark): Make unused args optional.
4620         (package-menu-mark-obsolete-for-deletion):
4621         Use package-menu-get-status instead of a regexp search.
4622         (package-menu-get-status): Use tabulated-list-entry.
4623         (package-menu-mark-upgrades): New command.
4624         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
4625         (package-menu-execute): Do installation before deletion.
4626         (package-menu-refresh, package-menu-execute): Use derived-mode-p
4627         instead of checking major-mode.
4628         (package-menu--find-upgrades): New function.
4630 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4632         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4633         passwords in the log buffer.
4634         (smtpmail-process-filter): Update the process marker so that the
4635         "broken by peer" status message is inserted in the right place.
4637 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4639         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4640         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4641         bibtex-completion-at-point-function.
4642         (bibtex-completion-at-point-function): Use them.
4644         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4646         * mpc.el (mpc-constraints-tag-lookup): New function.
4647         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4648         also to browser "album|playlist".
4650 2011-09-14  Juri Linkov  <juri@jurta.org>
4652         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
4653         (isearch-edit-string): Use length of `isearch-string' when
4654         `isearch-fail-pos' returns nil.
4655         (isearch-message): Remove duplicate code and call
4656         `isearch-fail-pos' with arg `t'.
4658 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
4660         * replace.el (occur-mode-goto-occurrence): Don't force using other
4661         window (Bug#9499).
4663         * dired-aux.el (dired-do-chmod): Don't provide initial input.
4665 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
4667         * window.el (display-buffer-window): Remove.
4668         (display-buffer-record-window): Use help-setup window parameter
4669         instead of variable display-buffer-window.
4670         (display-buffer-function, special-display-buffer-names)
4671         (special-display-function): Mention help-setup parameter instead
4672         of display-buffer-window in doc-string.
4673         * help.el (help-window-setup): New argument help-window.
4674         Use help-window-setup parameter instead of display-buffer-window.
4675         Reword some messages.
4676         (with-help-window): Pass window used for displaying the buffer
4677         to help-window-setup.  Don't set display-buffer-window.
4679 2011-09-13  Glenn Morris  <rgm@gnu.org>
4681         * emacs-lisp/debug.el (debugger-make-xrefs):
4682         Preserve point.  (Bug#9462)
4684 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
4686         * window.el (window-deletable-p): Use next-frame.
4688 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
4690         * window.el (window-auto-delete): Remove.
4691         (window-deletable-p): Remove argument FORCE.  Don't deal with
4692         dedication and previous buffers.
4693         (switch-to-prev-buffer): Don't delete window.
4694         (delete-windows-on): Delete a window's frame if and only if the
4695         window is dedicated.
4696         (replace-buffer-in-windows): Delete buffer's window or frame if
4697         and only if window is dedicated.
4698         (quit-window): Handle quit-restore as before last change.
4699         (bury-buffer): Delete window only if window-deletable-p returns t.
4701 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
4703         * window.el (window-deletable-p): Never delete the last frame on a
4704         given terminal.
4706 2011-09-13  Glenn Morris  <rgm@gnu.org>
4708         * help.el (describe-key-briefly): Copy previous standard-output change.
4710 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
4712         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
4714 2011-09-13  Glenn Morris  <rgm@gnu.org>
4716         * emacs-lisp/lisp-mode.el (lisp-indent-function):
4717         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4719 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
4721         * dired-aux.el (dired-mark-read-string): Don't return default
4722         value on empty input (Bug#9361).
4723         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4724         Omit initial minibuffer contents.
4725         (dired-do-chmod): Signal an error on empty input.
4726         (dired-mark-read-string): Don't return default on empty input.
4728         * files.el (file-modes-symbolic-to-number): Doc fix.
4730 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4732         * international/mule-cmds.el (ucs-completions): Remove.
4733         (read-char-by-name): Use complete-with-action instead; add metadata.
4735 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4737         * window.el (display-buffer--action-function-custom-type)
4738         (display-buffer--action-custom-type): New vars.
4739         (display-buffer-alist, display-buffer-default-action)
4740         (display-buffer-overriding-action): Add defcustom types.
4742         * frame.el (delete-other-frames): Doc fix (Bug#276).
4744 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4746         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
4748 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4750         Change modes that used same-window-* vars to use switch-to-buffer.
4752         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
4753         Use switch-to-buffer.
4755         * cus-edit.el (customize-group, custom-buffer-create)
4756         (customize-browse, custom-buffer-create-other-window):
4757         Use switch-to-buffer or switch-to-buffer-other-window.
4759         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
4760         (Info-prev, Info-up, Info-speedbar-goto-node)
4761         (info-display-manual): Use switch-to-buffer.
4762         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
4764         * mail/sendmail.el (mail): Use switch-to-buffer.
4765         (mail-recover): Use switch-to-buffer-other-window.
4767         * cmuscheme.el (run-scheme, switch-to-scheme):
4768         * ielm.el (ielm):
4769         * shell.el (shell):
4770         * net/rlogin.el (rlogin):
4771         * net/telnet.el (telnet, rsh):
4772         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
4774 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
4776         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
4778 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
4781         so don't mention it (bug#9301).
4782         (dired-sort-toggle-or-edit): Clarify string further.
4784         * faces.el (face-spec-set-match-display): Make `(type graphic)'
4785         match `x', `w32' and `ns', like the manual says (bug#9029).
4787         * subr.el (eval-after-load): Doc string clarification (bug#9125).
4788         (process-kill-buffer-query-function): Mention the buffer name in
4789         the query.
4791         * image-mode.el (image-next-line): The line parameter is mandatory
4792         (bug#9258).
4794         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4795         which can be useful (bug#9301).
4797         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4799         * subr.el (match-string): Mention that the current buffer should
4800         be the same as the search was done in (bug#9282).
4802         * facemenu.el: Disable the remove-* commands if the mark isn't
4803         active (bug#9162).
4805 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
4807         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4808         of display-buffer.
4809         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4811         * replace.el (occur-mode-goto-occurrence)
4812         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4813         and display-buffer.
4815         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4816         display-buffer.
4818         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4819         special-display and same-window variables.
4820         (mail-other-window): Use switch-to-buffer-other-window.
4821         (mail-other-frame): USe switch-to-buffer-other-frame.
4823         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4824         Use display-buffer-other-frame.
4825         (gdb-display-gdb-buffer): Use pop-to-buffer.
4827         * progmodes/gud.el (gud-goto-info): Use info-other-window.
4829         * progmodes/python.el: Don't set same-window-buffer-names.
4831         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4833         * window.el (display-buffer-alist): Add *Python*.
4835 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
4837         * window.el (display-buffer-alist): Add entry for buffers
4838         previously handled same-window-*.
4839         (display-buffer-alist, display-buffer-default-action)
4840         (display-buffer-overriding-action): Mark as risky.
4841         (display-buffer-alist): Document action function changes.
4842         (display-buffer--same-window-action)
4843         (display-buffer--other-frame-action): New variables.
4844         (switch-to-buffer, display-buffer-other-frame): Use them.
4845         (display-buffer): Rename reuse-frame entry to reusable-frames.
4846         (display-buffer-reuse-selected-window): Function deleted.
4847         (display-buffer-reuse-window): Handle reusable-frames alist entry.
4848         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4849         (display-buffer-special): New function.
4850         (display-buffer--maybe-pop-up-frame-or-window): Rename from
4851         display-buffer-reuse-or-pop-window.  Split off special-display
4852         part into display-buffer-special.
4853         (display-buffer-use-some-window): Don't perform any special
4854         pop-up-frames handling.
4855         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
4856         (display-buffer--maybe-same-window): Rename from
4857         display-buffer-maybe-same-window.
4859         * info.el: Don't set same-window-regexps.
4860         (info-setup): New function.
4861         (info-other-window, info): Call it.
4863         * cus-edit.el: Don't set same-window-regexps.
4864         (customize-group): New argument.
4865         (customize-group-other-window): Use it.
4866         (customize-face, customize-face-other-window): Likewise.
4867         (custom-buffer-create-other-window): Use pop-to-buffer directly.
4869         * net/rlogin.el:
4870         * net/telnet.el:
4871         * progmodes/gud.el: Don't set same-window-regexps.
4873         * cmuscheme.el:
4874         * ielm.el:
4875         * shell.el:
4876         * mail/sendmail.el:
4877         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4879 2011-09-10  Juri Linkov  <juri@jurta.org>
4881         * isearch.el (isearch-edit-string): Remove obsolete mention of
4882         `C-w' (`isearch-yank-word-or-char') from docstring.
4883         (isearch-query-replace): Fix typo in docstring (bug#9466).
4885 2011-09-10  Juri Linkov  <juri@jurta.org>
4887         * paren.el (show-paren-function): Don't show escaped parens.
4888         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
4890 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4892         * mail/sendmail.el (mml-to-mime, mml-attach-file)
4893         (mm-default-file-encoding): Remove autoload forms, they are
4894         replaced with autoload cookies in mml.el and mm-encode.el.
4895         (mail-add-attachment): New command.
4896         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
4897         (mail-mode): Mention mail-insert-file and mail-add-attachment in
4898         the doc string.
4899         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
4901 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
4903         * simple.el (count-words-region): Use buffer if there's no region
4904         (bug#9429).
4906 2011-09-09  Juri Linkov  <juri@jurta.org>
4908         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
4909         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
4910         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
4912 2011-09-09  Alan Mackenzie  <acm@muc.de>
4914         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4915         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
4917 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
4919         Fix for Savannah bug#9392.
4920         * simple.el (mail-encode-mml): New defvar.
4922         * mail/rmail.el (mail-encode-mml): Add a defvar.
4923         (rmail-enable-mime-composing): Default to t.
4924         (rmail-forward): Use MIME method of forwarding only if both
4925         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
4926         Set mail-encode-mml non-nil if the MIME method was used.
4928         * mail/sendmail.el (mml-to-mime): Add autoload form.
4929         (mail-encode-mml): Add a defvar.
4930         (mail-mode): Make mail-encode-mml buffer-local and initialize it
4931         to nil.
4932         (mail-send): If mail-encode-mml is non-nil, run the outgoing
4933         message through mml-to-mime, and reset mail-encode-mml to nil.
4935 2011-09-09  Glenn Morris  <rgm@gnu.org>
4937         * woman.el (woman-if-body): When processing an .el block,
4938         do not delete the next .el block as well.  (Bug#9447)
4939         (woman-special-characters): Add oq, cq, and hy characters.
4941 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
4943         * window.el (window-deletable-p): Make sure window is live before
4944         invoking window-prev-buffers.
4946 2011-09-08  Leo Liu  <sdl.web@gmail.com>
4948         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
4950 2011-09-08  Juri Linkov  <juri@jurta.org>
4952         * progmodes/compile.el (compilation-environment): Make it
4953         a defcustom (bug#8340).
4955 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
4957         * window.el (frame-auto-delete): Rename to window-auto-delete.
4958         Make it control auto-deletion of windows and/or frames.
4959         (window-deletable-p): New argument FORCE.  Rewrite conditions
4960         for deleting window/frame.  (Bug#9419)
4961         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
4962         Rewrite handling of case when window/frame can be deleted.
4963         (delete-windows-on): Call window-deletable-p with new FORCE
4964         argument t.  (Bug#9456)
4966 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
4968         * help-mode.el (help-mode): Restore autoload.
4970 2011-09-07  Juri Linkov  <juri@jurta.org>
4972         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
4973         `compilation-environment'.  Set buffer-local
4974         `compilation-environment' to `thisenv' later after (funcall mode).
4975         (Bug#8340)
4977         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
4978         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
4979         instead of replacing its value.  (Bug#8340)
4981 2011-09-07  Juri Linkov  <juri@jurta.org>
4983         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
4984         based on text properties put by `grep-filter' instead of matching
4985         escape sequences.
4986         (grep-mode): Set buffer-local `compilation-error-screen-columns'
4987         to the value of `grep-error-screen-columns' (bug#9438).
4989 2011-09-07  Juri Linkov  <juri@jurta.org>
4991         * simple.el (next-error-highlight, next-error-highlight-no-select):
4992         Doc fix (bug#9432).
4994 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4996         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4997         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
4999 2011-09-07  Leo Liu  <sdl.web@gmail.com>
5001         * net/rcirc.el (rcirc-mode): Conditionally initialize
5002         rcirc-input-ring.
5004 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5006         * emacs-lisp/find-func.el (find-function-C-source): Only set
5007         find-function-C-source-directory after checking that we found a source
5008         file there (bug#9440).
5010 2011-09-06  Alan Mackenzie  <acm@muc.de>
5012         * isearch.el (isearch-other-meta-char): Wherever a key list is
5013         unread, "unread" the prefix arg, too.  This fixes bug #8901.
5015 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
5017         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5019 2011-09-05  Juri Linkov  <juri@jurta.org>
5021         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5023 2011-09-05  Juri Linkov  <juri@jurta.org>
5025         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5026         keeping point where processing of grep matches begins, and
5027         continue to delete remaining escape sequences from the same point.
5028         (grep-filter): Make leading zero optional in "0?1;31m" because
5029         git-grep emits "\033[1;31m" escape sequences unlike expected
5030         "\033[01;31m" as GNU Grep does (bug#9408).
5031         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5033 2011-09-05  Juri Linkov  <juri@jurta.org>
5035         * subr.el (y-or-n-p): Capitalize "yes".
5037 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
5039         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
5040         `tramp-cache-unload-hook' where appropriate.
5041         (tramp-methods): Rename `tramp-remote-sh' to
5042         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
5043         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5045         * net/tramp-sh.el (top): Don't require 'shell.
5046         (tramp-methods): Add `tramp-remote-shell' and
5047         `tramp-remote-shell-args' entries.
5048         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5049         (tramp-sh-handle-shell-command): Remove.
5050         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5051         Use `tramp-remote-shell'.
5053 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
5055         * mail/sendmail.el (sendmail-query-once-function): Delete.
5056         (sendmail-query-once): Save directly to send-mail-function.
5057         Update message-send-mail-function too.
5059         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5061 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
5063         * progmodes/python.el (python-mode-map): Use correct function to
5064         start python interpreter from menu-bar (as reported by Geert
5065         Kloosterman).
5066         (inferior-python-mode-map): Fix typo.
5067         (python-shell-map): Remove.
5069 2011-09-03  Deniz Dogan  <deniz@dogan.se>
5071         * net/rcirc.el (rcirc-print): Simplify code for
5072         rcirc-scroll-show-maximum-output.  There is no need to walk
5073         through all windows to find the right one.
5075 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
5077         * help.el (help-return-method): Doc fix.
5079 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
5081         * window.el (window-deletable-p): Don't return a non-nil value
5082         when there's a buffer that was shown in the window before.
5083         (Bug#9419)
5084         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5085         Set window's previous buffers to nil.
5087 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
5089         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5090         newline before and after the tag line, so it doesn't interfere
5091         with determining the paragraph direction of bidirectional text.
5093 2011-09-03  Leo Liu  <sdl.web@gmail.com>
5095         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
5097 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
5099         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
5100         (pop-to-buffer): Change interactive spec.  Pass second argument
5101         directly to display-buffer.
5102         (display-buffer): Fix interactive spec.  Use functionp to
5103         distinguish between a function and a list of functions.
5105         * abbrev.el (edit-abbrevs):
5106         * arc-mode.el (archive-extract):
5107         * autoinsert.el (auto-insert):
5108         * bookmark.el (bookmark-bmenu-list):
5109         * files.el (find-file):
5110         * view.el (view-buffer):
5111         * progmodes/compile.el (compilation-goto-locus):
5112         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5114 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
5116         * window.el (display-buffer-alist): Doc fix.
5117         (display-buffer): Add docstring.  Don't treat
5118         display-buffer-default specially.
5119         (display-buffer-reuse-selected-window)
5120         (display-buffer-same-window, display-buffer-maybe-same-window)
5121         (display-buffer-reuse-window, display-buffer-pop-up-frame)
5122         (display-buffer-pop-up-window)
5123         (display-buffer-reuse-or-pop-window)
5124         (display-buffer-use-some-window): New functions.
5125         (display-buffer-default-action): Use them.
5126         (display-buffer-default): Delete.
5127         (pop-to-buffer-1): Fix choice of actions.
5129 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5131         * minibuffer.el (completion--insert-strings): Don't get confused by
5132         completion entries that end with an LF char.
5134 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
5136         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5138 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
5140         * window.el (display-buffer): Restore interactive spec.
5141         (display-buffer-same-window, display-buffer-other-window):
5142         New functions.
5143         (pop-to-buffer-1): New function.  Use the above.
5144         (pop-to-buffer, pop-to-buffer-same-window): Use it.
5145         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
5147         * view.el (view-buffer-other-window, view-buffer-other-frame):
5148         Just use pop-to-buffer.
5150 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5152         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
5154 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
5156         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
5158 2011-08-31  Richard Stallman  <rms@gnu.org>
5160         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5161         of the separation of rmail-view-buffer from rmail-buffer.
5162         If you say no to "replace original", the decrypt is in the
5163         view buffer.  If you say yes, the decrypt goes into the
5164         rmail buffer also.
5166 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
5168         * window.el (display-buffer-window): Rewrite doc-string.
5169         (display-buffer-record-window): New function.
5170         (display-buffer-macro-specifiers)
5171         (display-buffer-even-window-sizes, display-buffer-set-height)
5172         (display-buffer-set-width, display-buffer-in-window)
5173         (display-buffer-reuse-window, display-buffer-split-specifiers)
5174         (display-buffer-side-specifiers, display-buffer-split-window-1)
5175         (display-buffer-split-window, display-buffer-split-atom-window)
5176         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5177         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5178         (display-buffer-other-window-means-other-frame)
5179         (display-buffer-normalize-special)
5180         (display-buffer-normalize-default)
5181         (display-buffer-normalize-argument)
5182         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5183         (display-buffer-normalize-specifiers, display-buffer-frame)
5184         (display-buffer-same-window, display-buffer-same-frame)
5185         (display-buffer-other-window)
5186         (display-buffer-same-frame-other-window)
5187         (display-buffer-other-frame, pop-to-buffer-same-window)
5188         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5189         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5190         (switch-to-buffer-same-frame)
5191         (switch-to-buffer-other-window-same-frame)
5192         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5193         (display-buffer-alist-set-1, display-buffer-alist-set-2)
5194         (display-buffer-alist-set): Remove.
5195         (display-buffer-function, special-display-buffer-names)
5196         (special-display-regexps, special-display-function):
5197         In doc-string refer to display-buffer-window and quit-restore
5198         parameter.
5199         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5200         (special-display-frame-alist, special-display-popup-frame)
5201         (same-window-buffer-names, same-window-regexps, same-window-p)
5202         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5203         (split-window-preferred-function, split-height-threshold)
5204         (split-width-threshold, window-splittable-p)
5205         (split-window-sensibly, window--try-to-split-window)
5206         (window--frame-usable-p, even-window-heights)
5207         (window--even-window-heights, window--display-buffer-1)
5208         (window--display-buffer-2, display-buffer-other-frame):
5209         Restore old Emacs 23 code, order and doc-strings where applicable.
5210         (display-buffer-default, display-buffer-assq-regexp): New functions.
5211         (display-buffer-alist): Rewrite doc-string.
5212         (display-buffer-default-action)
5213         (display-buffer-overriding-action): New variables.
5214         (display-buffer, switch-to-buffer): Rewrite.
5215         (pop-to-buffer): Restore Emacs 23 behavior but use
5216         window-normalize-buffer-to-display.
5217         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5218         Restore Emacs 23 behavior but use
5219         window-normalize-buffer-to-switch-to.
5220         (pop-to-buffer-same-window): Rewrite.
5221         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5222         Rewrite using Emacs 23 options.
5224 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
5226         * net/tramp.el (tramp-root-regexp): Remove.
5227         (tramp-completion-file-name-regexp-unified)
5228         (tramp-completion-file-name-regexp-separate)
5229         (tramp-completion-file-name-regexp-url): Don't use leading volume
5230         letter on win32 systems.  (Bug#5303, Bug#9311)
5231         (tramp-drop-volume-letter): Simplify definition.
5232         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5234 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5236         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5237         (bug#9356).
5239 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
5241         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5243 2011-08-29  Juri Linkov  <juri@jurta.org>
5245         * isearch.el (isearch-done): Don't display message "Mark saved"
5246         when arg `edit' is non-nil to prevent its flicker in the echo area.
5248 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
5250         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5251         obsolete packages for deletion.
5253 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
5255         * help-mode.el (help-mode-map): Add special-mode-map to parent.
5256         (help-mode): Derive help-mode from special-mode.  Don't invoke
5257         view-mode from help-mode.
5258         (help-xref-override-view-map): Remove.
5259         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5260         view-mode is not used anymore.
5262 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
5264         * server.el (server-port): Doc fix.
5266         * cus-theme.el (custom-theme-choose-mode): Inherit from
5267         special-mode (Bug#9124).
5268         (custom-theme-choose-mode-map): Add special-mode to parent.
5270 2011-08-28  Alan Mackenzie  <acm@muc.de>
5272         * progmodes/cc-fonts.el
5273         (c-make-font-lock-BO-decl-search-function): New function.
5274         (c-basic-matchers-after - "Fontify the clauses after various
5275         keywords"): Extract the three keyword lists for the 3 erroneous
5276         constructs from the list of four, and use the new function above
5277         in place of an old one.
5279 2011-08-28  Deniz Dogan  <deniz@dogan.se>
5281         * net/rcirc.el (rcirc-insert-prev-input)
5282         (rcirc-insert-next-input): Remove unused argument.
5284 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5286         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5288 2011-08-27  Alan Mackenzie  <acm@muc.de>
5290         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5291         handle function pointer parameters properly.
5293 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
5295         * window.el (display-buffer-reuse-window): Fix case where
5296         selected window was reused with non-nil OTHER-WINDOW argument.
5297         (Bug#9381)
5299 2011-08-27  Deniz Dogan  <deniz@dogan.se>
5301         * net/rcirc.el (rcirc-check-auth-status): Adding support for
5302         oftc's NickServ messages.
5304 2011-08-27  Glenn Morris  <rgm@gnu.org>
5306         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
5308 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
5310         * emacs-lisp/package.el (package-install): Call package-initialize
5311         if called interactively.
5313 2011-08-26  Leo Liu  <sdl.web@gmail.com>
5315         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
5317 2011-08-25  Juri Linkov  <juri@jurta.org>
5319         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5320         `search-whitespace-regexp' (bug#9364).
5322 2011-08-25  Juri Linkov  <juri@jurta.org>
5324         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5325         `regexp-search-ring' to their global values to protect from
5326         updating by `read-from-minibuffer' (bug#9185).
5328 2011-08-25  Juri Linkov  <juri@jurta.org>
5330         * textmodes/ispell.el (ispell-command-loop): Add newline
5331         at the end of the "Use option `i'..." line.
5333 2011-08-25  Juri Linkov  <juri@jurta.org>
5335         * battery.el (display-battery-mode): If `battery-status-function'
5336         or `battery-mode-line-format' is nil, display the message and set
5337         `display-battery-mode' to nil (bug#9363).
5339 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
5341         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5342         bidi-string-mark-left-to-right; they are unnecessary now.
5344 2011-08-25  Deniz Dogan  <deniz@dogan.se>
5346         * net/quickurl.el: Documentation typo fixes.
5348 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
5350         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5352 2011-08-25  Glenn Morris  <rgm@gnu.org>
5354         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5356         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5357         (smtpmail-via-smtp): Handle nil response from smtp.
5359 2011-08-24  Juri Linkov  <juri@jurta.org>
5361         * proced.el (proced-marked): Inherit from `error' instead of
5362         `font-lock-warning-face'.
5364         * ibuffer.el (ibuffer-marked-face): Change default face from
5365         `font-lock-warning-face' to `warning'.
5366         (ibuffer-deletion-face): Change default face from
5367         `font-lock-type-face' to `error'.
5369         * battery.el (battery-update): Use the face `error' instead of
5370         `font-lock-warning-face' (bug#6117).
5372 2011-08-24  Juri Linkov  <juri@jurta.org>
5374         * faces.el (success): Change face color from "Green3" to
5375         "ForestGreen" on light background (bug#9353).
5377 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
5379         * window.el (quit-window): Rename from quit-restore-window.
5380         Use same arglist as old quit-window.
5381         (frame-auto-delete): Doc fix.
5383         * view.el (view-mode-exit): Use quit-window.
5385 2011-08-24  Juri Linkov  <juri@jurta.org>
5387         * isearch.el (isearch-ring-adjust1): Start visiting previous
5388         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5389         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5390         for empty search string (when the last search string is reused
5391         automatically) to adjust the isearch ring to the last element and
5392         prepare the correct index for further M-p commands (bug#9185).
5394 2011-08-24  Kenichi Handa  <handa@m17n.org>
5396         * international/ucs-normalize.el: If decomposition property of
5397         CHAR is the default one (i.e. a list of CHAR itself), treat it as
5398         nil.
5399         (nfd, nfkd): Likewise.
5401 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5403         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5404         from process filters aren't reliably transmitted to the surrounding
5405         accept-process-output.
5406         (mpc-proc-check): New function.
5407         (mpc-proc-sync): Use it (bug#8293)
5409 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5411         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5412         Add compatibility functions (bug#9313).
5414 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
5416         * cus-start.el (all): Add entry for bidi-paragraph-direction.
5418         * international/uni-bidi.el: Regenerate.
5420 2011-08-23  Kenichi Handa  <handa@m17n.org>
5422         * international/charprop.el:
5423         * international/uni-bidi.el:
5424         * international/uni-category.el:
5425         * international/uni-combining.el:
5426         * international/uni-comment.el:
5427         * international/uni-decimal.el:
5428         * international/uni-decomposition.el:
5429         * international/uni-digit.el:
5430         * international/uni-lowercase.el:
5431         * international/uni-mirrored.el:
5432         * international/uni-name.el:
5433         * international/uni-numeric.el:
5434         * international/uni-old-name.el:
5435         * international/uni-titlecase.el:
5436         * international/uni-uppercase.el: Regenerate.
5438 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
5440         * help.el (help-window-setup): Fix message displayed when other
5441         window is reused.  (Bug#9341)
5443 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5445         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5446         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5448         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5449         Mark obsolete.
5450         * shell.el (shell-parse-pcomplete-arguments): New function.
5451         (shell-completion-vars): Use it instead (bug#9160).
5453 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5455         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5456         strings and comments (bug#9333).
5458         * emacs-lisp/debug.el (debug-arglist): New function.
5459         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
5460         (debug-on-entry-1): Handle interpreted closures (bug#9120).
5462 2011-08-22  Juri Linkov  <juri@jurta.org>
5464         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5465         Revert regexp that highlights output switches to its old
5466         pre-2010-10-28 value and remove one `?' from it (bug#9319).
5468         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5469         to check for empty output (bug#9226).
5471 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
5473         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5474         symbol-constituent as the default, as that stops font-lock from
5475         working properly (Bug#8843).
5477 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5479         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5480         `coding-system-for-*' around the process open call to avoid
5481         auth-source side effects.
5482         (smtpmail-try-auth-methods): Expand the secret password.
5483         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5484         probe hangs.
5486 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
5488         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5490         * emacs-lisp/find-func.el (find-function-noselect): New arg
5491         lisp-only.
5493         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5494         signal an error for built-in functions (Bug#6664).
5496 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5498         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5499         (smtpmail-try-auth-methods): Use it.
5501 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
5503         * font-lock.el (font-lock-fontify-region)
5504         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5505         (font-lock-default-unfontify-buffer)
5506         (font-lock-default-fontify-region)
5507         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5509         * progmodes/compile.el (compilation-error-properties):
5510         Fix confusion between file struct and message struct (Bug#9319).
5511         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5512         `ant' regexp.
5514         * net/browse-url.el (browse-url-firefox): Don't call
5515         browse-url-firefox-sentinel unless using -remote (Bug#9328).
5517 2011-08-20  Glenn Morris  <rgm@gnu.org>
5519         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5521         * tutorial.el (tutorial--default-keys): Update some default bindings.
5523         * files.el (hack-local-variables): Fully ignore case for "mode:".
5525 2011-08-20  Alan Mackenzie  <acm@muc.de>
5527         Resolve invalid use of a regexp in regexp-opt.
5529         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5530         detection for a java annotation.
5532         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
5533         detection for a java annotation.
5535         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5536         handling for java.
5537         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5539 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
5541         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5542         (Bug#9274).
5544 2011-08-20  Alan Mackenzie  <acm@muc.de>
5546         Fontify CPP expressions correctly when starting in the middle of
5547         such a construct.  Mainly for when jit-lock etc. starts a chunk
5548         here.
5550         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
5551         variable.
5552         (c-make-font-lock-search-form): New function, extracted from
5553         c-make-font-lock-search-function.
5554         (c-make-font-lock-search-function): Use the above function.
5555         (c-make-font-lock-context-search-function): New function.
5556         (c-cpp-matchers): Enhance the preprocessor expression case with
5557         the above function
5558         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5559         which takes an expression.
5561         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5563 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
5565         * window.el (display-buffer-reuse-window)
5566         (display-buffer-pop-up-window): Don't reuse or split a side
5567         window.
5569 2011-08-19  Glenn Morris  <rgm@gnu.org>
5571         * files.el (hack-local-variables-prop-line, hack-local-variables):
5572         Downcase "Mode:".  (Bug#9331)
5574 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
5576         * international/characters.el: Add L and R categories.
5578         * subr.el (bidi-string-mark-left-to-right): Rename from
5579         string-mark-left-to-right.  Use category search.
5581         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5583 2011-08-18  Juri Linkov  <juri@jurta.org>
5585         * faces.el (error, warning, success): New faces with definitions
5586         copied from old default values of `font-lock-warning-face',
5587         `compilation-warning', `compilation-info' (bug#6117).
5589         * font-lock.el (font-lock-warning-face): Inherit from `error'.
5591         * progmodes/compile.el (compilation-error): Inherit from `error'.
5592         (compilation-warning): Inherit from `warning'.
5593         (compilation-info): Inherit from `success'.
5595         * dired.el (dired-marked): Inherit from `warning'.
5596         (dired-flagged): Inherit from `error'.
5598 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5600         * mail/smtpmail.el (auth-source): Require to avoid problems with
5601         binding variables (bug#9298).  Also clean up some unused
5602         autoloads.
5604         * net/network-stream.el (network-stream-open-starttls):
5605         Support using starttls.el without using gnutls-cli.
5607 2011-08-17  Juri Linkov  <juri@jurta.org>
5609         * progmodes/grep.el (rgrep): Handle the case when
5610         `grep-find-command' is a cons cell (bug#9278).
5612 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
5614         * window.el (display-buffer-pop-up-frame): Run frame creation
5615         function with BUFFER current (as special-display-popup-frame
5616         does).  Reported by Drew Adams.
5618 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
5620         * epa-mail.el: Simplify GnuPG group expansion using
5621         epg-expand-group.
5622         (epa-mail-group-alist, epa-mail-group-modtime)
5623         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5624         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5625         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5626         Remove.
5628 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
5630         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5632 2011-08-16  Alan Mackenzie  <acm@muc.de>
5634         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5635         Correct, to avoid the inside of macros.
5637 2011-08-16  Richard Stallman  <rms@gnu.org>
5639         * epa-mail.el: Handle GnuPG group definitions.
5640         (epa-mail-group-alist, epa-mail-group-modtime)
5641         (epa-mail-gnupg-conf-file): New variables.
5642         (epa-mail-parse-groups, epa-mail-sync-groups)
5643         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5644         (epa-mail-expand-recipients): New functions.
5645         (epa-mail-encrypt): Call epa-mail-expand-recipients.
5647         * mail/rmail.el (rmail-epa-decrypt): New command.
5649         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5650         Don't bind buffer-read-only, just inhibit-read-only.
5651         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5652         (epa-decrypt-armor-in-region): Make error message clearer.
5654 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5656         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5657         and "a2b" to "ab" for `prefix'.
5659 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
5661         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5662         filter groups.
5663         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
5664         Fourquet (Bug#8804).
5666 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
5668         * startup.el (argi): Declare as global variable (bug#9275).
5670 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
5672         * subr.el (string-mark-left-to-right): Search the entire string
5673         for RTL script, not just the terminating character.  Doc fix.
5675 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5677         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5678         New function.
5679         (js--regexp-literal, js-syntax-propertize-function): Remove.
5680         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5681         (js-mode-map): Don't rebind electric keys.
5682         (js-insert-and-indent): Remove.
5683         (js-mode): Setup electric-layout and electric-indent instead.
5685         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5687 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
5689         * epa.el (epa-progress-callback-function): Fix the logic of
5690         displaying progress.
5691         * epa-file.el (epa-file-insert-file-contents): Make progress
5692         display more user-friendly.
5693         (epa-file-write-region): Ditto.
5695 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
5697         * subr.el (string-mark-left-to-right): New function.
5699         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5700         Use string-mark-left-to-right.
5701         (list-buffers-noselect): Caller changed.
5703         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5704         Use string-mark-left-to-right.
5705         (tabulated-list-print): Recenter after moving point.
5707 2011-08-10  Juri Linkov  <juri@jurta.org>
5709         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5710         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5711         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5713 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
5715         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5716         (Bug#7554).
5718 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
5720         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5721         character.  (Bug#6594)
5723 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
5725         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5726         (image-dired--with-db-file): New macro.
5727         (image-dired-write-tags, image-dired-remove-tag)
5728         (image-dired-create-gallery-lists, image-dired-write-comments)
5729         (image-dired-get-comment, image-dired-mark-tagged-files)
5730         (image-dired-list-tags, image-dired-gallery-generate): Use it.
5731         (image-dired-gallery-generate): Use insert-file-contents.
5733         * time.el (display-time-world-list, display-time-world-display):
5734         * time-stamp.el (time-stamp-string):
5735         * vc/add-log.el (add-change-log-entry): Use setenv instead of
5736         set-time-zone-rule (Bug#7337).
5738 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
5740         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
5741         (epg-error-to-string, epg-errors-to-string): New function.
5742         (epg-wait-for-completion): Reverse errors list.
5743         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
5744         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
5745         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
5746         (epg-sign-keys, epg-generate-key-from-file)
5747         (epg-generate-key-from-string): Format errors by using
5748         epg-errors-to-string (bug#9255).
5749         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
5751 2011-08-07  Juri Linkov  <juri@jurta.org>
5753         * faces.el (list-faces-display): Remove extra angle bracket
5754         from `help-mode-map'.
5756         * info.el (Info-history-toc-nodes): Doc fix.
5758         * longlines.el (longlines-mode): Doc fix.
5760 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5762         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
5763         of statements and in a few more cases (bug#9183).
5765         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
5766         New functions.
5767         (cl-transform-lambda): Use them (bug#9239).
5769 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
5771         * window.el (display-buffer-same-window)
5772         (display-buffer-same-frame, display-buffer-other-window)
5773         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5774         (pop-to-buffer-other-window)
5775         (pop-to-buffer-same-frame-other-window)
5776         (pop-to-buffer-other-frame): Make them defuns.
5777         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
5779 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5781         * subr.el (make-composed-keymap): Move from C.  Change calling
5782         convention, and improve docstring to bring attention to a subtle point.
5783         * minibuffer.el (completing-read-default): Adjust accordingly.
5785 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
5787         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5788         (tramp-open-shell): Use `tramp-shell-quote-argument'.
5790         * net/trampver.el: Update release number.
5792 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5794         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5795         "in" (bug#9190).
5797 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5799         * mail/sendmail.el (sendmail-query-once): Restore the current
5800         buffer after querying (bug#9074).
5802         * dired.el (dired-flagged): Use different faces for marked and
5803         flagged files (bug#6117).
5805         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5806         (bug#4433).
5808         * ido.el (ido-mode): Switch off the message if called
5809         non-interactively.
5811         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5812         before 587, since it appears that that's more likely to work for
5813         more people.
5815         * cus-edit.el (custom-file): When running under emacs -q, always
5816         refuse to save the customizations, even if the .emacs file doesn't
5817         exist.
5819         * info.el: Remove the `Info-beginning-of-buffer' function
5820         (bug#8325).
5822         * net/network-stream.el (network-stream-open-starttls):
5823         Use `starttls-available-p' to see whether starttls.el can be used.
5825 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
5827         * window.el (display-buffer-in-window): Don't set dedicated status
5828         of window here (Bug#9215).
5829         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5830         (display-buffer-pop-up-side-window)
5831         (display-buffer-in-side-window): Set dedicated status of window here.
5833 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5835         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5836         before binding generated-autoload-file.
5838 2011-08-01  Deniz Dogan  <deniz@dogan.se>
5840         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5842 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
5844         Sync with Tramp 2.2.2.
5846         * net/trampver.el: Update release number.
5848 2011-07-30  Juri Linkov  <juri@jurta.org>
5850         * dired-aux.el (dired-touch-initial): Remove function.
5851         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5852         current time, and `default' to the last modification time of the
5853         current marked file (bug#6887).
5855 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
5857         * simple.el (goto-line): Use string-to-number to provide a
5858         numeric argument to read-number (bug#9163).
5860 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
5862         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5863         connection process, it could be nil.
5865 2011-07-27  Leo Liu  <sdl.web@gmail.com>
5867         Simplify url handling in rcirc-mode.
5869         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5870         (rcirc-browse-url-at-mouse): Remove.
5871         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5873 2011-07-26  Alan Mackenzie  <acm@muc.de>
5875         Fontify bitfield declarations properly.
5877         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5878         (c-symbol-chars): Now exported as a lang variable.
5879         (c-not-primitive-type-keywords): New lang variable.
5881         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5882         QT keyword "more" to prevent "more slots: ...." being spuriously
5883         parsed as a bitfield declaration.
5885         * progmodes/cc-engine.el (c-beginning-of-statement-1):
5886         Refactor and enhance to handle bitfield declarations.
5887         (c-punctuation-in): New function.
5888         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
5889         declarations properly.
5891 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
5893         * calendar/icalendar.el (icalendar--all-events): Take care of
5894         multiple vcalendars in a single file.
5895         (icalendar--convert-float-to-ical): Checkdoc fixes.
5897 2011-07-25  Deniz Dogan  <deniz@dogan.se>
5899         * image.el (insert-image): Clarifying docstring.
5901 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
5903         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
5904         `tramp-send-command-and-check' if there is no error.
5905         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
5907 2011-07-22  Alan Mackenzie  <acm@muc.de>
5909         Prevent cc-langs.elc being loaded at run time.
5911         * progmodes/cc-mode.el: Remove two autoload forms which loaded
5912         cc-langs.
5914         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
5915         "(require 'cc-langs)".  Quote a form so it will evaluate at
5916         (cc-mode's) compilation time.
5918 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
5920         * net/tramp.el (tramp-file-name-handler): Avoid recursive
5921         loading.  (Bug#9114)
5923 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
5925         * window.el (display-buffer-pop-up-window)
5926         (display-buffer-pop-up-side-window)
5927         (display-buffer-in-side-window): Call display-buffer-set-height
5928         and display-buffer-set-width after setting the new window's
5929         buffer so `fit-window-to-buffer' and friends work on the right buffer.
5931 2011-07-20  Sam Steingold  <sds@gnu.org>
5933         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
5934         (etags-tags-included-tables): Call `convert-standard-filename' on
5935         the file names contained in TAGS so that windows Emacs can handle
5936         TAGS files created by cygwin ctags.
5938 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5940         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
5941         which apparently didn't work.
5943 2011-07-19  Roland Winkler  <winkler@gnu.org>
5945         * proced.el (proced-send-signal): For *Marked Processes* buffer
5946         put point at beginning of buffer.
5948 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
5950         * proced.el (proced-format): Make header lines align with the text
5951         (bug#1779).
5953 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955         * view.el (view-buffer): Allow running in `special' modes if we're
5956         visiting a file (bug#8615).
5958 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
5960         * window.el (display-buffer-alist-of-strings-p)
5961         (display-buffer-alist-set-1, display-buffer-alist-set-2):
5962         New functions.
5963         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
5964         more accurately.
5966 2011-07-18  Alan Mackenzie  <acm@muc.de>
5968         Fontify declarators properly when, e.g., a jit-lock chunk begins
5969         inside a declaration.
5971         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
5973         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5974         New function.
5975         (c-complex-decl-matchers): Insert reference to
5976         c-font-lock-enclosing-decls.
5978         * progmodes/cc-engine.el (c-backward-single-comment):
5979         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
5980         to nil around calls to (forward-comment -1).
5982 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5984         * image.el (put-image): Doc typo fix.
5986         * progmodes/etags.el (tags-search): Doc typo fix.
5988         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
5989         password if we get errors 550 to 554.
5991 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5993         * net/gnutls.el (gnutls-log-level): Remove.
5995         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
5996         indentation character (bug#6380).
5998         * files.el (buffer-offer-save): Made permanently local (bug#6241).
6000         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6001         to clarify what the problem is (bug#4291).
6003         * simple.el (current-kill): Clarify what
6004         `interprogram-paste-function' does (bug#7500).
6005         (auto-fill-mode): Document `auto-fill-function' in relation to
6006         `auto-fill-mode' (bug#2470).
6008 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
6010         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6011         method if slot is read-only (bug#9035).
6013 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
6015         * frame.el (select-frame-set-input-focus): New argument NORECORD.
6016         * window.el (pop-to-buffer): Select window used even if it was
6017         selected before, see discussion of (Bug#8615), (Bug#6954).
6018         Pass argument NORECORD on to select-frame-set-input-focus.
6020 2011-07-15  Glenn Morris  <rgm@gnu.org>
6022         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
6023         Respect help-form.
6025 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
6027         * net/gnutls.el (gnutls-min-prime-bits): New variable.
6028         (gnutls-negotiate): Use it.
6030 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6032         * net/gnutls.el (gnutls-negotiate):
6033         Upcase `gnutls-algorithm-priority'.
6035 2011-07-15  Glenn Morris  <rgm@gnu.org>
6037         * jka-compr.el (jka-compr-verbose): Move from here...
6038         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
6039         Add missing :version tag.
6040         * info.el: No need to require jka-compr when compiling.
6042 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6044         * net/gnutls.el (gnutls-algorithm-priority): New variable.
6045         (gnutls-negotiate): Use it.
6047         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6049         * info.el (Info-beginning-of-buffer): New command.
6050         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6051         announcing `b' as the key (bug#8325).
6052         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
6054         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6056         * international/mule-cmds.el
6057         (describe-specified-language-support): Make the error message
6058         clearer (bug#8905).
6060         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6062         * isearch.el (isearch-barrier): Add a doc string, since it's
6063         mentioned in a function doc string (bug#8678).
6065 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
6067         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6068         buffer argument (Bug#9083) and self-identifying label argument.
6070 2011-07-15  Glenn Morris  <rgm@gnu.org>
6072         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
6074 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6076         * man.el (Man-fontify-manpage): Fix message when formatting the
6077         man page (bug#7929).
6079 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
6081         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6082         argument LRM; if non-nil, append an invisible LRM character to the
6083         buffer name.
6084         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6085         last argument non-nil, when formatting buffer names.
6086         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6087         paragraph direction.
6089 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6091         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6092         the man page name (bug#7929).
6094         * image.el (put-image): Mention the `put-image' overlay property
6095         (bug#7834).
6097         * scroll-bar.el (set-scroll-bar-mode): Mention that
6098         `scroll-bar-mode' lists the values (bug#7772).
6100         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6101         command (bug#7729).
6103         * rect.el (apply-on-rectangle): Return the point after the last
6104         operation.
6105         (string-rectangle): Go to the point after the last operation
6106         (bug#7522).
6108         * printing.el (pr-toggle-region): Clarify the documentation
6109         slightly (bug#7493).
6111         * time.el (display-time-update):
6112         Allow `display-time-mail-function' to return nil (bug#7158).
6113         Fix suggested by Detlev Zundel.
6115         * vc/diff.el (diff): Clarify the order the file names are read
6116         (bug#7111).
6118         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6119         the doc string (bug#7015).
6121         * font-lock.el (font-lock-maximum-decoration): Mention what
6122         numeric levels mean (bug#6935).
6124         * startup.el (initial-buffer-choice): Don't mention the `none'
6125         selection, which is against policy.
6127 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
6129         * window.el (display-buffer-normalize-special):
6130         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
6132 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
6134         * subr.el (version<, version<=, version=): Mention "-CVS" and
6135         "-12345" alpha version numbers.
6137 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
6139         * bindings.el: Add advertised binding for set-mark-command
6140         (Bug#5772).
6142 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
6144         * bindings.el (mode-line-other-buffer):
6145         * bookmark.el (bookmark-bmenu-2-window):
6146         * bs.el (bs-cycle-next, bs-cycle-previous):
6147         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6148         switch-to-buffer.
6150         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6151         Delete.
6153 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
6155         * follow.el (follow-debug-message, follow-redisplay):
6156         * jka-cmpr-hook.el (with-auto-compression-mode):
6157         Fix typos in docstrings.
6159 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6161         * subr.el (with-silent-modifications): Clarify somewhat what the
6162         macro inhibits (bug#6525).
6164         * simple.el (eval-expression): Note what it does if called
6165         interactively (bug#6495).
6167 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
6169         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6170         Use pop-to-buffer buffer-or-name if it is nil.
6172         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6173         Remove switch-to-buffer.
6175 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6177         * files.el (make-directory): Clarify that an error will be raised
6178         if there's an error (bug#6397).
6180         * startup.el (initial-buffer-choice): Add `none' as a choice
6181         (bug#6234).
6183         * subr.el (add-hook): Clarify section about buffer-local hooks
6184         (bug#6218).
6186         * dired.el (dired-flagged): Clarify doc string (bug#6117).
6188 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
6190         * tabify.el (untabify): Preserve the current column so that point
6191         doesn't move (bug#6032).
6193 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6195         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6196         Rewrite to avoid awkward possessive "s" (bug#5986).
6198 2011-07-13  Glenn Morris  <rgm@gnu.org>
6200         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
6201         (dired-insert-directory): Give a message the first time
6202         if ls is found not to support --dired.
6204 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6206         * simple.el (toggle-truncate-lines): Clarify what is toggled
6207         (bug#5580).  Text by Drew Adams.
6209 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
6211         * simple.el (blink-matching-open): Make the error message from the
6212         last change less verbose.
6214 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
6216         * font-lock.el (font-lock-comment-face): Use the high contrast
6217         "yellow" color for font-lock-comment-face on low color terminals
6218         using a dark background color (bug#4221).
6220 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222         * dired.el (dired-insert-set-properties): Make the doc string
6223         reflect what it does now (bug#5325).
6225         * simple.el (blink-matching-open): Say that we were unable to find
6226         the match within the limit, if we're limited (bug#5122).
6228         * international/mule-cmds.el (prefer-coding-system): Add an
6229         example (bug#4869).
6231         * progmodes/etags.el (tags-search): Document `file-list-form'
6232         (bug#4731).
6234 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
6236         * net/browse-url.el (browse-url-default-browser)
6237         (browse-url-browser-function): Make the default browser choice a
6238         bit more logical (bug#4300).  Also clean up the doc string.
6240 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
6242         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6243         binary endings (bug#4440).
6245 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6247         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6248         which can be pretty annoying (bug#8971).
6250         * jka-compr.el (jka-compr-verbose): New variable, and use
6251         throughout (bug#8971).
6253         * info.el (Info-find-file): Fall back on the installation
6254         directory if we can't find the info node anywhere else.
6256 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
6258         * vc/vc.el (vc-revert-file):
6259         Don't set file time-stamp in the past.  (Bug#5181)
6261 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263         * files.el (after-find-file): Give a better error message when
6264         trying to find a symlink that points to a file that doesn't exist
6265         (bug#4398).
6267         * progmodes/cc-vars.el: Remove (probably) misleading comment
6268         (bug#4396).
6270 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
6272         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6274 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
6276         * mouse-sel.el: Hack restoring functionality, while keeping
6277         compatibility with 2010-07-03 changes to mouse selection.
6278         (mouse-sel-primary-overlay): New var.
6279         (mouse-sel-selection-alist): Use it.
6280         (mouse-sel-mode): Doc fix; remove points that are default features
6281         of mouse.el.
6283 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
6285         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6286         Fix previous fix (bug#2490).
6288 2011-07-12  Roland Winkler  <winkler@gnu.org>
6290         * textmodes/bibtex.el (bibtex-initialize):
6291         Use pop-to-buffer-same-window.
6292         (bibtex-search-entries): Fix interactive call.
6294 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6296         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6297         Fontise bytecomp Error lines more correctly (bug#2490).
6298         Fix suggested by Johan BockgÃ¥rd.
6300         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6302         * dired-x.el (dired-guess-default): Use `delete-dups'.
6304 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
6306         * dired.el (dired-mark-prompt):
6307         * dired-aux.el (dired-read-shell-command): Doc fix.
6309 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6311         * mail/sendmail.el (sendmail-query-once):
6312         Use `customize-save-variable' unconditionally, now that it works under
6313         emacs -Q.
6315         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6317         * cus-edit.el (custom-file): Take an optional no-error variable.
6318         (customize-save-variable): Set the variable, and give a warning if
6319         running under "emacs -q".
6321 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
6323         * loadhist.el (unload-feature-special-hooks):
6324         Add `auto-coding-functions', `fill-nobreak-predicate' and
6325         `find-directory-functions' (bug#5327).
6327 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6329         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6331         * cus-edit.el (custom-guess-name-alist): -alist variables should
6332         use the `alist' type (bug#3120).  Suggested by Drew Adams.
6334         * printing.el: Add documentation to all the `pr-toggle-' commands.
6336 2011-07-11  Leo Liu  <sdl.web@gmail.com>
6338         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6339         backends where it makes sense (bug#2623).
6341 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6343         * dired-x.el (dired-guess-default): Remove duplicate shell command
6344         entries (bug#2028).
6345         (dired-guess-default): Fix grammar in doc string (bug#2028).
6346         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
6348         * subr.el (remove-duplicates): New conveniency function.
6350 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6352         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6353         (bug#1526).
6355 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
6357         * window.el (display-buffer-normalize-default): Don't invert
6358         meaning of even-window-heights.  Reported by Eli Zaretskii
6359         <eliz@gnu.org>.
6361 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
6363         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6365 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
6367         * window.el (display-buffer): Fix arguments to
6368         display-buffer-reuse-window in last change.
6370         * faces.el (link): Use a less saturated blue on light backgrounds.
6372         * startup.el (fancy-startup-text, fancy-about-text)
6373         (fancy-startup-tail): Use font-lock faces, for background safety.
6375 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
6377         * emulation/viper-cmd.el (viper-change-state-to-vi):
6378         Limit triggering of abbrev expansion (Bug#9038).
6380 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
6382         * window.el (display-buffer-default-specifiers): Remove.
6383         (display-buffer-macro-specifiers): Remove default specifiers.
6384         (display-buffer-alist): Default to nil.
6385         (display-buffer-reuse-window): New optional argument other-window.
6386         (display-buffer-pop-up-window): Allow splitting internal
6387         windows.  Check whether a live window was created.
6388         (display-buffer-other-window-means-other-frame)
6389         (display-buffer-normalize-arguments): Rename to
6390         display-buffer-normalize-argument and rewrite.  Set the
6391         other-window specifier.
6392         (display-buffer-normalize-special): New function.
6393         (display-buffer-normalize-options): Rename to
6394         display-buffer-normalize-default and rewrite.
6395         (display-buffer-normalize-options-inhibit): Remove.
6396         (display-buffer-normalize-specifiers): Rewrite.
6397         (display-buffer): Process other-window specifier and call
6398         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
6399         more faithfully.
6400         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
6401         (display-buffer-alist-set): Don't handle 'unset default values.
6402         (display-buffer-in-window, display-buffer-alist-set):
6403         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
6404         <tassilo@member.fsf.org>.
6406 2011-07-09  Leo Liu  <sdl.web@gmail.com>
6408         * register.el (insert-register): Restore accidental change on
6409         2011-06-26.  (Bug#9028)
6411 2011-07-09  Glenn Morris  <rgm@gnu.org>
6413         * subr.el (remq): Handle the empty list.  (Bug#9024)
6415 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
6417         * mail/sendmail.el (send-mail-function): No longer delay custom
6418         initialization.
6419         * custom.el (custom-initialize-delay): Doc fix.
6421 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6423         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6425 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
6427         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6428         human-friendly prompt.
6430 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6432         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6433         provided by a particular plugin.
6435 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6437         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6438         save customizations (with "emacs -Q"), just set the variable
6439         instead of erroring out.
6441         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6443 2011-07-08  Juri Linkov  <juri@jurta.org>
6445         * arc-mode.el (archive-zip-expunge, archive-zip-update)
6446         (archive-zip-update-case): Use 7z if found by `executable-find'.
6447         The order of searching the available programs is the same as in
6448         `archive-zip-extract' (bug#8968).
6450 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
6452         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6453         (menu-bar-options-menu): Tweak descriptions.
6455 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6458         menu items into verb phrases (bug#1421).  Also refill to fit under
6459         80 columns.
6461 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
6463         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6464         (Info-read-node-name): Doc fix (Bug#1084).
6466         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6467         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6468         (end-of-sexp, beginning-of-sexp)
6469         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6470         (forward-symbol, forward-same-syntax, word-at-point)
6471         (sentence-at-point): Doc fix (Bug#1144).
6473 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6475         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6476         should cover it (bug#1281).
6478         * cus-edit.el (custom-show): Mark as obsolete.
6480         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
6481         negotiation fails, then possibly try again with a non-encrypted
6482         connection (bug#9017).
6484         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6485         be used.
6487 2011-07-07  Richard Stallman  <rms@gnu.org>
6489         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6490         property, and handle its changed format.
6491         Look for the correct line number.
6492         Use file's line contents (but not past first =) to find
6493         correct line in message.
6495 2011-07-07  Kenichi Handa  <handa@m17n.org>
6497         * international/characters.el (build-unicode-category-table):
6498         Delete it.
6499         (unicode-category-table): Set it by unicode-property-table-internal.
6501         * international/mule-cmds.el (char-code-property-alist): Move to
6502         to src/chartab.c.
6503         (get-char-code-property): Call unicode-property-table-internal to
6504         load a file.  Call get-unicode-property-internal where necessary.
6505         (put-char-code-property): Call unicode-property-table-internal to
6506         load a file.  Call put-unicode-property-internal where necessary.
6507         put-unicode-property-internal where necessary.
6508         (char-code-property-description):
6509         Call unicode-property-table-internal to load a file.
6511         * international/charprop.el:
6512         * international/uni-bidi.el:
6513         * international/uni-category.el:
6514         * international/uni-combining.el:
6515         * international/uni-comment.el:
6516         * international/uni-decimal.el:
6517         * international/uni-decomposition.el:
6518         * international/uni-digit.el:
6519         * international/uni-lowercase.el:
6520         * international/uni-mirrored.el:
6521         * international/uni-name.el:
6522         * international/uni-numeric.el:
6523         * international/uni-old-name.el:
6524         * international/uni-titlecase.el:
6525         * international/uni-uppercase.el: Regenerate.
6527         * loadup.el: Load international/charprop.el before
6528         international/characters.
6530 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
6532         * window.el (next-buffer, previous-buffer): Signal an error if
6533         called from a minibuffer window.
6535         * bindings.el: Revert 2011-07-04 change.
6537 2011-07-06  Richard Stallman  <rms@gnu.org>
6539         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6540         (rmail-mime-insert-bulk, rmail-mime-insert-text):
6541         Treat markers like ints.
6542         (rmail-mime-entity): Doc fix.
6544 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6546         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6547         defcustom again for backwards compatibility.
6549         * simple.el (shell-command-on-region): Fill.
6551         * dired-aux.el (dired-kill-line): Add a doc string.
6553         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6554         to "\\sw\\|\\s_" (bug#358).
6556         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6557         (dired-unmark-backward): Ditto.
6558         (dired-flag-backup-files): Ditto.
6560         * dired-x.el (dired-mark-sexp): Ditto.
6562 2011-07-06  Richard Stallman  <rms@gnu.org>
6564         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6565         (rmail-mime-entity): New arg TRUNCATED.
6566         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6567         New functions.
6568         (rmail-mime-save): Warn if entity is truncated.
6569         (rmail-mime-toggle-hidden): Likewise, for showing.
6570         (rmail-mime-process-multipart): Record when an entity is truncated.
6572         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6573         if ENTITY is a string.
6575 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
6578         of faces when `M-C-x'-ing their definitions (bug#8378).
6579         Also clean up the code slightly.
6581         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
6582         because that makes the colors go away.
6584         * mail/sendmail.el (send-mail-function): Change the default to
6585         `sendmail-query-once'.
6586         (sendmail-query-once): Add an autoload cookie.
6588         * net/network-stream.el (network-stream-open-starttls): Try using
6589         a plain connection even if the server offered STARTTLS, and we
6590         kinda wanted to use it, if Emacs doesn't have any STARTTLS
6591         capability.  This should make smtpmail.el work in slightly more
6592         configurations.
6594 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
6596         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6597         New defun.
6598         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6600 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
6602         * progmodes/sql.el: Version 3.0
6603         (sql-product-alist): Add product :completion-object,
6604         :completion-column, and :statement attributes.
6605         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
6606         (sql-mode-syntax-table): Mark all punctuation.
6607         (sql-font-lock-keywords-builder): Temporarily remove fallback on
6608         ansi keywords.
6609         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
6610         (sql-mode-oracle-font-lock-keywords): Improve.
6611         (sql-oracle-show-reserved-words): New function for development.
6612         (sql-product-font-lock): Simplify for source code buffers.
6613         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6614         New functions.
6615         (sql-highlight-product): Set product specific syntax table.
6616         (sql-mode-map): Add statement movement functions.
6617         (sql-ansi-statement-starters, sql-oracle-statement-starters):
6618         New variable.
6619         (sql-statement-regexp, sql-beginning-of-statement)
6620         (sql-end-of-statement, sql-signum): New functions.
6621         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
6622         (sql-show-sqli-buffer): Bug fix.
6623         (sql-interactive-mode): Store connection data as buffer local.
6624         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
6625         with sql-interactive-mode.
6626         (sql-save-connection): Save buffer local settings.
6627         (sql-connection-menu-filter): Change menu entry name.
6628         (sql-product-interactive): Bug fix.
6629         (sql-preoutput-hold): New variable.
6630         (sql-interactive-remove-continuation-prompt): Bug fixes.
6631         (sql-debug-redirect): New variable.
6632         (sql-str-literal): New function.
6633         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
6634         Redesign.
6635         (sql-oracle-save-settings, sql-oracle-restore-settings)
6636         (sql-oracle-list-all, sql-oracle-list-table): New functions.
6637         (sql-completion-object, sql-completion-column)
6638         (sql-completion-sqlbuf): New variables.
6639         (sql-build-completions-1, sql-build-completions)
6640         (sql-try-completion): New functions.
6641         (sql-read-table-name): Use them.
6642         (sql-contains-names): New buffer local variable.
6643         (sql-list-all, sql-list-table): Use it.
6644         (sql-oracle-completion-types): New variable.
6645         (sql-oracle-completion-object, sql-sqlite-completion-object)
6646         (sql-postgres-completion-object): New functions.
6648 2011-07-06  Glenn Morris  <rgm@gnu.org>
6650         * window.el (pop-to-buffer): Doc fix.
6652 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
6654         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6656 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
6658         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
6660         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
6662 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
6664         * button.el (button): Inherit from link face.  Suggested by Dan
6665         Nicolaescu.
6667 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6669         * progmodes/gdb-mi.el: Fit in 80 columns.
6670         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6671         switch-to-buffer.
6673         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6674         if imenu is simply not configured (bug#8941).
6676 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
6678         * allout.el (allout-post-undo-hook): New allout outline-change
6679         event hook to signal undo activity.
6680         (allout-post-command-business): Run allout-post-undo-hook if an
6681         undo just occurred.
6682         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6683         * allout-widgets.el (allout-widgets-after-undo-function):
6684         Ensure the integrity of the current item's decoration after it has been
6685         in the vicinity of an undo.
6686         (allout-widgets-mode): Include allout-widgets-after-undo-function
6687         on the new allout-post-undo-hook.
6689 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6691         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6692         Let define-derived-mode define it.
6693         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6694         cycles of abbrev-table inheritance (bug#8998).
6696 2011-07-05  Roland Winkler  <winkler@gnu.org>
6698         * textmodes/bibtex.el: Add support for biblatex.
6699         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6700         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6701         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6702         (bibtex-entry-alist, bibtex-field-alist): New variables.
6703         (bibtex-entry-field-alist): Obsolete alias for
6704         bibtex-BibTeX-entry-alist.
6705         (bibtex-entry-alist, bibtex-field-alist): New widgets.
6706         (bibtex-set-dialect): New command.
6707         (bibtex-entry-type, bibtex-entry-head)
6708         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6709         Bind via bibtex-set-dialect.
6710         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6711         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6712         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6713         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6714         Define via bibtex-set-dialect.
6715         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6716         Obey bibtex-no-opt-remove-re.
6717         (bibtex-vec-push, bibtex-vec-incr): New functions.
6718         (bibtex-format-entry, bibtex-field-list)
6719         (bibtex-print-help-message, bibtex-validate)
6720         (bibtex-search-entries): Use new format of bibtex-entry-alist.
6722 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6724         * progmodes/compile.el (compilation-goto-locus):
6725         * net/tramp-cmds.el (tramp-append-tramp-buffers):
6726         * bs.el (bs-cycle-next, bs-cycle-previous):
6727         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6728         * bindings.el (mode-line-other-buffer):
6729         * autoinsert.el (auto-insert):
6730         * arc-mode.el (archive-extract):
6731         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6733 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6735         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6736         Fix check of `emacs-lock-unlockable-modes'.
6737         Coerce true values of `emacs-lock--try-unlocking' to t.
6739 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6741         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
6742         * emacs-lock.el: New file.
6744 2011-07-05  Julien Danjou  <julien@danjou.info>
6746         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
6747         than `boundp' to check if face is set.
6749 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6751         * register.el (registerv-make):
6752         * window.el (window-min-height): Fix typos in docstrings.
6754 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
6756         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
6757         Update doc string.
6759 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
6761         * server.el (server-execute): Catch quit and call
6762         `server-return-error' to pass the error back to emacsclient and
6763         close the connection (bug#8942).
6765 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
6767         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
6768         insecure exception for current topic.  Also note that auto-saves
6769         are handled differently.
6771         (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
6772         State variables for tracking auto-save inhibition situation.
6774         (allout-write-contents-hook-handler): Rename from
6775         'allout-write-file-hook-handler', and describe how it depends on
6776         write-contents-functions sensitivity to non-nil value to prevent
6777         file write.
6779         (allout-auto-save-hook-handler): Remove.  auto-save does not check
6780         this in individual buffers, only in the starting buffer, so this
6781         is not the right way for us to inhibit auto-save in a buffer
6782         according to its condition.
6784         (allout-mode): Use new allout-write-contents-hook-handler, and
6785         only with write-contents-functions.  Remove auto-save provisions -
6786         they're implemented elsewhere.
6788         (allout-before-change-handler): If undo is in progress, note that
6789         for attention of allout-post-command-business.
6791         (allout-post-command-business): If the command we're following was
6792         an undo, check for change in the status of encrypted items and
6793         adjust auto-save inhibitions accordingly.
6795         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6796         according to whether there are or aren't any plain-text topics
6797         pending encryption.
6799         (allout-inhibit-auto-save-info-for-decryption):
6800         Adjust buffer-saved-size and some allout state to inhibit auto-saves
6801         if there are plain-text topics pending encryption.
6803         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6804         buffer-saved-size and some allout state to not inhibit auto-saves
6805         if there are no longer any plain-text topics pending encryption.
6807         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6808         No longer provide for exemption of the current topic.
6810 2011-07-04  Juri Linkov  <juri@jurta.org>
6812         Add 7z operations to delete and save changed members (bug#8968).
6813         * arc-mode.el (archive-7z-expunge, archive-7z-update):
6814         New defcustoms.
6815         (archive-7z-write-file-member): New function.
6816         (archive-7z-summarize): Fix the number of dashes in the
6817         listing output.
6819 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6821         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6822         (bug#8958).
6824 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
6826         * bindings.el: Ignore next-buffer and previous-buffer in
6827         minibuffer-local-map.
6829         * font-lock.el (font-lock-builtin-face): Change light background
6830         color to dark slate blue (Bug#6693).
6832 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6834         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6836 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6838         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6839         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6840         Add switch-to-buffer.
6842 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6844         * isearch.el (isearch-search-fun-function): Clarify further the
6845         meaning of the function returned.
6847 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
6849         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6851         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6852         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6853         Use it.
6854         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
6855         `tramp-default-remote-path' does not exist.
6856         (tramp-send-command-and-read): New optional argument NOERROR.
6857         (tramp-open-connection-setup-interactive-shell)
6858         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6859         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6860         (tramp-process-sentinel): Flush also process' connection property.
6861         (tramp-sh-handle-start-file-process): Do not set process
6862         sentinel.  It is done now ...
6863         (tramp-maybe-open-connection): ... here.  (Bug#8929)
6865 2011-07-04  MON KEY  <monkey@sandpframing.com>
6867         * play/animate.el (animate-string): Doc fixes and allow changing
6868         the buffer name (bug#5417).
6870 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6872         * play/animate.el (animation-buffer-name): Rename from *animate*.
6874 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6876         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6877         This is simpler and helps future-proof the code.
6878         (timer-until): Use time-subtract and float-time.
6879         (timer--time-less-p): Use time-less-p.
6881 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
6883         * type-break.el (timep): Use the value of `float-time' to avoid a
6884         byte-compiler warning.
6886         * server.el (server-eval-and-print): Return any result, even nil.
6888 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6890         * type-break.el: Accept time formats that the builtins accept.
6891         (timep, type-break-time-difference): Accept any format that
6892         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
6893         This is simpler and helps future-proof the code.
6894         (type-break-time-difference): Round rather than ignoring
6895         subseconds components.
6897 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6899         * info.el (Info-apropos-matches): Make non-interactive, since it
6900         doesn't seem to do anything useful as a command (bug#8829).
6902 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
6904         * frame.el (frame-background-mode, frame-set-background-mode):
6905         Move from faces.el.
6906         (frame-default-terminal-background): New function.
6908         * custom.el (custom-push-theme): Don't record faces in `changed'
6909         theme; this doesn't work correctly for per-frame face settings.
6910         (disable-theme): Use face-set-after-frame-default to reset faces.
6911         (custom--frame-color-default): New function.
6913 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6915         * dired.el (dired-flagging-regexp): Remove unused variable
6916         (bug#8769).
6918 2011-03-29  Kevin Ryde  <user42@zip.com.au>
6920         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6921         `perl-Test2' extend to match possible "fail #N" rep count
6922         (bug#8377).
6924 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6926         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
6927         `smtpmail-via-smtp' now returns the error instead of nil.
6929         * isearch.el (isearch-search-fun-function): Clarify the doc string
6930         (bug#8101).
6932 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
6934         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
6935         unnecessary spaces (bug#8987).
6937 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6939         * net/network-stream.el (open-network-stream): Use the
6940         :end-of-capability command thoughout.
6942 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6944         * net/network-stream.el (open-network-stream): Add the
6945         :end-of-capability command parameter, used by pop3.el.
6947 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6949         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
6951         * fringe.el (fringe-query-style): Remove redundant text " (type ?
6952         for list)" (bug#6475).
6954         * files.el (file-expand-wildcards): Ignore non-readable
6955         sub-directories while trying to find matches instead of signaling
6956         an error (bug#6297).
6958         * man.el (Man-reference-regexp): Allow matching possible
6959         word-wrapped references (bug#6289).
6961         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
6962         for consistency with the other vc buffers (bug#6197).
6963         (vc-checkin): Ditto.
6965         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
6967         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
6969 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6971         * custom.el (defcustom): Clarify that :set is only used in the
6972         Customize user interface (bug#6089).
6974         * progmodes/flymake.el (flymake-mode): If the buffer isn't
6975         associated with a file, refuse to run instead of erroring out
6976         (bug#6084).
6978         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
6979         the doc string, since it appears that using `fill-column' always
6980         controls the width (bug#7845).
6982         * simple.el (shell-command-on-region): Say where the error output
6983         went if `shell-command-default-error-buffer' is set (bug#6857).
6985 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
6987         * allout.el (allout-yank-processing): Adjust cursor position for
6988         backwards-deleted space.
6990         (allout-rebullet-heading): Register changes with
6991         allout-exposure-changed-hook, so the modified topic is properly
6992         decorated.
6994 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6996         * minibuffer.el (completion-in-region): Document PREDICATE
6997         (bug#7136).
6999         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7000         of keyword/argument pairs (bug#6904).
7002         * replace.el (multi-occur):
7003         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
7005 2011-07-02  Drew Adams  <drew.adams@oracle.com>
7007         * dired.el (dired-mark-if): Make the message about whether it's
7008         marking or unmarking clearer (bug#8523).
7010 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7012         * disp-table.el (display-table-print-array): New function.
7013         (describe-display-table): Use it to print the vectors more pretty
7014         (Bug#8859).
7016 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
7018         * window.el (window-state-get-1): Don't assign clone numbers.
7019         Add clone-of item to list of window parameters.
7020         (window-state-put-2): Don't process clone numbers.
7021         (display-buffer-alist): Fix doc-string.
7023 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7025         * subr.el (remq): Don't allocate if it's not needed.
7026         (keymap--menu-item-binding, keymap--menu-item-with-binding)
7027         (keymap--merge-bindings): New functions.
7028         (keymap-canonicalize): Use them to refine the canonicalization.
7029         * minibuffer.el (minibuffer-local-completion-map)
7030         (minibuffer-local-must-match-map): Move initialization from C.
7031         (minibuffer-local-filename-completion-map): Move initialization from C;
7032         don't inherit from anything here.
7033         (minibuffer-local-filename-must-match-map): Make obsolete.
7034         (completing-read-default): Use make-composed-keymap to combine
7035         minibuffer-local-filename-completion-map with either
7036         minibuffer-local-must-match-map or
7037         minibuffer-local-filename-completion-map.
7039 2011-07-01  Glenn Morris  <rgm@gnu.org>
7041         * type-break.el (type-break-time-sum): Use dolist.
7043         * textmodes/flyspell.el (flyspell-word-search-backward):
7044         Replace CL function.
7046 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7048         * mouse.el (mouse--strip-first-event): New function.
7049         (function-key-map): Use it to map fringe clicks to normal clicks
7050         by default.
7052         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7053         (vc-bzr-revision-completion-table): Add support for annotate and date.
7055         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7056         inherit from parent.
7058 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7060         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
7061         (dired-show-file-type): Doc fixup (bug#8818).
7063         * dired.el (dired-mode): Fix up the doc string as suggested by
7064         Drew Adams (bug#8817).
7066         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7067         cookie, since the manual says that it should be possible to add
7068         this function to `find-file-hook' (bug#8709).
7070 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
7072         * progmodes/cfengine.el: Moved all cfengine3.el functionality
7073         here.  Noted Ted Zlatanov as the maintainer.
7074         (cfengine-common-settings, cfengine-common-syntax): New functions
7075         to set up common things between `cfengine-mode' and
7076         `cfengine3-mode'.
7077         (cfengine3-mode): New mode.
7078         (cfengine3-defuns cfengine3-defuns-regex
7079         (cfengine3-class-selector-regex cfengine3-category-regex)
7080         (cfengine3-vartypes cfengine3-font-lock-keywords)
7081         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
7082         (cfengine3-indent-line): Add from cfengine3.el.
7084 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
7086         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7088         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7090 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
7092         * window.el (same-window-buffer-names, same-window-regexps)
7093         (same-window-p, special-display-frame-alist)
7094         (special-display-popup-frame, special-display-function)
7095         (special-display-buffer-names, special-display-regexps)
7096         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7097         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7098         (split-window-preferred-function, split-height-threshold)
7099         (split-width-threshold, even-window-heights)
7100         (display-buffer-mark-dedicated, window-splittable-p)
7101         (split-window-sensibly, window-safely-shrinkable-p):
7102         Un-obsolete.
7103         (display-buffer): Don't spread args with function specifier
7104         because special-display-popup-frame won't like it.
7106 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7108         Time-stamp simplifications and fixes.
7109         These improve accuracy slightly, and future-proof the code
7110         against some potential changes to current-time format.
7112         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7113         by using time-since and float-time.
7115         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7116         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
7117         + NNN microseconds".
7119         * type-break.el (type-break-time-sum): Rewrite using time-add.
7121         * play/hanoi.el (hanoi-current-time-float): Remove.
7122         All uses replaced by float-time.
7124         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7125         This yields a more-accurate answer.
7126         (rng-time-to-float): Remove; no longer needed.
7128         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7130         * calendar/timeclock.el (timeclock-seconds-to-time):
7131         Defalias to seconds-to-time, since they're the same thing.
7133         * emacs-lisp/elp.el (elp-elapsed-time):
7134         * emacs-lisp/benchmark.el (benchmark-elapse):
7135         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7137 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7139         * window.el (bury-buffer): Don't iconify the only frame.
7140         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7141         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
7143 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
7145         * eshell/em-smart.el (eshell-smart-display-navigate-list):
7146         Add mouse-yank-primary.
7148 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
7150         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7152 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7154         * emacs-lisp/find-func.el (find-library--load-name): New fun.
7155         (find-library-name): Use it to find relative load names when provided
7156         absolute file name (bug#8803).
7158 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160         * textmodes/flyspell.el (flyspell-word): Consider words that
7161         differ only in case as potential doublons (bug#5687).
7163         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7164         Remove two rather uninteresting debugging-like messages to make
7165         debbugs.el more silent.
7167         * comint.el (comint-password-prompt-regexp): Accept "Response" as
7168         a password-like phrase.
7170 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
7172         * progmodes/cc-guess.el: New file.
7174         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
7176         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7177         derived from `c-basic-common-init'.
7179         * progmodes/cc-mode.el (top-level): Require cc-guess.
7180         (c-basic-common-init): Use `cc-choose-style-for-mode'.
7182 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
7184         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7186 2011-06-30  Alan Mackenzie  <acm@muc.de>
7188         * progmodes/cc-engine.el (c-guess-continued-construct):
7189         Correct the handling of template-args-cont, particularly for when font
7190         lock is disabled.  Name this case as "CASE G".
7192 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
7194         * allout.el (allout-yank-processing): Fix injection of extra space
7195         between bullet and non-whitespace character in first topic when
7196         pasting, ensuring that the actual spacing in the pasted topic
7197         following the bullet char is preserved.  This extra space was
7198         causing pasted encrypted topics to get a decrypted status even
7199         when the content was actually still encrypted.  Now the decryption
7200         status from before the paste is preserved.
7202         (allout-flag-region): Set all allout overlays so they evaporate
7203         when reduced to zero length (evanescent), to prevent overlay
7204         leakage.
7206 2011-06-30  Glenn Morris  <rgm@gnu.org>
7208         * w32-fns.el (w32-charset-info-alist): Declare.
7210         * find-dired.el (find-grep-options): Simplify.
7212         * term/ns-win.el (ns-set-resource): Declare.
7214         * ses.el (row, col): Declare dynamic variables honestly.
7216         * textmodes/reftex-parse.el (index-tags): Declare.
7218 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
7220         * cus-edit.el (customize-push-and-save): New function.
7222         * files.el (hack-local-variables-confirm): Use it.
7224         * custom.el (load-theme): New arg NO-CONFIRM.
7225         Use customize-push-and-save (Bug#8720).
7226         (custom-enabled-themes): Doc fix.
7228         * cus-theme.el (customize-create-theme)
7229         (custom-theme-merge-theme): Callers to load-theme changed.
7231 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7233         * thingatpt.el (thing-at-point-short-url-regexp): Require that
7234         short URLs have at least one dot in them (bug #7614).
7236         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7237         nil, because using a pty is apparently too slow (bug #895).
7239 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7241         * mail/sendmail.el (sendmail-query-once): New function.
7242         (sendmail-query-once-function): New variable.
7244 2011-06-29  Glenn Morris  <rgm@gnu.org>
7246         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7248         * ses.el (top-level): Require cl when compiling.
7249         (ses-set-localvars): Fix error statement.
7250         Call it at compile time to silence a storm of warnings.
7252 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
7254         * window.el (normalize-live-buffer): Rename to
7255         window-normalize-buffer.
7256         (normalize-live-frame): Rename to window-normalize-frame.
7257         (normalize-any-window): Rename to window-normalize-any-window.
7258         (normalize-live-window): Rename to window-normalize-live-window.
7259         (make-window-atom): Rename to window-make-atom.
7260         (window-resize-reset): Rename to window--resize-reset.
7261         (window-resize-reset-1): Rename to window--resize-reset-1.
7262         (resize-mini-window): Rename to window--resize-mini-window.
7263         (resize-subwindows-skip-p): Rename to
7264         window--resize-subwindows-skip-p.
7265         (resize-subwindows-normal): Rename to
7266         window--resize-subwindows-normal.
7267         (resize-subwindows): Rename to window--resize-subwindows.
7268         (resize-other-windows): Rename to window--resize-siblings.
7269         (resize-this-window): Rename to window--resize-this-window.
7270         (resize-root-window): Rename to window--resize-root-window.
7271         (resize-root-window-vertically): Rename to
7272         window--resize-root-window-vertically.
7273         (normalize-buffer-to-display): Rename to
7274         window-normalize-buffer-to-display.
7275         (normalize-buffer-to-switch-to): Rename to
7276         window-normalize-buffer-to-switch-to.
7277         Correspondingly update all callers of the functions listed
7278         above.
7279         (display-buffer-alist, display-buffer-normalize-arguments)
7280         (display-buffer-normalize-options, display-buffer)
7281         (display-buffer-alist-set): Use "function" instead of
7282         "fun-with-args".
7284 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
7286         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7287         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
7288         debbugs.gnu.org.  Mention acknowledgment email.
7290 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7292         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7293         buffer multibyteness, since it shouldn't matter.
7295 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
7297         * window.el (display-buffer-in-side-window): Handle dedicated
7298         windows as in display-buffer-reuse-window.
7299         (display-buffer-normalize-alist): Use value of override
7300         specifier.
7301         (display-buffer-normalize-specifiers): Use value of
7302         other-window-means-other-frame specifier.
7303         (display-buffer-alist): Rewrite some texts in widgets.
7304         (display-buffer): Spread arguments when calling function
7305         specified by fun-with-args.
7307 2011-06-28  Deniz Dogan  <deniz@dogan.se>
7309         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7310         Unnest `let'.
7312         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7313         selectors (Bug#5732).
7314         (css-proprietary-nmstart-re): Use `regexp-opt'.
7316 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
7318         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7319         (eshell-ls-date-format): New defcustom.
7320         (eshell-ls-file): Use it.
7322 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7324         * help-fns.el (describe-variable): Fix message for terminal-local vars.
7326 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7328         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7329         (ange-ftp-make-tmp-name): New arg.
7330         (ange-ftp-file-local-copy): Use it.
7332 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
7334         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7335         no-conversion (Bug#8870).
7337 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
7339         * window.el (window-right, window-left, window-child)
7340         (window-child-count, window-last-child)
7341         (window-iso-combination-p, walk-window-tree-1)
7342         (window-atom-check-1, window-tree-1, delete-window)
7343         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7344         new naming conventions - window-vchild, window-hchild,
7345         window-next and window-prev are now called window-top-child,
7346         window-left-child, window-next-sibling and window-prev-sibling
7347         respectively.
7348         (resize-window-reset): Rename to window-resize-reset.
7349         (resize-window-reset-1): Rename to window-resize-reset-1.
7350         (resize-window): Rename to window-resize.
7351         (window-min-height, window-min-width)
7352         (resize-mini-window, resize-this-window, resize-root-window)
7353         (resize-root-window-vertically, adjust-window-trailing-edge)
7354         (enlarge-window, shrink-window, maximize-window)
7355         (minimize-window, delete-window, quit-restore-window)
7356         (split-window, balance-windows, balance-windows-area-adjust)
7357         (balance-windows-area, window-state-put-2)
7358         (display-buffer-even-window-sizes, display-buffer-set-height)
7359         (display-buffer-set-width, set-window-text-height)
7360         (fit-window-to-buffer): Rename all "resize-window" prefixed
7361         calls to use the "window-resize" prefix convention.
7362         (display-buffer-alist): Fix symbol for label specifier.
7363         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7364         corresponding specifier.
7365         Reported by Juanma Barranquero <lekktu@gmail.com>.
7367 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7369         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7370         convention.
7371         (ses-call-printer): Does not pass an empty string to formatter when the
7372         cell is empty to keep from barking printer Calc math-format-value.
7374 2011-06-27  Richard Stallman  <rms@gnu.org>
7376         * battery.el (battery-mode-line-limit): New variable.
7377         (battery-update): Handle it.
7379         * mail/rmailmm.el (rmail-mime-process-multipart):
7380         Handle truncated messages.
7382 2011-06-27  Glenn Morris  <rgm@gnu.org>
7384         * progmodes/flymake.el (flymake-err-line-patterns):
7385         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
7387 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7389         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
7390         (ses--clean-!, ses--clean-_): New functions.
7391         (ses-range): Add configurability of readout order, and conversion
7392         to Calc vector.
7394         * ses.el (ses-repair-cell-reference-all): New function.
7395         (ses-cell-symbol): Set macro as safe, so that it can be used in
7396         formulas.
7398         * ses.el: Update cycle detection algorithm.
7399         (ses-localvars): Add ses--Dijkstra-attempt-nb and
7400         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
7401         (ses-set-localvars): New function.
7402         (ses-make-cell): Add property-list as a cell element.
7403         (ses-cell-property-get-fun, ses-cell-property-get)
7404         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
7405         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7406         New functions.
7407         (ses-cell-property-set, ses-cell-property-pop)
7408         (ses-cell-property-get-handle): New macro.
7409         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7410         New aliases, used for code readability.
7411         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7412         cycle detection.
7413         (ses-self-reference-early-detection): New defcustom.
7414         (ses-formula-references): Robustify against self-referring cells.
7415         (ses-mode): Use ses-set-localvars.
7416         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7417         before lauching the update processing.
7418         (ses-initialize-Dijkstra-attempt): New function.
7419         (ses-recalculate-cell): Update for cycle detection based on
7420         Dijkstra algorithm.
7422         * ses.el: Fix commenting and indenting convention.
7424 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7426         * bs.el (bs-cycle-next): Complete last change.
7428 2011-06-27  Drew Adams  <drew.adams@oracle.com>
7430         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7432 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7434         * net/network-stream.el (network-stream-open-starttls):
7435         Don't re-get capabilities unless we've reestablished connection.
7436         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7438         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7439         to binary to possibly avoid line encoding issues on Windows (among
7440         other things).
7442 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7444         * net/network-stream.el (open-network-stream): Return an :error
7445         saying what the problem was, if possible.
7447         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7448         server.
7450         * net/network-stream.el (network-stream-open-starttls): If we
7451         wanted to use STARTTLS, and the server offered it, but we weren't
7452         able to because we had no STARTTLS support, then close the connection.
7453         (open-network-stream): Return an :error element, if present.
7455 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
7457         * hl-line.el (hl-line-sticky-flag): Doc fix.
7458         (global-hl-line-sticky-flag): New option (Bug#8323).
7459         (global-hl-line-highlight): Obey it.
7461         * vc/vc.el (vc-revert-show-diff): Default to t.
7463 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
7465         * allout-widgets.el (allout-widgets-post-command-business):
7466         Stop decorating intermediate isearch matches.  They're not being
7467         undecorated when an isearch is continued past, and isearch
7468         automatically collapses them.  This leads to "widget leaks", where
7469         decorated items accumulate in collapsed areas.  Lines with lots of
7470         hidden widgets can slow down cursor travel, substantially.
7471         Too much complicated machinery would be needed to ensure undecoration,
7472         so we're doing without this nicety.
7474         (allout-widgets-tally-string): Don't try to do a hash-table-count
7475         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
7476         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7477         *Messages* when allout-widgets-maintain-tally is t.
7479 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
7481         * window.el (display-buffer-normalize-argument): Rename to
7482         display-buffer-normalize-arguments.  Handle special meaning of
7483         LABEL argument.  Respect special-display-function when popping up
7484         a new frame.  Fix code searching for a window showing the buffer
7485         on another frame.
7486         (display-buffer-normalize-specifiers):
7487         Call display-buffer-normalize-arguments.
7488         (display-buffer-in-window): Don't undedicate the window if its
7489         buffer remains the same.
7490         Reported by Drew Adams <drew.adams@oracle.com>.
7491         (display-buffer-alist): Add choice for same-window macro
7492         specfier.
7493         (display-buffer): Mention special meaning of LABEL argument in
7494         doc-string.  Fix quoting.  Don't pop up a new frame even as
7495         fallback.
7497 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
7499         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7500         avoid deleting the current window in some cases (bug#8911).
7502 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
7504         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7505         (Bug#8934)
7507 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7509         * net/network-stream.el (network-stream-open-starttls):
7510         Use built-in TLS support if `gnutls-available-p' is true.
7511         (network-stream-open-tls): Ditto.
7513 2011-06-26  Leo Liu  <sdl.web@gmail.com>
7515         * register.el (registerv): New struct.
7516         (registerv-make): New function.
7517         (jump-to-register, describe-register-1, insert-register):
7518         Support the jump-func, print-func and insert-func slot of a registerv
7519         struct.  (Bug#8415)
7521 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
7523         * vc/vc.el (vc-revert-show-diff): New defcustom.
7524         (vc-diff-internal): New arg specifying diff buffer.
7525         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
7526         reuse an existing *vc-diff* buffer (Bug#8927).
7528         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7530 2011-06-26  Glenn Morris  <rgm@gnu.org>
7532         * progmodes/f90.el (f90-critical-indent): New option.
7533         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7534         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7535         (f90-mode): Doc fix.
7536         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7537         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7538         (f90-beginning-of-block, f90-next-block, f90-indent-region)
7539         (f90-match-end): Handle block, critical.
7541 2011-06-25  Glenn Morris  <rgm@gnu.org>
7543         * calendar/diary-lib.el (diary-included-files): Doc fix.
7544         (diary-include-files): New function, extracted from
7545         diary-include-other-diary-files and diary-mark-included-diary-files.
7546         (diary-include-other-diary-files, diary-mark-included-diary-files):
7547         Just call diary-include-files.
7548         (diary-mark-entries): Reset diary-included-files on first call.
7550         * calendar/diary-lib.el (diary-mark-entries)
7551         (diary-mark-included-diary-files):
7552         Visit included diary-files in temp buffers.
7554         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7555         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7556         (f90-start-block-re, f90-imenu-generic-expression)
7557         (f90-looking-at-program-block-start, f90-no-block-limit):
7558         Add support for submodules.
7560         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7561         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
7563 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
7565         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7566         buffer-file-type before setting its value, to avoid disastrous
7567         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
7569 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
7571         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7573         * ses.el (ses-unload-function):
7574         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7576         * proced.el (proced-unload-function):
7577         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7579 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
7581         * server.el (server-create-window-system-frame): Add parameters arg.
7582         (server-process-filter): Doc fix.  Handle frame-parameters.
7584 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
7586         Fix bug#8730, bug#8781.
7588         * loadhist.el (unload--set-major-mode): New function.
7589         (unload-feature): Use it.
7591         * progmodes/python.el (python-after-info-look): Add autoload cookie.
7592         (python-unload-function): New function.
7594 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7596         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7598 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
7600         * net/browse-url.el (browse-url-firefox-program): Add icecat to
7601         the candidates list.
7603 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
7605         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7607 2011-06-23  Richard Stallman  <rms@gnu.org>
7609         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7610         (rmail-variables): Set next-error-move-function.
7611         (rmail-what-message): Take argument POS.
7612         (rmail-next-error-move): New function.
7614 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7616         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7617         messages for adjacent non-terminals.
7619 2011-06-23  Richard Stallman  <rms@gnu.org>
7621         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
7622         (rmail-show-message-1): Preserve buffer modified flag.
7623         (rmail-start-mail): Don't specify use of rmail-mail-return;
7624         that's done by mail-bury now.
7625         (rmail-mail-return): Handle arg NEWBUF.
7627 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
7629         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7630         SIZE is a number.
7632 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
7634         * window.el (get-lru-window, get-mru-window)
7635         (get-largest-window): Never return a minibuffer window.
7636         (display-buffer-pop-up-window): Fix a bug that could lead to
7637         reusing the minibuffer window.
7638         (display-buffer): Pass original specifier argument to
7639         display-buffer-function instead of the normalized one.
7640         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7642 2011-06-22  Leo Liu  <sdl.web@gmail.com>
7644         * minibuffer.el (completing-read-function)
7645         (completing-read-default): Move from minibuf.c
7647 2011-06-22  Richard Stallman  <rms@gnu.org>
7649         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7650         to Rmail even if not started by a special Rmail command.
7652         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7653         Copy the buffer currently showing just one message.
7655 2011-06-22  Roland Winkler  <winkler@gnu.org>
7657         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7658         (bibtex-clean-entry): First delete the old key so that a
7659         customized algorithm for generating the new key does not get
7660         confused by the old key.
7661         (bibtex-url): Obey regexp of first step.
7662         (bibtex-search-entries): Do not use add-to-list with local
7663         list-var.
7665 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7667         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7668         stored a user name, then query for the password first, instead of
7669         waiting for SMTP to give an error message and the trying again.
7671 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
7673         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7674         BUFFER in call-process.
7676 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7678         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7679         QUIT twice.
7680         (smtpmail-try-auth-methods): Require user name and password from
7681         auth-source.
7683 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
7685         * window.el (display-buffer-default-specifiers)
7686         (display-buffer-alist): Remove entries for pop-up-frame-alist.
7687         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7688         (split-window): Normalize SIDE argument (Bug#8916).
7690         * frame.el (pop-up-frame-alist, pop-up-frame-function)
7691         (special-display-frame-alist, special-display-popup-frame):
7692         Remove duplicate declarations.  These are now in window.el.
7694 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7696         * mail/smtpmail.el (smtpmail-via-smtp):
7697         Set :use-starttls-if-possible so that we always use STARTTLS if the
7698         server supports it.  SMTP servers that support STARTTLS commonly
7699         require it.
7701         * net/network-stream.el (network-stream-open-starttls): Support
7702         upgrading to STARTTLS always, even if we don't have built-in support.
7703         (open-network-stream): Add the :always-query-capabilities keyword.
7705         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7706         upgrades with `open-network-stream', and rely solely on
7707         auth-source for all credentials.  Big changes throughout the file,
7708         but in particular:
7709         (smtpmail-auth-credentials): Remove.
7710         (smtpmail-starttls-credentials): Remove.
7711         (smtpmail-via-smtp): Check for servers saying they want AUTH after
7712         MAIL FROM, too.
7714         * net/network-stream.el (network-stream-open-starttls):
7715         Provide support for client certificates both for external and built-in
7716         STARTTLS.
7717         (auth-source): Require.
7718         (open-network-stream): Document the :client-certificate keyword.
7719         (network-stream-certificate): Change cert-cert to cert and
7720         cert-key to key.
7722 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
7724         * net/tramp-cache.el (top): Don't load the persistency file when
7725         "emacs -Q" has been called.
7727 2011-06-21  Tim Harper  <timcharper@gmail.com>
7729         * term/ns-win.el (ns-initialize-window-system):
7730         Set application-specific `ApplePressAndHoldEnabled' system
7731         resource to NO as it is not yet supported by the NS port.
7733 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
7735         * misc.el (list-dynamic-libraries--refresh): Compute header here...
7736         (list-dynamic-libraries): ...not here.
7738 2011-06-21  Leo Liu  <sdl.web@gmail.com>
7740         * subr.el (sha1): Implement sha1 using secure-hash.
7742 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
7744         * window.el (display-buffer-alist): In default value do not
7745         enforce searching a window on any but the selected frame.
7746         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7747         (display-buffer-select-window): Remove function.
7748         (display-buffer-in-window): When a window on another frame gets
7749         reused, do not select it any more but just raise its frame if
7750         necessary (Bug#8851) and (Bug#8856).
7751         (display-buffer-normalize-options): Handle pop-up-frames related
7752         options more faithfully.
7753         (pop-to-buffer): Don't rely on `display-buffer' selecting the
7754         window if it is on another frame.
7755         (display-buffer-alist, display-buffer-default-specifiers):
7756         Don't make new frame unsplittable by default.
7757         (display-buffer-normalize-argument): Fix doc-string typo and use
7758         'same-frame-other-window instead of 'other-window when associating
7759         with display-buffer-macro-specifiers.
7761 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
7763         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
7764         New functions.
7765         (5x5-mode-map, 5x5-mode-menu): Bind them.
7766         (5x5-draw-grid): Tweak the solver's rendering.
7768 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7770         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
7771         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
7773 2011-06-21  Drew Adams  <drew.adams@oracle.com>
7775         * menu-bar.el: Use function variable instead of switch-to-buffer.
7776         (menu-bar-select-buffer-function): New variable.
7777         (menu-bar-update-buffers): Use it (bug#8876).
7779 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7781         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
7782         variable's status.
7784 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
7786         * x-dnd.el (x-dnd-version-from-flags)
7787         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
7788         and long as number (Bug#8899).
7789         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
7791 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7793         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
7794         (completion-try-completion, completion-all-completions): Compute the
7795         metadata argument if it's missing; make it optional (bug#8795).
7797         * wid-edit.el: Use lex-bind and move towards completion-at-point.
7798         (widget-complete): Use new :completion-function property.
7799         (widget-completions-at-point): New function.
7800         (default): Use :completion-function instead of :complete.
7801         (widget-default-completions): Rename from widget-default-complete;
7802         Rewrite.
7803         (widget-string-complete, widget-file-complete, widget-color-complete):
7804         Remove functions.
7805         (file, symbol, function, variable, coding-system, color):
7806         * international/mule-cmds.el (default-input-method, charset)
7807         (language-info-custom-alist):
7808         * cus-edit.el (face): Use new property :completions.
7810         * progmodes/pascal.el (pascal-completions-at-point): New function.
7811         (pascal-mode): Use it.
7812         (pascal-mode-map): Use completion-at-point.
7813         (pascal-toggle-completions): Make obsolete.
7814         (pascal-complete-word, pascal-show-completions):
7815         * progmodes/octave-mod.el (octave-complete-symbol):
7816         Redefine as obsolete alias.
7817         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7818         Signal absence of completion info for old Octave,
7819         (inferior-octave-complete): Redefine as obsolete alias.
7820         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7821         (meta-completions-at-point): Rename from meta-complete-symbol and
7822         adapt it for use on completion-at-point-functions.
7823         (meta-common-mode): Use it.
7824         (meta-looking-at-backward, meta-match-buffer): Remove.
7825         (meta-complete-symbol): Redefine as obsolete alias.
7826         (meta-common-mode-map): Use completion-at-point.
7827         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7828         (makefile-mode-map): Use completion-at-point.
7829         (makefile-completions-at-point): Rename from makefile-complete and
7830         adapt it for use on completion-at-point-functions.
7831         (makefile-mode): Use it.
7832         (makefile-complete): Redefine as obsolete alias.
7834 2011-06-20  Deniz Dogan  <deniz@dogan.se>
7836         * net/rcirc.el: Delete trailing whitespaces once and for all.
7838 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
7840         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7842 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
7844         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7846         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7848 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
7850         * window.el (display-buffer-other-window-means-other-frame):
7851         Call display-buffer-normalize-alist.
7852         (display-buffer-normalize-specifiers-1): Rename to
7853         display-buffer-normalize-argument.  New argument other-frame.
7854         Rewrite.
7855         (display-buffer-normalize-specifiers-2): Rename to
7856         display-buffer-normalize-options.
7857         (display-buffer-normalize-alist-1): New function.
7858         (display-buffer-normalize-specifiers-3): Rename to
7859         display-buffer-normalize-alist.
7860         Call display-buffer-normalize-alist-1.
7861         (display-buffer-normalize-options-inhibit): New variable.
7862         (display-buffer-normalize-specifiers): Rewrite calling
7863         display-buffer-normalize-alist,
7864         display-buffer-normalize-argument, and
7865         display-buffer-normalize-options.  Don't call the latter if
7866         display-buffer-normalize-options-inhibit is non-nil.
7867         (frame-auto-delete): New option.
7868         (window-deletable-p): Use frame-auto-delete.
7869         (window-list-no-nils, window-state-ignored-parameters)
7870         (window-state-get-1, window-state-get, window-state-put-list)
7871         (window-state-put-1, window-state-put-2, window-state-put):
7872         New functions.
7873         (display-buffer-normalize-options): Move special-display-p group
7874         after pop-up-frame group (Bug#8851) and (Bug#8856).
7876 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
7878         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7879         groups (Bug#8776).
7880         (rx-submatch-n): New function.
7881         (rx): Document it.
7883         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7884         (Bug#8768).
7886         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
7888         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
7890         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
7891         anytime existing face settings are present (Bug#8889).
7893         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
7894         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
7895         Remove unused argument.
7897 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
7899         * window.el (display-buffer-default-specifiers):
7900         Remove pop-up-frame.  Add pop-up-window-min-height,
7901         pop-up-window-min-width, and another reuse-window specifier
7902         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
7903         (display-buffer-normalize-specifiers-2):
7904         Handle split-height-threshold and split-width-threshold also when
7905         pop-up-windows is unset.  Add a reuse-window specifier for the
7906         case popping up a new window fails.
7907         (special-display-popup-frame): Remove double quoting.
7908         (display-buffer-normalize-specifiers-1): Fix thinko.
7910 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7912         * shell.el (shell-completion-vars): Set pcomplete-termination-string
7913         according to comint-completion-addsuffix.
7915         * pcomplete.el: Convert to lexical binding and fix bug#8819.
7916         (pcomplete-suffix-list): Mark as obsolete.
7917         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
7918         pcomplete-seen in the closure.
7919         (pcomplete-comint-setup): Setup completion-at-point as well.
7920         (pcomplete--entries): New function.
7921         (pcomplete--env-regexp): New var.
7922         (pcomplete-entries): Rewrite to work with partial-completion and
7923         without relying on pcomplete-suffix-list.
7924         (pcomplete-pare-list): Remove, unused.
7926 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
7928         * window.el (display-buffer-alist): Set pop-up-window-min-height
7929         and pop-up-window-min-width in default value.  Reported by
7930         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
7931         other-window-means-other-frame.
7932         (display-buffer-macro-specifiers): Comment out entry for
7933         other-window specifier.
7934         (display-buffer-other-window-means-other-frame): New function.
7935         (display-buffer-normalize-specifiers-1): New arguments
7936         buffer-name and label.  Treat other-window case specially.
7937         (display-buffer-normalize-specifiers-2): Treat other-window case
7938         specially.
7939         (display-buffer-normalize-specifiers-3): New function.
7940         (display-buffer-normalize-specifiers):
7941         Call display-buffer-normalize-specifiers-3.
7943 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
7945         * window.el (same-window-p): Fix two typos introduced when
7946         adding with-no-warnings.
7947         (display-buffer-normalize-specifiers-1): Don't check
7948         pop-up-frames for 'unset initialization.
7949         (display-buffer-normalize-specifiers-2): Major rewrite using
7950         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
7951         (pop-up-frames, display-buffer-reuse-frames)
7952         (display-buffer-mark-dedicated): Don't initialize to 'unset.
7953         Suggested by David Engster <deng@randomsample.de>.
7954         (even-window-heights): Initialize to 'unset.
7955         (display-buffer-alist-set): Handle new 'unset initializations.
7956         (display-buffer-macro-specifiers): Don't pop up a new frame in the
7957         other window case.
7959 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
7961         * window.el (display-buffer-normalize-specifiers-1):
7962         Respect current value of pop-up-frames for most reasonable values of
7963         second argument of display-buffer (Bug#8865).
7964         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7965         (switch-to-buffer-other-window-same-frame)
7966         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
7967         Adams (Bug#8875).
7968         (display-buffer): Don't check noninteractive when calling
7969         display-buffer-pop-up-frame.
7970         (display-buffer-pop-up-frame): Never pop up a frame in
7971         noninteractive mode (Bug#8857).
7972         (enlarge-window, shrink-window): Don't report an error when the
7973         window can't be resized as requested (Bug#8862).
7975 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7977         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
7979         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
7981         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
7983 2011-06-15  Alan Mackenzie  <acm@muc.de>
7985         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
7986         for declarators, disable knr checking to speed up for normal files.
7987         2: Refactor, replacing a sequence of nested if forms by a cond form.
7989 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7991         * net/network-stream.el (open-network-stream): Add the keyword
7992         :always-query-capabilities for the case where you want to force a
7993         `plain' network connection, but the protocol still requires the
7994         capabilitiy command (i.e., SMTP and EHLO).
7996         * subr.el (process-live-p): Rename from `process-alive-p' for
7997         consistency with other `-live-p' functions.
7999 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8001         * window.el (same-window-buffer-names, same-window-regexps)
8002         (special-display-frame-alist, special-display-popup-frame)
8003         (special-display-function, special-display-buffer-names)
8004         (special-display-regexps, pop-up-frame-alist)
8005         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8006         (pop-up-windows, split-window-preferred-function)
8007         (split-height-threshold, split-width-threshold, even-window-heights)
8008         (display-buffer-mark-dedicated): Don't encourage the use of
8009         display-buffer-alist from Elisp code.
8011 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
8013         * progmodes/python.el (python-mode): Derive from prog-mode.
8014         * progmodes/ps-mode.el (ps-mode):
8015         * progmodes/mixal-mode.el (mixal-mode):
8016         * progmodes/cfengine.el (cfengine-mode):
8017         * progmodes/ld-script.el (ld-script-mode): Likewise.
8019 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
8021         * window.el (display-buffer-alist): Trim default value to avoid
8022         popping up a new frame (Bug#8857) or reusing an arbitrary window
8023         on another frame.
8024         (display-buffer): Do not fall back on popping up a new frame in
8025         batch mode (Bug#8857).
8027 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
8029         * cus-theme.el (describe-theme-1): Use custom-theme-p.
8030         (custom-theme-summary): New function.
8031         (customize-themes): Use it.
8033 2011-06-13  Glenn Morris  <rgm@gnu.org>
8035         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8037 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
8039         * help.el (help-window): Remove variable.
8040         (help-window-point-marker, temp-buffer-max-height)
8041         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8042         (help-print-return-message): Don't set help-window.
8043         (resize-temp-buffer-window): Rewrite cod eand doc-string.
8044         (help-window-setup-finish): Remove.
8045         (help-window-display-message, help-window-setup)
8046         (with-help-window): Major rewrite based on new
8047         display-buffer-window variable.
8049         * help-mode.el (help-mode-finish): Remove help-window related
8050         code.
8052         * view.el (view-exits-all-viewing-windows): Remove reference to
8053         view-return-to-alist in doc-string.
8054         (view-return-to-alist): Make obsolete.
8055         (view-buffer): Call pop-to-buffer-same-window and remove
8056         undo-window code.
8057         (view-buffer-other-window): Call pop-to-buffer-other-window and
8058         simplify code.  Ignore second argument.
8059         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8060         simplify code.  Ignore second argument.
8061         (view-return-to-alist-update): Make obsolete.
8062         (view-mode-enter): Rename second argument to QUIT-RESTORE.
8063         Rewrite using quit-restore window parameters.
8064         (view-mode-exit): Rename second argument to EXIT-ONLY.
8065         Rewrite using quit-restore-window.
8066         (View-exit, View-exit-and-edit, View-leave, View-quit)
8067         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8068         appropriate arguments.
8069         (view-end-message): Use quit-restore window parameter.
8071         * window.el (display-buffer-function): Rewrite doc-string.
8072         (display-buffer-window, display-buffer-alist): New variables.
8073         (display-buffer-split-specifiers)
8074         (display-buffer-side-specifiers)
8075         (display-buffer-macro-specifiers): New constants.
8076         (display-buffer-even-window-sizes, display-buffer-set-height)
8077         (display-buffer-set-width, display-buffer-select-window)
8078         (display-buffer-in-window, display-buffer-reuse-window)
8079         (display-buffer-split-window-1, display-buffer-split-window)
8080         (display-buffer-split-atom-window, display-buffer-pop-up-window)
8081         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8082         (display-buffer-in-side-window, normalize-buffer-to-display)
8083         (display-buffer-normalize-specifiers-1)
8084         (display-buffer-normalize-specifiers-2)
8085         (display-buffer-normalize-specifiers, display-buffer-frame):
8086         New functions.
8087         (display-buffer): Major rewrite.
8088         (display-buffer-other-window, display-buffer-other-frame)
8089         (pop-to-buffer, switch-to-buffer-other-window)
8090         (switch-to-buffer-other-frame): Rewrite.
8091         (display-buffer-same-window, display-buffer-same-frame)
8092         (display-buffer-same-frame-other-window)
8093         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8094         (pop-to-buffer-other-window)
8095         (pop-to-buffer-same-frame-other-window)
8096         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8097         (switch-to-buffer-other-window-same-frame): New functions.
8098         (same-window-p, special-display-p): Rewrite disabling warnings.
8099         Make obsolete.
8100         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8101         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8102         Make obsolete
8103         (same-window-buffer-names, same-window-regexps)
8104         (special-display-frame-alist, special-display-popup-frame)
8105         (special-display-function, special-display-buffer-names)
8106         (special-display-regexps, pop-up-frame-alist)
8107         (pop-up-frame-function, split-window-preferred-function)
8108         (split-height-threshold, split-width-threshold)
8109         (even-window-heights): Make obsolete.
8111 2011-06-12  Glenn Morris  <rgm@gnu.org>
8113         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
8114         Misc simplifications.
8116 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
8118         * window.el (window-safely-shrinkable-p): Restore function which
8119         was inadvertently removed in change from 2011-06-11.  Declare as
8120         obsolete.
8122         * calendar/calendar.el (calendar-generate-window):
8123         Use window-iso-combined-p instead of combination of one-window-p and
8124         window-safely-shrinkable-p.
8126 2011-06-12  Glenn Morris  <rgm@gnu.org>
8128         * progmodes/fortran.el (fortran-mode-syntax-table):
8129         * progmodes/f90.el (f90-mode-syntax-table):
8130         Set % to punctuation.  (Bug#8820)
8131         (f90-find-tag-default): Remove, no longer needed.
8133 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
8135         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8137 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
8139         * image.el (image-animated-p): Return animation delay in seconds.
8140         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8141         (image-animate-timeout): Remove DELAY argument.  Don't assume
8142         every subimage has the same delay; get it from image-animated-p.
8143         (image-animate): Caller changed.
8145 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
8147         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8148         to ignored backtrace functions.
8150 2011-06-11  Glenn Morris  <rgm@gnu.org>
8152         * calendar/appt.el (appt-disp-window-function): Doc fix.
8153         (appt-check): Handle overlapping appointments.  (Bug#8337)
8155 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
8157         * window.el (window-tree-1, window-tree): New functions, moving
8158         the latter to window.el.
8159         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8160         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8161         (bw-refresh-edges): Remove.
8162         (balance-windows-1, balance-windows-2): New functions.
8163         (balance-windows): Rewrite in terms of window tree functions,
8164         balance-windows-1 and balance-windows-2.
8165         (bw-adjust-window): Remove.
8166         (balance-windows-area-adjust): New function with functionality of
8167         bw-adjust-window but using resize-window.
8168         (set-window-text-height): Rewrite doc-string.
8169         Use normalize-live-window and resize-window.
8170         (enlarge-window-horizontally, shrink-window-horizontally):
8171         Rename argument to DELTA.
8172         (window-buffer-height): New function.
8173         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8174         Rewrite using new window resize routines.
8175         (kill-buffer-and-window, mouse-autoselect-window-select):
8176         Use ignore-errors instead of condition-case.
8177         (quit-window): Call delete-frame instead of delete-windows-on
8178         for the only buffer on frame.
8180 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
8182         * loadup.el (top-level): Load window before files for the sake
8183         of replace-buffer-in-windows.
8185         * files.el (read-buffer-to-switch)
8186         (switch-to-buffer-other-window)
8187         (switch-to-buffer-other-frame, display-buffer-other-frame):
8188         Move to window.el.
8190         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8191         (previous-buffer): Move to window.el.
8193         * bindings.el (unbury-buffer): Move to window.el.
8195         * window.el (delete-other-windows-vertically): Move after
8196         definition of delete-other-windows.
8197         (other-window, delete-windows-on, replace-buffer-in-windows):
8198         Move here from window.c.
8199         (record-window-buffer, unrecord-window-buffer)
8200         (set-window-buffer-start-and-point, switch-to-prev-buffer)
8201         (switch-to-next-buffer): New functions.
8202         (get-next-valid-buffer, last-buffer, next-buffer): Move here
8203         from simple.el.  Call switch-to-next-buffer.
8204         (previous-buffer): Move here from simple.el.
8205         Call switch-to-prev-buffer.
8206         (bury-buffer): Move here from buffer.c.  Switch to previous
8207         buffer when window cannot be deleted.
8208         (unbury-buffer): Move here from bindings.el.
8209         (ctl-x-map): Move binding for other-window from window.c to
8210         here.
8211         (read-buffer-to-switch, switch-to-buffer-other-window)
8212         (switch-to-buffer-other-frame): Move here from files.el.
8213         (normalize-buffer-to-switch-to): New functions.
8214         (switch-to-buffer): Move here from buffer.c.
8215         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
8217 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
8219         * window.el (window-min-height, window-min-width): Move here
8220         from window.c.  Add defcustoms and rewrite doc-strings.
8221         (resize-mini-window, resize-window): New functions.
8222         (adjust-window-trailing-edge, enlarge-window, shrink-window):
8223         Move here from window.c.
8224         (maximize-window, minimize-window): New functions.
8225         (delete-window, delete-other-windows, split-window): Move here
8226         from window.c.
8227         (window-split-min-size): New function.
8228         (split-window-keep-point): Mention split-window-above-each-other
8229         instead of split-window-vertically.
8230         (split-window-above-each-other, split-window-vertically):
8231         Rename split-window-vertically to split-window-above-each-other
8232         and provide defalias for old definition.
8233         (split-window-side-by-side, split-window-horizontally):
8234         Rename split-window-horizontally to split-window-side-by-side
8235         and provide defalias for the old definition.
8236         (ctl-x-map): Move bindings for delete-window,
8237         delete-other-windows and enlarge-window here from window.c.
8238         Replace bindings for split-window-vertically and
8239         split-window-horizontally by bindings for
8240         split-window-above-each-other and split-window-side-by-side.
8242         * cus-start.el (all): Remove entries for window-min-height and
8243         window-min-width.  Add entries for window-splits and
8244         window-nest.
8246 2011-06-09  Glenn Morris  <rgm@gnu.org>
8248         * calendar/appt.el (appt-mode-line): New function.
8249         (appt-check, appt-disp-window): Use it.
8251         * files.el (hack-one-local-variable-eval-safep):
8252         Allow minor-modes with explicit +/-1 arguments.
8254 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
8256         * term/xterm.el (xterm): Add defgroup.
8257         (xterm-extra-capabilities): Add defcustom to supply known xterm
8258         capabilities, skip querying them, or query them (default).
8259         (terminal-init-xterm): Use it.
8260         (terminal-init-xterm-modify-other-keys): New function to set up
8261         modifyOtherKeys support to simplify `terminal-init-xterm'.
8263 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
8265         * window.el (resize-window-reset, resize-window-reset-1)
8266         (resize-subwindows-skip-p, resize-subwindows-normal)
8267         (resize-subwindows, resize-other-windows, resize-this-window)
8268         (resize-root-window, resize-root-window-vertically)
8269         (window-deletable-p, window-or-subwindow-p)
8270         (frame-root-window-p): New functions.
8272 2011-06-09  Glenn Morris  <rgm@gnu.org>
8274         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8275         (ange-ftp-get-files): Use it.
8277 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
8279         * mail/sendmail.el (mail-recover-1, mail-recover):
8280         * files.el (recover-file, recover-session):
8281         Handle dired-listing-switches not being just a single short option.
8283 2011-06-09  Glenn Morris  <rgm@gnu.org>
8285         * calendar/appt.el (appt-display-message, appt-disp-window):
8286         Handle lists of appointments.
8288 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
8290         * window.el (one-window-p): Move down in code.
8291         Rewrite doc-string.
8292         (window-current-scroll-bars): Rewrite doc-string.
8293         Normalize live window argument.
8294         (walk-windows, get-window-with-predicate, count-windows):
8295         Rewrite doc-string.  Use window-list-1.
8296         (window-in-direction-2, window-in-direction, get-mru-window):
8297         New functions.
8299 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
8301         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8302         Doc fix (Bug#8713).
8304 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
8306         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8308 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
8310         * loadhist.el (unload-feature-special-hooks):
8311         Add `comint-output-filter-functions'.
8313 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
8315         * calendar/appt.el (appt-check): Move some initializations into the let.
8317 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
8319         * window.el (window-height): Defalias to window-total-height.
8320         (window-width): Defalias to window-body-width.
8322 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
8324         * image-mode.el (image-toggle-animation): New command.
8325         (image-mode-map): Bind it to RET.
8326         (image-mode): Update message.
8327         (image-toggle-display-image): Avoid a spurious cache flush.
8328         (image-transform-rotation): Doc fix.
8329         (image-transform-properties): Return quickly in the normal case.
8330         (image-animate-loop): Rename from image-animate-max-time.
8332         * image.el (image-animate-max-time): Move to image-mode.el.
8333         (create-animated-image): Remove unnecessary function.
8334         (image-animate): Rename from image-animate-start.  New arg.
8335         (image-animate-stop): Remove; just use image-animate-timer.
8336         (image-animate-timer): Use car-safe.
8337         (image-animate-timeout): Rename argument.
8339 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
8341         * window.el (get-lru-window, get-largest-window): Move here from
8342         window.c.  Rename first argument to ALL-FRAMES.
8343         Rephrase doc-strings.
8344         (get-buffer-window-list): Rewrite using window-list-1.
8345         Rephrase doc-string.
8346         (window-safe-min-height, window-safe-min-width): New constants.
8347         (window-size-ignore, window-min-size, window-min-size-1)
8348         (window-sizable, window-sizable-p, window-size-fixed-1)
8349         (window-size-fixed-p, window-min-delta-1, window-min-delta)
8350         (window-max-delta-1, window-max-delta, window-resizable)
8351         (window-resizable-p, window-total-height, window-total-width)
8352         (window-body-width): New functions.
8353         (window-full-height-p, window-full-width-p): Rewrite using
8354         window-total-size.
8355         (window-body-height): Rewrite using window-body-size.
8357 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
8359         * window.el (window-right, window-left, window-child)
8360         (window-child-count, window-last-child, window-any-p)
8361         (normalize-live-buffer, normalize-live-frame)
8362         (normalize-any-window, normalize-live-window)
8363         (window-iso-combination-p, window-iso-combined-p)
8364         (window-iso-combinations)
8365         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8366         (windows-with-parameter, window-with-parameter)
8367         (window-atom-root, make-window-atom, window-atom-check-1)
8368         (window-atom-check, window-side-check, window-check):
8369         New functions.
8370         (ignore-window-parameters, window-sides, window-sides-vertical)
8371         (window-sides-slots): New variables.
8372         (window-size-fixed): Move down in code.  Minor doc-string fix.
8374 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
8376         * comint.el (comint-dynamic-complete-as-filename)
8377         (comint-dynamic-complete-filename): Correctly call
8378         completion-in-region.
8380 2011-06-05  Deniz Dogan  <deniz@dogan.se>
8382         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8383         in last change.
8385 2011-06-05  Deniz Dogan  <deniz@dogan.se>
8387         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8388         (rcirc): Use it to prompt for encryption.
8390 2011-06-05  Roland Winkler  <winkler@gnu.org>
8392         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8393         (bibtex-search-entries): New command bound to C-c C-a.
8394         (bibtex-display-entries): New function.
8396 2011-06-05  Roland Winkler  <winkler@gnu.org>
8398         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8399         (bibtex-insert-kill): After yanking insert newline if necessary.
8400         (bibtex-initialize): Call bibtex-string-files-init only once.
8401         (bibtex-mode): Do not call easy-menu-add.
8402         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8403         (bibtex-yank): Set arg properly if nil.
8405 2011-06-05  Roland Winkler  <winkler@gnu.org>
8407         * textmodes/bibtex.el (bibtex-search-entry-globally):
8408         New variable.
8409         (bibtex-search-entry): Use it.
8411 2011-06-05  Roland Winkler  <winkler@gnu.org>
8413         * textmodes/bibtex.el (bibtex-entry-format): New option
8414         sort-fields.
8415         (bibtex-format-entry, bibtex-reformat): Honor this option.
8416         (bibtex-parse-entry): Return fields in proper order.
8418 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
8420         * doc-view.el (doc-view-remove-if): Move computation of result out
8421         of `dolist' to silence misleading lexical-binding warning.
8423 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
8425         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8426         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8428 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
8430         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8431         "SunOS 5.10".
8433 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
8435         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8436         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8437         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8438         (tramp-parse-putty):
8439         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8440         (tramp-completion-function-alist-ssh)
8441         (tramp-completion-function-alist-telnet)
8442         (tramp-completion-function-alist-su)
8443         (tramp-completion-function-alist-putty): Set `tramp-autoload'
8444         cookie.
8446         * net/tramp-ftp.el:
8447         * net/tramp-sh.el:
8448         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8449         load "tramp.el" `tramp-set-completion-function'.
8451 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8453         * shell.el: Require and use pcomplete.
8454         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8455         (shell-completion-vars): Set pcomplete-default-completion-function.
8457 2011-06-04  Deniz Dogan  <deniz@dogan.se>
8459         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8460         `memq' (Bug#8799).
8462 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8464         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8466 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
8468         * bs.el (bs--mark-unmark, bs--nth-wrapper):
8469         * mpc.el (mpc-select-extend, mpc-songpointer-context):
8470         * vc/log-view.el (log-view-beginning-of-defun):
8471         * vc/smerge-mode.el (smerge-apply-resolution-patch)
8472         (smerge-refine-forward, smerge-refine-chopup-region):
8473         Silence warning for unused `dotimes' counter variables.
8475 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8477         * net/tramp.el (tramp-with-progress-reporter): Rename from
8478         with-progress-reporter.  Use `declare'.
8479         * net/tramp-smb.el:
8480         * net/tramp-sh.el:
8481         * net/tramp-gvfs.el: Update all uses.
8483 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
8485         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8486         buffer isn't killed before making it current.
8488 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8490         Silence various byte-compiler warnings.
8491         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8492         `access-type' and new obsolescence format.
8493         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8494         new format.
8495         (byte-compile-check-variable): New `access-type' argument.
8496         Only warn if the access-type is obsolete.
8497         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8498         (byte-compile-variable-set): Adjust callers.
8499         * help-fns.el (describe-variable): Adjust to new obsolescence format.
8500         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8501         setting it as obsolete.
8502         * simple.el (minibuffer-completing-symbol):
8503         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8504         access as obsolete.
8505         * minibuffer.el (minibuffer-completing-file-name): Don't make it
8506         obsolete yet.
8507         * international/quail.el (quail-mouse-choose-completion): Remove unused
8508         code referring to obsolete var.
8509         (quail-choose-completion-string): Remove.
8510         * server.el (server-clients-with, server-kill-buffer-query-function)
8511         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8512         * proced.el (proced-send-signal):
8513         * emacs-lisp/lisp.el (lisp-complete-symbol):
8514         Replace completion-annotate-function with completion-extra-properties.
8516 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8518         * simple.el (goto-line): Use read-number.
8519         (overriding-map-is-bound): Remove.
8520         (saved-overriding-map): Change default.
8521         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8522         Take the map as argument.
8523         (universal-argument, negative-argument, digit-argument): Use it.
8524         (restore-overriding-map): Adjust.
8525         (do-auto-fill): Use fill-forward-paragraph.
8526         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8528         * minibuffer.el (minibuffer-inactive-mode-map): New var.
8529         (minibuffer-inactive-mode): New major mode.
8530         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8531         the *Messages* buffer" hack.
8532         (mouse-popup-menubar): Don't burp if the event is a normal key.
8534         Miscellaneous tweaks.
8535         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8536         lexical scoping as in subr.el's dolist and dotimes.
8537         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8538         Silence compiler warning.
8539         * thingatpt.el (forward-whitespace): Trivial coding style fix.
8540         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8541         * international/ccl.el (ccl-compile): Trivial simplification.
8542         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8543         * emacs-lisp/testcover.el (testcover-end): Remove spurious
8544         `printflag' argument.
8545         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8546         Purecopy the whole obsolescence data.
8548 2011-06-01  Leo Liu  <sdl.web@gmail.com>
8550         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8551         improve doc-string as suggested by Marco Pessotto
8552         <melmothx@gmail.com>.
8553         (rcirc-print): Fix last change.
8555 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8557         * minibuffer.el (complete-with-action): Return nil for the metadata and
8558         boundaries of non-functional tables.
8559         (completion-table-dynamic): Return nil for the metadata.
8560         (completion-table-with-terminator): Add default case, using
8561         complete-with-action.
8562         (completion--metadata): New function.
8563         (completion-all-sorted-completions, minibuffer-completion-help): Use it
8564         to try and avoid pathological performance problems.
8565         (completion--embedded-envvar-table): Return `category' metadata.
8567 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8569         * subr.el (process-alive-p): New tiny convenience function.
8571 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8573         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8574         content but also its previous major mode.
8576 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
8578         * emacs-lisp/debug.el (debug): Restore the previous content of the
8579         *Backtrace* buffer when we exit with C-M-c.
8581 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8583         * minibuffer.el: Add metadata method to completion tables.
8584         (completion-category-overrides): New defcustom.
8585         (completion-metadata, completion--field-metadata)
8586         (completion-metadata-get, completion--styles)
8587         (completion--cycle-threshold): New functions.
8588         (completion-try-completion, completion-all-completions):
8589         Add `metadata' argument to choose completion-styles.
8590         (completion--do-completion): Use metadata to choose cycling.
8591         (completion-all-sorted-completions): Use metadata for sorting.
8592         Remove :completion-cycle-penalty which is not needed any more.
8593         (completion--try-word-completion): Add `metadata' argument.
8594         (minibuffer-completion-help): Check metadata for annotation function
8595         and sorting.
8596         (completion-file-name-table): Return `category' metadata.
8597         (minibuffer-completing-file-name): Make obsolete.
8598         * simple.el (minibuffer-completing-symbol): Make obsolete.
8599         * icomplete.el (icomplete-completions): Pass new `metadata' param to
8600         completion-try-completion.
8602 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8604         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8606 2011-05-30  Leo Liu  <sdl.web@gmail.com>
8608         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
8609         (rcirc-print): Decode all incoming messages (bug#8744).
8610         (rcirc-decode-coding-system): Allow value nil for automatic coding
8611         system detection.
8613 2011-06-01  Glenn Morris  <rgm@gnu.org>
8615         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8617 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
8619         * image.el (image-animate-max-time): Allow nil and t values.
8620         Default to nil.
8621         (create-animated-image): Doc fix.
8622         (image-animate-start): Remove second arg; just use
8623         image-animate-max-time.
8624         (image-animate-timeout): Doc fix.  Args changed.
8626         * image-mode.el (image-toggle-display-image): Ensure that the
8627         image spec passed to the animate timer is the same object as in
8628         the buffer's display property (Bug#6981).
8629         (image-transform-properties): Doc fix.
8631         * image.el (image-animate-max-time): Default to nil.
8633 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
8635         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8636         entire buffer list (Bug#8184).
8638 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
8640         * image.el (imagemagick-types-inhibit)
8641         (imagemagick-register-types): Doc fix.
8643 2011-05-29  Deniz Dogan  <deniz@dogan.se>
8645         * net/rcirc.el (rcirc): Use the user's stored encryption method by
8646         default.
8648 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
8650         * select.el: Don't perform clipboard-manager saving in hooks;
8651         leave the hooks empty.
8653 2011-05-28  Leo Liu  <sdl.web@gmail.com>
8655         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8656         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
8657         (occur-edit-mode): New major mode (Bug#8463).
8658         (occur-after-change-function): New function.
8659         (occur-engine): Give Occur tags a read-only property.
8661 2011-05-28  Kevin Ryde  <user42@zip.com.au>
8663         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8665 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
8667         * bindings.el (help-echo): Make the initial non-indicator dash
8668         empty on graphical terminals (Bug#7295).
8670         * files.el (auto-mode-alist): Move config rule after the
8671         in-stripping one (Bug#8547).
8673         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8675         * startup.el (normal-splash-screen): Remove gratuitous mode-line
8676         setting (Bug#8740).
8678 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
8680         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8681         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8682         (Bug#8539).
8684 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
8686         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8688 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
8690         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8691         (hs-hide-block-at-point, hs-find-block-beginning)
8692         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8693         (Bug#8279).
8695 2011-05-28  Glenn Morris  <rgm@gnu.org>
8697         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
8699 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
8701         * help-fns.el (describe-function-1): If the function is a derived
8702         major mode, print the parent mode.
8704         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8705         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8707 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8709         * minibuffer.el (completion--capf-wrapper): Check applicability before
8710         returning non-nil for non-exclusive completion data.
8711         * progmodes/etags.el (tags-completion-at-point-function):
8712         * info-look.el (info-lookup-completions-at-point): Mark as
8713         non-exclusive.
8714         (info-complete): Adjust accordingly.
8716         * info-look.el: Convert to lexical-binding and completion-at-point.
8717         (info-lookup-completions-at-point): New function.
8718         (info-complete): Use it and completion-in-region.
8720 2011-05-28  Drew Adams  <drew.adams@oracle.com>
8722         * isearch.el: Let M-e start with point at the first mismatched char.
8723         (isearch-fail-pos): New function.
8724         (isearch-edit-string): Use it.
8726 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
8728         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8730 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
8732         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
8733         traversal functions for avl-trees.
8734         (avl-tree--stack): New struct.
8735         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8736         (avl-tree-enter): Add optional `updatefun' arg.
8737         (avl-tree--do-enter): Add optional `updatefun' arg.
8738         Change return value.
8739         (avl-tree-delete): Add optional `test' and `nilflag' args.
8740         (avl-tree--do-delete): Add `test' and `nilflag' args.
8741         Change return value.
8742         (avl-tree-member): Add optional `nilflag'
8743         (avl-tree-member-p): New function.
8744         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
8745         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
8746         (avl-tree-stack-empty-p): New functions.
8748         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
8749         avl-tree--del-balance1 and make it work both ways.
8750         (avl-tree--del-balance2): Remove.
8751         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
8752         make it work both ways.
8753         (avl-tree--enter-balance2): Remove.
8754         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
8755         New macros.
8756         (avl-tree--mapc, avl-tree-map): Add direction argument.
8758 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
8760         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
8762 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
8764         * select.el: Support clipboard managers with built-in function
8765         x-clipboard-manager-save, via delete-frame-functions and
8766         kill-emacs-hook.
8767         (xselect-convert-to-targets): Add MULTIPLE target to list.
8768         (xselect-convert-to-save-targets): New function.
8770 2011-05-27  Kenichi Handa  <handa@m17n.org>
8772         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
8773         let-binding rfc2047-encode-encoded-words to nil.
8775 2011-05-27  Glenn Morris  <rgm@gnu.org>
8777         * mail/emacsbug.el: Don't require url-util.
8779         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
8781         * files.el (set-auto-mode):
8782         Also respect mode: entries at the end of the file.  (Bug#8586)
8784 2011-05-26  Glenn Morris  <rgm@gnu.org>
8786         * files.el (hack-local-variables-prop-line, hack-local-variables):
8787         Downcase mode names, as seems to be traditional.
8788         (hack-local-variables, hack-local-variables-apply): Doc fixes.
8790         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8791         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
8793 2011-05-25  Julien Danjou  <julien@danjou.info>
8795         * textmodes/rst.el (rst-define-level-faces): Do not define face
8796         symbol if it is already defined.
8798 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
8800         * play/5x5.el (5x5-new-game, 5x5-randomize):
8801         Reset 5x5-solver-output to nil when a new grid is cast.
8802         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8803         these debugging traces, as defmacro breaks the compiled code.
8805 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
8807         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8809 2011-05-24  Leo Liu  <sdl.web@gmail.com>
8811         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8812         (vc-bzr-sha1): Adapt.
8814         * sha1.el: Remove.  Function `sha1' is now builtin.
8816         * bindings.el: Provide sha1 feature.
8818 2011-05-24  Kenichi Handa  <handa@m17n.org>
8820         * mail/sendmail.el: Require `rfc2047'.
8821         (mail-insert-from-field): Do not perform RFC2047 encoding.
8822         (mail-encode-header): New function.
8823         (sendmail-send-it): Set buffer-file-coding-system of the work
8824         buffer to the return value of select-message-coding-system.
8825         Call mail-encode-header.
8827         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8829 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
8831         * mail/supercite.el (sc-default-cite-frame):
8832         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
8834 2011-05-24  Glenn Morris  <rgm@gnu.org>
8836         * progmodes/python.el (brm-menu): Declare.
8838         * emulation/viper.el (viper-set-hooks): Declare.
8840         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8841         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8842         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8843         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8844         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8845         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8847 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8849         Add an :exit-function for completion-at-point.
8851         * minibuffer.el (completion--done): New fun.
8852         (completion--do-completion): Use it.  New arg `expect-exact'.
8853         (minibuffer-complete, minibuffer-complete-word): Don't output message,
8854         since completion--do-completion does it for us now.
8855         (minibuffer-force-complete): Use completion--done and
8856         completion--replace.  Handle sole-completion case with more care.
8857         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8858         (completion-extra-properties): New var.
8859         (completion-annotate-function): Make obsolete.
8860         (minibuffer-completion-help): Adjust accordingly.
8861         Use completion-list-insert-choice-function.
8862         (completion-at-point, completion-help-at-point):
8863         Bind completion-extra-properties.
8864         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8865         * simple.el (completion-list-insert-choice-function): New var.
8866         (completion-setup-function): Preserve it.
8867         (choose-completion): Pay attention to it, shuffle the code a bit.
8868         (choose-completion-string): New arg `insert-function'.
8870         * textmodes/bibtex.el: Convert to lexical binding.
8871         (bibtex-mode-map): Use completion-at-point.
8872         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8873         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8874         (bibtex-complete): Define as obsolete alias.
8875         (bibtex-complete-internal): Remove.
8876         (bibtex-format-entry): Remove unused sub-group in regexp.
8877         * shell.el (shell--command-completion-data)
8878         (shell-environment-variable-completion):
8879         * pcomplete.el (pcomplete-completions-at-point):
8880         * comint.el (comint--complete-file-name-data): Use :exit-function
8881         instead of completion-table-with-terminator so it also works for
8882         choose-completion.
8884 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8886         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
8888         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
8889         (bug#8710).
8891         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
8893 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
8895         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
8896         customization variable and implement: If non-nil, auto-fill will
8897         be inhibited while on topic's header line.
8899 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
8901         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
8902         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
8903         always have a solution in grid size = 5 cases.
8904         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
8905         (5x5-solver-output, 5x5-log-buffer): New vars.
8906         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
8907         Make these variables buffer local to achieve 5x5 multi-session-ness.
8908         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
8909         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
8910         (5x5-solve-suggest): New funs.
8911         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
8912         randomize a grid so that we ensure that there is always a solution.
8913         (5x5-make-random-grid): Allow other movement than flipping.
8915 2011-05-23  Kevin Ryde  <user42@zip.com.au>
8917         * emacs-lisp/advice.el (ad-read-advised-function):
8918         Use `function-called-at-point' as the default, if it has
8919         advice and passes PREDICATE.
8921 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8923         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
8924         byte-compile-lambda if it's actually a lambda.
8926         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
8927         Fix function quoting.  Use backquote better.
8929 2011-05-22  Yuanle Song  <sylecn@gmail.com>
8931         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
8932         matching (Bug#8516).
8934 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
8936         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
8937         different face (Bug#8178).
8939 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
8941         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
8942         defface (Bug#8144).
8944 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8946         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
8947         funcall as well (bug#8712).  Warn when performing those conversions.
8948         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
8950         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
8952 2011-05-22  Glenn Morris  <rgm@gnu.org>
8954         * files.el (hack-local-variables-prop-line): Small simplifications.
8955         (hack-local-variables, hack-local-variables-prop-line):
8956         If MODE-ONLY, return the mode, rather than just `t'.
8958 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8960         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
8962 2011-05-21  Glenn Morris  <rgm@gnu.org>
8964         * files.el (hack-local-variables-prop-line, hack-local-variables):
8965         If only interested in the mode, don't bother doing the other stuff.
8967         * image-mode.el (image-after-revert-hook):
8968         Redraw all frames on which the image is visible.  (Bug#8567)
8970         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
8972         * wid-edit.el (widget-checklist-match-inline):
8973         Fix 2011-04-19 change.  (Bug#8649)
8975 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8977         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8978         Also allow singlespace after single-letter capitals followed by a dot.
8980         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
8981         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
8983 2011-05-20  Nix  <nix@esperi.org.uk>
8985         * files.el (basic-save-buffer-2):
8986         Fix handling of break-hardlink-on-save with non-existent files.
8988 2011-05-19  Deniz Dogan  <deniz@dogan.se>
8990         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
8991         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
8993 2011-05-19  Glenn Morris  <rgm@gnu.org>
8995         * progmodes/f90.el (f90-type-def-re):
8996         Handle "type, bind(c)".  (Bug#8691)
8998         * emacs-lisp/autoload.el (batch-update-autoloads):
8999         Set autoload-excludes by parsing loadup.el rather than Makefiles.
9001 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
9003         * net/tramp.el (tramp-process-actions): Set "first-password-request"
9004         property for the correct connection in case of multihops.
9006 2011-05-18  Glenn Morris  <rgm@gnu.org>
9008         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
9009         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9011         Rationalize calendar handling of day and month abbrev-arrays.
9012         * calendar/calendar.el (calendar-customized-p): New function.
9013         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9014         (calendar-day-name-array, calendar-month-name-array): Doc fix.
9015         Add :set function.
9016         (calendar-abbrev-length, calendar-day-abbrev-array)
9017         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9018         (calendar-day-abbrev-array, calendar-month-abbrev-array):
9019         Elements may no longer be nil.
9020         (calendar-day-name, calendar-month-name):
9021         Update for changed nature of abbrev arrays.
9022         * calendar/diary-lib.el (diary-name-pattern):
9023         Update for changed nature of abbrev arrays.
9024         (diary-mark-entries-1): Update calendar-make-alist calls.
9025         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9026         * calendar/cal-html.el (cal-html-day-abbrev-array):
9027         Simply inherit from calendar-day-abbrev-array.
9029 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9031         * progmodes/grep.el (grep-mode): Disable default
9032         compilation-directory-matcher setting (bug#8684).
9034 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
9036         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9037         instead of "head" and "tail".  There were problems with SunOS 5.9,
9038         and it performs better.
9040 2011-05-17  Glenn Morris  <rgm@gnu.org>
9042         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9044         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9045         Replace obsolete function.
9047         * shell.el (pcomplete-parse-arguments-function): Declare.
9049         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9050         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9051         (appt-check): Doc fixes.
9052         (appt-disp-window-function, appt-delete-window-function):
9053         Remove needless special case in custom :type.
9054         (appt-display-count): Default to 0, not nil.
9055         (appt-check): Reset appt-display-count to 0, not nil.
9057 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
9059         * progmodes/python.el (python-font-lock-keywords):
9060         Add the Python 3.X keyword "nonlocal" (bug#8639).
9062 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9064         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9066 2011-05-16  Kevin Ryde  <user42@zip.com.au>
9068         * info-look.el (makefile-automake-mode): New setups, looking in
9069         automake manual, then makefile-mode.
9070         (makefile-mode): Remove automake manual, have it just in
9071         makefile-automake-mode since there's various things different or
9072         not relevant to plain make.
9073         (makefile-mode): Remove "other-modes" non-existent automake-mode,
9074         believe a hypothetical automake-mode would go to makefile-mode,
9075         not the other way around.
9077 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
9079         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9080         hunk-end tags (Bug#8672).
9082         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9083         vc-annotate-show-diff-revision-at-line (Bug#8671).
9085 2011-05-14  Glenn Morris  <rgm@gnu.org>
9087         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9088         in the middle of an existing one with multiple authors.  (Bug#8645)
9089         (change-log-font-lock-keywords): Also handle multiple author lines
9090         with leading tabs.  (Bug#8644)
9092         * calendar/appt.el (appt-check): Rename some local variables.
9093         Some simplification/reordering.
9095         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9096         (feedmail-sendmail-f-doesnt-sell-me-out)
9097         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9098         (feedmail-debug-sit-for, feedmail-queue-express-hook)
9099         (feedmail-queue-runner-message-sender): Set :version.
9100         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9101         (bbdb-dwim-net-address, vm-mail): Declare.
9102         (feedmail-binmail-gnulinuxish-template):
9103         Rename from feedmail-binmail-linuxish-template.
9104         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9105         Use insert-buffer-substring.
9107 2011-05-14  Bill Carpenter  <bill@carpenter.org>
9109         * mail/feedmail.el (feedmail-patch-level): Increase.
9110         (feedmail-debug): New custom group.
9111         (feedmail-confirm-outgoing-timeout)
9112         (feedmail-sendmail-f-doesnt-sell-me-out)
9113         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9114         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9115         (feedmail-sender-line, feedmail-from-line)
9116         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
9117         (feedmail-spray-this-address)
9118         (feedmail-spray-address-fiddle-plex-list)
9119         (feedmail-queue-use-send-time-for-date)
9120         (feedmail-queue-use-send-time-for-message-id)
9121         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9122         (feedmail-buffer-eating-function):
9123         Doc fixes.
9124         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9125         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9126         (feedmail-message-action-scroll-down): New functions.
9127         (feedmail-queue-directory, feedmail-queue-draft-directory):
9128         Use expand-file-name.
9129         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9130         Remove C-v help entry.
9131         (feedmail-queue-buffer-file-name): New variable.
9132         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9133         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9134         (feedmail-message-action-send-strong, feedmail-message-action-edit)
9135         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9136         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9137         (feedmail-message-action-toggle-spray)
9138         (feedmail-run-the-queue-no-prompts)
9139         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9140         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9141         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9142         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9143         (feedmail-envelope-deducer, feedmail-fiddle-from)
9144         (feedmail-fiddle-sender, feedmail-default-date-generator)
9145         (feedmail-fiddle-date, feedmail-fiddle-message-id)
9146         (feedmail-fiddle-spray-address)
9147         (feedmail-fiddle-list-of-spray-fiddle-plexes)
9148         (feedmail-fiddle-list-of-fiddle-plexes)
9149         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9150         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9151         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9152         Change default.  Doc fix.
9153         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9154         (feedmail-binmail-linuxish-template): New constant.
9155         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
9156         Respect feedmail-sendmail-f-doesnt-sell-me-out.
9157         (feedmail-send-it): Add debug call.
9158         Use feedmail-queue-buffer-file-name, and
9159         feedmail-send-it-immediately-wrapper.
9160         (feedmail-message-action-send): Add debug call.
9161         Use feedmail-send-it-immediately-wrapper.
9162         (feedmail-queue-express-to-queue): Add debug call.
9163         Run feedmail-queue-express-hook.
9164         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
9165         (feedmail-message-action-help-blat):
9166         Rename from feedmail-queue-send-edit-prompt-help-first.
9167         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
9168         Check line-endings.  Handle errors better.
9169         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9170         Doc fix.  Add debug call.
9171         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
9172         Use feedmail-queue-send-edit-prompt-inner.
9173         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9174         (feedmail-queue-send-edit-prompt-inner): New function, extracted
9175         from feedmail-queue-send-edit-prompt.
9176         (feedmail-queue-send-edit-prompt-help)
9177         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9178         (feedmail-tidy-up-slug): Add debug call.
9179         Respect feedmail-queue-slug-suspect-regexp.
9180         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9181         (feedmail-dump-message-to-queue): Add debug call.
9182         Expand queue-directory.
9183         (feedmail-dump-message-to-queue): Change message slightly.
9184         Use feedmail-say-chatter.
9185         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
9186         (feedmail-send-it-immediately-wrapper): New function.
9187         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
9188         Insert empty string rather than newline.  Handle full-frame case.
9189         Use catch/throw.  Use feedmail-say-chatter.
9190         (feedmail-fiddle-from): Try mail-host-address.
9191         (feedmail-default-message-id-generator): Doc fix.
9192         Bind system-time-locale.  Handle missing end.
9193         (feedmail-fiddle-x-mailer): Add debug call.
9194         Handle feedmail-x-mailer-line being nil.
9195         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9196         Add debug call.  Use buffer-substring-no-properties.
9197         (feedmail-say-debug, feedmail-say-chatter): New functions.
9198         (feedmail-find-eoh): Give an explicit error.
9200 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
9202         * net/newst-treeview.el (newsticker-treeview-face): Change default
9203         family from helvetica to sans.
9204         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
9205         etc/images/newsticker.
9207         * net/newst-reader.el (newsticker-feed-face): Change default
9208         family from helvetica to sans.
9210         * net/newst-plainview.el (newsticker-new-item-face)
9211         (newsticker-old-item-face, newsticker-immortal-item-face)
9212         (newsticker-obsolete-item-face, newsticker-date-face)
9213         (newsticker-statistics-face): Change default family from
9214         helvetica to sans.
9215         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
9216         etc/images/newsticker.
9218         * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9219         (newsticker--process-auto-mark-filter-match): : Tell user about
9220         auto-marking.
9222 2011-05-13  Didier Verna  <didier@xemacs.org>
9224         Common Lisp indentation improvements on defmethod and lambda-lists.
9225         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9226         TODO entries.
9227         (lisp-lambda-list-keyword-parameter-indentation)
9228         (lisp-lambda-list-keyword-parameter-alignment)
9229         (lisp-lambda-list-keyword-alignment): New customizable user options.
9230         (lisp-indent-defun-method): Improve docstring.
9231         (extended-loop-p): Fix comment.
9232         (lisp-indent-lambda-list-keywords-regexp): New variable.
9233         (lisp-indent-lambda-list): New function.
9234         (lisp-indent-259): Use it.
9235         (lisp-indent-defmethod): Support for more than one
9236         method qualifier and properly indent methods lambda-lists.
9237         (defgeneric): Provide a missing common-lisp-indent-function property.
9239 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9241         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9242         bounds for the empty string (bug#8667).
9244 2011-05-13  Glenn Morris  <rgm@gnu.org>
9246         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9248         * mail/sendmail.el (sendmail-program): Try executable-find first.
9249         (sendmail-send-it): `sendmail-program' cannot be unbound.
9251         * calendar/appt.el (appt-make-list): Simplify.
9252         (appt-time-msg-list): Doc fix.
9253         (appt-check): Change mode-line message at the time of the appointment.
9255 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
9257         * progmodes/ld-script.el (ld-script-keywords)
9258         (ld-script-builtins): Update keywords list.
9260 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9262         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9264         * shell.el (shell-completion-vars): New function.
9265         (shell-mode):
9266         * simple.el (read-shell-command): Use it.
9267         (blink-matching-open): No need for " [...]" in minibuffer-message.
9269 2011-05-12  Glenn Morris  <rgm@gnu.org>
9271         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9272         (appt-check): Simplify.
9274 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
9276         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
9277         literal "/dev/null".
9279 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9281         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9282         Fix typo.
9284 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
9286         * progmodes/which-func.el (which-function):
9287         Use add-log-current-defun instead of add-log-current-defun-function,
9288         which might not be defined (Bug#8260).
9290 2011-05-12  Glenn Morris  <rgm@gnu.org>
9292         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9293         Let byte-compile-initial-macro-environment always take precedence.
9295 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9297         * net/rcirc.el: Add support for SSL/TLS connections.
9298         (rcirc-server-alist): New field `encryption'.
9299         (rcirc): Check `encryption' settings.
9300         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
9301         Merge make-local-variable into `set'.
9302         (rcirc--connection-open-p): New function.
9303         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9304         the process is not a network process (e.g. running gnutls-cli).
9305         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9306         Make rcirc-(en|de)code-coding-system local here.
9307         (rcirc-mode): Merge make-local-variable into `set'.
9308         (rcirc-parent-buffer): Make permanent buffer-local.
9309         (rcirc-multiline-minor-mode): Don't do it here.
9310         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9311         there's no server buffer.
9313 2011-05-11  Glenn Morris  <rgm@gnu.org>
9315         * newcomment.el (comment-kill): Prefix "unused" local.
9317         * term/w32console.el (get-screen-color): Declare.
9319         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9320         Handle symbol elements of byte-compile-initial-macro-environment.
9322 2011-05-10  Leo Liu  <sdl.web@gmail.com>
9324         * bookmark.el (bookmark-bmenu-mode-map):
9325         Bind bookmark-bmenu-search to `/'.
9327         * mail/footnote.el: Convert to utf-8 encoding.
9328         (footnote-unicode-string, footnote-unicode-regexp): New variable.
9329         (Footnote-unicode): New function.
9330         (footnote-style-alist): Add unicode style to the list.
9331         (footnote-style): Doc fix.
9333 2011-05-10  Jim Meyering  <meyering@redhat.com>
9335         Fix doubled-word typos.
9336         * international/quail.el (quail-insert-kbd-layout): and and -> and
9337         * kermit.el: and and -> and
9338         * net/ldap.el (ldap-search-internal): to to -> to
9339         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9340         * progmodes/js.el (js-mode): and and -> and
9341         * textmodes/artist.el (artist-move-to-xy): at at -> at
9342         (artist-draw-region-trim-line-endings): if if -> if
9343         And Safetyc -> Safety.
9344         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9346 2011-05-10  Glenn Morris  <rgm@gnu.org>
9347             Stefan Monnier  <monnier@iro.umontreal.ca>
9349         * files.el (hack-one-local-variable-eval-safep):
9350         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
9352 2011-05-10  Glenn Morris  <rgm@gnu.org>
9354         * calendar/diary-lib.el (diary-list-entries-hook)
9355         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9356         (diary-nongregorian-marking-hook, diary-list-entries)
9357         (diary-include-other-diary-files, diary-mark-entries)
9358         (diary-mark-included-diary-files): Doc fixes.
9360 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
9362         * misc.el: Require tabulated-list.el during compilation.
9364 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
9366         * progmodes/compile.el (compilation-start):
9367         Run compilation-filter-hook for the async case too.
9368         (compilation-filter-hook): Doc fix.
9370 2011-05-09  Deniz Dogan  <deniz@dogan.se>
9372         * wdired.el: Remove outdated installation comment.  Fix usage
9373         comment.
9375 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
9377         * misc.el: Implement new command `list-dynamic-libraries'.
9378         (list-dynamic-libraries--loaded-only-p): New variable.
9379         (list-dynamic-libraries--refresh): New function.
9380         (list-dynamic-libraries): New command.
9382 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
9384         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9385         Fix the ant regexp to handle end-line and end-column info from jikes.
9386         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
9387         higher priority to avoid clobbering by gnu.
9389 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
9391         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9392         if the face has existing theme settings (Bug#8454).
9394 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
9396         * progmodes/perl-mode.el (perl-imenu-generic-expression):
9397         Only match variables declared via `my' or `our' (Bug#8261).
9399         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9400         special file names `.' and `..' (Bug#8259).
9402 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
9404         * progmodes/grep.el (grep-mode-font-lock-keywords):
9405         Remove buffer-changing entries.
9406         (grep-filter): New function.
9407         (grep-mode): Add it to compilation-filter-hook.
9409         * progmodes/compile.el (compilation-filter-hook)
9410         (compilation-filter-start): New defvars.
9411         (compilation-filter): Call compilation-filter-hook prior to
9412         updating the process mark.
9414 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9416         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9418 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
9420         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9421         mailclient-send-it even if window-system is nil.  (Bug#8595)
9423         * term/w32console.el (terminal-init-w32console):
9424         Call get-screen-color and use its output to set the frame
9425         background-mode.  (Bug#8597)
9427 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9429         Make bytecomp.el understand that defmethod defines funs (bug#8631).
9430         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9431         New functions.
9432         (defgeneric, eieio--defmethod): Use them.
9433         (eieio-defgeneric): Remove.
9434         (defmethod): Call defgeneric in a way visible to the byte-compiler.
9436 2011-05-07  Glenn Morris  <rgm@gnu.org>
9438         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9439         Use let rather than let*.
9440         (timeclock-find-discrep): Remove unused local.
9442         * calendar/diary-lib.el (diary-comment-start): Doc fix.
9444         * calendar/appt.el (appt-time-msg-list): Doc fix.
9446 2011-05-06  Noah Friedman  <friedman@splode.com>
9448         * apropos.el (apropos-print-doc): Only use
9449         emacs-lisp-docstring-fill-column when it is bound to an integer,
9450         per that variable's documentation.
9452 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9454         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
9455         and warnings are not silently discarded (e.g. use -d instead of -P).
9457 2011-05-06  Glenn Morris  <rgm@gnu.org>
9459         * calendar/appt.el (appt-message-warning-time): Doc fix.
9460         (appt-warning-time-regexp): New option.
9461         (appt-make-list): Respect appt-message-warning-time.
9463         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9464         New options.
9465         (diary-add-to-list): Strip comments from the displayed string.
9466         (diary-mode): Set comment-start and comment-end.
9468         * vc/diff-mode.el (smerge-refine-subst): Declare.
9469         (diff-refine-hunk): Don't require smerge-mode when compiling.
9471 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
9473         * simple.el (list-processes): Return nil as the docstring says.
9475 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
9477         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9478         to "".
9479         (ange-ftp-write-region, ange-ftp-insert-file-contents)
9480         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9481         determining of binary transfer.  (Bug#7383)
9483 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
9485         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9486         Fix port computation bug.  (Bug#8618)
9488 2011-05-05  Glenn Morris  <rgm@gnu.org>
9490         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9492         * simple.el (shell-dynamic-complete-functions)
9493         (comint-dynamic-complete-functions): Declare.
9495         * net/network-stream.el (gnutls-negotiate):
9496         * simple.el (tabulated-list-print): Fix declarations.
9498         * progmodes/gud.el (syntax-symbol, syntax-point):
9499         Remove unnecessary and incorrect declarations.
9501         * emacs-lisp/check-declare.el (check-declare-scan):
9502         Handle byte-compile-initial-macro-environment in bytecomp.el
9504 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9506         Fix earlier half-done eieio-defmethod change (bug#8338).
9507         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9508         Streamline and change calling convention.
9509         (defmethod): Adjust accordingly and simplify.
9510         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9511         new eieio--defmethod.
9512         (slot-boundp): Minor CSE simplification.
9514 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
9516         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9517         (glasses-make-readable): Use glasses-separate-capital-groups.
9519 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
9521         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9522         (warning-series): Doc fix.
9523         (display-warning): Don't try to create the buffer if we just found it.
9525 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
9527         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9528         (autoload-find-generated-file): New function.
9529         (generate-file-autoloads): Bind generated-autoload-file to
9530         buffer-file-name.
9531         (update-file-autoloads, update-directory-autoloads):
9532         Use autoload-find-generated-file.  If called interactively, prompt for
9533         output file (Bug#7989).
9534         (batch-update-autoloads): Doc fix.
9536 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
9538         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9540 2011-05-04  Glenn Morris  <rgm@gnu.org>
9542         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9543         function, so it follows changes in calendar-date-style.
9544         (diary-fancy-date-matcher): New function.
9545         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9546         (diary-fancy-font-lock-fontify-region-function):
9547         Use diary-fancy-date-pattern as a function.
9549         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9550         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
9552 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
9554         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9555         instead of positional arguments.  Allow :keylist and :crlfiles
9556         arguments.
9557         (open-gnutls-stream): Call it.
9559         * net/network-stream.el (network-stream-open-starttls): Adjust to
9560         call `gnutls-negotiate' with :process and :hostname arguments.
9562 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9564         * minibuffer.el (completion--message): New function.
9565         (completion--do-completion, minibuffer-complete)
9566         (minibuffer-force-complete, minibuffer-complete-word): Use it.
9567         (completion--do-completion): Don't ignore completion-auto-help when in
9568         icomplete-mode.
9570         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9571         internal encoding (e.g. tibetan zero is not whitespace).
9572         (global-whitespace-mode): Prefer save-current-buffer.
9573         (whitespace-trailing-regexp): Remove useless save-match-data.
9574         (whitespace-empty-at-bob-regexp): Minor simplification.
9576 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
9578         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9580 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9582         * textmodes/ispell.el (ispell-add-per-file-word-list):
9583         Use `concat' to create string for insertion.
9585 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9587         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9588         Avoid open-line which runs post-self-insert-hook.
9589         (bibtex-fill-entry): Remove unused `end' var.
9591 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
9593         * textmodes/ispell.el (ispell-add-per-file-word-list):
9594         Protect against `nil' value of `comment-start' (Bug#8579).
9596 2011-05-03  Leo Liu  <sdl.web@gmail.com>
9598         * isearch.el (isearch-yank-pop): New command.
9599         (isearch-mode-map): Bind it to `M-y'.
9600         (isearch-forward): Mention it.
9602 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9604         * simple.el (minibuffer-complete-shell-command): Remove.
9605         (minibuffer-local-shell-command-map): Use completion-at-point.
9606         (read-shell-command): Setup completion vars here instead.
9607         (read-expression-map): Bind TAB to symbol completion.
9609         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9610         error directly rather via storing it into `results'.
9612 2011-05-02  Leo Liu  <sdl.web@gmail.com>
9614         * vc/diff.el: Fix description.
9616 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9618         * server.el (server-eval-at): New function.
9620 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9622         * net/network-stream.el (open-network-stream): Take a :nowait
9623         parameter and pass it on to `make-network-process'.
9624         (network-stream-open-plain): Ditto.
9626 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
9628         * faces.el (face-spec-set-match-display): Don't match toolkit
9629         options on terminal frames.
9631 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9633         * progmodes/pascal.el: Use lexical binding.
9634         (pascal-mode-map): Remove author preferences.
9636         * pcomplete.el (pcomplete-std-complete): Don't abuse
9637         completion-at-point.
9639 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
9641         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9642         removing code that has been dead since 1991 or so.
9644         * startup.el (command-line): When warning about "_emacs", use a
9645         delayed warning to allow the user to filter it out.
9647 2011-04-28  Deniz Dogan  <deniz@dogan.se>
9649         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9650         user has not joined.
9652 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9654         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9655         aren't any completions at point.
9657 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
9659         * subr.el (display-delayed-warnings): New function.
9660         (delayed-warnings-hook): New variable.
9662 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9664         * minibuffer.el (completion-at-point, completion-help-at-point):
9665         Don't presume that a given completion-at-point-function will always
9666         use the same calling convention.
9668         * pcomplete.el (pcomplete-completions-at-point):
9669         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
9670         pcomplete-seen is non-nil.
9671         (pcomplete-comint-setup): Also recognize the new comint/shell
9672         completion functions.
9673         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9674         pcomplete-seen is non-nil.
9676 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
9678         * calendar/icalendar.el (diary-lib): Add require statement.
9679         (icalendar--create-uid): Read out a uid from a text-property on
9680         the first character in the entry.  This allows for code to add its
9681         own uid to the entry.
9682         (icalendar--convert-float-to-ical): Add export of
9683         `diary-float'-entries save for those with the optional DAY
9684         argument.
9686 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
9688         * subr.el (shell-quote-argument): Use alternate escaping strategy
9689         when we spot a variable reference in a string.
9691 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
9693         * cus-start.el (all): Define customization for debug-on-event.
9695 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
9697         * subr.el (shell-quote-argument): Escape correctly under Windows.
9699 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9701         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9703 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
9705         * net/tramp.el (tramp-process-actions): Add POS argument.
9706         Delete region between POS and (pos).
9708         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9709         Use `nil' position in `tramp-process-actions' call.
9710         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9712         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9713         position in `tramp-process-actions' call.
9715         * net/trampver.el: Update release number.
9717 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9719         * custom.el (defcustom): Obey lexical-binding.
9721         Fix octave-inf completion problems reported by Alexander Klimov.
9722         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9723         Inherit from octave-mode-syntax-table.
9724         (inferior-octave-mode): Set info-lookup-mode.
9725         (inferior-octave-completion-at-point): New function.
9726         (inferior-octave-complete): Use it and completion-in-region.
9727         (inferior-octave-dynamic-complete-functions): Use it as well, and use
9728         comint-filename-completion.
9729         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9730         symbol elements which shouldn't be word elements.
9731         (octave-font-lock-keywords, octave-beginning-of-defun)
9732         (octave-function-header-regexp): Adjust regexps accordingly.
9733         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9735 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
9737         * net/gnutls.el (gnutls-errorp): Declare before first use.
9739 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
9741         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
9742         verify-error, and verify-hostname-error parameters.  Check whether
9743         default trustfile exists before going to use it.  Add missing
9744         argument to gnutls-message-maybe call.  Return value.
9745         Reported by Claudio Bley <claudio.bley@gmail.com>.
9746         (open-gnutls-stream): Add usage example.
9748         * net/network-stream.el (network-stream-open-starttls): Give host
9749         parameter to `gnutls-negotiate'.
9750         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
9751         * subr.el (shell-quote-argument): Escape correctly under Windows.
9753 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
9755         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9756         Use correct match group (bug#8438).
9758 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
9760         * emacs-lisp/package.el (package-built-in-p): Fix typo.
9761         (package-menu--generate): New arg specifying packages to show.
9762         (package-menu-refresh, package-menu-execute, list-packages):
9763         Callers changed.
9764         (package-show-package-list): New function, replacing deleted
9765         package--list-packages (renamed because it is non-internal).
9767         * finder.el (finder-list-matches): Use package-show-package-list
9768         instead of deleted package--list-packages.
9770         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
9771         Based on a previous implementation by Juanma Barranquero (Bug#8366).
9772         (vc-annotate-mode-map): Bind it to RET.
9774 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
9776         * progmodes/etags.el (next-file): Don't use set-buffer to change
9777         buffers (Bug#8478).
9779 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
9781         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
9783         * apropos.el (apropos-label-face): Avoid variable-pitch face.
9784         (apropos-accumulator): Doc fix.
9785         (apropos-function, apropos-macro, apropos-command)
9786         (apropos-variable, apropos-face, apropos-group, apropos-widget)
9787         (apropos-plist): Add face property.
9788         (apropos-symbols-internal): Fix indentation.
9789         (apropos-print): Simplify help, and recognize apropos-multi-type.
9790         (apropos-print-doc): Use button-type-get to extract the button's
9791         face property.  Fill docstring (Bug#8352).
9793 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
9795         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9797         * play/mpuz.el (mpuz-silent): Doc fix.
9798         (mpuz-mode-map): Use mapc.
9799         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9800         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9801         Fix typos in docstrings.
9803         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9804         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9806         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9808 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
9810         * minibuffer.el (completion--do-completion): Avoid the "Next char
9811         not unique" prompt if icomplete-mode is enabled (Bug#5849).
9813         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9814         mouse-2 into unread-command-events, it is interpreted correctly.
9816         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
9817         (image-toggle-display): Doc fix.
9819 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
9821         * textmodes/page.el (what-page): Use line-number-at-pos to
9822         calculate line number (Bug#6825).
9824 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
9826         * eshell/esh-mode.el (find-tag-interactive): Declare function.
9827         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9828         Pass argument NO-DEFAULT to `find-tag-interactive'.
9830 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
9832         Lexical-binding cleanup.
9834         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9835         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9836         * progmodes/ada-prj.el (ada-prj-initialize-values)
9837         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9838         (ada-prj-show-value):
9839         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9840         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9841         (antlr-invalidate-context-cache, antlr-options-menu-filter)
9842         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9843         * progmodes/bug-reference.el (bug-reference-push-button):
9844         * progmodes/fortran.el (fortran-line-length):
9845         * progmodes/glasses.el (glasses-change):
9846         * progmodes/octave-mod.el (octave-fill-paragraph):
9847         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9848         (python-pdbtrack-grub-for-buffer, python-sentinel):
9849         * progmodes/sql.el (sql-save-connection):
9850         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9851         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9852         Mark unused parameters.
9854         * progmodes/compile.el (compilation--flush-directory-cache)
9855         (compilation--flush-parse, compile-internal): Mark unused parameters.
9856         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9857         (compilation-next-error-function): Remove unused variable `timestamp'.
9859         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9860         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9862         * progmodes/dcl-mode.el (dcl-end-of-command):
9863         Remove unused variable `start'.
9864         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9865         (dcl-option-value-basic, dcl-option-value-offset)
9866         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9867         Mark unused parameters.
9868         (dcl-save-local-variable): Remove unused variable `val'.
9869         (mode): Declare.
9871         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9872         Mark unused parameters.
9873         (delphi-ignore-changes): Move before first use.
9874         (delphi-charset-token-at): Remove unused variable `start'.
9875         (delphi-else-start): Remove unused variable `if-count'.
9876         (delphi-comment-block-start, delphi-comment-block-end):
9877         Remove unused variable `kind'.
9878         (delphi-indent-line): Remove unused variable `new-point'.
9880         * progmodes/ebrowse.el (ebrowse-files-list)
9881         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9882         Mark unused parameters.  Don't quote `lambda'.
9883         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9884         Don't quote `lambda'.
9885         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
9886         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
9887         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
9888         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
9889         Use `ignore-errors'.
9890         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
9891         (ebrowse-view/find-file-and-search-pattern)
9892         (ebrowse-view/find-member-declaration/definition):
9893         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
9894         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
9895         Rename parameter PREFIX-ARG to PREFIX.
9896         (ebrowse-tags-read-name): Remove unused variables `start' and
9897         `member-info'.
9898         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
9899         to `tags-file'.
9901         * progmodes/etags.el (local-find-tag-hook): Declare.
9902         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
9903         Mark unused parameters.
9905         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
9906         (executable-interpret): Mark unused parameter.
9908         * progmodes/flymake.el (flymake-process-sentinel)
9909         (flymake-after-change-function)
9910         (flymake-create-temp-with-folder-structure)
9911         (flymake-get-include-dirs-dot): Mark unused parameters.
9912         (flymake-safe-delete-directory): Remove unused variable `err'.
9914         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
9915         (speedbar-timer-fn, speedbar-line-text)
9916         (speedbar-change-expand-button-char, speedbar-delete-subblock)
9917         (speedbar-center-buffer-smartly): Declare functions.
9918         (gdb-find-watch-expression): Remove unused variable `array'.
9919         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
9920         (gdb-starting): Mark unused parameters.
9921         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
9922         (gdb-table-string): Remove unused variable `res'.
9923         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
9924         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
9925         (gdb-display-buffer): Remove unused variable `cur-size'.
9927         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
9928         allow lexical-binding compilation.
9929         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
9930         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
9931         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
9932         Mark unused parameters.
9933         (gud-gdb-marker-filter): Remove unused variable `match'.
9934         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
9935         lambda expressions and funcall them, instead of using `fset'.
9937         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
9938         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
9940         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
9941         variable `header-beg'; use `let'.
9943         * progmodes/icon.el (indent-icon-exp): Remove unused variables
9944         `restart', `last-sexp' and `at-do'.
9946         * progmodes/js.el (js--debug): Mark unused parameter.
9947         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
9948         (js--splice-into-items): Remove unused variable `item'.
9949         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
9951         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
9952         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
9953         (makefile-complete): Remove unused variable `try'.
9954         (makefile-fill-paragraph, makefile-match-function-end):
9955         Mark unused parameters.
9957         * progmodes/octave-inf.el (inferior-octave-complete):
9958         Remove unused variable `proc'.
9959         (inferior-octave-output-digest): Mark unused parameter.
9961         * progmodes/perl-mode.el (perl-calculate-indent):
9962         Remove unused variable `err'.
9964         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
9965         (prolog-indent-line): Mark unused parameters.
9966         (prolog-indent-line): Remove unused variable `beg'.
9968         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
9969         (reporter-dont-compact-list): Declare.
9971         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
9972         Remove unused variable `char'.
9973         (sh-debug): Mark unused parameter.
9974         (sh-get-indent-info): Remove unused variable `start'.
9975         (sh-calculate-indent): Remove unused variable `var'.
9977         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
9978         (simula-electric-keyword): Remove unused variable `null'.
9979         (simula-search-backward, simula-search-forward): Remove unused
9980         variables `begin' and `end'.
9982         * progmodes/vera-mode.el (vera-guess-basic-syntax):
9983         Remove unused variable `pos'.
9984         (vera-electric-tab, vera-comment-uncomment-region):
9985         Mark unused parameters.
9986         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
9988 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
9990         * emacs-lisp/package.el (package--builtins, package-alist)
9991         (package-load-descriptor, package-built-in-p, package-activate)
9992         (define-package, package-installed-p)
9993         (package-compute-transaction, package-buffer-info)
9994         (package--push): Doc fix.  Distinguish more clearly between
9995         version strings and version lists.
9997 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
9999         Lexical-binding cleanup.
10001         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10002         (5x5-make-mutate-best):
10003         * play/fortune.el (fortune-in-buffer):
10004         * play/gomoku.el (gomoku-init-display):
10005         * play/solitaire.el (solitaire, solitaire-do-check):
10006         * play/tetris.el (tetris-default-update-speed-function):
10007         Mark unused parameters.
10009         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10010         (bubbles--shift): Remove unused variable `char-org'.
10011         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
10012         (bubbles--show-images): Remove unused variable `char'.
10014         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10015         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10016         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10017         (decipher-analyze-buffer): Use ?\s.
10018         (decipher-make-checkpoint): Remove unused variable `mapping'.
10020         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10022         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10023         Remove unused variable `result'; use `let'.
10025         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10026         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10027         (gametree-children-shown-p, gametree-compute-reduced-score):
10028         Use `ignore-errors'.
10030         * play/handwrite.el (ps-lpr-switches): Declare.
10031         (handwrite): Remove unused variables `pmin' and `lastp'.
10033         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10035         * play/landmark.el (landmark-init-display)
10036         (landmark-update-naught-weights): Mark unused parameters.
10037         (landmark-y): Remove unused variable `noise'.  Simplify.
10038         (landmark-human-plays): Remove unused variable `score'.
10040         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10041         (mpuz-try-proposal): Remove unused variable `game'.
10043         * play/zone.el (life-patterns): Declare.
10045 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
10047         * vc/vc.el (ediff-vc-internal): Declare function.
10049 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10051         * shell.el: Use lexical-binding and std completion UI.
10052         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10053         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10054         comint-preoutput-filter-functions rather than on
10055         comint-output-filter-functions.
10056         (shell-command-completion, shell--command-completion-data)
10057         (shell-filename-completion, shell-environment-variable-completion)
10058         (shell-c-a-p-replace-by-expanded-directory): New functions.
10059         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10060         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10061         (shell-dynamic-complete-environment-variable): Use them.
10062         (shell-dynamic-complete-as-environment-variable)
10063         (shell-dynamic-complete-as-command): Remove.
10064         (shell-match-partial-variable): Match past point.
10065         * comint.el: Clean up use of completion-at-point-functions.
10066         (comint-completion-at-point): New function.
10067         (comint-mode): Use it completion-at-point-functions.
10068         (comint-dynamic-complete): Make it obsolete.
10069         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10070         (comint-c-a-p-replace-by-expanded-history): New function.
10071         (comint-dynamic-complete-functions)
10072         (comint-replace-by-expanded-history): Use it.
10073         * minibuffer.el (completion-table-with-terminator): Allow dynamic
10074         termination strings.  Try harder to avoid second try-completion.
10075         (completion-in-region-mode-map): Disable bindings that don't work yet.
10077         * comint.el: Use lexical-binding.  Require CL.
10078         (comint-dynamic-complete-functions): Use comint-filename-completion.
10079         (comint-completion-addsuffix): Tweak custom type.
10080         (comint-filename-completion, comint--common-suffix)
10081         (comint--common-quoted-suffix, comint--table-subvert)
10082         (comint--complete-file-name-data): New functions.
10083         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10084         (comint-dynamic-list-filename-completions): Use them.
10085         (comint-dynamic-simple-complete): Make obsolete.
10087         * minibuffer.el (completion-in-region-mode):
10088         Keep completion-in-region-mode--predicate global.
10089         (completion-in-region--postch):
10090         Assume completion-in-region-mode--predicate is not null.
10092         * progmodes/flymake.el (flymake-start-syntax-check-process):
10093         Obey `dir'.  Simplify.
10095         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10096         we're in VC after all.
10098 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
10100         * vc/vc.el (vc-diff-build-argument-list-internal)
10101         (vc-version-ediff, vc-ediff): New commands.
10102         (vc-version-diff): Use vc-diff-build-argument-list-internal.
10104 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10106         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10107         add sanity check.
10109         * obsolete/erc-hecomplete.el: Make obsolete.
10110         * obsolete/: Standardize obsolescence info in the header.
10112 2011-04-20  Glenn Morris  <rgm@gnu.org>
10114         * calendar/solar.el (solar-horizontal-coordinates):
10115         Use the longitude argument rather than `calendar-longitude'.
10116         (solar-date-next-longitude): Remove unused locals.
10118 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10120         * whitespace.el: New version 13.2.1.
10122 2011-04-20  felix  <EmacsWiki>  (tiny change)
10124         * whitespace.el (global-whitespace-mode): Keep highlight when
10125         switching between major modes on a file.
10127 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10129         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10130         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10131         multi-line comments as well.
10133 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
10135         Lexical-binding cleanup.
10137         * arc-mode.el (archive-mode-revert):
10138         * cmuscheme.el (scheme-interactively-start-process):
10139         * custom.el (custom-initialize-delay):
10140         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10141         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10142         * emacs-lock.el (emacs-lock-clear-sentinel):
10143         * ezimage.el (defezimage):
10144         * follow.el (follow-avoid-tail-recenter):
10145         * fringe.el (set-fringe-mode-1):
10146         * generic-x.el (bat-generic-mode-compile):
10147         * help-mode.el (help-info-variable, help-do-xref)
10148         (help-mode-revert-buffer):
10149         * help.el (view-emacs-todo):
10150         * iswitchb.el (iswitchb-completion-help):
10151         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10152         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10153         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10154         * locate.el (locate-update):
10155         * longlines.el (longlines-encode-region)
10156         (longlines-after-change-function):
10157         * outline.el (outline-isearch-open-invisible):
10158         * ps-def.el (declare-function, charset-dimension, char-width)
10159         (encode-char):
10160         * ps-mule.el (ps-mule-plot-string):
10161         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10162         (recentf-edit-list-select, recentf-edit-list-validate)
10163         (recentf-open-files-action):
10164         * rect.el (delete-whitespace-rectangle-line)
10165         (rectangle-number-line-callback):
10166         * register.el (window-configuration-to-register)
10167         (frame-configuration-to-register):
10168         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10169         * select.el (xselect-convert-to-string, xselect-convert-to-length)
10170         (xselect-convert-to-targets, xselect-convert-to-delete)
10171         (xselect-convert-to-filename, xselect-convert-to-charpos)
10172         (xselect-convert-to-lineno, xselect-convert-to-colno)
10173         (xselect-convert-to-os, xselect-convert-to-host)
10174         (xselect-convert-to-user, xselect-convert-to-class)
10175         (xselect-convert-to-name, xselect-convert-to-integer)
10176         (xselect-convert-to-atom, xselect-convert-to-identity):
10177         * subr.el (declare, ignore, process-kill-without-query)
10178         (text-clone-maintain):
10179         * terminal.el (te-get-char, te-tic-sentinel):
10180         * tool-bar.el (tool-bar-make-keymap):
10181         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10182         * type-break.el (type-break-mode, type-break-noninteractive-query):
10183         * view.el (View-back-to-mark):
10184         * wid-browse.el (widget-browse-action, widget-browse-widget)
10185         (widget-browse-widgets, widget-browse-sexp):
10186         * widget.el (define-widget-keywords):
10187         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10188         Mark unused parameters.
10190         * align.el (align-adjust-col-for-rule): Mark unused parameter.
10191         (align-areas): Remove unused variable `look'.
10192         (align-region): Remove unused variables `real-end' and `pos-list'.
10194         * apropos.el (apropos-score-doc): Remove unused variable `i'.
10196         * bindings.el (mode-line-modified, mode-line-remote):
10197         Mark unused parameters.
10198         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10200         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10201         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10203         * comint.el (comint-history-isearch-pop-state)
10204         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10205         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10206         (comint-substitute-in-file-name): Doc fix.
10208         * completion.el (cmpl-statistics-block): Mark unused parameter.
10209         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10210         (save-completions-to-file, load-completions-from-file):
10211         Remove unused local variable `e'.
10213         * composite.el (compose-chars): Remove unused variable `len'.
10214         (lgstring-insert-glyph): Remove unused variable `g'.
10215         (compose-glyph-string): Remove unused variables `ascent',
10216         `descent', `lbearing' and `rbearing'.
10217         (compose-glyph-string-relative): Remove unused variables
10218         `lbearing', `rbearing' and `wadjust'.
10219         (compose-gstring-for-graphic): Remove unused variables `header',
10220         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
10221         (compose-gstring-for-terminal): Remove unused variables `header'
10222         and `nchars'.  Use `let', not `let*'.
10224         * cus-edit.el (Custom-set, Custom-save, custom-reset)
10225         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10226         (Custom-buffer-done, custom-buffer-create-internal)
10227         (custom-browse-visibility-action, custom-browse-group-tag-action)
10228         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10229         (widget-magic-mouse-down-action, custom-toggle-parent)
10230         (custom-add-parent-links, custom-toggle-hide-variable)
10231         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10232         (custom-toggle-hide-face, face, hook, custom-group-link-action)
10233         (custom-face-menu-create, custom-variable-menu-create, get)
10234         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10235         (custom-reset-standard-save-and-update): Remove unused variable `value'.
10236         (customize-apropos): Remove unused variable `tests'.
10237         (custom-group-value-create): Remove unused variable `hidden-p'.
10238         (sort-fold-case): Declare.
10240         * cus-theme.el (custom-reset-standard-faces-list)
10241         (custom-reset-standard-variables-list): Declare.
10242         (customize-create-theme, custom-theme-revert, custom-theme-write)
10243         (custom-theme-choose-mode, customize-themes, custom-theme-save):
10244         Mark unused parameters.
10246         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10248         * delim-col.el (delimit-columns-max): Move defvar before first use.
10250         * descr-text.el (describe-char-categories): Don't quote `lambda'.
10251         (describe-char): Don't quote `lambda'.  Mark unused parameter.
10253         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10254         (auto-insert): Declare.
10255         (desktop-restore-file-buffer): Rename desktop-* parameters;
10256         mark unused ones.
10257         (desktop-create-buffer): Rename desktop-* parameters and bind them.
10258         (desktop-buffer): Rename desktop-* parameters.
10260         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10261         (dframe-reposition-frame-xemacs, dframe-help-echo)
10262         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10263         Mark unused parameters.
10265         * dired-aux.el (backup-extract-version-start, overwrite-query)
10266         (overwrite-backup-query, rename-regexp-query)
10267         (rename-non-directory-query): Declare.
10268         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10269         (dired-add-entry): Remove unused variable `orig-file-name'.
10270         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10271         Use parameter PRESERVE-TIME instead of accessing dynamic variable
10272         `dired-copy-preserve-time' directly.
10273         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10274         (dired-insert-subdir-newpos): Rename unused variable `pos'.
10276         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10277         (dired-virtual-revert, dired-make-relative-symlink):
10278         Mark unused parameters.
10279         (manual-program): Declare.
10280         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10281         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10282         wrapped in `with-no-warnings' to avoid replacing one warning by another.
10284         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10286         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10288         * echistory.el (electric-history-in-progress, Helper-return-blurb):
10289         Declare.
10291         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10293         * electric.el (Electric-command-loop): Rename parameter
10294         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10296         * expand.el (expand-in-literal): Remove unused variable `here'.
10298         * facemenu.el (facemenu-add-new-color):
10299         Remove unused variable `docstring'.
10301         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10302         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10303         (face-attr-construct): Mark unused parameter.  Doc fix.
10304         (read-color): Remove unused variable `hex-string'.
10306         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10307         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10308         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10309         (display-buffer-other-frame): Remove unused variable `old-window'.
10310         (kill-buffer-hook): Declare.
10311         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10312         Mark unused parameters.
10313         (after-find-file): Pass 1 to `auto-save-mode', not t.
10315         * files-x.el (auto-insert): Declare.
10316         (modify-file-local-variable-prop-line): Remove unused variable `val'.
10318         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
10319         variable `buf'.  Mark unused parameter.
10320         (find-lisp-insert-directory): Mark unused parameter.
10322         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10323         (format-encode-region): Remove unused variables `cur-buf' and `result'.
10324         (format-common-tail): Remove, unused.
10325         (format-deannotate-region): Remove unused variable `loc'.
10326         (format-annotate-region): Remove unused variable `p'.
10327         (format-annotate-single-property-change): Remove unused variables
10328         `default' and `tail'.
10330         * forms.el (read-file-filter): Declare.
10331         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10333         * frame.el (frame-creation-function-alist): Mark unused parameter.
10334         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10336         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10337         Remove unused parameters.
10338         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10339         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10341         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10342         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10343         (hfy-prepare-tag-map): Mark unused parameters.
10344         (htmlfontify-buffer): Use `called-interactively-p'.
10346         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10347         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10348         (ibuffer-do-occur): Mark unused parameters.
10349         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10350         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10352         * ibuffer.el: Don't quote `lambda'.
10353         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10354         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10355         Mark unused parameters.
10357         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10358         (ido-completing-read): Mark unused parameters.
10359         (ido-copy-current-word): Mark unused parameters;
10360         remove unused variable `name'.
10361         (ido-sort-merged-list): Remove unused parameter `dirs'.
10363         * ielm.el (ielm-input-sender): Mark unused parameter.
10364         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10365         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10366         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10367         `ielm-string' as a dynamic variable accessible from the IELM prompt.
10368         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
10370         * image-dired.el (image-dired-display-thumbs): Remove unused
10371         variables `curr-file' and `count'.
10372         (image-dired-remove-tag): Remove unused variable `start'.
10373         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10374         variable `curr-file'
10375         (image-dired-rotate-original): Remove unused variable `temp-file'.
10376         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10377         Remove unused variable `file'.
10378         (image-dired-gallery-generate): Remove unused variable `curr'.
10379         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10381         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10383         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10385         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10387         * isearch.el (minibuffer-history-symbol): Declare.
10388         (isearch-edit-string): Remove unused variable `err'.
10389         (isearch-message-prefix, isearch-message-suffix):
10390         Mark unused parameters.
10392         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10394         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10396         * makesum.el (double-column): Remove unused variable `cnt'.
10398         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10399         (ido-ignore-item-temp-list): Declare.
10401         * mouse-drag.el (mouse-drag-throw): Remove unused variables
10402         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10403         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10404         (mouse-drag-drag): Remove unused variables `mouse-delta' and
10405         `mouse-col-delta'.
10407         * mouse-sel.el (mouse-extend-internal):
10408         Remove unused variable `orig-window-frame'.
10410         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10411         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10412         Move declarations before first use.
10413         (pcomplete-opt): Mark unused parameters; doc fix.
10415         * proced.el (proced-revert): Mark unused parameter.
10416         (proced-send-signal): Remove unused variable `err'.
10418         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10419         Rename parameter PREFIX-ARG to ARG.
10420         (ps-basic-plot-string, ps-basic-plot-whitespace):
10421         Mark unused parameters.
10423         * replace.el (replace-count): Define.
10424         (occur-revert-function): Mark unused parameters.
10425         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10426         (isearch-case-fold-search, isearch-string): Declare.
10427         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10428         bind `case-fold-search'.  Remove unused variables `beg' and `end',
10429         and simplify.
10430         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10431         COUNT and bind `replace-count'.
10432         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10433         to COUNT.
10435         * savehist.el (print-readably, print-string-length): Declare.
10437         * shadowfile.el (shadow-expand-cluster-in-file-name):
10438         Remove unused variable `cluster'.
10439         (shadow-copy-file): Remove unused variable `i'.
10440         (shadow-noquery, shadow-clusters, shadow-site-cluster)
10441         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10442         (shadow-define-literal-group, shadow-define-regexp-group)
10443         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10445         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10446         (shell): Use `called-interactively-p'.
10447         (shell-directory-tracker): Remove unused variable `chdir-failure'.
10449         * simple.el (compilation-context-lines, comint-file-name-quote-list)
10450         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10451         (delete-backward-char): Remove unused variable `ocol'.
10452         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10453         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10454         (event-apply-hyper-modifier, event-apply-shift-modifier)
10455         (event-apply-control-modifier, event-apply-meta-modifier):
10456         Mark unused parameters.
10457         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10458         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10460         * speedbar.el (speedbar-ignored-directory-expressions)
10461         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10462         (speedbar-find-file, speedbar-dir-follow)
10463         (speedbar-directory-buttons-follow, speedbar-tag-find)
10464         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10465         (speedbar-buffers-line-directory, speedbar-buffer-click):
10466         Mark unused parameters.
10467         (speedbar-tag-file): Remove unused variable `mode'.
10468         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10470         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10472         * talk.el (talk): Remove unused variable `display'.
10474         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10475         (tar-write-region-annotate): Mark unused parameter.
10477         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10478         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10479         Declare them, wrapped in `with-no-warnings' to avoid replacing one
10480         warning by another.
10482         * time-stamp.el (time-stamp-string-preprocess):
10483         Remove unused variable `require-padding'.
10485         * tree-widget.el (widget-glyph-enable): Declare.
10486         (tree-widget-action): Mark unused parameter.
10488         * w32-fns.el (x-get-selection): Mark unused parameter.
10489         (autoload-make-program, generated-autoload-file): Declare.
10491         * wdired.el (wdired-revert): Mark unused parameters.
10492         (wdired-xcase-word): Remove unused variable `err'.
10494         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10495         (whitespace-help-scroll): Remove unused variable `data-help'.
10497         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10498         (widget-image-insert, widget-after-change, default)
10499         (widget-default-format-handler, widget-default-notify)
10500         (widget-default-prompt-value, widget-info-link-action)
10501         (widget-url-link-action, widget-function-link-action)
10502         (widget-variable-link-action, widget-file-link-action)
10503         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10504         (widget-field-prompt-internal, widget-field-action, widget-field-match)
10505         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10506         (widget-insert-button-action, widget-delete-button-action, visibility)
10507         (widget-documentation-link-action, widget-documentation-string-action)
10508         (widget-const-prompt-value, widget-regexp-match, symbol)
10509         (widget-coding-system-prompt-value)
10510         (widget-key-sequence-value-to-external, sexp)
10511         (widget-sexp-value-to-internal, character, vector, cons)
10512         (widget-choice-prompt-value, widget-boolean-prompt-value)
10513         (widget-color--choose-action): Mark unused parameters.
10514         (widget-item-match-inline, widget-choice-match-inline)
10515         (widget-checklist-match, widget-checklist-match-inline)
10516         (widget-group-match): Rename parameter VALUES to VALS.
10517         (widget-field-value-set): Remove unused variable `size'.
10518         (widget-color-action): Remove unused variables `value' and `start'.
10520         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
10521         variable `dir'.  Doc fix.
10522         (windmove-find-other-window): Don't pass it.
10524         * window.el (count-windows): Mark unused parameter.
10525         (bw-adjust-window): Remove unused variable `err'.
10527         * woman.el (woman-file-name): Remove unused variable `default'.
10528         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10529         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10530         (global-font-lock-mode): Declare.
10531         (woman-decode-region): Mark unused parameter.
10532         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10534         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10535         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10536         (x-dnd-handle-moz-url): Remove unused variable `title'.
10537         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10539         * xml.el (xml-parse-tag, xml-parse-attlist):
10540         Remove unused variable `pos'.
10542 2011-04-19  Glenn Morris  <rgm@gnu.org>
10544         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10545         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10546         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10547         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10548         * calendar/cal-html.el (cal-html-insert-minical):
10549         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10550         (calendar-mark-date-pattern):
10551         Prefix "unused" locals.
10553         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10554         optional argument `style'.
10556         * calendar/appt.el (appt-make-list):
10557         * calendar/cal-china.el (calendar-chinese-date-string):
10558         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10559         (diary-hebrew-yahrzeit):
10560         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10561         * calendar/calendar.el (calendar-generate-window):
10562         * calendar/time-date.el (time-to-days):
10563         Remove unused local variables.
10565 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
10567         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10568         glyphless-char-display table.
10569         (tabulated-list-glyphless-char-display): New var.
10571 2011-04-18  Sam Steingold  <sds@gnu.org>
10573         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10574         to acknowledgments.
10576 2011-04-17  Glenn Morris  <rgm@gnu.org>
10578         * calendar/diary-lib.el (diary-sexp-entry):
10579         * calendar/holidays.el (holiday-sexp):
10580         Set debug-on-error rather than the removed stack-trace-on-error.
10582 2011-04-16  Glenn Morris  <rgm@gnu.org>
10584         * progmodes/f90.el: Use lexical-binding.
10585         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10587 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10589         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10590         (mail-mode): Setup mailalias completion here instead.
10591         * mail/mailalias.el: Use lexical-binding.
10592         (pattern, mailalias-done): Declare dynamic.
10593         (mail-completion-at-point-function): New function, from mail-complete.
10594         (mail-complete): Use it.
10595         (mail-completion-expand): New function.
10596         (mail-get-names): Use it.
10597         (mail-directory, mail-directory-process, mail-directory-stream):
10598         Don't use `pattern' for lexically bound arg.
10600         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10602         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10603         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10604         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10606         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10607         (byte-save-window-excursion, byte-temp-output-buffer-setup)
10608         (byte-interactive-p): Define them again, for use when inlining
10609         old code.
10611 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
10613         * loadup.el: Use `string-to-number', not `string-to-int'.
10615 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10617         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10618         gud-gdb-complete-command.
10619         (gud-gdb-completions): New function, from gud-gdb-complete-command.
10620         (gud-gdb-completion-at-point): New function.
10621         (gud-gdb-completions): Remove.
10623 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
10625         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10626         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
10627         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10628         whether `executable-find' is bound.
10630         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10632 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10634         * minibuffer.el (completion-in-region-mode-predicate)
10635         (completion-in-region-mode--predicate): New vars.
10636         (completion-in-region, completion-in-region--postch)
10637         (completion-in-region-mode): Use them.
10638         (completion--capf-wrapper): Also return the hook function.
10639         (completion-at-point, completion-help-at-point):
10640         Adjust and provide a predicate.
10642         Preserve arg names for advice of subr and lexical functions (bug#8457).
10643         * help-fns.el (help-function-arglist): Consolidate the subr and
10644         new-byte-code cases.  Add argument `preserve-names' to extract names
10645         from the docstring when needed.
10646         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10647         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10648         (ad-arglist): Use help-function-arglist's new arg.
10649         (ad-definition-type): Use cond.
10651 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
10653         * autorevert.el (auto-revert-handler):
10654         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10655         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10656         Don't quote lambda.
10658         * image-mode.el (image-transform-set-scale):
10659         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10661 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10663         * net/network-stream.el (network-stream-open-starttls): Only do
10664         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
10665         Upgrades via gnutls-cli are too slow to be done opportunistically.
10667 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
10669         * dframe.el (dframe-current-frame): Remove spurious quote.
10671 2011-04-12  Glenn Morris  <rgm@gnu.org>
10673         * calendar/cal-tex.el (cal-tex-end-document):
10674         Try to automatically use latin1 input if needed.
10676         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10677         Don't try to cons a mark onto an empty element.
10679 2011-04-11  Leo Liu  <sdl.web@gmail.com>
10681         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10682         buffers.
10683         (ido-kill-buffer-at-head): Support killing virtual buffers.
10685 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
10687         * minibuffer.el (completion-show-inline-help): New var.
10688         (completion--do-completion, minibuffer-complete)
10689         (minibuffer-force-complete, minibuffer-complete-word):
10690         Inhibit minibuffer messages if completion-show-inline-help is nil.
10692         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10693         to avoid interference from inline help (Bug#5849).
10695 2011-04-10  Leo Liu  <sdl.web@gmail.com>
10697         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10698         Fix typo.
10700 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
10702         * image-mode.el (image-toggle-display-image): Signal an error if
10703         not in Image mode.
10704         (image-transform-mode, image-transform-resize)
10705         (image-transform-set-rotation): Doc fix.
10706         (image-transform-set-resize): Delete.
10707         (image-transform-set-scale, image-transform-fit-to-height)
10708         (image-transform-fit-to-width): Handle image-toggle-display-image
10709         and image-transform-resize directly.
10711 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
10713         * doc-view.el (doc-view-fit-width-to-window)
10714         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10715         New functions for fitting the shown image to the Emacs window size.
10716         (doc-view-mode-map): Add bindings for the new functions.
10718 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
10720         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
10721         Fix typo in docstring.
10723 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
10725         * files.el (file-size-human-readable): Produce one digit after
10726         decimal, like "ls -lh" does.
10728         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10729         the file size representation.
10731         * simple.el (list-processes): If async subprocesses are not
10732         available, error out with a clear error message.
10734 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
10736         * help.el (help-form-show): New function, to be called from C.
10737         Put help-form output in a buffer named differently than *Help*.
10739 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
10741         * files.el (file-size-human-readable): New function.
10743         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
10744         computing the representation inline.  Don't require `cl'.
10746 2011-04-08  Glenn Morris  <rgm@gnu.org>
10748         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
10750         * net/browse-url.el (browse-url-firefox):
10751         Test system-type, not system-configuration.
10753         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
10754         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
10755         Use log-edit-empty-buffer-p.  (Bug#7598)
10757         * net/rlogin.el (rlogin-process-connection-type): Simplify.
10758         (rlogin-mode-map): Initialize in the defvar.
10759         (rlogin): Use ignore-errors.
10761         * replace.el (occur-mode-map): Some fixes for menu items.
10763 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
10765         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
10767 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
10769         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
10770         issuing unused warnings.
10772         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
10773         macro directly.
10775         * simple.el: Lisp reimplement of list-processes.  Based on an
10776         earlier reimplementation by Leo Liu, but using tabulated-list.el.
10777         (process-menu-mode): New major mode.
10778         (list-processes--refresh, list-processes):
10779         (process-menu-visit-buffer): New functions.
10781         * files.el (save-buffers-kill-emacs): Don't assume any return
10782         value of list-processes, which is undocumented anyway.
10784 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
10786         * emacs-lisp/tabulated-list.el: New file.
10788         * emacs-lisp/package.el: Use Tabulated List mode.
10789         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10790         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
10791         table format using Tabulated List mode variables.
10792         (package--push): New macro, replacing package-list-maybe-add.
10793         (package-menu--generate): Use package--push.  Renamed from
10794         package--generate-package-list.
10795         (package-menu-refresh, list-packages): Use it.
10796         (package-menu--print-info): Rename from package-print-package.
10797         Return insertion data instead of inserting it directly.
10798         (package-menu-describe-package, package-menu-execute):
10799         Use tabulated-list-get-id.
10800         (package-menu-mark-delete, package-menu-mark-install)
10801         (package-menu-mark-unmark, package-menu-backup-unmark)
10802         (package-menu-mark-obsolete-for-deletion):
10803         Use tabulated-list-put-tag.
10804         (package--list-packages, package-menu-revert)
10805         (package-menu-get-package, package-menu-get-version)
10806         (package-menu-sort-by-column): Functions deleted.
10807         (package-menu-package-list, package-menu-sort-key): Vars deleted.
10808         (package-menu--status-predicate, package-menu--version-predicate)
10809         (package-menu--name-predicate)
10810         (package-menu--description-predicate): Handle arguments in the
10811         Tabulated List format.
10812         (package-list-packages-no-fetch): Call list-packages.
10814 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
10816         * files.el (after-find-file-from-revert-buffer): Remove variable.
10817         (after-find-file): Don't bind it.
10818         (revert-buffer-in-progress-p): New variable.
10819         (revert-buffer): Bind it.
10820         Pass nil for `after-find-file-from-revert-buffer'.
10822         * saveplace.el (save-place-find-file-hook): Use new variable
10823         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10825 2011-04-06  Glenn Morris  <rgm@gnu.org>
10827         * Makefile.in (AUTOGEN_VCS): New variable.
10828         (autoloads): Use $AUTOGEN_VCS.
10830         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10831         * calendar/calendar.el (calendar-mode-map):
10832         Check for toolkit scroll bars.  (Bug#8305)
10834 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
10836         * minibuffer.el (completion-in-region--postch)
10837         (completion-in-region-mode): Remove unnecessary messages.
10839 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
10841         * font-lock.el (font-lock-refresh-defaults):
10842         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10843         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10845         * info.el (Info-directory-list, Info-read-node-name-2)
10846         (Info-split-parameter-string): Doc fixes.
10847         (Info-virtual-nodes): Reflow docstring.
10848         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10849         (Info-apropos-toc-nodes, info-finder, Info-get-token)
10850         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10851         Fix typos in docstrings.
10852         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10853         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10854         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10855         (Info-restore-desktop-buffer): Mark unused parameters.
10856         (Info-directory-find-file, Info-directory-find-node)
10857         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10858         (Info-virtual-index-find-node, Info-apropos-find-file)
10859         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
10860         Mark unused parameters; fix typos in docstrings.
10861         (Info-virtual-index): Remove unused local variable `nodename'.
10863 2011-04-05  Deniz Dogan  <deniz@dogan.se>
10865         * net/rcirc.el: Update my e-mail address.
10866         (rcirc-mode-map): Remove M-o binding.
10868 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
10870         * startup.el (command-line): Save the cursor's theme-face
10871         directly, instead of using face-override-spec.
10873         * custom.el (load-theme): Minor optimization in assigning faces.
10875 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
10877         * help-fns.el (describe-variable): Complete all variables having
10878         documentation, including keywords.
10879         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10881 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
10883         Convert to lexical-binding.
10885         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
10886         (bs--get-marked-string, bs--get-modified-string)
10887         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
10888         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
10889         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
10891         * ehelp.el (electric-help-execute-extended)
10892         (electric-help-ctrl-x-prefix):
10893         * hexl.el (hexl-revert-buffer-function):
10894         * linum.el (linum-after-change, linum-after-scroll):
10895         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
10897         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
10899 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
10901         * epa-dired.el:
10902         * epa-mail.el:
10903         * epa-hook.el:
10904         * epa-file.el:
10905         * epa.el:
10906         * epg.el: Use lexical binding.
10908 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
10910         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
10912         * textmodes/flyspell.el (flyspell-word): Recognize default
10913         dictionary case for flyspell-mark-duplications-exceptions.
10914         Use regexp matching for languages.
10915         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
10916         default dictionary (Bug#7926).
10918 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
10920         * emacs-lisp/package.el (package--with-work-buffer):
10921         Recognize https URLs.
10923         * net/network-stream.el: Move from gnus/proto-stream.el.
10924         Change prefix to network-stream throughout.
10925         (open-protocol-stream): Merge into open-network-stream, leaving
10926         open-protocol-stream as an alias.  Handle nil BUFFER args.
10928         * subr.el (open-network-stream): Move to net/network-stream.el.
10930 2011-04-02  Glenn Morris  <rgm@gnu.org>
10932         * find-dired.el (find-exec-terminator): New option.
10933         (find-ls-option): Test for -ls support.
10934         (find-ls-subdir-switches): Test for -b in find-ls-option.
10935         (find-dired, find-grep-dired): Doc fixes.
10936         (find-dired): Use find-exec-terminator.
10938         * find-dired.el (find-ls-option, find-ls-subdir-switches)
10939         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
10940         (find-name-arg): Remove purecopy.
10942         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
10943         (grep-compute-defaults): Check for `-exec COMMAND +' support.
10944         Set grep-find-use-xargs, grep-find-command, and grep-find-template
10945         accordingly.  Don't add the null-device if not needed.
10947         * files.el (save-some-buffers): Doc fix.
10949 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
10951         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
10953 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
10955         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
10956         Use `dolist' rather than `mapcar'.
10958 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10960         Add lexical binding.
10962         * subr.el (apply-partially): Use new closures rather than CL.
10963         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
10964         (dolist, dotimes): Use slightly different expansion for lexical code.
10965         (functionp): Move to C.
10966         (letrec): New macro.
10967         (with-wrapper-hook): Use it and apply-partially instead of CL.
10968         (eval-after-load): Preserve lexical-binding.
10969         (save-window-excursion, with-output-to-temp-buffer): Turn them
10970         into macros.
10972         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
10974         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
10975         than the arglist.
10976         (help-add-fundoc-usage): Don't add `Not documented'.
10977         (help-function-arglist): Handle closures, subroutines, and new
10978         byte-code-functions.
10979         (help-make-usage): Remove leading underscores.
10980         (describe-function-1): Handle closures.
10981         (describe-variable): Use special-variable-p for completion.
10983         * files.el (lexical-binding): Declare safe.
10985         * emacs-lisp/pcase.el: Don't use destructuring-bind.
10986         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
10987         (pcase): Add `let' pattern.
10988         Change memoization so it actually works.
10989         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
10990         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
10991         <let>: New case.
10993         * emacs-lisp/macroexp.el: Use lexical binding.
10994         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
10995         Don't convert ' to #' without checking that it's indeed quoting
10996         a lambda.
10998         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
10999         Use eval-sexp-add-defvars.
11000         (eval-sexp-add-defvars): New fun.
11002         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11004         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11005         Don't autoload.
11006         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11007         than the internal `byte-compile-lambda'.
11008         (defmethod): Don't hide code under quotes.
11009         (eieio-defmethod): New `code' argument.
11011         * emacs-lisp/eieio-comp.el: Remove.
11013         * emacs-lisp/edebug.el (edebug-eval-defun)
11014         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11015         (edebug-toggle): Avoid `eval'.
11017         * emacs-lisp/disass.el (disassemble-internal): Handle new
11018         `closure' objects.
11019         (disassemble-1): Handle new byte codes.
11021         * emacs-lisp/cl.el (pushnew): Silence warning.
11023         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11024         (cl-byte-compile-throw): Remove.
11025         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11027         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11028         closures.
11030         * emacs-lisp/cconv.el: New file.
11032         * emacs-lisp/bytecomp.el: Use lexical binding instead of
11033         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
11034         (byte-compile-initial-macro-environment):
11035         Handle declare-function here.
11036         (byte-compile--lexical-environment): New var.
11037         (byte-stack-ref, byte-stack-set, byte-discardN)
11038         (byte-discardN-preserve-tos): New lap codes.
11039         (byte-interactive-p): Don't use any more.
11040         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11041         New macros.
11042         (byte-compile-lapcode): Use them and handle new lap codes.
11043         (byte-compile-obsolete): Remove.
11044         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11045         (byte-compile-arglist-warn): Check late def of inlinable funs.
11046         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11047         since they should have been expanded by now.
11048         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11049         (byte-compile-from-buffer): Remove unused second arg.
11050         (byte-compile-preprocess): New function.
11051         (byte-compile-toplevel-file-form): New function to distinguish
11052         file-form calls from outside from file-form calls from hunk-handlers.
11053         (byte-compile-file-form): Simplify.
11054         (byte-compile-file-form-defsubst): Remove.
11055         (byte-compile-file-form-defmumble): Simplify now that
11056         byte-compile-lambda always returns a byte-code-function.
11057         (byte-compile): Preprocess.
11058         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11059         Remove, not used any more.
11060         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11061         (byte-compile-make-args-desc): New funs.
11062         (byte-compile-lambda): Handle lexical functions.  Always return
11063         a byte-code-function.
11064         (byte-compile-reserved-constants): New var, to make up room for
11065         closed-over variables.
11066         (byte-compile-constants-vector): Obey it.
11067         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11068         (byte-compile-macroexpand-declare-function): New function.
11069         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11070         byte-code-functions.
11071         (byte-compile-form): Check obsolescence here.
11072         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11073         (byte-compile-variable-ref): Remove.
11074         (byte-compile-dynamic-variable-op): New fun.
11075         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11076         (byte-compile-variable-set): New funs.
11077         (byte-compile-discard): Add 2 args.
11078         (byte-compile-stack-ref, byte-compile-stack-set)
11079         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11080         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11081         macroexpand-all instead.
11082         (byte-compile-quote-form): Remove.
11083         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11084         (byte-compile-bind, byte-compile-unbind): New funs.
11085         (byte-compile-let): Handle let* and lexical binding.
11086         (byte-compile-let*): Remove.
11087         (byte-compile-catch, byte-compile-unwind-protect)
11088         (byte-compile-track-mouse, byte-compile-condition-case):
11089         Handle a new :fun-body form, used for lexical scoping.
11090         (byte-compile-save-window-excursion)
11091         (byte-compile-with-output-to-temp-buffer): Remove.
11092         (byte-compile-defun): Simplify.
11093         (byte-compile-stack-adjustment): New fun.
11094         (byte-compile-out): Use it.
11095         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11097         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11098         handler any more.
11100         * emacs-lisp/byte-opt.el: Use lexical binding.
11101         (byte-inline-lapcode): Remove (to bytecomp).
11102         (byte-compile-inline-expand): Pay attention to inlining to/from
11103         lexically bound code.
11104         (byte-compile-unfold-lambda): Don't handle byte-code-functions
11105         any more.
11106         (byte-optimize-form-code-walker): Don't handle save-window-excursion
11107         any more and don't call compiler-macros.
11108         (byte-compile-splice-in-already-compiled-code): Remove.
11109         (byte-code): Don't inline any more.
11110         (disassemble-offset): Receive `bytes' as argument rather than via
11111         dynamic scoping.
11112         (byte-compile-tag-number): Declare before first use.
11113         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11114         `return' even if make-spliceable.
11115         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11116         obsolete interactive-p.
11117         (byte-optimize-lapcode): Optimize new lap-codes.
11118         Don't trip up on new form of `byte-constant' lap code.
11120         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11122         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11124         * custom.el (custom-initialize-default, custom-declare-variable):
11125         Use `defvar'.
11127         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11128         New variables.
11129         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11130         (COMPILE_FIRST): Add macroexp and cconv.
11131         * makefile.w32-in: Mirror changes in Makefile.in.
11133         * vc/cvs-status.el:
11134         * vc/diff-mode.el:
11135         * vc/log-edit.el:
11136         * vc/log-view.el:
11137         * vc/smerge-mode.el:
11138         * textmodes/bibtex-style.el:
11139         * textmodes/css.el:
11140         * startup.el:
11141         * uniquify.el:
11142         * minibuffer.el:
11143         * newcomment.el:
11144         * reveal.el:
11145         * server.el:
11146         * mpc.el:
11147         * emacs-lisp/smie.el:
11148         * doc-view.el:
11149         * dired.el:
11150         * abbrev.el: Use lexical binding.
11152 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
11154         * info.el (info-display-manual): New function.
11156 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11158         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11160 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
11162         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
11163         an entry for that server in rcirc-authinfo.  (Bug#8385)
11165 2011-03-31  Glenn Morris  <rgm@gnu.org>
11167         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11169         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11171 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
11173         * progmodes/python.el (python-default-interpreter)
11174         (python-python-command-args, python-jython-command-args)
11175         (python-which-shell, python-which-args, python-which-bufname)
11176         (python-file-queue, python-comint-output-filter-function)
11177         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11178         variables and functions.
11180 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11182         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11183         (completion-in-region-mode): New minor mode.
11184         (completion-in-region): Use it.
11185         (completion-in-region--data, completion-in-region-mode-map): New vars.
11186         (completion-in-region--postch): New function.
11187         (completion--capf-misbehave-funs, completion--capf-safe-funs):
11188         New vars.
11189         (completion--capf-wrapper): New function.
11190         (completion-at-point): Use it to track well-behavedness of
11191         hook functions.
11192         (completion-help-at-point): New command.
11194 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
11196         * vc/add-log.el (add-change-log-entry): Don't use whitespace
11197         syntax class to search for whitespace on a single line
11198         (Message-ID: <4D938140.4030905@redhat.com>).
11200 2011-03-30  Leo Liu  <sdl.web@gmail.com>
11202         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11203         New commands.
11204         (edit-abbrevs-map): Bind them here.
11205         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
11207 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
11209         * allout.el (allout-hide-by-annotation, allout-flag-region):
11210         Reduce possibility of overlay leakage by making them volatile.
11212         * allout-widgets.el (allout-widgets-tally): Define as nil so the
11213         hash is not shared between buffers.  Mode initialization is
11214         responsible for giving it a useful starting value.
11215         (allout-item-span): Reduce possibility of overlay leakage by
11216         making them volatile.
11217         (allout-widgets-count-buttons-in-region): Add diagnostic function
11218         for tracking down button overlay leaks.
11220 2011-03-29  Leo Liu  <sdl.web@gmail.com>
11222         * ido.el (ido-read-internal): Use the default history var
11223         minibuffer-history if no HISTORY is specified.
11225 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
11227         * net/imap.el (imap-shell-open, imap-process-connection-type):
11228         Use imap-process-connection-type for 'shell' streams as well as
11229         Kerberos, SSL, other subprocesses.
11231 2011-03-28  Leo Liu  <sdl.web@gmail.com>
11233         * abbrev.el (abbrev-table-empty-p): New function.
11234         (prepare-abbrev-list-buffer): Place empty abbrev tables after
11235         nonempty ones.  (Bug#5937)
11237 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
11239         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11241 2011-03-27  Leo Liu  <sdl.web@gmail.com>
11243         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11244         for foreground and background colors.
11245         (ansi-color-make-color-map): Adapt.
11247 2011-03-25  Leo Liu  <sdl.web@gmail.com>
11249         * midnight.el (midnight-time-float): Remove.  Note it calculates
11250         the microsecond component incorrectly and seconds-to-time does the
11251         same job.
11252         Remove redundant (require 'timer).
11254         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11255         (ido-completions): Remove unused arguments.  (Bug#8329)
11257 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11259         * minibuffer.el (completion--flush-all-sorted-completions):
11260         Remove itself from hook.
11261         (completion-at-point): Let the functions perform the completion
11262         immediately and return nil or t.
11263         * comint.el (comint-dynamic-complete-functions): Now identical to
11264         completion-at-point-functions.
11265         (comint-dynamic-list-input-ring): Remove unused var `index'.
11266         (comint--match-partial-filename, comint--unquote&expand-filename):
11267         New funs, split from comint-match-partial-filename.
11268         (comint-dynamic-complete): Use completion-at-point.
11269         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11271 2011-03-24  Drew Adams  <drew.adams@oracle.com>
11273         * thingatpt.el: Support `defun'.
11275 2011-03-23  Leo Liu  <sdl.web@gmail.com>
11277         * abbrevlist.el: Move to obsolete/abbrevlist.el.
11279         * help-mode.el (help-mode-finish): Tweak regexp.
11281 2011-03-23  Glenn Morris  <rgm@gnu.org>
11283         * eshell/esh-opt.el (eshell-eval-using-options):
11284         Do not bind unused local variable `eshell-option-stub'.
11286         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11288 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
11290         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11291         keymap variable in `with-no-warnings' to avoid a warning when the
11292         keymap has been already `defconst'ed.
11294 2011-03-22  Leo Liu  <sdl.web@gmail.com>
11296         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11297         encode all chars in abbrevs; otherwise use emacs-mule or
11298         utf-8-emacs.  (Bug#8308)
11300 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
11302         * simple.el (backward-delete-char-untabify):
11303         Avoid warning about using `delete-backward-char'.
11305         * image.el (image-type-file-name-regexps): Make it variable.
11306         `imagemagick-register-types' modifies it, and the user may want
11307         to add new extensions for known image types.
11308         (imagemagick-register-types): Throw error if not using ImageMagick.
11310 2011-03-22  Leo Liu  <sdl.web@gmail.com>
11312         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11313         located before rcirc-prompt-end-marker.
11314         (rcirc-complete): Error if point is not after rcirc prompt.
11315         Handle the case when table is nil.
11316         (rcirc-user-authenticated): Define to fix compiler warning.
11318 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
11320         * custom.el (custom--inhibit-theme-enable): Make it affect only
11321         custom-theme-set-variables and custom-theme-set-faces.
11322         (provide-theme): Ignore custom--inhibit-theme-enable.
11323         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11324         (custom-enabling-themes): Delete variable.
11325         (enable-theme): Accept only loaded themes as arguments.
11326         Ignore the special custom-enabled-themes variable.
11327         (custom-enabled-themes): Forbid themes from setting this.
11328         Eliminate use of custom-enabling-themes.
11329         (custom-push-theme): Quote "changed" custom var entry.
11331 2011-03-21  Leo Liu  <sdl.web@gmail.com>
11333         * ido.el (ido-read-internal): Add ido-selected to history instead
11334         of user input.
11336 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11338         * subr.el (deferred-action-list, deferred-action-function):
11339         Mark obsolete.
11341 2011-03-21  Leo Liu  <sdl.web@gmail.com>
11343         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11344         change on 2011-02-13 (bug#8309).
11346         * minibuffer.el (read-file-name-function): Change default value.
11347         (read-file-name--defaults): Rename from read-file-name-defaults.
11348         (read-file-name-default): Rename from read-file-name.
11349         (read-file-name): Call read-file-name-function.
11351 2011-03-21  Glenn Morris  <rgm@gnu.org>
11353         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11354         Doc fixes.
11356 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
11358         * cus-theme.el: Add missing provide statement.
11359         (customize-create-theme): Extract theme value correctly.
11360         (custom-theme-visit-theme): Autoload.
11361         (customize-create-theme): Prompt before inserting default faces.
11363 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
11365         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11366         units and musical notes.
11368 2011-03-20  Leo Liu  <sdl.web@gmail.com>
11370         * ido.el (ido-read-internal): Use completing-read-default.
11371         (ido-completing-read): Fix compatibility with completing-read.
11373 2011-03-20  Christian Ohler  <ohler@gnu.org>
11375         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11376         (ert-delete-all-tests): Use `called-interactively-p' rather than
11377         `interactive-p'.
11378         (ert--make-xrefs-region): Respect END.
11380 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
11382         * dired-aux.el (dired-create-directory): Signal an error if the
11383         directory already exists (Bug#8246).
11385         * facemenu.el (list-colors-display): Call list-faces-display
11386         inside with-help-window.
11387         (list-colors-print): Use display property to align the final
11388         column, instead of checking window-width.
11390 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
11392         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
11393         windows-nt systems.
11394         (emerge-protect-metachars): Quote correctly for ms-dos and
11395         windows-nt systems.
11397 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
11399         * info.el (info-initialize): Replace all uses of `:' with
11400         path-separator for compatibility with non-Unix systems.
11401         Cache quoting of path-separator.  (Bug#8258)
11403 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
11405         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11406         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11407         (mouse-avoidance-mode): Fix typos in docstrings.
11409 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
11411         * startup.el (package-subdirectory-regexp): Move from package.el.
11412         Omit \\` and \\', and let callers add them.
11414         * emacs-lisp/package.el (package-strip-version)
11415         (package-load-all-descriptors): Add \\` and \\' to
11416         package-subdirectory-regexp before using it.
11417         (package-untar-buffer): New arg DIR; ensure that file untars only
11418         into this expected directory.  Remove superfluous delete-region.
11419         (package-unpack): Caller changed.
11420         (package-tar-file-info): Use package-subdirectory-regexp.
11422 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11424         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11425         diff-mode-shared-map (bug#8284).
11426         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
11428 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11430         * calendar/time-date.el (format-seconds): Use assoc instead of
11431         assoc-string, since assoc-string doesn't exist in XEmacs.
11433 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
11435         * custom.el (custom-known-themes): Reflow docstring.
11436         (custom-theme-load-path): Fix typo in docstring.
11437         (load-theme): Fix typo in error message.
11438         (custom-available-themes, custom-variable-theme-value):
11439         Use `let', not `let*'.
11441 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
11443         * calc/README: Mention inclusion of musical notes.
11445         * calc/calc-units.el (calc-lu-quant): Rename from
11446         `calc-logunits-quantity'.
11447         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11448         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11449         (calc-db): Rename from `calc-dblevel'.
11450         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11451         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11452         (calc-np): Rename from `calc-nplevel'.
11453         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11454         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11455         (calc-lu-plus): Rename from `calc-logunits-add'.
11456         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11457         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11458         (calc-lu-minus): Rename from `calc-logunits-sub'.
11459         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11460         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11461         (calc-lu-times): Rename from `calc-logunits-mul'.
11462         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11463         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11464         (calc-lu-divide): Rename from `calc-logunits-div'.
11465         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11466         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11468         * calc/calc-ext.el (calc-init-extensions): Update the names of the
11469         functions being autoloaded.
11471         * calc/calc.el (calc-lu-power-reference): Rename from
11472         `calc-logunits-power-reference'.
11473         (calc-lu-field-reference): Rename from
11474         `calc-logunits-field-reference'.
11476         * calc/calc-help.el (calc-l-prefix-help):
11477         Mention musical note functions.
11479 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11481         * minibuffer.el (completion-all-sorted-completions):
11482         Use :completion-cycle-penalty text property if present.
11484 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
11486         * allout.el (allout-yank-processing): Adjust for new rebulleting
11487         regime so bullet being yanked is used without prompting the user
11488         for a choice.
11490 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
11492         * startup.el (command-line): Warn the user that _emacs is deprecated.
11494 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
11496         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11497         (delphi-verbose, delphi-comment-face, delphi-string-face)
11498         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11499         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11500         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11501         (delphi-new-comment-line, delphi-font-lock-defaults)
11502         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11503         Fix typos in docstrings.
11505 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
11507         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
11508         Invert the roles of character and string values for INSTEAD, so a
11509         string is used for the more common case of a defaulting prompt.
11511 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11513         * progmodes/ruby-mode.el (ruby-backward-sexp):
11514         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11515         * play/gamegrid.el (gamegrid-make-face):
11516         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11517         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11518         * notifications.el (notifications-notify):
11519         * net/xesam.el (xesam-search-engines):
11520         * net/quickurl.el (quickurl-list-insert):
11521         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11523 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
11525         * startup.el (command-line): Update package subdirectory regexp.
11527 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11529         * allout.el (allout-abbreviate-flattened-numbering)
11530         (allout-mode-deactivate-hook): Fix up obsolescence "date".
11532         * subr.el (read-char-choice): Only show the cursor after the prompt,
11533         not after the answer.
11535 2011-03-15  Kevin Ryde  <user42@zip.com.au>
11537         * help-fns.el (variable-at-point): Skip leading quotes, if any
11538         (bug#8253).
11540 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11542         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11543         warning message.
11545 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
11547         * shell.el (shell): When called interactively, offer to change the
11548         shell file name on remote hosts.
11550 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11552         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11553         integration for LDAP parameters.  The host, base, user or binddn,
11554         and secret tokens can be specified in a netrc file, for instance.
11555         This is optional because an `auth-source' parameter must be
11556         specified in the search attributes.
11558 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
11560         * help.el (describe-mode): Link to the mode's definition (bug#8185).
11562 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11564         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11565         into declaration.  Remove redundant and harmful binding.
11567 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
11569         * files.el (file-ownership-preserved-p): Pass `integer' as an
11570         explicit 2nd argument to `file-attributes'.  If the file's owner
11571         is the Administrators group on Windows, and the current user is
11572         Administrator, consider that a match.
11574         * server.el (server-ensure-safe-dir): Consider server directory
11575         safe on MS-Windows if its owner is the Administrators group while
11576         the current Emacs user is Administrator.  Use `=' to compare
11577         numerical UIDs, since they could be integers or floats.
11579 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
11581         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11583 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
11585         Sync with Tramp 2.2.1.
11587         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11589         * net/trampver.el: Update release number.
11591 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11593         * progmodes/compile.el (compilation--previous-directory): Fix up
11594         various nil/dead-marker mismatches (bug#8014).
11595         (compilation-directory-properties, compilation-error-properties):
11596         Don't call it at a position past the one we're about to change.
11598         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11599         Disable obsolescence warnings in the file that declares it.
11601 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
11603         * allout-widgets.el (allout-widgets-tally):
11604         Initialize allout-widgets-tally as a hash table rather than nil to
11605         prevent mode-line redisplay warnings.  Also, clarify the module
11606         description and fix a comment typo.
11608 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
11610         * help-fns.el (describe-variable): Don't complete keywords.
11611         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11613 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
11615         * emacs-lisp/package.el (package-version-join): Impose a standard
11616         string representation for pre/alpha/beta version lists.
11617         (package-unpack-single): Standardize the directory name by passing
11618         it through package-version-join.
11619         (package-strip-rcs-id): Accept any version string that does not
11620         signal an error in version-to-list.
11622 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
11624         * simple.el (delete-trailing-whitespace): Return nil for the
11625         benefit of `write-file-functions'.
11627 2011-03-10  Glenn Morris  <rgm@gnu.org>
11629         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11631         * vc/vc-git.el (vc-git-program): New option.
11632         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11633         (vc-git--call): Use it.
11635         * eshell/esh-util.el (eshell-condition-case): Doc fix.
11637         * cus-edit.el (Custom-newline): If no button at point, look
11638         for a subgroup button at start-of-line.  (Bug#2298)
11640         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11642 2011-03-10  Julien Danjou  <julien@danjou.info>
11644         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11645         `cursor-type' is nil.
11647 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
11649         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11651 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
11653         * allout.el: Change so yank of distinctive-bullet items
11654         preserves the existing header prefix, rebulleting it if necessary,
11655         rather than replacing it.  This is necessary for proper operation
11656         of cooperative addons like allout-widgets.
11657         (allout-make-topic-prefix, allout-rebullet-heading):
11658         Change SOLICIT arg to INSTEAD, and interpret additionally a string
11659         value as alternate bullet to be used, instead of prompting the user
11660         for a bullet character.
11662 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
11664         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11665         Do not use `tramp-file-name-port', because this returns also
11666         `tramp-default-port'.
11668 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
11670         * net/rcirc.el (rcirc-handler-001): Remove useless
11671         with-rcirc-process-buffer.
11672         (rcirc-check-auth-status): Swap arguments to string-match.
11674 2011-03-09  Glenn Morris  <rgm@gnu.org>
11676         * shell.el (shell-mode):
11677         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
11679         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11680         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
11682 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
11684         * emacs-lisp/package.el (package-refresh-contents)
11685         (package-menu-execute): Use condition-case-no-debug.
11687 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
11689         * simple.el (shell-command-to-string): Use `process-file'.
11691         * emacs-lisp/package.el (package-tar-file-info): Handle also
11692         remote files.
11694         * emacs-lisp/package-x.el (package-upload-buffer-internal):
11695         Use `equal' for upload base check.
11697 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
11699         * textmodes/texinfo.el (texinfo-environments):
11700         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
11702 2011-03-08  Glenn Morris  <rgm@gnu.org>
11704         * cus-start.el (cursor-in-non-selected-windows):
11705         Fix :set quoting oddness.  (Bug#8192)
11707         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11708         in some setf expressions.  (Bug#2159)
11710 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
11712         * custom.el (custom-available-themes): Return themes in
11713         alphabetical order.
11715 See ChangeLog.15 for earlier changes.
11717 ;; Local Variables:
11718 ;; coding: utf-8
11719 ;; End:
11721   Copyright (C) 2011-2012  Free Software Foundation, Inc.
11723   This file is part of GNU Emacs.
11725   GNU Emacs is free software: you can redistribute it and/or modify
11726   it under the terms of the GNU General Public License as published by
11727   the Free Software Foundation, either version 3 of the License, or
11728   (at your option) any later version.
11730   GNU Emacs is distributed in the hope that it will be useful,
11731   but WITHOUT ANY WARRANTY; without even the implied warranty of
11732   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11733   GNU General Public License for more details.
11735   You should have received a copy of the GNU General Public License
11736   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.